Trace number 4521500

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? (TO) 3604.24 2404.86

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/vertex_cover/vertexcover_opt_grid_evenrowevencolsquare/
normalized-vertexcover_opt_grid_evenrowevencolsquare_dim_120.opb
MD5SUM91f2eeaf01beb5a18e4726514b00c397
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 benchmark7200
Best CPU time to get the best result obtained on this benchmark0.833853
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14400
Total number of constraints28800
Number of constraints which are clauses28800
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 14400
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 14400
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 14400
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.16	c See www.sat4j.org for details.
0.12/0.18	c version PB25.v20250606
0.12/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.20	c java.vm.version	22.0.1+8-16
0.12/0.20	c java.vm.vendor	Oracle Corporation
0.12/0.20	c sun.arch.data.model	64
0.12/0.20	c java.version		22.0.1
0.12/0.20	c os.name		Linux
0.12/0.20	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.20	c os.arch		amd64
0.12/0.21	c Free memory 		2104792832
0.12/0.21	c Max memory 		16282288128
0.12/0.21	c Total memory 		2113929216
0.12/0.23	c Number of processors 	2
0.32/0.31	c Pseudo Boolean Optimization by upper bound
0.32/0.31	c --- Begin Solver configuration ---
0.32/0.31	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.32/0.31	c Learn all clauses as in MiniSAT
0.32/0.31	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32/0.31	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.32/0.31	c Expensive reason simplification
0.32/0.31	c Glucose 2.1 dynamic restart strategy
0.32/0.31	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.32/0.31	c timeout=2147483s
0.32/0.31	c DB Simplification allowed=false
0.32/0.31	c Listener: none
0.32/0.31	c --- End Solver configuration ---
0.32/0.31	c solving HOME/instance-4521500-1751586547.opb
0.32/0.31	c reading problem ... 
0.32/0.32	c  objective function found
1.15/0.80	c ... done. Wall clock time 0.468s.
1.35/0.80	c declared #vars     14400
1.35/0.80	c #constraints  28800
1.35/0.80	c constraints type 
1.35/0.80	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 28800
1.35/0.80	c 28800 constraints processed.
1.35/0.83	c objective function length is 14400 literals
1.54/0.94	c SATISFIABLE
1.54/0.94	c OPTIMIZING...
1.54/0.94	c Got one! Elapsed wall clock time (in seconds):0.626
1.54/0.94	o 7200
9.30/6.71	c cleaning 2501 clauses out of 5002 with flag 10489/5002
20.54/16.33	c cleaning 4250 clauses out of 8499 with flag 23063/11000
30.83/25.02	c cleaning 5624 clauses out of 11249 with flag 37795/18000
42.71/35.56	c cleaning 6814 clauses out of 13628 with flag 54611/26003
54.32/45.51	c cleaning 7905 clauses out of 15812 with flag 73485/35001
71.62/57.70	c cleaning 8954 clauses out of 17907 with flag 94430/45001
85.74/70.07	c cleaning 9974 clauses out of 19952 with flag 117494/56000
103.18/84.80	c cleaning 10988 clauses out of 21978 with flag 142642/68000
125.99/100.82	c cleaning 11993 clauses out of 23991 with flag 169894/81001
145.86/117.91	c cleaning 12998 clauses out of 25997 with flag 199234/95000
169.91/138.08	c cleaning 14000 clauses out of 27999 with flag 230467/110000
198.95/157.59	c cleaning 14999 clauses out of 30001 with flag 263823/126002
226.88/182.46	c cleaning 15999 clauses out of 32002 with flag 299505/143002
260.80/206.76	c cleaning 16997 clauses out of 34001 with flag 336882/161000
291.01/231.48	c cleaning 17998 clauses out of 36004 with flag 376739/180000
319.90/256.30	c cleaning 19003 clauses out of 38008 with flag 418388/200002
357.67/283.89	c cleaning 20000 clauses out of 40004 with flag 462291/221001
394.84/315.39	c cleaning 21002 clauses out of 42003 with flag 508435/243000
439.08/347.66	c cleaning 21999 clauses out of 44001 with flag 556744/266000
480.63/384.37	c cleaning 23001 clauses out of 46002 with flag 607146/290000
529.81/420.13	c cleaning 23994 clauses out of 48001 with flag 659580/315000
578.88/463.70	c cleaning 25003 clauses out of 50009 with flag 714093/341002
636.37/507.41	c cleaning 26000 clauses out of 52004 with flag 770762/368000
691.93/545.46	c cleaning 26995 clauses out of 54004 with flag 829408/396000
743.50/589.12	c cleaning 27997 clauses out of 56009 with flag 890325/425000
802.82/637.36	c cleaning 29001 clauses out of 58015 with flag 952955/455003
868.08/683.10	c cleaning 30003 clauses out of 60013 with flag 1017765/486002
941.81/740.75	c cleaning 30999 clauses out of 62008 with flag 1084270/518000
1010.52/790.78	c cleaning 32005 clauses out of 64009 with flag 1153385/551000
1087.69/851.20	c cleaning 33001 clauses out of 66004 with flag 1224288/585000
1154.65/900.88	c cleaning 33999 clauses out of 68003 with flag 1297739/620000
1244.36/966.53	c cleaning 34998 clauses out of 70004 with flag 1373318/656000
1320.77/1025.06	c cleaning 35997 clauses out of 72009 with flag 1450842/693003
1416.69/1093.27	c cleaning 37000 clauses out of 74009 with flag 1530176/731000
1531.68/1162.78	c cleaning 37999 clauses out of 76010 with flag 1611359/770001
1651.40/1237.27	c cleaning 39003 clauses out of 78012 with flag 1695140/810002
1772.00/1317.58	c cleaning 40002 clauses out of 80007 with flag 1780997/851000
1919.88/1414.12	c cleaning 41002 clauses out of 82005 with flag 1869128/893000
2045.54/1495.54	c cleaning 41992 clauses out of 84003 with flag 1959244/936000
2177.36/1580.95	c cleaning 43001 clauses out of 86011 with flag 2051567/980000
2313.27/1668.76	c cleaning 44006 clauses out of 88011 with flag 2145815/1025001
2458.56/1764.15	c cleaning 44999 clauses out of 90004 with flag 2242255/1071000
2621.84/1865.88	c cleaning 45996 clauses out of 92005 with flag 2340040/1118000
2778.28/1966.19	c cleaning 46999 clauses out of 94009 with flag 2440489/1166000
3281.35/2242.13	
3281.35/2242.13	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: 63794 MiB (46064 MiB free)
  memory of node 1: 64507 MiB (59806 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4521500-1751586547/watcher-4521500-1751586547 -o /tmp/evaluation-result-4521500-1751586547/solver-4521500-1751586547 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751584695-83037 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4521500-1751586547.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100072 s]*
