Trace number 4523386

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 2025-06-06? (exit code) 1902.43 1282.78

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/
KidneyTransplantBenchmarks/normalized-KE_680_004.opb
MD5SUM979facf7d2b0cd6465681d1d436ff5eb
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-31248
Best CPU time to get the best result obtained on this benchmark4.78612
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables83285
Total number of constraints615
Number of constraints which are clauses22
Number of constraints which are cardinality constraints (but not clauses)593
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint10208
Number of terms in the objective function 83274
Biggest coefficient in the objective function 266
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 9389109
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 266
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 9389109
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.11/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.18	c See www.sat4j.org for details.
0.11/0.19	c version PB25.v20250606
0.28/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.28/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.28/0.23	c java.vm.version	22.0.1+8-16
0.28/0.23	c java.vm.vendor	Oracle Corporation
0.28/0.23	c sun.arch.data.model	64
0.28/0.23	c java.version		22.0.1
0.28/0.23	c os.name		Linux
0.28/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.28/0.23	c os.arch		amd64
0.28/0.24	c Free memory 		2104792832
0.28/0.24	c Max memory 		16282288128
0.28/0.24	c Total memory 		2113929216
0.28/0.25	c Number of processors 	2
0.45/0.36	c Pseudo Boolean Optimization by upper bound
0.45/0.36	c --- Begin Solver configuration ---
0.45/0.36	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.45/0.36	c Learn all clauses as in MiniSAT
0.45/0.36	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.45/0.36	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.45/0.36	c Expensive reason simplification
0.45/0.36	c Glucose 2.1 dynamic restart strategy
0.45/0.36	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.45/0.36	c timeout=2147483s
0.45/0.36	c DB Simplification allowed=false
0.45/0.36	c Listener: none
0.45/0.36	c --- End Solver configuration ---
0.45/0.36	c solving HOME/instance-4523386-1751651141.opb
0.45/0.36	c reading problem ... 
0.45/0.36	c  objective function found
2.47/1.41	c ... done. Wall clock time 1.048s.
2.47/1.41	c declared #vars     83285
2.47/1.41	c #constraints  615
2.47/1.41	c constraints type 
2.47/1.41	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 22
2.47/1.41	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 593
2.47/1.41	c 615 constraints processed.
2.47/1.42	c objective function length is 83274 literals
2.87/1.64	c SATISFIABLE
2.87/1.64	c OPTIMIZING...
2.87/1.64	c Got one! Elapsed wall clock time (in seconds):1.281
2.87/1.64	o -24169
5.04/3.05	c Got one! Elapsed wall clock time (in seconds):2.694
5.04/3.05	o -24174
5.23/3.17	c Got one! Elapsed wall clock time (in seconds):2.817
5.23/3.17	o -24223
635.03/590.04	c cleaning 2504 clauses out of 5008 with flag 16048/5008
1401.42/1030.48	
1401.42/1030.48	Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "main"

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4523386-1751651141/watcher-4523386-1751651141 -o /tmp/evaluation-result-4523386-1751651141/solver-4523386-1751651141 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751651141-108697 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4523386-1751651141.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=108780, runsolver pid=108776

[startup+0.100074 s]*
/proc/loadavg: 1.11 1.52 2.16 9/300 108799
/proc/meminfo: memFree=128772144/131382116 swapFree=33009904/33010684
[pid=108780] ppid=108776 vsize=18930384 memory=48044 CPUtime=0.11 cores=4,6
/proc/108780/stat : 108780 (java) S 108776 108780 107587 0 -1 4194304 5747 0 0 0 8 3 0 0 20 0 18 0 80793287 19384713216 12011 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
/proc/108780/statm: 4732596 12011 5274 1 0 546973 0
[pid=108780/tid=108782] ppid=108776 vsize=18930384 memory=4026531959 CPUtime=0.07 cores=4,6
/proc/108780/task/108782/stat : 108782 (java) R 108776 108780 107587 0 -1 4194368 4612 0 0 0 5 2 0 0 20 0 18 0 80793289 19384713216 12011 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
[pid=108780/tid=108791] ppid=108776 vsize=18930384 memory=215637833958 CPUtime=0 cores=4,6
/proc/108780/task/108791/stat : 108791 (Finalizer) S 108776 108780 107587 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 80793294 19384713216 12011 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
[pid=108780/tid=108799] ppid=108776 vsize=18930384 memory=14007 CPUtime=0 cores=4,6
/proc/108780/task/108799/stat : 108799 (Common-Cleaner) S 108776 108780 107587 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 80793295 19384713216 12011 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48044 KiB

