Trace number 4502744

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 2025-06-06SAT (TO)164 3600.4 3576.1

General information on the benchmark

NamePB24/normalized-PB11/OPT-LIN/heinz/
normalized-neos-1616732.opb
MD5SUM75f9ad7c30513194432fdca99f15ae89
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark159
Best CPU time to get the best result obtained on this benchmark1007.35
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables200
Total number of constraints1999
Number of constraints which are clauses1999
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 200
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 200
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 200
Number of bits of the biggest sum of numbers8
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.09/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.09/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.19	c See www.sat4j.org for details.
0.09/0.20	c version PB25.v20250606
0.25/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.25/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.25/0.23	c java.vm.version	22.0.1+8-16
0.25/0.23	c java.vm.vendor	Oracle Corporation
0.25/0.23	c sun.arch.data.model	64
0.25/0.23	c java.version		22.0.1
0.25/0.23	c os.name		Linux
0.25/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.25/0.23	c os.arch		amd64
0.25/0.24	c Free memory 		2106806208
0.25/0.24	c Max memory 		16282288128
0.25/0.24	c Total memory 		2113929216
0.25/0.25	c Number of processors 	2
0.41/0.42	c Pseudo Boolean Optimization by upper bound
0.41/0.42	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.41/0.42	c  - never skip resolution steps
0.41/0.42	c  - Auto-division on coefficients is disabled
0.41/0.42	c  - No postprocessing
0.41/0.42	c  - Conflict is considered as is when resolving
0.41/0.42	c  - Use constraints as they come during conflict analysis
0.41/0.42	c  - Weaken first using unassigned literals
0.41/0.42	c  - Bump strategy: ALWAYS_ONE
0.41/0.42	c  - Bumper: ANY
0.41/0.42	c --- Begin Solver configuration ---
0.41/0.42	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.41/0.42	c Learn all clauses as in MiniSAT
0.41/0.42	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.41/0.42	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.41/0.42	c No reason simplification
0.41/0.42	c Armin Biere (Picosat) restarts strategy
0.41/0.42	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.41/0.42	c timeout=2147483s
0.41/0.42	c DB Simplification allowed=false
0.41/0.42	c Listener: none
0.41/0.42	c --- End Solver configuration ---
0.41/0.42	c solving HOME/instance-4502744-1751474844.opb
0.41/0.42	c reading problem ... 
0.41/0.42	c  objective function found
0.77/0.55	c ... done. Wall clock time 0.127s.
0.77/0.55	c declared #vars     200
0.77/0.55	c #constraints  1999
0.77/0.55	c constraints type 
0.77/0.55	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1999
0.77/0.55	c 1999 constraints processed.
0.77/0.59	c objective function length is 200 literals
0.93/0.62	c SATISFIABLE
0.93/0.62	c OPTIMIZING...
0.93/0.62	c Got one! Elapsed wall clock time (in seconds):0.205
0.93/0.62	o 172
0.93/0.66	c Got one! Elapsed wall clock time (in seconds):0.248
0.93/0.66	o 171
1.10/0.75	c Got one! Elapsed wall clock time (in seconds):0.342
1.10/0.75	o 170
1.28/0.83	c Got one! Elapsed wall clock time (in seconds):0.414
1.28/0.83	o 169
1.28/0.90	c Got one! Elapsed wall clock time (in seconds):0.484
1.28/0.90	o 168
2.85/1.65	c Got one! Elapsed wall clock time (in seconds):1.238
2.85/1.65	o 167
3.46/1.91	c Got one! Elapsed wall clock time (in seconds):1.501
3.46/1.91	o 166
12.16/8.67	c Got one! Elapsed wall clock time (in seconds):8.258
12.16/8.67	o 165
27.48/23.26	c Got one! Elapsed wall clock time (in seconds):22.853
27.48/23.27	o 164
35.81/31.39	c cleaning 2490 clauses out of 5001
167.91/160.02	c cleaning 4250 clauses out of 8510
540.32/531.06	c cleaning 5618 clauses out of 11260
1138.90/1127.21	c cleaning 6818 clauses out of 13642
2105.53/2091.31	c cleaning 7900 clauses out of 15827
3578.03/3554.20	c cleaning 8956 clauses out of 17924
3600.05/3575.95	c starts		: 75
3600.05/3575.97	c conflicts		: 45179
3600.05/3575.97	c decisions		: 57121
3600.05/3575.97	c propagations		: 396463
3600.05/3575.97	c inspects		: 3915943578
3600.05/3575.97	c shortcuts		: 0
3600.05/3575.97	c learnt literals	: 0
3600.05/3575.99	c learnt binary clauses	: 0
3600.05/3575.99	c learnt ternary clauses	: 0
3600.05/3575.99	c learnt constraints	: 45179
3600.05/3575.99	c ignored constraints	: 0
3600.05/3575.99	c root simplifications	: 0
3600.05/3575.99	c removed literals (reason simplification)	: 0
3600.05/3575.99	c reason swapping (by a shorter reason)	: 0
3600.05/3575.99	c Calls to reduceDB	: 6
3600.05/3575.99	c Number of update (reduction) of LBD	: 0
3600.05/3575.99	c Imported unit clauses	: 0
3600.05/3575.99	c No decision after first conflict	: false
3600.05/3575.99	c number of reductions to clauses (during analyze)	: 0
3600.05/3575.99	c number of learned constraints concerned by reduction	: 0
3600.05/3576.00	c number of learning phase by resolution	: 0
3600.05/3576.00	c number of learning phase by cutting planes	: 0
3600.05/3576.00	c number of rounding to 1 operations	: 0
3600.05/3576.00	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3576.00	c number of reductions of the coefficients by power 2 	: 0
3600.05/3576.00	c number of right shift for reduction by power 2 	: 0
3600.05/3576.00	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3576.00	c number of ending skipping 	: 0
3600.05/3576.00	c number of internal skipping 	: 0
3600.05/3576.00	c number of derivation steps 	: 272435
3600.05/3576.00	c number of skipped derivation steps 	: 0
3600.05/3576.00	c number of remaining unassigned 	: 129017
3600.05/3576.01	c number of remaining assigned 	: 14282348
3600.05/3576.01	c number of falsified literals weakened from reason	: 0
3600.05/3576.01	c number of falsified literals weakened from conflict	: 0
3600.25/3576.01	c time for arithmetic operations	: 1549642680
3600.25/3576.01	c minimum degree of deleted constraints	: null
3600.25/3576.02	c maximum degree of deleted constraints	: null
3600.25/3576.02	c number of deleted constraints	: 0
3600.25/3576.02	c speed (assignments/second)	: 110.88590020624184
3600.25/3576.02	c non guided choices	: 0
3600.25/3576.05	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 8378
3600.25/3576.05	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 769
3600.25/3576.05	s SATISFIABLE
3600.25/3576.05	c Found 9 solution(s)
3600.25/3576.06	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 x173 x174 x175 x176 x177 x178 x179 x180 -x181 x182 x183 -x184 x185 x186 x187 x188 x189 x190 x191 x192 x193 -x194 x195 -x196 x197 x198 x199 x200 
3600.25/3576.06	c objective function=164
3600.25/3576.06	c Total wall clock time (in seconds): 3575.653

