Trace number 4490617

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 3609.08

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
market-split/normalized-market-split_7_60_2.opb
MD5SUM5da80f5858be2a333e7d6bf1625fcb5c
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 variables61
Total number of constraints15
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 constraints14
Minimum length of a constraint1
Maximum length of a constraint60
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 1648
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 4944
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.10/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.18	c See www.sat4j.org for details.
0.10/0.19	c version PB25.v20250606
0.26/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.26/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.26/0.23	c java.vm.version	22.0.1+8-16
0.26/0.23	c java.vm.vendor	Oracle Corporation
0.26/0.23	c sun.arch.data.model	64
0.26/0.23	c java.version		22.0.1
0.26/0.23	c os.name		Linux
0.26/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.26/0.23	c os.arch		amd64
0.26/0.24	c Free memory 		2104792832
0.26/0.24	c Max memory 		16282288128
0.26/0.24	c Total memory 		2113929216
0.26/0.24	c Number of processors 	2
0.43/0.41	c Pseudo Boolean Optimization by upper bound
0.43/0.41	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.43/0.41	c  - never skip resolution steps
0.43/0.41	c  - Auto-division on coefficients is disabled
0.43/0.41	c  - No postprocessing
0.43/0.41	c  - Conflict is considered as is when resolving
0.43/0.41	c  - Use constraints as they come during conflict analysis
0.43/0.41	c  - Weaken first using unassigned literals
0.43/0.41	c  - Bump strategy: ALWAYS_ONE
0.43/0.41	c  - Bumper: EFFECTIVE
0.43/0.41	c --- Begin Solver configuration ---
0.43/0.41	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.43/0.41	c Learn all clauses as in MiniSAT
0.43/0.41	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.43/0.41	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.43/0.41	c No reason simplification
0.43/0.41	c Dynamic restart strategy considering the size of the coefficients
0.43/0.41	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.43/0.41	c timeout=2147483s
0.43/0.41	c DB Simplification allowed=false
0.43/0.41	c Listener: none
0.43/0.41	c --- End Solver configuration ---
0.43/0.41	c solving HOME/instance-4490617-1751378864.opb
0.43/0.41	c reading problem ... 
0.60/0.43	c using VERIPB proof format
0.60/0.43	c  objective function found
0.60/0.48	c ... done. Wall clock time 0.058s.
0.60/0.48	c declared #vars     61
0.60/0.48	c #constraints  15
0.60/0.48	c constraints type 
0.60/0.48	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 14
0.60/0.48	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.60/0.48	c 15 constraints processed.
0.60/0.50	c objective function length is 1 literals
3600.05/3608.94	c starts		: 24
3600.05/3608.97	c conflicts		: 1987
3600.05/3608.98	c decisions		: 3189
3600.05/3608.98	c propagations		: 18008
3600.05/3608.98	c inspects		: 1452568
3600.05/3608.98	c shortcuts		: 0
3600.05/3608.98	c learnt literals	: 0
3600.05/3608.99	c learnt binary clauses	: 0
3600.05/3609.00	c learnt ternary clauses	: 0
3600.05/3609.00	c learnt constraints	: 1986
3600.05/3609.00	c ignored constraints	: 0
3600.05/3609.00	c root simplifications	: 0
3600.25/3609.02	c removed literals (reason simplification)	: 0
3600.25/3609.02	c reason swapping (by a shorter reason)	: 0
3600.25/3609.02	c Calls to reduceDB	: 0
3600.25/3609.02	c Number of update (reduction) of LBD	: 2152
3600.25/3609.02	c Imported unit clauses	: 0
3600.25/3609.02	c No decision after first conflict	: false
3600.25/3609.02	c number of reductions to clauses (during analyze)	: 0
3600.25/3609.02	c number of learned constraints concerned by reduction	: 0
3600.25/3609.02	c number of learning phase by resolution	: 0
3600.25/3609.02	c number of learning phase by cutting planes	: 0
3600.25/3609.02	c number of rounding to 1 operations	: 0
3600.25/3609.03	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.25/3609.03	c number of reductions of the coefficients by power 2 	: 0
3600.25/3609.03	c number of right shift for reduction by power 2 	: 0
3600.25/3609.03	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.25/3609.03	c number of ending skipping 	: 0
3600.25/3609.03	c number of internal skipping 	: 0
3600.25/3609.03	c number of derivation steps 	: 13148
3600.25/3609.03	c number of skipped derivation steps 	: 0
3600.25/3609.03	c number of remaining unassigned 	: 13896
3600.25/3609.03	c number of remaining assigned 	: 404145
3600.25/3609.03	c number of falsified literals weakened from reason	: 0
3600.25/3609.03	c number of falsified literals weakened from conflict	: 0
3600.25/3609.03	c time for arithmetic operations	: 2795703369599
3600.25/3609.03	c minimum degree of deleted constraints	: null
3600.25/3609.04	c maximum degree of deleted constraints	: null
3600.25/3609.04	c number of deleted constraints	: 0
3600.25/3609.04	c speed (assignments/second)	: 4.990394986105152
3600.25/3609.05	c non guided choices	: 25
3600.25/3609.05	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 1986
3600.25/3609.05	s UNKNOWN
3600.25/3609.05	c Total wall clock time (in seconds): 3608.639

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=52140, runsolver pid=52137