[startup+0.214245 s]*
/proc/loadavg: 1.11 1.52 2.16 9/304 108808
/proc/meminfo: memFree=128757116/131382116 swapFree=33009904/33010684
[pid=108780] ppid=108776 vsize=18930384 memory=53036 CPUtime=0.28 cores=4,6
/proc/108780/stat : 108780 (java) S 108776 108780 107587 0 -1 4194304 6436 0 0 0 24 4 0 0 20 0 18 0 80793287 19384713216 13259 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
/proc/108780/statm: 4732596 13259 5338 1 0 547513 0
[pid=108780/tid=108782] ppid=108776 vsize=18930384 memory=4026859804 CPUtime=0.17 cores=4,6
/proc/108780/task/108782/stat : 108782 (java) R 108776 108780 107587 0 -1 4194368 4961 0 0 0 14 3 0 0 20 0 18 0 80793289 19384713216 13259 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
[pid=108780/tid=108791] ppid=108776 vsize=18930384 memory=14857 CPUtime=0 cores=4,6
/proc/108780/task/108791/stat : 108791 (Finalizer) S 108776 108780 107587 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 80793294 19384713216 13259 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
[pid=108780/tid=108799] ppid=108776 vsize=18930384 memory=59593594242043 CPUtime=0 cores=4,6
/proc/108780/task/108799/stat : 108799 (Common-Cleaner) S 108776 108780 107587 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 80793295 19384713216 13259 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53036 KiB

[startup+0.314426 s]*
/proc/loadavg: 1.11 1.52 2.16 11/321 108825
/proc/meminfo: memFree=128720172/131382116 swapFree=33009904/33010684
[pid=108780] ppid=108776 vsize=18930384 memory=58356 CPUtime=0.45 cores=4,6
/proc/108780/stat : 108780 (java) S 108776 108780 107587 0 -1 4194304 6715 0 0 0 40 5 0 0 20 0 18 0 80793287 19384713216 14557 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
/proc/108780/statm: 4732596 14557 5338 1 0 547719 0
[pid=108780/tid=108782] ppid=108776 vsize=18930384 memory=-8889369422987043516 CPUtime=0.26 cores=4,6
/proc/108780/task/108782/stat : 108782 (java) R 108776 108780 107587 0 -1 4194368 5151 0 0 0 23 3 0 0 20 0 18 0 80793289 19384713216 14589 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
[pid=108780/tid=108791] ppid=108776 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/108780/task/108791/stat : 108791 (Finalizer) S 108776 108780 107587 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 80793294 19384713216 14589 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
[pid=108780/tid=108799] ppid=108776 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/108780/task/108799/stat : 108799 (Common-Cleaner) S 108776 108780 107587 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 80793295 19384713216 14589 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58356 KiB

[startup+0.700344 s]
/proc/loadavg: 1.11 1.52 2.16 10/322 108826
/proc/meminfo: memFree=128688740/131382116 swapFree=33009904/33010684
[pid=108780] ppid=108776 vsize=18930384 memory=107960 CPUtime=1.15 cores=4,6
/proc/108780/stat : 108780 (java) S 108776 108780 107587 0 -1 4194304 8972 0 0 0 106 9 0 0 20 0 18 0 80793287 19384713216 26990 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
/proc/108780/statm: 4732596 26990 5434 1 0 549170 0
[pid=108780/tid=108782] ppid=108776 vsize=18930384 memory=19328 CPUtime=0.57 cores=4,6
/proc/108780/task/108782/stat : 108782 (java) R 108776 108780 107587 0 -1 4194368 5236 0 0 0 52 5 0 0 20 0 18 0 80793289 19384713216 26990 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
[pid=108780/tid=108791] ppid=108776 vsize=18930384 memory=11264 CPUtime=0 cores=4,6
/proc/108780/task/108791/stat : 108791 (Finalizer) S 108776 108780 107587 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 80793294 19384713216 26990 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
[pid=108780/tid=108799] ppid=108776 vsize=18930384 memory=3200 CPUtime=0 cores=4,6
/proc/108780/task/108799/stat : 108799 (Common-Cleaner) S 108776 108780 107587 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 80793295 19384713216 26990 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 107960 KiB

