Trace number 4490709

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-06SAT (TO)1052 3600.34 3557.36

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_7_60_2.opb
MD5SUM39a6e806d7aaba09f767f3cbd6afa1ec
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark72000.3
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables172
Total number of constraints14
Number of constraints which are clauses0
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 constraint74
Maximum length of a constraint76
Number of terms in the objective function 112
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 3570
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1648
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5454
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

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.11/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.16	c See www.sat4j.org for details.
0.11/0.18	c version PB25.v20250606
0.11/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.20	c java.vm.version	22.0.1+8-16
0.11/0.20	c java.vm.vendor	Oracle Corporation
0.11/0.20	c sun.arch.data.model	64
0.11/0.20	c java.version		22.0.1
0.11/0.20	c os.name		Linux
0.11/0.20	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.20	c os.arch		amd64
0.11/0.21	c Free memory 		2104792832
0.11/0.21	c Max memory 		16282288128
0.11/0.22	c Total memory 		2113929216
0.11/0.22	c Number of processors 	2
0.46/0.37	c Pseudo Boolean Optimization by upper bound
0.46/0.37	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.46/0.37	c  - never skip resolution steps
0.46/0.37	c  - Auto-division on coefficients is disabled
0.46/0.37	c  - No postprocessing
0.46/0.37	c  - Conflict is considered as is when resolving
0.46/0.37	c  - Use constraints as they come during conflict analysis
0.46/0.37	c  - Weaken first using unassigned literals
0.46/0.37	c  - Bump strategy: ALWAYS_ONE
0.46/0.37	c  - Bumper: EFFECTIVE
0.46/0.37	c --- Begin Solver configuration ---
0.46/0.37	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.46/0.37	c Learn all clauses as in MiniSAT
0.46/0.37	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.46/0.37	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.46/0.37	c No reason simplification
0.46/0.37	c Dynamic restart strategy considering the size of the coefficients
0.46/0.37	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.46/0.37	c timeout=2147483s
0.46/0.37	c DB Simplification allowed=false
0.46/0.37	c Listener: none
0.46/0.37	c --- End Solver configuration ---
0.46/0.37	c solving HOME/instance-4490709-1751382232.opb
0.46/0.37	c reading problem ... 
0.57/8.05	c using VERIPB proof format
0.57/8.06	c  objective function found
0.66/8.16	c ... done. Wall clock time 7.783s.
0.66/8.16	c declared #vars     172
0.66/8.16	c #constraints  14
0.66/8.16	c constraints type 
0.66/8.16	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 14
0.66/8.16	c 14 constraints processed.
0.66/8.19	c objective function length is 112 literals
1.77/8.71	c SATISFIABLE
1.77/8.71	c OPTIMIZING...
1.77/8.71	c Got one! Elapsed wall clock time (in seconds):8.336
1.77/8.71	o 2442
2.56/9.13	c Got one! Elapsed wall clock time (in seconds):8.757
2.56/9.13	o 2424
3.14/9.44	c Got one! Elapsed wall clock time (in seconds):9.066
3.14/9.44	o 2383
3.33/9.53	c Got one! Elapsed wall clock time (in seconds):9.161
3.33/9.53	o 1815
3.74/9.75	c Got one! Elapsed wall clock time (in seconds):9.379
3.74/9.75	o 1807
4.72/10.27	c Got one! Elapsed wall clock time (in seconds):9.892
4.72/10.27	o 1436
5.87/10.86	c Got one! Elapsed wall clock time (in seconds):10.482
5.87/10.86	o 1431
6.18/11.01	c Got one! Elapsed wall clock time (in seconds):10.632
6.18/11.01	o 1429
6.72/11.34	c Got one! Elapsed wall clock time (in seconds):10.962
6.72/11.34	o 1422
8.97/12.82	c Got one! Elapsed wall clock time (in seconds):12.443
8.97/12.82	o 1414
10.35/13.78	c Got one! Elapsed wall clock time (in seconds):13.402
10.35/13.78	o 1400
13.52/16.45	c Got one! Elapsed wall clock time (in seconds):16.072
13.52/16.45	o 1360
18.22/20.94	c Got one! Elapsed wall clock time (in seconds):20.568
18.22/20.94	o 1358
23.99/26.38	c Got one! Elapsed wall clock time (in seconds):26.003
23.99/26.38	o 1345
27.12/29.07	c Got one! Elapsed wall clock time (in seconds):28.695
27.12/29.07	o 1331
86.51/94.41	c Got one! Elapsed wall clock time (in seconds):94.036
86.51/94.41	o 1323
95.34/103.21	c Got one! Elapsed wall clock time (in seconds):102.835
95.34/103.21	o 1309
204.56/212.35	c Got one! Elapsed wall clock time (in seconds):211.972
204.56/212.35	o 1301
208.66/216.46	c Got one! Elapsed wall clock time (in seconds):216.084
208.66/216.46	o 1286
282.92/290.63	c Got one! Elapsed wall clock time (in seconds):290.254
282.92/290.63	o 1278
1117.08/1124.75	c Got one! Elapsed wall clock time (in seconds):1124.371
1117.08/1124.75	o 1268
1860.70/1870.02	c Got one! Elapsed wall clock time (in seconds):1869.642
1860.70/1870.02	o 1110
1905.12/1914.34	c Got one! Elapsed wall clock time (in seconds):1913.965
1905.12/1914.34	o 1109
2047.64/2056.74	c Got one! Elapsed wall clock time (in seconds):2056.368
2047.64/2056.74	o 1107
3007.87/3002.71	c Got one! Elapsed wall clock time (in seconds):3002.339
3007.87/3002.71	o 1052
3600.05/3557.24	c starts		: 53
3600.05/3557.25	c conflicts		: 10686
3600.05/3557.26	c decisions		: 22976
3600.05/3557.26	c propagations		: 130692
3600.05/3557.26	c inspects		: 22503501
3600.05/3557.26	c shortcuts		: 0
3600.05/3557.26	c learnt literals	: 0
3600.05/3557.26	c learnt binary clauses	: 0
3600.05/3557.26	c learnt ternary clauses	: 0
3600.05/3557.26	c learnt constraints	: 10685
3600.05/3557.26	c ignored constraints	: 0
3600.05/3557.26	c root simplifications	: 0
3600.05/3557.26	c removed literals (reason simplification)	: 0
3600.05/3557.26	c reason swapping (by a shorter reason)	: 0
3600.05/3557.26	c Calls to reduceDB	: 0
3600.05/3557.26	c Number of update (reduction) of LBD	: 11044
3600.05/3557.27	c Imported unit clauses	: 0
3600.05/3557.27	c No decision after first conflict	: false
3600.05/3557.27	c number of reductions to clauses (during analyze)	: 0
3600.05/3557.27	c number of learned constraints concerned by reduction	: 0
3600.05/3557.27	c number of learning phase by resolution	: 0
3600.05/3557.27	c number of learning phase by cutting planes	: 0
3600.05/3557.27	c number of rounding to 1 operations	: 0
3600.05/3557.27	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3557.27	c number of reductions of the coefficients by power 2 	: 0
3600.05/3557.27	c number of right shift for reduction by power 2 	: 0
3600.05/3557.27	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3557.27	c number of ending skipping 	: 0
3600.05/3557.27	c number of internal skipping 	: 0
3600.05/3557.27	c number of derivation steps 	: 71518
3600.05/3557.27	c number of skipped derivation steps 	: 0
3600.05/3557.27	c number of remaining unassigned 	: 164156
3600.05/3557.28	c number of remaining assigned 	: 5536839
3600.05/3557.28	c number of falsified literals weakened from reason	: 0
3600.05/3557.28	c number of falsified literals weakened from conflict	: 0
3600.05/3557.28	c time for arithmetic operations	: 2410804029247
3600.05/3557.28	c minimum degree of deleted constraints	: null
3600.05/3557.28	c maximum degree of deleted constraints	: null
3600.05/3557.28	c number of deleted constraints	: 0
3600.05/3557.28	c speed (assignments/second)	: 36.82420143366772
3600.05/3557.28	c non guided choices	: 687
3600.24/3557.32	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 10685
3600.24/3557.32	s SATISFIABLE
3600.24/3557.32	c Found 25 solution(s)
3600.24/3557.33	v x1 x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 x23 x24 x25 x26 x27 -x28 x29 -x30 -x31 -x32 -x33 -x34 -x35 x36 -x37 -x38 -x39 x40 -x41 -x42 -x43 -x44 -x45 -x46 x47 x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 x71 x72 -x73 x74 x75 x76 -x77 x78 -x79 x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 x89 -x90 -x91 x92 -x93 -x94 -x95 -x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 x105 x106 -x107 -x108 -x109 -x110 -x111 -x112 x113 x114 -x115 -x116 -x117 -x118 -x119 -x120 x121 x122 x123 -x124 -x125 x126 -x127 x128 x129 x130 -x131 x132 x133 x134 x135 -x136 x137 x138 x139 -x140 -x141 x142 x143 -x144 -x145 x146 -x147 x148 -x149 -x150 x151 x152 -x153 -x154 x155 -x156 -x157 -x158 -x159 -x160 -x161 x162 x163 x164 x165 -x166 -x167 -x168 x169 -x170 -x171 x172 
3600.24/3557.33	c objective function=1052
3600.24/3557.33	c Total wall clock time (in seconds): 3556.96

