Trace number 4489513

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 CP VeriPB 2025-06-06? (TO) 3600.14 3627.38

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_8.opb.PB06.opb
MD5SUM50cf9112b5ea763531dadde21846562c
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark211
Best CPU time to get the best result obtained on this benchmark3586.65
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
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 constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 495981
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 495981
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.10	c Number of processors 	2
0.11/0.16	c Pseudo Boolean Optimization by upper bound
0.11/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.16	c  - never skip resolution steps
0.11/0.16	c  - Auto-division on coefficients is disabled
0.11/0.16	c  - No postprocessing
0.11/0.16	c  - Conflict is considered as is when resolving
0.11/0.16	c  - Use constraints as they come during conflict analysis
0.11/0.16	c  - Weaken first using unassigned literals
0.11/0.16	c  - Bump strategy: ALWAYS_ONE
0.11/0.16	c  - Bumper: EFFECTIVE
0.11/0.16	c --- Begin Solver configuration ---
0.11/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.11/0.16	c Learn all clauses as in MiniSAT
0.11/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.16	c No reason simplification
0.11/0.16	c Dynamic restart strategy considering the size of the coefficients
0.11/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.11/0.16	c timeout=2147483s
0.11/0.16	c DB Simplification allowed=false
0.11/0.16	c Listener: none
0.11/0.16	c --- End Solver configuration ---
0.11/0.16	c solving HOME/instance-4489513-1751360116.opb
0.11/0.16	c reading problem ... 
0.11/0.16	c using VERIPB proof format
0.11/0.16	c  objective function found
11.49/10.05	c ... done. Wall clock time 9.885s.
11.49/10.05	c declared #vars     10000
11.49/10.05	c #constraints  656900
11.49/10.05	c constraints type 
11.49/10.05	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
11.49/10.05	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
11.49/10.05	c 656900 constraints processed.
11.49/10.06	c objective function length is 10000 literals
280.22/277.25	c cleaning 2496 clauses out of 5001 with flag 0/5001
642.57/639.13	c cleaning 4248 clauses out of 8505 with flag 0/11001
1120.19/1116.51	c cleaning 5625 clauses out of 11259 with flag 0/18003
1688.70/1685.00	c cleaning 6810 clauses out of 13631 with flag 0/26000
2254.13/2283.40	c cleaning 7906 clauses out of 15821 with flag 0/35000
2924.70/2953.65	c cleaning 8948 clauses out of 17915 with flag 0/45000
3600.01/3627.31	c starts		: 1
3600.01/3627.33	c timeout
3600.01/3627.34	c conflicts		: 55225
3600.01/3627.34	c decisions		: 76456
3600.01/3627.34	c propagations		: 5247702
3600.01/3627.34	c inspects		: 224889105
3600.01/3627.34	c shortcuts		: 0
3600.01/3627.34	c learnt literals	: 0
3600.01/3627.34	c learnt binary clauses	: 0
3600.01/3627.34	c learnt ternary clauses	: 0
3600.01/3627.34	c learnt constraints	: 55225
3600.01/3627.34	c ignored constraints	: 0
3600.01/3627.34	c root simplifications	: 0
3600.01/3627.34	c removed literals (reason simplification)	: 0
3600.01/3627.34	c reason swapping (by a shorter reason)	: 0
3600.01/3627.34	c Calls to reduceDB	: 6
3600.01/3627.34	c Number of update (reduction) of LBD	: 87035
3600.01/3627.34	c Imported unit clauses	: 0
3600.01/3627.34	c No decision after first conflict	: false
3600.01/3627.34	c number of reductions to clauses (during analyze)	: 0
3600.01/3627.34	c number of learned constraints concerned by reduction	: 0
3600.01/3627.34	c number of learning phase by resolution	: 0
3600.01/3627.34	c number of learning phase by cutting planes	: 0
3600.01/3627.34	c number of rounding to 1 operations	: 0
3600.01/3627.34	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3627.34	c number of reductions of the coefficients by power 2 	: 0
3600.01/3627.34	c number of right shift for reduction by power 2 	: 0
3600.01/3627.34	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3627.34	c number of ending skipping 	: 0
3600.01/3627.34	c number of internal skipping 	: 0
3600.01/3627.34	c number of derivation steps 	: 1569215
3600.01/3627.34	c number of skipped derivation steps 	: 0
3600.01/3627.34	c number of remaining unassigned 	: 0
3600.01/3627.34	c number of remaining assigned 	: 0
3600.01/3627.34	c number of falsified literals weakened from reason	: 0
3600.01/3627.34	c number of falsified literals weakened from conflict	: 0
3600.01/3627.34	c time for arithmetic operations	: 0
3600.01/3627.34	c minimum degree of deleted constraints	: 1
3600.01/3627.34	c maximum degree of deleted constraints	: 1
3600.01/3627.34	c number of deleted constraints	: 36033
3600.01/3627.34	c speed (assignments/second)	: 1450.7479323318144
3600.01/3627.34	c non guided choices	: 0
3600.01/3627.36	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 19192
3600.01/3627.36	s UNKNOWN
3600.01/3627.36	c Total wall clock time (in seconds): 3627.196

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (57125 MiB free)
  memory of node 1: 64465 MiB (60777 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4489513-1751360116/watcher-4489513-1751360116 -o /tmp/evaluation-result-4489513-1751360116/solver-4489513-1751360116 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751353019-57650 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4489513-1751360116 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4489513-1751360116.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 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
Current StackSize limit: 8192 KiB

solver pid=58683, runsolver pid=58680

[startup+0.100058 s]*
/proc/loadavg: 4.60 4.33 4.23 6/339 58701
/proc/meminfo: memFree=120340852/131249992 swapFree=33010684/33010684
[pid=58683] ppid=58680 vsize=18930384 memory=55512 CPUtime=0.11 cores=5,7
/proc/58683/stat : 58683 (java) S 58680 58683 57637 0 -1 4194304 6502 0 0 0 9 2 0 0 20 0 18 0 51690431 19384713216 13878 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
/proc/58683/statm: 4732596 13878 5367 1 0 547574 0
[pid=58683/tid=58685] ppid=58680 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/58683/task/58685/stat : 58685 (java) R 58680 58683 57637 0 -1 4194368 5014 0 0 0 5 2 0 0 20 0 18 0 51690433 19384713216 13878 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
[pid=58683/tid=58694] ppid=58680 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/58683/task/58694/stat : 58694 (Finalizer) S 58680 58683 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 51690435 19384713216 13878 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
[pid=58683/tid=58701] ppid=58680 vsize=18930384 memory=57385981077077 CPUtime=0 cores=5,7
/proc/58683/task/58701/stat : 58701 (Common-Cleaner) S 58680 58683 57637 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 51690435 19384713216 13878 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55512 KiB

[startup+0.205876 s]*
/proc/loadavg: 4.60 4.33 4.23 7/339 58701
/proc/meminfo: memFree=120280988/131249992 swapFree=33010684/33010684
[pid=58683] ppid=58680 vsize=18930384 memory=68320 CPUtime=0.31 cores=5,7
/proc/58683/stat : 58683 (java) S 58680 58683 57637 0 -1 4194304 7073 0 0 0 28 3 0 0 20 0 18 0 51690431 19384713216 17080 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
/proc/58683/statm: 4732596 17080 5431 1 0 547970 0
[pid=58683/tid=58685] ppid=58680 vsize=18930384 memory=4026663196 CPUtime=0.17 cores=5,7
/proc/58683/task/58685/stat : 58685 (java) R 58680 58683 57637 0 -1 4194368 5350 0 0 0 15 2 0 0 20 0 18 0 51690433 19384713216 17080 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
[pid=58683/tid=58694] ppid=58680 vsize=18930384 memory=17913 CPUtime=0 cores=5,7
/proc/58683/task/58694/stat : 58694 (Finalizer) S 58680 58683 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 51690435 19384713216 17080 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
[pid=58683/tid=58701] ppid=58680 vsize=18930384 memory=56286469424100 CPUtime=0 cores=5,7
/proc/58683/task/58701/stat : 58701 (Common-Cleaner) S 58680 58683 57637 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 51690435 19384713216 17080 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 68320 KiB

[startup+0.305824 s]*
/proc/loadavg: 4.60 4.33 4.23 7/340 58702
/proc/meminfo: memFree=120189176/131249992 swapFree=33010684/33010684
[pid=58683] ppid=58680 vsize=18996948 memory=157400 CPUtime=0.49 cores=5,7
/proc/58683/stat : 58683 (java) S 58680 58683 57637 0 -1 4194304 8187 0 0 0 45 4 0 0 20 0 19 0 51690431 19452874752 39350 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
/proc/58683/statm: 4749237 39350 5495 1 0 548821 0
[pid=58683/tid=58685] ppid=58680 vsize=18996948 memory=-6000919507015853162 CPUtime=0.25 cores=5,7
/proc/58683/task/58685/stat : 58685 (java) R 58680 58683 57637 0 -1 4194368 5422 0 0 0 22 3 0 0 20 0 19 0 51690433 19452874752 39350 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
[pid=58683/tid=58694] ppid=58680 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/58683/task/58694/stat : 58694 (Finalizer) S 58680 58683 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 51690435 19452874752 39350 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
[pid=58683/tid=58701] ppid=58680 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/58683/task/58701/stat : 58701 (Common-Cleaner) S 58680 58683 57637 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 51690435 19452874752 39350 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 157400 KiB

[startup+0.700234 s]
/proc/loadavg: 4.60 4.33 4.23 6/340 58702
/proc/meminfo: memFree=119850352/131249992 swapFree=33010684/33010684
[pid=58683] ppid=58680 vsize=18996948 memory=984128 CPUtime=1.23 cores=5,7
/proc/58683/stat : 58683 (java) S 58680 58683 57637 0 -1 4194304 13914 0 0 0 102 21 0 0 20 0 19 0 51690431 19452874752 246032 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
/proc/58683/statm: 4749237 246032 5495 1 0 552181 0
[pid=58683/tid=58685] ppid=58680 vsize=18996948 memory=17920 CPUtime=0.62 cores=5,7
/proc/58683/task/58685/stat : 58685 (java) R 58680 58683 57637 0 -1 4194368 5812 0 0 0 44 18 0 0 20 0 19 0 51690433 19452874752 246032 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
[pid=58683/tid=58694] ppid=58680 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/58683/task/58694/stat : 58694 (Finalizer) S 58680 58683 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 51690435 19452874752 246032 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
[pid=58683/tid=58701] ppid=58680 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/58683/task/58701/stat : 58701 (Common-Cleaner) S 58680 58683 57637 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 51690435 19452874752 246032 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 984128 KiB

[startup+1.50027 s]
/proc/loadavg: 4.60 4.33 4.23 6/340 58702
/proc/meminfo: memFree=119028636/131249992 swapFree=33010684/33010684
[pid=58683] ppid=58680 vsize=18996948 memory=2402488 CPUtime=2.71 cores=5,7
/proc/58683/stat : 58683 (java) S 58680 58683 57637 0 -1 4194304 22407 0 0 0 220 51 0 0 20 0 19 0 51690431 19452874752 600622 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
/proc/58683/statm: 4749237 600622 5495 1 0 1081263 0
[pid=58683/tid=58685] ppid=58680 vsize=18996948 memory=3200 CPUtime=1.39 cores=5,7
/proc/58683/task/58685/stat : 58685 (java) R 58680 58683 57637 0 -1 4194368 6602 0 0 0 94 45 0 0 20 0 19 0 51690433 19452874752 600622 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
[pid=58683/tid=58694] ppid=58680 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/58683/task/58694/stat : 58694 (Finalizer) S 58680 58683 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 51690435 19452874752 600622 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
[pid=58683/tid=58701] ppid=58680 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/58683/task/58701/stat : 58701 (Common-Cleaner) S 58680 58683 57637 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 51690435 19452874752 600622 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
Current children cumulated CPU time: 2.71 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2402488 KiB

[startup+3.10569 s]
/proc/loadavg: 4.60 4.33 4.23 6/340 58702
/proc/meminfo: memFree=116194096/131249992 swapFree=33010684/33010684
[pid=58683] ppid=58680 vsize=18996948 memory=3385656 CPUtime=4.35 cores=5,7
/proc/58683/stat : 58683 (java) S 58680 58683 57637 0 -1 4194304 22936 0 0 0 365 70 0 0 20 0 19 0 51690431 19452874752 846414 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
/proc/58683/statm: 4749237 846414 5495 1 0 1081285 0
[pid=58683/tid=58685] ppid=58680 vsize=18996948 memory=10752 CPUtime=2.94 cores=5,7
/proc/58683/task/58685/stat : 58685 (java) S 58680 58683 57637 0 -1 4194368 7085 0 0 0 230 64 0 0 20 0 19 0 51690433 19452874752 846414 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
[pid=58683/tid=58694] ppid=58680 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/58683/task/58694/stat : 58694 (Finalizer) S 58680 58683 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 51690435 19452874752 846414 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
[pid=58683/tid=58701] ppid=58680 vsize=18996948 memory=5632 CPUtime=0 cores=5,7
/proc/58683/task/58701/stat : 58701 (Common-Cleaner) S 58680 58683 57637 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 51690435 19452874752 846414 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
Current children cumulated CPU time: 4.35 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3385656 KiB

[startup+6.30023 s]
/proc/loadavg: 4.63 4.34 4.23 5/341 58703
/proc/meminfo: memFree=116119488/131249992 swapFree=33010684/33010684
[pid=58683] ppid=58680 vsize=18996948 memory=3864560 CPUtime=7.64 cores=5,7
/proc/58683/stat : 58683 (java) S 58680 58683 57637 0 -1 4194304 23770 0 0 0 684 80 0 0 20 0 19 0 51690431 19452874752 966140 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
/proc/58683/statm: 4749237 966140 5495 1 0 1202431 0
[pid=58683/tid=58685] ppid=58680 vsize=18996948 memory=5632 CPUtime=5.97 cores=5,7
/proc/58683/task/58685/stat : 58685 (java) R 58680 58683 57637 0 -1 4194368 7534 0 0 0 524 73 0 0 20 0 19 0 51690433 19452874752 966140 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
[pid=58683/tid=58694] ppid=58680 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/58683/task/58694/stat : 58694 (Finalizer) S 58680 58683 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 51690435 19452874752 966140 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
[pid=58683/tid=58701] ppid=58680 vsize=18996948 memory=-6000919507015853162 CPUtime=0 cores=5,7
/proc/58683/task/58701/stat : 58701 (Common-Cleaner) S 58680 58683 57637 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 51690435 19452874752 966140 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
Current children cumulated CPU time: 7.64 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3864560 KiB

[startup+12.7002 s]
/proc/loadavg: 4.66 4.35 4.24 5/342 58704
/proc/meminfo: memFree=114943428/131249992 swapFree=33010684/33010684
[pid=58683] ppid=58680 vsize=19063512 memory=4340988 CPUtime=14.99 cores=5,7
/proc/58683/stat : 58683 (java) S 58680 58683 57637 0 -1 4194304 25568 0 0 0 1408 91 0 0 20 0 20 0 51690431 19521036288 1085247 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
/proc/58683/statm: 4765878 1085247 5527 1 0 1319887 0
[pid=58683/tid=58685] ppid=58680 vsize=19063512 memory=3864560 CPUtime=12.13 cores=5,7
/proc/58683/task/58685/stat : 58685 (java) R 58680 58683 57637 0 -1 4194368 8595 0 0 0 1130 83 0 0 20 0 20 0 51690433 19521036288 1085247 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
[pid=58683/tid=58694] ppid=58680 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/58683/task/58694/stat : 58694 (Finalizer) S 58680 58683 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51690435 19521036288 1085247 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
[pid=58683/tid=58701] ppid=58680 vsize=19063512 memory=17920 CPUtime=0 cores=5,7
/proc/58683/task/58701/stat : 58701 (Common-Cleaner) S 58680 58683 57637 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 51690435 19521036288 1085247 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
[pid=58683/tid=58704] ppid=58680 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/58683/task/58704/stat : 58704 (Timer-0) S 58680 58683 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51691441 19521036288 1085247 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
Current children cumulated CPU time: 14.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4340988 KiB

[startup+25.5002 s]
/proc/loadavg: 4.58 4.35 4.24 5/341 58704
/proc/meminfo: memFree=114694960/131249992 swapFree=33010684/33010684
[pid=58683] ppid=58680 vsize=19063512 memory=4341244 CPUtime=28.01 cores=5,7
/proc/58683/stat : 58683 (java) S 58680 58683 57637 0 -1 4194304 30577 0 0 0 2708 93 0 0 20 0 20 0 51690431 19521036288 1085311 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
/proc/58683/statm: 4765878 1085311 5527 1 0 1319887 0
[pid=58683/tid=58685] ppid=58680 vsize=19063512 memory=17920 CPUtime=24.9 cores=5,7
/proc/58683/task/58685/stat : 58685 (java) R 58680 58683 57637 0 -1 4194368 10028 0 0 0 2406 84 0 0 20 0 20 0 51690433 19521036288 1085311 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
[pid=58683/tid=58694] ppid=58680 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/58683/task/58694/stat : 58694 (Finalizer) S 58680 58683 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51690435 19521036288 1085311 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
[pid=58683/tid=58701] ppid=58680 vsize=19063512 memory=4341244 CPUtime=0 cores=5,7
/proc/58683/task/58701/stat : 58701 (Common-Cleaner) S 58680 58683 57637 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 51690435 19521036288 1085311 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
[pid=58683/tid=58704] ppid=58680 vsize=19063512 memory=4341244 CPUtime=0 cores=5,7
/proc/58683/task/58704/stat : 58704 (Timer-0) S 58680 58683 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51691441 19521036288 1085311 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
Current children cumulated CPU time: 28.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4341244 KiB

[startup+51.1056 s]
/proc/loadavg: 4.38 4.32 4.23 5/341 58704
/proc/meminfo: memFree=114296540/131249992 swapFree=33010684/33010684
[pid=58683] ppid=58680 vsize=19063512 memory=4343484 CPUtime=53.81 cores=5,7
/proc/58683/stat : 58683 (java) S 58680 58683 57637 0 -1 4194304 36200 0 0 0 5287 94 0 0 20 0 20 0 51690431 19521036288 1085871 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
/proc/58683/statm: 4765878 1085871 5527 1 0 1319903 0
[pid=58683/tid=58685] ppid=58680 vsize=19063512 memory=4343484 CPUtime=50.38 cores=5,7
/proc/58683/task/58685/stat : 58685 (java) R 58680 58683 57637 0 -1 4194368 11647 0 0 0 4954 84 0 0 20 0 20 0 51690433 19521036288 1085871 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
[pid=58683/tid=58694] ppid=58680 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/58683/task/58694/stat : 58694 (Finalizer) S 58680 58683 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51690435 19521036288 1085871 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
[pid=58683/tid=58701] ppid=58680 vsize=19063512 memory=4343484 CPUtime=0 cores=5,7
/proc/58683/task/58701/stat : 58701 (Common-Cleaner) S 58680 58683 57637 0 -1 4194368 63 0 0 0 0 0 0 0 20 0 20 0 51690435 19521036288 1085871 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
[pid=58683/tid=58704] ppid=58680 vsize=19063512 memory=4343484 CPUtime=0 cores=5,7
/proc/58683/task/58704/stat : 58704 (Timer-0) S 58680 58683 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51691441 19521036288 1085871 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
Current children cumulated CPU time: 53.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4343484 KiB

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

/proc/meminfo: memFree=106018856/131249992 swapFree=33010684/33010684
[pid=58683] ppid=58680 vsize=19063512 memory=5221300 CPUtime=3253.51 cores=5,7
/proc/58683/stat : 58683 (java) S 58680 58683 57637 0 -1 4194304 204342 0 0 0 325156 195 0 0 20 0 20 0 51690431 19521036288 1305325 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
/proc/58683/statm: 4765878 1305325 5559 1 0 1320227 0
[pid=58683/tid=58685] ppid=58680 vsize=19063512 memory=10752 CPUtime=3231 cores=5,7
/proc/58683/task/58685/stat : 58685 (java) R 58680 58683 57637 0 -1 4194368 104953 0 0 0 322995 105 0 0 20 0 20 0 51690433 19521036288 1305325 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
[pid=58683/tid=58694] ppid=58680 vsize=19063512 memory=17920 CPUtime=0 cores=5,7
/proc/58683/task/58694/stat : 58694 (Finalizer) S 58680 58683 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51690435 19521036288 1305325 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
[pid=58683/tid=58701] ppid=58680 vsize=19063512 memory=5221300 CPUtime=0 cores=5,7
/proc/58683/task/58701/stat : 58701 (Common-Cleaner) S 58680 58683 57637 0 -1 4194368 2786 0 0 0 0 0 0 0 20 0 20 0 51690435 19521036288 1305325 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
[pid=58683/tid=58704] ppid=58680 vsize=19063512 memory=-6000919507015853162 CPUtime=0 cores=5,7
/proc/58683/task/58704/stat : 58704 (Timer-0) S 58680 58683 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51691441 19521036288 1305325 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
Current children cumulated CPU time: 3253.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5221300 KiB

[startup+3342.3 s]
/proc/loadavg: 4.29 4.23 4.19 5/341 58890
/proc/meminfo: memFree=104966068/131249992 swapFree=33010684/33010684
[pid=58683] ppid=58680 vsize=19063512 memory=5221300 CPUtime=3313.59 cores=5,7
/proc/58683/stat : 58683 (java) S 58680 58683 57637 0 -1 4194304 206960 0 0 0 331162 197 0 0 20 0 20 0 51690431 19521036288 1305325 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
/proc/58683/statm: 4765878 1305325 5559 1 0 1320227 0
[pid=58683/tid=58685] ppid=58680 vsize=19063512 memory=4252 CPUtime=3290.69 cores=5,7
/proc/58683/task/58685/stat : 58685 (java) R 58680 58683 57637 0 -1 4194368 106529 0 0 0 328963 106 0 0 20 0 20 0 51690433 19521036288 1305325 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
[pid=58683/tid=58694] ppid=58680 vsize=19063512 memory=5221300 CPUtime=0 cores=5,7
/proc/58683/task/58694/stat : 58694 (Finalizer) S 58680 58683 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51690435 19521036288 1305325 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
[pid=58683/tid=58701] ppid=58680 vsize=19063512 memory=5221300 CPUtime=0 cores=5,7
/proc/58683/task/58701/stat : 58701 (Common-Cleaner) S 58680 58683 57637 0 -1 4194368 2877 0 0 0 0 0 0 0 20 0 20 0 51690435 19521036288 1305325 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
[pid=58683/tid=58704] ppid=58680 vsize=19063512 memory=5221300 CPUtime=0 cores=5,7
/proc/58683/task/58704/stat : 58704 (Timer-0) S 58680 58683 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51691441 19521036288 1305325 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
Current children cumulated CPU time: 3313.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5221300 KiB

[startup+3402.3 s]
/proc/loadavg: 4.23 4.23 4.19 6/341 58892
/proc/meminfo: memFree=104912268/131249992 swapFree=33010684/33010684
[pid=58683] ppid=58680 vsize=19063512 memory=5221428 CPUtime=3374.77 cores=5,7
/proc/58683/stat : 58683 (java) S 58680 58683 57637 0 -1 4194304 211474 0 0 0 337278 199 0 0 20 0 20 0 51690431 19521036288 1305357 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
/proc/58683/statm: 4765878 1305357 5559 1 0 1320250 0
[pid=58683/tid=58685] ppid=58680 vsize=19063512 memory=1920 CPUtime=3350.35 cores=5,7
/proc/58683/task/58685/stat : 58685 (java) R 58680 58683 57637 0 -1 4194368 108612 0 0 0 334929 106 0 0 20 0 20 0 51690433 19521036288 1305357 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
[pid=58683/tid=58694] ppid=58680 vsize=19063512 memory=5221428 CPUtime=0 cores=5,7
/proc/58683/task/58694/stat : 58694 (Finalizer) S 58680 58683 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51690435 19521036288 1305357 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
[pid=58683/tid=58701] ppid=58680 vsize=19063512 memory=5221428 CPUtime=0 cores=5,7
/proc/58683/task/58701/stat : 58701 (Common-Cleaner) S 58680 58683 57637 0 -1 4194368 2877 0 0 0 0 0 0 0 20 0 20 0 51690435 19521036288 1305357 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
[pid=58683/tid=58704] ppid=58680 vsize=19063512 memory=-4050210904893537934 CPUtime=0 cores=5,7
/proc/58683/task/58704/stat : 58704 (Timer-0) S 58680 58683 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51691441 19521036288 1305357 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
Current children cumulated CPU time: 3374.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5221428 KiB

[startup+3462.3 s]
/proc/loadavg: 4.22 4.23 4.19 5/342 58901
/proc/meminfo: memFree=105223200/131249992 swapFree=33010684/33010684
[pid=58683] ppid=58680 vsize=19063512 memory=5221428 CPUtime=3434.8 cores=5,7
/proc/58683/stat : 58683 (java) S 58680 58683 57637 0 -1 4194304 214070 0 0 0 343280 200 0 0 20 0 20 0 51690431 19521036288 1305357 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
/proc/58683/statm: 4765878 1305357 5559 1 0 1320250 0
[pid=58683/tid=58685] ppid=58680 vsize=19063512 memory=5221428 CPUtime=3410.04 cores=5,7
/proc/58683/task/58685/stat : 58685 (java) R 58680 58683 57637 0 -1 4194368 110223 0 0 0 340898 106 0 0 20 0 20 0 51690433 19521036288 1305357 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
[pid=58683/tid=58694] ppid=58680 vsize=19063512 memory=14692 CPUtime=0 cores=5,7
/proc/58683/task/58694/stat : 58694 (Finalizer) S 58680 58683 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51690435 19521036288 1305357 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
[pid=58683/tid=58701] ppid=58680 vsize=19063512 memory=17920 CPUtime=0 cores=5,7
/proc/58683/task/58701/stat : 58701 (Common-Cleaner) S 58680 58683 57637 0 -1 4194368 3003 0 0 0 0 0 0 0 20 0 20 0 51690435 19521036288 1305357 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
[pid=58683/tid=58704] ppid=58680 vsize=19063512 memory=5221428 CPUtime=0 cores=5,7
/proc/58683/task/58704/stat : 58704 (Timer-0) S 58680 58683 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51691441 19521036288 1305357 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
Current children cumulated CPU time: 3434.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5221428 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.20 4.18 5/342 58903
/proc/meminfo: memFree=105159212/131249992 swapFree=33010684/33010684
[pid=58683] ppid=58680 vsize=19063512 memory=5221428 CPUtime=3494.84 cores=5,7
/proc/58683/stat : 58683 (java) S 58680 58683 57637 0 -1 4194304 216168 0 0 0 349283 201 0 0 20 0 20 0 51690431 19521036288 1305357 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
/proc/58683/statm: 4765878 1305357 5559 1 0 1320250 0
[pid=58683/tid=58685] ppid=58680 vsize=19063512 memory=5221428 CPUtime=3469.73 cores=5,7
/proc/58683/task/58685/stat : 58685 (java) R 58680 58683 57637 0 -1 4194368 111936 0 0 0 346867 106 0 0 20 0 20 0 51690433 19521036288 1305357 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
[pid=58683/tid=58694] ppid=58680 vsize=19063512 memory=5221428 CPUtime=0 cores=5,7
/proc/58683/task/58694/stat : 58694 (Finalizer) S 58680 58683 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51690435 19521036288 1305357 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
[pid=58683/tid=58701] ppid=58680 vsize=19063512 memory=5221428 CPUtime=0 cores=5,7
/proc/58683/task/58701/stat : 58701 (Common-Cleaner) S 58680 58683 57637 0 -1 4194368 3004 0 0 0 0 0 0 0 20 0 20 0 51690435 19521036288 1305357 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
[pid=58683/tid=58704] ppid=58680 vsize=19063512 memory=5221428 CPUtime=0 cores=5,7
/proc/58683/task/58704/stat : 58704 (Timer-0) S 58680 58683 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51691441 19521036288 1305357 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
Current children cumulated CPU time: 3494.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5221428 KiB

[startup+3582.3 s]
/proc/loadavg: 3.94 4.15 4.16 4/317 58939
/proc/meminfo: memFree=111261716/131249992 swapFree=33010684/33010684
[pid=58683] ppid=58680 vsize=19063512 memory=5221428 CPUtime=3555.08 cores=5,7
/proc/58683/stat : 58683 (java) S 58680 58683 57637 0 -1 4194304 218273 0 0 0 355306 202 0 0 20 0 20 0 51690431 19521036288 1305357 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
/proc/58683/statm: 4765878 1305357 5559 1 0 1320250 0
[pid=58683/tid=58685] ppid=58680 vsize=19063512 memory=14692 CPUtime=3529.21 cores=5,7
/proc/58683/task/58685/stat : 58685 (java) R 58680 58683 57637 0 -1 4194368 112870 0 0 0 352815 106 0 0 20 0 20 0 51690433 19521036288 1305357 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
[pid=58683/tid=58694] ppid=58680 vsize=19063512 memory=17920 CPUtime=0 cores=5,7
/proc/58683/task/58694/stat : 58694 (Finalizer) S 58680 58683 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51690435 19521036288 1305357 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
[pid=58683/tid=58701] ppid=58680 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/58683/task/58701/stat : 58701 (Common-Cleaner) S 58680 58683 57637 0 -1 4194368 3082 0 0 0 0 0 0 0 20 0 20 0 51690435 19521036288 1305357 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
[pid=58683/tid=58704] ppid=58680 vsize=19063512 memory=5221428 CPUtime=0 cores=5,7
/proc/58683/task/58704/stat : 58704 (Timer-0) S 58680 58683 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51691441 19521036288 1305357 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
Current children cumulated CPU time: 3555.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5221428 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3627.3 s]
/proc/loadavg: 2.92 3.86 4.06 2/267 59008
/proc/meminfo: memFree=121830632/131249992 swapFree=33010684/33010684
[pid=58683] ppid=58680 vsize=19063512 memory=5221428 CPUtime=3600.01 cores=5,7
/proc/58683/stat : 58683 (java) S 58680 58683 57637 0 -1 4194304 219646 0 0 0 359799 202 0 0 20 0 20 0 51690431 19521036288 1305357 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
/proc/58683/statm: 4765878 1305357 5559 1 0 1320250 0
[pid=58683/tid=58685] ppid=58680 vsize=19063512 memory=14692 CPUtime=3574.14 cores=5,7
/proc/58683/task/58685/stat : 58685 (java) R 58680 58683 57637 0 -1 4194368 114190 0 0 0 357307 107 0 0 20 0 20 0 51690433 19521036288 1305357 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
[pid=58683/tid=58694] ppid=58680 vsize=19063512 memory=5221428 CPUtime=0 cores=5,7
/proc/58683/task/58694/stat : 58694 (Finalizer) S 58680 58683 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51690435 19521036288 1305357 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
[pid=58683/tid=58701] ppid=58680 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/58683/task/58701/stat : 58701 (Common-Cleaner) S 58680 58683 57637 0 -1 4194368 3083 0 0 0 0 0 0 0 20 0 20 0 51690435 19521036288 1305357 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
[pid=58683/tid=58704] ppid=58680 vsize=19063512 memory=5221428 CPUtime=0 cores=5,7
/proc/58683/task/58704/stat : 58704 (Timer-0) S 58680 58683 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51691441 19521036288 1305357 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5221428 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.1 s, system=2.04707 s

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

