Trace number 4489651

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.34 3650.38

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_11.opb.PB06.opb
MD5SUM37dc22c6a12cddf588c55f8d6ee6d8c2
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 benchmark240
Best CPU time to get the best result obtained on this benchmark3586.04
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 492823
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 492823
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.10/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.19	c See www.sat4j.org for details.
0.10/0.21	c version PB25.v20250606
0.27/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.27/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.27/0.23	c java.vm.version	22.0.1+8-16
0.27/0.23	c java.vm.vendor	Oracle Corporation
0.27/0.23	c sun.arch.data.model	64
0.27/0.23	c java.version		22.0.1
0.27/0.23	c os.name		Linux
0.27/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.27/0.23	c os.arch		amd64
0.27/0.24	c Free memory 		2104792832
0.27/0.24	c Max memory 		16282288128
0.27/0.24	c Total memory 		2113929216
0.27/0.25	c Number of processors 	2
0.45/0.43	c Pseudo Boolean Optimization by upper bound
0.45/0.43	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.45/0.43	c  - never skip resolution steps
0.45/0.43	c  - Auto-division on coefficients is disabled
0.45/0.43	c  - No postprocessing
0.45/0.43	c  - Conflict is considered as is when resolving
0.45/0.43	c  - Use constraints as they come during conflict analysis
0.45/0.43	c  - Weaken first using unassigned literals
0.45/0.43	c  - Bump strategy: ALWAYS_ONE
0.45/0.43	c  - Bumper: EFFECTIVE
0.45/0.43	c --- Begin Solver configuration ---
0.45/0.43	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.45/0.43	c Learn all clauses as in MiniSAT
0.45/0.43	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.45/0.43	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.45/0.43	c No reason simplification
0.45/0.43	c Dynamic restart strategy considering the size of the coefficients
0.45/0.43	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.45/0.43	c timeout=2147483s
0.45/0.43	c DB Simplification allowed=false
0.45/0.43	c Listener: none
0.45/0.43	c --- End Solver configuration ---
0.63/0.44	c solving HOME/instance-4489651-1751362023.opb
0.63/0.44	c reading problem ... 
0.63/0.45	c using VERIPB proof format
0.63/0.45	c  objective function found
15.45/12.82	c ... done. Wall clock time 12.374s.
15.45/12.82	c declared #vars     10000
15.45/12.82	c #constraints  656900
15.45/12.82	c constraints type 
15.45/12.82	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
15.45/12.82	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
15.45/12.82	c 656900 constraints processed.
15.45/12.83	c objective function length is 10000 literals
241.91/258.21	c cleaning 2493 clauses out of 5001 with flag 0/5001
557.88/580.11	c cleaning 4249 clauses out of 8508 with flag 0/11001
976.87/998.11	c cleaning 5622 clauses out of 11258 with flag 0/18000
1399.92/1428.17	c cleaning 6810 clauses out of 13637 with flag 0/26001
2020.49/2047.70	c cleaning 7903 clauses out of 15828 with flag 0/35002
2651.68/2683.04	c cleaning 8958 clauses out of 17924 with flag 0/45001
3417.07/3460.99	c cleaning 9977 clauses out of 19967 with flag 0/56002
3600.04/3650.23	c starts		: 1
3600.04/3650.26	c conflicts		: 58764
3600.04/3650.26	c decisions		: 79809
3600.04/3650.26	c propagations		: 5436664
3600.04/3650.27	c inspects		: 228911502
3600.04/3650.27	c shortcuts		: 0
3600.04/3650.27	c learnt literals	: 0
3600.04/3650.27	c learnt binary clauses	: 0
3600.04/3650.27	c learnt ternary clauses	: 0
3600.04/3650.27	c learnt constraints	: 58763
3600.04/3650.27	c ignored constraints	: 0
3600.04/3650.27	c root simplifications	: 0
3600.04/3650.27	c removed literals (reason simplification)	: 0
3600.04/3650.27	c reason swapping (by a shorter reason)	: 0
3600.04/3650.27	c Calls to reduceDB	: 7
3600.04/3650.27	c Number of update (reduction) of LBD	: 91485
3600.04/3650.27	c Imported unit clauses	: 0
3600.04/3650.27	c No decision after first conflict	: false
3600.04/3650.27	c number of reductions to clauses (during analyze)	: 0
3600.04/3650.28	c number of learned constraints concerned by reduction	: 0
3600.04/3650.28	c number of learning phase by resolution	: 0
3600.04/3650.28	c number of learning phase by cutting planes	: 0
3600.04/3650.28	c number of rounding to 1 operations	: 0
3600.04/3650.28	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3650.28	c number of reductions of the coefficients by power 2 	: 0
3600.04/3650.28	c number of right shift for reduction by power 2 	: 0
3600.04/3650.28	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3650.28	c number of ending skipping 	: 0
3600.04/3650.28	c number of internal skipping 	: 0
3600.04/3650.28	c number of derivation steps 	: 1582381
3600.04/3650.28	c number of skipped derivation steps 	: 0
3600.04/3650.28	c number of remaining unassigned 	: 0
3600.04/3650.28	c number of remaining assigned 	: 0
3600.04/3650.28	c number of falsified literals weakened from reason	: 0
3600.04/3650.29	c number of falsified literals weakened from conflict	: 0
3600.04/3650.30	c time for arithmetic operations	: 0
3600.04/3650.30	c minimum degree of deleted constraints	: 1
3600.04/3650.30	c maximum degree of deleted constraints	: 1
3600.04/3650.30	c number of deleted constraints	: 46012
3600.23/3650.31	c speed (assignments/second)	: 1494.6516919172204
3600.23/3650.31	c non guided choices	: 0
3600.23/3650.34	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 12752
3600.23/3650.34	s UNKNOWN
3600.23/3650.34	c Total wall clock time (in seconds): 3649.894
3600.23/3650.34	c timeout

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (63073 MiB free)
  memory of node 1: 64507 MiB (63920 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4489651-1751362023/watcher-4489651-1751362023 -o /tmp/evaluation-result-4489651-1751362023/solver-4489651-1751362023 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751362023-49774 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4489651-1751362023 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4489651-1751362023.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=49830, runsolver pid=49815

[startup+0.100067 s]*
/proc/loadavg: 2.74 3.79 3.98 4/320 49899
/proc/meminfo: memFree=129980684/131382112 swapFree=33010160/33010684
[pid=49830] ppid=49815 vsize=18930384 memory=48840 CPUtime=0.1 cores=5,7
/proc/49830/stat : 49830 (java) S 49815 49830 49761 0 -1 4194304 5645 0 0 0 6 4 0 0 20 0 18 0 51881283 19384713216 12178 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
/proc/49830/statm: 4732596 12210 5042 1 0 546898 0
[pid=49830/tid=49835] ppid=49815 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=5,7
/proc/49830/task/49835/stat : 49835 (java) R 49815 49830 49761 0 -1 4194368 4593 0 0 0 4 2 0 0 20 0 18 0 51881286 19384713216 12210 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
[pid=49830/tid=49882] ppid=49815 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/49830/task/49882/stat : 49882 (Finalizer) S 49815 49830 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 51881291 19384713216 12242 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
[pid=49830/tid=49899] ppid=49815 vsize=18930384 memory=61792617516369 CPUtime=0 cores=5,7
/proc/49830/task/49899/stat : 49899 (Common-Cleaner) S 49815 49830 49761 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 51881292 19384713216 12242 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48840 KiB

[startup+0.220737 s]*
/proc/loadavg: 2.74 3.79 3.98 11/320 49899
/proc/meminfo: memFree=129968148/131382112 swapFree=33010160/33010684
[pid=49830] ppid=49815 vsize=18930384 memory=53928 CPUtime=0.27 cores=5,7
/proc/49830/stat : 49830 (java) S 49815 49830 49761 0 -1 4194304 6131 0 0 0 22 5 0 0 20 0 18 0 51881283 19384713216 13482 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
/proc/49830/statm: 4732596 13482 5330 1 0 547308 0
[pid=49830/tid=49835] ppid=49815 vsize=18930384 memory=4026663196 CPUtime=0.17 cores=5,7
/proc/49830/task/49835/stat : 49835 (java) R 49815 49830 49761 0 -1 4194368 4978 0 0 0 14 3 0 0 20 0 18 0 51881286 19384713216 13482 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
[pid=49830/tid=49882] ppid=49815 vsize=18930384 memory=1593 CPUtime=0 cores=5,7
/proc/49830/task/49882/stat : 49882 (Finalizer) S 49815 49830 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 51881291 19384713216 13482 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
[pid=49830/tid=49899] ppid=49815 vsize=18930384 memory=60693105869820 CPUtime=0 cores=5,7
/proc/49830/task/49899/stat : 49899 (Common-Cleaner) S 49815 49830 49761 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 51881292 19384713216 13482 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53928 KiB

[startup+0.314978 s]*
/proc/loadavg: 2.74 3.79 3.98 12/320 49899
/proc/meminfo: memFree=129958256/131382112 swapFree=33010160/33010684
[pid=49830] ppid=49815 vsize=18930384 memory=60108 CPUtime=0.45 cores=5,7
/proc/49830/stat : 49830 (java) S 49815 49830 49761 0 -1 4194304 6645 0 0 0 39 6 0 0 20 0 18 0 51881283 19384713216 15027 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
/proc/49830/statm: 4732596 15027 5330 1 0 547767 0
[pid=49830/tid=49835] ppid=49815 vsize=18930384 memory=-6000919485658325867 CPUtime=0.27 cores=5,7
/proc/49830/task/49835/stat : 49835 (java) R 49815 49830 49761 0 -1 4194368 5203 0 0 0 23 4 0 0 20 0 18 0 51881286 19384713216 15027 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
[pid=49830/tid=49882] ppid=49815 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/49830/task/49882/stat : 49882 (Finalizer) S 49815 49830 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 51881291 19384713216 15027 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
[pid=49830/tid=49899] ppid=49815 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/49830/task/49899/stat : 49899 (Common-Cleaner) S 49815 49830 49761 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 51881292 19384713216 15027 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 60108 KiB

[startup+0.700367 s]
/proc/loadavg: 2.74 3.79 3.98 14/320 49899
/proc/meminfo: memFree=129932988/131382112 swapFree=33010160/33010684
[pid=49830] ppid=49815 vsize=18930384 memory=148852 CPUtime=1.11 cores=5,7
/proc/49830/stat : 49830 (java) S 49815 49830 49761 0 -1 4194304 7311 0 0 0 101 10 0 0 20 0 18 0 51881283 19384713216 37213 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
/proc/49830/statm: 4732596 37213 5458 1 0 548289 0
[pid=49830/tid=49835] ppid=49815 vsize=18930384 memory=17792 CPUtime=0.57 cores=5,7
/proc/49830/task/49835/stat : 49835 (java) R 49815 49830 49761 0 -1 4194368 5432 0 0 0 50 7 0 0 20 0 18 0 51881286 19384713216 37213 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
[pid=49830/tid=49882] ppid=49815 vsize=18930384 memory=11264 CPUtime=0 cores=5,7
/proc/49830/task/49882/stat : 49882 (Finalizer) S 49815 49830 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 51881291 19384713216 37213 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
[pid=49830/tid=49899] ppid=49815 vsize=18930384 memory=3200 CPUtime=0 cores=5,7
/proc/49830/task/49899/stat : 49899 (Common-Cleaner) S 49815 49830 49761 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 51881292 19384713216 37213 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 148852 KiB

[startup+1.50027 s]
/proc/loadavg: 3.16 3.86 4.01 10/324 49903
/proc/meminfo: memFree=128974648/131382112 swapFree=33010160/33010684
[pid=49830] ppid=49815 vsize=18996948 memory=980068 CPUtime=2.66 cores=5,7
/proc/49830/stat : 49830 (java) S 49815 49830 49761 0 -1 4194304 18031 0 0 0 230 36 0 0 20 0 19 0 51881283 19452874752 245017 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
/proc/49830/statm: 4749237 245017 5458 1 0 553259 0
[pid=49830/tid=49835] ppid=49815 vsize=18996948 memory=3200 CPUtime=1.29 cores=5,7
/proc/49830/task/49835/stat : 49835 (java) R 49815 49830 49761 0 -1 4194368 5822 0 0 0 100 29 0 0 20 0 19 0 51881286 19452874752 245017 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
[pid=49830/tid=49882] ppid=49815 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/49830/task/49882/stat : 49882 (Finalizer) S 49815 49830 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 51881291 19452874752 245017 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
[pid=49830/tid=49899] ppid=49815 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/49830/task/49899/stat : 49899 (Common-Cleaner) S 49815 49830 49761 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 51881292 19452874752 245017 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
Current children cumulated CPU time: 2.66 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 980068 KiB

[startup+3.10596 s]
/proc/loadavg: 3.16 3.86 4.01 6/324 49903
/proc/meminfo: memFree=117106244/131382112 swapFree=33010160/33010684
[pid=49830] ppid=49815 vsize=18996948 memory=3162688 CPUtime=5.48 cores=5,7
/proc/49830/stat : 49830 (java) S 49815 49830 49761 0 -1 4194304 22501 0 0 0 461 87 0 0 20 0 19 0 51881283 19452874752 790672 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
/proc/49830/statm: 4749237 790672 5458 1 0 1024911 0
[pid=49830/tid=49835] ppid=49815 vsize=18996948 memory=11264 CPUtime=2.82 cores=5,7
/proc/49830/task/49835/stat : 49835 (java) R 49815 49830 49761 0 -1 4194368 7008 0 0 0 203 79 0 0 20 0 19 0 51881286 19452874752 790672 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
[pid=49830/tid=49882] ppid=49815 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/49830/task/49882/stat : 49882 (Finalizer) S 49815 49830 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 51881291 19452874752 790672 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
[pid=49830/tid=49899] ppid=49815 vsize=18996948 memory=5632 CPUtime=0 cores=5,7
/proc/49830/task/49899/stat : 49899 (Common-Cleaner) S 49815 49830 49761 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 51881292 19452874752 790672 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
Current children cumulated CPU time: 5.48 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3162688 KiB

[startup+6.30045 s]
/proc/loadavg: 3.23 3.87 4.01 8/324 49903
/proc/meminfo: memFree=111925448/131382112 swapFree=33010160/33010684
[pid=49830] ppid=49815 vsize=18996948 memory=4788740 CPUtime=8.73 cores=5,7
/proc/49830/stat : 49830 (java) S 49815 49830 49761 0 -1 4194304 24664 0 0 0 754 119 0 0 20 0 19 0 51881283 19452874752 1197185 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
/proc/49830/statm: 4749237 1197185 5458 1 0 1438519 0
[pid=49830/tid=49835] ppid=49815 vsize=18996948 memory=11264 CPUtime=5.77 cores=5,7
/proc/49830/task/49835/stat : 49835 (java) R 49815 49830 49761 0 -1 4194368 8153 0 0 0 468 109 0 0 20 0 19 0 51881286 19452874752 1197185 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
[pid=49830/tid=49882] ppid=49815 vsize=18996948 memory=5632 CPUtime=0 cores=5,7
/proc/49830/task/49882/stat : 49882 (Finalizer) S 49815 49830 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 51881291 19452874752 1197185 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
[pid=49830/tid=49899] ppid=49815 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/49830/task/49899/stat : 49899 (Common-Cleaner) S 49815 49830 49761 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 51881292 19452874752 1197185 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
Current children cumulated CPU time: 8.73 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4788740 KiB

[startup+12.7003 s]
/proc/loadavg: 3.37 3.89 4.01 7/324 49903
/proc/meminfo: memFree=108888080/131382112 swapFree=33010160/33010684
[pid=49830] ppid=49815 vsize=18996948 memory=5218200 CPUtime=15.33 cores=5,7
/proc/49830/stat : 49830 (java) S 49815 49830 49761 0 -1 4194304 25995 0 0 0 1404 129 0 0 20 0 19 0 51881283 19452874752 1304550 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
/proc/49830/statm: 4749237 1304550 5458 1 0 1545055 0
[pid=49830/tid=49835] ppid=49815 vsize=18996948 memory=0 CPUtime=11.78 cores=5,7
/proc/49830/task/49835/stat : 49835 (java) R 49815 49830 49761 0 -1 4194368 9009 0 0 0 1059 119 0 0 20 0 19 0 51881286 19452874752 1304550 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
[pid=49830/tid=49882] ppid=49815 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/49830/task/49882/stat : 49882 (Finalizer) S 49815 49830 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 51881291 19452874752 1304550 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
[pid=49830/tid=49899] ppid=49815 vsize=18996948 memory=14720 CPUtime=0 cores=5,7
/proc/49830/task/49899/stat : 49899 (Common-Cleaner) S 49815 49830 49761 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 51881292 19452874752 1304550 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
Current children cumulated CPU time: 15.33 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 5218200 KiB

[startup+25.5004 s]
/proc/loadavg: 3.47 3.89 4.01 9/328 49908
/proc/meminfo: memFree=108844308/131382112 swapFree=33010160/33010684
[pid=49830] ppid=49815 vsize=19063512 memory=5225812 CPUtime=29.95 cores=5,7
/proc/49830/stat : 49830 (java) S 49815 49830 49761 0 -1 4194304 30350 0 0 0 2862 133 0 0 20 0 20 0 51881283 19521036288 1306453 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
/proc/49830/statm: 4765878 1306453 5522 1 0 1545478 0
[pid=49830/tid=49835] ppid=49815 vsize=19063512 memory=-6000919485658325867 CPUtime=24.43 cores=5,7
/proc/49830/task/49835/stat : 49835 (java) R 49815 49830 49761 0 -1 4194368 10428 0 0 0 2323 120 0 0 20 0 20 0 51881286 19521036288 1306453 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
[pid=49830/tid=49882] ppid=49815 vsize=19063512 memory=5225812 CPUtime=0 cores=5,7
/proc/49830/task/49882/stat : 49882 (Finalizer) S 49815 49830 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51881291 19521036288 1306453 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
[pid=49830/tid=49899] ppid=49815 vsize=19063512 memory=-6000919485658325867 CPUtime=0 cores=5,7
/proc/49830/task/49899/stat : 49899 (Common-Cleaner) S 49815 49830 49761 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 51881292 19521036288 1306453 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
[pid=49830/tid=49905] ppid=49815 vsize=19063512 memory=3458959328001250296 CPUtime=0 cores=5,7
/proc/49830/task/49905/stat : 49905 (Timer-0) S 49815 49830 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51882572 19521036288 1306453 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
Current children cumulated CPU time: 29.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5225812 KiB

[startup+51.1124 s]
/proc/loadavg: 3.81 3.93 4.02 8/328 49908
/proc/meminfo: memFree=108838120/131382112 swapFree=33010160/33010684
[pid=49830] ppid=49815 vsize=19063512 memory=5226068 CPUtime=56.1 cores=5,7
/proc/49830/stat : 49830 (java) S 49815 49830 49761 0 -1 4194304 35208 0 0 0 5475 135 0 0 20 0 20 0 51881283 19521036288 1306517 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
/proc/49830/statm: 4765878 1306517 5522 1 0 1545494 0
[pid=49830/tid=49835] ppid=49815 vsize=19063512 memory=5225940 CPUtime=49.98 cores=5,7
/proc/49830/task/49835/stat : 49835 (java) R 49815 49830 49761 0 -1 4194368 12658 0 0 0 4878 120 0 0 20 0 20 0 51881286 19521036288 1306517 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
[pid=49830/tid=49882] ppid=49815 vsize=19063512 memory=5225940 CPUtime=0 cores=5,7
/proc/49830/task/49882/stat : 49882 (Finalizer) S 49815 49830 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51881291 19521036288 1306517 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
[pid=49830/tid=49899] ppid=49815 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/49830/task/49899/stat : 49899 (Common-Cleaner) S 49815 49830 49761 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 51881292 19521036288 1306517 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
[pid=49830/tid=49905] ppid=49815 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/49830/task/49905/stat : 49905 (Timer-0) S 49815 49830 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51882572 19521036288 1306517 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
Current children cumulated CPU time: 56.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5226068 KiB

[startup+102.3 s]

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

[startup+3342.3 s]
/proc/loadavg: 4.17 4.17 4.18 8/328 50087
/proc/meminfo: memFree=103170336/131382112 swapFree=33010160/33010684
[pid=49830] ppid=49815 vsize=19063512 memory=8156048 CPUtime=3298.47 cores=5,7
/proc/49830/stat : 49830 (java) S 49815 49830 49761 0 -1 4194304 293623 0 0 0 329469 378 0 0 20 0 20 0 51881283 19521036288 2039012 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
/proc/49830/statm: 4765878 2039012 5554 1 0 2053733 0
[pid=49830/tid=49835] ppid=49815 vsize=19063512 memory=8156048 CPUtime=3266.47 cores=5,7
/proc/49830/task/49835/stat : 49835 (java) R 49815 49830 49761 0 -1 4194368 172111 0 0 0 326448 199 0 0 20 0 20 0 51881286 19521036288 2039012 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
[pid=49830/tid=49882] ppid=49815 vsize=19063512 memory=8156048 CPUtime=0 cores=5,7
/proc/49830/task/49882/stat : 49882 (Finalizer) S 49815 49830 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51881291 19521036288 2039012 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
[pid=49830/tid=49899] ppid=49815 vsize=19063512 memory=17792 CPUtime=0 cores=5,7
/proc/49830/task/49899/stat : 49899 (Common-Cleaner) S 49815 49830 49761 0 -1 4194368 2519 0 0 0 0 0 0 0 20 0 20 0 51881292 19521036288 2039012 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
[pid=49830/tid=49905] ppid=49815 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/49830/task/49905/stat : 49905 (Timer-0) S 49815 49830 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51882572 19521036288 2039012 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
Current children cumulated CPU time: 3298.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8156048 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.16 4.17 8/328 50089
/proc/meminfo: memFree=103156860/131382112 swapFree=33010160/33010684
[pid=49830] ppid=49815 vsize=19063512 memory=8158100 CPUtime=3358.65 cores=5,7
/proc/49830/stat : 49830 (java) S 49815 49830 49761 0 -1 4194304 297976 0 0 0 335483 382 0 0 20 0 20 0 51881283 19521036288 2039525 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
/proc/49830/statm: 4765878 2039525 5554 1 0 2053733 0
[pid=49830/tid=49835] ppid=49815 vsize=19063512 memory=17792 CPUtime=3326.08 cores=5,7
/proc/49830/task/49835/stat : 49835 (java) R 49815 49830 49761 0 -1 4194368 173469 0 0 0 332408 200 0 0 20 0 20 0 51881286 19521036288 2039525 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
[pid=49830/tid=49882] ppid=49815 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/49830/task/49882/stat : 49882 (Finalizer) S 49815 49830 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51881291 19521036288 2039525 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
[pid=49830/tid=49899] ppid=49815 vsize=19063512 memory=17792 CPUtime=0 cores=5,7
/proc/49830/task/49899/stat : 49899 (Common-Cleaner) S 49815 49830 49761 0 -1 4194368 2572 0 0 0 0 0 0 0 20 0 20 0 51881292 19521036288 2039525 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
[pid=49830/tid=49905] ppid=49815 vsize=19063512 memory=8158100 CPUtime=0 cores=5,7
/proc/49830/task/49905/stat : 49905 (Timer-0) S 49815 49830 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51882572 19521036288 2039525 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
Current children cumulated CPU time: 3358.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8158100 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.16 4.17 8/328 50091
/proc/meminfo: memFree=103157652/131382112 swapFree=33010160/33010684
[pid=49830] ppid=49815 vsize=19063512 memory=8158100 CPUtime=3418.46 cores=5,7
/proc/49830/stat : 49830 (java) S 49815 49830 49761 0 -1 4194304 303218 0 0 0 341462 384 0 0 20 0 20 0 51881283 19521036288 2039525 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
/proc/49830/statm: 4765878 2039525 5554 1 0 2053733 0
[pid=49830/tid=49835] ppid=49815 vsize=19063512 memory=17792 CPUtime=3385.59 cores=5,7
/proc/49830/task/49835/stat : 49835 (java) R 49815 49830 49761 0 -1 4194368 176445 0 0 0 338358 201 0 0 20 0 20 0 51881286 19521036288 2039525 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
[pid=49830/tid=49882] ppid=49815 vsize=19063512 memory=8158100 CPUtime=0 cores=5,7
/proc/49830/task/49882/stat : 49882 (Finalizer) S 49815 49830 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51881291 19521036288 2039525 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
[pid=49830/tid=49899] ppid=49815 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/49830/task/49899/stat : 49899 (Common-Cleaner) S 49815 49830 49761 0 -1 4194368 2656 0 0 0 0 0 0 0 20 0 20 0 51881292 19521036288 2039525 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
[pid=49830/tid=49905] ppid=49815 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/49830/task/49905/stat : 49905 (Timer-0) S 49815 49830 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51882572 19521036288 2039525 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
Current children cumulated CPU time: 3418.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8158100 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.14 4.17 8/327 50093
/proc/meminfo: memFree=103156992/131382112 swapFree=33010160/33010684
[pid=49830] ppid=49815 vsize=19063512 memory=8158100 CPUtime=3478.46 cores=5,7
/proc/49830/stat : 49830 (java) S 49815 49830 49761 0 -1 4194304 305549 0 0 0 347459 387 0 0 20 0 20 0 51881283 19521036288 2039525 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
/proc/49830/statm: 4765878 2039525 5554 1 0 2053733 0
[pid=49830/tid=49835] ppid=49815 vsize=19063512 memory=8158100 CPUtime=3445.37 cores=5,7
/proc/49830/task/49835/stat : 49835 (java) R 49815 49830 49761 0 -1 4194368 178461 0 0 0 344335 202 0 0 20 0 20 0 51881286 19521036288 2039525 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
[pid=49830/tid=49882] ppid=49815 vsize=19063512 memory=8158100 CPUtime=0 cores=5,7
/proc/49830/task/49882/stat : 49882 (Finalizer) S 49815 49830 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51881291 19521036288 2039525 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
[pid=49830/tid=49899] ppid=49815 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/49830/task/49899/stat : 49899 (Common-Cleaner) S 49815 49830 49761 0 -1 4194368 2658 0 0 0 0 0 0 0 20 0 20 0 51881292 19521036288 2039525 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
[pid=49830/tid=49905] ppid=49815 vsize=19063512 memory=8158100 CPUtime=0 cores=5,7
/proc/49830/task/49905/stat : 49905 (Timer-0) S 49815 49830 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51882572 19521036288 2039525 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
Current children cumulated CPU time: 3478.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8158100 KiB

[startup+3582.3 s]
/proc/loadavg: 4.25 4.17 4.18 8/326 50095
/proc/meminfo: memFree=103155280/131382112 swapFree=33010160/33010684
[pid=49830] ppid=49815 vsize=19063512 memory=8158100 CPUtime=3538.37 cores=5,7
/proc/49830/stat : 49830 (java) S 49815 49830 49761 0 -1 4194304 310487 0 0 0 353446 391 0 0 20 0 20 0 51881283 19521036288 2039525 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
/proc/49830/statm: 4765878 2039525 5554 1 0 2053733 0
[pid=49830/tid=49835] ppid=49815 vsize=19063512 memory=8158100 CPUtime=3505.23 cores=5,7
/proc/49830/task/49835/stat : 49835 (java) R 49815 49830 49761 0 -1 4194368 182782 0 0 0 350320 203 0 0 20 0 20 0 51881286 19521036288 2039525 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
[pid=49830/tid=49882] ppid=49815 vsize=19063512 memory=8158100 CPUtime=0 cores=5,7
/proc/49830/task/49882/stat : 49882 (Finalizer) S 49815 49830 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51881291 19521036288 2039525 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
[pid=49830/tid=49899] ppid=49815 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/49830/task/49899/stat : 49899 (Common-Cleaner) S 49815 49830 49761 0 -1 4194368 2755 0 0 0 0 0 0 0 20 0 20 0 51881292 19521036288 2039525 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
[pid=49830/tid=49905] ppid=49815 vsize=19063512 memory=-6000919485658325867 CPUtime=0 cores=5,7
/proc/49830/task/49905/stat : 49905 (Timer-0) S 49815 49830 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51882572 19521036288 2039525 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
Current children cumulated CPU time: 3538.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8158100 KiB

[startup+3642.3 s]
/proc/loadavg: 4.23 4.19 4.18 4/325 50097
/proc/meminfo: memFree=103154576/131382112 swapFree=33010160/33010684
[pid=49830] ppid=49815 vsize=19063512 memory=8158100 CPUtime=3592.16 cores=5,7
/proc/49830/stat : 49830 (java) S 49815 49830 49761 0 -1 4194304 314145 0 0 0 358822 394 0 0 20 0 20 0 51881283 19521036288 2039525 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
/proc/49830/statm: 4765878 2039525 5554 1 0 2053733 0
[pid=49830/tid=49835] ppid=49815 vsize=19063512 memory=8158100 CPUtime=3558.17 cores=5,7
/proc/49830/task/49835/stat : 49835 (java) R 49815 49830 49761 0 -1 4194368 183848 0 0 0 355614 203 0 0 20 0 20 0 51881286 19521036288 2039525 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
[pid=49830/tid=49882] ppid=49815 vsize=19063512 memory=4252 CPUtime=0 cores=5,7
/proc/49830/task/49882/stat : 49882 (Finalizer) S 49815 49830 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51881291 19521036288 2039525 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
[pid=49830/tid=49899] ppid=49815 vsize=19063512 memory=8158100 CPUtime=0 cores=5,7
/proc/49830/task/49899/stat : 49899 (Common-Cleaner) S 49815 49830 49761 0 -1 4194368 2805 0 0 0 0 0 0 0 20 0 20 0 51881292 19521036288 2039525 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
[pid=49830/tid=49905] ppid=49815 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/49830/task/49905/stat : 49905 (Timer-0) S 49815 49830 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51882572 19521036288 2039525 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
Current children cumulated CPU time: 3592.16 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8158100 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3650.2 s]
/proc/loadavg: 4.21 4.18 4.18 9/322 50228
/proc/meminfo: memFree=114098272/131382112 swapFree=33010160/33010684
[pid=49830] ppid=49815 vsize=19063512 memory=8158100 CPUtime=3600.04 cores=5,7
/proc/49830/stat : 49830 (java) S 49815 49830 49761 0 -1 4194304 314178 0 0 0 359608 396 0 0 20 0 20 0 51881283 19521036288 2039525 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
/proc/49830/statm: 4765878 2039525 5554 1 0 2053733 0
[pid=49830/tid=49835] ppid=49815 vsize=19063512 memory=4788 CPUtime=3566.05 cores=5,7
/proc/49830/task/49835/stat : 49835 (java) R 49815 49830 49761 0 -1 4194368 183881 0 0 0 356400 205 0 0 20 0 20 0 51881286 19521036288 2039525 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
[pid=49830/tid=49882] ppid=49815 vsize=19063512 memory=6708 CPUtime=0 cores=5,7
/proc/49830/task/49882/stat : 49882 (Finalizer) S 49815 49830 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 51881291 19521036288 2039525 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
[pid=49830/tid=49899] ppid=49815 vsize=19063512 memory=6900 CPUtime=0 cores=5,7
/proc/49830/task/49899/stat : 49899 (Common-Cleaner) S 49815 49830 49761 0 -1 4194368 2805 0 0 0 0 0 0 0 20 0 20 0 51881292 19521036288 2039525 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
[pid=49830/tid=49905] ppid=49815 vsize=19063512 memory=6878680 CPUtime=0 cores=5,7
/proc/49830/task/49905/stat : 49905 (Timer-0) S 49815 49830 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 51882572 19521036288 2039525 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 8158100 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.35 s, system=3.99389 s

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