Verifier Data

OK	1052

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100072 s]*
/proc/loadavg: 4.38 4.47 4.39 7/325 52473
/proc/meminfo: memFree=119451468/131382112 swapFree=33010160/33010684
[pid=52455] ppid=52452 vsize=18930384 memory=48216 CPUtime=0.11 cores=5,7
/proc/52455/stat : 52455 (java) S 52452 52455 51551 0 -1 4194304 5743 0 0 0 8 3 0 0 20 0 18 0 53902133 19384713216 12054 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
/proc/52455/statm: 4732596 12054 5335 1 0 546971 0
[pid=52455/tid=52457] ppid=52452 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/52455/task/52457/stat : 52457 (java) R 52452 52455 51551 0 -1 4194368 4654 0 0 0 5 2 0 0 20 0 18 0 53902135 19384713216 12054 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
[pid=52455/tid=52466] ppid=52452 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/52455/task/52466/stat : 52466 (Finalizer) S 52452 52455 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 53902139 19384713216 12054 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
[pid=52455/tid=52473] ppid=52452 vsize=18930384 memory=61792617516369 CPUtime=0 cores=5,7
/proc/52455/task/52473/stat : 52473 (Common-Cleaner) S 52452 52455 51551 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 53902140 19384713216 12054 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48216 KiB