/proc/loadavg: 5.29 5.23 4.92 8/323 83378
/proc/meminfo: memFree=108395536/131382112 swapFree=33009904/33010684
[pid=83360] ppid=83357 vsize=18930384 memory=49020 CPUtime=0.12 cores=5,7
/proc/83360/stat : 83360 (java) S 83357 83360 83023 0 -1 4194304 5858 0 0 0 8 4 0 0 20 0 18 0 74333571 19384713216 12159 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
/proc/83360/statm: 4732596 12255 5338 1 0 547121 0
[pid=83360/tid=83362] ppid=83357 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/83360/task/83362/stat : 83362 (java) R 83357 83360 83023 0 -1 4194368 4718 0 0 0 6 2 0 0 20 0 18 0 74333573 19384713216 12255 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
[pid=83360/tid=83371] ppid=83357 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/83360/task/83371/stat : 83371 (Finalizer) S 83357 83360 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 74333578 19384713216 12255 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
[pid=83360/tid=83378] ppid=83357 vsize=18930384 memory=61792617516369 CPUtime=0 cores=5,7
/proc/83360/task/83378/stat : 83378 (Common-Cleaner) S 83357 83360 83023 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 74333578 19384713216 12255 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49020 KiB

[startup+0.223161 s]*
/proc/loadavg: 5.29 5.23 4.92 7/323 83378
/proc/meminfo: memFree=108395536/131382112 swapFree=33009904/33010684
[pid=83360] ppid=83357 vsize=18930384 memory=55692 CPUtime=0.32 cores=5,7
/proc/83360/stat : 83360 (java) S 83357 83360 83023 0 -1 4194304 6535 0 0 0 27 5 0 0 20 0 18 0 74333571 19384713216 13923 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
/proc/83360/statm: 4732596 13923 5370 1 0 547603 0
[pid=83360/tid=83362] ppid=83357 vsize=18930384 memory=4026794268 CPUtime=0.2 cores=5,7
/proc/83360/task/83362/stat : 83362 (java) R 83357 83360 83023 0 -1 4194368 5063 0 0 0 17 3 0 0 20 0 18 0 74333573 19384713216 13923 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
[pid=83360/tid=83371] ppid=83357 vsize=18930384 memory=1593 CPUtime=0 cores=5,7
/proc/83360/task/83371/stat : 83371 (Finalizer) S 83357 83360 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 74333578 19384713216 13923 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
[pid=83360/tid=83378] ppid=83357 vsize=18930384 memory=60693105869820 CPUtime=0 cores=5,7
/proc/83360/task/83378/stat : 83378 (Common-Cleaner) S 83357 83360 83023 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 74333578 19384713216 13923 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55692 KiB

