Trace number 4544848

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j CP 2025-06-06? (TO) 3600.17 3585.98

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/
koops/normalized-mat12_10_triangular.opb
MD5SUM66da69fc5ff2d69cb07ac1ec77d1e0fe
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.05187
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6360
Total number of constraints63606
Number of constraints which are clauses61006
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2600
Minimum length of a constraint2
Maximum length of a constraint12
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 11
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 32
Number of bits of the biggest sum of numbers6
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-4544848-1753230994.opb
0.12/0.16	c reading problem ... 
0.12/0.16	c  no objective function found
1.08/0.60	c ... done. Wall clock time 0.438s.
1.08/0.60	c declared #vars     6360
1.08/0.60	c #constraints  63606
1.08/0.60	c constraints type 
1.08/0.60	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1300
1.08/0.60	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 7150
1.08/0.60	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 55156
1.08/0.60	c 63606 constraints processed.
23.07/19.56	c cleaning 2495 clauses out of 5000
129.42/124.88	c cleaning 4251 clauses out of 8505
423.75/418.27	c cleaning 5622 clauses out of 11255
934.48/928.49	c cleaning 6813 clauses out of 13632
1759.92/1752.61	c cleaning 7897 clauses out of 15821
3110.20/3099.66	c cleaning 8954 clauses out of 17923
3600.02/3585.92	c starts		: 66
3600.02/3585.93	c conflicts		: 48609
3600.02/3585.93	c decisions		: 136222
3600.02/3585.93	c propagations		: 19190928
3600.02/3585.93	c inspects		: 4420518849
3600.02/3585.93	c shortcuts		: 0
3600.02/3585.93	c learnt literals	: 0
3600.02/3585.93	c learnt binary clauses	: 0
3600.02/3585.93	c learnt ternary clauses	: 1
3600.02/3585.93	c learnt constraints	: 48608
3600.02/3585.93	c ignored constraints	: 0
3600.02/3585.93	c root simplifications	: 0
3600.02/3585.93	c removed literals (reason simplification)	: 0
3600.02/3585.93	c reason swapping (by a shorter reason)	: 0
3600.02/3585.93	c Calls to reduceDB	: 6
3600.02/3585.93	c Number of update (reduction) of LBD	: 0
3600.02/3585.93	c Imported unit clauses	: 0
3600.02/3585.94	c No decision after first conflict	: false
3600.02/3585.94	c number of reductions to clauses (during analyze)	: 0
3600.02/3585.94	c number of learned constraints concerned by reduction	: 0
3600.02/3585.94	c number of learning phase by resolution	: 0
3600.02/3585.94	c number of learning phase by cutting planes	: 0
3600.02/3585.94	c number of rounding to 1 operations	: 0
3600.02/3585.94	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3585.94	c number of reductions of the coefficients by power 2 	: 0
3600.02/3585.94	c number of right shift for reduction by power 2 	: 0
3600.02/3585.94	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3585.94	c number of ending skipping 	: 0
3600.02/3585.94	c number of internal skipping 	: 0
3600.02/3585.94	c number of derivation steps 	: 831866
3600.02/3585.94	c number of skipped derivation steps 	: 0
3600.02/3585.94	c number of remaining unassigned 	: 251355
3600.02/3585.94	c number of remaining assigned 	: 8790388
3600.02/3585.94	c number of falsified literals weakened from reason	: 0
3600.02/3585.94	c number of falsified literals weakened from conflict	: 0
3600.02/3585.94	c time for arithmetic operations	: 9653805269
3600.02/3585.95	c minimum degree of deleted constraints	: null
3600.02/3585.95	c maximum degree of deleted constraints	: null
3600.02/3585.95	c number of deleted constraints	: 0
3600.02/3585.95	c speed (assignments/second)	: 5352.60736632656
3600.02/3585.95	c non guided choices	: 457
3600.02/3585.96	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 2
3600.02/3585.96	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 12574
3600.02/3585.96	s UNKNOWN
3600.02/3585.96	c Total wall clock time (in seconds): 3585.802

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4544848-1753230994/watcher-4544848-1753230994 -o /tmp/evaluation-result-4544848-1753230994/solver-4544848-1753230994 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1753223825-168201 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4544848-1753230994.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.10006 s]*
/proc/loadavg: 4.19 4.19 4.18 5/340 169672
/proc/meminfo: memFree=115339728/131250000 swapFree=33008356/33010684
[pid=169654] ppid=169651 vsize=18930384 memory=55484 CPUtime=0.12 cores=4,6
/proc/169654/stat : 169654 (java) S 169651 169654 168190 0 -1 4194304 6522 0 0 0 10 2 0 0 20 0 18 0 238776936 19384713216 13871 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
/proc/169654/statm: 4732596 13871 5348 1 0 547581 0
[pid=169654/tid=169656] ppid=169651 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/169654/task/169656/stat : 169656 (java) R 169651 169654 168190 0 -1 4194368 5027 0 0 0 6 1 0 0 20 0 18 0 238776938 19384713216 13871 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
[pid=169654/tid=169665] ppid=169651 vsize=18930384 memory=241407623509 CPUtime=0 cores=4,6
/proc/169654/task/169665/stat : 169665 (Finalizer) S 169651 169654 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238776940 19384713216 13871 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
[pid=169654/tid=169672] ppid=169651 vsize=18930384 memory=60684515934839 CPUtime=0 cores=4,6
/proc/169654/task/169672/stat : 169672 (Common-Cleaner) S 169651 169654 168190 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238776940 19384713216 13871 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55484 KiB