[startup+0.214677 s]*
/proc/loadavg: 4.38 4.47 4.39 7/325 52473
/proc/meminfo: memFree=119448444/131382112 swapFree=33010160/33010684
[pid=52455] ppid=52452 vsize=18930384 memory=55540 CPUtime=0.3 cores=5,7
/proc/52455/stat : 52455 (java) S 52452 52455 51551 0 -1 4194304 6507 0 0 0 26 4 0 0 20 0 18 0 53902133 19384713216 13853 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
/proc/52455/statm: 4732596 13885 5335 1 0 547587 0
[pid=52455/tid=52457] ppid=52452 vsize=18930384 memory=4026663196 CPUtime=0.18 cores=5,7
/proc/52455/task/52457/stat : 52457 (java) R 52452 52455 51551 0 -1 4194368 5041 0 0 0 16 2 0 0 20 0 18 0 53902135 19384713216 13885 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
[pid=52455/tid=52466] ppid=52452 vsize=18930384 memory=1593 CPUtime=0 cores=5,7
/proc/52455/task/52466/stat : 52466 (Finalizer) S 52452 52455 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 53902139 19384713216 13885 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
[pid=52455/tid=52473] ppid=52452 vsize=18930384 memory=60693105869820 CPUtime=0 cores=5,7
/proc/52455/task/52473/stat : 52473 (Common-Cleaner) S 52452 52455 51551 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 53902140 19384713216 13885 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55540 KiB

[startup+0.315966 s]*
/proc/loadavg: 4.38 4.47 4.39 7/325 52473
/proc/meminfo: memFree=119444348/131382112 swapFree=33010160/33010684
[pid=52455] ppid=52452 vsize=18930384 memory=58568 CPUtime=0.46 cores=5,7
/proc/52455/stat : 52455 (java) S 52452 52455 51551 0 -1 4194304 6811 0 0 0 42 4 0 0 20 0 18 0 53902133 19384713216 14642 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
/proc/52455/statm: 4732596 14642 5335 1 0 547829 0
[pid=52455/tid=52457] ppid=52452 vsize=18930384 memory=-6000919498476382826 CPUtime=0.27 cores=5,7
/proc/52455/task/52457/stat : 52457 (java) R 52452 52455 51551 0 -1 4194368 5242 0 0 0 25 2 0 0 20 0 18 0 53902135 19384713216 14642 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
[pid=52455/tid=52466] ppid=52452 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/52455/task/52466/stat : 52466 (Finalizer) S 52452 52455 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 53902139 19384713216 14642 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
[pid=52455/tid=52473] ppid=52452 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/52455/task/52473/stat : 52473 (Common-Cleaner) S 52452 52455 51551 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 53902140 19384713216 14642 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58568 KiB

[startup+0.700295 s]
/proc/loadavg: 4.38 4.47 4.39 4/325 52473
/proc/meminfo: memFree=119444348/131382112 swapFree=33010160/33010684
[pid=52455] ppid=52452 vsize=18930384 memory=61696 CPUtime=0.57 cores=5,7
/proc/52455/stat : 52455 (java) S 52452 52455 51551 0 -1 4194304 6957 0 0 0 53 4 0 0 20 0 18 0 53902133 19384713216 15424 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
/proc/52455/statm: 4732596 15424 5431 1 0 547889 0
[pid=52455/tid=52457] ppid=52452 vsize=18930384 memory=17792 CPUtime=0.34 cores=5,7
/proc/52455/task/52457/stat : 52457 (java) D 52452 52455 51551 0 -1 4456512 5333 0 0 0 31 3 0 0 20 0 18 0 53902135 19384713216 15424 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
[pid=52455/tid=52466] ppid=52452 vsize=18930384 memory=11264 CPUtime=0 cores=5,7
/proc/52455/task/52466/stat : 52466 (Finalizer) S 52452 52455 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 53902139 19384713216 15424 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
[pid=52455/tid=52473] ppid=52452 vsize=18930384 memory=3200 CPUtime=0 cores=5,7
/proc/52455/task/52473/stat : 52473 (Common-Cleaner) S 52452 52455 51551 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 53902140 19384713216 15424 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61696 KiB