[startup+0.314022 s]*
/proc/loadavg: 5.29 5.23 4.92 8/323 83378
/proc/meminfo: memFree=108395536/131382112 swapFree=33009904/33010684
[pid=83360] ppid=83357 vsize=18930384 memory=58604 CPUtime=0.47 cores=5,7
/proc/83360/stat : 83360 (java) S 83357 83360 83023 0 -1 4194304 6791 0 0 0 42 5 0 0 20 0 18 0 74333571 19384713216 14651 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
/proc/83360/statm: 4732596 14651 5370 1 0 547784 0
[pid=83360/tid=83362] ppid=83357 vsize=18930384 memory=-6000919477001611623 CPUtime=0.28 cores=5,7
/proc/83360/task/83362/stat : 83362 (java) R 83357 83360 83023 0 -1 4194368 5227 0 0 0 25 3 0 0 20 0 18 0 74333573 19384713216 14651 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
[pid=83360/tid=83371] ppid=83357 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/83360/task/83371/stat : 83371 (Finalizer) S 83357 83360 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 74333578 19384713216 14651 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
[pid=83360/tid=83378] ppid=83357 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/83360/task/83378/stat : 83378 (Common-Cleaner) S 83357 83360 83023 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 74333578 19384713216 14651 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58604 KiB

[startup+0.700332 s]
/proc/loadavg: 5.29 5.23 4.92 8/323 83378
/proc/meminfo: memFree=108383564/131382112 swapFree=33009904/33010684
[pid=83360] ppid=83357 vsize=18930384 memory=101572 CPUtime=1.15 cores=5,7
/proc/83360/stat : 83360 (java) S 83357 83360 83023 0 -1 4194304 8844 0 0 0 108 7 0 0 20 0 18 0 74333571 19384713216 25393 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
/proc/83360/statm: 4732596 25393 5434 1 0 549095 0
[pid=83360/tid=83362] ppid=83357 vsize=18930384 memory=18688 CPUtime=0.56 cores=5,7
/proc/83360/task/83362/stat : 83362 (java) R 83357 83360 83023 0 -1 4194368 5288 0 0 0 52 4 0 0 20 0 18 0 74333573 19384713216 25393 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
[pid=83360/tid=83371] ppid=83357 vsize=18930384 memory=11264 CPUtime=0 cores=5,7
/proc/83360/task/83371/stat : 83371 (Finalizer) S 83357 83360 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 74333578 19384713216 25393 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
[pid=83360/tid=83378] ppid=83357 vsize=18930384 memory=3200 CPUtime=0 cores=5,7
/proc/83360/task/83378/stat : 83378 (Common-Cleaner) S 83357 83360 83023 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 74333578 19384713216 25393 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 101572 KiB

[startup+1.50029 s]
/proc/loadavg: 5.29 5.23 4.92 6/324 83379
/proc/meminfo: memFree=108322252/131382112 swapFree=33009904/33010684
[pid=83360] ppid=83357 vsize=18996948 memory=152720 CPUtime=2.73 cores=5,7
/proc/83360/stat : 83360 (java) S 83357 83360 83023 0 -1 4194304 18446 0 0 0 261 12 0 0 20 0 19 0 74333571 19452874752 38180 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
/proc/83360/statm: 4749237 38180 5466 1 0 552674 0
[pid=83360/tid=83362] ppid=83357 vsize=18996948 memory=3200 CPUtime=1.25 cores=5,7
/proc/83360/task/83362/stat : 83362 (java) R 83357 83360 83023 0 -1 4194368 5597 0 0 0 119 6 0 0 20 0 19 0 74333573 19452874752 38180 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
[pid=83360/tid=83371] ppid=83357 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/83360/task/83371/stat : 83371 (Finalizer) S 83357 83360 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 74333578 19452874752 38180 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
[pid=83360/tid=83378] ppid=83357 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/83360/task/83378/stat : 83378 (Common-Cleaner) S 83357 83360 83023 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 74333578 19452874752 38180 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
[pid=83360/tid=83379] ppid=83357 vsize=18996948 memory=14720 CPUtime=0 cores=5,7
/proc/83360/task/83379/stat : 83379 (Timer-0) S 83357 83360 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 74333657 19452874752 38180 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 152720 KiB

[startup+3.10703 s]
/proc/loadavg: 5.29 5.23 4.92 5/325 83380
/proc/meminfo: memFree=108084560/131382112 swapFree=33009904/33010684
[pid=83360] ppid=83357 vsize=19063512 memory=369252 CPUtime=5.1 cores=5,7
/proc/83360/stat : 83360 (java) S 83357 83360 83023 0 -1 4194304 21879 0 0 0 493 17 0 0 20 0 20 0 74333571 19521036288 92313 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
/proc/83360/statm: 4765878 92313 5530 1 0 552969 0
[pid=83360/tid=83362] ppid=83357 vsize=19063512 memory=14720 CPUtime=2.58 cores=5,7
/proc/83360/task/83362/stat : 83362 (java) R 83357 83360 83023 0 -1 4194368 5896 0 0 0 252 6 0 0 20 0 20 0 74333573 19521036288 92313 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
[pid=83360/tid=83371] ppid=83357 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/83360/task/83371/stat : 83371 (Finalizer) S 83357 83360 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74333578 19521036288 92313 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
[pid=83360/tid=83378] ppid=83357 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/83360/task/83378/stat : 83378 (Common-Cleaner) S 83357 83360 83023 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 74333578 19521036288 92313 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
[pid=83360/tid=83379] ppid=83357 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/83360/task/83379/stat : 83379 (Timer-0) S 83357 83360 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74333657 19521036288 92313 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
Current children cumulated CPU time: 5.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 369252 KiB

