Trace number 4490663

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.39 3609.99

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
market-split/normalized-market-split_6_50_1.opb
MD5SUM24a8c00bfc22332d2e87e9d19ffbf58d
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables51
Total number of constraints13
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints12
Minimum length of a constraint1
Maximum length of a constraint50
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1273
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 3819
Number of bits of the biggest sum of numbers12
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.13	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.13	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.13	c java.vm.version	22.0.1+8-16
0.12/0.13	c java.vm.vendor	Oracle Corporation
0.12/0.13	c sun.arch.data.model	64
0.12/0.13	c java.version		22.0.1
0.12/0.13	c os.name		Linux
0.12/0.13	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.13	c os.arch		amd64
0.12/0.13	c Free memory 		2104792832
0.12/0.13	c Max memory 		16282288128
0.12/0.13	c Total memory 		2113929216
0.12/0.14	c Number of processors 	2
0.12/0.21	c Pseudo Boolean Optimization by upper bound
0.12/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.21	c  - never skip resolution steps
0.12/0.21	c  - Auto-division on coefficients is disabled
0.12/0.21	c  - No postprocessing
0.12/0.21	c  - Conflict is considered as is when resolving
0.12/0.21	c  - Use constraints as they come during conflict analysis
0.12/0.21	c  - Weaken first using unassigned literals
0.12/0.21	c  - Bump strategy: ALWAYS_ONE
0.12/0.21	c  - Bumper: EFFECTIVE
0.12/0.21	c --- Begin Solver configuration ---
0.12/0.21	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.21	c Learn all clauses as in MiniSAT
0.12/0.21	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.21	c No reason simplification
0.12/0.21	c Dynamic restart strategy considering the size of the coefficients
0.12/0.21	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.21	c timeout=2147483s
0.12/0.21	c DB Simplification allowed=false
0.12/0.21	c Listener: none
0.12/0.21	c --- End Solver configuration ---
0.12/0.21	c solving HOME/instance-4490663-1751379323.opb
0.12/0.21	c reading problem ... 
0.12/0.22	c using VERIPB proof format
0.12/0.22	c  objective function found
0.33/0.24	c ... done. Wall clock time 0.028s.
0.33/0.24	c declared #vars     51
0.33/0.24	c #constraints  13
0.33/0.24	c constraints type 
0.33/0.24	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 12
0.33/0.24	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.33/0.24	c 13 constraints processed.
0.33/0.26	c objective function length is 1 literals
3600.07/3609.85	c starts		: 29
3600.07/3609.88	c conflicts		: 2987
3600.07/3609.88	c decisions		: 3912
3600.07/3609.88	c propagations		: 23319
3600.07/3609.88	c inspects		: 2376148
3600.07/3609.88	c shortcuts		: 0
3600.07/3609.89	c learnt literals	: 0
3600.07/3609.89	c learnt binary clauses	: 0
3600.07/3609.89	c learnt ternary clauses	: 0
3600.07/3609.89	c learnt constraints	: 2986
3600.07/3609.89	c ignored constraints	: 0
3600.07/3609.89	c root simplifications	: 0
3600.07/3609.89	c removed literals (reason simplification)	: 0
3600.07/3609.89	c reason swapping (by a shorter reason)	: 0
3600.07/3609.89	c Calls to reduceDB	: 0
3600.07/3609.89	c Number of update (reduction) of LBD	: 2477
3600.07/3609.89	c Imported unit clauses	: 0
3600.27/3609.90	c No decision after first conflict	: false
3600.27/3609.92	c number of reductions to clauses (during analyze)	: 0
3600.27/3609.92	c number of learned constraints concerned by reduction	: 0
3600.27/3609.92	c number of learning phase by resolution	: 0
3600.27/3609.92	c number of learning phase by cutting planes	: 0
3600.27/3609.92	c number of rounding to 1 operations	: 0
3600.27/3609.92	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.27/3609.92	c number of reductions of the coefficients by power 2 	: 0
3600.27/3609.92	c number of right shift for reduction by power 2 	: 0
3600.27/3609.92	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.27/3609.92	c number of ending skipping 	: 0
3600.27/3609.92	c number of internal skipping 	: 0
3600.27/3609.92	c number of derivation steps 	: 20254
3600.27/3609.93	c number of skipped derivation steps 	: 0
3600.27/3609.93	c number of remaining unassigned 	: 18340
3600.27/3609.93	c number of remaining assigned 	: 506397
3600.27/3609.93	c number of falsified literals weakened from reason	: 0
3600.27/3609.93	c number of falsified literals weakened from conflict	: 0
3600.27/3609.93	c time for arithmetic operations	: 2836439681085
3600.27/3609.93	c minimum degree of deleted constraints	: null
3600.27/3609.93	c maximum degree of deleted constraints	: null
3600.27/3609.93	c number of deleted constraints	: 0
3600.27/3609.93	c speed (assignments/second)	: 6.460175961463342
3600.27/3609.94	c non guided choices	: 22
3600.27/3609.94	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 2986
3600.27/3609.94	s UNKNOWN
3600.27/3609.95	c Total wall clock time (in seconds): 3609.737

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

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

