Trace number 4507522

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.15 3133.98

General information on the benchmark

NamePB24/normalized-PB12/DEC-LIN/sroussel/
ShortestPathTate/normalized-TateBritain_K81.opb
MD5SUMa76247625d06f26dbfcd47fe69513f4b
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5508
Total number of constraints5672
Number of constraints which are clauses5591
Number of constraints which are cardinality constraints (but not clauses)81
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint81
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 82
Number of bits of the biggest sum of numbers7
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.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	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.15	c Pseudo Boolean Optimization by upper bound
0.12/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.15	c  - never skip resolution steps
0.12/0.15	c  - Auto-division on coefficients is disabled
0.12/0.15	c  - No postprocessing
0.12/0.15	c  - Conflict is considered as is when resolving
0.12/0.15	c  - Use constraints as they come during conflict analysis
0.12/0.15	c  - Weaken first using unassigned literals
0.12/0.15	c  - Bump strategy: ALWAYS_ONE
0.12/0.15	c  - Bumper: ANY
0.12/0.15	c --- Begin Solver configuration ---
0.12/0.15	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.12/0.15	c Learn all clauses as in MiniSAT
0.12/0.15	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.15	c No reason simplification
0.12/0.15	c Armin Biere (Picosat) restarts strategy
0.12/0.15	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.15	c timeout=2147483s
0.12/0.15	c DB Simplification allowed=false
0.12/0.15	c Listener: none
0.12/0.15	c --- End Solver configuration ---
0.12/0.15	c solving HOME/instance-4507522-1751193127.opb
0.12/0.15	c reading problem ... 
0.12/0.15	c  no objective function found
0.32/0.29	c ... done. Wall clock time 0.13s.
0.32/0.29	c declared #vars     5508
0.32/0.29	c #constraints  5672
0.32/0.29	c constraints type 
0.32/0.29	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1040
0.32/0.29	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 81
0.32/0.29	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4549
0.32/0.29	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.32/0.29	c 5672 constraints processed.
207.25/199.37	c cleaning 2424 clauses out of 5000
3600.01/3133.92	c starts		: 34
3600.01/3133.93	c conflicts		: 10042
3600.01/3133.93	c decisions		: 91438
3600.01/3133.93	c propagations		: 3050464
3600.01/3133.93	c inspects		: 961233220
3600.01/3133.93	c shortcuts		: 0
3600.01/3133.93	c learnt literals	: 0
3600.01/3133.93	c learnt binary clauses	: 0
3600.01/3133.93	c learnt ternary clauses	: 0
3600.01/3133.93	c learnt constraints	: 10041
3600.01/3133.93	c ignored constraints	: 0
3600.01/3133.93	c root simplifications	: 0
3600.01/3133.93	c removed literals (reason simplification)	: 0
3600.01/3133.93	c reason swapping (by a shorter reason)	: 0
3600.01/3133.93	c Calls to reduceDB	: 1
3600.01/3133.93	c Number of update (reduction) of LBD	: 0
3600.01/3133.93	c Imported unit clauses	: 0
3600.01/3133.93	c No decision after first conflict	: false
3600.01/3133.93	c number of reductions to clauses (during analyze)	: 0
3600.01/3133.93	c number of learned constraints concerned by reduction	: 0
3600.01/3133.93	c number of learning phase by resolution	: 0
3600.01/3133.93	c number of learning phase by cutting planes	: 0
3600.01/3133.93	c number of rounding to 1 operations	: 0
3600.01/3133.93	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3133.93	c number of reductions of the coefficients by power 2 	: 0
3600.01/3133.93	c number of right shift for reduction by power 2 	: 0
3600.01/3133.93	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3133.93	c number of ending skipping 	: 0
3600.01/3133.93	c number of internal skipping 	: 0
3600.01/3133.93	c number of derivation steps 	: 334452
3600.01/3133.93	c number of skipped derivation steps 	: 0
3600.01/3133.93	c number of remaining unassigned 	: 121559
3600.01/3133.93	c number of remaining assigned 	: 15053059
3600.01/3133.93	c number of falsified literals weakened from reason	: 0
3600.01/3133.93	c number of falsified literals weakened from conflict	: 0
3600.01/3133.93	c time for arithmetic operations	: 1415888424632
3600.01/3133.94	c minimum degree of deleted constraints	: null
3600.01/3133.94	c maximum degree of deleted constraints	: null
3600.01/3133.94	c number of deleted constraints	: 0
3600.01/3133.94	c speed (assignments/second)	: 973.4564446098183
3600.01/3133.94	c non guided choices	: 1784
3600.01/3133.95	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 112
3600.01/3133.95	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 6537
3600.01/3133.95	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 968
3600.01/3133.95	s UNKNOWN
3600.01/3133.95	c Total wall clock time (in seconds): 3133.798

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4507522-1751193127/watcher-4507522-1751193127 -o /tmp/evaluation-result-4507522-1751193127/solver-4507522-1751193127 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751183386-21557 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4507522-1751193127.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
Starting watchdog thread
solver pid=23020, runsolver pid=23017
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 4.59 5.00 4.98 5/340 23038
/proc/meminfo: memFree=122899464/131250000 swapFree=33010684/33010684
[pid=23020] ppid=23017 vsize=18930384 memory=57616 CPUtime=0.12 cores=4,6
/proc/23020/stat : 23020 (java) S 23017 23020 21543 0 -1 4194304 6566 0 0 0 10 2 0 0 20 0 18 0 34990191 19384713216 14404 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
/proc/23020/statm: 4732596 14404 5319 1 0 547603 0
[pid=23020/tid=23022] ppid=23017 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/23020/task/23022/stat : 23022 (java) R 23017 23020 21543 0 -1 4194368 5057 0 0 0 6 1 0 0 20 0 18 0 34990193 19384713216 14404 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
[pid=23020/tid=23031] ppid=23017 vsize=18930384 memory=241407623509 CPUtime=0 cores=4,6
/proc/23020/task/23031/stat : 23031 (Finalizer) S 23017 23020 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34990195 19384713216 14404 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
[pid=23020/tid=23038] ppid=23017 vsize=18930384 memory=60684515934839 CPUtime=0 cores=4,6
/proc/23020/task/23038/stat : 23038 (Common-Cleaner) S 23017 23020 21543 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34990195 19384713216 14404 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57616 KiB

