Trace number 4489467

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.11 3626.47

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_10.opb.PB06.opb
MD5SUMe06e3866d9960a7084ad077c8fb9619e
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 benchmark245
Best CPU time to get the best result obtained on this benchmark3587.61
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 495457
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 495457
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.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	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.09	c Number of processors 	2
0.12/0.15	c Pseudo Boolean Optimization by upper bound
0.12/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.15	c  - never skip resolution steps
0.12/0.15	c  - Auto-division on coefficients is disabled
0.12/0.15	c  - No postprocessing
0.12/0.15	c  - Conflict is considered as is when resolving
0.12/0.15	c  - Use constraints as they come during conflict analysis
0.12/0.15	c  - Weaken first using unassigned literals
0.12/0.15	c  - Bump strategy: ALWAYS_ONE
0.12/0.15	c  - Bumper: EFFECTIVE
0.12/0.15	c --- Begin Solver configuration ---
0.12/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.15	c Learn all clauses as in MiniSAT
0.12/0.15	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.15	c No reason simplification
0.12/0.15	c Dynamic restart strategy considering the size of the coefficients
0.12/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.15	c timeout=2147483s
0.12/0.15	c DB Simplification allowed=false
0.12/0.15	c Listener: none
0.12/0.15	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4489467-1751360111.opb
0.12/0.16	c reading problem ... 
0.12/0.16	c using VERIPB proof format
0.12/0.16	c  objective function found
12.03/10.12	c ... done. Wall clock time 9.963s.
12.03/10.12	c declared #vars     10000
12.03/10.12	c #constraints  656900
12.03/10.12	c constraints type 
12.03/10.12	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
12.03/10.12	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
12.03/10.12	c 656900 constraints processed.
12.03/10.13	c objective function length is 10000 literals
310.76/307.55	c cleaning 2498 clauses out of 5001 with flag 0/5001
612.78/609.07	c cleaning 4245 clauses out of 8502 with flag 0/11000
1006.46/1002.56	c cleaning 5620 clauses out of 11257 with flag 0/18000
1430.36/1426.17	c cleaning 6814 clauses out of 13638 with flag 0/26001
1925.09/1919.40	c cleaning 7907 clauses out of 15823 with flag 0/35000
2582.19/2610.41	c cleaning 8951 clauses out of 17917 with flag 0/45001
3236.14/3262.58	c cleaning 9977 clauses out of 19966 with flag 0/56001
3600.01/3626.41	c starts		: 1
3600.01/3626.42	c conflicts		: 61702
3600.01/3626.42	c decisions		: 81957
3600.01/3626.42	c propagations		: 6230383
3600.01/3626.42	c inspects		: 240406324
3600.01/3626.42	c shortcuts		: 0
3600.01/3626.42	c learnt literals	: 0
3600.01/3626.42	c learnt binary clauses	: 0
3600.01/3626.42	c learnt ternary clauses	: 0
3600.01/3626.42	c learnt constraints	: 61702
3600.01/3626.42	c ignored constraints	: 0
3600.01/3626.42	c root simplifications	: 0
3600.01/3626.42	c removed literals (reason simplification)	: 0
3600.01/3626.42	c reason swapping (by a shorter reason)	: 0
3600.01/3626.42	c Calls to reduceDB	: 7
3600.01/3626.42	c Number of update (reduction) of LBD	: 93847
3600.01/3626.42	c Imported unit clauses	: 0
3600.01/3626.43	c No decision after first conflict	: false
3600.01/3626.43	c number of reductions to clauses (during analyze)	: 0
3600.01/3626.43	c number of learned constraints concerned by reduction	: 0
3600.01/3626.43	c number of learning phase by resolution	: 0
3600.01/3626.43	c number of learning phase by cutting planes	: 0
3600.01/3626.43	c number of rounding to 1 operations	: 0
3600.01/3626.43	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3626.43	c number of reductions of the coefficients by power 2 	: 0
3600.01/3626.43	c number of right shift for reduction by power 2 	: 0
3600.01/3626.43	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3626.43	c number of ending skipping 	: 0
3600.01/3626.43	c number of internal skipping 	: 0
3600.01/3626.43	c number of derivation steps 	: 1628713
3600.01/3626.43	c number of skipped derivation steps 	: 0
3600.01/3626.43	c number of remaining unassigned 	: 0
3600.01/3626.43	c number of remaining assigned 	: 0
3600.01/3626.43	c number of falsified literals weakened from reason	: 0
3600.01/3626.43	c number of falsified literals weakened from conflict	: 0
3600.01/3626.43	c time for arithmetic operations	: 0
3600.01/3626.43	c minimum degree of deleted constraints	: 1
3600.01/3626.43	c maximum degree of deleted constraints	: 1
3600.01/3626.43	c number of deleted constraints	: 46012
3600.01/3626.43	c speed (assignments/second)	: 1722.8840799811517
3600.01/3626.43	c non guided choices	: 0
3600.01/3626.44	c timeout
3600.01/3626.44	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 15690
3600.01/3626.44	s UNKNOWN
3600.01/3626.44	c Total wall clock time (in seconds): 3626.285

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

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

