Trace number 4492083

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06? (TO) 3600.26 3553.16

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/www.ps.uni-sb.de/~walser/
benchmarks/ppp-problems/normalized-ppp:1,3-13,19.opb
MD5SUMd1aade7dcf65cc3dbe16a05e614ec6ef
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.08851
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4608
Total number of constraints30348
Number of constraints which are clauses29328
Number of constraints which are cardinality constraints (but not clauses)942
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 102
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.19/0.35	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.19/0.35	c This is free software under the dual EPL/GNU LGPL licenses.
0.19/0.35	c See www.sat4j.org for details.
0.19/0.37	c version PB25.v20250606
0.19/0.39	c java.runtime.name	OpenJDK Runtime Environment
0.19/0.39	c java.vm.name		OpenJDK 64-Bit Server VM
0.19/0.39	c java.vm.version	22.0.1+8-16
0.19/0.39	c java.vm.vendor	Oracle Corporation
0.19/0.39	c sun.arch.data.model	64
0.19/0.39	c java.version		22.0.1
0.19/0.39	c os.name		Linux
0.19/0.39	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.19/0.39	c os.arch		amd64
0.19/0.40	c Free memory 		2104792832
0.19/0.40	c Max memory 		16282288128
0.19/0.40	c Total memory 		2113929216
0.19/0.41	c Number of processors 	2
0.53/0.60	c Pseudo Boolean Optimization by upper bound
0.53/0.60	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.53/0.60	c  - never skip resolution steps
0.53/0.60	c  - Auto-division on coefficients is disabled
0.53/0.60	c  - No postprocessing
0.53/0.60	c  - Conflict is considered as is when resolving
0.53/0.60	c  - Use constraints as they come during conflict analysis
0.53/0.60	c  - Weaken first using unassigned literals
0.53/0.60	c  - Bump strategy: ALWAYS_ONE
0.53/0.60	c  - Bumper: EFFECTIVE
0.53/0.60	c --- Begin Solver configuration ---
0.53/0.60	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.53/0.60	c Learn all clauses as in MiniSAT
0.53/0.60	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.53/0.60	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.53/0.60	c No reason simplification
0.53/0.60	c Dynamic restart strategy considering the size of the coefficients
0.53/0.60	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.53/0.60	c timeout=2147483s
0.53/0.60	c DB Simplification allowed=false
0.53/0.60	c Listener: none
0.53/0.60	c --- End Solver configuration ---
0.53/0.60	c solving HOME/instance-4492083-1751145706.opb
0.53/0.60	c reading problem ... 
0.53/0.60	c using VERIPB proof format
0.53/0.61	c  no objective function found
2.40/1.50	c ... done. Wall clock time 0.893s.
2.40/1.50	c declared #vars     4608
2.40/1.50	c #constraints  30522
2.40/1.50	c constraints type 
2.40/1.50	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 942
2.40/1.50	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 78
2.40/1.50	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29502
2.40/1.50	c 30522 constraints processed.
11.00/6.69	c cleaning 2491 clauses out of 5001 with flag 0/5001
20.35/14.89	c cleaning 4248 clauses out of 8512 with flag 0/11003
30.89/24.61	c cleaning 5623 clauses out of 11261 with flag 0/18000
45.38/38.52	c cleaning 6810 clauses out of 13638 with flag 0/26000
63.16/55.69	c cleaning 7905 clauses out of 15828 with flag 0/35000
88.27/80.35	c cleaning 8959 clauses out of 17924 with flag 0/45001
119.61/110.85	c cleaning 9978 clauses out of 19965 with flag 0/56001
152.92/143.49	c cleaning 10983 clauses out of 21986 with flag 0/68000
200.59/190.33	c cleaning 11995 clauses out of 24004 with flag 0/81001
254.38/243.21	c cleaning 12997 clauses out of 26010 with flag 0/95002
323.71/311.68	c cleaning 13997 clauses out of 28012 with flag 0/110001
392.54/379.31	c cleaning 15001 clauses out of 30015 with flag 0/126001
462.49/448.79	c cleaning 15996 clauses out of 32014 with flag 0/143001
541.76/527.73	c cleaning 17001 clauses out of 34017 with flag 0/161000
646.24/631.32	c cleaning 17996 clauses out of 36017 with flag 0/180001
756.26/740.26	c cleaning 19000 clauses out of 38021 with flag 0/200001
868.23/850.96	c cleaning 20008 clauses out of 40021 with flag 0/221001
997.09/978.39	c cleaning 20997 clauses out of 42013 with flag 0/243001
1115.69/1095.37	c cleaning 21996 clauses out of 44016 with flag 0/266001
1257.33/1235.66	c cleaning 22997 clauses out of 46019 with flag 0/290000
1410.65/1387.68	c cleaning 24000 clauses out of 48023 with flag 0/315001
1592.12/1567.63	c cleaning 25003 clauses out of 50023 with flag 0/341001
1731.41/1705.47	c cleaning 26002 clauses out of 52020 with flag 0/368001
1901.02/1872.64	c cleaning 27003 clauses out of 54017 with flag 0/396000
2055.14/2024.81	c cleaning 27993 clauses out of 56016 with flag 0/425002
2241.42/2208.73	c cleaning 29006 clauses out of 58021 with flag 0/455000
2418.35/2384.09	c cleaning 30003 clauses out of 60015 with flag 0/486000
2616.96/2580.81	c cleaning 30996 clauses out of 62012 with flag 0/518000
2850.04/2811.36	c cleaning 31999 clauses out of 64017 with flag 0/551001
3127.82/3086.27	c cleaning 33001 clauses out of 66017 with flag 0/585000
3360.68/3316.59	c cleaning 33998 clauses out of 68018 with flag 0/620002
3600.05/3553.04	c starts		: 2
3600.05/3553.04	c timeout
3600.05/3553.06	c conflicts		: 655276
3600.05/3553.06	c decisions		: 716515
3600.05/3553.06	c propagations		: 27118384
3600.05/3553.06	c inspects		: 4348931627
3600.05/3553.06	c shortcuts		: 0
3600.05/3553.06	c learnt literals	: 0
3600.05/3553.06	c learnt binary clauses	: 0
3600.05/3553.06	c learnt ternary clauses	: 0
3600.05/3553.06	c learnt constraints	: 655276
3600.05/3553.06	c ignored constraints	: 0
3600.05/3553.06	c root simplifications	: 0
3600.05/3553.06	c removed literals (reason simplification)	: 0
3600.05/3553.06	c reason swapping (by a shorter reason)	: 0
3600.05/3553.06	c Calls to reduceDB	: 31
3600.05/3553.06	c Number of update (reduction) of LBD	: 573991
3600.05/3553.06	c Imported unit clauses	: 0
3600.05/3553.06	c No decision after first conflict	: false
3600.05/3553.06	c number of reductions to clauses (during analyze)	: 0
3600.05/3553.06	c number of learned constraints concerned by reduction	: 0
3600.05/3553.06	c number of learning phase by resolution	: 0
3600.05/3553.06	c number of learning phase by cutting planes	: 0
3600.05/3553.06	c number of rounding to 1 operations	: 0
3600.05/3553.06	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3553.06	c number of reductions of the coefficients by power 2 	: 0
3600.05/3553.06	c number of right shift for reduction by power 2 	: 0
3600.05/3553.06	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3553.06	c number of ending skipping 	: 0
3600.05/3553.06	c number of internal skipping 	: 0
3600.05/3553.06	c number of derivation steps 	: 8663942
3600.05/3553.06	c number of skipped derivation steps 	: 0
3600.05/3553.06	c number of remaining unassigned 	: 99186
3600.05/3553.06	c number of remaining assigned 	: 238512195
3600.05/3553.06	c number of falsified literals weakened from reason	: 0
3600.05/3553.06	c number of falsified literals weakened from conflict	: 0
3600.05/3553.06	c time for arithmetic operations	: 9310726208
3600.05/3553.06	c minimum degree of deleted constraints	: 1
3600.05/3553.06	c maximum degree of deleted constraints	: 133574546396024107367178711603907272439418273368347600000
3600.05/3553.06	c number of deleted constraints	: 585982
3600.05/3553.06	c speed (assignments/second)	: 7635.632484569444
3600.05/3553.06	c non guided choices	: 5432
3600.05/3553.11	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 9519
3600.05/3553.11	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 34
3600.05/3553.11	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 59741
3600.05/3553.11	s UNKNOWN
3600.05/3553.11	c Total wall clock time (in seconds): 3552.51

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 (63223 MiB free)
  memory of node 1: 64507 MiB (64057 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4492083-1751145706/watcher-4492083-1751145706 -o /tmp/evaluation-result-4492083-1751145706/solver-4492083-1751145706 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751145706-14977 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4492083-1751145706 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4492083-1751145706.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 FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=15028, runsolver pid=15019
Current StackSize limit: 8192 KiB


[startup+0.100066 s]*
/proc/loadavg: 0.54 1.10 2.08 5/260 15046
/proc/meminfo: memFree=130333400/131382112 swapFree=33010684/33010684
[pid=15028] ppid=15019 vsize=226644 memory=9984 CPUtime=0.01 cores=4,6
/proc/15028/stat : 15028 (java) S 15019 15028 14966 0 -1 4194304 606 0 93 0 0 1 0 0 20 0 2 0 30249513 232083456 2496 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 0 0 16784588 0 0 0 17 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
/proc/15028/statm: 56661 2496 2112 1 0 587 0
[pid=15028/tid=15042] ppid=15019 vsize=226644 memory=4026532124 CPUtime=0 cores=4,6
/proc/15028/task/15042/stat : 15042 (java) D 15019 15028 14966 0 -1 4194368 52 0 30 0 0 0 0 0 20 0 2 0 30249522 232083456 2496 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 0 0 16784588 1 0 0 -1 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 226644 KiB
Current children cumulated memory: 9984 KiB

[startup+0.213575 s]*
/proc/loadavg: 0.54 1.10 2.08 2/284 15070
/proc/meminfo: memFree=130258280/131382112 swapFree=33010684/33010684
[pid=15028] ppid=15019 vsize=18330292 memory=38244 CPUtime=0.06 cores=4,6
/proc/15028/stat : 15028 (java) S 15019 15028 14966 0 -1 4194304 4825 0 339 0 2 4 0 0 20 0 9 0 30249513 18770219008 9561 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 0 0 16784588 0 0 0 17 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
/proc/15028/statm: 4582573 9561 3987 1 0 544013 0
[pid=15028/tid=15042] ppid=15019 vsize=18330292 memory=3472328132922704156 CPUtime=0.05 cores=4,6
/proc/15028/task/15042/stat : 15042 (java) R 15019 15028 14966 0 -1 4194368 4264 0 275 0 2 3 0 0 20 0 9 0 30249522 18770219008 9561 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16784588 0 0 0 -1 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 18330292 KiB
Current children cumulated memory: 38244 KiB

[startup+0.315301 s]*
/proc/loadavg: 0.54 1.10 2.08 14/324 15110
/proc/meminfo: memFree=130229916/131382112 swapFree=33010684/33010684
[pid=15028] ppid=15019 vsize=18930384 memory=50788 CPUtime=0.19 cores=4,6
/proc/15028/stat : 15028 (java) S 15019 15028 14966 0 -1 4194304 5773 0 391 0 13 6 0 0 20 0 18 0 30249513 19384713216 12697 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
/proc/15028/statm: 4732596 12697 5235 1 0 547146 0
[pid=15028/tid=15042] ppid=15019 vsize=18930384 memory=-6000919502821943150 CPUtime=0.13 cores=4,6
/proc/15028/task/15042/stat : 15042 (java) R 15019 15028 14966 0 -1 4194368 4655 0 297 0 9 4 0 0 20 0 18 0 30249522 19384713216 12697 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
[pid=15028/tid=15079] ppid=15019 vsize=18930384 memory=-4421386496231433830 CPUtime=0 cores=4,6
/proc/15028/task/15079/stat : 15079 (Finalizer) S 15019 15028 14966 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 18 0 30249536 19384713216 12697 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
[pid=15028/tid=15107] ppid=15019 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/15028/task/15107/stat : 15107 (Common-Cleaner) S 15019 15028 14966 0 -1 4194368 26 0 1 0 0 0 0 0 20 0 18 0 30249537 19384713216 12697 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 50788 KiB

[startup+0.700383 s]
/proc/loadavg: 1.62 1.32 2.15 11/324 15110
/proc/meminfo: memFree=130198412/131382112 swapFree=33010684/33010684
[pid=15028] ppid=15019 vsize=18930384 memory=67340 CPUtime=0.84 cores=4,6
/proc/15028/stat : 15028 (java) S 15019 15028 14966 0 -1 4194304 6745 0 394 0 76 8 0 0 20 0 18 0 30249513 19384713216 16835 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
/proc/15028/statm: 4732596 16835 5363 1 0 547962 0
[pid=15028/tid=15042] ppid=15019 vsize=18930384 memory=0 CPUtime=0.46 cores=4,6
/proc/15028/task/15042/stat : 15042 (java) R 15019 15028 14966 0 -1 4194368 5225 0 300 0 41 5 0 0 20 0 18 0 30249522 19384713216 16835 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
[pid=15028/tid=15079] ppid=15019 vsize=18930384 memory=11264 CPUtime=0 cores=4,6
/proc/15028/task/15079/stat : 15079 (Finalizer) S 15019 15028 14966 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 18 0 30249536 19384713216 16835 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
[pid=15028/tid=15107] ppid=15019 vsize=18930384 memory=2764 CPUtime=0 cores=4,6
/proc/15028/task/15107/stat : 15107 (Common-Cleaner) S 15019 15028 14966 0 -1 4194368 26 0 1 0 0 0 0 0 20 0 18 0 30249537 19384713216 16835 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
Current children cumulated CPU time: 0.84 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 67340 KiB

[startup+1.50025 s]
/proc/loadavg: 1.62 1.32 2.15 10/328 15114
/proc/meminfo: memFree=129748172/131382112 swapFree=33010684/33010684
[pid=15028] ppid=15019 vsize=18996948 memory=559804 CPUtime=2.4 cores=4,6
/proc/15028/stat : 15028 (java) S 15019 15028 14966 0 -1 4194304 10714 0 394 0 216 24 0 0 20 0 19 0 30249513 19452874752 139951 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
/proc/15028/statm: 4749237 139951 5427 1 0 550805 0
[pid=15028/tid=15042] ppid=15019 vsize=18996948 memory=2764 CPUtime=1.18 cores=4,6
/proc/15028/task/15042/stat : 15042 (java) R 15019 15028 14966 0 -1 4194368 5528 0 300 0 99 19 0 0 20 0 19 0 30249522 19452874752 139951 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
[pid=15028/tid=15079] ppid=15019 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/15028/task/15079/stat : 15079 (Finalizer) S 15019 15028 14966 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 19 0 30249536 19452874752 139951 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
[pid=15028/tid=15107] ppid=15019 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/15028/task/15107/stat : 15107 (Common-Cleaner) S 15019 15028 14966 0 -1 4194368 27 0 1 0 0 0 0 0 20 0 19 0 30249537 19452874752 139951 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
Current children cumulated CPU time: 2.4 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 559804 KiB

[startup+3.10482 s]
/proc/loadavg: 1.62 1.32 2.15 10/332 15118
/proc/meminfo: memFree=126731764/131382112 swapFree=33010684/33010684
[pid=15028] ppid=15019 vsize=19063512 memory=950680 CPUtime=5.58 cores=4,6
/proc/15028/stat : 15028 (java) S 15019 15028 14966 0 -1 4194304 28258 0 394 0 521 37 0 0 20 0 20 0 30249513 19521036288 237670 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
/proc/15028/statm: 4765878 237670 5427 1 0 556572 0
[pid=15028/tid=15042] ppid=15019 vsize=19063512 memory=0 CPUtime=2.6 cores=4,6
/proc/15028/task/15042/stat : 15042 (java) R 15019 15028 14966 0 -1 4194368 6109 0 300 0 232 28 0 0 20 0 20 0 30249522 19521036288 237670 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
[pid=15028/tid=15079] ppid=15019 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/15028/task/15079/stat : 15079 (Finalizer) S 15019 15028 14966 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 30249536 19521036288 237670 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
[pid=15028/tid=15107] ppid=15019 vsize=19063512 memory=723024 CPUtime=0 cores=4,6
/proc/15028/task/15107/stat : 15107 (Common-Cleaner) S 15019 15028 14966 0 -1 4194368 27 0 1 0 0 0 0 0 20 0 20 0 30249537 19521036288 237670 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
[pid=15028/tid=15116] ppid=15019 vsize=19063512 memory=4892 CPUtime=0 cores=4,6
/proc/15028/task/15116/stat : 15116 (Timer-0) S 15019 15028 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30249664 19521036288 237670 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
Current children cumulated CPU time: 5.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 950680 KiB

[startup+6.3004 s]
/proc/loadavg: 1.97 1.40 2.17 7/332 15118
/proc/meminfo: memFree=124971844/131382112 swapFree=33010684/33010684
[pid=15028] ppid=15019 vsize=19063512 memory=1290264 CPUtime=10.7 cores=4,6
/proc/15028/stat : 15028 (java) S 15019 15028 14966 0 -1 4194304 32688 0 394 0 1023 47 0 0 20 0 20 0 30249513 19521036288 322566 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
/proc/15028/statm: 4765878 322566 5427 1 0 556592 0
[pid=15028/tid=15042] ppid=15019 vsize=19063512 memory=0 CPUtime=5.7 cores=4,6
/proc/15028/task/15042/stat : 15042 (java) R 15019 15028 14966 0 -1 4194368 6735 0 300 0 533 37 0 0 20 0 20 0 30249522 19521036288 322566 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
[pid=15028/tid=15079] ppid=15019 vsize=19063512 memory=42212 CPUtime=0 cores=4,6
/proc/15028/task/15079/stat : 15079 (Finalizer) S 15019 15028 14966 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 30249536 19521036288 322566 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
[pid=15028/tid=15107] ppid=15019 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/15028/task/15107/stat : 15107 (Common-Cleaner) S 15019 15028 14966 0 -1 4194368 61 0 1 0 0 0 0 0 20 0 20 0 30249537 19521036288 322566 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
[pid=15028/tid=15116] ppid=15019 vsize=19063512 memory=-7665563481777433750 CPUtime=0 cores=4,6
/proc/15028/task/15116/stat : 15116 (Timer-0) S 15019 15028 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30249664 19521036288 322566 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
Current children cumulated CPU time: 10.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1290264 KiB

[startup+12.7004 s]
/proc/loadavg: 2.13 1.44 2.18 7/332 15118
/proc/meminfo: memFree=119955028/131382112 swapFree=33010684/33010684
[pid=15028] ppid=15019 vsize=19063512 memory=3376544 CPUtime=18.21 cores=4,6
/proc/15028/stat : 15028 (java) S 15019 15028 14966 0 -1 4194304 35343 0 394 0 1729 92 0 0 20 0 20 0 30249513 19521036288 844136 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
/proc/15028/statm: 4765878 844136 5427 1 0 1083071 0
[pid=15028/tid=15042] ppid=15019 vsize=19063512 memory=2508024 CPUtime=11.85 cores=4,6
/proc/15028/task/15042/stat : 15042 (java) R 15019 15028 14966 0 -1 4194368 8234 0 300 0 1107 78 0 0 20 0 20 0 30249522 19521036288 844136 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
[pid=15028/tid=15079] ppid=15019 vsize=19063512 memory=-6000919468478981998 CPUtime=0 cores=4,6
/proc/15028/task/15079/stat : 15079 (Finalizer) S 15019 15028 14966 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 30249536 19521036288 844136 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
[pid=15028/tid=15107] ppid=15019 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/15028/task/15107/stat : 15107 (Common-Cleaner) S 15019 15028 14966 0 -1 4194368 63 0 1 0 0 0 0 0 20 0 20 0 30249537 19521036288 844136 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
[pid=15028/tid=15116] ppid=15019 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/15028/task/15116/stat : 15116 (Timer-0) S 15019 15028 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30249664 19521036288 844136 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
Current children cumulated CPU time: 18.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3376544 KiB

[startup+25.5004 s]
/proc/loadavg: 2.49 1.54 2.20 6/332 15118
/proc/meminfo: memFree=115409616/131382112 swapFree=33010684/33010684
[pid=15028] ppid=15019 vsize=19063512 memory=3393056 CPUtime=32.06 cores=4,6
/proc/15028/stat : 15028 (java) S 15019 15028 14966 0 -1 4194304 36588 0 394 0 3110 96 0 0 20 0 20 0 30249513 19521036288 848264 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
/proc/15028/statm: 4765878 848264 5427 1 0 1083074 0
[pid=15028/tid=15042] ppid=15019 vsize=19063512 memory=-6000919468478981998 CPUtime=24.29 cores=4,6
/proc/15028/task/15042/stat : 15042 (java) R 15019 15028 14966 0 -1 4194368 9300 0 300 0 2348 81 0 0 20 0 20 0 30249522 19521036288 848264 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
[pid=15028/tid=15079] ppid=15019 vsize=19063512 memory=3392928 CPUtime=0 cores=4,6
/proc/15028/task/15079/stat : 15079 (Finalizer) S 15019 15028 14966 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 30249536 19521036288 848264 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
[pid=15028/tid=15107] ppid=15019 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/15028/task/15107/stat : 15107 (Common-Cleaner) S 15019 15028 14966 0 -1 4194368 63 0 1 0 0 0 0 0 20 0 20 0 30249537 19521036288 848264 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
[pid=15028/tid=15116] ppid=15019 vsize=19063512 memory=2508024 CPUtime=0 cores=4,6
/proc/15028/task/15116/stat : 15116 (Timer-0) S 15019 15028 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30249664 19521036288 848264 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
Current children cumulated CPU time: 32.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3393056 KiB

[startup+51.1129 s]
/proc/loadavg: 3.22 1.81 2.27 6/332 15118
/proc/meminfo: memFree=113935016/131382112 swapFree=33010684/33010684
[pid=15028] ppid=15019 vsize=19063512 memory=3401548 CPUtime=58.57 cores=4,6
/proc/15028/stat : 15028 (java) S 15019 15028 14966 0 -1 4194304 47097 0 394 0 5754 103 0 0 20 0 20 0 30249513 19521036288 850387 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
/proc/15028/statm: 4765878 850387 5427 1 0 1083090 0
[pid=15028/tid=15042] ppid=15019 vsize=19063512 memory=3401548 CPUtime=49.31 cores=4,6
/proc/15028/task/15042/stat : 15042 (java) R 15019 15028 14966 0 -1 4194368 13174 0 300 0 4846 85 0 0 20 0 20 0 30249522 19521036288 850387 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
[pid=15028/tid=15079] ppid=15019 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/15028/task/15079/stat : 15079 (Finalizer) S 15019 15028 14966 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 30249536 19521036288 850387 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
[pid=15028/tid=15107] ppid=15019 vsize=19063512 memory=3376544 CPUtime=0 cores=4,6
/proc/15028/task/15107/stat : 15107 (Common-Cleaner) S 15019 15028 14966 0 -1 4194368 63 0 1 0 0 0 0 0 20 0 20 0 30249537 19521036288 850387 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
[pid=15028/tid=15116] ppid=15019 vsize=19063512 memory=3393184 CPUtime=0 cores=4,6
/proc/15028/task/15116/stat : 15116 (Timer-0) S 15019 15028 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30249664 19521036288 850387 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
Current children cumulated CPU time: 58.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3401548 KiB

[startup+102.3 s]
/proc/loadavg: 3.88 2.21 2.39 6/332 15120
/proc/meminfo: memFree=113562064/131382112 swapFree=33010684/33010684

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

[startup+3222.3 s]
/proc/loadavg: 4.10 4.43 4.30 6/329 15312
/proc/meminfo: memFree=107639048/131382112 swapFree=33010684/33010684
[pid=15028] ppid=15019 vsize=19063512 memory=4771120 CPUtime=3265.47 cores=4,6
/proc/15028/stat : 15028 (java) S 15019 15028 14966 0 -1 4194304 178830 0 394 0 326015 532 0 0 20 0 20 0 30249513 19521036288 1192780 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
/proc/15028/statm: 4765878 1192780 5459 1 0 1205984 0
[pid=15028/tid=15042] ppid=15019 vsize=19063512 memory=4770992 CPUtime=3147.52 cores=4,6
/proc/15028/task/15042/stat : 15042 (java) R 15019 15028 14966 0 -1 4194368 89055 0 300 0 314464 288 0 0 20 0 20 0 30249522 19521036288 1192780 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
[pid=15028/tid=15079] ppid=15019 vsize=19063512 memory=4771120 CPUtime=0 cores=4,6
/proc/15028/task/15079/stat : 15079 (Finalizer) S 15019 15028 14966 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 30249536 19521036288 1192780 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
[pid=15028/tid=15107] ppid=15019 vsize=19063512 memory=4771120 CPUtime=0 cores=4,6
/proc/15028/task/15107/stat : 15107 (Common-Cleaner) S 15019 15028 14966 0 -1 4194368 2451 0 1 0 0 0 0 0 20 0 20 0 30249537 19521036288 1192780 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
[pid=15028/tid=15116] ppid=15019 vsize=19063512 memory=4771120 CPUtime=0 cores=4,6
/proc/15028/task/15116/stat : 15116 (Timer-0) S 15019 15028 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30249664 19521036288 1192780 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
Current children cumulated CPU time: 3265.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4771120 KiB

[startup+3282.3 s]
/proc/loadavg: 4.22 4.39 4.29 6/327 15314
/proc/meminfo: memFree=107613416/131382112 swapFree=33010684/33010684
[pid=15028] ppid=15019 vsize=19063512 memory=4771120 CPUtime=3326.15 cores=4,6
/proc/15028/stat : 15028 (java) S 15019 15028 14966 0 -1 4194304 181407 0 394 0 332076 539 0 0 20 0 20 0 30249513 19521036288 1192780 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
/proc/15028/statm: 4765878 1192780 5459 1 0 1205984 0
[pid=15028/tid=15042] ppid=15019 vsize=19063512 memory=4771120 CPUtime=3206.23 cores=4,6
/proc/15028/task/15042/stat : 15042 (java) R 15019 15028 14966 0 -1 4194368 90868 0 300 0 320332 291 0 0 20 0 20 0 30249522 19521036288 1192780 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
[pid=15028/tid=15079] ppid=15019 vsize=19063512 memory=4771120 CPUtime=0 cores=4,6
/proc/15028/task/15079/stat : 15079 (Finalizer) S 15019 15028 14966 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 30249536 19521036288 1192780 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
[pid=15028/tid=15107] ppid=15019 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/15028/task/15107/stat : 15107 (Common-Cleaner) S 15019 15028 14966 0 -1 4194368 2544 0 1 0 0 0 0 0 20 0 20 0 30249537 19521036288 1192780 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
[pid=15028/tid=15116] ppid=15019 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/15028/task/15116/stat : 15116 (Timer-0) S 15019 15028 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30249664 19521036288 1192780 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
Current children cumulated CPU time: 3326.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4771120 KiB

[startup+3342.3 s]
/proc/loadavg: 4.33 4.38 4.29 6/327 15316
/proc/meminfo: memFree=107597336/131382112 swapFree=33010684/33010684
[pid=15028] ppid=15019 vsize=19063512 memory=4771120 CPUtime=3386.85 cores=4,6
/proc/15028/stat : 15028 (java) S 15019 15028 14966 0 -1 4194304 182217 0 394 0 338140 545 0 0 20 0 20 0 30249513 19521036288 1192780 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
/proc/15028/statm: 4765878 1192780 5459 1 0 1205984 0
[pid=15028/tid=15042] ppid=15019 vsize=19063512 memory=0 CPUtime=3265.15 cores=4,6
/proc/15028/task/15042/stat : 15042 (java) R 15019 15028 14966 0 -1 4194368 91582 0 300 0 326221 294 0 0 20 0 20 0 30249522 19521036288 1192780 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
[pid=15028/tid=15079] ppid=15019 vsize=19063512 memory=2688 CPUtime=0 cores=4,6
/proc/15028/task/15079/stat : 15079 (Finalizer) S 15019 15028 14966 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 30249536 19521036288 1192780 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
[pid=15028/tid=15107] ppid=15019 vsize=19063512 memory=-6000919468478981998 CPUtime=0 cores=4,6
/proc/15028/task/15107/stat : 15107 (Common-Cleaner) S 15019 15028 14966 0 -1 4194368 2560 0 1 0 0 0 0 0 20 0 20 0 30249537 19521036288 1192780 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
[pid=15028/tid=15116] ppid=15019 vsize=19063512 memory=4771120 CPUtime=0 cores=4,6
/proc/15028/task/15116/stat : 15116 (Timer-0) S 15019 15028 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30249664 19521036288 1192780 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
Current children cumulated CPU time: 3386.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4771120 KiB

[startup+3402.3 s]
/proc/loadavg: 4.25 4.34 4.28 6/327 15318
/proc/meminfo: memFree=107567156/131382112 swapFree=33010684/33010684
[pid=15028] ppid=15019 vsize=19063512 memory=4771120 CPUtime=3447.62 cores=4,6
/proc/15028/stat : 15028 (java) S 15019 15028 14966 0 -1 4194304 185050 0 394 0 344211 551 0 0 20 0 20 0 30249513 19521036288 1192780 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
/proc/15028/statm: 4765878 1192780 5459 1 0 1205984 0
[pid=15028/tid=15042] ppid=15019 vsize=19063512 memory=0 CPUtime=3323.78 cores=4,6
/proc/15028/task/15042/stat : 15042 (java) R 15019 15028 14966 0 -1 4194368 93754 0 300 0 332081 297 0 0 20 0 20 0 30249522 19521036288 1192780 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
[pid=15028/tid=15079] ppid=15019 vsize=19063512 memory=2688 CPUtime=0 cores=4,6
/proc/15028/task/15079/stat : 15079 (Finalizer) S 15019 15028 14966 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 30249536 19521036288 1192780 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
[pid=15028/tid=15107] ppid=15019 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/15028/task/15107/stat : 15107 (Common-Cleaner) S 15019 15028 14966 0 -1 4194368 2560 0 1 0 0 0 0 0 20 0 20 0 30249537 19521036288 1192780 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
[pid=15028/tid=15116] ppid=15019 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/15028/task/15116/stat : 15116 (Timer-0) S 15019 15028 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30249664 19521036288 1192780 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
Current children cumulated CPU time: 3447.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4771120 KiB

[startup+3462.3 s]
/proc/loadavg: 4.18 4.31 4.27 6/328 15325
/proc/meminfo: memFree=107522712/131382112 swapFree=33010684/33010684
[pid=15028] ppid=15019 vsize=19063512 memory=4771120 CPUtime=3508.3 cores=4,6
/proc/15028/stat : 15028 (java) S 15019 15028 14966 0 -1 4194304 187639 0 394 0 350273 557 0 0 20 0 20 0 30249513 19521036288 1192780 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
/proc/15028/statm: 4765878 1192780 5459 1 0 1205984 0
[pid=15028/tid=15042] ppid=15019 vsize=19063512 memory=0 CPUtime=3382.51 cores=4,6
/proc/15028/task/15042/stat : 15042 (java) R 15019 15028 14966 0 -1 4194368 95450 0 300 0 337951 300 0 0 20 0 20 0 30249522 19521036288 1192780 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
[pid=15028/tid=15079] ppid=15019 vsize=19063512 memory=2688 CPUtime=0 cores=4,6
/proc/15028/task/15079/stat : 15079 (Finalizer) S 15019 15028 14966 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 30249536 19521036288 1192780 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
[pid=15028/tid=15107] ppid=15019 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/15028/task/15107/stat : 15107 (Common-Cleaner) S 15019 15028 14966 0 -1 4194368 2628 0 1 0 0 0 0 0 20 0 20 0 30249537 19521036288 1192780 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
[pid=15028/tid=15116] ppid=15019 vsize=19063512 memory=4771120 CPUtime=0 cores=4,6
/proc/15028/task/15116/stat : 15116 (Timer-0) S 15019 15028 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30249664 19521036288 1192780 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
Current children cumulated CPU time: 3508.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4771120 KiB

[startup+3522.3 s]
/proc/loadavg: 4.26 4.31 4.27 6/328 15327
/proc/meminfo: memFree=107467228/131382112 swapFree=33010684/33010684
[pid=15028] ppid=15019 vsize=19063512 memory=4771120 CPUtime=3568.94 cores=4,6
/proc/15028/stat : 15028 (java) S 15019 15028 14966 0 -1 4194304 188758 0 394 0 356330 564 0 0 20 0 20 0 30249513 19521036288 1192780 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
/proc/15028/statm: 4765878 1192780 5459 1 0 1205984 0
[pid=15028/tid=15042] ppid=15019 vsize=19063512 memory=4771120 CPUtime=3441.25 cores=4,6
/proc/15028/task/15042/stat : 15042 (java) R 15019 15028 14966 0 -1 4194368 96324 0 300 0 343823 302 0 0 20 0 20 0 30249522 19521036288 1192780 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
[pid=15028/tid=15079] ppid=15019 vsize=19063512 memory=4771120 CPUtime=0 cores=4,6
/proc/15028/task/15079/stat : 15079 (Finalizer) S 15019 15028 14966 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 30249536 19521036288 1192780 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
[pid=15028/tid=15107] ppid=15019 vsize=19063512 memory=4771120 CPUtime=0 cores=4,6
/proc/15028/task/15107/stat : 15107 (Common-Cleaner) S 15019 15028 14966 0 -1 4194368 2723 0 1 0 0 0 0 0 20 0 20 0 30249537 19521036288 1192780 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
[pid=15028/tid=15116] ppid=15019 vsize=19063512 memory=4771120 CPUtime=0 cores=4,6
/proc/15028/task/15116/stat : 15116 (Timer-0) S 15019 15028 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30249664 19521036288 1192780 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
Current children cumulated CPU time: 3568.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4771120 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3553 s]*
/proc/loadavg: 4.51 4.36 4.29 6/331 15863
/proc/meminfo: memFree=120497192/131382112 swapFree=33010684/33010684
[pid=15028] ppid=15019 vsize=19063512 memory=4771120 CPUtime=3600.05 cores=4,6
/proc/15028/stat : 15028 (java) S 15019 15028 14966 0 -1 4194304 190115 0 394 0 359439 566 0 0 20 0 20 0 30249513 19521036288 1192780 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
/proc/15028/statm: 4765878 1192780 5459 1 0 1205984 0
[pid=15028/tid=15042] ppid=15019 vsize=19063512 memory=-6000919507082831726 CPUtime=3471.4 cores=4,6
/proc/15028/task/15042/stat : 15042 (java) R 15019 15028 14966 0 -1 4194368 97548 0 300 0 346836 304 0 0 20 0 20 0 30249522 19521036288 1192780 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
[pid=15028/tid=15079] ppid=15019 vsize=19063512 memory=3832899961906004000 CPUtime=0 cores=4,6
/proc/15028/task/15079/stat : 15079 (Finalizer) S 15019 15028 14966 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 30249536 19521036288 1192780 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
[pid=15028/tid=15107] ppid=15019 vsize=19063512 memory=-6000919468478981998 CPUtime=0 cores=4,6
/proc/15028/task/15107/stat : 15107 (Common-Cleaner) S 15019 15028 14966 0 -1 4194368 2727 0 1 0 0 0 0 0 20 0 20 0 30249537 19521036288 1192780 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
[pid=15028/tid=15116] ppid=15019 vsize=19063512 memory=1792 CPUtime=0 cores=4,6
/proc/15028/task/15116/stat : 15116 (Timer-0) S 15019 15028 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30249664 19521036288 1192780 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4771120 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.56 s, system=5.70406 s

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