[startup+6.30025 s]
/proc/loadavg: 5.19 5.21 4.91 6/325 83380
/proc/meminfo: memFree=107472500/131382112 swapFree=33009904/33010684
[pid=83360] ppid=83357 vsize=19063512 memory=1150844 CPUtime=8.89 cores=5,7
/proc/83360/stat : 83360 (java) S 83357 83360 83023 0 -1 4194304 23281 0 0 0 856 33 0 0 20 0 20 0 74333571 19521036288 287711 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
/proc/83360/statm: 4765878 287711 5530 1 0 1127405 0
[pid=83360/tid=83362] ppid=83357 vsize=19063512 memory=0 CPUtime=4.97 cores=5,7
/proc/83360/task/83362/stat : 83362 (java) R 83357 83360 83023 0 -1 4194368 6152 0 0 0 487 10 0 0 20 0 20 0 74333573 19521036288 287711 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
[pid=83360/tid=83371] ppid=83357 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/83360/task/83371/stat : 83371 (Finalizer) S 83357 83360 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74333578 19521036288 287711 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
[pid=83360/tid=83378] ppid=83357 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/83360/task/83378/stat : 83378 (Common-Cleaner) S 83357 83360 83023 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 74333578 19521036288 287711 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
[pid=83360/tid=83379] ppid=83357 vsize=19063512 memory=158884 CPUtime=0 cores=5,7
/proc/83360/task/83379/stat : 83379 (Timer-0) S 83357 83360 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74333657 19521036288 287711 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
Current children cumulated CPU time: 8.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1150844 KiB

[startup+12.7004 s]
/proc/loadavg: 5.09 5.19 4.91 5/325 83380
/proc/meminfo: memFree=106642528/131382112 swapFree=33009904/33010684
[pid=83360] ppid=83357 vsize=19063512 memory=1792404 CPUtime=15.83 cores=5,7
/proc/83360/stat : 83360 (java) S 83357 83360 83023 0 -1 4194304 26127 0 0 0 1534 49 0 0 20 0 20 0 74333571 19521036288 448101 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
/proc/83360/statm: 4765878 448101 5530 1 0 1994305 0
[pid=83360/tid=83362] ppid=83357 vsize=19063512 memory=158884 CPUtime=10.83 cores=5,7
/proc/83360/task/83362/stat : 83362 (java) R 83357 83360 83023 0 -1 4194368 7513 0 0 0 1066 17 0 0 20 0 20 0 74333573 19521036288 448101 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
[pid=83360/tid=83371] ppid=83357 vsize=19063512 memory=1696148 CPUtime=0 cores=5,7
/proc/83360/task/83371/stat : 83371 (Finalizer) S 83357 83360 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74333578 19521036288 448101 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
[pid=83360/tid=83378] ppid=83357 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/83360/task/83378/stat : 83378 (Common-Cleaner) S 83357 83360 83023 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 74333578 19521036288 448101 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
[pid=83360/tid=83379] ppid=83357 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/83360/task/83379/stat : 83379 (Timer-0) S 83357 83360 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74333657 19521036288 448101 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
Current children cumulated CPU time: 15.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1792404 KiB

[startup+25.5005 s]
/proc/loadavg: 4.93 5.14 4.90 5/325 83380
/proc/meminfo: memFree=104352752/131382112 swapFree=33009904/33010684
[pid=83360] ppid=83357 vsize=19063512 memory=4020772 CPUtime=31.3 cores=5,7
/proc/83360/stat : 83360 (java) S 83357 83360 83023 0 -1 4194304 28716 0 0 0 3036 94 0 0 20 0 20 0 74333571 19521036288 1005193 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
/proc/83360/statm: 4765878 1005193 5562 1 0 2412104 0
[pid=83360/tid=83362] ppid=83357 vsize=19063512 memory=0 CPUtime=21.03 cores=5,7
/proc/83360/task/83362/stat : 83362 (java) R 83357 83360 83023 0 -1 4194368 7902 0 0 0 2078 25 0 0 20 0 20 0 74333573 19521036288 1005193 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
[pid=83360/tid=83371] ppid=83357 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/83360/task/83371/stat : 83371 (Finalizer) S 83357 83360 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74333578 19521036288 1005193 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
[pid=83360/tid=83378] ppid=83357 vsize=19063512 memory=4020772 CPUtime=0 cores=5,7
/proc/83360/task/83378/stat : 83378 (Common-Cleaner) S 83357 83360 83023 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 74333578 19521036288 1005193 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
[pid=83360/tid=83379] ppid=83357 vsize=19063512 memory=2804400 CPUtime=0 cores=5,7
/proc/83360/task/83379/stat : 83379 (Timer-0) S 83357 83360 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74333657 19521036288 1005193 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
Current children cumulated CPU time: 31.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4020772 KiB