solver pid=58616, runsolver pid=58613

[startup+0.100056 s]*
/proc/loadavg: 4.57 4.32 4.22 5/340 58634
/proc/meminfo: memFree=118913708/131249992 swapFree=33010684/33010684
[pid=58616] ppid=58613 vsize=18930384 memory=55476 CPUtime=0.12 cores=4,6
/proc/58616/stat : 58616 (java) S 58613 58616 57637 0 -1 4194304 6553 0 0 0 10 2 0 0 20 0 18 0 51689864 19384713216 13869 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
/proc/58616/statm: 4732596 13869 5330 1 0 547603 0
[pid=58616/tid=58618] ppid=58613 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/58616/task/58618/stat : 58618 (java) R 58613 58616 57637 0 -1 4194368 5056 0 0 0 6 1 0 0 20 0 18 0 51689865 19384713216 13869 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
[pid=58616/tid=58627] ppid=58613 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/58616/task/58627/stat : 58627 (Finalizer) S 58613 58616 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 51689867 19384713216 13869 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
[pid=58616/tid=58634] ppid=58613 vsize=18930384 memory=57385981077077 CPUtime=0 cores=4,6
/proc/58616/task/58634/stat : 58634 (Common-Cleaner) S 58613 58616 57637 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 51689868 19384713216 13869 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55476 KiB

[startup+0.205603 s]*
/proc/loadavg: 4.57 4.32 4.22 6/340 58634
/proc/meminfo: memFree=118904256/131249992 swapFree=33010684/33010684
[pid=58616] ppid=58613 vsize=18930384 memory=68224 CPUtime=0.31 cores=4,6
/proc/58616/stat : 58616 (java) S 58613 58616 57637 0 -1 4194304 7063 0 0 0 29 2 0 0 20 0 18 0 51689864 19384713216 17056 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
/proc/58616/statm: 4732596 17056 5426 1 0 547940 0
[pid=58616/tid=58618] ppid=58613 vsize=18930384 memory=4026663196 CPUtime=0.17 cores=4,6
/proc/58616/task/58618/stat : 58618 (java) R 58613 58616 57637 0 -1 4194368 5352 0 0 0 16 1 0 0 20 0 18 0 51689865 19384713216 17056 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
[pid=58616/tid=58627] ppid=58613 vsize=18930384 memory=17913 CPUtime=0 cores=4,6
/proc/58616/task/58627/stat : 58627 (Finalizer) S 58613 58616 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 51689867 19384713216 17056 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
[pid=58616/tid=58634] ppid=58613 vsize=18930384 memory=56286469424100 CPUtime=0 cores=4,6
/proc/58616/task/58634/stat : 58634 (Common-Cleaner) S 58613 58616 57637 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 51689868 19384713216 17056 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 68224 KiB

[startup+0.3059 s]*
/proc/loadavg: 4.57 4.32 4.22 6/341 58635
/proc/meminfo: memFree=118810176/131249992 swapFree=33010684/33010684
[pid=58616] ppid=58613 vsize=18996948 memory=159664 CPUtime=0.5 cores=4,6
/proc/58616/stat : 58616 (java) S 58613 58616 57637 0 -1 4194304 9081 0 0 0 46 4 0 0 20 0 19 0 51689864 19452874752 39916 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
/proc/58616/statm: 4749237 39916 5490 1 0 549458 0
[pid=58616/tid=58618] ppid=58613 vsize=18996948 memory=-6000919494248391786 CPUtime=0.25 cores=4,6
/proc/58616/task/58618/stat : 58618 (java) S 58613 58616 57637 0 -1 4194368 5424 0 0 0 22 3 0 0 20 0 19 0 51689865 19452874752 39916 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
[pid=58616/tid=58627] ppid=58613 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/58616/task/58627/stat : 58627 (Finalizer) S 58613 58616 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 51689867 19452874752 39916 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
[pid=58616/tid=58634] ppid=58613 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/58616/task/58634/stat : 58634 (Common-Cleaner) S 58613 58616 57637 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 51689868 19452874752 39916 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 159664 KiB