[startup+0.100069 s]*
/proc/loadavg: 4.51 4.30 4.15 6/327 52158
/proc/meminfo: memFree=124157508/131382112 swapFree=33010160/33010684
[pid=52140] ppid=52137 vsize=18930384 memory=47304 CPUtime=0.1 cores=0,2
/proc/52140/stat : 52140 (java) S 52137 52140 51551 0 -1 4194304 5694 0 0 0 7 3 0 0 20 0 18 0 53565326 19384713216 11826 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
/proc/52140/statm: 4732596 11826 5114 1 0 546901 0
[pid=52140/tid=52142] ppid=52137 vsize=18930384 memory=4026531960 CPUtime=0.05 cores=0,2
/proc/52140/task/52142/stat : 52142 (java) R 52137 52140 51551 0 -1 4194368 4586 0 0 0 3 2 0 0 20 0 18 0 53565328 19384713216 11826 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
[pid=52140/tid=52151] ppid=52137 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/52140/task/52151/stat : 52151 (Finalizer) S 52137 52140 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 53565332 19384713216 11826 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
[pid=52140/tid=52158] ppid=52137 vsize=18930384 memory=61792617516369 CPUtime=0 cores=0,2
/proc/52140/task/52158/stat : 52158 (Common-Cleaner) S 52137 52140 51551 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 53565333 19384713216 11826 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 47304 KiB

[startup+0.214092 s]*
/proc/loadavg: 4.51 4.30 4.15 6/327 52158
/proc/meminfo: memFree=124157508/131382112 swapFree=33010160/33010684
[pid=52140] ppid=52137 vsize=18930384 memory=51016 CPUtime=0.26 cores=0,2
/proc/52140/stat : 52140 (java) S 52137 52140 51551 0 -1 4194304 6433 0 0 0 23 3 0 0 20 0 18 0 53565326 19384713216 12754 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
/proc/52140/statm: 4732596 12754 5338 1 0 547514 0
[pid=52140/tid=52142] ppid=52137 vsize=18930384 memory=4026663196 CPUtime=0.15 cores=0,2
/proc/52140/task/52142/stat : 52142 (java) R 52137 52140 51551 0 -1 4194368 4967 0 0 0 13 2 0 0 20 0 18 0 53565328 19384713216 12754 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
[pid=52140/tid=52151] ppid=52137 vsize=18930384 memory=1593 CPUtime=0 cores=0,2
/proc/52140/task/52151/stat : 52151 (Finalizer) S 52137 52140 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 53565332 19384713216 12754 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
[pid=52140/tid=52158] ppid=52137 vsize=18930384 memory=60693105869820 CPUtime=0 cores=0,2
/proc/52140/task/52158/stat : 52158 (Common-Cleaner) S 52137 52140 51551 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 53565333 19384713216 12754 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51016 KiB

[startup+0.31401 s]*
/proc/loadavg: 4.51 4.30 4.15 7/327 52158
/proc/meminfo: memFree=124151396/131382112 swapFree=33010160/33010684
[pid=52140] ppid=52137 vsize=18930384 memory=58432 CPUtime=0.43 cores=0,2
/proc/52140/stat : 52140 (java) S 52137 52140 51551 0 -1 4194304 6725 0 0 0 39 4 0 0 20 0 18 0 53565326 19384713216 14608 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
/proc/52140/statm: 4732596 14608 5338 1 0 547732 0
[pid=52140/tid=52142] ppid=52137 vsize=18930384 memory=-6000919477035297386 CPUtime=0.25 cores=0,2
/proc/52140/task/52142/stat : 52142 (java) R 52137 52140 51551 0 -1 4194368 5142 0 0 0 22 3 0 0 20 0 18 0 53565328 19384713216 14608 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
[pid=52140/tid=52151] ppid=52137 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/52140/task/52151/stat : 52151 (Finalizer) S 52137 52140 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 53565332 19384713216 14608 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
[pid=52140/tid=52158] ppid=52137 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/52140/task/52158/stat : 52158 (Common-Cleaner) S 52137 52140 51551 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 53565333 19384713216 14608 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58432 KiB