[startup+1.50043 s]
/proc/loadavg: 4.38 4.47 4.39 4/325 52473
/proc/meminfo: memFree=119444356/131382112 swapFree=33010160/33010684
[pid=52455] ppid=52452 vsize=18930384 memory=61696 CPUtime=0.57 cores=5,7
/proc/52455/stat : 52455 (java) S 52452 52455 51551 0 -1 4194304 6957 0 0 0 53 4 0 0 20 0 18 0 53902133 19384713216 15424 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
/proc/52455/statm: 4732596 15424 5431 1 0 547889 0
[pid=52455/tid=52457] ppid=52452 vsize=18930384 memory=3200 CPUtime=0.34 cores=5,7
/proc/52455/task/52457/stat : 52457 (java) D 52452 52455 51551 0 -1 4456512 5333 0 0 0 31 3 0 0 20 0 18 0 53902135 19384713216 15424 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
[pid=52455/tid=52466] ppid=52452 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/52455/task/52466/stat : 52466 (Finalizer) S 52452 52455 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 53902139 19384713216 15424 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
[pid=52455/tid=52473] ppid=52452 vsize=18930384 memory=11264 CPUtime=0 cores=5,7
/proc/52455/task/52473/stat : 52473 (Common-Cleaner) S 52452 52455 51551 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 53902140 19384713216 15424 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61696 KiB

[startup+3.11322 s]
/proc/loadavg: 4.35 4.46 4.39 4/325 52473
/proc/meminfo: memFree=119444356/131382112 swapFree=33010160/33010684
[pid=52455] ppid=52452 vsize=18930384 memory=61696 CPUtime=0.57 cores=5,7
/proc/52455/stat : 52455 (java) S 52452 52455 51551 0 -1 4194304 6957 0 0 0 53 4 0 0 20 0 18 0 53902133 19384713216 15424 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
/proc/52455/statm: 4732596 15424 5431 1 0 547889 0
[pid=52455/tid=52457] ppid=52452 vsize=18930384 memory=11264 CPUtime=0.34 cores=5,7
/proc/52455/task/52457/stat : 52457 (java) D 52452 52455 51551 0 -1 4456512 5333 0 0 0 31 3 0 0 20 0 18 0 53902135 19384713216 15424 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
[pid=52455/tid=52466] ppid=52452 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/52455/task/52466/stat : 52466 (Finalizer) S 52452 52455 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 53902139 19384713216 15424 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
[pid=52455/tid=52473] ppid=52452 vsize=18930384 memory=5632 CPUtime=0 cores=5,7
/proc/52455/task/52473/stat : 52473 (Common-Cleaner) S 52452 52455 51551 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 53902140 19384713216 15424 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61696 KiB
heavy processes:

[startup+6.30041 s]
/proc/loadavg: 4.35 4.46 4.39 4/325 52473
/proc/meminfo: memFree=119444356/131382112 swapFree=33010160/33010684
[pid=52455] ppid=52452 vsize=18930384 memory=61696 CPUtime=0.57 cores=5,7
/proc/52455/stat : 52455 (java) S 52452 52455 51551 0 -1 4194304 6957 0 0 0 53 4 0 0 20 0 18 0 53902133 19384713216 15424 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
/proc/52455/statm: 4732596 15424 5431 1 0 547889 0
[pid=52455/tid=52457] ppid=52452 vsize=18930384 memory=11264 CPUtime=0.34 cores=5,7
/proc/52455/task/52457/stat : 52457 (java) D 52452 52455 51551 0 -1 4456512 5333 0 0 0 31 3 0 0 20 0 18 0 53902135 19384713216 15424 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
[pid=52455/tid=52466] ppid=52452 vsize=18930384 memory=-6000919498476382826 CPUtime=0 cores=5,7
/proc/52455/task/52466/stat : 52466 (Finalizer) S 52452 52455 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 53902139 19384713216 15424 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
[pid=52455/tid=52473] ppid=52452 vsize=18930384 memory=-6000919498476382826 CPUtime=0 cores=5,7
/proc/52455/task/52473/stat : 52473 (Common-Cleaner) S 52452 52455 51551 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 53902140 19384713216 15424 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
Current children cumulated CPU time: 0.57 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61696 KiB
heavy processes:

[startup+12.7004 s]
/proc/loadavg: 4.30 4.44 4.38 6/327 52475
/proc/meminfo: memFree=118521820/131382112 swapFree=33010160/33010684
[pid=52455] ppid=52452 vsize=19063512 memory=994132 CPUtime=8.84 cores=5,7
/proc/52455/stat : 52455 (java) S 52452 52455 51551 0 -1 4194304 29515 0 0 0 852 32 0 0 20 0 20 0 53902133 19521036288 248533 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
/proc/52455/statm: 4765878 248533 5527 1 0 558373 0
[pid=52455/tid=52457] ppid=52452 vsize=19063512 memory=165268 CPUtime=4.69 cores=5,7
/proc/52455/task/52457/stat : 52457 (java) R 52452 52455 51551 0 -1 4194368 7953 0 0 0 447 22 0 0 20 0 20 0 53902135 19521036288 248533 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
[pid=52455/tid=52466] ppid=52452 vsize=19063512 memory=61696 CPUtime=0 cores=5,7
/proc/52455/task/52466/stat : 52466 (Finalizer) S 52452 52455 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53902139 19521036288 248533 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
[pid=52455/tid=52473] ppid=52452 vsize=19063512 memory=8226000736181900969 CPUtime=0 cores=5,7
/proc/52455/task/52473/stat : 52473 (Common-Cleaner) S 52452 52455 51551 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 53902140 19521036288 248533 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
[pid=52455/tid=52474] ppid=52452 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/52455/task/52474/stat : 52474 (Timer-0) S 52452 52455 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53902953 19521036288 248533 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
Current children cumulated CPU time: 8.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 994132 KiB
heavy processes:

[startup+25.5005 s]
/proc/loadavg: 4.25 4.43 4.38 5/328 52477
/proc/meminfo: memFree=117834540/131382112 swapFree=33010160/33010684
[pid=52455] ppid=52452 vsize=19063512 memory=1793500 CPUtime=23.19 cores=5,7
/proc/52455/stat : 52455 (java) S 52452 52455 51551 0 -1 4194304 39270 0 0 0 2265 54 0 0 20 0 20 0 53902133 19521036288 448375 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
/proc/52455/statm: 4765878 448375 5527 1 0 848713 0
[pid=52455/tid=52457] ppid=52452 vsize=19063512 memory=17792 CPUtime=16.96 cores=5,7
/proc/52455/task/52457/stat : 52457 (java) R 52452 52455 51551 0 -1 4194368 9802 0 0 0 1657 39 0 0 20 0 20 0 53902135 19521036288 448375 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
[pid=52455/tid=52466] ppid=52452 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/52455/task/52466/stat : 52466 (Finalizer) S 52452 52455 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53902139 19521036288 448375 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
[pid=52455/tid=52473] ppid=52452 vsize=19063512 memory=-6000919498476382826 CPUtime=0 cores=5,7
/proc/52455/task/52473/stat : 52473 (Common-Cleaner) S 52452 52455 51551 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 53902140 19521036288 448375 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
[pid=52455/tid=52474] ppid=52452 vsize=19063512 memory=1644344 CPUtime=0 cores=5,7
/proc/52455/task/52474/stat : 52474 (Timer-0) S 52452 52455 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53902953 19521036288 448375 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
Current children cumulated CPU time: 23.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1793500 KiB

[startup+51.1137 s]
/proc/loadavg: 4.29 4.43 4.38 5/328 52477
/proc/meminfo: memFree=116581400/131382112 swapFree=33010160/33010684
[pid=52455] ppid=52452 vsize=19063512 memory=2886632 CPUtime=43.11 cores=5,7
/proc/52455/stat : 52455 (java) S 52452 52455 51551 0 -1 4194304 44240 0 0 0 4232 79 0 0 20 0 20 0 53902133 19521036288 721658 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
/proc/52455/statm: 4765878 721658 5527 1 0 978239 0
[pid=52455/tid=52457] ppid=52452 vsize=19063512 memory=2884580 CPUtime=35.65 cores=5,7
/proc/52455/task/52457/stat : 52457 (java) R 52452 52455 51551 0 -1 4194368 12618 0 0 0 3504 61 0 0 20 0 20 0 53902135 19521036288 721658 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
[pid=52455/tid=52466] ppid=52452 vsize=19063512 memory=2886632 CPUtime=0 cores=5,7
/proc/52455/task/52466/stat : 52466 (Finalizer) S 52452 52455 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53902139 19521036288 721658 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
[pid=52455/tid=52473] ppid=52452 vsize=19063512 memory=4352 CPUtime=0 cores=5,7
/proc/52455/task/52473/stat : 52473 (Common-Cleaner) S 52452 52455 51551 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 53902140 19521036288 721658 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
[pid=52455/tid=52474] ppid=52452 vsize=19063512 memory=2886632 CPUtime=0 cores=5,7
/proc/52455/task/52474/stat : 52474 (Timer-0) S 52452 52455 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53902953 19521036288 721658 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
Current children cumulated CPU time: 43.11 s

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

[startup+3222.3 s]
/proc/loadavg: 4.36 4.46 4.35 5/327 52901
/proc/meminfo: memFree=113711476/131382112 swapFree=33010160/33010684
[pid=52455] ppid=52452 vsize=19063512 memory=3855928 CPUtime=3243.21 cores=5,7
/proc/52455/stat : 52455 (java) S 52452 52455 51551 0 -1 4194304 149096 0 0 0 323823 498 0 0 20 0 20 0 53902133 19521036288 963982 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
/proc/52455/statm: 4765878 963982 5527 1 0 978461 0
[pid=52455/tid=52457] ppid=52452 vsize=19063512 memory=3854264 CPUtime=3169.75 cores=5,7
/proc/52455/task/52457/stat : 52457 (java) R 52452 52455 51551 0 -1 4194368 67965 0 0 0 316867 108 0 0 20 0 20 0 53902135 19521036288 963982 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
[pid=52455/tid=52466] ppid=52452 vsize=19063512 memory=3855928 CPUtime=0 cores=5,7
/proc/52455/task/52466/stat : 52466 (Finalizer) S 52452 52455 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53902139 19521036288 963982 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
[pid=52455/tid=52473] ppid=52452 vsize=19063512 memory=3855928 CPUtime=0 cores=5,7
/proc/52455/task/52473/stat : 52473 (Common-Cleaner) S 52452 52455 51551 0 -1 4194368 1269 0 0 0 0 0 0 0 20 0 20 0 53902140 19521036288 963982 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
[pid=52455/tid=52474] ppid=52452 vsize=19063512 memory=3855928 CPUtime=0 cores=5,7
/proc/52455/task/52474/stat : 52474 (Timer-0) S 52452 52455 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53902953 19521036288 963982 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
Current children cumulated CPU time: 3243.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3855928 KiB