[startup+0.70024 s]
/proc/loadavg: 4.57 4.32 4.22 5/341 58635
/proc/meminfo: memFree=118473548/131249992 swapFree=33010684/33010684
[pid=58616] ppid=58613 vsize=18996948 memory=1000692 CPUtime=1.23 cores=4,6
/proc/58616/stat : 58616 (java) S 58613 58616 57637 0 -1 4194304 14582 0 0 0 102 21 0 0 20 0 19 0 51689864 19452874752 250173 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
/proc/58616/statm: 4749237 250173 5490 1 0 552220 0
[pid=58616/tid=58618] ppid=58613 vsize=18996948 memory=17920 CPUtime=0.62 cores=4,6
/proc/58616/task/58618/stat : 58618 (java) R 58613 58616 57637 0 -1 4194368 5822 0 0 0 43 19 0 0 20 0 19 0 51689865 19452874752 250173 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
[pid=58616/tid=58627] ppid=58613 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/58616/task/58627/stat : 58627 (Finalizer) S 58613 58616 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 51689867 19452874752 250173 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
[pid=58616/tid=58634] ppid=58613 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/58616/task/58634/stat : 58634 (Common-Cleaner) S 58613 58616 57637 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 51689868 19452874752 250173 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1000692 KiB

[startup+1.50025 s]
/proc/loadavg: 4.57 4.32 4.22 6/341 58635
/proc/meminfo: memFree=117481188/131249992 swapFree=33010684/33010684
[pid=58616] ppid=58613 vsize=18996948 memory=2386068 CPUtime=2.82 cores=4,6
/proc/58616/stat : 58616 (java) S 58613 58616 57637 0 -1 4194304 22405 0 0 0 233 49 0 0 20 0 19 0 51689864 19452874752 596517 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
/proc/58616/statm: 4749237 596517 5490 1 0 1075000 0
[pid=58616/tid=58618] ppid=58613 vsize=18996948 memory=3200 CPUtime=1.39 cores=4,6
/proc/58616/task/58618/stat : 58618 (java) R 58613 58616 57637 0 -1 4194368 6598 0 0 0 94 45 0 0 20 0 19 0 51689865 19452874752 597029 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
[pid=58616/tid=58627] ppid=58613 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/58616/task/58627/stat : 58627 (Finalizer) S 58613 58616 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 51689867 19452874752 597029 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
[pid=58616/tid=58634] ppid=58613 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/58616/task/58634/stat : 58634 (Common-Cleaner) S 58613 58616 57637 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 51689868 19452874752 597029 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2386068 KiB

[startup+3.10605 s]
/proc/loadavg: 4.57 4.32 4.22 7/341 58635
/proc/meminfo: memFree=115270196/131249992 swapFree=33010684/33010684
[pid=58616] ppid=58613 vsize=18996948 memory=3361080 CPUtime=4.81 cores=4,6
/proc/58616/stat : 58616 (java) S 58613 58616 57637 0 -1 4194304 22965 0 0 0 414 67 0 0 20 0 19 0 51689864 19452874752 840270 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
/proc/58616/statm: 4749237 840270 5490 1 0 1075021 0
[pid=58616/tid=58618] ppid=58613 vsize=18996948 memory=10752 CPUtime=2.93 cores=4,6
/proc/58616/task/58618/stat : 58618 (java) R 58613 58616 57637 0 -1 4194368 7075 0 0 0 230 63 0 0 20 0 19 0 51689865 19452874752 840270 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
[pid=58616/tid=58627] ppid=58613 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/58616/task/58627/stat : 58627 (Finalizer) S 58613 58616 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 51689867 19452874752 840270 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
[pid=58616/tid=58634] ppid=58613 vsize=18996948 memory=5632 CPUtime=0 cores=4,6
/proc/58616/task/58634/stat : 58634 (Common-Cleaner) S 58613 58616 57637 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 51689868 19452874752 840270 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
Current children cumulated CPU time: 4.81 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3361080 KiB