[startup+0.205858 s]*
/proc/loadavg: 4.19 4.19 4.18 7/340 169672
/proc/meminfo: memFree=115332104/131250000 swapFree=33008356/33010684
[pid=169654] ppid=169651 vsize=18930384 memory=64136 CPUtime=0.32 cores=4,6
/proc/169654/stat : 169654 (java) S 169651 169654 168190 0 -1 4194304 7084 0 0 0 29 3 0 0 20 0 18 0 238776936 19384713216 16034 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
/proc/169654/statm: 4732596 16034 5412 1 0 547956 0
[pid=169654/tid=169656] ppid=169651 vsize=18930384 memory=4026990876 CPUtime=0.17 cores=4,6
/proc/169654/task/169656/stat : 169656 (java) R 169651 169654 168190 0 -1 4194368 5362 0 0 0 15 2 0 0 20 0 18 0 238776938 19384713216 16034 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
[pid=169654/tid=169665] ppid=169651 vsize=18930384 memory=15987 CPUtime=0 cores=4,6
/proc/169654/task/169665/stat : 169665 (Finalizer) S 169651 169654 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238776940 19384713216 16034 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
[pid=169654/tid=169672] ppid=169651 vsize=18930384 memory=59585004307431 CPUtime=0 cores=4,6
/proc/169654/task/169672/stat : 169672 (Common-Cleaner) S 169651 169654 168190 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238776940 19384713216 16034 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64136 KiB

[startup+0.305817 s]*
/proc/loadavg: 4.19 4.19 4.18 6/340 169672
/proc/meminfo: memFree=115299400/131250000 swapFree=33008356/33010684
[pid=169654] ppid=169651 vsize=18930384 memory=97296 CPUtime=0.5 cores=4,6
/proc/169654/stat : 169654 (java) S 169651 169654 168190 0 -1 4194304 8653 0 0 0 47 3 0 0 20 0 18 0 238776936 19384713216 24324 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
/proc/169654/statm: 4732596 24324 5412 1 0 548987 0
[pid=169654/tid=169656] ppid=169651 vsize=18930384 memory=-9104137024844899004 CPUtime=0.26 cores=4,6
/proc/169654/task/169656/stat : 169656 (java) R 169651 169654 168190 0 -1 4194368 5393 0 0 0 24 2 0 0 20 0 18 0 238776938 19384713216 24324 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
[pid=169654/tid=169665] ppid=169651 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/169654/task/169665/stat : 169665 (Finalizer) S 169651 169654 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238776940 19384713216 24324 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
[pid=169654/tid=169672] ppid=169651 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/169654/task/169672/stat : 169672 (Common-Cleaner) S 169651 169654 168190 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238776940 19384713216 24324 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 97296 KiB

[startup+0.700225 s]
/proc/loadavg: 4.19 4.19 4.18 6/341 169673
/proc/meminfo: memFree=115237456/131250000 swapFree=33008356/33010684
[pid=169654] ppid=169651 vsize=19063512 memory=174804 CPUtime=1.27 cores=4,6
/proc/169654/stat : 169654 (java) S 169651 169654 168190 0 -1 4194304 11096 0 0 0 122 5 0 0 20 0 20 0 238776936 19521036288 43701 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
/proc/169654/statm: 4765878 43701 5444 1 0 551202 0
[pid=169654/tid=169656] ppid=169651 vsize=19063512 memory=27904 CPUtime=0.61 cores=4,6
/proc/169654/task/169656/stat : 169656 (java) R 169651 169654 168190 0 -1 4194368 5469 0 0 0 58 3 0 0 20 0 20 0 238776938 19521036288 43701 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
[pid=169654/tid=169665] ppid=169651 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/169654/task/169665/stat : 169665 (Finalizer) S 169651 169654 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238776940 19521036288 43701 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
[pid=169654/tid=169672] ppid=169651 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/169654/task/169672/stat : 169672 (Common-Cleaner) S 169651 169654 168190 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238776940 19521036288 43701 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 174804 KiB