Verifier Data

OK	164

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: 63837 MiB (54984 MiB free)
  memory of node 1: 64465 MiB (49042 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4502744-1751474844/watcher-4502744-1751474844 -o /tmp/evaluation-result-4502744-1751474844/solver-4502744-1751474844 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751465455-67542 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4502744-1751474844.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 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
solver pid=69315, runsolver pid=69312
Current StackSize limit: 8192 KiB


[startup+0.100066 s]*
/proc/loadavg: 4.75 4.57 4.48 7/325 69333
/proc/meminfo: memFree=106491580/131382112 swapFree=33010416/33010684
[pid=69315] ppid=69312 vsize=18930384 memory=47196 CPUtime=0.09 cores=5,7
/proc/69315/stat : 69315 (java) S 69312 69315 67529 0 -1 4194304 5699 0 0 0 6 3 0 0 20 0 18 0 63163751 19384713216 11799 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
/proc/69315/statm: 4732596 11799 5080 1 0 546931 0
[pid=69315/tid=69317] ppid=69312 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=5,7
/proc/69315/task/69317/stat : 69317 (java) R 69312 69315 67529 0 -1 4194368 4583 0 0 0 4 2 0 0 20 0 18 0 63163754 19384713216 11799 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
[pid=69315/tid=69326] ppid=69312 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/69315/task/69326/stat : 69326 (Finalizer) S 69312 69315 67529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 63163758 19384713216 11799 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
[pid=69315/tid=69333] ppid=69312 vsize=18930384 memory=58494082630061 CPUtime=0 cores=5,7
/proc/69315/task/69333/stat : 69333 (Common-Cleaner) S 69312 69315 67529 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 63163760 19384713216 11799 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 47196 KiB

[startup+0.213911 s]*
/proc/loadavg: 4.75 4.57 4.48 7/325 69333
/proc/meminfo: memFree=106490572/131382112 swapFree=33010416/33010684
[pid=69315] ppid=69312 vsize=18930384 memory=50012 CPUtime=0.25 cores=5,7
/proc/69315/stat : 69315 (java) S 69312 69315 67529 0 -1 4194304 6168 0 0 0 21 4 0 0 20 0 18 0 63163751 19384713216 12503 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
/proc/69315/statm: 4732596 12503 5336 1 0 547291 0
[pid=69315/tid=69317] ppid=69312 vsize=18930384 memory=4026728732 CPUtime=0.15 cores=5,7
/proc/69315/task/69317/stat : 69317 (java) R 69312 69315 67529 0 -1 4194368 4967 0 0 0 13 2 0 0 20 0 18 0 63163754 19384713216 12503 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
[pid=69315/tid=69326] ppid=69312 vsize=18930384 memory=13926 CPUtime=0 cores=5,7
/proc/69315/task/69326/stat : 69326 (Finalizer) S 69312 69315 67529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 63163758 19384713216 12503 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
[pid=69315/tid=69333] ppid=69312 vsize=18930384 memory=57394570986489 CPUtime=0 cores=5,7
/proc/69315/task/69333/stat : 69333 (Common-Cleaner) S 69312 69315 67529 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 63163760 19384713216 12503 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 50012 KiB

[startup+0.315803 s]*
/proc/loadavg: 4.75 4.57 4.48 6/325 69333
/proc/meminfo: memFree=106483720/131382112 swapFree=33010416/33010684
[pid=69315] ppid=69312 vsize=18930384 memory=56148 CPUtime=0.41 cores=5,7
/proc/69315/stat : 69315 (java) S 69312 69315 67529 0 -1 4194304 6685 0 0 0 36 5 0 0 20 0 18 0 63163751 19384713216 14037 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
/proc/69315/statm: 4732596 14037 5336 1 0 547714 0
[pid=69315/tid=69317] ppid=69312 vsize=18930384 memory=-6000919498543555433 CPUtime=0.25 cores=5,7
/proc/69315/task/69317/stat : 69317 (java) S 69312 69315 67529 0 -1 4194368 5157 0 0 0 22 3 0 0 20 0 18 0 63163754 19384713216 14037 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
[pid=69315/tid=69326] ppid=69312 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/69315/task/69326/stat : 69326 (Finalizer) S 69312 69315 67529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 63163758 19384713216 14037 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
[pid=69315/tid=69333] ppid=69312 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/69315/task/69333/stat : 69333 (Common-Cleaner) S 69312 69315 67529 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 63163760 19384713216 14037 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 56148 KiB

[startup+0.700415 s]
/proc/loadavg: 4.75 4.57 4.48 9/325 69333
/proc/meminfo: memFree=106478112/131382112 swapFree=33010416/33010684
[pid=69315] ppid=69312 vsize=18996948 memory=65980 CPUtime=1.1 cores=5,7
/proc/69315/stat : 69315 (java) S 69312 69315 67529 0 -1 4194304 7496 0 0 0 103 7 0 0 20 0 19 0 63163751 19452874752 16495 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
/proc/69315/statm: 4749237 16495 5464 1 0 548503 0
[pid=69315/tid=69317] ppid=69312 vsize=18996948 memory=18944 CPUtime=0.53 cores=5,7
/proc/69315/task/69317/stat : 69317 (java) R 69312 69315 67529 0 -1 4194368 5500 0 0 0 50 3 0 0 20 0 19 0 63163754 19452874752 16495 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
[pid=69315/tid=69326] ppid=69312 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/69315/task/69326/stat : 69326 (Finalizer) S 69312 69315 67529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 63163758 19452874752 16495 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
[pid=69315/tid=69333] ppid=69312 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/69315/task/69333/stat : 69333 (Common-Cleaner) S 69312 69315 67529 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 63163760 19452874752 16495 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 65980 KiB

[startup+1.50029 s]
/proc/loadavg: 4.75 4.57 4.48 7/326 69334
/proc/meminfo: memFree=106437028/131382112 swapFree=33010416/33010684
[pid=69315] ppid=69312 vsize=19063512 memory=173544 CPUtime=2.66 cores=5,7
/proc/69315/stat : 69315 (java) S 69312 69315 67529 0 -1 4194304 15897 0 0 0 255 11 0 0 20 0 20 0 63163751 19521036288 43386 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
/proc/69315/statm: 4765878 43386 5496 1 0 552314 0
[pid=69315/tid=69317] ppid=69312 vsize=19063512 memory=3200 CPUtime=1.2 cores=5,7
/proc/69315/task/69317/stat : 69317 (java) R 69312 69315 67529 0 -1 4194368 5894 0 0 0 115 5 0 0 20 0 20 0 63163754 19521036288 43386 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
[pid=69315/tid=69326] ppid=69312 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/69315/task/69326/stat : 69326 (Finalizer) S 69312 69315 67529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63163758 19521036288 43386 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
[pid=69315/tid=69333] ppid=69312 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/69315/task/69333/stat : 69333 (Common-Cleaner) S 69312 69315 67529 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 63163760 19521036288 43386 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
[pid=69315/tid=69334] ppid=69312 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/69315/task/69334/stat : 69334 (Timer-0) S 69312 69315 67529 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63163811 19521036288 43386 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
Current children cumulated CPU time: 2.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 173544 KiB

[startup+3.10557 s]
/proc/loadavg: 4.75 4.57 4.48 6/327 69335
/proc/meminfo: memFree=106039092/131382112 swapFree=33010416/33010684
[pid=69315] ppid=69312 vsize=19063512 memory=502852 CPUtime=5.61 cores=5,7
/proc/69315/stat : 69315 (java) S 69312 69315 67529 0 -1 4194304 23975 0 0 0 541 20 0 0 20 0 20 0 63163751 19521036288 125713 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
/proc/69315/statm: 4765878 125713 5496 1 0 758228 0
[pid=69315/tid=69317] ppid=69312 vsize=19063512 memory=14720 CPUtime=2.67 cores=5,7
/proc/69315/task/69317/stat : 69317 (java) R 69312 69315 67529 0 -1 4194368 6709 0 0 0 256 11 0 0 20 0 20 0 63163754 19521036288 125713 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
[pid=69315/tid=69326] ppid=69312 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/69315/task/69326/stat : 69326 (Finalizer) S 69312 69315 67529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63163758 19521036288 125713 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
[pid=69315/tid=69333] ppid=69312 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/69315/task/69333/stat : 69333 (Common-Cleaner) S 69312 69315 67529 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 63163760 19521036288 125713 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
[pid=69315/tid=69334] ppid=69312 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/69315/task/69334/stat : 69334 (Timer-0) S 69312 69315 67529 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63163811 19521036288 125713 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
Current children cumulated CPU time: 5.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 502852 KiB

[startup+6.30044 s]
/proc/loadavg: 4.77 4.58 4.48 6/327 69335
/proc/meminfo: memFree=105501780/131382112 swapFree=33010416/33010684
[pid=69315] ppid=69312 vsize=19063512 memory=1034624 CPUtime=9.84 cores=5,7
/proc/69315/stat : 69315 (java) S 69312 69315 67529 0 -1 4194304 24473 0 0 0 955 29 0 0 20 0 20 0 63163751 19521036288 258656 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
/proc/69315/statm: 4765878 258656 5496 1 0 758242 0
[pid=69315/tid=69317] ppid=69312 vsize=19063512 memory=0 CPUtime=5.68 cores=5,7
/proc/69315/task/69317/stat : 69317 (java) R 69312 69315 67529 0 -1 4194368 6974 0 0 0 550 18 0 0 20 0 20 0 63163754 19521036288 258656 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
[pid=69315/tid=69326] ppid=69312 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/69315/task/69326/stat : 69326 (Finalizer) S 69312 69315 67529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63163758 19521036288 258656 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
[pid=69315/tid=69333] ppid=69312 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/69315/task/69333/stat : 69333 (Common-Cleaner) S 69312 69315 67529 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 63163760 19521036288 258656 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
[pid=69315/tid=69334] ppid=69312 vsize=19063512 memory=177796 CPUtime=0 cores=5,7
/proc/69315/task/69334/stat : 69334 (Timer-0) S 69312 69315 67529 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63163811 19521036288 258656 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
Current children cumulated CPU time: 9.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1034624 KiB

[startup+12.7005 s]
/proc/loadavg: 4.70 4.57 4.48 7/327 69335
/proc/meminfo: memFree=103280500/131382112 swapFree=33010416/33010684
[pid=69315] ppid=69312 vsize=19063512 memory=1941856 CPUtime=16.45 cores=5,7
/proc/69315/stat : 69315 (java) S 69312 69315 67529 0 -1 4194304 25899 0 0 0 1597 48 0 0 20 0 20 0 63163751 19521036288 485464 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
/proc/69315/statm: 4765878 485464 5496 1 0 956689 0
[pid=69315/tid=69317] ppid=69312 vsize=19063512 memory=177796 CPUtime=11.71 cores=5,7
/proc/69315/task/69317/stat : 69317 (java) R 69312 69315 67529 0 -1 4194368 7822 0 0 0 1137 34 0 0 20 0 20 0 63163754 19521036288 485464 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
[pid=69315/tid=69326] ppid=69312 vsize=19063512 memory=1849696 CPUtime=0 cores=5,7
/proc/69315/task/69326/stat : 69326 (Finalizer) S 69312 69315 67529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63163758 19521036288 485464 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
[pid=69315/tid=69333] ppid=69312 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/69315/task/69333/stat : 69333 (Common-Cleaner) S 69312 69315 67529 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 63163760 19521036288 485464 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
[pid=69315/tid=69334] ppid=69312 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/69315/task/69334/stat : 69334 (Timer-0) S 69312 69315 67529 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63163811 19521036288 485464 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
Current children cumulated CPU time: 16.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1941856 KiB

[startup+25.5003 s]
/proc/loadavg: 4.55 4.54 4.47 5/327 69335
/proc/meminfo: memFree=102767508/131382112 swapFree=33010416/33010684
[pid=69315] ppid=69312 vsize=19063512 memory=2347576 CPUtime=29.78 cores=5,7
/proc/69315/stat : 69315 (java) S 69312 69315 67529 0 -1 4194304 31082 0 0 0 2921 57 0 0 20 0 20 0 63163751 19521036288 586894 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
/proc/69315/statm: 4765878 586894 5496 1 0 956696 0
[pid=69315/tid=69317] ppid=69312 vsize=19063512 memory=0 CPUtime=24.19 cores=5,7
/proc/69315/task/69317/stat : 69317 (java) R 69312 69315 67529 0 -1 4194368 10422 0 0 0 2378 41 0 0 20 0 20 0 63163754 19521036288 586894 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
[pid=69315/tid=69326] ppid=69312 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/69315/task/69326/stat : 69326 (Finalizer) S 69312 69315 67529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63163758 19521036288 586894 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
[pid=69315/tid=69333] ppid=69312 vsize=19063512 memory=2347576 CPUtime=0 cores=5,7
/proc/69315/task/69333/stat : 69333 (Common-Cleaner) S 69312 69315 67529 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 63163760 19521036288 586894 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
[pid=69315/tid=69334] ppid=69312 vsize=19063512 memory=2345520 CPUtime=0 cores=5,7
/proc/69315/task/69334/stat : 69334 (Timer-0) S 69312 69315 67529 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63163811 19521036288 586894 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
Current children cumulated CPU time: 29.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2347576 KiB

[startup+51.1064 s]
/proc/loadavg: 4.65 4.56 4.48 6/327 69335
/proc/meminfo: memFree=99634996/131382112 swapFree=33010416/33010684
[pid=69315] ppid=69312 vsize=19063512 memory=4651528 CPUtime=56.38 cores=5,7
/proc/69315/stat : 69315 (java) S 69312 69315 67529 0 -1 4194304 36857 0 0 0 5535 103 0 0 20 0 20 0 63163751 19521036288 1162882 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
/proc/69315/statm: 4765878 1162882 5496 1 0 1541679 0
[pid=69315/tid=69317] ppid=69312 vsize=19063512 memory=2996220 CPUtime=49.17 cores=5,7
/proc/69315/task/69317/stat : 69317 (java) R 69312 69315 67529 0 -1 4194368 13555 0 0 0 4833 84 0 0 20 0 20 0 63163754 19521036288 1162882 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
[pid=69315/tid=69326] ppid=69312 vsize=19063512 memory=12544 CPUtime=0 cores=5,7
/proc/69315/task/69326/stat : 69326 (Finalizer) S 69312 69315 67529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63163758 19521036288 1162882 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
[pid=69315/tid=69333] ppid=69312 vsize=19063512 memory=2308 CPUtime=0 cores=5,7
/proc/69315/task/69333/stat : 69333 (Common-Cleaner) S 69312 69315 67529 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 63163760 19521036288 1162882 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0

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

/proc/meminfo: memFree=124353756/131382112 swapFree=33010416/33010684
[pid=69315] ppid=69312 vsize=19063512 memory=5600912 CPUtime=3244.02 cores=5,7
/proc/69315/stat : 69315 (java) S 69312 69315 67529 0 -1 4194304 174373 0 0 0 324041 361 0 0 20 0 20 0 63163751 19521036288 1400228 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
/proc/69315/statm: 4765878 1400228 5528 1 0 1542321 0
[pid=69315/tid=69317] ppid=69312 vsize=19063512 memory=2760 CPUtime=3181.78 cores=5,7
/proc/69315/task/69317/stat : 69317 (java) R 69312 69315 67529 0 -1 4194368 107296 0 0 0 318042 136 0 0 20 0 20 0 63163754 19521036288 1400228 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
[pid=69315/tid=69326] ppid=69312 vsize=19063512 memory=2824 CPUtime=0 cores=5,7
/proc/69315/task/69326/stat : 69326 (Finalizer) S 69312 69315 67529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63163758 19521036288 1400228 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
[pid=69315/tid=69333] ppid=69312 vsize=19063512 memory=5598864 CPUtime=0 cores=5,7
/proc/69315/task/69333/stat : 69333 (Common-Cleaner) S 69312 69315 67529 0 -1 4194368 2355 0 0 0 0 0 0 0 20 0 20 0 63163760 19521036288 1400228 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
[pid=69315/tid=69334] ppid=69312 vsize=19063512 memory=5600912 CPUtime=0 cores=5,7
/proc/69315/task/69334/stat : 69334 (Timer-0) S 69312 69315 67529 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63163811 19521036288 1400228 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
Current children cumulated CPU time: 3244.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5600912 KiB

[startup+3282.3 s]
/proc/loadavg: 1.20 1.13 1.36 2/251 69600
/proc/meminfo: memFree=124343720/131382112 swapFree=33010416/33010684
[pid=69315] ppid=69312 vsize=19063512 memory=5611156 CPUtime=3304.29 cores=5,7
/proc/69315/stat : 69315 (java) S 69312 69315 67529 0 -1 4194304 176868 0 0 0 330064 365 0 0 20 0 20 0 63163751 19521036288 1402789 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
/proc/69315/statm: 4765878 1402789 5528 1 0 1542321 0
[pid=69315/tid=69317] ppid=69312 vsize=19063512 memory=5607060 CPUtime=3241.01 cores=5,7
/proc/69315/task/69317/stat : 69317 (java) R 69312 69315 67529 0 -1 4194368 109724 0 0 0 323965 136 0 0 20 0 20 0 63163754 19521036288 1402789 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
[pid=69315/tid=69326] ppid=69312 vsize=19063512 memory=5600912 CPUtime=0 cores=5,7
/proc/69315/task/69326/stat : 69326 (Finalizer) S 69312 69315 67529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63163758 19521036288 1402789 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
[pid=69315/tid=69333] ppid=69312 vsize=19063512 memory=18944 CPUtime=0 cores=5,7
/proc/69315/task/69333/stat : 69333 (Common-Cleaner) S 69312 69315 67529 0 -1 4194368 2355 0 0 0 0 0 0 0 20 0 20 0 63163760 19521036288 1402789 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
[pid=69315/tid=69334] ppid=69312 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/69315/task/69334/stat : 69334 (Timer-0) S 69312 69315 67529 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63163811 19521036288 1402789 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
Current children cumulated CPU time: 3304.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5611156 KiB

[startup+3342.3 s]
/proc/loadavg: 1.21 1.14 1.35 2/251 69602
/proc/meminfo: memFree=124333952/131382112 swapFree=33010416/33010684
[pid=69315] ppid=69312 vsize=19063512 memory=5621528 CPUtime=3364.84 cores=5,7
/proc/69315/stat : 69315 (java) S 69312 69315 67529 0 -1 4194304 180882 0 0 0 336113 371 0 0 20 0 20 0 63163751 19521036288 1405382 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
/proc/69315/statm: 4765878 1405382 5528 1 0 1542354 0
[pid=69315/tid=69317] ppid=69312 vsize=19063512 memory=5617432 CPUtime=3300.39 cores=5,7
/proc/69315/task/69317/stat : 69317 (java) R 69312 69315 67529 0 -1 4194368 112375 0 0 0 329902 137 0 0 20 0 20 0 63163754 19521036288 1405382 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
[pid=69315/tid=69326] ppid=69312 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/69315/task/69326/stat : 69326 (Finalizer) S 69312 69315 67529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63163758 19521036288 1405382 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
[pid=69315/tid=69333] ppid=69312 vsize=19063512 memory=5148 CPUtime=0 cores=5,7
/proc/69315/task/69333/stat : 69333 (Common-Cleaner) S 69312 69315 67529 0 -1 4194368 2380 0 0 0 0 0 0 0 20 0 20 0 63163760 19521036288 1405382 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
[pid=69315/tid=69334] ppid=69312 vsize=19063512 memory=5621528 CPUtime=0 cores=5,7
/proc/69315/task/69334/stat : 69334 (Timer-0) S 69312 69315 67529 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63163811 19521036288 1405382 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
Current children cumulated CPU time: 3364.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5621528 KiB

[startup+3402.3 s]
/proc/loadavg: 1.19 1.14 1.34 2/251 69605
/proc/meminfo: memFree=124327532/131382112 swapFree=33010416/33010684
[pid=69315] ppid=69312 vsize=19063512 memory=5627708 CPUtime=3424.99 cores=5,7
/proc/69315/stat : 69315 (java) S 69312 69315 67529 0 -1 4194304 181276 0 0 0 342124 375 0 0 20 0 20 0 63163751 19521036288 1406927 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
/proc/69315/statm: 4765878 1406927 5528 1 0 1542370 0
[pid=69315/tid=69317] ppid=69312 vsize=19063512 memory=4760 CPUtime=3359.78 cores=5,7
/proc/69315/task/69317/stat : 69317 (java) R 69312 69315 67529 0 -1 4194368 112686 0 0 0 335840 138 0 0 20 0 20 0 63163754 19521036288 1406927 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
[pid=69315/tid=69326] ppid=69312 vsize=19063512 memory=5613204 CPUtime=0 cores=5,7
/proc/69315/task/69326/stat : 69326 (Finalizer) S 69312 69315 67529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63163758 19521036288 1406927 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
[pid=69315/tid=69333] ppid=69312 vsize=19063512 memory=5627708 CPUtime=0 cores=5,7
/proc/69315/task/69333/stat : 69333 (Common-Cleaner) S 69312 69315 67529 0 -1 4194368 2446 0 0 0 0 0 0 0 20 0 20 0 63163760 19521036288 1406927 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
[pid=69315/tid=69334] ppid=69312 vsize=19063512 memory=5627708 CPUtime=0 cores=5,7
/proc/69315/task/69334/stat : 69334 (Timer-0) S 69312 69315 67529 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63163811 19521036288 1406927 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
Current children cumulated CPU time: 3424.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5627708 KiB

[startup+3462.3 s]
/proc/loadavg: 1.17 1.14 1.33 2/251 69607
/proc/meminfo: memFree=124321340/131382112 swapFree=33010416/33010684
[pid=69315] ppid=69312 vsize=19063512 memory=5635968 CPUtime=3485.46 cores=5,7
/proc/69315/stat : 69315 (java) S 69312 69315 67529 0 -1 4194304 184641 0 0 0 348164 382 0 0 20 0 20 0 63163751 19521036288 1408992 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
/proc/69315/statm: 4765878 1408992 5528 1 0 1542382 0
[pid=69315/tid=69317] ppid=69312 vsize=19063512 memory=4760 CPUtime=3419.13 cores=5,7
/proc/69315/task/69317/stat : 69317 (java) R 69312 69315 67529 0 -1 4194368 115263 0 0 0 341773 140 0 0 20 0 20 0 63163754 19521036288 1408992 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
[pid=69315/tid=69326] ppid=69312 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/69315/task/69326/stat : 69326 (Finalizer) S 69312 69315 67529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63163758 19521036288 1408992 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
[pid=69315/tid=69333] ppid=69312 vsize=19063512 memory=5635968 CPUtime=0 cores=5,7
/proc/69315/task/69333/stat : 69333 (Common-Cleaner) S 69312 69315 67529 0 -1 4194368 2489 0 0 0 0 0 0 0 20 0 20 0 63163760 19521036288 1408992 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
[pid=69315/tid=69334] ppid=69312 vsize=19063512 memory=5633888 CPUtime=0 cores=5,7
/proc/69315/task/69334/stat : 69334 (Timer-0) S 69312 69315 67529 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63163811 19521036288 1408992 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
Current children cumulated CPU time: 3485.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5635968 KiB

[startup+3522.3 s]
/proc/loadavg: 1.11 1.13 1.31 2/252 69612
/proc/meminfo: memFree=124307304/131382112 swapFree=33010416/33010684
[pid=69315] ppid=69312 vsize=19063512 memory=5646208 CPUtime=3546.02 cores=5,7
/proc/69315/stat : 69315 (java) S 69312 69315 67529 0 -1 4194304 187884 0 0 0 354215 387 0 0 20 0 20 0 63163751 19521036288 1411552 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
/proc/69315/statm: 4765878 1411552 5528 1 0 1542382 0
[pid=69315/tid=69317] ppid=69312 vsize=19063512 memory=5633888 CPUtime=3478.48 cores=5,7
/proc/69315/task/69317/stat : 69317 (java) R 69312 69315 67529 0 -1 4194368 117458 0 0 0 347706 142 0 0 20 0 20 0 63163754 19521036288 1411552 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
[pid=69315/tid=69326] ppid=69312 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/69315/task/69326/stat : 69326 (Finalizer) S 69312 69315 67529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63163758 19521036288 1411552 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
[pid=69315/tid=69333] ppid=69312 vsize=19063512 memory=5559784 CPUtime=0 cores=5,7
/proc/69315/task/69333/stat : 69333 (Common-Cleaner) S 69312 69315 67529 0 -1 4194368 2536 0 0 0 0 0 0 0 20 0 20 0 63163760 19521036288 1411552 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
[pid=69315/tid=69334] ppid=69312 vsize=19063512 memory=-6000919498543555433 CPUtime=0 cores=5,7
/proc/69315/task/69334/stat : 69334 (Timer-0) S 69312 69315 67529 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63163811 19521036288 1411552 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
Current children cumulated CPU time: 3546.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5646208 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3575.9 s]
/proc/loadavg: 1.16 1.14 1.30 2/252 69614
/proc/meminfo: memFree=124303460/131382112 swapFree=33010416/33010684
[pid=69315] ppid=69312 vsize=19063512 memory=5650388 CPUtime=3600.05 cores=5,7
/proc/69315/stat : 69315 (java) S 69312 69315 67529 0 -1 4194304 188835 0 0 0 359615 390 0 0 20 0 20 0 63163751 19521036288 1412597 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
/proc/69315/statm: 4765878 1412597 5528 1 0 1542415 0
[pid=69315/tid=69317] ppid=69312 vsize=19063512 memory=5650388 CPUtime=3531.66 cores=5,7
/proc/69315/task/69317/stat : 69317 (java) R 69312 69315 67529 0 -1 4194368 118205 0 0 0 353023 143 0 0 20 0 20 0 63163754 19521036288 1412597 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
[pid=69315/tid=69326] ppid=69312 vsize=19063512 memory=5650388 CPUtime=0 cores=5,7
/proc/69315/task/69326/stat : 69326 (Finalizer) S 69312 69315 67529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63163758 19521036288 1412597 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
[pid=69315/tid=69333] ppid=69312 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/69315/task/69333/stat : 69333 (Common-Cleaner) S 69312 69315 67529 0 -1 4194368 2536 0 0 0 0 0 0 0 20 0 20 0 63163760 19521036288 1412597 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
[pid=69315/tid=69334] ppid=69312 vsize=19063512 memory=2760 CPUtime=0 cores=5,7
/proc/69315/task/69334/stat : 69334 (Timer-0) S 69312 69315 67529 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63163811 19521036288 1412597 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5650388 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.46 s, system=3.93257 s

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