[startup+6.30023 s]
/proc/loadavg: 4.60 4.33 4.23 6/340 58702
/proc/meminfo: memFree=120185396/131249992 swapFree=33010684/33010684
[pid=58616] ppid=58613 vsize=18996948 memory=3835080 CPUtime=8.09 cores=4,6
/proc/58616/stat : 58616 (java) S 58613 58616 57637 0 -1 4194304 23825 0 0 0 728 81 0 0 20 0 19 0 51689864 19452874752 958770 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
/proc/58616/statm: 4749237 958770 5490 1 0 1196180 0
[pid=58616/tid=58618] ppid=58613 vsize=18996948 memory=5632 CPUtime=5.95 cores=4,6
/proc/58616/task/58618/stat : 58618 (java) R 58613 58616 57637 0 -1 4194368 7527 0 0 0 519 76 0 0 20 0 19 0 51689865 19452874752 958770 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
[pid=58616/tid=58627] ppid=58613 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/58616/task/58627/stat : 58627 (Finalizer) S 58613 58616 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 51689867 19452874752 958770 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
[pid=58616/tid=58634] ppid=58613 vsize=18996948 memory=-6000919494248391786 CPUtime=0 cores=4,6
/proc/58616/task/58634/stat : 58634 (Common-Cleaner) S 58613 58616 57637 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 51689868 19452874752 958770 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
Current children cumulated CPU time: 8.09 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3835080 KiB

[startup+12.7002 s]
/proc/loadavg: 4.63 4.34 4.23 5/341 58703
/proc/meminfo: memFree=115641580/131249992 swapFree=33010684/33010684
[pid=58616] ppid=58613 vsize=19063512 memory=4474048 CPUtime=15.34 cores=4,6
/proc/58616/stat : 58616 (java) S 58613 58616 57637 0 -1 4194304 25782 0 0 0 1439 95 0 0 20 0 20 0 51689864 19521036288 1118512 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
/proc/58616/statm: 4765878 1118512 5522 1 0 1355470 0
[pid=58616/tid=58618] ppid=58613 vsize=19063512 memory=4473408 CPUtime=12.05 cores=4,6
/proc/58616/task/58618/stat : 58618 (java) R 58613 58616 57637 0 -1 4194368 8680 0 0 0 1116 89 0 0 20 0 20 0 51689865 19521036288 1118512 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
[pid=58616/tid=58627] ppid=58613 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/58616/task/58627/stat : 58627 (Finalizer) S 58613 58616 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51689867 19521036288 1118512 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
[pid=58616/tid=58634] ppid=58613 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/58616/task/58634/stat : 58634 (Common-Cleaner) S 58613 58616 57637 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 51689868 19521036288 1118512 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
[pid=58616/tid=58703] ppid=58613 vsize=19063512 memory=3361080 CPUtime=0 cores=4,6
/proc/58616/task/58703/stat : 58703 (Timer-0) S 58613 58616 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51690881 19521036288 1118512 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
Current children cumulated CPU time: 15.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4474048 KiB

[startup+25.5002 s]
/proc/loadavg: 4.64 4.36 4.24 5/341 58704
/proc/meminfo: memFree=114810276/131249992 swapFree=33010684/33010684
[pid=58616] ppid=58613 vsize=19063512 memory=4474304 CPUtime=28.31 cores=4,6
/proc/58616/stat : 58616 (java) S 58613 58616 57637 0 -1 4194304 29775 0 0 0 2735 96 0 0 20 0 20 0 51689864 19521036288 1118576 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
/proc/58616/statm: 4765878 1118576 5522 1 0 1355470 0
[pid=58616/tid=58618] ppid=58613 vsize=19063512 memory=0 CPUtime=24.81 cores=4,6
/proc/58616/task/58618/stat : 58618 (java) R 58613 58616 57637 0 -1 4194368 10137 0 0 0 2392 89 0 0 20 0 20 0 51689865 19521036288 1118576 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
[pid=58616/tid=58627] ppid=58613 vsize=19063512 memory=4474304 CPUtime=0 cores=4,6
/proc/58616/task/58627/stat : 58627 (Finalizer) S 58613 58616 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51689867 19521036288 1118576 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
[pid=58616/tid=58634] ppid=58613 vsize=19063512 memory=3835080 CPUtime=0 cores=4,6
/proc/58616/task/58634/stat : 58634 (Common-Cleaner) S 58613 58616 57637 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 51689868 19521036288 1118576 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
[pid=58616/tid=58703] ppid=58613 vsize=19063512 memory=2738348 CPUtime=0 cores=4,6
/proc/58616/task/58703/stat : 58703 (Timer-0) S 58613 58616 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51690881 19521036288 1118576 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
Current children cumulated CPU time: 28.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4474304 KiB