[startup+1.50025 s]
/proc/loadavg: 4.19 4.19 4.18 6/342 169674
/proc/meminfo: memFree=115207148/131250000 swapFree=33008356/33010684
[pid=169654] ppid=169651 vsize=19063512 memory=194584 CPUtime=2.86 cores=4,6
/proc/169654/stat : 169654 (java) S 169651 169654 168190 0 -1 4194304 15691 0 0 0 279 7 0 0 20 0 20 0 238776936 19521036288 48646 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
/proc/169654/statm: 4765878 48646 5476 1 0 553884 0
[pid=169654/tid=169656] ppid=169651 vsize=19063512 memory=3200 CPUtime=1.31 cores=4,6
/proc/169654/task/169656/stat : 169656 (java) R 169651 169654 168190 0 -1 4194368 5484 0 0 0 128 3 0 0 20 0 20 0 238776938 19521036288 48646 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
[pid=169654/tid=169665] ppid=169651 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/169654/task/169665/stat : 169665 (Finalizer) S 169651 169654 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238776940 19521036288 48646 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
[pid=169654/tid=169672] ppid=169651 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/169654/task/169672/stat : 169672 (Common-Cleaner) S 169651 169654 168190 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238776940 19521036288 48646 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
[pid=169654/tid=169674] ppid=169651 vsize=19063512 memory=14432 CPUtime=0 cores=4,6
/proc/169654/task/169674/stat : 169674 (Timer-0) S 169651 169654 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238776997 19521036288 48646 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 194584 KiB

[startup+3.10574 s]
/proc/loadavg: 4.19 4.19 4.18 6/342 169674
/proc/meminfo: memFree=114594020/131250000 swapFree=33008356/33010684
[pid=169654] ppid=169651 vsize=19063512 memory=801428 CPUtime=6.04 cores=4,6
/proc/169654/stat : 169654 (java) S 169651 169654 168190 0 -1 4194304 17136 0 0 0 584 20 0 0 20 0 20 0 238776936 19521036288 200357 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
/proc/169654/statm: 4765878 200357 5476 1 0 671533 0
[pid=169654/tid=169656] ppid=169651 vsize=19063512 memory=14432 CPUtime=2.87 cores=4,6
/proc/169654/task/169656/stat : 169656 (java) R 169651 169654 168190 0 -1 4194368 5781 0 0 0 272 15 0 0 20 0 20 0 238776938 19521036288 200357 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
[pid=169654/tid=169665] ppid=169651 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/169654/task/169665/stat : 169665 (Finalizer) S 169651 169654 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238776940 19521036288 200357 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
[pid=169654/tid=169672] ppid=169651 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/169654/task/169672/stat : 169672 (Common-Cleaner) S 169651 169654 168190 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238776940 19521036288 200357 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
[pid=169654/tid=169674] ppid=169651 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/169654/task/169674/stat : 169674 (Timer-0) S 169651 169654 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238776997 19521036288 200357 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
Current children cumulated CPU time: 6.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 801428 KiB

[startup+6.30025 s]
/proc/loadavg: 4.25 4.20 4.19 5/342 169674
/proc/meminfo: memFree=114203956/131250000 swapFree=33008356/33010684
[pid=169654] ppid=169651 vsize=19063512 memory=1272832 CPUtime=9.72 cores=4,6
/proc/169654/stat : 169654 (java) S 169651 169654 168190 0 -1 4194304 19821 0 0 0 942 30 0 0 20 0 20 0 238776936 19521036288 318208 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
/proc/169654/statm: 4765878 318208 5476 1 0 671541 0
[pid=169654/tid=169656] ppid=169651 vsize=19063512 memory=0 CPUtime=6.02 cores=4,6
/proc/169654/task/169656/stat : 169656 (java) R 169651 169654 168190 0 -1 4194368 7393 0 0 0 577 25 0 0 20 0 20 0 238776938 19521036288 318208 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
[pid=169654/tid=169665] ppid=169651 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/169654/task/169665/stat : 169665 (Finalizer) S 169651 169654 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238776940 19521036288 318208 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
[pid=169654/tid=169672] ppid=169651 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/169654/task/169672/stat : 169672 (Common-Cleaner) S 169651 169654 168190 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238776940 19521036288 318208 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
[pid=169654/tid=169674] ppid=169651 vsize=19063512 memory=194712 CPUtime=0 cores=4,6
/proc/169654/task/169674/stat : 169674 (Timer-0) S 169651 169654 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238776997 19521036288 318208 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
Current children cumulated CPU time: 9.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1272832 KiB