[startup+0.206364 s]*
/proc/loadavg: 4.59 5.00 4.98 7/340 23038
/proc/meminfo: memFree=122895368/131250000 swapFree=33010684/33010684
[pid=23020] ppid=23017 vsize=18930384 memory=66440 CPUtime=0.32 cores=4,6
/proc/23020/stat : 23020 (java) S 23017 23020 21543 0 -1 4194304 7135 0 0 0 29 3 0 0 20 0 18 0 34990191 19384713216 16610 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
/proc/23020/statm: 4732596 16610 5447 1 0 547998 0
[pid=23020/tid=23022] ppid=23017 vsize=18930384 memory=4026597660 CPUtime=0.17 cores=4,6
/proc/23020/task/23022/stat : 23022 (java) R 23017 23020 21543 0 -1 4194368 5354 0 0 0 15 2 0 0 20 0 18 0 34990193 19384713216 16610 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
[pid=23020/tid=23031] ppid=23017 vsize=18930384 memory=15987 CPUtime=0 cores=4,6
/proc/23020/task/23031/stat : 23031 (Finalizer) S 23017 23020 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 34990195 19384713216 16610 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
[pid=23020/tid=23038] ppid=23017 vsize=18930384 memory=59585004307431 CPUtime=0 cores=4,6
/proc/23020/task/23038/stat : 23038 (Common-Cleaner) S 23017 23020 21543 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 34990195 19384713216 16610 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 66440 KiB

[startup+0.305822 s]*
/proc/loadavg: 4.59 5.00 4.98 8/341 23039
/proc/meminfo: memFree=122868272/131250000 swapFree=33010684/33010684
[pid=23020] ppid=23017 vsize=18996948 memory=93508 CPUtime=0.5 cores=4,6
/proc/23020/stat : 23020 (java) S 23017 23020 21543 0 -1 4194304 8718 0 0 0 47 3 0 0 20 0 19 0 34990191 19452874752 23377 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
/proc/23020/statm: 4749237 23377 5447 1 0 549333 0
[pid=23020/tid=23022] ppid=23017 vsize=18996948 memory=-6000919477068917101 CPUtime=0.24 cores=4,6
/proc/23020/task/23022/stat : 23022 (java) R 23017 23020 21543 0 -1 4194368 5408 0 0 0 22 2 0 0 20 0 19 0 34990193 19452874752 23377 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
[pid=23020/tid=23031] ppid=23017 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/23020/task/23031/stat : 23031 (Finalizer) S 23017 23020 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 34990195 19452874752 23377 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
[pid=23020/tid=23038] ppid=23017 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/23020/task/23038/stat : 23038 (Common-Cleaner) S 23017 23020 21543 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 34990195 19452874752 23377 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
[pid=23020/tid=23039] ppid=23017 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/23020/task/23039/stat : 23039 (java) R 23017 23020 21543 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 34990222 19452874752 23377 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 93508 KiB

