Trace number 4498575

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.36 3470.65

General information on the benchmark

NamePB24/normalized-PB09/OPT-LIN/aries-da_nrp/
normalized-aries-da_network_1000_5__369_766__2048.opb
MD5SUM760396d2ac3ca07c4585eda9e150afe7
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark87132
Best CPU time to get the best result obtained on this benchmark324.795
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10240998
Total number of constraints6000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5002
Number of constraints which are nor clauses,nor cardinality constraints998
Minimum length of a constraint2048
Maximum length of a constraint83969
Number of terms in the objective function 10240000
Biggest coefficient in the objective function 122979
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 351702657024
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 122979
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 351702657024
Number of bits of the biggest sum of numbers39
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.11	c See www.sat4j.org for details.
0.12/0.12	c version PB25.v20250606
0.12/0.15	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.15	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.15	c java.vm.version	22.0.1+8-16
0.12/0.15	c java.vm.vendor	Oracle Corporation
0.12/0.15	c sun.arch.data.model	64
0.12/0.15	c java.version		22.0.1
0.12/0.15	c os.name		Linux
0.12/0.15	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.15	c os.arch		amd64
0.12/0.16	c Free memory 		2104792832
0.12/0.16	c Max memory 		16282288128
0.12/0.16	c Total memory 		2113929216
0.12/0.16	c Number of processors 	2
0.39/0.32	c Pseudo Boolean Optimization by upper bound
0.39/0.32	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.39/0.32	c  - never skip resolution steps
0.39/0.32	c  - Auto-division on coefficients is disabled
0.39/0.32	c  - No postprocessing
0.39/0.32	c  - Conflict is considered as is when resolving
0.39/0.32	c  - Use constraints as they come during conflict analysis
0.39/0.32	c  - Weaken first using unassigned literals
0.39/0.32	c  - Bump strategy: ALWAYS_ONE
0.39/0.32	c  - Bumper: EFFECTIVE
0.39/0.32	c --- Begin Solver configuration ---
0.39/0.32	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.39/0.32	c Learn all clauses as in MiniSAT
0.39/0.32	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.39/0.32	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.39/0.32	c No reason simplification
0.39/0.32	c Dynamic restart strategy considering the size of the coefficients
0.39/0.32	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.39/0.32	c timeout=2147483s
0.39/0.32	c DB Simplification allowed=false
0.39/0.32	c Listener: none
0.39/0.32	c --- End Solver configuration ---
0.39/0.32	c solving HOME/instance-4498575-1751404997.opb
0.39/0.32	c reading problem ... 
0.39/0.32	c using VERIPB proof format
0.51/0.42	c  objective function found
354.87/332.83	c ... done. Wall clock time 332.512s.
354.87/332.83	c declared #vars     10240998
354.87/332.84	c #constraints  7000
354.87/332.84	c constraints type 
354.87/332.84	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 5002
354.87/332.84	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1996
354.87/332.84	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
354.87/332.84	c 7000 constraints processed.
354.87/332.85	c objective function length is 10240000 literals
3600.09/3470.53	c starts		: 6
3600.09/3470.56	c conflicts		: 509
3600.09/3470.56	c decisions		: 304223781
3600.09/3470.56	c propagations		: 311410962
3600.09/3470.56	c inspects		: 2200281
3600.09/3470.56	c shortcuts		: 0
3600.09/3470.56	c learnt literals	: 0
3600.09/3470.56	c learnt binary clauses	: 0
3600.09/3470.56	c learnt ternary clauses	: 0
3600.09/3470.56	c learnt constraints	: 508
3600.09/3470.56	c ignored constraints	: 0
3600.09/3470.57	c root simplifications	: 0
3600.09/3470.57	c removed literals (reason simplification)	: 0
3600.09/3470.57	c reason swapping (by a shorter reason)	: 0
3600.09/3470.57	c Calls to reduceDB	: 0
3600.09/3470.57	c Number of update (reduction) of LBD	: 715
3600.09/3470.57	c Imported unit clauses	: 0
3600.09/3470.57	c No decision after first conflict	: false
3600.09/3470.57	c number of reductions to clauses (during analyze)	: 0
3600.09/3470.57	c number of learned constraints concerned by reduction	: 0
3600.09/3470.57	c number of learning phase by resolution	: 0
3600.09/3470.57	c number of learning phase by cutting planes	: 0
3600.09/3470.57	c number of rounding to 1 operations	: 0
3600.09/3470.57	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3470.57	c number of reductions of the coefficients by power 2 	: 0
3600.09/3470.57	c number of right shift for reduction by power 2 	: 0
3600.09/3470.57	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3470.57	c number of ending skipping 	: 0
3600.09/3470.57	c number of internal skipping 	: 0
3600.09/3470.58	c number of derivation steps 	: 897
3600.09/3470.58	c number of skipped derivation steps 	: 0
3600.09/3470.58	c number of remaining unassigned 	: 0
3600.09/3470.58	c number of remaining assigned 	: 2013744
3600.09/3470.59	c number of falsified literals weakened from reason	: 0
3600.09/3470.59	c number of falsified literals weakened from conflict	: 0
3600.09/3470.59	c time for arithmetic operations	: 16265972
3600.09/3470.59	c minimum degree of deleted constraints	: null
3600.09/3470.59	c maximum degree of deleted constraints	: null
3600.09/3470.59	c number of deleted constraints	: 0
3600.09/3470.60	c speed (assignments/second)	: 99326.70157969826
3600.09/3470.60	c non guided choices	: 0
3600.30/3470.60	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 23
3600.30/3470.60	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 485
3600.30/3470.60	s UNKNOWN
3600.30/3470.60	c Total wall clock time (in seconds): 3470.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: 63794 MiB (51840 MiB free)
  memory of node 1: 64507 MiB (58739 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4498575-1751404997/watcher-4498575-1751404997 -o /tmp/evaluation-result-4498575-1751404997/solver-4498575-1751404997 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751398222-54339 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4498575-1751404997 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4498575-1751404997.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
solver pid=55357, runsolver pid=55354
Current StackSize limit: 8192 KiB


[startup+0.100045 s]*
/proc/loadavg: 4.15 4.15 4.17 6/328 55375
/proc/meminfo: memFree=113210656/131382112 swapFree=33010684/33010684
[pid=55357] ppid=55354 vsize=18930384 memory=49360 CPUtime=0.12 cores=1,3
/proc/55357/stat : 55357 (java) S 55354 55357 54327 0 -1 4194304 6009 0 0 0 10 2 0 0 20 0 18 0 56179870 19384713216 12340 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
/proc/55357/statm: 4732596 12340 5335 1 0 547163 0
[pid=55357/tid=55359] ppid=55354 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/55357/task/55359/stat : 55359 (java) R 55354 55357 54327 0 -1 4194368 4879 0 0 0 6 1 0 0 20 0 18 0 56179873 19384713216 12340 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
[pid=55357/tid=55368] ppid=55354 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/55357/task/55368/stat : 55368 (Finalizer) S 55354 55357 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 56179875 19384713216 12340 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
[pid=55357/tid=55375] ppid=55354 vsize=18930384 memory=57394571004297 CPUtime=0 cores=1,3
/proc/55357/task/55375/stat : 55375 (Common-Cleaner) S 55354 55357 54327 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 56179875 19384713216 12340 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49360 KiB

[startup+0.205346 s]*
/proc/loadavg: 4.15 4.15 4.17 7/328 55375
/proc/meminfo: memFree=113199692/131382112 swapFree=33010684/33010684
[pid=55357] ppid=55354 vsize=18930384 memory=58024 CPUtime=0.25 cores=1,3
/proc/55357/stat : 55357 (java) S 55354 55357 54327 0 -1 4194304 6638 0 0 0 22 3 0 0 20 0 18 0 56179870 19384713216 14506 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
/proc/55357/statm: 4732596 14506 5335 1 0 547660 0
[pid=55357/tid=55359] ppid=55354 vsize=18930384 memory=4026663196 CPUtime=0.17 cores=1,3
/proc/55357/task/55359/stat : 55359 (java) R 55354 55357 54327 0 -1 4194368 5114 0 0 0 16 1 0 0 20 0 18 0 56179873 19384713216 14506 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
[pid=55357/tid=55368] ppid=55354 vsize=18930384 memory=1707 CPUtime=0 cores=1,3
/proc/55357/task/55368/stat : 55368 (Finalizer) S 55354 55357 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 56179875 19384713216 14506 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
[pid=55357/tid=55375] ppid=55354 vsize=18930384 memory=56295059358712 CPUtime=0 cores=1,3
/proc/55357/task/55375/stat : 55375 (Common-Cleaner) S 55354 55357 54327 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 56179875 19384713216 14506 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58024 KiB

[startup+0.305785 s]*
/proc/loadavg: 4.15 4.15 4.17 5/328 55375
/proc/meminfo: memFree=113199188/131382112 swapFree=33010684/33010684
[pid=55357] ppid=55354 vsize=18930384 memory=59688 CPUtime=0.39 cores=1,3
/proc/55357/stat : 55357 (java) S 55354 55357 54327 0 -1 4194304 6975 0 0 0 36 3 0 0 20 0 18 0 56179870 19384713216 14922 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
/proc/55357/statm: 4732596 14922 5431 1 0 547894 0
[pid=55357/tid=55359] ppid=55354 vsize=18930384 memory=-6000919489886513002 CPUtime=0.27 cores=1,3
/proc/55357/task/55359/stat : 55359 (java) R 55354 55357 54327 0 -1 4194368 5295 0 0 0 25 2 0 0 20 0 18 0 56179873 19384713216 14922 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
[pid=55357/tid=55368] ppid=55354 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/55357/task/55368/stat : 55368 (Finalizer) S 55354 55357 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 56179875 19384713216 14922 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
[pid=55357/tid=55375] ppid=55354 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/55357/task/55375/stat : 55375 (Common-Cleaner) S 55354 55357 54327 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 56179875 19384713216 14922 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59688 KiB

[startup+0.700239 s]
/proc/loadavg: 4.15 4.15 4.17 6/328 55375
/proc/meminfo: memFree=112898860/131382112 swapFree=33010684/33010684
[pid=55357] ppid=55354 vsize=18930384 memory=383356 CPUtime=1.05 cores=1,3
/proc/55357/stat : 55357 (java) S 55354 55357 54327 0 -1 4194304 9359 0 0 0 93 12 0 0 20 0 18 0 56179870 19384713216 95839 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
/proc/55357/statm: 4732596 95839 5431 1 0 549290 0
[pid=55357/tid=55359] ppid=55354 vsize=18930384 memory=17920 CPUtime=0.65 cores=1,3
/proc/55357/task/55359/stat : 55359 (java) R 55354 55357 54327 0 -1 4194368 5510 0 0 0 56 9 0 0 20 0 18 0 56179873 19384713216 95839 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
[pid=55357/tid=55368] ppid=55354 vsize=18930384 memory=10752 CPUtime=0 cores=1,3
/proc/55357/task/55368/stat : 55368 (Finalizer) S 55354 55357 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 56179875 19384713216 95839 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
[pid=55357/tid=55375] ppid=55354 vsize=18930384 memory=3200 CPUtime=0 cores=1,3
/proc/55357/task/55375/stat : 55375 (Common-Cleaner) S 55354 55357 54327 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 56179875 19384713216 95839 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
Current children cumulated CPU time: 1.05 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 383356 KiB

[startup+1.50042 s]
/proc/loadavg: 4.15 4.15 4.17 5/329 55376
/proc/meminfo: memFree=112796776/131382112 swapFree=33010684/33010684
[pid=55357] ppid=55354 vsize=18996948 memory=498824 CPUtime=1.89 cores=1,3
/proc/55357/stat : 55357 (java) S 55354 55357 54327 0 -1 4194304 9594 0 0 0 174 15 0 0 20 0 19 0 56179870 19452874752 124706 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
/proc/55357/statm: 4749237 124706 5463 1 0 549622 0
[pid=55357/tid=55359] ppid=55354 vsize=18996948 memory=3200 CPUtime=1.32 cores=1,3
/proc/55357/task/55359/stat : 55359 (java) R 55354 55357 54327 0 -1 4194368 5568 0 0 0 121 11 0 0 20 0 19 0 56179873 19452874752 124706 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
[pid=55357/tid=55368] ppid=55354 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/55357/task/55368/stat : 55368 (Finalizer) S 55354 55357 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 56179875 19452874752 124706 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
[pid=55357/tid=55375] ppid=55354 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/55357/task/55375/stat : 55375 (Common-Cleaner) S 55354 55357 54327 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 56179875 19452874752 124706 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
Current children cumulated CPU time: 1.89 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 498824 KiB

[startup+3.1141 s]
/proc/loadavg: 4.15 4.15 4.17 5/329 55376
/proc/meminfo: memFree=112352992/131382112 swapFree=33010684/33010684
[pid=55357] ppid=55354 vsize=18996948 memory=893308 CPUtime=3.67 cores=1,3
/proc/55357/stat : 55357 (java) S 55354 55357 54327 0 -1 4194304 10624 0 0 0 341 26 0 0 20 0 19 0 56179870 19452874752 223327 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
/proc/55357/statm: 4749237 223327 5463 1 0 1287013 0
[pid=55357/tid=55359] ppid=55354 vsize=18996948 memory=10752 CPUtime=2.61 cores=1,3
/proc/55357/task/55359/stat : 55359 (java) R 55354 55357 54327 0 -1 4194368 5723 0 0 0 243 18 0 0 20 0 19 0 56179873 19452874752 223327 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
[pid=55357/tid=55368] ppid=55354 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/55357/task/55368/stat : 55368 (Finalizer) S 55354 55357 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 56179875 19452874752 223327 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
[pid=55357/tid=55375] ppid=55354 vsize=18996948 memory=5632 CPUtime=0 cores=1,3
/proc/55357/task/55375/stat : 55375 (Common-Cleaner) S 55354 55357 54327 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 56179875 19452874752 223327 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
Current children cumulated CPU time: 3.67 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 893308 KiB

[startup+6.30037 s]
/proc/loadavg: 4.22 4.17 4.18 6/330 55377
/proc/meminfo: memFree=111792220/131382112 swapFree=33010684/33010684
[pid=55357] ppid=55354 vsize=19063512 memory=1533240 CPUtime=7.42 cores=1,3
/proc/55357/stat : 55357 (java) S 55354 55357 54327 0 -1 4194304 11596 0 0 0 699 43 0 0 20 0 20 0 56179870 19521036288 383310 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
/proc/55357/statm: 4765878 383310 5463 1 0 1949539 0
[pid=55357/tid=55359] ppid=55354 vsize=19063512 memory=5632 CPUtime=5.24 cores=1,3
/proc/55357/task/55359/stat : 55359 (java) R 55354 55357 54327 0 -1 4194368 5984 0 0 0 496 28 0 0 20 0 20 0 56179873 19521036288 383310 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
[pid=55357/tid=55368] ppid=55354 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/55357/task/55368/stat : 55368 (Finalizer) S 55354 55357 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56179875 19521036288 383310 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
[pid=55357/tid=55375] ppid=55354 vsize=19063512 memory=-6000919489886513002 CPUtime=0 cores=1,3
/proc/55357/task/55375/stat : 55375 (Common-Cleaner) S 55354 55357 54327 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 56179875 19521036288 383310 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
Current children cumulated CPU time: 7.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1533240 KiB

[startup+12.7003 s]
/proc/loadavg: 4.20 4.16 4.17 6/330 55377
/proc/meminfo: memFree=110094384/131382112 swapFree=33010684/33010684
[pid=55357] ppid=55354 vsize=19063512 memory=3341236 CPUtime=15.57 cores=1,3
/proc/55357/stat : 55357 (java) S 55354 55357 54327 0 -1 4194304 16066 0 0 0 1468 89 0 0 20 0 20 0 56179870 19521036288 835309 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
/proc/55357/statm: 4765878 835309 5495 1 0 2377010 0
[pid=55357/tid=55359] ppid=55354 vsize=19063512 memory=1547676 CPUtime=10.7 cores=1,3
/proc/55357/task/55359/stat : 55359 (java) S 55354 55357 54327 0 -1 4194368 7070 0 0 0 1007 63 0 0 20 0 20 0 56179873 19521036288 835309 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
[pid=55357/tid=55368] ppid=55354 vsize=19063512 memory=17920 CPUtime=0 cores=1,3
/proc/55357/task/55368/stat : 55368 (Finalizer) S 55354 55357 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56179875 19521036288 835309 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
[pid=55357/tid=55375] ppid=55354 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/55357/task/55375/stat : 55375 (Common-Cleaner) S 55354 55357 54327 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 56179875 19521036288 835309 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
Current children cumulated CPU time: 15.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3341236 KiB

[startup+25.5003 s]
/proc/loadavg: 4.22 4.17 4.18 6/330 55377
/proc/meminfo: memFree=105386572/131382112 swapFree=33010684/33010684
[pid=55357] ppid=55354 vsize=19063512 memory=7808016 CPUtime=31.06 cores=1,3
/proc/55357/stat : 55357 (java) S 55354 55357 54327 0 -1 4194304 25166 0 0 0 2918 188 0 0 20 0 20 0 56179870 19521036288 1952004 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
/proc/55357/statm: 4765878 1952004 5495 1 0 3161178 0
[pid=55357/tid=55359] ppid=55354 vsize=19063512 memory=1547676 CPUtime=21.34 cores=1,3
/proc/55357/task/55359/stat : 55359 (java) R 55354 55357 54327 0 -1 4194368 9724 0 0 0 2006 128 0 0 20 0 20 0 56179873 19521036288 1952004 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
[pid=55357/tid=55368] ppid=55354 vsize=19063512 memory=-6000919489886513002 CPUtime=0 cores=1,3
/proc/55357/task/55368/stat : 55368 (Finalizer) S 55354 55357 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56179875 19521036288 1952004 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
[pid=55357/tid=55375] ppid=55354 vsize=19063512 memory=6990712 CPUtime=0 cores=1,3
/proc/55357/task/55375/stat : 55375 (Common-Cleaner) S 55354 55357 54327 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 56179875 19521036288 1952004 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
Current children cumulated CPU time: 31.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7808016 KiB

[startup+51.1143 s]
/proc/loadavg: 4.20 4.17 4.18 5/330 55378
/proc/meminfo: memFree=101637236/131382112 swapFree=33010684/33010684
[pid=55357] ppid=55354 vsize=19063512 memory=11490144 CPUtime=60.22 cores=1,3
/proc/55357/stat : 55357 (java) S 55354 55357 54327 0 -1 4194304 30584 0 0 0 5744 278 0 0 20 0 20 0 56179870 19521036288 2872536 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
/proc/55357/statm: 4765878 2872536 5495 1 0 3716816 0
[pid=55357/tid=55359] ppid=55354 vsize=19063512 memory=-6000919489886513002 CPUtime=43.32 cores=1,3
/proc/55357/task/55359/stat : 55359 (java) R 55354 55357 54327 0 -1 4194368 12208 0 0 0 4139 193 0 0 20 0 20 0 56179873 19521036288 2872536 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
[pid=55357/tid=55368] ppid=55354 vsize=19063512 memory=14848 CPUtime=0 cores=1,3
/proc/55357/task/55368/stat : 55368 (Finalizer) S 55354 55357 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 56179875 19521036288 2872536 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
[pid=55357/tid=55375] ppid=55354 vsize=19063512 memory=-6000919489886513002 CPUtime=0 cores=1,3
/proc/55357/task/55375/stat : 55375 (Common-Cleaner) S 55354 55357 54327 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 56179875 19521036288 2872536 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
Current children cumulated CPU time: 60.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11490144 KiB

[startup+102.301 s]
/proc/loadavg: 4.33 4.21 4.19 5/330 55379
/proc/meminfo: memFree=99324204/131382112 swapFree=33010684/33010684
[pid=55357] ppid=55354 vsize=19063512 memory=13666680 CPUtime=117.65 cores=1,3
/proc/55357/stat : 55357 (java) S 55354 55357 54327 0 -1 4194304 33285 0 0 0 11430 335 0 0 20 0 20 0 56179870 19521036288 3416670 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
/proc/55357/statm: 4765878 3416670 5495 1 0 4080295 0

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

[startup+3162.3 s]
/proc/loadavg: 4.32 4.18 4.20 5/328 55826
/proc/meminfo: memFree=94392700/131382112 swapFree=33010684/33010684
[pid=55357] ppid=55354 vsize=19130076 memory=16256424 CPUtime=3288.7 cores=1,3
/proc/55357/stat : 55357 (java) S 55354 55357 54327 0 -1 4194304 500493 0 0 0 327999 871 0 0 20 0 21 0 56179870 19589197824 4064106 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
/proc/55357/statm: 4782519 4064106 5559 1 0 4088617 0
[pid=55357/tid=55359] ppid=55354 vsize=19130076 memory=16255912 CPUtime=3086.18 cores=1,3
/proc/55357/task/55359/stat : 55359 (java) R 55354 55357 54327 0 -1 4194368 231890 0 0 0 308266 352 0 0 20 0 21 0 56179873 19589197824 4064106 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
[pid=55357/tid=55368] ppid=55354 vsize=19130076 memory=-6000919489886513002 CPUtime=0 cores=1,3
/proc/55357/task/55368/stat : 55368 (Finalizer) S 55354 55357 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 56179875 19589197824 4064106 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
[pid=55357/tid=55375] ppid=55354 vsize=19130076 memory=4252 CPUtime=0 cores=1,3
/proc/55357/task/55375/stat : 55375 (Common-Cleaner) S 55354 55357 54327 0 -1 4194368 3495 0 0 0 0 0 0 0 20 0 21 0 56179875 19589197824 4064106 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
[pid=55357/tid=55460] ppid=55354 vsize=19130076 memory=16256168 CPUtime=0 cores=1,3
/proc/55357/task/55460/stat : 55460 (Timer-0) S 55354 55357 54327 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 56213408 19589197824 4064106 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
Current children cumulated CPU time: 3288.7 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16256424 KiB

[startup+3222.3 s]
/proc/loadavg: 4.43 4.22 4.22 5/327 55828
/proc/meminfo: memFree=94249140/131382112 swapFree=33010684/33010684
[pid=55357] ppid=55354 vsize=19130076 memory=16256424 CPUtime=3348.7 cores=1,3
/proc/55357/stat : 55357 (java) S 55354 55357 54327 0 -1 4194304 505208 0 0 0 333995 875 0 0 20 0 21 0 56179870 19589197824 4064106 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
/proc/55357/statm: 4782519 4064106 5559 1 0 4088617 0
[pid=55357/tid=55359] ppid=55354 vsize=19130076 memory=4252 CPUtime=3146.02 cores=1,3
/proc/55357/task/55359/stat : 55359 (java) R 55354 55357 54327 0 -1 4194368 234756 0 0 0 314250 352 0 0 20 0 21 0 56179873 19589197824 4064106 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
[pid=55357/tid=55368] ppid=55354 vsize=19130076 memory=5632 CPUtime=0 cores=1,3
/proc/55357/task/55368/stat : 55368 (Finalizer) S 55354 55357 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 56179875 19589197824 4064106 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
[pid=55357/tid=55375] ppid=55354 vsize=19130076 memory=16256424 CPUtime=0 cores=1,3
/proc/55357/task/55375/stat : 55375 (Common-Cleaner) S 55354 55357 54327 0 -1 4194368 3612 0 0 0 0 0 0 0 20 0 21 0 56179875 19589197824 4064106 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
[pid=55357/tid=55460] ppid=55354 vsize=19130076 memory=16256424 CPUtime=0 cores=1,3
/proc/55357/task/55460/stat : 55460 (Timer-0) S 55354 55357 54327 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 56213408 19589197824 4064106 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
Current children cumulated CPU time: 3348.7 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16256424 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.18 4.20 5/328 55833
/proc/meminfo: memFree=94140892/131382112 swapFree=33010684/33010684
[pid=55357] ppid=55354 vsize=19130076 memory=16256424 CPUtime=3409.1 cores=1,3
/proc/55357/stat : 55357 (java) S 55354 55357 54327 0 -1 4194304 512615 0 0 0 340030 880 0 0 20 0 21 0 56179870 19589197824 4064106 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
/proc/55357/statm: 4782519 4064106 5559 1 0 4088617 0
[pid=55357/tid=55359] ppid=55354 vsize=19130076 memory=14848 CPUtime=3205.87 cores=1,3
/proc/55357/task/55359/stat : 55359 (java) R 55354 55357 54327 0 -1 4194368 239871 0 0 0 320234 353 0 0 20 0 21 0 56179873 19589197824 4064106 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
[pid=55357/tid=55368] ppid=55354 vsize=19130076 memory=4252 CPUtime=0 cores=1,3
/proc/55357/task/55368/stat : 55368 (Finalizer) S 55354 55357 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 56179875 19589197824 4064106 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
[pid=55357/tid=55375] ppid=55354 vsize=19130076 memory=4352 CPUtime=0 cores=1,3
/proc/55357/task/55375/stat : 55375 (Common-Cleaner) S 55354 55357 54327 0 -1 4194368 3697 0 0 0 0 0 0 0 20 0 21 0 56179875 19589197824 4064106 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
[pid=55357/tid=55460] ppid=55354 vsize=19130076 memory=16256424 CPUtime=0 cores=1,3
/proc/55357/task/55460/stat : 55460 (Timer-0) S 55354 55357 54327 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 56213408 19589197824 4064106 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
Current children cumulated CPU time: 3409.1 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16256424 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.16 4.19 5/328 55835
/proc/meminfo: memFree=94131172/131382112 swapFree=33010684/33010684
[pid=55357] ppid=55354 vsize=19130076 memory=16256424 CPUtime=3470.13 cores=1,3
/proc/55357/stat : 55357 (java) S 55354 55357 54327 0 -1 4194304 521545 0 0 0 346129 884 0 0 20 0 21 0 56179870 19589197824 4064106 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
/proc/55357/statm: 4782519 4064106 5559 1 0 4088617 0
[pid=55357/tid=55359] ppid=55354 vsize=19130076 memory=4352 CPUtime=3265.56 cores=1,3
/proc/55357/task/55359/stat : 55359 (java) R 55354 55357 54327 0 -1 4194368 246445 0 0 0 326202 354 0 0 20 0 21 0 56179873 19589197824 4064106 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
[pid=55357/tid=55368] ppid=55354 vsize=19130076 memory=2764 CPUtime=0 cores=1,3
/proc/55357/task/55368/stat : 55368 (Finalizer) S 55354 55357 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 56179875 19589197824 4064106 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
[pid=55357/tid=55375] ppid=55354 vsize=19130076 memory=14848 CPUtime=0 cores=1,3
/proc/55357/task/55375/stat : 55375 (Common-Cleaner) S 55354 55357 54327 0 -1 4194368 3800 0 0 0 0 0 0 0 20 0 21 0 56179875 19589197824 4064106 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
[pid=55357/tid=55460] ppid=55354 vsize=19130076 memory=4252 CPUtime=0 cores=1,3
/proc/55357/task/55460/stat : 55460 (Timer-0) S 55354 55357 54327 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 56213408 19589197824 4064106 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
Current children cumulated CPU time: 3470.13 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16256424 KiB

[startup+3402.3 s]
/proc/loadavg: 4.58 4.27 4.22 5/328 55837
/proc/meminfo: memFree=94109392/131382112 swapFree=33010684/33010684
[pid=55357] ppid=55354 vsize=19130076 memory=16256424 CPUtime=3530.97 cores=1,3
/proc/55357/stat : 55357 (java) S 55354 55357 54327 0 -1 4194304 530239 0 0 0 352208 889 0 0 20 0 21 0 56179870 19589197824 4064106 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
/proc/55357/statm: 4782519 4064106 5559 1 0 4088617 0
[pid=55357/tid=55359] ppid=55354 vsize=19130076 memory=14848 CPUtime=3325.24 cores=1,3
/proc/55357/task/55359/stat : 55359 (java) R 55354 55357 54327 0 -1 4194368 250768 0 0 0 332169 355 0 0 20 0 21 0 56179873 19589197824 4064106 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
[pid=55357/tid=55368] ppid=55354 vsize=19130076 memory=16256424 CPUtime=0 cores=1,3
/proc/55357/task/55368/stat : 55368 (Finalizer) S 55354 55357 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 56179875 19589197824 4064106 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
[pid=55357/tid=55375] ppid=55354 vsize=19130076 memory=14848 CPUtime=0 cores=1,3
/proc/55357/task/55375/stat : 55375 (Common-Cleaner) S 55354 55357 54327 0 -1 4194368 3883 0 0 0 0 0 0 0 20 0 21 0 56179875 19589197824 4064106 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
[pid=55357/tid=55460] ppid=55354 vsize=19130076 memory=16256424 CPUtime=0 cores=1,3
/proc/55357/task/55460/stat : 55460 (Timer-0) S 55354 55357 54327 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 56213408 19589197824 4064106 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
Current children cumulated CPU time: 3530.97 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16256424 KiB

[startup+3462.3 s]
/proc/loadavg: 4.61 4.36 4.26 5/330 55845
/proc/meminfo: memFree=94076168/131382112 swapFree=33010684/33010684
[pid=55357] ppid=55354 vsize=19130076 memory=16256424 CPUtime=3591.92 cores=1,3
/proc/55357/stat : 55357 (java) S 55354 55357 54327 0 -1 4194304 542821 0 0 0 358298 894 0 0 20 0 21 0 56179870 19589197824 4064106 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
/proc/55357/statm: 4782519 4064106 5559 1 0 4088617 0
[pid=55357/tid=55359] ppid=55354 vsize=19130076 memory=14848 CPUtime=3384.76 cores=1,3
/proc/55357/task/55359/stat : 55359 (java) R 55354 55357 54327 0 -1 4194368 257219 0 0 0 338121 355 0 0 20 0 21 0 56179873 19589197824 4064106 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
[pid=55357/tid=55368] ppid=55354 vsize=19130076 memory=-6000919489886513002 CPUtime=0 cores=1,3
/proc/55357/task/55368/stat : 55368 (Finalizer) S 55354 55357 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 56179875 19589197824 4064106 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
[pid=55357/tid=55375] ppid=55354 vsize=19130076 memory=17920 CPUtime=0 cores=1,3
/proc/55357/task/55375/stat : 55375 (Common-Cleaner) S 55354 55357 54327 0 -1 4194368 3981 0 0 0 0 0 0 0 20 0 21 0 56179875 19589197824 4064106 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
[pid=55357/tid=55460] ppid=55354 vsize=19130076 memory=16256424 CPUtime=0 cores=1,3
/proc/55357/task/55460/stat : 55460 (Timer-0) S 55354 55357 54327 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 56213408 19589197824 4064106 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
Current children cumulated CPU time: 3591.92 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16256424 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3470.5 s]
/proc/loadavg: 4.59 4.36 4.26 5/330 55845
/proc/meminfo: memFree=94063904/131382112 swapFree=33010684/33010684
[pid=55357] ppid=55354 vsize=19130076 memory=16256424 CPUtime=3600.09 cores=1,3
/proc/55357/stat : 55357 (java) S 55354 55357 54327 0 -1 4194304 543004 0 0 0 359115 894 0 0 20 0 21 0 56179870 19589197824 4064106 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
/proc/55357/statm: 4782519 4064106 5559 1 0 4088617 0
[pid=55357/tid=55359] ppid=55354 vsize=19130076 memory=14848 CPUtime=3392.93 cores=1,3
/proc/55357/task/55359/stat : 55359 (java) R 55354 55357 54327 0 -1 4194368 257349 0 0 0 338938 355 0 0 20 0 21 0 56179873 19589197824 4064106 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
[pid=55357/tid=55368] ppid=55354 vsize=19130076 memory=-6000919489886513002 CPUtime=0 cores=1,3
/proc/55357/task/55368/stat : 55368 (Finalizer) S 55354 55357 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 56179875 19589197824 4064106 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
[pid=55357/tid=55375] ppid=55354 vsize=19130076 memory=16256424 CPUtime=0 cores=1,3
/proc/55357/task/55375/stat : 55375 (Common-Cleaner) S 55354 55357 54327 0 -1 4194368 3981 0 0 0 0 0 0 0 20 0 21 0 56179875 19589197824 4064106 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
[pid=55357/tid=55460] ppid=55354 vsize=19130076 memory=-6000919489886513002 CPUtime=0 cores=1,3
/proc/55357/task/55460/stat : 55460 (Timer-0) S 55354 55357 54327 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 21 0 56213408 19589197824 4064106 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 16256424 KiB

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

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