[startup+0.700347 s]
/proc/loadavg: 4.51 4.30 4.15 8/328 52159
/proc/meminfo: memFree=124147300/131382112 swapFree=33010160/33010684
[pid=52140] ppid=52137 vsize=18996948 memory=73096 CPUtime=1.11 cores=0,2
/proc/52140/stat : 52140 (java) S 52137 52140 51551 0 -1 4194304 8692 0 0 0 105 6 0 0 20 0 19 0 53565326 19452874752 18274 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
/proc/52140/statm: 4749237 18274 5466 1 0 548758 0
[pid=52140/tid=52142] ppid=52137 vsize=18996948 memory=17792 CPUtime=0.52 cores=0,2
/proc/52140/task/52142/stat : 52142 (java) R 52137 52140 51551 0 -1 4194368 5493 0 0 0 49 3 0 0 20 0 19 0 53565328 19452874752 18274 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
[pid=52140/tid=52151] ppid=52137 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/52140/task/52151/stat : 52151 (Finalizer) S 52137 52140 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 53565332 19452874752 18274 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
[pid=52140/tid=52158] ppid=52137 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/52140/task/52158/stat : 52158 (Common-Cleaner) S 52137 52140 51551 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 53565333 19452874752 18274 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
[pid=52140/tid=52159] ppid=52137 vsize=18996948 memory=4892 CPUtime=0 cores=0,2
/proc/52140/task/52159/stat : 52159 (Timer-0) S 52137 52140 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 53565377 19452874752 18274 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 73096 KiB

[startup+1.50029 s]
/proc/loadavg: 4.51 4.30 4.15 6/328 52159
/proc/meminfo: memFree=124074340/131382112 swapFree=33010160/33010684
[pid=52140] ppid=52137 vsize=19063512 memory=163232 CPUtime=2.68 cores=0,2
/proc/52140/stat : 52140 (java) S 52137 52140 51551 0 -1 4194304 16216 0 0 0 257 11 0 0 20 0 20 0 53565326 19521036288 40808 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
/proc/52140/statm: 4765878 40808 5498 1 0 551296 0
[pid=52140/tid=52142] ppid=52137 vsize=19063512 memory=0 CPUtime=1.21 cores=0,2
/proc/52140/task/52142/stat : 52142 (java) R 52137 52140 51551 0 -1 4194368 5969 0 0 0 115 6 0 0 20 0 20 0 53565328 19521036288 40808 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
[pid=52140/tid=52151] ppid=52137 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/52140/task/52151/stat : 52151 (Finalizer) S 52137 52140 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53565332 19521036288 40808 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
[pid=52140/tid=52158] ppid=52137 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/52140/task/52158/stat : 52158 (Common-Cleaner) S 52137 52140 51551 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 53565333 19521036288 40808 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
[pid=52140/tid=52159] ppid=52137 vsize=19063512 memory=4892 CPUtime=0 cores=0,2
/proc/52140/task/52159/stat : 52159 (Timer-0) S 52137 52140 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53565377 19521036288 40808 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 163232 KiB

[startup+3.10593 s]
/proc/loadavg: 4.51 4.30 4.15 6/329 52160
/proc/meminfo: memFree=122686076/131382112 swapFree=33010160/33010684
[pid=52140] ppid=52137 vsize=19063512 memory=640784 CPUtime=5.85 cores=0,2
/proc/52140/stat : 52140 (java) S 52137 52140 51551 0 -1 4194304 26909 0 0 0 563 22 0 0 20 0 20 0 53565326 19521036288 160196 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
/proc/52140/statm: 4765878 160196 5498 1 0 557792 0
[pid=52140/tid=52142] ppid=52137 vsize=19063512 memory=11264 CPUtime=2.78 cores=0,2
/proc/52140/task/52142/stat : 52142 (java) R 52137 52140 51551 0 -1 4194368 7309 0 0 0 263 15 0 0 20 0 20 0 53565328 19521036288 160196 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
[pid=52140/tid=52151] ppid=52137 vsize=19063512 memory=-6000919477035297386 CPUtime=0 cores=0,2
/proc/52140/task/52151/stat : 52151 (Finalizer) S 52137 52140 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53565332 19521036288 160196 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
[pid=52140/tid=52158] ppid=52137 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/52140/task/52158/stat : 52158 (Common-Cleaner) S 52137 52140 51551 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 53565333 19521036288 160196 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
[pid=52140/tid=52159] ppid=52137 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/52140/task/52159/stat : 52159 (Timer-0) S 52137 52140 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53565377 19521036288 160196 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
Current children cumulated CPU time: 5.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 640784 KiB