[startup+3576 s]*
/proc/loadavg: 1.16 1.14 1.30 4/253 69617
/proc/meminfo: memFree=124302956/131382112 swapFree=33010416/33010684
[pid=69315] ppid=69312 vsize=19263204 memory=5651284 CPUtime=3600.25 cores=5,7
/proc/69315/stat : 69315 (java) S 69312 69315 67529 0 -1 4194304 190629 0 0 0 359635 390 0 0 20 0 21 0 63163751 19725520896 1412821 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
/proc/69315/statm: 4815801 1412821 5560 1 0 1543350 0
[pid=69315/tid=69317] ppid=69312 vsize=19263204 memory=22684 CPUtime=3531.76 cores=5,7
/proc/69315/task/69317/stat : 69317 (java) R 69312 69315 67529 0 -1 4194368 118207 0 0 0 353033 143 0 0 20 0 21 0 63163754 19725520896 1412821 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
[pid=69315/tid=69326] ppid=69312 vsize=19263204 memory=7686721470264483783 CPUtime=0 cores=5,7
/proc/69315/task/69326/stat : 69326 (Finalizer) S 69312 69315 67529 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 63163758 19725520896 1412821 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
[pid=69315/tid=69333] ppid=69312 vsize=19263204 memory=3072 CPUtime=0 cores=5,7
/proc/69315/task/69333/stat : 69333 (Common-Cleaner) S 69312 69315 67529 0 -1 4194368 2536 0 0 0 0 0 0 0 20 0 21 0 63163760 19725520896 1412821 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
[pid=69315/tid=69616] ppid=69312 vsize=19263204 memory=6784 CPUtime=0.02 cores=5,7
/proc/69315/task/69616/stat : 69616 (Thread-0) R 69312 69315 67529 0 -1 4194368 295 0 0 0 2 0 0 0 20 0 21 0 63521343 19725520896 1412821 18446744073709551615 93834257510400 93834257514096 140724224325952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93834257521912 93834257522704 93834289782784 140724224330110 140724224330214 140724224330214 140724224335816 0
Current children cumulated CPU time: 3600.25 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 5651284 KiB