solver pid=52230, runsolver pid=52227

[startup+0.100072 s]*
/proc/loadavg: 4.89 4.48 4.28 5/328 52248
/proc/meminfo: memFree=120139268/131382112 swapFree=33010160/33010684
[pid=52230] ppid=52227 vsize=18930384 memory=51300 CPUtime=0.12 cores=1,3
/proc/52230/stat : 52230 (java) S 52227 52230 51551 0 -1 4194304 5993 0 0 0 9 3 0 0 20 0 18 0 53611173 19384713216 12825 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
/proc/52230/statm: 4732596 12825 5334 1 0 547159 0
[pid=52230/tid=52232] ppid=52227 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/52230/task/52232/stat : 52232 (java) R 52227 52230 51551 0 -1 4194368 4859 0 0 0 6 1 0 0 20 0 18 0 53611175 19384713216 12825 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
[pid=52230/tid=52241] ppid=52227 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/52230/task/52241/stat : 52241 (Finalizer) S 52227 52230 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 53611177 19384713216 12825 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
[pid=52230/tid=52248] ppid=52227 vsize=18930384 memory=61792617516369 CPUtime=0 cores=1,3
/proc/52230/task/52248/stat : 52248 (Common-Cleaner) S 52227 52230 51551 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 53611178 19384713216 12825 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51300 KiB

[startup+0.213845 s]*
/proc/loadavg: 4.89 4.48 4.28 6/328 52248
/proc/meminfo: memFree=120125028/131382112 swapFree=33010160/33010684
[pid=52230] ppid=52227 vsize=18930384 memory=61612 CPUtime=0.33 cores=1,3
/proc/52230/stat : 52230 (java) S 52227 52230 51551 0 -1 4194304 6949 0 0 0 30 3 0 0 20 0 18 0 53611173 19384713216 15403 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
/proc/52230/statm: 4732596 15403 5430 1 0 547941 0
[pid=52230/tid=52232] ppid=52227 vsize=18930384 memory=4026663196 CPUtime=0.18 cores=1,3
/proc/52230/task/52232/stat : 52232 (java) R 52227 52230 51551 0 -1 4194368 5415 0 0 0 16 2 0 0 20 0 18 0 53611175 19384713216 15403 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
[pid=52230/tid=52241] ppid=52227 vsize=18930384 memory=1593 CPUtime=0 cores=1,3
/proc/52230/task/52241/stat : 52241 (Finalizer) S 52227 52230 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 53611177 19384713216 15403 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
[pid=52230/tid=52248] ppid=52227 vsize=18930384 memory=60693105869820 CPUtime=0 cores=1,3
/proc/52230/task/52248/stat : 52248 (Common-Cleaner) S 52227 52230 51551 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 53611178 19384713216 15403 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61612 KiB

[startup+0.317789 s]*
/proc/loadavg: 4.89 4.48 4.28 7/329 52249
/proc/meminfo: memFree=120120932/131382112 swapFree=33010160/33010684
[pid=52230] ppid=52227 vsize=18996948 memory=65760 CPUtime=0.51 cores=1,3
/proc/52230/stat : 52230 (java) S 52227 52230 51551 0 -1 4194304 7790 0 0 0 47 4 0 0 20 0 19 0 53611173 19452874752 16440 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
/proc/52230/statm: 4749237 16440 5462 1 0 548602 0
[pid=52230/tid=52232] ppid=52227 vsize=18996948 memory=-6000919477052009066 CPUtime=0.26 cores=1,3
/proc/52230/task/52232/stat : 52232 (java) R 52227 52230 51551 0 -1 4194368 5539 0 0 0 24 2 0 0 20 0 19 0 53611175 19452874752 16440 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
[pid=52230/tid=52241] ppid=52227 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/52230/task/52241/stat : 52241 (Finalizer) S 52227 52230 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 53611177 19452874752 16440 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
[pid=52230/tid=52248] ppid=52227 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/52230/task/52248/stat : 52248 (Common-Cleaner) S 52227 52230 51551 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 53611178 19452874752 16440 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
[pid=52230/tid=52249] ppid=52227 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/52230/task/52249/stat : 52249 (Timer-0) S 52227 52230 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 53611201 19452874752 16440 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 65760 KiB

