Trace number 4462107

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2024 2024-07-07? (TO) 3604.11 2671.76

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/
KidneyTransplantBenchmarks/normalized-KE_690_001.opb
MD5SUM249cf9587e5805e9a219512abdd98e50
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-30339
Best CPU time to get the best result obtained on this benchmark6.39959
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables91734
Total number of constraints645
Number of constraints which are clauses22
Number of constraints which are cardinality constraints (but not clauses)623
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint9672
Number of terms in the objective function 91720
Biggest coefficient in the objective function 264
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 10327197
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 264
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 10327197
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
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		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.12	--- Begin Solver configuration ---
0.13/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.13/0.12	Learn all clauses as in MiniSAT
0.13/0.12	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	Expensive reason simplification
0.13/0.12	Glucose 2.1 dynamic restart strategy
0.13/0.12	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.12	timeout=2147483s
0.13/0.12	DB Simplification allowed=false
0.13/0.12	Listener: none
0.13/0.12	--- End Solver configuration ---
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c Expensive reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-4462107-1722240187.opb
0.13/0.12	c reading problem ... 
0.13/0.13	c using VERIPB proof format
0.13/0.14	c  objective function found
1.40/0.82	c ... done. Wall clock time 0.688s.
1.40/0.82	c declared #vars     91734
1.40/0.82	c #constraints  645
1.40/0.82	c constraints type 
1.40/0.82	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 22
1.40/0.82	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 623
1.40/0.82	c 645 constraints processed.
1.40/0.82	c objective function length is 91720 literals
1.79/1.06	c SATISFIABLE
1.79/1.06	c OPTIMIZING...
1.79/1.06	c Got one! Elapsed wall clock time (in seconds):0.938
1.79/1.06	o -23563
116.95/113.47	c Got one! Elapsed wall clock time (in seconds):113.351
116.95/113.47	o -23566
117.33/113.66	c Got one! Elapsed wall clock time (in seconds):113.539
117.33/113.66	o -23689
1225.25/1126.58	c cleaning 2790 clauses out of 5592 with flag 10473/5592

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: 63968 MiB (58028 MiB free)
  memory of node 1: 64473 MiB (60304 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4462107-1722240187/watcher-4462107-1722240187 -o /tmp/evaluation-result-4462107-1722240187/solver-4462107-1722240187 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1722240187-419339 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4462107-1722240187 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4462107-1722240187.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=419404, runsolver pid=419401
Current StackSize limit: 8192 KiB


[startup+0.100082 s]*
/proc/loadavg: 2.04 2.09 2.19 10/308 419452
/proc/meminfo: memFree=121095340/131524600 swapFree=131061696/131071996
[pid=419404] ppid=419401 vsize=18993908 memory=65716 CPUtime=0.13 cores=5,7
/proc/419404/stat : 419404 (java) S 419401 419404 417202 0 -1 1077936128 7293 0 0 0 11 2 0 0 20 0 18 0 60547045 19449761792 16429 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
/proc/419404/statm: 4748477 16429 5762 1 0 549380 0
[pid=419404/tid=419420] ppid=419401 vsize=18993908 memory=4026531971 CPUtime=0.08 cores=5,7
/proc/419404/task/419420/stat : 419420 (java) R 419401 419404 417202 0 -1 4194368 5836 0 0 0 7 1 0 0 20 0 18 0 60547045 19449761792 16429 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
[pid=419404/tid=419433] ppid=419401 vsize=18993908 memory=1446658 CPUtime=0 cores=5,7
/proc/419404/task/419433/stat : 419433 (Finalizer) S 419401 419404 417202 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 60547048 19449761792 16429 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
[pid=419404/tid=419440] ppid=419401 vsize=18993908 memory=14979970577467533 CPUtime=0 cores=5,7
/proc/419404/task/419440/stat : 419440 (Common-Cleaner) S 419401 419404 417202 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 60547048 19449761792 16429 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 65716 KiB

[startup+0.214163 s]*
/proc/loadavg: 2.04 2.09 2.19 12/324 419468
/proc/meminfo: memFree=120971320/131524600 swapFree=131061696/131071996
[pid=419404] ppid=419401 vsize=18993908 memory=92548 CPUtime=0.33 cores=5,7
/proc/419404/stat : 419404 (java) S 419401 419404 417202 0 -1 1077936128 9300 0 0 0 30 3 0 0 20 0 18 0 60547045 19449761792 23137 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
/proc/419404/statm: 4748477 23137 6062 1 0 550696 0
[pid=419404/tid=419420] ppid=419401 vsize=18993908 memory=8737651120394928259 CPUtime=0.19 cores=5,7
/proc/419404/task/419420/stat : 419420 (java) R 419401 419404 417202 0 -1 4194368 5973 0 0 0 17 2 0 0 20 0 18 0 60547045 19449761792 23137 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
[pid=419404/tid=419433] ppid=419401 vsize=18993908 memory=1446658 CPUtime=0 cores=5,7
/proc/419404/task/419433/stat : 419433 (Finalizer) S 419401 419404 417202 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 60547048 19449761792 23137 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
[pid=419404/tid=419440] ppid=419401 vsize=18993908 memory=14979970577467533 CPUtime=0 cores=5,7
/proc/419404/task/419440/stat : 419440 (Common-Cleaner) S 419401 419404 417202 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 60547048 19449761792 23137 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 92548 KiB

[startup+0.312179 s]*
/proc/loadavg: 2.04 2.09 2.19 9/325 419469
/proc/meminfo: memFree=120897012/131524600 swapFree=131061696/131071996
[pid=419404] ppid=419401 vsize=18993908 memory=125644 CPUtime=0.52 cores=5,7
/proc/419404/stat : 419404 (java) S 419401 419404 417202 0 -1 1077936128 9941 0 0 0 49 3 0 0 20 0 18 0 60547045 19449761792 31411 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
/proc/419404/statm: 4748477 31411 6062 1 0 551166 0
[pid=419404/tid=419420] ppid=419401 vsize=18993908 memory=-8672075134700987068 CPUtime=0.27 cores=5,7
/proc/419404/task/419420/stat : 419420 (java) R 419401 419404 417202 0 -1 4194368 6011 0 0 0 25 2 0 0 20 0 18 0 60547045 19449761792 31411 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
[pid=419404/tid=419433] ppid=419401 vsize=18993908 memory=0 CPUtime=0 cores=5,7
/proc/419404/task/419433/stat : 419433 (Finalizer) S 419401 419404 417202 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 60547048 19449761792 31411 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
[pid=419404/tid=419440] ppid=419401 vsize=18993908 memory=0 CPUtime=0 cores=5,7
/proc/419404/task/419440/stat : 419440 (Common-Cleaner) S 419401 419404 417202 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 60547048 19449761792 31411 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 125644 KiB

[startup+0.707183 s]
/proc/loadavg: 2.04 2.09 2.19 12/327 419471
/proc/meminfo: memFree=120780640/131524600 swapFree=131061696/131071996
[pid=419404] ppid=419401 vsize=19060472 memory=332528 CPUtime=1.22 cores=5,7
/proc/419404/stat : 419404 (java) S 419401 419404 417202 0 -1 1077936128 11131 0 1 0 115 7 0 0 20 0 19 0 60547045 19517923328 83132 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
/proc/419404/statm: 4765118 83132 6078 1 0 1077886 0
[pid=419404/tid=419420] ppid=419401 vsize=19060472 memory=5640 CPUtime=0.55 cores=5,7
/proc/419404/task/419420/stat : 419420 (java) R 419401 419404 417202 0 -1 4194368 6114 0 0 0 49 6 0 0 20 0 19 0 60547045 19517923328 83132 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
[pid=419404/tid=419433] ppid=419401 vsize=19060472 memory=12248 CPUtime=0 cores=5,7
/proc/419404/task/419433/stat : 419433 (Finalizer) S 419401 419404 417202 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 60547048 19517923328 83132 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
[pid=419404/tid=419440] ppid=419401 vsize=19060472 memory=4953 CPUtime=0 cores=5,7
/proc/419404/task/419440/stat : 419440 (Common-Cleaner) S 419401 419404 417202 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 60547048 19517923328 83132 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 332528 KiB

[startup+1.5087 s]
/proc/loadavg: 2.76 2.24 2.24 13/330 419474
/proc/meminfo: memFree=120438000/131524600 swapFree=131061696/131071996
[pid=419404] ppid=419401 vsize=19127036 memory=405324 CPUtime=2.68 cores=5,7
/proc/419404/stat : 419404 (java) S 419401 419404 417202 0 -1 1077936128 12025 0 1 0 259 9 0 0 20 0 20 0 60547045 19586084864 101331 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
/proc/419404/statm: 4781759 101331 6163 1 0 1078495 0
[pid=419404/tid=419420] ppid=419401 vsize=19127036 memory=12248 CPUtime=1.3 cores=5,7
/proc/419404/task/419420/stat : 419420 (java) R 419401 419404 417202 0 -1 4194368 6314 0 0 0 123 7 0 0 20 0 20 0 60547045 19586084864 101331 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
[pid=419404/tid=419433] ppid=419401 vsize=19127036 memory=4953 CPUtime=0 cores=5,7
/proc/419404/task/419433/stat : 419433 (Finalizer) S 419401 419404 417202 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60547048 19586084864 101331 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
[pid=419404/tid=419440] ppid=419401 vsize=19127036 memory=0 CPUtime=0 cores=5,7
/proc/419404/task/419440/stat : 419440 (Common-Cleaner) S 419401 419404 417202 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 60547048 19586084864 101331 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
[pid=419404/tid=419474] ppid=419401 vsize=19127036 memory=0 CPUtime=0 cores=5,7
/proc/419404/task/419474/stat : 419474 (Timer-0) S 419401 419404 417202 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60547132 19586084864 101331 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 405324 KiB

[startup+3.10617 s]
/proc/loadavg: 2.76 2.24 2.24 9/332 419478
/proc/meminfo: memFree=118781112/131524600 swapFree=131061696/131071996
[pid=419404] ppid=419401 vsize=19127036 memory=450280 CPUtime=5.39 cores=5,7
/proc/419404/stat : 419404 (java) S 419401 419404 417202 0 -1 1077936128 14833 0 1 0 528 11 0 0 20 0 20 0 60547045 19586084864 112570 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
/proc/419404/statm: 4781759 112570 6163 1 0 1080424 0
[pid=419404/tid=419420] ppid=419401 vsize=19127036 memory=0 CPUtime=2.84 cores=5,7
/proc/419404/task/419420/stat : 419420 (java) R 419401 419404 417202 0 -1 4194368 6319 0 0 0 277 7 0 0 20 0 20 0 60547045 19586084864 112570 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
[pid=419404/tid=419433] ppid=419401 vsize=19127036 memory=11496 CPUtime=0 cores=5,7
/proc/419404/task/419433/stat : 419433 (Finalizer) S 419401 419404 417202 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60547048 19586084864 112570 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
[pid=419404/tid=419440] ppid=419401 vsize=19127036 memory=0 CPUtime=0 cores=5,7
/proc/419404/task/419440/stat : 419440 (Common-Cleaner) S 419401 419404 417202 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 60547048 19586084864 112570 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
[pid=419404/tid=419474] ppid=419401 vsize=19127036 memory=12248 CPUtime=0 cores=5,7
/proc/419404/task/419474/stat : 419474 (Timer-0) S 419401 419404 417202 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60547132 19586084864 112570 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
Current children cumulated CPU time: 5.39 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 450280 KiB

[startup+6.30118 s]
/proc/loadavg: 2.94 2.28 2.26 7/334 419480
/proc/meminfo: memFree=116923288/131524600 swapFree=131061696/131071996
[pid=419404] ppid=419401 vsize=19127036 memory=510768 CPUtime=8.84 cores=5,7
/proc/419404/stat : 419404 (java) S 419401 419404 417202 0 -1 1077936128 18905 0 1 0 869 15 0 0 20 0 20 0 60547045 19586084864 127692 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
/proc/419404/statm: 4781759 127692 6163 1 0 1080425 0
[pid=419404/tid=419420] ppid=419401 vsize=19127036 memory=0 CPUtime=5.86 cores=5,7
/proc/419404/task/419420/stat : 419420 (java) R 419401 419404 417202 0 -1 4194368 7142 0 0 0 577 9 0 0 20 0 20 0 60547045 19586084864 127692 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
[pid=419404/tid=419433] ppid=419401 vsize=19127036 memory=12248 CPUtime=0 cores=5,7
/proc/419404/task/419433/stat : 419433 (Finalizer) S 419401 419404 417202 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60547048 19586084864 127692 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
[pid=419404/tid=419440] ppid=419401 vsize=19127036 memory=11496 CPUtime=0 cores=5,7
/proc/419404/task/419440/stat : 419440 (Common-Cleaner) S 419401 419404 417202 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 60547048 19586084864 127692 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
[pid=419404/tid=419474] ppid=419401 vsize=19127036 memory=84268 CPUtime=0 cores=5,7
/proc/419404/task/419474/stat : 419474 (Timer-0) S 419401 419404 417202 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60547132 19586084864 127692 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
Current children cumulated CPU time: 8.84 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 510768 KiB

[startup+12.7012 s]
/proc/loadavg: 3.02 2.31 2.27 5/334 419480
/proc/meminfo: memFree=113079780/131524600 swapFree=131061696/131071996
[pid=419404] ppid=419401 vsize=19127036 memory=811964 CPUtime=15.32 cores=5,7
/proc/419404/stat : 419404 (java) S 419401 419404 417202 0 -1 1077936128 21195 0 1 0 1509 23 0 0 20 0 20 0 60547045 19586084864 202991 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
/proc/419404/statm: 4781759 202991 6163 1 0 1080425 0
[pid=419404/tid=419420] ppid=419401 vsize=19127036 memory=12248 CPUtime=12.09 cores=5,7
/proc/419404/task/419420/stat : 419420 (java) R 419401 419404 417202 0 -1 4194368 8223 0 0 0 1194 15 0 0 20 0 20 0 60547045 19586084864 202991 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
[pid=419404/tid=419433] ppid=419401 vsize=19127036 memory=764852 CPUtime=0 cores=5,7
/proc/419404/task/419433/stat : 419433 (Finalizer) S 419401 419404 417202 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60547048 19586084864 202991 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
[pid=419404/tid=419440] ppid=419401 vsize=19127036 memory=0 CPUtime=0 cores=5,7
/proc/419404/task/419440/stat : 419440 (Common-Cleaner) S 419401 419404 417202 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 60547048 19586084864 202991 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
[pid=419404/tid=419474] ppid=419401 vsize=19127036 memory=6829 CPUtime=0 cores=5,7
/proc/419404/task/419474/stat : 419474 (Timer-0) S 419401 419404 417202 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60547132 19586084864 202991 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
Current children cumulated CPU time: 15.32 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 811964 KiB

[startup+25.5012 s]
/proc/loadavg: 3.18 2.37 2.29 5/332 419485
/proc/meminfo: memFree=107745444/131524600 swapFree=131061696/131071996
[pid=419404] ppid=419401 vsize=19127036 memory=2679812 CPUtime=28.07 cores=5,7
/proc/419404/stat : 419404 (java) S 419401 419404 417202 0 -1 1077936128 24803 0 1 0 2746 61 0 0 20 0 20 0 60547045 19586084864 669953 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
/proc/419404/statm: 4781759 669953 6163 1 0 1080425 0
[pid=419404/tid=419420] ppid=419401 vsize=19127036 memory=510768 CPUtime=24.77 cores=5,7
/proc/419404/task/419420/stat : 419420 (java) R 419401 419404 417202 0 -1 4194368 10670 0 0 0 2424 53 0 0 20 0 20 0 60547045 19586084864 669953 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
[pid=419404/tid=419433] ppid=419401 vsize=19127036 memory=11496 CPUtime=0 cores=5,7
/proc/419404/task/419433/stat : 419433 (Finalizer) S 419401 419404 417202 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60547048 19586084864 669953 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
[pid=419404/tid=419440] ppid=419401 vsize=19127036 memory=2457 CPUtime=0 cores=5,7
/proc/419404/task/419440/stat : 419440 (Common-Cleaner) S 419401 419404 417202 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 60547048 19586084864 669953 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
[pid=419404/tid=419474] ppid=419401 vsize=19127036 memory=1229776 CPUtime=0 cores=5,7
/proc/419404/task/419474/stat : 419474 (Timer-0) S 419401 419404 417202 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60547132 19586084864 669953 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
Current children cumulated CPU time: 28.07 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 2679812 KiB

[startup+51.1058 s]
/proc/loadavg: 3.75 2.59 2.36 5/334 419490
/proc/meminfo: memFree=100313008/131524600 swapFree=131061696/131071996
[pid=419404] ppid=419401 vsize=19127036 memory=4791816 CPUtime=53.98 cores=5,7
/proc/419404/stat : 419404 (java) S 419401 419404 417202 0 -1 1077936128 30058 0 1 0 5289 109 0 0 20 0 20 0 60547045 19586084864 1197954 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
/proc/419404/statm: 4781759 1197954 6163 1 0 1682195 0
[pid=419404/tid=419420] ppid=419401 vsize=19127036 memory=84268 CPUtime=49.24 cores=5,7
/proc/419404/task/419420/stat : 419420 (java) R 419401 419404 417202 0 -1 4194368 11802 0 0 0 4838 86 0 0 20 0 20 0 60547045 19586084864 1197954 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 26 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
[pid=419404/tid=419433] ppid=419401 vsize=19127036 memory=2457 CPUtime=0 cores=5,7
/proc/419404/task/419433/stat : 419433 (Finalizer) S 419401 419404 417202 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60547048 19586084864 1197954 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
[pid=419404/tid=419440] ppid=419401 vsize=19127036 memory=4791656 CPUtime=0 cores=5,7
/proc/419404/task/419440/stat : 419440 (Common-Cleaner) S 419401 419404 417202 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 60547048 19586084864 1197954 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0

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

/proc/419404/stat : 419404 (java) S 419401 419404 417202 0 -1 1077936128 347028 0 2 0 325902 950 0 0 20 0 20 0 60547045 19586084864 4072804 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
/proc/419404/statm: 4781759 4072804 6087 1 0 4084272 0
[pid=419404/tid=419420] ppid=419401 vsize=19127036 memory=16291216 CPUtime=2022.56 cores=5,7
/proc/419404/task/419420/stat : 419420 (java) S 419401 419404 417202 0 -1 1077936192 72060 0 0 0 201579 677 0 0 20 0 20 0 60547045 19586084864 4072804 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 1691 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
[pid=419404/tid=419433] ppid=419401 vsize=19127036 memory=16291216 CPUtime=0 cores=5,7
/proc/419404/task/419433/stat : 419433 (Finalizer) S 419401 419404 417202 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60547048 19586084864 4072804 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
[pid=419404/tid=419440] ppid=419401 vsize=19127036 memory=16291216 CPUtime=0 cores=5,7
/proc/419404/task/419440/stat : 419440 (Common-Cleaner) S 419401 419404 417202 0 -1 1077936192 754 0 0 0 0 0 0 0 20 0 20 0 60547048 19586084864 4072804 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
[pid=419404/tid=419474] ppid=419401 vsize=19127036 memory=16291216 CPUtime=0 cores=5,7
/proc/419404/task/419474/stat : 419474 (Timer-0) S 419401 419404 417202 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60547132 19586084864 4072804 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
Current children cumulated CPU time: 3268.52 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16291216 KiB

[startup+2562.3 s]
/proc/loadavg: 5.96 5.85 5.23 7/339 420617
/proc/meminfo: memFree=545220/131524600 swapFree=131060916/131071996
[pid=419404] ppid=419401 vsize=19127036 memory=16291216 CPUtime=3387.42 cores=5,7
/proc/419404/stat : 419404 (java) S 419401 419404 417202 0 -1 1077936128 348151 0 2 0 337792 950 0 0 20 0 20 0 60547045 19586084864 4072804 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
/proc/419404/statm: 4781759 4072804 6087 1 0 4084272 0
[pid=419404/tid=419420] ppid=419401 vsize=19127036 memory=11496 CPUtime=2022.78 cores=5,7
/proc/419404/task/419420/stat : 419420 (java) S 419401 419404 417202 0 -1 1077936192 72060 0 0 0 201601 677 0 0 20 0 20 0 60547045 19586084864 4072804 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 1691 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
[pid=419404/tid=419433] ppid=419401 vsize=19127036 memory=16291216 CPUtime=0 cores=5,7
/proc/419404/task/419433/stat : 419433 (Finalizer) S 419401 419404 417202 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60547048 19586084864 4072804 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
[pid=419404/tid=419440] ppid=419401 vsize=19127036 memory=16291216 CPUtime=0 cores=5,7
/proc/419404/task/419440/stat : 419440 (Common-Cleaner) S 419401 419404 417202 0 -1 1077936192 754 0 0 0 0 0 0 0 20 0 20 0 60547048 19586084864 4072804 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
[pid=419404/tid=419474] ppid=419401 vsize=19127036 memory=-9105546598835397308 CPUtime=0 cores=5,7
/proc/419404/task/419474/stat : 419474 (Timer-0) S 419401 419404 417202 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60547132 19586084864 4072804 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
Current children cumulated CPU time: 3387.42 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16291216 KiB

[startup+2622.3 s]
/proc/loadavg: 5.90 5.85 5.27 7/339 420628
/proc/meminfo: memFree=563784/131524600 swapFree=131060916/131071996
[pid=419404] ppid=419401 vsize=19127036 memory=16291252 CPUtime=3506.21 cores=5,7
/proc/419404/stat : 419404 (java) S 419401 419404 417202 0 -1 1077936128 373673 0 2 0 349668 953 0 0 20 0 20 0 60547045 19586084864 4072813 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
/proc/419404/statm: 4781759 4072813 6087 1 0 4084272 0
[pid=419404/tid=419420] ppid=419401 vsize=19127036 memory=16291216 CPUtime=2023.19 cores=5,7
/proc/419404/task/419420/stat : 419420 (java) S 419401 419404 417202 0 -1 1077936192 72590 0 0 0 201642 677 0 0 20 0 20 0 60547045 19586084864 4072813 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 1691 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
[pid=419404/tid=419433] ppid=419401 vsize=19127036 memory=11496 CPUtime=0 cores=5,7
/proc/419404/task/419433/stat : 419433 (Finalizer) S 419401 419404 417202 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60547048 19586084864 4072813 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
[pid=419404/tid=419440] ppid=419401 vsize=19127036 memory=84268 CPUtime=0 cores=5,7
/proc/419404/task/419440/stat : 419440 (Common-Cleaner) S 419401 419404 417202 0 -1 1077936192 754 0 0 0 0 0 0 0 20 0 20 0 60547048 19586084864 4072813 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
[pid=419404/tid=419474] ppid=419401 vsize=19127036 memory=16291252 CPUtime=0 cores=5,7
/proc/419404/task/419474/stat : 419474 (Timer-0) S 419401 419404 417202 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60547132 19586084864 4072813 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
Current children cumulated CPU time: 3506.21 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16291252 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2669.7 s]
/proc/loadavg: 5.89 5.87 5.30 6/339 420638
/proc/meminfo: memFree=524436/131524600 swapFree=131060916/131071996
[pid=419404] ppid=419401 vsize=19127036 memory=16291252 CPUtime=3600.06 cores=5,7
/proc/419404/stat : 419404 (java) S 419401 419404 417202 0 -1 1077936128 374762 0 2 0 359053 953 0 0 20 0 20 0 60547045 19586084864 4072813 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
/proc/419404/statm: 4781759 4072813 6087 1 0 4084272 0
[pid=419404/tid=419420] ppid=419401 vsize=19127036 memory=16291216 CPUtime=2023.4 cores=5,7
/proc/419404/task/419420/stat : 419420 (java) S 419401 419404 417202 0 -1 1077936192 72614 0 0 0 201663 677 0 0 20 0 20 0 60547045 19586084864 4072813 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 1691 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
[pid=419404/tid=419433] ppid=419401 vsize=19127036 memory=16291252 CPUtime=0 cores=5,7
/proc/419404/task/419433/stat : 419433 (Finalizer) S 419401 419404 417202 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60547048 19586084864 4072813 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
[pid=419404/tid=419440] ppid=419401 vsize=19127036 memory=38868 CPUtime=0 cores=5,7
/proc/419404/task/419440/stat : 419440 (Common-Cleaner) S 419401 419404 417202 0 -1 1077936192 808 0 0 0 0 0 0 0 20 0 20 0 60547048 19586084864 4072813 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
[pid=419404/tid=419474] ppid=419401 vsize=19127036 memory=16291252 CPUtime=0 cores=5,7
/proc/419404/task/419474/stat : 419474 (Timer-0) S 419401 419404 417202 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60547132 19586084864 4072813 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16291252 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+2671.76 s]
# the end of solver process 419404 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3594.53 s, system=9.57834 s