[startup+1.50028 s]
/proc/loadavg: 1.11 1.52 2.16 8/302 108831
/proc/meminfo: memFree=128537588/131382116 swapFree=33009904/33010684
[pid=108780] ppid=108776 vsize=19063512 memory=363596 CPUtime=2.67 cores=4,6
/proc/108780/stat : 108780 (java) S 108776 108780 107587 0 -1 4194304 10664 0 0 0 249 18 0 0 20 0 20 0 80793287 19521036288 90899 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
/proc/108780/statm: 4765878 90899 5530 1 0 1113904 0
[pid=108780/tid=108782] ppid=108776 vsize=19063512 memory=3200 CPUtime=1.18 cores=4,6
/proc/108780/task/108782/stat : 108782 (java) R 108776 108780 107587 0 -1 4194368 5479 0 0 0 105 13 0 0 20 0 20 0 80793289 19521036288 90899 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
[pid=108780/tid=108791] ppid=108776 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/108780/task/108791/stat : 108791 (Finalizer) S 108776 108780 107587 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80793294 19521036288 90899 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
[pid=108780/tid=108799] ppid=108776 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/108780/task/108799/stat : 108799 (Common-Cleaner) S 108776 108780 107587 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 80793295 19521036288 90899 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 363596 KiB

[startup+3.10604 s]
/proc/loadavg: 1.11 1.52 2.16 4/304 108864
/proc/meminfo: memFree=127312748/131382116 swapFree=33009904/33010684
[pid=108780] ppid=108776 vsize=19063512 memory=422716 CPUtime=5.23 cores=4,6
/proc/108780/stat : 108780 (java) S 108776 108780 107587 0 -1 4194304 14793 0 0 0 503 20 0 0 20 0 20 0 80793287 19521036288 105679 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
/proc/108780/statm: 4765878 105679 5530 1 0 1116125 0
[pid=108780/tid=108782] ppid=108776 vsize=19063512 memory=11264 CPUtime=2.72 cores=4,6
/proc/108780/task/108782/stat : 108782 (java) R 108776 108780 107587 0 -1 4194368 5548 0 0 0 259 13 0 0 20 0 20 0 80793289 19521036288 105679 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
[pid=108780/tid=108791] ppid=108776 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/108780/task/108791/stat : 108791 (Finalizer) S 108776 108780 107587 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80793294 19521036288 105679 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
[pid=108780/tid=108799] ppid=108776 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/108780/task/108799/stat : 108799 (Common-Cleaner) S 108776 108780 107587 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 80793295 19521036288 105679 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
[pid=108780/tid=108840] ppid=108776 vsize=19063512 memory=5276 CPUtime=0 cores=4,6
/proc/108780/task/108840/stat : 108840 (Timer-0) S 108776 108780 107587 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80793436 19521036288 105679 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
Current children cumulated CPU time: 5.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 422716 KiB

[startup+6.30044 s]
/proc/loadavg: 1.34 1.57 2.17 4/304 108865
/proc/meminfo: memFree=127208952/131382116 swapFree=33009904/33010684
[pid=108780] ppid=108776 vsize=19063512 memory=418452 CPUtime=9.04 cores=4,6
/proc/108780/stat : 108780 (java) S 108776 108780 107587 0 -1 4194304 16433 0 0 0 884 20 0 0 20 0 20 0 80793287 19521036288 104613 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
/proc/108780/statm: 4765878 104613 5530 1 0 1116125 0
[pid=108780/tid=108782] ppid=108776 vsize=19063512 memory=0 CPUtime=5.9 cores=4,6
/proc/108780/task/108782/stat : 108782 (java) R 108776 108780 107587 0 -1 4194368 5934 0 0 0 577 13 0 0 20 0 20 0 80793289 19521036288 104613 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
[pid=108780/tid=108791] ppid=108776 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/108780/task/108791/stat : 108791 (Finalizer) S 108776 108780 107587 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80793294 19521036288 104613 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
[pid=108780/tid=108799] ppid=108776 vsize=19063512 memory=7100839861566219401 CPUtime=0 cores=4,6
/proc/108780/task/108799/stat : 108799 (Common-Cleaner) S 108776 108780 107587 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 80793295 19521036288 104613 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
[pid=108780/tid=108840] ppid=108776 vsize=19063512 memory=422844 CPUtime=0 cores=4,6
/proc/108780/task/108840/stat : 108840 (Timer-0) S 108776 108780 107587 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80793436 19521036288 104613 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
Current children cumulated CPU time: 9.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 418452 KiB