[startup+12.7003 s]
/proc/loadavg: 4.23 4.20 4.18 5/342 169674
/proc/meminfo: memFree=113768776/131250000 swapFree=33008356/33010684
[pid=169654] ppid=169651 vsize=19063512 memory=1616920 CPUtime=16.21 cores=4,6
/proc/169654/stat : 169654 (java) S 169651 169654 168190 0 -1 4194304 21727 0 0 0 1584 37 0 0 20 0 20 0 238776936 19521036288 404230 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
/proc/169654/statm: 4765878 404230 5476 1 0 671543 0
[pid=169654/tid=169656] ppid=169651 vsize=19063512 memory=194712 CPUtime=12.35 cores=4,6
/proc/169654/task/169656/stat : 169656 (java) R 169651 169654 168190 0 -1 4194368 7835 0 0 0 1204 31 0 0 20 0 20 0 238776938 19521036288 404230 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
[pid=169654/tid=169665] ppid=169651 vsize=19063512 memory=1616920 CPUtime=0 cores=4,6
/proc/169654/task/169665/stat : 169665 (Finalizer) S 169651 169654 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238776940 19521036288 404230 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
[pid=169654/tid=169672] ppid=169651 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/169654/task/169672/stat : 169672 (Common-Cleaner) S 169651 169654 168190 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238776940 19521036288 404230 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
[pid=169654/tid=169674] ppid=169651 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/169654/task/169674/stat : 169674 (Timer-0) S 169651 169654 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238776997 19521036288 404230 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
Current children cumulated CPU time: 16.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1616920 KiB

[startup+25.5003 s]
/proc/loadavg: 4.26 4.21 4.19 5/342 169674
/proc/meminfo: memFree=113748296/131250000 swapFree=33008356/33010684
[pid=169654] ppid=169651 vsize=19063512 memory=1627604 CPUtime=29.37 cores=4,6
/proc/169654/stat : 169654 (java) S 169651 169654 168190 0 -1 4194304 28724 0 0 0 2898 39 0 0 20 0 20 0 238776936 19521036288 406901 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
/proc/169654/statm: 4765878 406901 5476 1 0 671575 0
[pid=169654/tid=169656] ppid=169651 vsize=19063512 memory=0 CPUtime=24.98 cores=4,6
/proc/169654/task/169656/stat : 169656 (java) R 169651 169654 168190 0 -1 4194368 10531 0 0 0 2467 31 0 0 20 0 20 0 238776938 19521036288 406901 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
[pid=169654/tid=169665] ppid=169651 vsize=19063512 memory=14432 CPUtime=0 cores=4,6
/proc/169654/task/169665/stat : 169665 (Finalizer) S 169651 169654 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238776940 19521036288 406901 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
[pid=169654/tid=169672] ppid=169651 vsize=19063512 memory=1625448 CPUtime=0 cores=4,6
/proc/169654/task/169672/stat : 169672 (Common-Cleaner) S 169651 169654 168190 0 -1 4194368 37 0 0 0 0 0 0 0 20 0 20 0 238776940 19521036288 406901 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
[pid=169654/tid=169674] ppid=169651 vsize=19063512 memory=1621212 CPUtime=0 cores=4,6
/proc/169654/task/169674/stat : 169674 (Timer-0) S 169651 169654 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238776997 19521036288 406901 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
Current children cumulated CPU time: 29.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1627604 KiB