[startup+6.3004 s]
/proc/loadavg: 4.63 4.33 4.16 5/329 52160
/proc/meminfo: memFree=121335228/131382112 swapFree=33010160/33010684
[pid=52140] ppid=52137 vsize=19063512 memory=1335752 CPUtime=10.97 cores=0,2
/proc/52140/stat : 52140 (java) S 52137 52140 51551 0 -1 4194304 29703 0 0 0 1060 37 0 0 20 0 20 0 53565326 19521036288 333938 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
/proc/52140/statm: 4765878 333938 5498 1 0 559076 0
[pid=52140/tid=52142] ppid=52137 vsize=19063512 memory=0 CPUtime=5.91 cores=0,2
/proc/52140/task/52142/stat : 52142 (java) R 52137 52140 51551 0 -1 4194368 7965 0 0 0 563 28 0 0 20 0 20 0 53565328 19521036288 333938 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
[pid=52140/tid=52151] ppid=52137 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/52140/task/52151/stat : 52151 (Finalizer) S 52137 52140 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53565332 19521036288 333938 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
[pid=52140/tid=52158] ppid=52137 vsize=19063512 memory=11264 CPUtime=0 cores=0,2
/proc/52140/task/52158/stat : 52158 (Common-Cleaner) S 52137 52140 51551 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 53565333 19521036288 333938 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
[pid=52140/tid=52159] ppid=52137 vsize=19063512 memory=163360 CPUtime=0 cores=0,2
/proc/52140/task/52159/stat : 52159 (Timer-0) S 52137 52140 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53565377 19521036288 333938 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
Current children cumulated CPU time: 10.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1335752 KiB

[startup+12.7004 s]
/proc/loadavg: 4.66 4.34 4.16 5/329 52161
/proc/meminfo: memFree=121291752/131382112 swapFree=33010160/33010684
[pid=52140] ppid=52137 vsize=19063512 memory=1346084 CPUtime=17.75 cores=0,2
/proc/52140/stat : 52140 (java) S 52137 52140 51551 0 -1 4194304 30252 0 0 0 1737 38 0 0 20 0 20 0 53565326 19521036288 336521 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
/proc/52140/statm: 4765878 336521 5498 1 0 559076 0
[pid=52140/tid=52142] ppid=52137 vsize=19063512 memory=163360 CPUtime=12.18 cores=0,2
/proc/52140/task/52142/stat : 52142 (java) R 52137 52140 51551 0 -1 4194368 8408 0 0 0 1189 29 0 0 20 0 20 0 53565328 19521036288 336521 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
[pid=52140/tid=52151] ppid=52137 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/52140/task/52151/stat : 52151 (Finalizer) S 52137 52140 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53565332 19521036288 336521 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
[pid=52140/tid=52158] ppid=52137 vsize=19063512 memory=1346084 CPUtime=0 cores=0,2
/proc/52140/task/52158/stat : 52158 (Common-Cleaner) S 52137 52140 51551 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 53565333 19521036288 336521 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
[pid=52140/tid=52159] ppid=52137 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/52140/task/52159/stat : 52159 (Timer-0) S 52137 52140 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53565377 19521036288 336521 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
Current children cumulated CPU time: 17.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1346084 KiB