Solver just ended.
Dumping a history of the last processes samples

[startup+2670.4 s]
/proc/loadavg: 5.89 5.87 5.30 6/339 420638
/proc/meminfo: memFree=501700/131524600 swapFree=131060916/131071996
[pid=419404] ppid=419401 vsize=19127036 memory=16291252 CPUtime=3601.45 cores=5,7
/proc/419404/stat : 419404 (java) S 419401 419404 417202 0 -1 1077936128 374766 0 2 0 359192 953 0 0 20 0 20 0 60547045 19586084864 4072813 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
/proc/419404/statm: 4781759 4072813 6087 1 0 4084272 0
[pid=419404/tid=419420] ppid=419401 vsize=19127036 memory=16291252 CPUtime=2023.4 cores=5,7
/proc/419404/task/419420/stat : 419420 (java) S 419401 419404 417202 0 -1 1077936192 72614 0 0 0 201663 677 0 0 20 0 20 0 60547045 19586084864 4072813 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 1691 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
[pid=419404/tid=419433] ppid=419401 vsize=19127036 memory=7960 CPUtime=0 cores=5,7
/proc/419404/task/419433/stat : 419433 (Finalizer) S 419401 419404 417202 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60547048 19586084864 4072813 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
[pid=419404/tid=419440] ppid=419401 vsize=19127036 memory=1948 CPUtime=0 cores=5,7
/proc/419404/task/419440/stat : 419440 (Common-Cleaner) S 419401 419404 417202 0 -1 1077936192 808 0 0 0 0 0 0 0 20 0 20 0 60547048 19586084864 4072813 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
[pid=419404/tid=419474] ppid=419401 vsize=19127036 memory=38868 CPUtime=0 cores=5,7
/proc/419404/task/419474/stat : 419474 (Timer-0) S 419401 419404 417202 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60547132 19586084864 4072813 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
Current children cumulated CPU time: 3601.45 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16291252 KiB