[startup+0.700238 s]
/proc/loadavg: 4.59 5.00 4.98 6/341 23039
/proc/meminfo: memFree=122850064/131250000 swapFree=33010684/33010684
[pid=23020] ppid=23017 vsize=18996948 memory=123520 CPUtime=1.27 cores=4,6
/proc/23020/stat : 23020 (java) S 23017 23020 21543 0 -1 4194304 15223 0 0 0 122 5 0 0 20 0 19 0 34990191 19452874752 30880 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
/proc/23020/statm: 4749237 30880 5447 1 0 553634 0
[pid=23020/tid=23022] ppid=23017 vsize=18996948 memory=17408 CPUtime=0.56 cores=4,6
/proc/23020/task/23022/stat : 23022 (java) R 23017 23020 21543 0 -1 4194368 5452 0 0 0 54 2 0 0 20 0 19 0 34990193 19452874752 30880 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
[pid=23020/tid=23031] ppid=23017 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/23020/task/23031/stat : 23031 (Finalizer) S 23017 23020 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 34990195 19452874752 30880 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
[pid=23020/tid=23038] ppid=23017 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/23020/task/23038/stat : 23038 (Common-Cleaner) S 23017 23020 21543 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 34990195 19452874752 30880 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
[pid=23020/tid=23039] ppid=23017 vsize=18996948 memory=4760 CPUtime=0 cores=4,6
/proc/23020/task/23039/stat : 23039 (Timer-0) S 23017 23020 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 34990222 19452874752 30880 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 123520 KiB

[startup+1.50024 s]
/proc/loadavg: 4.59 5.00 4.98 6/341 23039
/proc/meminfo: memFree=122823724/131250000 swapFree=33010684/33010684
[pid=23020] ppid=23017 vsize=19063512 memory=178464 CPUtime=2.85 cores=4,6
/proc/23020/stat : 23020 (java) S 23017 23020 21543 0 -1 4194304 19275 0 0 0 278 7 0 0 20 0 20 0 34990191 19521036288 44616 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
/proc/23020/statm: 4765878 44616 5479 1 0 553934 0
[pid=23020/tid=23022] ppid=23017 vsize=19063512 memory=10752 CPUtime=1.33 cores=4,6
/proc/23020/task/23022/stat : 23022 (java) R 23017 23020 21543 0 -1 4194368 5677 0 0 0 130 3 0 0 20 0 20 0 34990193 19521036288 44616 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
[pid=23020/tid=23031] ppid=23017 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/23020/task/23031/stat : 23031 (Finalizer) S 23017 23020 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34990195 19521036288 44616 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
[pid=23020/tid=23038] ppid=23017 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/23020/task/23038/stat : 23038 (Common-Cleaner) S 23017 23020 21543 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 34990195 19521036288 44616 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
[pid=23020/tid=23039] ppid=23017 vsize=19063512 memory=4760 CPUtime=0 cores=4,6
/proc/23020/task/23039/stat : 23039 (Timer-0) S 23017 23020 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34990222 19521036288 44616 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 178464 KiB

[startup+3.10575 s]
/proc/loadavg: 4.59 5.00 4.98 5/342 23040
/proc/meminfo: memFree=122712544/131250000 swapFree=33010684/33010684
[pid=23020] ppid=23017 vsize=19063512 memory=272916 CPUtime=5.67 cores=4,6
/proc/23020/stat : 23020 (java) S 23017 23020 21543 0 -1 4194304 24644 0 0 0 557 10 0 0 20 0 20 0 34990191 19521036288 68229 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
/proc/23020/statm: 4765878 68229 5479 1 0 756908 0
[pid=23020/tid=23022] ppid=23017 vsize=19063512 memory=10752 CPUtime=2.83 cores=4,6
/proc/23020/task/23022/stat : 23022 (java) R 23017 23020 21543 0 -1 4194368 6048 0 0 0 279 4 0 0 20 0 20 0 34990193 19521036288 68229 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
[pid=23020/tid=23031] ppid=23017 vsize=19063512 memory=-6000919477068917101 CPUtime=0 cores=4,6
/proc/23020/task/23031/stat : 23031 (Finalizer) S 23017 23020 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34990195 19521036288 68229 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
[pid=23020/tid=23038] ppid=23017 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/23020/task/23038/stat : 23038 (Common-Cleaner) S 23017 23020 21543 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 34990195 19521036288 68229 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
[pid=23020/tid=23039] ppid=23017 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/23020/task/23039/stat : 23039 (Timer-0) S 23017 23020 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34990222 19521036288 68229 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
Current children cumulated CPU time: 5.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 272916 KiB