[startup+0.700321 s]
/proc/loadavg: 4.89 4.48 4.28 6/329 52249
/proc/meminfo: memFree=120093144/131382112 swapFree=33010160/33010684
[pid=52230] ppid=52227 vsize=18996948 memory=132196 CPUtime=1.22 cores=1,3
/proc/52230/stat : 52230 (java) S 52227 52230 51551 0 -1 4194304 11534 0 0 0 115 7 0 0 20 0 19 0 53611173 19452874752 33049 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
/proc/52230/statm: 4749237 33049 5462 1 0 550150 0
[pid=52230/tid=52232] ppid=52227 vsize=18996948 memory=17792 CPUtime=0.56 cores=1,3
/proc/52230/task/52232/stat : 52232 (java) R 52227 52230 51551 0 -1 4194368 5572 0 0 0 52 4 0 0 20 0 19 0 53611175 19452874752 33049 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
[pid=52230/tid=52241] ppid=52227 vsize=18996948 memory=11264 CPUtime=0 cores=1,3
/proc/52230/task/52241/stat : 52241 (Finalizer) S 52227 52230 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 53611177 19452874752 33049 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
[pid=52230/tid=52248] ppid=52227 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/52230/task/52248/stat : 52248 (Common-Cleaner) S 52227 52230 51551 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 53611178 19452874752 33049 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
[pid=52230/tid=52249] ppid=52227 vsize=18996948 memory=4892 CPUtime=0 cores=1,3
/proc/52230/task/52249/stat : 52249 (Timer-0) S 52227 52230 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 53611201 19452874752 33049 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 132196 KiB

[startup+1.50027 s]
/proc/loadavg: 5.06 4.52 4.29 6/330 52250
/proc/meminfo: memFree=120020300/131382112 swapFree=33010160/33010684
[pid=52230] ppid=52227 vsize=19063512 memory=191236 CPUtime=2.8 cores=1,3
/proc/52230/stat : 52230 (java) S 52227 52230 51551 0 -1 4194304 21710 0 0 0 269 11 0 0 20 0 20 0 53611173 19521036288 47809 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
/proc/52230/statm: 4765878 47809 5494 1 0 553700 0
[pid=52230/tid=52232] ppid=52227 vsize=19063512 memory=11264 CPUtime=1.25 cores=1,3
/proc/52230/task/52232/stat : 52232 (java) R 52227 52230 51551 0 -1 4194368 6421 0 0 0 119 6 0 0 20 0 20 0 53611175 19521036288 47809 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
[pid=52230/tid=52241] ppid=52227 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/52230/task/52241/stat : 52241 (Finalizer) S 52227 52230 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53611177 19521036288 47809 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
[pid=52230/tid=52248] ppid=52227 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/52230/task/52248/stat : 52248 (Common-Cleaner) S 52227 52230 51551 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 53611178 19521036288 47809 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
[pid=52230/tid=52249] ppid=52227 vsize=19063512 memory=4892 CPUtime=0 cores=1,3
/proc/52230/task/52249/stat : 52249 (Timer-0) S 52227 52230 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53611201 19521036288 47809 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 191236 KiB