[startup+12.7004 s]
/proc/loadavg: 1.47 1.59 2.18 4/304 108865
/proc/meminfo: memFree=126795320/131382116 swapFree=33009904/33010684
[pid=108780] ppid=108776 vsize=19063512 memory=418452 CPUtime=15.44 cores=4,6
/proc/108780/stat : 108780 (java) S 108776 108780 107587 0 -1 4194304 17038 0 0 0 1522 22 0 0 20 0 20 0 80793287 19521036288 104613 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
/proc/108780/statm: 4765878 104613 5530 1 0 1116125 0
[pid=108780/tid=108782] ppid=108776 vsize=19063512 memory=14080 CPUtime=12.29 cores=4,6
/proc/108780/task/108782/stat : 108782 (java) R 108776 108780 107587 0 -1 4194368 6353 0 0 0 1215 14 0 0 20 0 20 0 80793289 19521036288 104613 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
[pid=108780/tid=108791] ppid=108776 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/108780/task/108791/stat : 108791 (Finalizer) S 108776 108780 107587 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80793294 19521036288 104613 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
[pid=108780/tid=108799] ppid=108776 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/108780/task/108799/stat : 108799 (Common-Cleaner) S 108776 108780 107587 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 80793295 19521036288 104613 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
[pid=108780/tid=108840] ppid=108776 vsize=19063512 memory=418452 CPUtime=0 cores=4,6
/proc/108780/task/108840/stat : 108840 (Timer-0) S 108776 108780 107587 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80793436 19521036288 104613 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
Current children cumulated CPU time: 15.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 418452 KiB

[startup+25.5004 s]
/proc/loadavg: 1.81 1.66 2.19 4/304 108866
/proc/meminfo: memFree=126131516/131382116 swapFree=33009904/33010684
[pid=108780] ppid=108776 vsize=19063512 memory=568104 CPUtime=28.41 cores=4,6
/proc/108780/stat : 108780 (java) S 108776 108780 107587 0 -1 4194304 19399 0 0 0 2814 27 0 0 20 0 20 0 80793287 19521036288 142026 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
/proc/108780/statm: 4765878 142026 5530 1 0 1116135 0
[pid=108780/tid=108782] ppid=108776 vsize=19063512 memory=0 CPUtime=24.88 cores=4,6
/proc/108780/task/108782/stat : 108782 (java) R 108776 108780 107587 0 -1 4194368 6810 0 0 0 2474 14 0 0 20 0 20 0 80793289 19521036288 142026 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
[pid=108780/tid=108791] ppid=108776 vsize=19063512 memory=418452 CPUtime=0 cores=4,6
/proc/108780/task/108791/stat : 108791 (Finalizer) S 108776 108780 107587 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80793294 19521036288 142026 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
[pid=108780/tid=108799] ppid=108776 vsize=19063512 memory=14080 CPUtime=0 cores=4,6
/proc/108780/task/108799/stat : 108799 (Common-Cleaner) S 108776 108780 107587 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 80793295 19521036288 142026 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
[pid=108780/tid=108840] ppid=108776 vsize=19063512 memory=568104 CPUtime=0 cores=4,6
/proc/108780/task/108840/stat : 108840 (Timer-0) S 108776 108780 107587 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80793436 19521036288 142026 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
Current children cumulated CPU time: 28.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 568104 KiB

[startup+51.1137 s]
/proc/loadavg: 2.28 1.78 2.22 4/304 108866
/proc/meminfo: memFree=125579312/131382116 swapFree=33009904/33010684
[pid=108780] ppid=108776 vsize=19063512 memory=758684 CPUtime=54.21 cores=4,6
/proc/108780/stat : 108780 (java) S 108776 108780 107587 0 -1 4194304 20055 0 0 0 5388 33 0 0 20 0 20 0 80793287 19521036288 189671 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
/proc/108780/statm: 4765878 189671 5530 1 0 1116135 0
[pid=108780/tid=108782] ppid=108776 vsize=19063512 memory=758684 CPUtime=50.17 cores=4,6
/proc/108780/task/108782/stat : 108782 (java) R 108776 108780 107587 0 -1 4194368 6915 0 0 0 5003 14 0 0 20 0 20 0 80793289 19521036288 189671 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
[pid=108780/tid=108791] ppid=108776 vsize=19063512 memory=758684 CPUtime=0 cores=4,6
/proc/108780/task/108791/stat : 108791 (Finalizer) S 108776 108780 107587 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80793294 19521036288 189671 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
[pid=108780/tid=108799] ppid=108776 vsize=19063512 memory=-8743285009585840828 CPUtime=0 cores=4,6
/proc/108780/task/108799/stat : 108799 (Common-Cleaner) S 108776 108780 107587 0 -1 4194368 58 0 0 0 0 0 0 0 20 0 20 0 80793295 19521036288 189671 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
[pid=108780/tid=108840] ppid=108776 vsize=19063512 memory=758684 CPUtime=0 cores=4,6
/proc/108780/task/108840/stat : 108840 (Timer-0) S 108776 108780 107587 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80793436 19521036288 189671 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0

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