[startup+6.30023 s]
/proc/loadavg: 4.54 4.98 4.98 5/342 23040
/proc/meminfo: memFree=122201868/131250000 swapFree=33010684/33010684
[pid=23020] ppid=23017 vsize=19063512 memory=872120 CPUtime=10.8 cores=4,6
/proc/23020/stat : 23020 (java) S 23017 23020 21543 0 -1 4194304 25498 0 0 0 1056 24 0 0 20 0 20 0 34990191 19521036288 218030 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
/proc/23020/statm: 4765878 218030 5479 1 0 756940 0
[pid=23020/tid=23022] ppid=23017 vsize=19063512 memory=0 CPUtime=6 cores=4,6
/proc/23020/task/23022/stat : 23022 (java) R 23017 23020 21543 0 -1 4194368 6437 0 0 0 584 16 0 0 20 0 20 0 34990193 19521036288 218030 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
[pid=23020/tid=23031] ppid=23017 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/23020/task/23031/stat : 23031 (Finalizer) S 23017 23020 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34990195 19521036288 218030 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
[pid=23020/tid=23038] ppid=23017 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/23020/task/23038/stat : 23038 (Common-Cleaner) S 23017 23020 21543 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 34990195 19521036288 218030 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
[pid=23020/tid=23039] ppid=23017 vsize=19063512 memory=178848 CPUtime=0 cores=4,6
/proc/23020/task/23039/stat : 23039 (Timer-0) S 23017 23020 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34990222 19521036288 218030 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
Current children cumulated CPU time: 10.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 872120 KiB

[startup+12.7002 s]
/proc/loadavg: 4.50 4.97 4.97 5/342 23040
/proc/meminfo: memFree=121003284/131250000 swapFree=33010684/33010684
[pid=23020] ppid=23017 vsize=19063512 memory=1894608 CPUtime=17.71 cores=4,6
/proc/23020/stat : 23020 (java) S 23017 23020 21543 0 -1 4194304 31207 0 0 0 1726 45 0 0 20 0 20 0 34990191 19521036288 473652 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
/proc/23020/statm: 4765878 473652 5511 1 0 757983 0
[pid=23020/tid=23022] ppid=23017 vsize=19063512 memory=178848 CPUtime=12.26 cores=4,6
/proc/23020/task/23022/stat : 23022 (java) R 23017 23020 21543 0 -1 4194368 8489 0 0 0 1192 34 0 0 20 0 20 0 34990193 19521036288 473652 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
[pid=23020/tid=23031] ppid=23017 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/23020/task/23031/stat : 23031 (Finalizer) S 23017 23020 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34990195 19521036288 473652 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
[pid=23020/tid=23038] ppid=23017 vsize=19063512 memory=1890476 CPUtime=0 cores=4,6
/proc/23020/task/23038/stat : 23038 (Common-Cleaner) S 23017 23020 21543 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 34990195 19521036288 473652 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
[pid=23020/tid=23039] ppid=23017 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/23020/task/23039/stat : 23039 (Timer-0) S 23017 23020 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34990222 19521036288 473652 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
Current children cumulated CPU time: 17.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1894608 KiB

[startup+25.5002 s]
/proc/loadavg: 4.39 4.92 4.96 5/342 23041
/proc/meminfo: memFree=120827580/131250000 swapFree=33010684/33010684
[pid=23020] ppid=23017 vsize=19063512 memory=1927516 CPUtime=30.66 cores=4,6
/proc/23020/stat : 23020 (java) S 23017 23020 21543 0 -1 4194304 34116 0 0 0 3019 47 0 0 20 0 20 0 34990191 19521036288 481879 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
/proc/23020/statm: 4765878 481879 5511 1 0 757983 0
[pid=23020/tid=23022] ppid=23017 vsize=19063512 memory=10752 CPUtime=24.89 cores=4,6
/proc/23020/task/23022/stat : 23022 (java) R 23017 23020 21543 0 -1 4194368 9696 0 0 0 2455 34 0 0 20 0 20 0 34990193 19521036288 481879 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
[pid=23020/tid=23031] ppid=23017 vsize=19063512 memory=1890476 CPUtime=0 cores=4,6
/proc/23020/task/23031/stat : 23031 (Finalizer) S 23017 23020 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34990195 19521036288 481879 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
[pid=23020/tid=23038] ppid=23017 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/23020/task/23038/stat : 23038 (Common-Cleaner) S 23017 23020 21543 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 34990195 19521036288 481879 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
[pid=23020/tid=23039] ppid=23017 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/23020/task/23039/stat : 23039 (Timer-0) S 23017 23020 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34990222 19521036288 481879 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
Current children cumulated CPU time: 30.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1927516 KiB