[startup+3.10556 s]
/proc/loadavg: 5.06 4.52 4.29 6/330 52250
/proc/meminfo: memFree=119542400/131382112 swapFree=33010160/33010684
[pid=52230] ppid=52227 vsize=19063512 memory=647004 CPUtime=5.86 cores=1,3
/proc/52230/stat : 52230 (java) S 52227 52230 51551 0 -1 4194304 33887 0 0 0 564 22 0 0 20 0 20 0 53611173 19521036288 161751 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
/proc/52230/statm: 4765878 161751 5494 1 0 557777 0
[pid=52230/tid=52232] ppid=52227 vsize=19063512 memory=11264 CPUtime=2.8 cores=1,3
/proc/52230/task/52232/stat : 52232 (java) R 52227 52230 51551 0 -1 4194368 7223 0 0 0 266 14 0 0 20 0 20 0 53611175 19521036288 161751 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
[pid=52230/tid=52241] ppid=52227 vsize=19063512 memory=-6000919477052009066 CPUtime=0 cores=1,3
/proc/52230/task/52241/stat : 52241 (Finalizer) S 52227 52230 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53611177 19521036288 161751 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
[pid=52230/tid=52248] ppid=52227 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/52230/task/52248/stat : 52248 (Common-Cleaner) S 52227 52230 51551 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 53611178 19521036288 161751 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
[pid=52230/tid=52249] ppid=52227 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/52230/task/52249/stat : 52249 (Timer-0) S 52227 52230 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53611201 19521036288 161751 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
Current children cumulated CPU time: 5.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 647004 KiB

[startup+6.30027 s]
/proc/loadavg: 5.05 4.53 4.30 5/330 52250
/proc/meminfo: memFree=118833420/131382112 swapFree=33010160/33010684
[pid=52230] ppid=52227 vsize=19063512 memory=1322924 CPUtime=10.03 cores=1,3
/proc/52230/stat : 52230 (java) S 52227 52230 51551 0 -1 4194304 34731 0 0 0 967 36 0 0 20 0 20 0 53611173 19521036288 330731 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
/proc/52230/statm: 4765878 330731 5494 1 0 557778 0
[pid=52230/tid=52232] ppid=52227 vsize=19063512 memory=0 CPUtime=5.94 cores=1,3
/proc/52230/task/52232/stat : 52232 (java) R 52227 52230 51551 0 -1 4194368 7938 0 0 0 566 28 0 0 20 0 20 0 53611175 19521036288 330731 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
[pid=52230/tid=52241] ppid=52227 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/52230/task/52241/stat : 52241 (Finalizer) S 52227 52230 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53611177 19521036288 330731 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
[pid=52230/tid=52248] ppid=52227 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/52230/task/52248/stat : 52248 (Common-Cleaner) S 52227 52230 51551 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 53611178 19521036288 330731 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
[pid=52230/tid=52249] ppid=52227 vsize=19063512 memory=191364 CPUtime=0 cores=1,3
/proc/52230/task/52249/stat : 52249 (Timer-0) S 52227 52230 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53611201 19521036288 330731 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
Current children cumulated CPU time: 10.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1322924 KiB

[startup+12.7005 s]
/proc/loadavg: 4.97 4.52 4.29 5/330 52250
/proc/meminfo: memFree=118810808/131382112 swapFree=33010160/33010684
[pid=52230] ppid=52227 vsize=19063512 memory=1331148 CPUtime=16.47 cores=1,3
/proc/52230/stat : 52230 (java) S 52227 52230 51551 0 -1 4194304 38488 0 0 0 1609 38 0 0 20 0 20 0 53611173 19521036288 332787 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
/proc/52230/statm: 4765878 332787 5494 1 0 557778 0
[pid=52230/tid=52232] ppid=52227 vsize=19063512 memory=191364 CPUtime=12.23 cores=1,3
/proc/52230/task/52232/stat : 52232 (java) R 52227 52230 51551 0 -1 4194368 9338 0 0 0 1195 28 0 0 20 0 20 0 53611175 19521036288 332787 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
[pid=52230/tid=52241] ppid=52227 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/52230/task/52241/stat : 52241 (Finalizer) S 52227 52230 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53611177 19521036288 332787 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
[pid=52230/tid=52248] ppid=52227 vsize=19063512 memory=1329084 CPUtime=0 cores=1,3
/proc/52230/task/52248/stat : 52248 (Common-Cleaner) S 52227 52230 51551 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 53611178 19521036288 332787 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
[pid=52230/tid=52249] ppid=52227 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/52230/task/52249/stat : 52249 (Timer-0) S 52227 52230 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53611201 19521036288 332787 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
Current children cumulated CPU time: 16.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1331148 KiB