[pid=108780] ppid=108776 vsize=19063512 memory=16279636 CPUtime=1846.16 cores=4,6
/proc/108780/stat : 108780 (java) S 108776 108780 107587 0 -1 4194304 194076 0 1 0 184156 460 0 0 20 0 20 0 80793287 19521036288 4069909 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
/proc/108780/statm: 4765878 4069909 5562 1 0 4082197 0
[pid=108780/tid=108782] ppid=108776 vsize=19063512 memory=16279636 CPUtime=717.17 cores=4,6
/proc/108780/task/108782/stat : 108782 (java) S 108776 108780 107587 0 -1 4194368 24715 0 0 0 71633 84 0 0 20 0 20 0 80793289 19521036288 4069909 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
[pid=108780/tid=108791] ppid=108776 vsize=19063512 memory=14080 CPUtime=0 cores=4,6
/proc/108780/task/108791/stat : 108791 (Finalizer) S 108776 108780 107587 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80793294 19521036288 4069909 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
[pid=108780/tid=108799] ppid=108776 vsize=19063512 memory=280559880622752 CPUtime=0 cores=4,6
/proc/108780/task/108799/stat : 108799 (Common-Cleaner) S 108776 108780 107587 0 -1 4194368 536 0 0 0 0 0 0 0 20 0 20 0 80793295 19521036288 4069909 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
[pid=108780/tid=108840] ppid=108776 vsize=19063512 memory=16279636 CPUtime=0 cores=4,6
/proc/108780/task/108840/stat : 108840 (Timer-0) S 108776 108780 107587 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80793436 19521036288 4069909 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
Current children cumulated CPU time: 1846.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16279636 KiB

[startup+1267.2 s]
/proc/loadavg: 4.33 4.08 3.47 5/301 108941
/proc/meminfo: memFree=99641728/131382116 swapFree=33009904/33010684
[pid=108780] ppid=108776 vsize=19063512 memory=16279508 CPUtime=1871.62 cores=4,6
/proc/108780/stat : 108780 (java) S 108776 108780 107587 0 -1 4194304 195971 0 1 0 186701 461 0 0 20 0 20 0 80793287 19521036288 4069877 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
/proc/108780/statm: 4765878 4069877 5562 1 0 4082197 0
[pid=108780/tid=108782] ppid=108776 vsize=19063512 memory=16279636 CPUtime=717.17 cores=4,6
/proc/108780/task/108782/stat : 108782 (java) S 108776 108780 107587 0 -1 4194368 24715 0 0 0 71633 84 0 0 20 0 20 0 80793289 19521036288 4069877 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
[pid=108780/tid=108791] ppid=108776 vsize=19063512 memory=16279636 CPUtime=0 cores=4,6
/proc/108780/task/108791/stat : 108791 (Finalizer) S 108776 108780 107587 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80793294 19521036288 4069877 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
[pid=108780/tid=108799] ppid=108776 vsize=19063512 memory=14080 CPUtime=0 cores=4,6
/proc/108780/task/108799/stat : 108799 (Common-Cleaner) S 108776 108780 107587 0 -1 4194368 536 0 0 0 0 0 0 0 20 0 20 0 80793295 19521036288 4069877 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
[pid=108780/tid=108840] ppid=108776 vsize=19063512 memory=19456 CPUtime=0 cores=4,6
/proc/108780/task/108840/stat : 108840 (Timer-0) S 108776 108780 107587 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80793436 19521036288 4069877 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
Current children cumulated CPU time: 1871.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16279508 KiB

[startup+1273.6 s]
/proc/loadavg: 4.30 4.08 3.47 5/301 108941
/proc/meminfo: memFree=99641728/131382116 swapFree=33009904/33010684
[pid=108780] ppid=108776 vsize=19063512 memory=16279508 CPUtime=1884.35 cores=4,6
/proc/108780/stat : 108780 (java) S 108776 108780 107587 0 -1 4194304 196927 0 1 0 187974 461 0 0 20 0 20 0 80793287 19521036288 4069877 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
/proc/108780/statm: 4765878 4069877 5562 1 0 4082197 0
[pid=108780/tid=108782] ppid=108776 vsize=19063512 memory=19456 CPUtime=717.17 cores=4,6
/proc/108780/task/108782/stat : 108782 (java) S 108776 108780 107587 0 -1 4194368 24715 0 0 0 71633 84 0 0 20 0 20 0 80793289 19521036288 4069877 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
[pid=108780/tid=108791] ppid=108776 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/108780/task/108791/stat : 108791 (Finalizer) S 108776 108780 107587 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80793294 19521036288 4069877 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
[pid=108780/tid=108799] ppid=108776 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/108780/task/108799/stat : 108799 (Common-Cleaner) S 108776 108780 107587 0 -1 4194368 536 0 0 0 0 0 0 0 20 0 20 0 80793295 19521036288 4069877 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
[pid=108780/tid=108840] ppid=108776 vsize=19063512 memory=16279508 CPUtime=0 cores=4,6
/proc/108780/task/108840/stat : 108840 (Timer-0) S 108776 108780 107587 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80793436 19521036288 4069877 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
Current children cumulated CPU time: 1884.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16279508 KiB