# cumulated CPU time of all completed processes:  user=3591.36 s, system=9.00222 s

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

[startup+3470.6 s]
/proc/loadavg: 4.59 4.36 4.26 5/330 55845
/proc/meminfo: memFree=94063904/131382112 swapFree=33010684/33010684
[pid=55357] ppid=55354 vsize=19329768 memory=16257064 CPUtime=3600.3 cores=1,3
/proc/55357/stat : 55357 (java) S 55354 55357 54327 0 -1 4194304 545674 0 0 0 359134 896 0 0 20 0 22 0 56179870 19793682432 4064266 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
/proc/55357/statm: 4832442 4064266 5559 1 0 4089536 0
[pid=55357/tid=55359] ppid=55354 vsize=19329768 memory=5888 CPUtime=3393.04 cores=1,3
/proc/55357/task/55359/stat : 55359 (java) R 55354 55357 54327 0 -1 4194368 257354 0 0 0 338949 355 0 0 20 0 22 0 56179873 19793682432 4064266 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
[pid=55357/tid=55368] ppid=55354 vsize=19329768 memory=12160 CPUtime=0 cores=1,3
/proc/55357/task/55368/stat : 55368 (Finalizer) S 55354 55357 54327 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 56179875 19793682432 4064266 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
[pid=55357/tid=55375] ppid=55354 vsize=19329768 memory=-6000919489886513002 CPUtime=0 cores=1,3
/proc/55357/task/55375/stat : 55375 (Common-Cleaner) S 55354 55357 54327 0 -1 4194368 3981 0 0 0 0 0 0 0 20 0 22 0 56179875 19793682432 4064266 18446744073709551615 94065279471616 94065279475312 140728767453216 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94065279483128 94065279483920 94065300656128 140728767461677 140728767461862 140728767461862 140728767467464 0
Current children cumulated CPU time: 3600.3 s
Current children cumulated vsize: 19329768 KiB
Current children cumulated memory: 16257064 KiB