[startup+25.5005 s]
/proc/loadavg: 4.89 4.52 4.30 5/330 52250
/proc/meminfo: memFree=118753756/131382112 swapFree=33010160/33010684
[pid=52230] ppid=52227 vsize=19063512 memory=1339416 CPUtime=29.51 cores=1,3
/proc/52230/stat : 52230 (java) S 52227 52230 51551 0 -1 4194304 43739 0 0 0 2911 40 0 0 20 0 20 0 53611173 19521036288 334854 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
/proc/52230/statm: 4765878 334854 5494 1 0 557778 0
[pid=52230/tid=52232] ppid=52227 vsize=19063512 memory=11264 CPUtime=24.84 cores=1,3
/proc/52230/task/52232/stat : 52232 (java) R 52227 52230 51551 0 -1 4194368 10446 0 0 0 2455 29 0 0 20 0 20 0 53611175 19521036288 334854 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
[pid=52230/tid=52241] ppid=52227 vsize=19063512 memory=1329084 CPUtime=0 cores=1,3
/proc/52230/task/52241/stat : 52241 (Finalizer) S 52227 52230 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53611177 19521036288 334854 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
[pid=52230/tid=52248] ppid=52227 vsize=19063512 memory=4252 CPUtime=0 cores=1,3
/proc/52230/task/52248/stat : 52248 (Common-Cleaner) S 52227 52230 51551 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 53611178 19521036288 334854 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
[pid=52230/tid=52249] ppid=52227 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/52230/task/52249/stat : 52249 (Timer-0) S 52227 52230 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53611201 19521036288 334854 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
Current children cumulated CPU time: 29.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1339416 KiB

[startup+51.1134 s]
/proc/loadavg: 4.60 4.48 4.29 5/330 52251
/proc/meminfo: memFree=118613684/131382112 swapFree=33010160/33010684
[pid=52230] ppid=52227 vsize=19063512 memory=1366184 CPUtime=55.24 cores=1,3
/proc/52230/stat : 52230 (java) S 52227 52230 51551 0 -1 4194304 44098 0 0 0 5481 43 0 0 20 0 20 0 53611173 19521036288 341546 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
/proc/52230/statm: 4765878 341546 5494 1 0 557778 0
[pid=52230/tid=52232] ppid=52227 vsize=19063512 memory=1366184 CPUtime=50.22 cores=1,3
/proc/52230/task/52232/stat : 52232 (java) R 52227 52230 51551 0 -1 4194368 10509 0 0 0 4992 30 0 0 20 0 20 0 53611175 19521036288 341546 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0

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

[startup+3282.3 s]
/proc/loadavg: 4.15 4.28 4.33 5/330 52697
/proc/meminfo: memFree=116841844/131382112 swapFree=33010160/33010684
[pid=52230] ppid=52227 vsize=19063512 memory=2565840 CPUtime=3272.61 cores=1,3
/proc/52230/stat : 52230 (java) S 52227 52230 51551 0 -1 4194304 102645 0 0 0 326887 374 0 0 20 0 20 0 53611173 19521036288 641460 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
/proc/52230/statm: 4765878 641460 5494 1 0 664305 0
[pid=52230/tid=52232] ppid=52227 vsize=19063512 memory=7024 CPUtime=3248.81 cores=1,3
/proc/52230/task/52232/stat : 52232 (java) R 52227 52230 51551 0 -1 4194368 38065 0 0 0 324807 74 0 0 20 0 20 0 53611175 19521036288 641460 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
[pid=52230/tid=52241] ppid=52227 vsize=19063512 memory=2565840 CPUtime=0 cores=1,3
/proc/52230/task/52241/stat : 52241 (Finalizer) S 52227 52230 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53611177 19521036288 641460 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
[pid=52230/tid=52248] ppid=52227 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/52230/task/52248/stat : 52248 (Common-Cleaner) S 52227 52230 51551 0 -1 4194368 1169 0 0 0 0 0 0 0 20 0 20 0 53611178 19521036288 641460 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
[pid=52230/tid=52249] ppid=52227 vsize=19063512 memory=-6000919477052009066 CPUtime=0 cores=1,3
/proc/52230/task/52249/stat : 52249 (Timer-0) S 52227 52230 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53611201 19521036288 641460 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
Current children cumulated CPU time: 3272.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2565840 KiB