[startup+51.1058 s]
/proc/loadavg: 4.17 4.19 4.18 5/342 169674
/proc/meminfo: memFree=113707092/131250000 swapFree=33008356/33010684
[pid=169654] ppid=169651 vsize=19063512 memory=1648192 CPUtime=55.27 cores=4,6
/proc/169654/stat : 169654 (java) S 169651 169654 168190 0 -1 4194304 33522 0 0 0 5486 41 0 0 20 0 20 0 238776936 19521036288 412048 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
/proc/169654/statm: 4765878 412048 5476 1 0 671575 0
[pid=169654/tid=169656] ppid=169651 vsize=19063512 memory=1627604 CPUtime=50.29 cores=4,6
/proc/169654/task/169656/stat : 169656 (java) R 169651 169654 168190 0 -1 4194368 12701 0 0 0 4997 32 0 0 20 0 20 0 238776938 19521036288 412048 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
[pid=169654/tid=169665] ppid=169651 vsize=19063512 memory=13056 CPUtime=0 cores=4,6
/proc/169654/task/169665/stat : 169665 (Finalizer) S 169651 169654 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238776940 19521036288 412048 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
[pid=169654/tid=169672] ppid=169651 vsize=19063512 memory=2308 CPUtime=0 cores=4,6
/proc/169654/task/169672/stat : 169672 (Common-Cleaner) S 169651 169654 168190 0 -1 4194368 37 0 0 0 0 0 0 0 20 0 20 0 238776940 19521036288 412048 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0

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

/proc/meminfo: memFree=112591852/131250000 swapFree=33008356/33010684
[pid=169654] ppid=169651 vsize=19063512 memory=2242148 CPUtime=3295.33 cores=4,6
/proc/169654/stat : 169654 (java) S 169651 169654 168190 0 -1 4194304 115535 0 0 0 329340 193 0 0 20 0 20 0 238776936 19521036288 560537 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
/proc/169654/statm: 4765878 560537 5508 1 0 678535 0
[pid=169654/tid=169656] ppid=169651 vsize=19063512 memory=2238052 CPUtime=3255.68 cores=4,6
/proc/169654/task/169656/stat : 169656 (java) R 169651 169654 168190 0 -1 4194368 47100 0 0 0 325522 46 0 0 20 0 20 0 238776938 19521036288 560537 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
[pid=169654/tid=169665] ppid=169651 vsize=19063512 memory=2238052 CPUtime=0 cores=4,6
/proc/169654/task/169665/stat : 169665 (Finalizer) S 169651 169654 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238776940 19521036288 560537 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
[pid=169654/tid=169672] ppid=169651 vsize=19063512 memory=2240100 CPUtime=0 cores=4,6
/proc/169654/task/169672/stat : 169672 (Common-Cleaner) S 169651 169654 168190 0 -1 4194368 1513 0 0 0 0 0 0 0 20 0 20 0 238776940 19521036288 560537 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
[pid=169654/tid=169674] ppid=169651 vsize=19063512 memory=2240100 CPUtime=0 cores=4,6
/proc/169654/task/169674/stat : 169674 (Timer-0) S 169651 169654 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238776997 19521036288 560537 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
Current children cumulated CPU time: 3295.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2242148 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.15 4.16 5/343 169993
/proc/meminfo: memFree=112553396/131250000 swapFree=33008356/33010684
[pid=169654] ppid=169651 vsize=19063512 memory=2262628 CPUtime=3355.46 cores=4,6
/proc/169654/stat : 169654 (java) S 169651 169654 168190 0 -1 4194304 115943 0 0 0 335350 196 0 0 20 0 20 0 238776936 19521036288 565657 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
/proc/169654/statm: 4765878 565657 5508 1 0 678535 0
[pid=169654/tid=169656] ppid=169651 vsize=19063512 memory=27904 CPUtime=3315.08 cores=4,6
/proc/169654/task/169656/stat : 169656 (java) R 169651 169654 168190 0 -1 4194368 47455 0 0 0 331461 47 0 0 20 0 20 0 238776938 19521036288 565657 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
[pid=169654/tid=169665] ppid=169651 vsize=19063512 memory=2260580 CPUtime=0 cores=4,6
/proc/169654/task/169665/stat : 169665 (Finalizer) S 169651 169654 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238776940 19521036288 565657 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
[pid=169654/tid=169672] ppid=169651 vsize=19063512 memory=2262628 CPUtime=0 cores=4,6
/proc/169654/task/169672/stat : 169672 (Common-Cleaner) S 169651 169654 168190 0 -1 4194368 1513 0 0 0 0 0 0 0 20 0 20 0 238776940 19521036288 565657 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
[pid=169654/tid=169674] ppid=169651 vsize=19063512 memory=27904 CPUtime=0 cores=4,6
/proc/169654/task/169674/stat : 169674 (Timer-0) S 169651 169654 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238776997 19521036288 565657 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
Current children cumulated CPU time: 3355.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2262628 KiB