[startup+2671.2 s]
/proc/loadavg: 5.89 5.87 5.30 7/339 420638
/proc/meminfo: memFree=484084/131524600 swapFree=131060916/131071996
[pid=419404] ppid=419401 vsize=19127036 memory=16291252 CPUtime=3603.04 cores=5,7
/proc/419404/stat : 419404 (java) S 419401 419404 417202 0 -1 1077936128 374766 0 2 0 359351 953 0 0 20 0 20 0 60547045 19586084864 4072813 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
/proc/419404/statm: 4781759 4072813 6087 1 0 4084272 0
[pid=419404/tid=419420] ppid=419401 vsize=19127036 memory=5640 CPUtime=2023.4 cores=5,7
/proc/419404/task/419420/stat : 419420 (java) S 419401 419404 417202 0 -1 1077936192 72614 0 0 0 201663 677 0 0 20 0 20 0 60547045 19586084864 4072813 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 1691 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
[pid=419404/tid=419433] ppid=419401 vsize=19127036 memory=18500 CPUtime=0 cores=5,7
/proc/419404/task/419433/stat : 419433 (Finalizer) S 419401 419404 417202 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60547048 19586084864 4072813 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
[pid=419404/tid=419440] ppid=419401 vsize=19127036 memory=1784 CPUtime=0 cores=5,7
/proc/419404/task/419440/stat : 419440 (Common-Cleaner) S 419401 419404 417202 0 -1 1077936192 808 0 0 0 0 0 0 0 20 0 20 0 60547048 19586084864 4072813 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
[pid=419404/tid=419474] ppid=419401 vsize=19127036 memory=11496 CPUtime=0 cores=5,7
/proc/419404/task/419474/stat : 419474 (Timer-0) S 419401 419404 417202 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60547132 19586084864 4072813 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
Current children cumulated CPU time: 3603.04 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16291252 KiB