[startup+51.1057 s]
/proc/loadavg: 5.31 5.21 4.93 5/325 83380
/proc/meminfo: memFree=100544188/131382112 swapFree=33009904/33010684
[pid=83360] ppid=83357 vsize=19063512 memory=7825904 CPUtime=63.76 cores=5,7
/proc/83360/stat : 83360 (java) S 83357 83360 83023 0 -1 4194304 61573 0 0 0 6197 179 0 0 20 0 20 0 74333571 19521036288 1956476 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
/proc/83360/statm: 4765878 1956476 5562 1 0 3014077 0
[pid=83360/tid=83362] ppid=83357 vsize=19063512 memory=4371068 CPUtime=42.49 cores=5,7
/proc/83360/task/83362/stat : 83362 (java) R 83357 83360 83023 0 -1 4194368 9852 0 0 0 4204 45 0 0 20 0 20 0 74333573 19521036288 1956476 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
[pid=83360/tid=83371] ppid=83357 vsize=19063512 memory=12416 CPUtime=0 cores=5,7
/proc/83360/task/83371/stat : 83371 (Finalizer) S 83357 83360 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74333578 19521036288 1956476 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
[pid=83360/tid=83378] ppid=83357 vsize=19063512 memory=2308 CPUtime=0 cores=5,7
/proc/83360/task/83378/stat : 83378 (Common-Cleaner) S 83357 83360 83023 0 -1 4194368 69 0 0 0 0 0 0 0 20 0 20 0 74333578 19521036288 1956476 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
[pid=83360/tid=83379] ppid=83357 vsize=19063512 memory=1798548 CPUtime=0 cores=5,7

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

/proc/83360/stat : 83360 (java) S 83357 83360 83023 0 -1 4194304 492147 0 0 0 331506 636 0 0 20 0 20 0 74333571 19722362880 4123788 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
/proc/83360/statm: 4815030 4123788 5562 1 0 4136128 0
[pid=83360/tid=83362] ppid=83357 vsize=19260120 memory=16495296 CPUtime=1638.09 cores=5,7
/proc/83360/task/83362/stat : 83362 (java) S 83357 83360 83023 0 -1 4194368 204724 0 0 0 163648 161 0 0 20 0 20 0 74333573 19722362880 4123788 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
[pid=83360/tid=83371] ppid=83357 vsize=19260120 memory=14720 CPUtime=0 cores=5,7
/proc/83360/task/83371/stat : 83371 (Finalizer) S 83357 83360 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74333578 19722362880 4123788 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
[pid=83360/tid=83378] ppid=83357 vsize=19260120 memory=16495296 CPUtime=0 cores=5,7
/proc/83360/task/83378/stat : 83378 (Common-Cleaner) S 83357 83360 83023 0 -1 4194368 1369 0 0 0 0 0 0 0 20 0 20 0 74333578 19722362880 4123788 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
[pid=83360/tid=83379] ppid=83357 vsize=19260120 memory=18688 CPUtime=0 cores=5,7
/proc/83360/task/83379/stat : 83379 (Timer-0) S 83357 83360 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74333657 19722362880 4123788 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
Current children cumulated CPU time: 3321.42 s
Current children cumulated vsize: 19260120 KiB
Current children cumulated memory: 16495152 KiB

[startup+2322.3 s]
/proc/loadavg: 5.33 5.11 4.93 7/328 83700
/proc/meminfo: memFree=80464360/131382112 swapFree=33009904/33010684
[pid=83360] ppid=83357 vsize=19260120 memory=16495140 CPUtime=3440.45 cores=5,7
/proc/83360/stat : 83360 (java) S 83357 83360 83023 0 -1 4194304 498943 0 0 0 343405 640 0 0 20 0 20 0 74333571 19722362880 4123785 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
/proc/83360/statm: 4815030 4123785 5562 1 0 4136128 0
[pid=83360/tid=83362] ppid=83357 vsize=19260120 memory=5276 CPUtime=1638.09 cores=5,7
/proc/83360/task/83362/stat : 83362 (java) S 83357 83360 83023 0 -1 4194368 204724 0 0 0 163648 161 0 0 20 0 20 0 74333573 19722362880 4123785 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
[pid=83360/tid=83371] ppid=83357 vsize=19260120 memory=16495280 CPUtime=0 cores=5,7
/proc/83360/task/83371/stat : 83371 (Finalizer) S 83357 83360 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74333578 19722362880 4123785 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
[pid=83360/tid=83378] ppid=83357 vsize=19260120 memory=3200 CPUtime=0 cores=5,7
/proc/83360/task/83378/stat : 83378 (Common-Cleaner) S 83357 83360 83023 0 -1 4194368 1375 0 0 0 0 0 0 0 20 0 20 0 74333578 19722362880 4123785 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
[pid=83360/tid=83379] ppid=83357 vsize=19260120 memory=16495140 CPUtime=0 cores=5,7
/proc/83360/task/83379/stat : 83379 (Timer-0) S 83357 83360 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74333657 19722362880 4123785 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
Current children cumulated CPU time: 3440.45 s
Current children cumulated vsize: 19260120 KiB
Current children cumulated memory: 16495140 KiB