[startup+3402.3 s]
/proc/loadavg: 3.69 4.04 4.12 4/318 170029
/proc/meminfo: memFree=114884320/131250000 swapFree=33008356/33010684
[pid=169654] ppid=169651 vsize=19063512 memory=2279012 CPUtime=3415.69 cores=4,6
/proc/169654/stat : 169654 (java) S 169651 169654 168190 0 -1 4194304 117574 0 0 0 341371 198 0 0 20 0 20 0 238776936 19521036288 569753 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
/proc/169654/statm: 4765878 569753 5508 1 0 678535 0
[pid=169654/tid=169656] ppid=169651 vsize=19063512 memory=2268772 CPUtime=3374.54 cores=4,6
/proc/169654/task/169656/stat : 169656 (java) R 169651 169654 168190 0 -1 4194368 48533 0 0 0 337407 47 0 0 20 0 20 0 238776938 19521036288 569753 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
[pid=169654/tid=169665] ppid=169651 vsize=19063512 memory=2270820 CPUtime=0 cores=4,6
/proc/169654/task/169665/stat : 169665 (Finalizer) S 169651 169654 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238776940 19521036288 569753 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
[pid=169654/tid=169672] ppid=169651 vsize=19063512 memory=14432 CPUtime=0 cores=4,6
/proc/169654/task/169672/stat : 169672 (Common-Cleaner) S 169651 169654 168190 0 -1 4194368 1513 0 0 0 0 0 0 0 20 0 20 0 238776940 19521036288 569753 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
[pid=169654/tid=169674] ppid=169651 vsize=19063512 memory=2279012 CPUtime=0 cores=4,6
/proc/169654/task/169674/stat : 169674 (Timer-0) S 169651 169654 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238776997 19521036288 569753 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
Current children cumulated CPU time: 3415.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2279012 KiB

[startup+3462.3 s]
/proc/loadavg: 3.29 3.86 4.06 4/318 170032
/proc/meminfo: memFree=114871900/131250000 swapFree=33008356/33010684
[pid=169654] ppid=169651 vsize=19063512 memory=2289300 CPUtime=3475.88 cores=4,6
/proc/169654/stat : 169654 (java) S 169651 169654 168190 0 -1 4194304 118695 0 0 0 347387 201 0 0 20 0 20 0 238776936 19521036288 572325 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
/proc/169654/statm: 4765878 572325 5508 1 0 678570 0
[pid=169654/tid=169656] ppid=169651 vsize=19063512 memory=2266724 CPUtime=3433.98 cores=4,6
/proc/169654/task/169656/stat : 169656 (java) R 169651 169654 168190 0 -1 4194368 49534 0 0 0 343351 47 0 0 20 0 20 0 238776938 19521036288 572325 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
[pid=169654/tid=169665] ppid=169651 vsize=19063512 memory=2287252 CPUtime=0 cores=4,6
/proc/169654/task/169665/stat : 169665 (Finalizer) S 169651 169654 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238776940 19521036288 572325 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
[pid=169654/tid=169672] ppid=169651 vsize=19063512 memory=2287252 CPUtime=0 cores=4,6
/proc/169654/task/169672/stat : 169672 (Common-Cleaner) S 169651 169654 168190 0 -1 4194368 1551 0 0 0 0 0 0 0 20 0 20 0 238776940 19521036288 572325 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
[pid=169654/tid=169674] ppid=169651 vsize=19063512 memory=14432 CPUtime=0 cores=4,6
/proc/169654/task/169674/stat : 169674 (Timer-0) S 169651 169654 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238776997 19521036288 572325 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
Current children cumulated CPU time: 3475.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2289300 KiB