[startup+25.5004 s]
/proc/loadavg: 4.59 4.34 4.17 5/329 52161
/proc/meminfo: memFree=120795896/131382112 swapFree=33010160/33010684
[pid=52140] ppid=52137 vsize=19063512 memory=1775288 CPUtime=31.13 cores=0,2
/proc/52140/stat : 52140 (java) S 52137 52140 51551 0 -1 4194304 40194 0 0 0 3064 49 0 0 20 0 20 0 53565326 19521036288 443822 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
/proc/52140/statm: 4765878 443822 5498 1 0 665602 0
[pid=52140/tid=52142] ppid=52137 vsize=19063512 memory=-6000919477035297386 CPUtime=24.75 cores=0,2
/proc/52140/task/52142/stat : 52142 (java) R 52137 52140 51551 0 -1 4194368 9899 0 0 0 2438 37 0 0 20 0 20 0 53565328 19521036288 443822 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
[pid=52140/tid=52151] ppid=52137 vsize=19063512 memory=17792 CPUtime=0 cores=0,2
/proc/52140/task/52151/stat : 52151 (Finalizer) S 52137 52140 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53565332 19521036288 443822 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
[pid=52140/tid=52158] ppid=52137 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/52140/task/52158/stat : 52158 (Common-Cleaner) S 52137 52140 51551 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 53565333 19521036288 443822 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
[pid=52140/tid=52159] ppid=52137 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/52140/task/52159/stat : 52159 (Timer-0) S 52137 52140 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53565377 19521036288 443822 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
Current children cumulated CPU time: 31.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1775288 KiB

[startup+51.1138 s]
/proc/loadavg: 4.46 4.33 4.17 5/329 52161
/proc/meminfo: memFree=119954324/131382112 swapFree=33010160/33010684
[pid=52140] ppid=52137 vsize=19063512 memory=1808188 CPUtime=57.04 cores=0,2
/proc/52140/stat : 52140 (java) S 52137 52140 51551 0 -1 4194304 44665 0 0 0 5651 53 0 0 20 0 20 0 53565326 19521036288 452047 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
/proc/52140/statm: 4765878 452047 5498 1 0 665603 0
[pid=52140/tid=52142] ppid=52137 vsize=19063512 memory=1806124 CPUtime=50.09 cores=0,2
/proc/52140/task/52142/stat : 52142 (java) R 52137 52140 51551 0 -1 4194368 12600 0 0 0 4971 38 0 0 20 0 20 0 53565328 19521036288 452047 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
[pid=52140/tid=52151] ppid=52137 vsize=19063512 memory=1799964 CPUtime=0 cores=0,2

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

/proc/meminfo: memFree=115424144/131382112 swapFree=33010160/33010684
[pid=52140] ppid=52137 vsize=19063512 memory=2560160 CPUtime=3273.8 cores=0,2
/proc/52140/stat : 52140 (java) S 52137 52140 51551 0 -1 4194304 106905 0 0 0 327056 324 0 0 20 0 20 0 53565326 19521036288 640040 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
/proc/52140/statm: 4765878 640040 5498 1 0 665662 0
[pid=52140/tid=52142] ppid=52137 vsize=19063512 memory=2560160 CPUtime=3252.33 cores=0,2
/proc/52140/task/52142/stat : 52142 (java) R 52137 52140 51551 0 -1 4194368 48098 0 0 0 325173 60 0 0 20 0 20 0 53565328 19521036288 640040 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
[pid=52140/tid=52151] ppid=52137 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/52140/task/52151/stat : 52151 (Finalizer) S 52137 52140 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53565332 19521036288 640040 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
[pid=52140/tid=52158] ppid=52137 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/52140/task/52158/stat : 52158 (Common-Cleaner) S 52137 52140 51551 0 -1 4194368 1898 0 0 0 0 0 0 0 20 0 20 0 53565333 19521036288 640040 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
[pid=52140/tid=52159] ppid=52137 vsize=19063512 memory=12416 CPUtime=0 cores=0,2
/proc/52140/task/52159/stat : 52159 (Timer-0) S 52137 52140 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53565377 19521036288 640040 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
Current children cumulated CPU time: 3273.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2560160 KiB

[startup+3342.3 s]
/proc/loadavg: 4.47 4.49 4.40 5/327 52407
/proc/meminfo: memFree=114865252/131382112 swapFree=33010160/33010684
[pid=52140] ppid=52137 vsize=19063512 memory=2560160 CPUtime=3333.71 cores=0,2
/proc/52140/stat : 52140 (java) S 52137 52140 51551 0 -1 4194304 108272 0 0 0 333044 327 0 0 20 0 20 0 53565326 19521036288 640040 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
/proc/52140/statm: 4765878 640040 5498 1 0 665662 0
[pid=52140/tid=52142] ppid=52137 vsize=19063512 memory=17792 CPUtime=3312.17 cores=0,2
/proc/52140/task/52142/stat : 52142 (java) R 52137 52140 51551 0 -1 4194368 49014 0 0 0 331157 60 0 0 20 0 20 0 53565328 19521036288 640040 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
[pid=52140/tid=52151] ppid=52137 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/52140/task/52151/stat : 52151 (Finalizer) S 52137 52140 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53565332 19521036288 640040 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
[pid=52140/tid=52158] ppid=52137 vsize=19063512 memory=2560160 CPUtime=0 cores=0,2
/proc/52140/task/52158/stat : 52158 (Common-Cleaner) S 52137 52140 51551 0 -1 4194368 1899 0 0 0 0 0 0 0 20 0 20 0 53565333 19521036288 640040 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
[pid=52140/tid=52159] ppid=52137 vsize=19063512 memory=17792 CPUtime=0 cores=0,2
/proc/52140/task/52159/stat : 52159 (Timer-0) S 52137 52140 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53565377 19521036288 640040 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
Current children cumulated CPU time: 3333.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2560160 KiB