[startup+2382.3 s]
/proc/loadavg: 5.26 5.13 4.96 6/328 83702
/proc/meminfo: memFree=80463996/131382112 swapFree=33009904/33010684
[pid=83360] ppid=83357 vsize=19260120 memory=16495140 CPUtime=3559.49 cores=5,7
/proc/83360/stat : 83360 (java) S 83357 83360 83023 0 -1 4194304 507415 0 0 0 355306 643 0 0 20 0 20 0 74333571 19722362880 4123785 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
/proc/83360/statm: 4815030 4123785 5562 1 0 4136128 0
[pid=83360/tid=83362] ppid=83357 vsize=19260120 memory=0 CPUtime=1638.09 cores=5,7
/proc/83360/task/83362/stat : 83362 (java) S 83357 83360 83023 0 -1 4194368 204724 0 0 0 163648 161 0 0 20 0 20 0 74333573 19722362880 4123785 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
[pid=83360/tid=83371] ppid=83357 vsize=19260120 memory=6224326942144616035 CPUtime=0 cores=5,7
/proc/83360/task/83371/stat : 83371 (Finalizer) S 83357 83360 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74333578 19722362880 4123785 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
[pid=83360/tid=83378] ppid=83357 vsize=19260120 memory=16495140 CPUtime=0 cores=5,7
/proc/83360/task/83378/stat : 83378 (Common-Cleaner) S 83357 83360 83023 0 -1 4194368 1384 0 0 0 0 0 0 0 20 0 20 0 74333578 19722362880 4123785 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
[pid=83360/tid=83379] ppid=83357 vsize=19260120 memory=11264 CPUtime=0 cores=5,7
/proc/83360/task/83379/stat : 83379 (Timer-0) S 83357 83360 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74333657 19722362880 4123785 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
Current children cumulated CPU time: 3559.49 s
Current children cumulated vsize: 19260120 KiB
Current children cumulated memory: 16495140 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2402.8 s]
/proc/loadavg: 5.26 5.14 4.96 6/328 83703
/proc/meminfo: memFree=80463868/131382112 swapFree=33009904/33010684
[pid=83360] ppid=83357 vsize=19260120 memory=16495140 CPUtime=3600.19 cores=5,7
/proc/83360/stat : 83360 (java) S 83357 83360 83023 0 -1 4194304 510168 0 0 0 359376 643 0 0 20 0 20 0 74333571 19722362880 4123785 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
/proc/83360/statm: 4815030 4123785 5562 1 0 4136128 0
[pid=83360/tid=83362] ppid=83357 vsize=19260120 memory=245635481903 CPUtime=1638.09 cores=5,7
/proc/83360/task/83362/stat : 83362 (java) S 83357 83360 83023 0 -1 4194368 204728 0 0 0 163648 161 0 0 20 0 20 0 74333573 19722362880 4123785 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
[pid=83360/tid=83371] ppid=83357 vsize=19260120 memory=55212677268211 CPUtime=0 cores=5,7
/proc/83360/task/83371/stat : 83371 (Finalizer) S 83357 83360 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74333578 19722362880 4123785 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
[pid=83360/tid=83378] ppid=83357 vsize=19260120 memory=335181 CPUtime=0 cores=5,7
/proc/83360/task/83378/stat : 83378 (Common-Cleaner) S 83357 83360 83023 0 -1 4194368 1384 0 0 0 0 0 0 0 20 0 20 0 74333578 19722362880 4123785 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
[pid=83360/tid=83379] ppid=83357 vsize=19260120 memory=5172 CPUtime=0 cores=5,7
/proc/83360/task/83379/stat : 83379 (Timer-0) S 83357 83360 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74333657 19722362880 4123785 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
Current children cumulated CPU time: 3600.19 s
Current children cumulated vsize: 19260120 KiB
Current children cumulated memory: 16495140 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3597.74 s, system=6.49389 s

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