[startup+3522.3 s]
/proc/loadavg: 3.21 3.73 4.00 3/292 170068
/proc/meminfo: memFree=116352828/131250000 swapFree=33008356/33010684
[pid=169654] ppid=169651 vsize=19063512 memory=2303708 CPUtime=3536.14 cores=4,6
/proc/169654/stat : 169654 (java) S 169651 169654 168190 0 -1 4194304 119698 0 0 0 353410 204 0 0 20 0 20 0 238776936 19521036288 575927 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
/proc/169654/statm: 4765878 575927 5508 1 0 678570 0
[pid=169654/tid=169656] ppid=169651 vsize=19063512 memory=2289300 CPUtime=3493.41 cores=4,6
/proc/169654/task/169656/stat : 169656 (java) R 169651 169654 168190 0 -1 4194368 49973 0 0 0 349293 48 0 0 20 0 20 0 238776938 19521036288 575927 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
[pid=169654/tid=169665] ppid=169651 vsize=19063512 memory=2285156 CPUtime=0 cores=4,6
/proc/169654/task/169665/stat : 169665 (Finalizer) S 169651 169654 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238776940 19521036288 575927 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
[pid=169654/tid=169672] ppid=169651 vsize=19063512 memory=2299612 CPUtime=0 cores=4,6
/proc/169654/task/169672/stat : 169672 (Common-Cleaner) S 169651 169654 168190 0 -1 4194368 1568 0 0 0 0 0 0 0 20 0 20 0 238776940 19521036288 575927 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
[pid=169654/tid=169674] ppid=169651 vsize=19063512 memory=27904 CPUtime=0 cores=4,6
/proc/169654/task/169674/stat : 169674 (Timer-0) S 169651 169654 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238776997 19521036288 575927 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
Current children cumulated CPU time: 3536.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2303708 KiB

[startup+3582.3 s]
/proc/loadavg: 2.49 3.43 3.87 4/292 170070
/proc/meminfo: memFree=116345868/131250000 swapFree=33008356/33010684
[pid=169654] ppid=169651 vsize=19063512 memory=2320096 CPUtime=3596.4 cores=4,6
/proc/169654/stat : 169654 (java) S 169651 169654 168190 0 -1 4194304 119872 0 0 0 359433 207 0 0 20 0 20 0 238776936 19521036288 580024 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
/proc/169654/statm: 4765878 580024 5508 1 0 678570 0
[pid=169654/tid=169656] ppid=169651 vsize=19063512 memory=2311900 CPUtime=3552.83 cores=4,6
/proc/169654/task/169656/stat : 169656 (java) R 169651 169654 168190 0 -1 4194368 50073 0 0 0 355235 48 0 0 20 0 20 0 238776938 19521036288 580024 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
[pid=169654/tid=169665] ppid=169651 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/169654/task/169665/stat : 169665 (Finalizer) S 169651 169654 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238776940 19521036288 580024 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
[pid=169654/tid=169672] ppid=169651 vsize=19063512 memory=5148 CPUtime=0 cores=4,6
/proc/169654/task/169672/stat : 169672 (Common-Cleaner) S 169651 169654 168190 0 -1 4194368 1570 0 0 0 0 0 0 0 20 0 20 0 238776940 19521036288 580024 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
[pid=169654/tid=169674] ppid=169651 vsize=19063512 memory=2320096 CPUtime=0 cores=4,6
/proc/169654/task/169674/stat : 169674 (Timer-0) S 169651 169654 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238776997 19521036288 580024 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
Current children cumulated CPU time: 3596.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2320096 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3585.9 s]
/proc/loadavg: 2.45 3.41 3.86 3/292 170070
/proc/meminfo: memFree=116345868/131250000 swapFree=33008356/33010684
[pid=169654] ppid=169651 vsize=19063512 memory=2322144 CPUtime=3600.02 cores=4,6
/proc/169654/stat : 169654 (java) S 169651 169654 168190 0 -1 4194304 119877 0 0 0 359795 207 0 0 20 0 20 0 238776936 19521036288 580536 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
/proc/169654/statm: 4765878 580536 5508 1 0 678570 0
[pid=169654/tid=169656] ppid=169651 vsize=19063512 memory=2760 CPUtime=3556.38 cores=4,6
/proc/169654/task/169656/stat : 169656 (java) R 169651 169654 168190 0 -1 4194368 50074 0 0 0 355590 48 0 0 20 0 20 0 238776938 19521036288 580536 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
[pid=169654/tid=169665] ppid=169651 vsize=19063512 memory=4760 CPUtime=0 cores=4,6
/proc/169654/task/169665/stat : 169665 (Finalizer) S 169651 169654 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238776940 19521036288 580536 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
[pid=169654/tid=169672] ppid=169651 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/169654/task/169672/stat : 169672 (Common-Cleaner) S 169651 169654 168190 0 -1 4194368 1570 0 0 0 0 0 0 0 20 0 20 0 238776940 19521036288 580536 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
[pid=169654/tid=169674] ppid=169651 vsize=19063512 memory=27904 CPUtime=0 cores=4,6
/proc/169654/task/169674/stat : 169674 (Timer-0) S 169651 169654 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238776997 19521036288 580536 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2322144 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.08 s, system=2.08773 s

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