[startup+3282.3 s]
/proc/loadavg: 4.27 4.42 4.34 5/327 52903
/proc/meminfo: memFree=113656424/131382112 swapFree=33010160/33010684
[pid=52455] ppid=52452 vsize=19063512 memory=3855928 CPUtime=3306.78 cores=5,7
/proc/52455/stat : 52455 (java) S 52452 52455 51551 0 -1 4194304 151839 0 0 0 330167 511 0 0 20 0 20 0 53902133 19521036288 963982 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
/proc/52455/statm: 4765878 963982 5527 1 0 978461 0
[pid=52455/tid=52457] ppid=52452 vsize=19063512 memory=3855928 CPUtime=3229.04 cores=5,7
/proc/52455/task/52457/stat : 52457 (java) R 52452 52455 51551 0 -1 4194368 69790 0 0 0 322795 109 0 0 20 0 20 0 53902135 19521036288 963982 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
[pid=52455/tid=52466] ppid=52452 vsize=19063512 memory=3855928 CPUtime=0 cores=5,7
/proc/52455/task/52466/stat : 52466 (Finalizer) S 52452 52455 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53902139 19521036288 963982 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
[pid=52455/tid=52473] ppid=52452 vsize=19063512 memory=2241 CPUtime=0 cores=5,7
/proc/52455/task/52473/stat : 52473 (Common-Cleaner) S 52452 52455 51551 0 -1 4194368 1269 0 0 0 0 0 0 0 20 0 20 0 53902140 19521036288 963982 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
[pid=52455/tid=52474] ppid=52452 vsize=19063512 memory=3855928 CPUtime=0 cores=5,7
/proc/52455/task/52474/stat : 52474 (Timer-0) S 52452 52455 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53902953 19521036288 963982 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
Current children cumulated CPU time: 3306.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3855928 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.36 4.33 5/327 52909
/proc/meminfo: memFree=113616080/131382112 swapFree=33010160/33010684
[pid=52455] ppid=52452 vsize=19063512 memory=3855928 CPUtime=3371.34 cores=5,7
/proc/52455/stat : 52455 (java) S 52452 52455 51551 0 -1 4194304 153512 0 0 0 336607 527 0 0 20 0 20 0 53902133 19521036288 963982 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
/proc/52455/statm: 4765878 963982 5527 1 0 978461 0
[pid=52455/tid=52457] ppid=52452 vsize=19063512 memory=17792 CPUtime=3288.24 cores=5,7
/proc/52455/task/52457/stat : 52457 (java) R 52452 52455 51551 0 -1 4194368 70728 0 0 0 328714 110 0 0 20 0 20 0 53902135 19521036288 963982 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
[pid=52455/tid=52466] ppid=52452 vsize=19063512 memory=3855928 CPUtime=0 cores=5,7
/proc/52455/task/52466/stat : 52466 (Finalizer) S 52452 52455 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53902139 19521036288 963982 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
[pid=52455/tid=52473] ppid=52452 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=5,7
/proc/52455/task/52473/stat : 52473 (Common-Cleaner) S 52452 52455 51551 0 -1 4194368 1279 0 0 0 0 0 0 0 20 0 20 0 53902140 19521036288 963982 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
[pid=52455/tid=52474] ppid=52452 vsize=19063512 memory=17792 CPUtime=0 cores=5,7
/proc/52455/task/52474/stat : 52474 (Timer-0) S 52452 52455 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53902953 19521036288 963982 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
Current children cumulated CPU time: 3371.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3855928 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.32 4.31 5/327 52911
/proc/meminfo: memFree=113568124/131382112 swapFree=33010160/33010684
[pid=52455] ppid=52452 vsize=19063512 memory=3855928 CPUtime=3434.4 cores=5,7
/proc/52455/stat : 52455 (java) S 52452 52455 51551 0 -1 4194304 154736 0 0 0 342902 538 0 0 20 0 20 0 53902133 19521036288 963982 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
/proc/52455/statm: 4765878 963982 5527 1 0 978461 0
[pid=52455/tid=52457] ppid=52452 vsize=19063512 memory=11264 CPUtime=3347.5 cores=5,7
/proc/52455/task/52457/stat : 52457 (java) R 52452 52455 51551 0 -1 4194368 71518 0 0 0 334639 111 0 0 20 0 20 0 53902135 19521036288 963982 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
[pid=52455/tid=52466] ppid=52452 vsize=19063512 memory=3855928 CPUtime=0 cores=5,7
/proc/52455/task/52466/stat : 52466 (Finalizer) S 52452 52455 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53902139 19521036288 963982 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
[pid=52455/tid=52473] ppid=52452 vsize=19063512 memory=17792 CPUtime=0 cores=5,7
/proc/52455/task/52473/stat : 52473 (Common-Cleaner) S 52452 52455 51551 0 -1 4194368 1280 0 0 0 0 0 0 0 20 0 20 0 53902140 19521036288 963982 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
[pid=52455/tid=52474] ppid=52452 vsize=19063512 memory=3855928 CPUtime=0 cores=5,7
/proc/52455/task/52474/stat : 52474 (Timer-0) S 52452 52455 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53902953 19521036288 963982 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
Current children cumulated CPU time: 3434.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3855928 KiB