[startup+51.1055 s]
/proc/loadavg: 4.42 4.33 4.23 5/341 58704
/proc/meminfo: memFree=114372676/131249992 swapFree=33010684/33010684
[pid=58616] ppid=58613 vsize=19063512 memory=4476596 CPUtime=54.11 cores=4,6
/proc/58616/stat : 58616 (java) S 58613 58616 57637 0 -1 4194304 37837 0 0 0 5314 97 0 0 20 0 20 0 51689864 19521036288 1119149 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
/proc/58616/statm: 4765878 1119149 5522 1 0 1355487 0
[pid=58616/tid=58618] ppid=58613 vsize=19063512 memory=4476596 CPUtime=50.25 cores=4,6
/proc/58616/task/58618/stat : 58618 (java) R 58613 58616 57637 0 -1 4194368 11968 0 0 0 4935 90 0 0 20 0 20 0 51689865 19521036288 1119149 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
[pid=58616/tid=58627] ppid=58613 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/58616/task/58627/stat : 58627 (Finalizer) S 58613 58616 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51689867 19521036288 1119149 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
[pid=58616/tid=58634] ppid=58613 vsize=19063512 memory=3835080 CPUtime=0 cores=4,6
/proc/58616/task/58634/stat : 58634 (Common-Cleaner) S 58613 58616 57637 0 -1 4194368 77 0 0 0 0 0 0 0 20 0 20 0 51689868 19521036288 1119149 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
[pid=58616/tid=58703] ppid=58613 vsize=19063512 memory=14692 CPUtime=0 cores=4,6
/proc/58616/task/58703/stat : 58703 (Timer-0) S 58613 58616 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51690881 19521036288 1119149 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
Current children cumulated CPU time: 54.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4476596 KiB


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

/proc/meminfo: memFree=106558188/131249992 swapFree=33010684/33010684
[pid=58616] ppid=58613 vsize=19063512 memory=5359072 CPUtime=3195.85 cores=4,6
/proc/58616/stat : 58616 (java) S 58613 58616 57637 0 -1 4194304 237868 0 0 0 319350 235 0 0 20 0 20 0 51689864 19521036288 1339768 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
/proc/58616/statm: 4765878 1339768 5554 1 0 1355762 0
[pid=58616/tid=58618] ppid=58613 vsize=19063512 memory=5359072 CPUtime=3169.72 cores=4,6
/proc/58616/task/58618/stat : 58618 (java) R 58613 58616 57637 0 -1 4194368 118520 0 0 0 316846 126 0 0 20 0 20 0 51689865 19521036288 1339768 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
[pid=58616/tid=58627] ppid=58613 vsize=19063512 memory=5359072 CPUtime=0 cores=4,6
/proc/58616/task/58627/stat : 58627 (Finalizer) S 58613 58616 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51689867 19521036288 1339768 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
[pid=58616/tid=58634] ppid=58613 vsize=19063512 memory=5359072 CPUtime=0 cores=4,6
/proc/58616/task/58634/stat : 58634 (Common-Cleaner) S 58613 58616 57637 0 -1 4194368 3248 0 0 0 0 0 0 0 20 0 20 0 51689868 19521036288 1339768 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
[pid=58616/tid=58703] ppid=58613 vsize=19063512 memory=14692 CPUtime=0 cores=4,6
/proc/58616/task/58703/stat : 58703 (Timer-0) S 58613 58616 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51690881 19521036288 1339768 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
Current children cumulated CPU time: 3195.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5359072 KiB

[startup+3282.3 s]
/proc/loadavg: 4.20 4.20 4.18 5/341 58888
/proc/meminfo: memFree=106036496/131249992 swapFree=33010684/33010684
[pid=58616] ppid=58613 vsize=19063512 memory=5359072 CPUtime=3255.88 cores=4,6
/proc/58616/stat : 58616 (java) S 58613 58616 57637 0 -1 4194304 241227 0 0 0 325351 237 0 0 20 0 20 0 51689864 19521036288 1339768 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
/proc/58616/statm: 4765878 1339768 5554 1 0 1355762 0
[pid=58616/tid=58618] ppid=58613 vsize=19063512 memory=5359072 CPUtime=3229.36 cores=4,6
/proc/58616/task/58618/stat : 58618 (java) R 58613 58616 57637 0 -1 4194368 120746 0 0 0 322809 127 0 0 20 0 20 0 51689865 19521036288 1339768 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
[pid=58616/tid=58627] ppid=58613 vsize=19063512 memory=5359072 CPUtime=0 cores=4,6
/proc/58616/task/58627/stat : 58627 (Finalizer) S 58613 58616 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51689867 19521036288 1339768 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
[pid=58616/tid=58634] ppid=58613 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/58616/task/58634/stat : 58634 (Common-Cleaner) S 58613 58616 57637 0 -1 4194368 3330 0 0 0 0 0 0 0 20 0 20 0 51689868 19521036288 1339768 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
[pid=58616/tid=58703] ppid=58613 vsize=19063512 memory=2944 CPUtime=0 cores=4,6
/proc/58616/task/58703/stat : 58703 (Timer-0) S 58613 58616 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51690881 19521036288 1339768 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
Current children cumulated CPU time: 3255.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5359072 KiB