[startup+3585.9 s]
/proc/loadavg: 2.45 3.41 3.86 3/292 170070
/proc/meminfo: memFree=116345868/131250000 swapFree=33008356/33010684
[pid=169654] ppid=169651 vsize=19063512 memory=2322144 CPUtime=3600.02 cores=4,6
/proc/169654/stat : 169654 (java) S 169651 169654 168190 0 -1 4194304 119877 0 0 0 359795 207 0 0 20 0 20 0 238776936 19521036288 580536 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
/proc/169654/statm: 4765878 580536 5508 1 0 678570 0
[pid=169654/tid=169656] ppid=169651 vsize=19063512 memory=2760 CPUtime=3556.38 cores=4,6
/proc/169654/task/169656/stat : 169656 (java) R 169651 169654 168190 0 -1 4194368 50074 0 0 0 355590 48 0 0 20 0 20 0 238776938 19521036288 580536 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
[pid=169654/tid=169665] ppid=169651 vsize=19063512 memory=4760 CPUtime=0 cores=4,6
/proc/169654/task/169665/stat : 169665 (Finalizer) S 169651 169654 168190 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238776940 19521036288 580536 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
[pid=169654/tid=169672] ppid=169651 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/169654/task/169672/stat : 169672 (Common-Cleaner) S 169651 169654 168190 0 -1 4194368 1570 0 0 0 0 0 0 0 20 0 20 0 238776940 19521036288 580536 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
[pid=169654/tid=169674] ppid=169651 vsize=19063512 memory=27904 CPUtime=0 cores=4,6
/proc/169654/task/169674/stat : 169674 (Timer-0) S 169651 169654 168190 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238776997 19521036288 580536 18446744073709551615 94252725383168 94252725386864 140732784590176 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94252725394680 94252725395472 94252755046400 140732784593276 140732784593380 140732784593380 140732784598984 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2322144 KiB

Child status: 143

Real time (s): 3585.98
CPU time (s): 3600.17
CPU user time (s): 3598.08
CPU system time (s): 2.08773
CPU usage (%): 100.396
Max. virtual memory (cumulated for all children) (KiB): 19068588
Max. memory (cumulated for all children) (KiB): 2322144

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.08
system time used= 2.08773
maximum resident set size= 2323296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 122452
page faults= 0
swaps= 0
block input operations= 0
block output operations= 25016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 137224
involuntary context switches= 8961


# summary of solver processes directly reported to runsolver:
#   pid: 169654
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3598.08
#   total CPU system time (s): 2.08773

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.11146 second user time and 19.0784 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-07-23 02:36:34
IDJOB=4544848
IDBENCH=180684
IDSOLVER=3361
FILE ID=nodeC019/4544848-1753230994
RUNJOBID= nodeC019-1753223825-168201
SLURM_JOB_ID= 9687829
Free space on /tmp= 433036 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB25/normalized-PB25/DEC-LIN/koops/normalized-mat12_10_triangular.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4544848-1753230994/watcher-4544848-1753230994 -o /tmp/evaluation-result-4544848-1753230994/solver-4544848-1753230994 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1753223825-168201 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4544848-1753230994.opb

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

MD5SUM BENCH= 66da69fc5ff2d69cb07ac1ec77d1e0fe
RANDOM SEED=328263381

nodeC019 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		: 3599.679
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.37
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.691
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.37
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		: 3584.404
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.37
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		: 3591.376
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.37
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.975
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.37
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		: 3599.685
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.37
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		: 3603.308
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.37
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		: 3700.000
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.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        115364716 kB
MemAvailable:   124793840 kB
Buffers:             904 kB
Cached:         10169600 kB
SwapCached:          416 kB
Active:          6101192 kB
Inactive:        9075172 kB
Active(anon):    5018508 kB
Inactive(anon):    12804 kB
Active(file):    1082684 kB
Inactive(file):  9062368 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33008356 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3324 kB
Writeback:             0 kB
AnonPages:       5006964 kB
Mapped:           129116 kB
Shmem:             25452 kB
KReclaimable:     246620 kB
Slab:             343056 kB
SReclaimable:     246620 kB
SUnreclaim:        96436 kB
KernelStack:        5200 kB
PageTables:        13676 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    7950596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151464 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4790272 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:      176852 kB
DirectMap2M:     9031680 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433040 MiB
End job on nodeC019 at 2025-07-23 03:36:20