[startup+3553.12 s]
/proc/loadavg: 4.51 4.36 4.29 6/331 15863
/proc/meminfo: memFree=120497192/131382112 swapFree=33010684/33010684
[pid=15028] ppid=15019 vsize=19263204 memory=4772272 CPUtime=3600.22 cores=4,6
/proc/15028/stat : 15028 (java) S 15019 15028 14966 0 -1 4194304 192926 0 394 0 359455 567 0 0 20 0 15 0 30249513 19725520896 1193068 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
/proc/15028/statm: 4815801 1193068 5523 1 0 1206968 0
[pid=15028/tid=15042] ppid=15019 vsize=19263204 memory=4771120 CPUtime=3471.43 cores=4,6
/proc/15028/task/15042/stat : 15042 (java) S 15019 15028 14966 0 -1 4194368 97913 0 300 0 346839 304 0 0 20 0 15 0 30249522 19725520896 1193068 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
[pid=15028/tid=15079] ppid=15019 vsize=19263204 memory=4771120 CPUtime=0 cores=4,6
/proc/15028/task/15079/stat : 15079 (Finalizer) S 15019 15028 14966 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 15 0 30249536 19725520896 1193068 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
[pid=15028/tid=15107] ppid=15019 vsize=19263204 memory=4771120 CPUtime=0 cores=4,6
/proc/15028/task/15107/stat : 15107 (Common-Cleaner) S 15019 15028 14966 0 -1 4194368 2727 0 1 0 0 0 0 0 20 0 15 0 30249537 19725520896 1193068 18446744073709551615 93924364197888 93924364201584 140724861817664 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 93924364209400 93924364210192 93924371021824 140724861823277 140724861823462 140724861823462 140724861829064 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 4772272 KiB