[startup+1276.8 s]
/proc/loadavg: 4.28 4.08 3.47 5/301 108941
/proc/meminfo: memFree=99641476/131382116 swapFree=33009904/33010684
[pid=108780] ppid=108776 vsize=19063512 memory=16279508 CPUtime=1890.71 cores=4,6
/proc/108780/stat : 108780 (java) S 108776 108780 107587 0 -1 4194304 196990 0 1 0 188610 461 0 0 20 0 20 0 80793287 19521036288 4069877 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
/proc/108780/statm: 4765878 4069877 5562 1 0 4082197 0
[pid=108780/tid=108782] ppid=108776 vsize=19063512 memory=16279508 CPUtime=717.17 cores=4,6
/proc/108780/task/108782/stat : 108782 (java) S 108776 108780 107587 0 -1 4194368 24715 0 0 0 71633 84 0 0 20 0 20 0 80793289 19521036288 4069877 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
[pid=108780/tid=108791] ppid=108776 vsize=19063512 memory=4480 CPUtime=0 cores=4,6
/proc/108780/task/108791/stat : 108791 (Finalizer) S 108776 108780 107587 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80793294 19521036288 4069877 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
[pid=108780/tid=108799] ppid=108776 vsize=19063512 memory=14080 CPUtime=0 cores=4,6
/proc/108780/task/108799/stat : 108799 (Common-Cleaner) S 108776 108780 107587 0 -1 4194368 536 0 0 0 0 0 0 0 20 0 20 0 80793295 19521036288 4069877 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
[pid=108780/tid=108840] ppid=108776 vsize=19063512 memory=16279508 CPUtime=0 cores=4,6
/proc/108780/task/108840/stat : 108840 (Timer-0) S 108776 108780 107587 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80793436 19521036288 4069877 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
Current children cumulated CPU time: 1890.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16279508 KiB

[startup+1280 s]*
/proc/loadavg: 4.34 4.10 3.48 5/301 108941
/proc/meminfo: memFree=99637380/131382116 swapFree=33009904/33010684
[pid=108780] ppid=108776 vsize=19063512 memory=16279508 CPUtime=1897.07 cores=4,6
/proc/108780/stat : 108780 (java) S 108776 108780 107587 0 -1 4194304 197938 0 1 0 189245 462 0 0 20 0 20 0 80793287 19521036288 4069877 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
/proc/108780/statm: 4765878 4069877 5562 1 0 4082197 0
[pid=108780/tid=108782] ppid=108776 vsize=19063512 memory=1920 CPUtime=717.17 cores=4,6
/proc/108780/task/108782/stat : 108782 (java) S 108776 108780 107587 0 -1 4194368 24715 0 0 0 71633 84 0 0 20 0 20 0 80793289 19521036288 4069877 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
[pid=108780/tid=108791] ppid=108776 vsize=19063512 memory=-4421386487708017511 CPUtime=0 cores=4,6
/proc/108780/task/108791/stat : 108791 (Finalizer) S 108776 108780 107587 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80793294 19521036288 4069877 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
[pid=108780/tid=108799] ppid=108776 vsize=19063512 memory=6768 CPUtime=0 cores=4,6
/proc/108780/task/108799/stat : 108799 (Common-Cleaner) S 108776 108780 107587 0 -1 4194368 536 0 0 0 0 0 0 0 20 0 20 0 80793295 19521036288 4069877 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
[pid=108780/tid=108840] ppid=108776 vsize=19063512 memory=6141968 CPUtime=0 cores=4,6
/proc/108780/task/108840/stat : 108840 (Timer-0) S 108776 108780 107587 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80793436 19521036288 4069877 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
Current children cumulated CPU time: 1897.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16279508 KiB