[startup+3402.3 s]
/proc/loadavg: 4.29 4.43 4.38 6/328 52477
/proc/meminfo: memFree=117090460/131382112 swapFree=33010160/33010684
[pid=52140] ppid=52137 vsize=19063512 memory=2560288 CPUtime=3393.61 cores=0,2
/proc/52140/stat : 52140 (java) S 52137 52140 51551 0 -1 4194304 108483 0 0 0 339030 331 0 0 20 0 20 0 53565326 19521036288 640072 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
/proc/52140/statm: 4765878 640072 5498 1 0 665662 0
[pid=52140/tid=52142] ppid=52137 vsize=19063512 memory=3200 CPUtime=3371.9 cores=0,2
/proc/52140/task/52142/stat : 52142 (java) R 52137 52140 51551 0 -1 4194368 49105 0 0 0 337130 60 0 0 20 0 20 0 53565328 19521036288 640072 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
[pid=52140/tid=52151] ppid=52137 vsize=19063512 memory=2560160 CPUtime=0 cores=0,2
/proc/52140/task/52151/stat : 52151 (Finalizer) S 52137 52140 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53565332 19521036288 640072 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
[pid=52140/tid=52158] ppid=52137 vsize=19063512 memory=2560160 CPUtime=0 cores=0,2
/proc/52140/task/52158/stat : 52158 (Common-Cleaner) S 52137 52140 51551 0 -1 4194368 1990 0 0 0 0 0 0 0 20 0 20 0 53565333 19521036288 640072 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
[pid=52140/tid=52159] ppid=52137 vsize=19063512 memory=2560288 CPUtime=0 cores=0,2
/proc/52140/task/52159/stat : 52159 (Timer-0) S 52137 52140 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53565377 19521036288 640072 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
Current children cumulated CPU time: 3393.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2560288 KiB

[startup+3462.3 s]
/proc/loadavg: 4.19 4.38 4.36 6/329 52482
/proc/meminfo: memFree=116448000/131382112 swapFree=33010160/33010684
[pid=52140] ppid=52137 vsize=19063512 memory=2562336 CPUtime=3453.56 cores=0,2
/proc/52140/stat : 52140 (java) S 52137 52140 51551 0 -1 4194304 110803 0 0 0 345018 338 0 0 20 0 20 0 53565326 19521036288 640584 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
/proc/52140/statm: 4765878 640584 5498 1 0 665662 0
[pid=52140/tid=52142] ppid=52137 vsize=19063512 memory=3200 CPUtime=3431.42 cores=0,2
/proc/52140/task/52142/stat : 52142 (java) R 52137 52140 51551 0 -1 4194368 50870 0 0 0 343081 61 0 0 20 0 20 0 53565328 19521036288 640584 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
[pid=52140/tid=52151] ppid=52137 vsize=19063512 memory=2560160 CPUtime=0 cores=0,2
/proc/52140/task/52151/stat : 52151 (Finalizer) S 52137 52140 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53565332 19521036288 640584 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
[pid=52140/tid=52158] ppid=52137 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/52140/task/52158/stat : 52158 (Common-Cleaner) S 52137 52140 51551 0 -1 4194368 1990 0 0 0 0 0 0 0 20 0 20 0 53565333 19521036288 640584 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
[pid=52140/tid=52159] ppid=52137 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/52140/task/52159/stat : 52159 (Timer-0) S 52137 52140 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53565377 19521036288 640584 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
Current children cumulated CPU time: 3453.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2562336 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.34 4.35 5/331 52486
/proc/meminfo: memFree=116296088/131382112 swapFree=33010160/33010684
[pid=52140] ppid=52137 vsize=19063512 memory=2562336 CPUtime=3513.54 cores=0,2
/proc/52140/stat : 52140 (java) S 52137 52140 51551 0 -1 4194304 111137 0 0 0 351011 343 0 0 20 0 20 0 53565326 19521036288 640584 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
/proc/52140/statm: 4765878 640584 5498 1 0 665662 0
[pid=52140/tid=52142] ppid=52137 vsize=19063512 memory=11264 CPUtime=3490.98 cores=0,2
/proc/52140/task/52142/stat : 52142 (java) R 52137 52140 51551 0 -1 4194368 50940 0 0 0 349037 61 0 0 20 0 20 0 53565328 19521036288 640584 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
[pid=52140/tid=52151] ppid=52137 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/52140/task/52151/stat : 52151 (Finalizer) S 52137 52140 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53565332 19521036288 640584 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
[pid=52140/tid=52158] ppid=52137 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/52140/task/52158/stat : 52158 (Common-Cleaner) S 52137 52140 51551 0 -1 4194368 2056 0 0 0 0 0 0 0 20 0 20 0 53565333 19521036288 640584 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
[pid=52140/tid=52159] ppid=52137 vsize=19063512 memory=-6000919477035297386 CPUtime=0 cores=0,2
/proc/52140/task/52159/stat : 52159 (Timer-0) S 52137 52140 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53565377 19521036288 640584 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
Current children cumulated CPU time: 3513.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2562336 KiB