[startup+2403.2 s]
/proc/loadavg: 5.26 5.14 4.96 6/328 83703
/proc/meminfo: memFree=80463892/131382112 swapFree=33009904/33010684
[pid=83360] ppid=83357 vsize=19260120 memory=16495140 CPUtime=3600.98 cores=5,7
/proc/83360/stat : 83360 (java) S 83357 83360 83023 0 -1 4194304 510191 0 0 0 359455 643 0 0 20 0 20 0 74333571 19722362880 4123785 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
/proc/83360/statm: 4815030 4123785 5562 1 0 4136128 0
[pid=83360/tid=83362] ppid=83357 vsize=19260120 memory=16495140 CPUtime=1638.09 cores=5,7
/proc/83360/task/83362/stat : 83362 (java) S 83357 83360 83023 0 -1 4194368 204728 0 0 0 163648 161 0 0 20 0 20 0 74333573 19722362880 4123785 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
[pid=83360/tid=83371] ppid=83357 vsize=19260120 memory=16495140 CPUtime=0 cores=5,7
/proc/83360/task/83371/stat : 83371 (Finalizer) S 83357 83360 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74333578 19722362880 4123785 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
[pid=83360/tid=83378] ppid=83357 vsize=19260120 memory=-6000919477001611623 CPUtime=0 cores=5,7
/proc/83360/task/83378/stat : 83378 (Common-Cleaner) S 83357 83360 83023 0 -1 4194368 1384 0 0 0 0 0 0 0 20 0 20 0 74333578 19722362880 4123785 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
[pid=83360/tid=83379] ppid=83357 vsize=19260120 memory=2764 CPUtime=0 cores=5,7
/proc/83360/task/83379/stat : 83379 (Timer-0) S 83357 83360 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74333657 19722362880 4123785 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
Current children cumulated CPU time: 3600.98 s
Current children cumulated vsize: 19260120 KiB
Current children cumulated memory: 16495140 KiB

[startup+2404 s]*
/proc/loadavg: 5.24 5.14 4.96 7/328 83703
/proc/meminfo: memFree=80463892/131382112 swapFree=33009904/33010684
[pid=83360] ppid=83357 vsize=19260120 memory=16495140 CPUtime=3602.58 cores=5,7
/proc/83360/stat : 83360 (java) S 83357 83360 83023 0 -1 4194304 510254 0 0 0 359615 643 0 0 20 0 20 0 74333571 19722362880 4123785 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
/proc/83360/statm: 4815030 4123785 5562 1 0 4136128 0
[pid=83360/tid=83362] ppid=83357 vsize=19260120 memory=-6000919507066186087 CPUtime=1638.09 cores=5,7
/proc/83360/task/83362/stat : 83362 (java) S 83357 83360 83023 0 -1 4194368 204728 0 0 0 163648 161 0 0 20 0 20 0 74333573 19722362880 4123785 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
[pid=83360/tid=83371] ppid=83357 vsize=19260120 memory=7686721470264483783 CPUtime=0 cores=5,7
/proc/83360/task/83371/stat : 83371 (Finalizer) S 83357 83360 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74333578 19722362880 4123785 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
[pid=83360/tid=83378] ppid=83357 vsize=19260120 memory=7686721470264483783 CPUtime=0 cores=5,7
/proc/83360/task/83378/stat : 83378 (Common-Cleaner) S 83357 83360 83023 0 -1 4194368 1384 0 0 0 0 0 0 0 20 0 20 0 74333578 19722362880 4123785 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
[pid=83360/tid=83379] ppid=83357 vsize=19260120 memory=335181 CPUtime=0 cores=5,7
/proc/83360/task/83379/stat : 83379 (Timer-0) S 83357 83360 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74333657 19722362880 4123785 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
Current children cumulated CPU time: 3602.58 s
Current children cumulated vsize: 19260120 KiB
Current children cumulated memory: 16495140 KiB

[startup+2404.4 s]
/proc/loadavg: 5.24 5.14 4.96 7/328 83703
/proc/meminfo: memFree=80463892/131382112 swapFree=33009904/33010684
[pid=83360] ppid=83357 vsize=19260120 memory=16495140 CPUtime=3603.36 cores=5,7
/proc/83360/stat : 83360 (java) S 83357 83360 83023 0 -1 4194304 510254 0 0 0 359693 643 0 0 20 0 20 0 74333571 19722362880 4123785 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
/proc/83360/statm: 4815030 4123785 5562 1 0 4136128 0
[pid=83360/tid=83362] ppid=83357 vsize=19260120 memory=4892 CPUtime=1638.09 cores=5,7
/proc/83360/task/83362/stat : 83362 (java) S 83357 83360 83023 0 -1 4194368 204728 0 0 0 163648 161 0 0 20 0 20 0 74333573 19722362880 4123785 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
[pid=83360/tid=83371] ppid=83357 vsize=19260120 memory=2764 CPUtime=0 cores=5,7
/proc/83360/task/83371/stat : 83371 (Finalizer) S 83357 83360 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74333578 19722362880 4123785 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
[pid=83360/tid=83378] ppid=83357 vsize=19260120 memory=23532 CPUtime=0 cores=5,7
/proc/83360/task/83378/stat : 83378 (Common-Cleaner) S 83357 83360 83023 0 -1 4194368 1384 0 0 0 0 0 0 0 20 0 20 0 74333578 19722362880 4123785 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
[pid=83360/tid=83379] ppid=83357 vsize=19260120 memory=279524123168928 CPUtime=0 cores=5,7
/proc/83360/task/83379/stat : 83379 (Timer-0) S 83357 83360 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74333657 19722362880 4123785 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
Current children cumulated CPU time: 3603.36 s
Current children cumulated vsize: 19260120 KiB
Current children cumulated memory: 16495140 KiB