[startup+3650.3 s]
/proc/loadavg: 4.21 4.18 4.18 9/322 50228
/proc/meminfo: memFree=114098272/131382112 swapFree=33010160/33010684
[pid=49830] ppid=49815 vsize=19263204 memory=8158996 CPUtime=3600.23 cores=5,7
/proc/49830/stat : 49830 (java) S 49815 49830 49761 0 -1 4194304 316284 0 0 0 359627 396 0 0 20 0 21 0 51881283 19725520896 2039749 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
/proc/49830/statm: 4815801 2039749 5586 1 0 2054620 0
[pid=49830/tid=49835] ppid=49815 vsize=19263204 memory=8158100 CPUtime=3566.15 cores=5,7
/proc/49830/task/49835/stat : 49835 (java) R 49815 49830 49761 0 -1 4194368 183883 0 0 0 356410 205 0 0 20 0 21 0 51881286 19725520896 2039749 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
[pid=49830/tid=49882] ppid=49815 vsize=19263204 memory=4252 CPUtime=0 cores=5,7
/proc/49830/task/49882/stat : 49882 (Finalizer) S 49815 49830 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 51881291 19725520896 2039749 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
[pid=49830/tid=49899] ppid=49815 vsize=19263204 memory=8158100 CPUtime=0 cores=5,7
/proc/49830/task/49899/stat : 49899 (Common-Cleaner) S 49815 49830 49761 0 -1 4194368 2805 0 0 0 0 0 0 0 20 0 21 0 51881292 19725520896 2039749 18446744073709551615 94691856781312 94691856785008 140736255081392 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94691856792824 94691856793616 94691889369088 140736255088941 140736255089126 140736255089126 140736255094728 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 8158996 KiB