[startup+3342.3 s]
/proc/loadavg: 4.32 4.23 4.19 5/341 58890
/proc/meminfo: memFree=105979444/131249992 swapFree=33010684/33010684
[pid=58616] ppid=58613 vsize=19063512 memory=5359072 CPUtime=3315.8 cores=4,6
/proc/58616/stat : 58616 (java) S 58613 58616 57637 0 -1 4194304 245196 0 0 0 331340 240 0 0 20 0 20 0 51689864 19521036288 1339768 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
/proc/58616/statm: 4765878 1339768 5554 1 0 1355762 0
[pid=58616/tid=58618] ppid=58613 vsize=19063512 memory=-6000919494248391786 CPUtime=3289.04 cores=4,6
/proc/58616/task/58618/stat : 58618 (java) R 58613 58616 57637 0 -1 4194368 122862 0 0 0 328776 128 0 0 20 0 20 0 51689865 19521036288 1339768 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
[pid=58616/tid=58627] ppid=58613 vsize=19063512 memory=14692 CPUtime=0 cores=4,6
/proc/58616/task/58627/stat : 58627 (Finalizer) S 58613 58616 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51689867 19521036288 1339768 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
[pid=58616/tid=58634] ppid=58613 vsize=19063512 memory=5359072 CPUtime=0 cores=4,6
/proc/58616/task/58634/stat : 58634 (Common-Cleaner) S 58613 58616 57637 0 -1 4194368 3458 0 0 0 0 0 0 0 20 0 20 0 51689868 19521036288 1339768 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
[pid=58616/tid=58703] ppid=58613 vsize=19063512 memory=12288 CPUtime=0 cores=4,6
/proc/58616/task/58703/stat : 58703 (Timer-0) S 58613 58616 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51690881 19521036288 1339768 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
Current children cumulated CPU time: 3315.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5359072 KiB

[startup+3402.3 s]
/proc/loadavg: 4.25 4.23 4.19 6/341 58892
/proc/meminfo: memFree=104913016/131249992 swapFree=33010684/33010684
[pid=58616] ppid=58613 vsize=19063512 memory=5359072 CPUtime=3375.65 cores=4,6
/proc/58616/stat : 58616 (java) S 58613 58616 57637 0 -1 4194304 246767 0 0 0 337322 243 0 0 20 0 20 0 51689864 19521036288 1339768 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
/proc/58616/statm: 4765878 1339768 5554 1 0 1355762 0
[pid=58616/tid=58618] ppid=58613 vsize=19063512 memory=0 CPUtime=3348.88 cores=4,6
/proc/58616/task/58618/stat : 58618 (java) R 58613 58616 57637 0 -1 4194368 124380 0 0 0 334758 130 0 0 20 0 20 0 51689865 19521036288 1339768 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
[pid=58616/tid=58627] ppid=58613 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/58616/task/58627/stat : 58627 (Finalizer) S 58613 58616 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51689867 19521036288 1339768 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
[pid=58616/tid=58634] ppid=58613 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/58616/task/58634/stat : 58634 (Common-Cleaner) S 58613 58616 57637 0 -1 4194368 3459 0 0 0 0 0 0 0 20 0 20 0 51689868 19521036288 1339768 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
[pid=58616/tid=58703] ppid=58613 vsize=19063512 memory=5359072 CPUtime=0 cores=4,6
/proc/58616/task/58703/stat : 58703 (Timer-0) S 58613 58616 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51690881 19521036288 1339768 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
Current children cumulated CPU time: 3375.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5359072 KiB