[startup+51.1057 s]
/proc/loadavg: 4.32 4.86 4.94 5/342 23041
/proc/meminfo: memFree=120529048/131250000 swapFree=33010684/33010684
[pid=23020] ppid=23017 vsize=19063512 memory=2040400 CPUtime=56.68 cores=4,6
/proc/23020/stat : 23020 (java) S 23017 23020 21543 0 -1 4194304 40150 0 0 0 5617 51 0 0 20 0 20 0 34990191 19521036288 510100 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
/proc/23020/statm: 4765878 510100 5511 1 0 757987 0
[pid=23020/tid=23022] ppid=23017 vsize=19063512 memory=14432 CPUtime=49.99 cores=4,6
/proc/23020/task/23022/stat : 23022 (java) R 23017 23020 21543 0 -1 4194368 12936 0 0 0 4964 35 0 0 20 0 20 0 34990193 19521036288 510100 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
[pid=23020/tid=23031] ppid=23017 vsize=19063512 memory=10752 CPUtime=0 cores=4,6

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

/proc/meminfo: memFree=104500960/131250000 swapFree=33010684/33010684
[pid=23020] ppid=23017 vsize=19063512 memory=7644544 CPUtime=3252.35 cores=4,6
/proc/23020/stat : 23020 (java) S 23017 23020 21543 0 -1 4194304 188966 0 0 0 324613 622 0 0 20 0 20 0 34990191 19521036288 1911136 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
/proc/23020/statm: 4765878 1911136 5511 1 0 1926156 0
[pid=23020/tid=23022] ppid=23017 vsize=19063512 memory=7644544 CPUtime=2763.64 cores=4,6
/proc/23020/task/23022/stat : 23022 (java) R 23017 23020 21543 0 -1 4194368 70550 0 0 0 276234 130 0 0 20 0 20 0 34990193 19521036288 1911136 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
[pid=23020/tid=23031] ppid=23017 vsize=19063512 memory=7644544 CPUtime=0 cores=4,6
/proc/23020/task/23031/stat : 23031 (Finalizer) S 23017 23020 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34990195 19521036288 1911136 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
[pid=23020/tid=23038] ppid=23017 vsize=19063512 memory=-6000919477068917101 CPUtime=0 cores=4,6
/proc/23020/task/23038/stat : 23038 (Common-Cleaner) S 23017 23020 21543 0 -1 4194368 1582 0 0 0 0 0 0 0 20 0 20 0 34990195 19521036288 1911136 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
[pid=23020/tid=23039] ppid=23017 vsize=19063512 memory=7644544 CPUtime=0 cores=4,6
/proc/23020/task/23039/stat : 23039 (Timer-0) S 23017 23020 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34990222 19521036288 1911136 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
Current children cumulated CPU time: 3252.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7644544 KiB

[startup+2862.3 s]
/proc/loadavg: 4.75 4.78 4.73 6/340 23191
/proc/meminfo: memFree=103942320/131250000 swapFree=33010684/33010684
[pid=23020] ppid=23017 vsize=19063512 memory=7644544 CPUtime=3318.61 cores=4,6
/proc/23020/stat : 23020 (java) S 23017 23020 21543 0 -1 4194304 192874 0 0 0 331232 629 0 0 20 0 20 0 34990191 19521036288 1911136 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
/proc/23020/statm: 4765878 1911136 5511 1 0 1926156 0
[pid=23020/tid=23022] ppid=23017 vsize=19063512 memory=7644544 CPUtime=2823.29 cores=4,6
/proc/23020/task/23022/stat : 23022 (java) R 23017 23020 21543 0 -1 4194368 72497 0 0 0 282199 130 0 0 20 0 20 0 34990193 19521036288 1911136 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
[pid=23020/tid=23031] ppid=23017 vsize=19063512 memory=14432 CPUtime=0 cores=4,6
/proc/23020/task/23031/stat : 23031 (Finalizer) S 23017 23020 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34990195 19521036288 1911136 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
[pid=23020/tid=23038] ppid=23017 vsize=19063512 memory=4760 CPUtime=0 cores=4,6
/proc/23020/task/23038/stat : 23038 (Common-Cleaner) S 23017 23020 21543 0 -1 4194368 1584 0 0 0 0 0 0 0 20 0 20 0 34990195 19521036288 1911136 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
[pid=23020/tid=23039] ppid=23017 vsize=19063512 memory=7644544 CPUtime=0 cores=4,6
/proc/23020/task/23039/stat : 23039 (Timer-0) S 23017 23020 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34990222 19521036288 1911136 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
Current children cumulated CPU time: 3318.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7644544 KiB