[startup+3342.3 s]
/proc/loadavg: 4.25 4.29 4.33 5/329 52699
/proc/meminfo: memFree=116716856/131382112 swapFree=33010160/33010684
[pid=52230] ppid=52227 vsize=19063512 memory=2565840 CPUtime=3332.6 cores=1,3
/proc/52230/stat : 52230 (java) S 52227 52230 51551 0 -1 4194304 104361 0 0 0 332881 379 0 0 20 0 20 0 53611173 19521036288 641460 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
/proc/52230/statm: 4765878 641460 5494 1 0 664305 0
[pid=52230/tid=52232] ppid=52227 vsize=19063512 memory=2565840 CPUtime=3308.43 cores=1,3
/proc/52230/task/52232/stat : 52232 (java) R 52227 52230 51551 0 -1 4194368 39001 0 0 0 330768 75 0 0 20 0 20 0 53611175 19521036288 641460 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
[pid=52230/tid=52241] ppid=52227 vsize=19063512 memory=2565840 CPUtime=0 cores=1,3
/proc/52230/task/52241/stat : 52241 (Finalizer) S 52227 52230 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53611177 19521036288 641460 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
[pid=52230/tid=52248] ppid=52227 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/52230/task/52248/stat : 52248 (Common-Cleaner) S 52227 52230 51551 0 -1 4194368 1170 0 0 0 0 0 0 0 20 0 20 0 53611178 19521036288 641460 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
[pid=52230/tid=52249] ppid=52227 vsize=19063512 memory=2565840 CPUtime=0 cores=1,3
/proc/52230/task/52249/stat : 52249 (Timer-0) S 52227 52230 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53611201 19521036288 641460 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
Current children cumulated CPU time: 3332.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2565840 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.26 4.32 5/329 52701
/proc/meminfo: memFree=116605336/131382112 swapFree=33010160/33010684
[pid=52230] ppid=52227 vsize=19063512 memory=2565840 CPUtime=3392.57 cores=1,3
/proc/52230/stat : 52230 (java) S 52227 52230 51551 0 -1 4194304 104591 0 0 0 338873 384 0 0 20 0 20 0 53611173 19521036288 641460 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
/proc/52230/statm: 4765878 641460 5494 1 0 664305 0
[pid=52230/tid=52232] ppid=52227 vsize=19063512 memory=14720 CPUtime=3368.02 cores=1,3
/proc/52230/task/52232/stat : 52232 (java) R 52227 52230 51551 0 -1 4194368 39155 0 0 0 336727 75 0 0 20 0 20 0 53611175 19521036288 641460 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
[pid=52230/tid=52241] ppid=52227 vsize=19063512 memory=2565840 CPUtime=0 cores=1,3
/proc/52230/task/52241/stat : 52241 (Finalizer) S 52227 52230 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53611177 19521036288 641460 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
[pid=52230/tid=52248] ppid=52227 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/52230/task/52248/stat : 52248 (Common-Cleaner) S 52227 52230 51551 0 -1 4194368 1220 0 0 0 0 0 0 0 20 0 20 0 53611178 19521036288 641460 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
[pid=52230/tid=52249] ppid=52227 vsize=19063512 memory=2565840 CPUtime=0 cores=1,3
/proc/52230/task/52249/stat : 52249 (Timer-0) S 52227 52230 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53611201 19521036288 641460 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
Current children cumulated CPU time: 3392.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2565840 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.24 4.30 5/329 52703
/proc/meminfo: memFree=116501960/131382112 swapFree=33010160/33010684
[pid=52230] ppid=52227 vsize=19063512 memory=2565840 CPUtime=3452.57 cores=1,3
/proc/52230/stat : 52230 (java) S 52227 52230 51551 0 -1 4194304 104934 0 0 0 344868 389 0 0 20 0 20 0 53611173 19521036288 641460 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
/proc/52230/statm: 4765878 641460 5494 1 0 664305 0
[pid=52230/tid=52232] ppid=52227 vsize=19063512 memory=2565840 CPUtime=3427.63 cores=1,3
/proc/52230/task/52232/stat : 52232 (java) R 52227 52230 51551 0 -1 4194368 39294 0 0 0 342687 76 0 0 20 0 20 0 53611175 19521036288 641460 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
[pid=52230/tid=52241] ppid=52227 vsize=19063512 memory=2565840 CPUtime=0 cores=1,3
/proc/52230/task/52241/stat : 52241 (Finalizer) S 52227 52230 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53611177 19521036288 641460 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
[pid=52230/tid=52248] ppid=52227 vsize=19063512 memory=2565840 CPUtime=0 cores=1,3
/proc/52230/task/52248/stat : 52248 (Common-Cleaner) S 52227 52230 51551 0 -1 4194368 1227 0 0 0 0 0 0 0 20 0 20 0 53611178 19521036288 641460 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
[pid=52230/tid=52249] ppid=52227 vsize=19063512 memory=2565840 CPUtime=0 cores=1,3
/proc/52230/task/52249/stat : 52249 (Timer-0) S 52227 52230 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53611201 19521036288 641460 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
Current children cumulated CPU time: 3452.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2565840 KiB