[startup+1281.6 s]
/proc/loadavg: 4.34 4.10 3.48 5/301 108941
/proc/meminfo: memFree=99637380/131382116 swapFree=33009904/33010684
[pid=108780] ppid=108776 vsize=19063512 memory=16279508 CPUtime=1900.17 cores=4,6
/proc/108780/stat : 108780 (java) S 108776 108780 107587 0 -1 4194304 198061 0 1 0 189555 462 0 0 20 0 20 0 80793287 19521036288 4069877 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
/proc/108780/statm: 4765878 4069877 5562 1 0 4082197 0
[pid=108780/tid=108782] ppid=108776 vsize=19063512 memory=28384 CPUtime=717.17 cores=4,6
/proc/108780/task/108782/stat : 108782 (java) S 108776 108780 107587 0 -1 4194368 24715 0 0 0 71633 84 0 0 20 0 20 0 80793289 19521036288 4069877 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
[pid=108780/tid=108791] ppid=108776 vsize=19063512 memory=-8743285009585840828 CPUtime=0 cores=4,6
/proc/108780/task/108791/stat : 108791 (Finalizer) S 108776 108780 107587 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80793294 19521036288 4069877 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
[pid=108780/tid=108799] ppid=108776 vsize=19063512 memory=2884 CPUtime=0 cores=4,6
/proc/108780/task/108799/stat : 108799 (Common-Cleaner) S 108776 108780 107587 0 -1 4194368 536 0 0 0 0 0 0 0 20 0 20 0 80793295 19521036288 4069877 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
[pid=108780/tid=108840] ppid=108776 vsize=19063512 memory=21648 CPUtime=0 cores=4,6
/proc/108780/task/108840/stat : 108840 (Timer-0) S 108776 108780 107587 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80793436 19521036288 4069877 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
Current children cumulated CPU time: 1900.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16279508 KiB

[startup+1282.4 s]
/proc/loadavg: 4.34 4.10 3.48 5/301 108941
/proc/meminfo: memFree=99637380/131382116 swapFree=33009904/33010684
[pid=108780] ppid=108776 vsize=19063512 memory=16279508 CPUtime=1901.76 cores=4,6
/proc/108780/stat : 108780 (java) S 108776 108780 107587 0 -1 4194304 198319 0 1 0 189714 462 0 0 20 0 20 0 80793287 19521036288 4069877 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
/proc/108780/statm: 4765878 4069877 5562 1 0 4082197 0
[pid=108780/tid=108782] ppid=108776 vsize=19063512 memory=16279508 CPUtime=717.17 cores=4,6
/proc/108780/task/108782/stat : 108782 (java) S 108776 108780 107587 0 -1 4194368 24715 0 0 0 71633 84 0 0 20 0 20 0 80793289 19521036288 4069877 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
[pid=108780/tid=108791] ppid=108776 vsize=19063512 memory=140279940424688 CPUtime=0 cores=4,6
/proc/108780/task/108791/stat : 108791 (Finalizer) S 108776 108780 107587 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80793294 19521036288 4069877 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
[pid=108780/tid=108799] ppid=108776 vsize=19063512 memory=4788 CPUtime=0 cores=4,6
/proc/108780/task/108799/stat : 108799 (Common-Cleaner) S 108776 108780 107587 0 -1 4194368 536 0 0 0 0 0 0 0 20 0 20 0 80793295 19521036288 4069877 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
[pid=108780/tid=108840] ppid=108776 vsize=19063512 memory=4788 CPUtime=0 cores=4,6
/proc/108780/task/108840/stat : 108840 (Timer-0) S 108776 108780 107587 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80793436 19521036288 4069877 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
Current children cumulated CPU time: 1901.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16279508 KiB

[startup+1282.6 s]
/proc/loadavg: 4.34 4.10 3.48 5/301 108941
/proc/meminfo: memFree=99637380/131382116 swapFree=33009904/33010684
[pid=108780] ppid=108776 vsize=19063512 memory=16279508 CPUtime=1902.16 cores=4,6
/proc/108780/stat : 108780 (java) S 108776 108780 107587 0 -1 4194304 198319 0 1 0 189754 462 0 0 20 0 20 0 80793287 19521036288 4069877 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
/proc/108780/statm: 4765878 4069877 5562 1 0 4082197 0
[pid=108780/tid=108782] ppid=108776 vsize=19063512 memory=-8743285009585840828 CPUtime=717.17 cores=4,6
/proc/108780/task/108782/stat : 108782 (java) S 108776 108780 107587 0 -1 4194368 24715 0 0 0 71633 84 0 0 20 0 20 0 80793289 19521036288 4069877 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
[pid=108780/tid=108791] ppid=108776 vsize=19063512 memory=4788 CPUtime=0 cores=4,6
/proc/108780/task/108791/stat : 108791 (Finalizer) S 108776 108780 107587 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80793294 19521036288 4069877 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
[pid=108780/tid=108799] ppid=108776 vsize=19063512 memory=4788 CPUtime=0 cores=4,6
/proc/108780/task/108799/stat : 108799 (Common-Cleaner) S 108776 108780 107587 0 -1 4194368 536 0 0 0 0 0 0 0 20 0 20 0 80793295 19521036288 4069877 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
[pid=108780/tid=108840] ppid=108776 vsize=19063512 memory=16279508 CPUtime=0 cores=4,6
/proc/108780/task/108840/stat : 108840 (Timer-0) S 108776 108780 107587 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80793436 19521036288 4069877 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
Current children cumulated CPU time: 1902.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16279508 KiB