Child status: 143

Real time (s): 3470.65
CPU time (s): 3600.36
CPU user time (s): 3591.36
CPU system time (s): 9.00222
CPU usage (%): 103.737
Max. virtual memory (cumulated for all children) (KiB): 19329768
Max. memory (cumulated for all children) (KiB): 16257064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3591.36
system time used= 9.00222
maximum resident set size= 16257192
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 545947
page faults= 0
swaps= 0
block input operations= 0
block output operations= 416632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 350430
involuntary context switches= 22687


# summary of solver processes directly reported to runsolver:
#   pid: 55357
#   total CPU time (s): 3600.36
#   total CPU user time (s): 3591.36
#   total CPU system time (s): 9.00222

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.7245 second user time and 35.5394 second system time

The end

Launcher Data

Begin job on nodeC012 at 2025-07-01 23:23:22
IDJOB=4498575
IDBENCH=148705
IDSOLVER=3362
FILE ID=nodeC012/4498575-1751404997
RUNJOBID= nodeC012-1751398222-54339
SLURM_JOB_ID= 9598280
Free space on /tmp= 432548 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB09/OPT-LIN/aries-da_nrp/normalized-aries-da_network_1000_5__369_766__2048.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4498575-1751404997/watcher-4498575-1751404997 -o /tmp/evaluation-result-4498575-1751404997/solver-4498575-1751404997 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1751398222-54339 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4498575-1751404997 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4498575-1751404997.opb

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

MD5SUM BENCH= 760396d2ac3ca07c4585eda9e150afe7
RANDOM SEED=635768973

nodeC012 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		: 3660.912
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.39
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.149
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.39
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.467
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.39
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		: 3543.205
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.39
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		: 3660.869
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.39
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		: 1795.738
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.39
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.811
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.39
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		: 1198.064
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.39
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        113233788 kB
MemAvailable:   120932516 kB
Buffers:            3280 kB
Cached:          8497584 kB
SwapCached:            0 kB
Active:          9419688 kB
Inactive:        8186348 kB
Active(anon):    9123228 kB
Inactive(anon):        0 kB
Active(file):     296460 kB
Inactive(file):  8186348 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            523384 kB
Writeback:             0 kB
AnonPages:       9108336 kB
Mapped:           122904 kB
Shmem:             17960 kB
KReclaimable:     110708 kB
Slab:             194968 kB
SReclaimable:     110708 kB
SUnreclaim:        84260 kB
KernelStack:        5024 kB
PageTables:        21408 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    9670188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150456 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8798208 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:      187208 kB
DirectMap2M:     8103936 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432520 MiB
End job on nodeC012 at 2025-07-02 00:21:13