[startup+3627.3 s]
/proc/loadavg: 2.92 3.86 4.06 2/267 59008
/proc/meminfo: memFree=121830632/131249992 swapFree=33010684/33010684
[pid=58683] ppid=58680 vsize=19063512 memory=5221428 CPUtime=3600.01 cores=5,7
/proc/58683/stat : 58683 (java) S 58680 58683 57637 0 -1 4194304 219646 0 0 0 359799 202 0 0 20 0 20 0 51690431 19521036288 1305357 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
/proc/58683/statm: 4765878 1305357 5559 1 0 1320250 0
[pid=58683/tid=58685] ppid=58680 vsize=19063512 memory=14692 CPUtime=3574.14 cores=5,7
/proc/58683/task/58685/stat : 58685 (java) R 58680 58683 57637 0 -1 4194368 114190 0 0 0 357307 107 0 0 20 0 20 0 51690433 19521036288 1305357 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
[pid=58683/tid=58694] ppid=58680 vsize=19063512 memory=5221428 CPUtime=0 cores=5,7
/proc/58683/task/58694/stat : 58694 (Finalizer) S 58680 58683 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51690435 19521036288 1305357 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
[pid=58683/tid=58701] ppid=58680 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/58683/task/58701/stat : 58701 (Common-Cleaner) S 58680 58683 57637 0 -1 4194368 3083 0 0 0 0 0 0 0 20 0 20 0 51690435 19521036288 1305357 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
[pid=58683/tid=58704] ppid=58680 vsize=19063512 memory=5221428 CPUtime=0 cores=5,7
/proc/58683/task/58704/stat : 58704 (Timer-0) S 58680 58683 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51691441 19521036288 1305357 18446744073709551615 94325870280704 94325870284400 140722821649200 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94325870292216 94325870293008 94325884153856 140722821650733 140722821650918 140722821650918 140722821656520 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5221428 KiB