[startup+3462.3 s]
/proc/loadavg: 4.34 4.34 4.32 5/328 52925
/proc/meminfo: memFree=113521720/131382112 swapFree=33010160/33010684
[pid=52455] ppid=52452 vsize=19063512 memory=3855928 CPUtime=3498.63 cores=5,7
/proc/52455/stat : 52455 (java) S 52452 52455 51551 0 -1 4194304 154787 0 0 0 349310 553 0 0 20 0 20 0 53902133 19521036288 963982 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
/proc/52455/statm: 4765878 963982 5527 1 0 978461 0
[pid=52455/tid=52457] ppid=52452 vsize=19063512 memory=11264 CPUtime=3406.28 cores=5,7
/proc/52455/task/52457/stat : 52457 (java) R 52452 52455 51551 0 -1 4194368 71538 0 0 0 340517 111 0 0 20 0 20 0 53902135 19521036288 963982 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
[pid=52455/tid=52466] ppid=52452 vsize=19063512 memory=3855928 CPUtime=0 cores=5,7
/proc/52455/task/52466/stat : 52466 (Finalizer) S 52452 52455 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53902139 19521036288 963982 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
[pid=52455/tid=52473] ppid=52452 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/52455/task/52473/stat : 52473 (Common-Cleaner) S 52452 52455 51551 0 -1 4194368 1281 0 0 0 0 0 0 0 20 0 20 0 53902140 19521036288 963982 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
[pid=52455/tid=52474] ppid=52452 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/52455/task/52474/stat : 52474 (Timer-0) S 52452 52455 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53902953 19521036288 963982 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
Current children cumulated CPU time: 3498.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3855928 KiB

[startup+3522.3 s]
/proc/loadavg: 4.34 4.33 4.32 5/328 52927
/proc/meminfo: memFree=113470080/131382112 swapFree=33010160/33010684
[pid=52455] ppid=52452 vsize=19063512 memory=3855928 CPUtime=3562.58 cores=5,7
/proc/52455/stat : 52455 (java) S 52452 52455 51551 0 -1 4194304 156268 0 0 0 355690 568 0 0 20 0 20 0 53902133 19521036288 963982 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
/proc/52455/statm: 4765878 963982 5527 1 0 978461 0
[pid=52455/tid=52457] ppid=52452 vsize=19063512 memory=14720 CPUtime=3465.73 cores=5,7
/proc/52455/task/52457/stat : 52457 (java) R 52452 52455 51551 0 -1 4194368 72149 0 0 0 346460 113 0 0 20 0 20 0 53902135 19521036288 963982 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
[pid=52455/tid=52466] ppid=52452 vsize=19063512 memory=3855928 CPUtime=0 cores=5,7
/proc/52455/task/52466/stat : 52466 (Finalizer) S 52452 52455 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53902139 19521036288 963982 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
[pid=52455/tid=52473] ppid=52452 vsize=19063512 memory=3855928 CPUtime=0 cores=5,7
/proc/52455/task/52473/stat : 52473 (Common-Cleaner) S 52452 52455 51551 0 -1 4194368 1281 0 0 0 0 0 0 0 20 0 20 0 53902140 19521036288 963982 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
[pid=52455/tid=52474] ppid=52452 vsize=19063512 memory=3855928 CPUtime=0 cores=5,7
/proc/52455/task/52474/stat : 52474 (Timer-0) S 52452 52455 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53902953 19521036288 963982 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
Current children cumulated CPU time: 3562.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3855928 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3557.2 s]
/proc/loadavg: 4.27 4.31 4.31 5/328 52928
/proc/meminfo: memFree=113439828/131382112 swapFree=33010160/33010684
[pid=52455] ppid=52452 vsize=19063512 memory=3855928 CPUtime=3600.05 cores=5,7
/proc/52455/stat : 52455 (java) S 52452 52455 51551 0 -1 4194304 158049 0 0 0 359427 578 0 0 20 0 20 0 53902133 19521036288 963982 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
/proc/52455/statm: 4765878 963982 5527 1 0 978461 0
[pid=52455/tid=52457] ppid=52452 vsize=19063512 memory=6896 CPUtime=3500.19 cores=5,7
/proc/52455/task/52457/stat : 52457 (java) R 52452 52455 51551 0 -1 4194368 73179 0 0 0 349906 113 0 0 20 0 20 0 53902135 19521036288 963982 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
[pid=52455/tid=52466] ppid=52452 vsize=19063512 memory=5105772 CPUtime=0 cores=5,7
/proc/52455/task/52466/stat : 52466 (Finalizer) S 52452 52455 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53902139 19521036288 963982 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
[pid=52455/tid=52473] ppid=52452 vsize=19063512 memory=6896 CPUtime=0 cores=5,7
/proc/52455/task/52473/stat : 52473 (Common-Cleaner) S 52452 52455 51551 0 -1 4194368 1282 0 0 0 0 0 0 0 20 0 20 0 53902140 19521036288 963982 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
[pid=52455/tid=52474] ppid=52452 vsize=19063512 memory=2930676 CPUtime=0 cores=5,7
/proc/52455/task/52474/stat : 52474 (Timer-0) S 52452 52455 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53902953 19521036288 963982 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3855928 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.53 s, system=5.80903 s

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