[startup+3522.3 s]
/proc/loadavg: 4.12 4.21 4.29 5/329 52705
/proc/meminfo: memFree=116422376/131382112 swapFree=33010160/33010684
[pid=52230] ppid=52227 vsize=19063512 memory=2565840 CPUtime=3512.55 cores=1,3
/proc/52230/stat : 52230 (java) S 52227 52230 51551 0 -1 4194304 106383 0 0 0 350860 395 0 0 20 0 20 0 53611173 19521036288 641460 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
/proc/52230/statm: 4765878 641460 5494 1 0 664305 0
[pid=52230/tid=52232] ppid=52227 vsize=19063512 memory=2565840 CPUtime=3487.35 cores=1,3
/proc/52230/task/52232/stat : 52232 (java) R 52227 52230 51551 0 -1 4194368 40238 0 0 0 348659 76 0 0 20 0 20 0 53611175 19521036288 641460 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
[pid=52230/tid=52241] ppid=52227 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/52230/task/52241/stat : 52241 (Finalizer) S 52227 52230 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53611177 19521036288 641460 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
[pid=52230/tid=52248] ppid=52227 vsize=19063512 memory=2565840 CPUtime=0 cores=1,3
/proc/52230/task/52248/stat : 52248 (Common-Cleaner) S 52227 52230 51551 0 -1 4194368 1228 0 0 0 0 0 0 0 20 0 20 0 53611178 19521036288 641460 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
[pid=52230/tid=52249] ppid=52227 vsize=19063512 memory=2565840 CPUtime=0 cores=1,3
/proc/52230/task/52249/stat : 52249 (Timer-0) S 52227 52230 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53611201 19521036288 641460 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
Current children cumulated CPU time: 3512.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2565840 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.18 4.27 5/329 52710
/proc/meminfo: memFree=116314864/131382112 swapFree=33010160/33010684
[pid=52230] ppid=52227 vsize=19063512 memory=2567932 CPUtime=3572.56 cores=1,3
/proc/52230/stat : 52230 (java) S 52227 52230 51551 0 -1 4194304 106677 0 0 0 356856 400 0 0 20 0 20 0 53611173 19521036288 641983 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
/proc/52230/statm: 4765878 641983 5494 1 0 664305 0
[pid=52230/tid=52232] ppid=52227 vsize=19063512 memory=17792 CPUtime=3546.97 cores=1,3
/proc/52230/task/52232/stat : 52232 (java) R 52227 52230 51551 0 -1 4194368 40462 0 0 0 354620 77 0 0 20 0 20 0 53611175 19521036288 641983 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
[pid=52230/tid=52241] ppid=52227 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/52230/task/52241/stat : 52241 (Finalizer) S 52227 52230 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53611177 19521036288 641983 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
[pid=52230/tid=52248] ppid=52227 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/52230/task/52248/stat : 52248 (Common-Cleaner) S 52227 52230 51551 0 -1 4194368 1276 0 0 0 0 0 0 0 20 0 20 0 53611178 19521036288 641983 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
[pid=52230/tid=52249] ppid=52227 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/52230/task/52249/stat : 52249 (Timer-0) S 52227 52230 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53611201 19521036288 641983 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
Current children cumulated CPU time: 3572.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2567932 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.8 s]
/proc/loadavg: 4.06 4.17 4.26 5/329 52711
/proc/meminfo: memFree=116267112/131382112 swapFree=33010160/33010684
[pid=52230] ppid=52227 vsize=19063512 memory=2567932 CPUtime=3600.07 cores=1,3
/proc/52230/stat : 52230 (java) S 52227 52230 51551 0 -1 4194304 107015 0 0 0 359604 403 0 0 20 0 20 0 53611173 19521036288 641983 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
/proc/52230/statm: 4765878 641983 5494 1 0 664305 0
[pid=52230/tid=52232] ppid=52227 vsize=19063512 memory=4892 CPUtime=3574.2 cores=1,3
/proc/52230/task/52232/stat : 52232 (java) R 52227 52230 51551 0 -1 4194368 40598 0 0 0 357343 77 0 0 20 0 20 0 53611175 19521036288 641983 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
[pid=52230/tid=52241] ppid=52227 vsize=19063512 memory=2764 CPUtime=0 cores=1,3
/proc/52230/task/52241/stat : 52241 (Finalizer) S 52227 52230 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53611177 19521036288 641983 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
[pid=52230/tid=52248] ppid=52227 vsize=19063512 memory=23532 CPUtime=0 cores=1,3
/proc/52230/task/52248/stat : 52248 (Common-Cleaner) S 52227 52230 51551 0 -1 4194368 1276 0 0 0 0 0 0 0 20 0 20 0 53611178 19521036288 641983 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
[pid=52230/tid=52249] ppid=52227 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/52230/task/52249/stat : 52249 (Timer-0) S 52227 52230 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53611201 19521036288 641983 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2567932 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.33 s, system=4.05336 s

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