Child status: 143

Real time (s): 3627.38
CPU time (s): 3600.14
CPU user time (s): 3598.1
CPU system time (s): 2.04707
CPU usage (%): 99.2491
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 5221428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.1
system time used= 2.04707
maximum resident set size= 5222196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 222467
page faults= 0
swaps= 0
block input operations= 0
block output operations= 44136
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 116718
involuntary context switches= 7171


# summary of solver processes directly reported to runsolver:
#   pid: 58683
#   total CPU time (s): 3600.14
#   total CPU user time (s): 3598.1
#   total CPU system time (s): 2.04707

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.0791 second user time and 18.0275 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-07-01 10:55:17
IDJOB=4489513
IDBENCH=147555
IDSOLVER=3362
FILE ID=nodeC025/4489513-1751360116
RUNJOBID= nodeC025-1751353019-57650
SLURM_JOB_ID= 9598147
Free space on /tmp= 433028 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_8.opb.PB06.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4489513-1751360116/watcher-4489513-1751360116 -o /tmp/evaluation-result-4489513-1751360116/solver-4489513-1751360116 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1751353019-57650 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4489513-1751360116 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4489513-1751360116.opb

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

MD5SUM BENCH= 50cf9112b5ea763531dadde21846562c
RANDOM SEED=693139741

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249992 kB
MemFree:        120790780 kB
MemAvailable:   123579028 kB
Buffers:            3280 kB
Cached:          3586500 kB
SwapCached:            0 kB
Active:          6589124 kB
Inactive:        3247288 kB
Active(anon):    6264748 kB
Inactive(anon):        0 kB
Active(file):     324376 kB
Inactive(file):  3247288 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             49444 kB
Writeback:             0 kB
AnonPages:       6249852 kB
Mapped:           123132 kB
Shmem:             18084 kB
KReclaimable:     111644 kB
Slab:             201332 kB
SReclaimable:     111644 kB
SUnreclaim:        89688 kB
KernelStack:        5248 kB
PageTables:        15792 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    9574700 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151400 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6043648 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:      207572 kB
DirectMap2M:     9000960 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433048 MiB
End job on nodeC025 at 2025-07-01 11:55:44