Child status: 143

Real time (s): 3553.16
CPU time (s): 3600.26
CPU user time (s): 3594.56
CPU system time (s): 5.70406
CPU usage (%): 101.326
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 4772272

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.56
system time used= 5.70406
maximum resident set size= 4772400
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 192953
page faults= 394
swaps= 0
block input operations= 18680
block output operations= 1146432
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 138598
involuntary context switches= 15567


# summary of solver processes directly reported to runsolver:
#   pid: 15028
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3594.56
#   total CPU system time (s): 5.70406

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.5439 second user time and 32.074 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-06-28 23:21:46
IDJOB=4492083
IDBENCH=147758
IDSOLVER=3362
FILE ID=nodeC001/4492083-1751145706
RUNJOBID= nodeC001-1751145706-14977
SLURM_JOB_ID= 9587448
Free space on /tmp= 433052 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:1,3-13,19.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492083-1751145706/watcher-4492083-1751145706 -o /tmp/evaluation-result-4492083-1751145706/solver-4492083-1751145706 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751145706-14977 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4492083-1751145706 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4492083-1751145706.opb

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

MD5SUM BENCH= d1aade7dcf65cc3dbe16a05e614ec6ef
RANDOM SEED=2433003

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		: 1197.169
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		: 1197.115
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.418
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.171
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		: 1197.168
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.143
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.246
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.190
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:        130337496 kB
MemAvailable:   129934852 kB
Buffers:            3280 kB
Cached:           361108 kB
SwapCached:            0 kB
Active:           266436 kB
Inactive:         163224 kB
Active(anon):      83232 kB
Inactive(anon):        0 kB
Active(file):     183204 kB
Inactive(file):   163224 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5992 kB
Writeback:             4 kB
AnonPages:         68516 kB
Mapped:           102012 kB
Shmem:             17960 kB
KReclaimable:      83764 kB
Slab:             162980 kB
SReclaimable:      83764 kB
SUnreclaim:        79216 kB
KernelStack:        3888 kB
PageTables:         2888 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     330448 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149272 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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= 433048 MiB
End job on nodeC001 at 2025-06-29 00:21:00