Child status: 143

Real time (s): 3576.1
CPU time (s): 3600.4
CPU user time (s): 3596.46
CPU system time (s): 3.93257
CPU usage (%): 100.679
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 5651284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.46
system time used= 3.93257
maximum resident set size= 5651540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 190992
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 118590
involuntary context switches= 22248


# summary of solver processes directly reported to runsolver:
#   pid: 69315
#   total CPU time (s): 3600.4
#   total CPU user time (s): 3596.46
#   total CPU system time (s): 3.93257

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.3071 second user time and 32.9298 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-07-02 18:47:24
IDJOB=4502744
IDBENCH=155375
IDSOLVER=3361
FILE ID=nodeC005/4502744-1751474844
RUNJOBID= nodeC005-1751465455-67542
SLURM_JOB_ID= 9598480
Free space on /tmp= 429476 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB11/OPT-LIN/heinz/normalized-neos-1616732.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4502744-1751474844/watcher-4502744-1751474844 -o /tmp/evaluation-result-4502744-1751474844/solver-4502744-1751474844 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751465455-67542 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4502744-1751474844.opb

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

MD5SUM BENCH= 75f9ad7c30513194432fdca99f15ae89
RANDOM SEED=755633891

nodeC005 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		: 3491.959
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3591.731
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.90
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		: 1297.347
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.90
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.236
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.90
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.949
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.90
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.240
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.90
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.290
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.90
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.526
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        106523520 kB
MemAvailable:   106510864 kB
Buffers:            2128 kB
Cached:           776872 kB
SwapCached:           24 kB
Active:         24127204 kB
Inactive:         130460 kB
Active(anon):   23493436 kB
Inactive(anon):     3164 kB
Active(file):     633768 kB
Inactive(file):   127296 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:               796 kB
Writeback:             8 kB
AnonPages:      23481700 kB
Mapped:           123568 kB
Shmem:             17936 kB
KReclaimable:     131816 kB
Slab:             219772 kB
SReclaimable:     131816 kB
SUnreclaim:        87956 kB
KernelStack:        4908 kB
PageTables:        49700 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   26692412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150360 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  23007232 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:      201544 kB
DirectMap2M:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 429488 MiB
End job on nodeC005 at 2025-07-02 19:47:00