[startup+2671.6 s]
/proc/loadavg: 5.89 5.87 5.30 7/339 420638
/proc/meminfo: memFree=484084/131524600 swapFree=131060916/131071996
[pid=419404] ppid=419401 vsize=19127036 memory=16291252 CPUtime=3603.83 cores=5,7
/proc/419404/stat : 419404 (java) S 419401 419404 417202 0 -1 1077936128 374766 0 2 0 359430 953 0 0 20 0 20 0 60547045 19586084864 4072813 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
/proc/419404/statm: 4781759 4072813 6087 1 0 4084272 0
[pid=419404/tid=419420] ppid=419401 vsize=19127036 memory=38868 CPUtime=2023.4 cores=5,7
/proc/419404/task/419420/stat : 419420 (java) S 419401 419404 417202 0 -1 1077936192 72614 0 0 0 201663 677 0 0 20 0 20 0 60547045 19586084864 4072813 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 1691 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
[pid=419404/tid=419433] ppid=419401 vsize=19127036 memory=1784 CPUtime=0 cores=5,7
/proc/419404/task/419433/stat : 419433 (Finalizer) S 419401 419404 417202 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60547048 19586084864 4072813 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
[pid=419404/tid=419440] ppid=419401 vsize=19127036 memory=2196 CPUtime=0 cores=5,7
/proc/419404/task/419440/stat : 419440 (Common-Cleaner) S 419401 419404 417202 0 -1 1077936192 808 0 0 0 0 0 0 0 20 0 20 0 60547048 19586084864 4072813 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
[pid=419404/tid=419474] ppid=419401 vsize=19127036 memory=19904 CPUtime=0 cores=5,7
/proc/419404/task/419474/stat : 419474 (Timer-0) S 419401 419404 417202 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60547132 19586084864 4072813 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
Current children cumulated CPU time: 3603.83 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16291252 KiB