[startup+3462.3 s]
/proc/loadavg: 4.23 4.23 4.19 5/342 58901
/proc/meminfo: memFree=105221588/131249992 swapFree=33010684/33010684
[pid=58616] ppid=58613 vsize=19063512 memory=5359072 CPUtime=3435.84 cores=4,6
/proc/58616/stat : 58616 (java) S 58613 58616 57637 0 -1 4194304 249665 0 0 0 343340 244 0 0 20 0 20 0 51689864 19521036288 1339768 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
/proc/58616/statm: 4765878 1339768 5554 1 0 1355762 0
[pid=58616/tid=58618] ppid=58613 vsize=19063512 memory=10752 CPUtime=3408.37 cores=4,6
/proc/58616/task/58618/stat : 58618 (java) R 58613 58616 57637 0 -1 4194368 125117 0 0 0 340707 130 0 0 20 0 20 0 51689865 19521036288 1339768 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
[pid=58616/tid=58627] ppid=58613 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/58616/task/58627/stat : 58627 (Finalizer) S 58613 58616 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51689867 19521036288 1339768 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
[pid=58616/tid=58634] ppid=58613 vsize=19063512 memory=14692 CPUtime=0 cores=4,6
/proc/58616/task/58634/stat : 58634 (Common-Cleaner) S 58613 58616 57637 0 -1 4194368 3529 0 0 0 0 0 0 0 20 0 20 0 51689868 19521036288 1339768 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
[pid=58616/tid=58703] ppid=58613 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/58616/task/58703/stat : 58703 (Timer-0) S 58613 58616 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51690881 19521036288 1339768 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
Current children cumulated CPU time: 3435.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5359072 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.20 4.18 5/342 58903
/proc/meminfo: memFree=105162448/131249992 swapFree=33010684/33010684
[pid=58616] ppid=58613 vsize=19063512 memory=5359072 CPUtime=3495.89 cores=4,6
/proc/58616/stat : 58616 (java) S 58613 58616 57637 0 -1 4194304 253510 0 0 0 349342 247 0 0 20 0 20 0 51689864 19521036288 1339768 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
/proc/58616/statm: 4765878 1339768 5554 1 0 1355762 0
[pid=58616/tid=58618] ppid=58613 vsize=19063512 memory=10752 CPUtime=3468.01 cores=4,6
/proc/58616/task/58618/stat : 58618 (java) R 58613 58616 57637 0 -1 4194368 126898 0 0 0 346670 131 0 0 20 0 20 0 51689865 19521036288 1339768 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
[pid=58616/tid=58627] ppid=58613 vsize=19063512 memory=5359072 CPUtime=0 cores=4,6
/proc/58616/task/58627/stat : 58627 (Finalizer) S 58613 58616 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51689867 19521036288 1339768 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
[pid=58616/tid=58634] ppid=58613 vsize=19063512 memory=5359072 CPUtime=0 cores=4,6
/proc/58616/task/58634/stat : 58634 (Common-Cleaner) S 58613 58616 57637 0 -1 4194368 3529 0 0 0 0 0 0 0 20 0 20 0 51689868 19521036288 1339768 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
[pid=58616/tid=58703] ppid=58613 vsize=19063512 memory=-6000919494248391786 CPUtime=0 cores=4,6
/proc/58616/task/58703/stat : 58703 (Timer-0) S 58613 58616 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51690881 19521036288 1339768 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
Current children cumulated CPU time: 3495.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5359072 KiB