[startup+3557.3 s]
/proc/loadavg: 4.27 4.31 4.31 5/328 52928
/proc/meminfo: memFree=113439828/131382112 swapFree=33010160/33010684
[pid=52455] ppid=52452 vsize=19263204 memory=3856696 CPUtime=3600.24 cores=5,7
/proc/52455/stat : 52455 (java) S 52452 52455 51551 0 -1 4194304 159279 0 0 0 359446 578 0 0 20 0 21 0 53902133 19725520896 964174 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
/proc/52455/statm: 4815801 964174 5527 1 0 979380 0
[pid=52455/tid=52457] ppid=52452 vsize=19263204 memory=3855928 CPUtime=3500.3 cores=5,7
/proc/52455/task/52457/stat : 52457 (java) R 52452 52455 51551 0 -1 4194368 73179 0 0 0 349917 113 0 0 20 0 21 0 53902135 19725520896 964174 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
[pid=52455/tid=52466] ppid=52452 vsize=19263204 memory=3855928 CPUtime=0 cores=5,7
/proc/52455/task/52466/stat : 52466 (Finalizer) S 52452 52455 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 53902139 19725520896 964174 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
[pid=52455/tid=52473] ppid=52452 vsize=19263204 memory=14720 CPUtime=0 cores=5,7
/proc/52455/task/52473/stat : 52473 (Common-Cleaner) S 52452 52455 51551 0 -1 4194368 1282 0 0 0 0 0 0 0 20 0 21 0 53902140 19725520896 964174 18446744073709551615 93941662257152 93941662260848 140733475653024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93941662268664 93941662269456 93941666279424 140733475658029 140733475658214 140733475658214 140733475663816 0
Current children cumulated CPU time: 3600.24 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 3856696 KiB

Child status: 143

Real time (s): 3557.36
CPU time (s): 3600.34
CPU user time (s): 3594.53
CPU system time (s): 5.80903
CPU usage (%): 101.208
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3856696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.53
system time used= 5.80903
maximum resident set size= 3856824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159439
page faults= 0
swaps= 0
block input operations= 0
block output operations= 737368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 184793
involuntary context switches= 17084


# summary of solver processes directly reported to runsolver:
#   pid: 52455
#   total CPU time (s): 3600.34
#   total CPU user time (s): 3594.53
#   total CPU system time (s): 5.80903

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.4767 second user time and 36.9768 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-01 17:03:52
IDJOB=4490709
IDBENCH=147611
IDSOLVER=3362
FILE ID=nodeC001/4490709-1751382232
RUNJOBID= nodeC001-1751375226-51564
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-opt-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-4490709-1751382232/watcher-4490709-1751382232 -o /tmp/evaluation-result-4490709-1751382232/solver-4490709-1751382232 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751375226-51564 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4490709-1751382232 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4490709-1751382232.opb

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

MD5SUM BENCH= 39a6e806d7aaba09f767f3cbd6afa1ec
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		: 3662.641
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		: 3661.324
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.403
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.471
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		: 3491.745
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		: 1197.172
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		: 1197.586
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:        119477540 kB
MemAvailable:   120683132 kB
Buffers:            2128 kB
Cached:          2009588 kB
SwapCached:           28 kB
Active:          9632292 kB
Inactive:        1710644 kB
Active(anon):    9338812 kB
Inactive(anon):    10380 kB
Active(file):     293480 kB
Inactive(file):  1700264 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1564 kB
Writeback:             0 kB
AnonPages:       9334268 kB
Mapped:           122640 kB
Shmem:             17932 kB
KReclaimable:     102564 kB
Slab:             185728 kB
SReclaimable:     102564 kB
SUnreclaim:        83164 kB
KernelStack:        4960 kB
PageTables:        21888 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    9967756 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9091072 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 18:03:10