[startup+2404.8 s]
/proc/loadavg: 5.24 5.14 4.96 7/328 83703
/proc/meminfo: memFree=80463892/131382112 swapFree=33009904/33010684
[pid=83360] ppid=83357 vsize=19260120 memory=16495140 CPUtime=3604.16 cores=5,7
/proc/83360/stat : 83360 (java) S 83357 83360 83023 0 -1 4194304 510261 0 0 0 359773 643 0 0 20 0 20 0 74333571 19722362880 4123785 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
/proc/83360/statm: 4815030 4123785 5562 1 0 4136128 0
[pid=83360/tid=83362] ppid=83357 vsize=19260120 memory=-6000919477001611623 CPUtime=1638.09 cores=5,7
/proc/83360/task/83362/stat : 83362 (java) S 83357 83360 83023 0 -1 4194368 204728 0 0 0 163648 161 0 0 20 0 20 0 74333573 19722362880 4123785 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
[pid=83360/tid=83371] ppid=83357 vsize=19260120 memory=18688 CPUtime=0 cores=5,7
/proc/83360/task/83371/stat : 83371 (Finalizer) S 83357 83360 83023 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 74333578 19722362880 4123785 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
[pid=83360/tid=83378] ppid=83357 vsize=19260120 memory=11264 CPUtime=0 cores=5,7
/proc/83360/task/83378/stat : 83378 (Common-Cleaner) S 83357 83360 83023 0 -1 4194368 1384 0 0 0 0 0 0 0 20 0 20 0 74333578 19722362880 4123785 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
[pid=83360/tid=83379] ppid=83357 vsize=19260120 memory=5632 CPUtime=0 cores=5,7
/proc/83360/task/83379/stat : 83379 (Timer-0) S 83357 83360 83023 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 74333657 19722362880 4123785 18446744073709551615 94014274867200 94014274870896 140725675982368 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94014274878712 94014274879504 94014284025856 140725675989377 140725675989478 140725675989478 140725675995080 0
Current children cumulated CPU time: 3604.16 s
Current children cumulated vsize: 19260120 KiB
Current children cumulated memory: 16495140 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 2404.86
CPU time (s): 3604.24
CPU user time (s): 3597.74
CPU system time (s): 6.49389
CPU usage (%): 149.873
Max. virtual memory (cumulated for all children) (KiB): 19260120
Max. memory (cumulated for all children) (KiB): 16495296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.74
system time used= 6.49388
maximum resident set size= 16495296
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 510265
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 85703
involuntary context switches= 73442


# summary of solver processes directly reported to runsolver:
#   pid: 83360
#   total CPU time (s): 3604.24
#   total CPU user time (s): 3597.74
#   total CPU system time (s): 6.49389

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.5863 second user time and 17.1694 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-04 01:49:07
IDJOB=4521500
IDBENCH=178318
IDSOLVER=3363
FILE ID=nodeC001/4521500-1751586547
RUNJOBID= nodeC001-1751584695-83037
SLURM_JOB_ID= 9598830
Free space on /tmp= 432500 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/vertex_cover/vertexcover_opt_grid_evenrowevencolsquare/normalized-vertexcover_opt_grid_evenrowevencolsquare_dim_120.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4521500-1751586547/watcher-4521500-1751586547 -o /tmp/evaluation-result-4521500-1751586547/solver-4521500-1751586547 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751584695-83037 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4521500-1751586547.opb

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

MD5SUM BENCH= 91f2eeaf01beb5a18e4726514b00c397
RANDOM SEED=172839987

nodeC001 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		: 3491.189
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.49
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		: 3554.279
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.49
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.202
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.49
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.501
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.49
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		: 3591.501
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.49
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		: 1197.164
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.49
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.170
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.49
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.298
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        108411888 kB
MemAvailable:   109554844 kB
Buffers:            1668 kB
Cached:          1927792 kB
SwapCached:          128 kB
Active:         20672796 kB
Inactive:        1690080 kB
Active(anon):   20422936 kB
Inactive(anon):    28256 kB
Active(file):     249860 kB
Inactive(file):  1661824 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1768 kB
Writeback:             0 kB
AnonPages:      20436424 kB
Mapped:           123716 kB
Shmem:             17776 kB
KReclaimable:     141416 kB
Slab:             227548 kB
SReclaimable:     141416 kB
SUnreclaim:        86132 kB
KernelStack:        4992 kB
PageTables:        43776 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   23274592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150328 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  20078592 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432504 MiB
End job on nodeC001 at 2025-07-04 02:29:12