[startup+2922.3 s]
/proc/loadavg: 4.55 4.71 4.71 6/340 23194
/proc/meminfo: memFree=103942868/131250000 swapFree=33010684/33010684
[pid=23020] ppid=23017 vsize=19063512 memory=7644544 CPUtime=3380.58 cores=4,6
/proc/23020/stat : 23020 (java) S 23017 23020 21543 0 -1 4194304 194933 0 0 0 337425 633 0 0 20 0 20 0 34990191 19521036288 1911136 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
/proc/23020/statm: 4765878 1911136 5511 1 0 1926156 0
[pid=23020/tid=23022] ppid=23017 vsize=19063512 memory=4760 CPUtime=2883.1 cores=4,6
/proc/23020/task/23022/stat : 23022 (java) R 23017 23020 21543 0 -1 4194368 73633 0 0 0 288180 130 0 0 20 0 20 0 34990193 19521036288 1911136 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
[pid=23020/tid=23031] ppid=23017 vsize=19063512 memory=7644544 CPUtime=0 cores=4,6
/proc/23020/task/23031/stat : 23031 (Finalizer) S 23017 23020 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34990195 19521036288 1911136 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
[pid=23020/tid=23038] ppid=23017 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/23020/task/23038/stat : 23038 (Common-Cleaner) S 23017 23020 21543 0 -1 4194368 1598 0 0 0 0 0 0 0 20 0 20 0 34990195 19521036288 1911136 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
[pid=23020/tid=23039] ppid=23017 vsize=19063512 memory=7644544 CPUtime=0 cores=4,6
/proc/23020/task/23039/stat : 23039 (Timer-0) S 23017 23020 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34990222 19521036288 1911136 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
Current children cumulated CPU time: 3380.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7644544 KiB

[startup+2982.3 s]
/proc/loadavg: 4.69 4.73 4.72 5/341 23199
/proc/meminfo: memFree=103941732/131250000 swapFree=33010684/33010684
[pid=23020] ppid=23017 vsize=19063512 memory=7644544 CPUtime=3442.57 cores=4,6
/proc/23020/stat : 23020 (java) S 23017 23020 21543 0 -1 4194304 196339 0 0 0 343622 635 0 0 20 0 20 0 34990191 19521036288 1911136 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
/proc/23020/statm: 4765878 1911136 5511 1 0 1926156 0
[pid=23020/tid=23022] ppid=23017 vsize=19063512 memory=10752 CPUtime=2942.91 cores=4,6
/proc/23020/task/23022/stat : 23022 (java) R 23017 23020 21543 0 -1 4194368 74309 0 0 0 294161 130 0 0 20 0 20 0 34990193 19521036288 1911136 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
[pid=23020/tid=23031] ppid=23017 vsize=19063512 memory=7644544 CPUtime=0 cores=4,6
/proc/23020/task/23031/stat : 23031 (Finalizer) S 23017 23020 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34990195 19521036288 1911136 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
[pid=23020/tid=23038] ppid=23017 vsize=19063512 memory=18201428 CPUtime=0 cores=4,6
/proc/23020/task/23038/stat : 23038 (Common-Cleaner) S 23017 23020 21543 0 -1 4194368 1598 0 0 0 0 0 0 0 20 0 20 0 34990195 19521036288 1911136 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
[pid=23020/tid=23039] ppid=23017 vsize=19063512 memory=7644544 CPUtime=0 cores=4,6
/proc/23020/task/23039/stat : 23039 (Timer-0) S 23017 23020 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34990222 19521036288 1911136 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
Current children cumulated CPU time: 3442.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7644544 KiB