[startup+2671.7 s]
/proc/loadavg: 5.89 5.87 5.30 7/339 420638
/proc/meminfo: memFree=484084/131524600 swapFree=131060916/131071996
[pid=419404] ppid=419401 vsize=19127036 memory=16291252 CPUtime=3604.03 cores=5,7
/proc/419404/stat : 419404 (java) S 419401 419404 417202 0 -1 1077936128 374766 0 2 0 359450 953 0 0 20 0 20 0 60547045 19586084864 4072813 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
/proc/419404/statm: 4781759 4072813 6087 1 0 4084272 0
[pid=419404/tid=419420] ppid=419401 vsize=19127036 memory=16291216 CPUtime=2023.4 cores=5,7
/proc/419404/task/419420/stat : 419420 (java) S 419401 419404 417202 0 -1 1077936192 72614 0 0 0 201663 677 0 0 20 0 20 0 60547045 19586084864 4072813 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 1691 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
[pid=419404/tid=419433] ppid=419401 vsize=19127036 memory=16291252 CPUtime=0 cores=5,7
/proc/419404/task/419433/stat : 419433 (Finalizer) S 419401 419404 417202 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60547048 19586084864 4072813 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
[pid=419404/tid=419440] ppid=419401 vsize=19127036 memory=38868 CPUtime=0 cores=5,7
/proc/419404/task/419440/stat : 419440 (Common-Cleaner) S 419401 419404 417202 0 -1 1077936192 808 0 0 0 0 0 0 0 20 0 20 0 60547048 19586084864 4072813 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
[pid=419404/tid=419474] ppid=419401 vsize=19127036 memory=16291252 CPUtime=0 cores=5,7
/proc/419404/task/419474/stat : 419474 (Timer-0) S 419401 419404 417202 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60547132 19586084864 4072813 134679101440 94403371044864 94403371048560 140721565902032 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94403371056376 94403371057168 94403391479808 140721565905838 140721565906020 140721565906020 140721565913032 0
Current children cumulated CPU time: 3604.03 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16291252 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 2671.76
CPU time (s): 3604.11
CPU user time (s): 3594.53
CPU system time (s): 9.57834
CPU usage (%): 134.897
Max. virtual memory (cumulated for all children) (KiB): 19133196
Max. memory (cumulated for all children) (KiB): 16291652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.53
system time used= 9.57834
maximum resident set size= 16291788
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 374771
page faults= 2
swaps= 0
block input operations= 160
block output operations= 16053576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 96830
involuntary context switches= 46961