Child status: 143

Real time (s): 3650.38
CPU time (s): 3600.34
CPU user time (s): 3596.35
CPU system time (s): 3.99389
CPU usage (%): 98.6293
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 8158996

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.35
system time used= 3.99389
maximum resident set size= 8159124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 316645
page faults= 0
swaps= 0
block input operations= 0
block output operations= 39464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 115099
involuntary context switches= 7838


# summary of solver processes directly reported to runsolver:
#   pid: 49830
#   total CPU time (s): 3600.34
#   total CPU user time (s): 3596.35
#   total CPU system time (s): 3.99389

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.8459 second user time and 32.6743 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-01 11:27:04
IDJOB=4489651
IDBENCH=147559
IDSOLVER=3362
FILE ID=nodeC001/4489651-1751362023
RUNJOBID= nodeC001-1751362023-49774
SLURM_JOB_ID= 9598175
Free space on /tmp= 432992 MiB

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

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

MD5SUM BENCH= 37dc22c6a12cddf588c55f8d6ee6d8c2
RANDOM SEED=259368923

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        130040296 kB
MemAvailable:   129894764 kB
Buffers:            2128 kB
Cached:           658700 kB
SwapCached:           28 kB
Active:           366000 kB
Inactive:         359856 kB
Active(anon):      72580 kB
Inactive(anon):    10380 kB
Active(file):     293420 kB
Inactive(file):   349476 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             69680 kB
Writeback:            12 kB
AnonPages:         69064 kB
Mapped:           102764 kB
Shmem:             17932 kB
KReclaimable:     102012 kB
Slab:             185776 kB
SReclaimable:     102012 kB
SUnreclaim:        83764 kB
KernelStack:        3872 kB
PageTables:         2776 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     330764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149272 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432988 MiB
End job on nodeC001 at 2025-07-01 12:27:55