[startup+3042.3 s]
/proc/loadavg: 4.78 4.75 4.73 7/341 23205
/proc/meminfo: memFree=103939652/131250000 swapFree=33010684/33010684
[pid=23020] ppid=23017 vsize=19063512 memory=7644544 CPUtime=3505.7 cores=4,6
/proc/23020/stat : 23020 (java) S 23017 23020 21543 0 -1 4194304 201015 0 0 0 349929 641 0 0 20 0 20 0 34990191 19521036288 1911136 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
/proc/23020/statm: 4765878 1911136 5511 1 0 1926156 0
[pid=23020/tid=23022] ppid=23017 vsize=19063512 memory=7644544 CPUtime=3002.71 cores=4,6
/proc/23020/task/23022/stat : 23022 (java) R 23017 23020 21543 0 -1 4194368 76138 0 0 0 300141 130 0 0 20 0 20 0 34990193 19521036288 1911136 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
[pid=23020/tid=23031] ppid=23017 vsize=19063512 memory=14432 CPUtime=0 cores=4,6
/proc/23020/task/23031/stat : 23031 (Finalizer) S 23017 23020 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34990195 19521036288 1911136 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
[pid=23020/tid=23038] ppid=23017 vsize=19063512 memory=140587231743681 CPUtime=0 cores=4,6
/proc/23020/task/23038/stat : 23038 (Common-Cleaner) S 23017 23020 21543 0 -1 4194368 1609 0 0 0 0 0 0 0 20 0 20 0 34990195 19521036288 1911136 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
[pid=23020/tid=23039] ppid=23017 vsize=19063512 memory=7644544 CPUtime=0 cores=4,6
/proc/23020/task/23039/stat : 23039 (Timer-0) S 23017 23020 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34990222 19521036288 1911136 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
Current children cumulated CPU time: 3505.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7644544 KiB

[startup+3102.3 s]
/proc/loadavg: 4.52 4.69 4.71 4/315 23241
/proc/meminfo: memFree=109360780/131250000 swapFree=33010684/33010684
[pid=23020] ppid=23017 vsize=19063512 memory=7644544 CPUtime=3568.47 cores=4,6
/proc/23020/stat : 23020 (java) S 23017 23020 21543 0 -1 4194304 205041 0 0 0 356203 644 0 0 20 0 20 0 34990191 19521036288 1911136 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
/proc/23020/statm: 4765878 1911136 5511 1 0 1926156 0
[pid=23020/tid=23022] ppid=23017 vsize=19063512 memory=7644544 CPUtime=3062.52 cores=4,6
/proc/23020/task/23022/stat : 23022 (java) R 23017 23020 21543 0 -1 4194368 78536 0 0 0 306121 131 0 0 20 0 20 0 34990193 19521036288 1911136 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
[pid=23020/tid=23031] ppid=23017 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/23020/task/23031/stat : 23031 (Finalizer) S 23017 23020 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34990195 19521036288 1911136 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
[pid=23020/tid=23038] ppid=23017 vsize=19063512 memory=14432 CPUtime=0 cores=4,6
/proc/23020/task/23038/stat : 23038 (Common-Cleaner) S 23017 23020 21543 0 -1 4194368 1610 0 0 0 0 0 0 0 20 0 20 0 34990195 19521036288 1911136 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
[pid=23020/tid=23039] ppid=23017 vsize=19063512 memory=14432 CPUtime=0 cores=4,6
/proc/23020/task/23039/stat : 23039 (Timer-0) S 23017 23020 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34990222 19521036288 1911136 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
Current children cumulated CPU time: 3568.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7644544 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3133.9 s]
/proc/loadavg: 3.92 4.53 4.65 5/315 23242
/proc/meminfo: memFree=109360828/131250000 swapFree=33010684/33010684
[pid=23020] ppid=23017 vsize=19063512 memory=7644544 CPUtime=3600.01 cores=4,6
/proc/23020/stat : 23020 (java) S 23017 23020 21543 0 -1 4194304 205336 0 0 0 359355 646 0 0 20 0 20 0 34990191 19521036288 1911136 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
/proc/23020/statm: 4765878 1911136 5511 1 0 1926156 0
[pid=23020/tid=23022] ppid=23017 vsize=19063512 memory=14432 CPUtime=3094.02 cores=4,6
/proc/23020/task/23022/stat : 23022 (java) R 23017 23020 21543 0 -1 4194368 78637 0 0 0 309271 131 0 0 20 0 20 0 34990193 19521036288 1911136 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
[pid=23020/tid=23031] ppid=23017 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/23020/task/23031/stat : 23031 (Finalizer) S 23017 23020 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34990195 19521036288 1911136 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
[pid=23020/tid=23038] ppid=23017 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/23020/task/23038/stat : 23038 (Common-Cleaner) S 23017 23020 21543 0 -1 4194368 1610 0 0 0 0 0 0 0 20 0 20 0 34990195 19521036288 1911136 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
[pid=23020/tid=23039] ppid=23017 vsize=19063512 memory=14432 CPUtime=0 cores=4,6
/proc/23020/task/23039/stat : 23039 (Timer-0) S 23017 23020 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34990222 19521036288 1911136 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7644544 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.66 s, system=6.49043 s

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