[startup+3582.3 s]
/proc/loadavg: 4.24 4.34 4.35 6/331 52621
/proc/meminfo: memFree=116577252/131382112 swapFree=33010160/33010684
[pid=52140] ppid=52137 vsize=19063512 memory=2562336 CPUtime=3573.46 cores=0,2
/proc/52140/stat : 52140 (java) S 52137 52140 51551 0 -1 4194304 111985 0 0 0 356998 348 0 0 20 0 20 0 53565326 19521036288 640584 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
/proc/52140/statm: 4765878 640584 5498 1 0 665662 0
[pid=52140/tid=52142] ppid=52137 vsize=19063512 memory=17792 CPUtime=3550.75 cores=0,2
/proc/52140/task/52142/stat : 52142 (java) R 52137 52140 51551 0 -1 4194368 51726 0 0 0 355013 62 0 0 20 0 20 0 53565328 19521036288 640584 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
[pid=52140/tid=52151] ppid=52137 vsize=19063512 memory=2562336 CPUtime=0 cores=0,2
/proc/52140/task/52151/stat : 52151 (Finalizer) S 52137 52140 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53565332 19521036288 640584 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
[pid=52140/tid=52158] ppid=52137 vsize=19063512 memory=2562336 CPUtime=0 cores=0,2
/proc/52140/task/52158/stat : 52158 (Common-Cleaner) S 52137 52140 51551 0 -1 4194368 2056 0 0 0 0 0 0 0 20 0 20 0 53565333 19521036288 640584 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
[pid=52140/tid=52159] ppid=52137 vsize=19063512 memory=22792 CPUtime=0 cores=0,2
/proc/52140/task/52159/stat : 52159 (Timer-0) S 52137 52140 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53565377 19521036288 640584 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
Current children cumulated CPU time: 3573.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2562336 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.9 s]
/proc/loadavg: 4.16 4.31 4.34 5/331 52626
/proc/meminfo: memFree=116522540/131382112 swapFree=33010160/33010684
[pid=52140] ppid=52137 vsize=19063512 memory=2562336 CPUtime=3600.05 cores=0,2
/proc/52140/stat : 52140 (java) S 52137 52140 51551 0 -1 4194304 112903 0 0 0 359655 350 0 0 20 0 20 0 53565326 19521036288 640584 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
/proc/52140/statm: 4765878 640584 5498 1 0 665662 0
[pid=52140/tid=52142] ppid=52137 vsize=19063512 memory=4892 CPUtime=3577.23 cores=0,2
/proc/52140/task/52142/stat : 52142 (java) R 52137 52140 51551 0 -1 4194368 52176 0 0 0 357661 62 0 0 20 0 20 0 53565328 19521036288 640584 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
[pid=52140/tid=52151] ppid=52137 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/52140/task/52151/stat : 52151 (Finalizer) S 52137 52140 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53565332 19521036288 640584 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
[pid=52140/tid=52158] ppid=52137 vsize=19063512 memory=13380 CPUtime=0 cores=0,2
/proc/52140/task/52158/stat : 52158 (Common-Cleaner) S 52137 52140 51551 0 -1 4194368 2151 0 0 0 0 0 0 0 20 0 20 0 53565333 19521036288 640584 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
[pid=52140/tid=52159] ppid=52137 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/52140/task/52159/stat : 52159 (Timer-0) S 52137 52140 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53565377 19521036288 640584 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2562336 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.83 s, system=3.52694 s

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