# summary of solver processes directly reported to runsolver:
#   pid: 419404
#   total CPU time (s): 3604.11
#   total CPU user time (s): 3594.53
#   total CPU system time (s): 9.57834

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.55002 second user time and 12.9212 second system time

The end

Launcher Data

Begin job on nodeC020 at 2024-07-29 10:03:07
IDJOB=4462107
IDBENCH=178877
IDSOLVER=3079
FILE ID=nodeC020/4462107-1722240187
RUNJOBID= nodeC020-1722240187-419339
SLURM_JOB_ID= 8248756
Free space on /tmp= 890076 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/KidneyTransplantBenchmarks/normalized-KE_690_001.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4462107-1722240187/watcher-4462107-1722240187 -o /tmp/evaluation-result-4462107-1722240187/solver-4462107-1722240187 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1722240187-419339 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4462107-1722240187 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4462107-1722240187.opb

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

MD5SUM BENCH= 249cf9587e5805e9a219512abdd98e50
RANDOM SEED=2009306525

nodeC020.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3611.317
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.31
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		: 3600.967
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.25
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		: 3633.860
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.31
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		: 3673.954
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.25
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		: 3633.604
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.31
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		: 3661.033
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.25
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		: 3622.584
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.31
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		: 3675.718
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        121222168 kB
MemAvailable:   129753772 kB
Buffers:          403644 kB
Cached:          8929124 kB
SwapCached:          200 kB
Active:          2836836 kB
Inactive:        6777436 kB
Active(anon):       2372 kB
Inactive(anon):   341528 kB
Active(file):    2834464 kB
Inactive(file):  6435908 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131061696 kB
Dirty:              8832 kB
Writeback:             4 kB
AnonPages:        280908 kB
Mapped:           120064 kB
Shmem:             62072 kB
KReclaimable:     202108 kB
Slab:             326868 kB
SReclaimable:     202108 kB
SUnreclaim:       124760 kB
KernelStack:        4040 kB
PageTables:        10200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     718032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            21472 kB
HardwareCorrupted:     0 kB
AnonHugePages:    151552 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      375508 kB
DirectMap2M:    46583808 kB
DirectMap1G:    89128960 kB

Free space on /tmp at the end= 890064 MiB
End job on nodeC020 at 2024-07-29 10:47:39