[startup+3582.3 s]
/proc/loadavg: 4.03 4.16 4.17 4/317 58939
/proc/meminfo: memFree=111261392/131249992 swapFree=33010684/33010684
[pid=58616] ppid=58613 vsize=19063512 memory=5359072 CPUtime=3555.91 cores=4,6
/proc/58616/stat : 58616 (java) S 58613 58616 57637 0 -1 4194304 254666 0 0 0 355340 251 0 0 20 0 20 0 51689864 19521036288 1339768 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
/proc/58616/statm: 4765878 1339768 5554 1 0 1355762 0
[pid=58616/tid=58618] ppid=58613 vsize=19063512 memory=14692 CPUtime=3527.63 cores=4,6
/proc/58616/task/58618/stat : 58618 (java) R 58613 58616 57637 0 -1 4194368 127825 0 0 0 352629 134 0 0 20 0 20 0 51689865 19521036288 1339768 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
[pid=58616/tid=58627] ppid=58613 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/58616/task/58627/stat : 58627 (Finalizer) S 58613 58616 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51689867 19521036288 1339768 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
[pid=58616/tid=58634] ppid=58613 vsize=19063512 memory=1920 CPUtime=0 cores=4,6
/proc/58616/task/58634/stat : 58634 (Common-Cleaner) S 58613 58616 57637 0 -1 4194368 3611 0 0 0 0 0 0 0 20 0 20 0 51689868 19521036288 1339768 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
[pid=58616/tid=58703] ppid=58613 vsize=19063512 memory=5359072 CPUtime=0 cores=4,6
/proc/58616/task/58703/stat : 58703 (Timer-0) S 58613 58616 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51690881 19521036288 1339768 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
Current children cumulated CPU time: 3555.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5359072 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3626.4 s]
/proc/loadavg: 3.09 3.90 4.08 3/292 58973
/proc/meminfo: memFree=116490724/131249992 swapFree=33010684/33010684
[pid=58616] ppid=58613 vsize=19063512 memory=5359072 CPUtime=3600.01 cores=4,6
/proc/58616/stat : 58616 (java) S 58613 58616 57637 0 -1 4194304 258159 0 0 0 359749 252 0 0 20 0 20 0 51689864 19521036288 1339768 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
/proc/58616/statm: 4765878 1339768 5554 1 0 1355762 0
[pid=58616/tid=58618] ppid=58613 vsize=19063512 memory=-6000919494248391786 CPUtime=3571.54 cores=4,6
/proc/58616/task/58618/stat : 58618 (java) R 58613 58616 57637 0 -1 4194368 129376 0 0 0 357020 134 0 0 20 0 20 0 51689865 19521036288 1339768 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
[pid=58616/tid=58627] ppid=58613 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/58616/task/58627/stat : 58627 (Finalizer) S 58613 58616 57637 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51689867 19521036288 1339768 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
[pid=58616/tid=58634] ppid=58613 vsize=19063512 memory=4252 CPUtime=0 cores=4,6
/proc/58616/task/58634/stat : 58634 (Common-Cleaner) S 58613 58616 57637 0 -1 4194368 3614 0 0 0 0 0 0 0 20 0 20 0 51689868 19521036288 1339768 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
[pid=58616/tid=58703] ppid=58613 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/58616/task/58703/stat : 58703 (Timer-0) S 58613 58616 57637 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51690881 19521036288 1339768 18446744073709551615 94538366390272 94538366393968 140736125826608 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94538366401784 94538366402576 94538378883072 140736125835565 140736125835750 140736125835750 140736125841352 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5359072 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.57 s, system=2.54315 s

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

Child status: 143

Real time (s): 3626.47
CPU time (s): 3600.11
CPU user time (s): 3597.57
CPU system time (s): 2.54315
CPU usage (%): 99.2733
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 5359072

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.57
system time used= 2.54315
maximum resident set size= 5359968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 261018
page faults= 0
swaps= 0
block input operations= 0
block output operations= 44120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 116929
involuntary context switches= 25374


# summary of solver processes directly reported to runsolver:
#   pid: 58616
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3597.57
#   total CPU system time (s): 2.54315

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.50294 second user time and 16.6124 second system time

The end

Launcher Data

Begin job on nodeC025 at 2025-07-01 10:55:11
IDJOB=4489467
IDBENCH=147551
IDSOLVER=3362
FILE ID=nodeC025/4489467-1751360111
RUNJOBID= nodeC025-1751353019-57648
SLURM_JOB_ID= 9598147
Free space on /tmp= 433044 MiB

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

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

MD5SUM BENCH= e06e3866d9960a7084ad077c8fb9619e
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.681
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.522
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		: 3380.407
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		: 3596.740
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		: 3431.167
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		: 3599.840
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.868
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		: 3700.000
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:        118947856 kB
MemAvailable:   123767912 kB
Buffers:            3280 kB
Cached:          5617456 kB
SwapCached:            0 kB
Active:          6388672 kB
Inactive:        5277916 kB
Active(anon):    6064296 kB
Inactive(anon):        0 kB
Active(file):     324376 kB
Inactive(file):  5277916 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             65780 kB
Writeback:             0 kB
AnonPages:       6046368 kB
Mapped:           123288 kB
Shmem:             18084 kB
KReclaimable:     114008 kB
Slab:             204676 kB
SReclaimable:     114008 kB
SUnreclaim:        90668 kB
KernelStack:        5216 kB
PageTables:        15544 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    8872264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151480 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5799936 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= 433028 MiB
End job on nodeC025 at 2025-07-01 11:55:38