[startup+3609.01 s]*
/proc/loadavg: 4.16 4.31 4.34 8/332 52629
/proc/meminfo: memFree=116522540/131382112 swapFree=33010160/33010684
[pid=52140] ppid=52137 vsize=19263204 memory=2563232 CPUtime=3600.25 cores=0,2
/proc/52140/stat : 52140 (java) S 52137 52140 51551 0 -1 4194304 115152 0 0 0 359675 350 0 0 20 0 21 0 53565326 19725520896 640808 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
/proc/52140/statm: 4815801 640808 5530 1 0 666581 0
[pid=52140/tid=52142] ppid=52137 vsize=19263204 memory=-6000919476934371946 CPUtime=3577.35 cores=0,2
/proc/52140/task/52142/stat : 52142 (java) R 52137 52140 51551 0 -1 4194368 52176 0 0 0 357673 62 0 0 20 0 21 0 53565328 19725520896 640808 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
[pid=52140/tid=52151] ppid=52137 vsize=19263204 memory=2432 CPUtime=0 cores=0,2
/proc/52140/task/52151/stat : 52151 (Finalizer) S 52137 52140 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 53565332 19725520896 640808 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
[pid=52140/tid=52158] ppid=52137 vsize=19263204 memory=3456 CPUtime=0 cores=0,2
/proc/52140/task/52158/stat : 52158 (Common-Cleaner) S 52137 52140 51551 0 -1 4194368 2151 0 0 0 0 0 0 0 20 0 21 0 53565333 19725520896 640808 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
[pid=52140/tid=52628] ppid=52137 vsize=19263204 memory=1920 CPUtime=0.02 cores=0,2
/proc/52140/task/52628/stat : 52628 (Thread-0) R 52137 52140 51551 0 -1 4194368 454 0 0 0 2 0 0 0 20 0 21 0 53926217 19725520896 640808 18446744073709551615 94724906950656 94724906954352 140727209976672 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94724906962168 94724906962960 94724926689280 140727209978157 140727209978342 140727209978342 140727209983944 0
Current children cumulated CPU time: 3600.25 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2563232 KiB

Child status: 143

Real time (s): 3609.08
CPU time (s): 3600.36
CPU user time (s): 3596.83
CPU system time (s): 3.52694
CPU usage (%): 99.7584
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2563232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.83
system time used= 3.52694
maximum resident set size= 2563360
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 115503
page faults= 0
swaps= 0
block input operations= 0
block output operations= 539072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 193799
involuntary context switches= 11188


# summary of solver processes directly reported to runsolver:
#   pid: 52140
#   total CPU time (s): 3600.36
#   total CPU user time (s): 3596.83
#   total CPU system time (s): 3.52694

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.147 second user time and 38.6739 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-01 16:07:44
IDJOB=4490617
IDBENCH=147597
IDSOLVER=3362
FILE ID=nodeC001/4490617-1751378864
RUNJOBID= nodeC001-1751375226-51561
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_7_60_2.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4490617-1751378864/watcher-4490617-1751378864 -o /tmp/evaluation-result-4490617-1751378864/solver-4490617-1751378864 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751375226-51561 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4490617-1751378864 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4490617-1751378864.opb

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

MD5SUM BENCH= 5da80f5858be2a333e7d6bf1625fcb5c
RANDOM SEED=808636330

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.333
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:        124176308 kB
MemAvailable:   124144284 kB
Buffers:            2128 kB
Cached:           772008 kB
SwapCached:           28 kB
Active:          6161512 kB
Inactive:         473084 kB
Active(anon):    5868032 kB
Inactive(anon):    10380 kB
Active(file):     293480 kB
Inactive(file):   462704 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             40376 kB
Writeback:             8 kB
AnonPages:       5863524 kB
Mapped:           122548 kB
Shmem:             17932 kB
KReclaimable:     102452 kB
Slab:             186588 kB
SReclaimable:     102452 kB
SUnreclaim:        84136 kB
KernelStack:        5008 kB
PageTables:        15076 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    8942608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150312 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5566464 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:07:54