[startup+1282.7 s]
/proc/loadavg: 4.34 4.10 3.48 5/301 108941
/proc/meminfo: memFree=99637380/131382116 swapFree=33009904/33010684
[pid=108780] ppid=108776 vsize=19063512 memory=16279508 CPUtime=1902.33 cores=4,6
/proc/108780/stat : 108780 (java) S 108776 108780 107587 0 -1 4194304 198319 0 1 0 189771 462 0 0 20 0 20 0 80793287 19521036288 4069877 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
/proc/108780/statm: 4765878 4069877 5562 1 0 4082197 0
[pid=108780/tid=108782] ppid=108776 vsize=19063512 memory=16279508 CPUtime=717.17 cores=4,6
/proc/108780/task/108782/stat : 108782 (java) S 108776 108780 107587 0 -1 4194368 24715 0 0 0 71633 84 0 0 20 0 20 0 80793289 19521036288 4069877 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
[pid=108780/tid=108791] ppid=108776 vsize=19063512 memory=16279636 CPUtime=0 cores=4,6
/proc/108780/task/108791/stat : 108791 (Finalizer) S 108776 108780 107587 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80793294 19521036288 4069877 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
[pid=108780/tid=108799] ppid=108776 vsize=19063512 memory=129 CPUtime=0 cores=4,6
/proc/108780/task/108799/stat : 108799 (Common-Cleaner) S 108776 108780 107587 0 -1 4194368 536 0 0 0 0 0 0 0 20 0 20 0 80793295 19521036288 4069877 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
[pid=108780/tid=108840] ppid=108776 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/108780/task/108840/stat : 108840 (Timer-0) S 108776 108780 107587 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80793436 19521036288 4069877 18446744073709551615 93976833695744 93976833699440 140723447431568 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93976833707256 93976833708048 93976848531456 140723447433599 140723447433700 140723447433700 140723447439304 0
Current children cumulated CPU time: 1902.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16279508 KiB

Child status: 1

Real time (s): 1282.78
CPU time (s): 1902.43
CPU user time (s): 1897.76
CPU system time (s): 4.66804
CPU usage (%): 148.305
Max. virtual memory (cumulated for all children) (KiB): 19069672
Max. memory (cumulated for all children) (KiB): 16279688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1897.76
system time used= 4.66804
maximum resident set size= 16279688
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 198403
page faults= 1
swaps= 0
block input operations= 0
block output operations= 2008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 44519
involuntary context switches= 28084


# summary of solver processes directly reported to runsolver:
#   pid: 108780
#   total CPU time (s): 1902.43
#   total CPU user time (s): 1897.76
#   total CPU system time (s): 4.66804

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.53787 second user time and 9.53637 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-07-04 19:45:41
IDJOB=4523386
IDBENCH=180121
IDSOLVER=3363
FILE ID=nodeC004/4523386-1751651141
RUNJOBID= nodeC004-1751651141-108697
SLURM_JOB_ID= 9672309
Free space on /tmp= 431668 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/KidneyTransplantBenchmarks/normalized-KE_680_004.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4523386-1751651141/watcher-4523386-1751651141 -o /tmp/evaluation-result-4523386-1751651141/solver-4523386-1751651141 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751651141-108697 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4523386-1751651141.opb

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

MD5SUM BENCH= 979facf7d2b0cd6465681d1d436ff5eb
RANDOM SEED=1390628815

nodeC004 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1198.109
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.410
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.234
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.216
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.309
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1198.062
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.239
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.216
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        128809208 kB
MemAvailable:   129775492 kB
Buffers:            2128 kB
Cached:          1712436 kB
SwapCached:           32 kB
Active:           693344 kB
Inactive:        1112020 kB
Active(anon):      97996 kB
Inactive(anon):    10736 kB
Active(file):     595348 kB
Inactive(file):  1101284 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              9700 kB
Writeback:             4 kB
AnonPages:         93424 kB
Mapped:           114456 kB
Shmem:             17932 kB
KReclaimable:     218556 kB
Slab:             307044 kB
SReclaimable:     218556 kB
SUnreclaim:        88488 kB
KernelStack:        3960 kB
PageTables:         2904 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    4698976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149496 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 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:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 431664 MiB
End job on nodeC004 at 2025-07-04 20:07:04