[startup+3133.9 s]
/proc/loadavg: 3.92 4.53 4.65 5/315 23242
/proc/meminfo: memFree=109360828/131250000 swapFree=33010684/33010684
[pid=23020] ppid=23017 vsize=19063512 memory=7644544 CPUtime=3600.01 cores=4,6
/proc/23020/stat : 23020 (java) S 23017 23020 21543 0 -1 4194304 205336 0 0 0 359355 646 0 0 20 0 20 0 34990191 19521036288 1911136 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
/proc/23020/statm: 4765878 1911136 5511 1 0 1926156 0
[pid=23020/tid=23022] ppid=23017 vsize=19063512 memory=14432 CPUtime=3094.02 cores=4,6
/proc/23020/task/23022/stat : 23022 (java) R 23017 23020 21543 0 -1 4194368 78637 0 0 0 309271 131 0 0 20 0 20 0 34990193 19521036288 1911136 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
[pid=23020/tid=23031] ppid=23017 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/23020/task/23031/stat : 23031 (Finalizer) S 23017 23020 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34990195 19521036288 1911136 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
[pid=23020/tid=23038] ppid=23017 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/23020/task/23038/stat : 23038 (Common-Cleaner) S 23017 23020 21543 0 -1 4194368 1610 0 0 0 0 0 0 0 20 0 20 0 34990195 19521036288 1911136 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
[pid=23020/tid=23039] ppid=23017 vsize=19063512 memory=14432 CPUtime=0 cores=4,6
/proc/23020/task/23039/stat : 23039 (Timer-0) S 23017 23020 21543 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 34990222 19521036288 1911136 18446744073709551615 93862226108416 93862226112112 140734906147424 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93862226119928 93862226120720 93862251347968 140734906153342 140734906153446 140734906153446 140734906159048 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7644544 KiB

Child status: 143

Real time (s): 3133.98
CPU time (s): 3600.15
CPU user time (s): 3593.66
CPU system time (s): 6.49043
CPU usage (%): 114.875
Max. virtual memory (cumulated for all children) (KiB): 19068348
Max. memory (cumulated for all children) (KiB): 7644544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.66
system time used= 6.49043
maximum resident set size= 7645568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 207328
page faults= 0
swaps= 0
block input operations= 0
block output operations= 19336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 155666
involuntary context switches= 36959


# summary of solver processes directly reported to runsolver:
#   pid: 23020
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3593.66
#   total CPU system time (s): 6.49043

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.64605 second user time and 15.3344 second system time

The end

Launcher Data

Begin job on nodeC019 at 2025-06-29 12:32:07
IDJOB=4507522
IDBENCH=158357
IDSOLVER=3361
FILE ID=nodeC019/4507522-1751193127
RUNJOBID= nodeC019-1751183386-21557
SLURM_JOB_ID= 9587570
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB12/DEC-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K81.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4507522-1751193127/watcher-4507522-1751193127 -o /tmp/evaluation-result-4507522-1751193127/solver-4507522-1751193127 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC019-1751183386-21557 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4507522-1751193127.opb

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

MD5SUM BENCH= a76247625d06f26dbfcd47fe69513f4b
RANDOM SEED=34953993

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		: 3455.889
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.679
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		: 3599.690
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		: 3599.761
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		: 3600.245
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.682
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		: 3599.724
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		: 3571.489
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:        122930892 kB
MemAvailable:   122727524 kB
Buffers:            3280 kB
Cached:           606536 kB
SwapCached:            0 kB
Active:          7397080 kB
Inactive:         349784 kB
Active(anon):    7155116 kB
Inactive(anon):        0 kB
Active(file):     241964 kB
Inactive(file):   349784 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1344 kB
Writeback:             0 kB
AnonPages:       7139176 kB
Mapped:           122644 kB
Shmem:             18064 kB
KReclaimable:      88244 kB
Slab:             173140 kB
SReclaimable:      88244 kB
SUnreclaim:        84896 kB
KernelStack:        5216 kB
PageTables:        17640 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   10247800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151496 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6918144 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= 433060 MiB
End job on nodeC019 at 2025-06-29 13:24:21