[startup+3609.91 s]
/proc/loadavg: 4.06 4.17 4.26 5/329 52711
/proc/meminfo: memFree=116267112/131382112 swapFree=33010160/33010684
[pid=52230] ppid=52227 vsize=19263204 memory=2568700 CPUtime=3600.27 cores=1,3
/proc/52230/stat : 52230 (java) S 52227 52230 51551 0 -1 4194304 109192 0 0 0 359624 403 0 0 20 0 21 0 53611173 19725520896 642175 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
/proc/52230/statm: 4815801 642175 5494 1 0 665224 0
[pid=52230/tid=52232] ppid=52227 vsize=19263204 memory=2567932 CPUtime=3574.3 cores=1,3
/proc/52230/task/52232/stat : 52232 (java) R 52227 52230 51551 0 -1 4194368 40598 0 0 0 357353 77 0 0 20 0 21 0 53611175 19725520896 642175 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
[pid=52230/tid=52241] ppid=52227 vsize=19263204 memory=2567932 CPUtime=0 cores=1,3
/proc/52230/task/52241/stat : 52241 (Finalizer) S 52227 52230 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 53611177 19725520896 642175 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
[pid=52230/tid=52248] ppid=52227 vsize=19263204 memory=14720 CPUtime=0 cores=1,3
/proc/52230/task/52248/stat : 52248 (Common-Cleaner) S 52227 52230 51551 0 -1 4194368 1276 0 0 0 0 0 0 0 20 0 21 0 53611178 19725520896 642175 18446744073709551615 94252643102720 94252643106416 140736113181936 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94252643114232 94252643115024 94252665622528 140736113191213 140736113191398 140736113191398 140736113197000 0
Current children cumulated CPU time: 3600.27 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2568700 KiB

Child status: 143

Real time (s): 3609.99
CPU time (s): 3600.39
CPU user time (s): 3596.33
CPU system time (s): 4.05336
CPU usage (%): 99.7339
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2568700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.33
system time used= 4.05336
maximum resident set size= 2568956
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 109401
page faults= 0
swaps= 0
block input operations= 0
block output operations= 777312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 196182
involuntary context switches= 6967


# summary of solver processes directly reported to runsolver:
#   pid: 52230
#   total CPU time (s): 3600.39
#   total CPU user time (s): 3596.33
#   total CPU system time (s): 4.05336

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.3956 second user time and 39.1343 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-01 16:15:23
IDJOB=4490663
IDBENCH=147604
IDSOLVER=3362
FILE ID=nodeC001/4490663-1751379323
RUNJOBID= nodeC001-1751375226-51563
SLURM_JOB_ID= 9598212
Free space on /tmp= 433056 MiB

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

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

MD5SUM BENCH= 24a8c00bfc22332d2e87e9d19ffbf58d
RANDOM SEED=1535879178

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.087
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		: 3610.920
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		: 3591.504
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		: 3700.000
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		: 1196.364
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:        120168816 kB
MemAvailable:   120536900 kB
Buffers:            2128 kB
Cached:          1172160 kB
SwapCached:           28 kB
Active:          9802032 kB
Inactive:         873176 kB
Active(anon):    9508552 kB
Inactive(anon):    10380 kB
Active(file):     293480 kB
Inactive(file):   862796 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5500 kB
Writeback:           160 kB
AnonPages:       9504340 kB
Mapped:           122744 kB
Shmem:             17932 kB
KReclaimable:     102484 kB
Slab:             185948 kB
SReclaimable:     102484 kB
SUnreclaim:        83464 kB
KernelStack:        5008 kB
PageTables:        22332 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   11196236 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9216000 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433048 MiB
End job on nodeC001 at 2025-07-01 17:15:33