Trace number 4517589

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)1 3600.18 3607.54

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=10-t=9.opb
MD5SUMfc6c22edea63d6bf282da0f44295fc1a
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 benchmark1
Best CPU time to get the best result obtained on this benchmark0.164575
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables245
Total number of constraints4485
Number of constraints which are clauses4475
Number of constraints which are cardinality constraints (but not clauses)10
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint11
Number of terms in the objective function 10
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 10
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 12
Number of bits of the biggest sum of numbers4
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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: EFFECTIVE
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Dynamic restart strategy considering the size of the coefficients
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4517589-1751537173.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c using VERIPB proof format
0.13/0.16	c  objective function found
0.33/0.25	c ... done. Wall clock time 0.099s.
0.33/0.25	c declared #vars     245
0.33/0.25	c #constraints  4485
0.33/0.25	c constraints type 
0.33/0.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 10
0.33/0.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4475
0.33/0.25	c 4485 constraints processed.
0.33/0.26	c objective function length is 10 literals
0.51/0.33	c SATISFIABLE
0.51/0.33	c OPTIMIZING...
0.51/0.33	c Got one! Elapsed wall clock time (in seconds):0.174
0.51/0.33	o 10
0.51/0.36	c Got one! Elapsed wall clock time (in seconds):0.204
0.51/0.36	o 9
0.51/0.40	c Got one! Elapsed wall clock time (in seconds):0.249
0.51/0.40	o 8
0.71/0.46	c Got one! Elapsed wall clock time (in seconds):0.309
0.71/0.46	o 7
0.90/0.53	c Got one! Elapsed wall clock time (in seconds):0.378
0.90/0.53	o 6
2.66/1.41	c cleaning 2652 clauses out of 5311 with flag 0/5311
4.06/2.18	c cleaning 4322 clauses out of 8658 with flag 0/11310
5.24/3.12	c cleaning 5665 clauses out of 11340 with flag 0/18314
6.48/4.34	c cleaning 6829 clauses out of 13672 with flag 0/26311
7.98/5.82	c cleaning 7915 clauses out of 15845 with flag 0/35313
9.69/7.57	c cleaning 8958 clauses out of 17929 with flag 0/45312
11.52/9.37	c cleaning 9980 clauses out of 19970 with flag 0/56311
13.51/11.32	c cleaning 10985 clauses out of 21989 with flag 0/68310
15.71/13.57	c cleaning 11996 clauses out of 24006 with flag 0/81312
18.33/16.11	c cleaning 12997 clauses out of 26012 with flag 0/95314
21.22/19.01	c cleaning 14004 clauses out of 28011 with flag 0/110310
27.06/23.96	c Got one! Elapsed wall clock time (in seconds):23.808
27.06/23.96	o 5
40.12/36.62	c cleaning 17241 clauses out of 34512 with flag 0/130815
48.31/44.79	c cleaning 11614 clauses out of 23272 with flag 0/136816
52.13/48.48	c Got one! Elapsed wall clock time (in seconds):48.328
52.13/48.48	o 4
53.53/49.85	c cleaning 8584 clauses out of 17199 with flag 0/142357
53.63/49.94	c Got one! Elapsed wall clock time (in seconds):49.788
53.63/49.94	o 3
55.27/51.55	c Got one! Elapsed wall clock time (in seconds):51.395
55.27/51.55	o 2
60.76/56.99	c cleaning 7129 clauses out of 14282 with flag 0/148024
69.89/67.97	c cleaning 6569 clauses out of 13153 with flag 0/154024
83.20/81.02	c cleaning 6789 clauses out of 13585 with flag 0/161025
99.38/96.80	c cleaning 7395 clauses out of 14795 with flag 0/169024
100.93/102.14	c cleaning 8192 clauses out of 16400 with flag 0/178024
101.83/103.01	c Got one! Elapsed wall clock time (in seconds):102.853
101.83/103.01	o 1
112.72/113.62	c cleaning 9539 clauses out of 19096 with flag 0/188912
123.99/124.79	c cleaning 7768 clauses out of 15556 with flag 0/194911
138.94/139.40	c cleaning 7383 clauses out of 14788 with flag 0/201911
159.74/159.90	c cleaning 7691 clauses out of 15405 with flag 0/209911
185.79/185.66	c cleaning 8348 clauses out of 16715 with flag 0/218912
225.34/224.78	c cleaning 9176 clauses out of 18368 with flag 0/228913
271.55/270.40	c cleaning 10092 clauses out of 20191 with flag 0/239912
334.89/333.20	c cleaning 11043 clauses out of 22099 with flag 0/251912
422.82/420.56	c cleaning 12028 clauses out of 24055 with flag 0/264911
556.85/555.39	c cleaning 13010 clauses out of 26027 with flag 0/278911
687.60/685.53	c cleaning 14008 clauses out of 28018 with flag 0/293912
840.46/842.29	c cleaning 15004 clauses out of 30010 with flag 0/309912
1010.75/1013.09	c cleaning 15997 clauses out of 32006 with flag 0/326912
1201.45/1202.91	c cleaning 17002 clauses out of 34009 with flag 0/344912
1411.15/1412.54	c cleaning 18002 clauses out of 36007 with flag 0/363912
1671.53/1673.75	c cleaning 19000 clauses out of 38006 with flag 0/383913
1974.52/1975.80	c cleaning 19997 clauses out of 40004 with flag 0/404911
2297.79/2299.10	c cleaning 20998 clauses out of 42008 with flag 0/426912
2642.43/2646.15	c cleaning 22002 clauses out of 44010 with flag 0/449912
3030.74/3036.53	c cleaning 22999 clauses out of 46008 with flag 0/473912
3466.35/3470.71	c cleaning 24000 clauses out of 48010 with flag 0/498913
3600.03/3605.81	c starts		: 25
3600.03/3605.83	c conflicts		: 512291
3600.03/3605.83	c decisions		: 552432
3600.03/3605.83	c propagations		: 12465375
3600.03/3605.83	c inspects		: 3755640397
3600.03/3605.83	c shortcuts		: 0
3600.03/3605.83	c learnt literals	: 0
3600.03/3605.83	c learnt binary clauses	: 0
3600.03/3605.83	c learnt ternary clauses	: 0
3600.03/3605.83	c learnt constraints	: 512291
3600.03/3605.83	c ignored constraints	: 0
3600.03/3605.83	c root simplifications	: 0
3600.03/3605.83	c removed literals (reason simplification)	: 0
3600.03/3605.83	c reason swapping (by a shorter reason)	: 0
3600.03/3605.83	c Calls to reduceDB	: 40
3600.03/3605.83	c Number of update (reduction) of LBD	: 480245
3600.03/3605.83	c Imported unit clauses	: 0
3600.03/3605.83	c No decision after first conflict	: false
3600.03/3605.83	c number of reductions to clauses (during analyze)	: 0
3600.03/3605.83	c number of learned constraints concerned by reduction	: 0
3600.03/3605.83	c number of learning phase by resolution	: 0
3600.03/3605.83	c number of learning phase by cutting planes	: 0
3600.03/3605.83	c number of rounding to 1 operations	: 0
3600.03/3605.83	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3605.83	c number of reductions of the coefficients by power 2 	: 0
3600.03/3605.83	c number of right shift for reduction by power 2 	: 0
3600.03/3605.83	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3605.83	c number of ending skipping 	: 0
3600.03/3605.83	c number of internal skipping 	: 0
3600.03/3605.83	c number of derivation steps 	: 12187629
3600.03/3605.83	c number of skipped derivation steps 	: 0
3600.03/3605.83	c number of remaining unassigned 	: 9331
3600.03/3605.83	c number of remaining assigned 	: 39163558
3600.03/3605.83	c number of falsified literals weakened from reason	: 0
3600.03/3605.83	c number of falsified literals weakened from conflict	: 0
3600.03/3605.83	c time for arithmetic operations	: 2427670624
3600.03/3605.83	c minimum degree of deleted constraints	: 1
3600.03/3605.83	c maximum degree of deleted constraints	: 1351146407559791
3600.03/3605.83	c number of deleted constraints	: 474903
3600.03/3605.83	c speed (assignments/second)	: 3457.261736932623
3600.03/3605.83	c non guided choices	: 1785
3600.03/3605.86	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 6578
3600.03/3605.86	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 333
3600.03/3605.86	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 30477
3600.03/3605.86	s SATISFIABLE
3600.03/3605.86	c Found 10 solution(s)
3600.03/3605.87	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 -x201 -x202 -x203 x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 x215 -x216 -x217 -x218 -x219 -x220 -x221 -x222 -x223 -x224 x225 -x226 -x227 -x228 -x229 -x230 -x231 x232 -x233 -x234 -x235 -x236 -x237 x238 -x239 -x240 -x241 -x242 -x243 -x244 -x245 
3600.03/3605.87	c objective function=1
3600.03/3605.87	c Total wall clock time (in seconds): 3605.715

Verifier Data

OK	1

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: 63708 MiB (59762 MiB free)
  memory of node 1: 64465 MiB (56208 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=75048, runsolver pid=75045

[startup+0.100061 s]*
/proc/loadavg: 4.32 4.24 4.20 5/339 75066
/proc/meminfo: memFree=118735844/131249996 swapFree=33010160/33010684
[pid=75048] ppid=75045 vsize=18930384 memory=57748 CPUtime=0.13 cores=0,2
/proc/75048/stat : 75048 (java) S 75045 75048 73986 0 -1 4194304 6576 0 0 0 11 2 0 0 20 0 18 0 69395739 19384713216 14437 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
/proc/75048/statm: 4732596 14437 5337 1 0 547611 0
[pid=75048/tid=75050] ppid=75045 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/75048/task/75050/stat : 75050 (java) R 75045 75048 73986 0 -1 4194368 5071 0 0 0 6 1 0 0 20 0 18 0 69395740 19384713216 14437 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
[pid=75048/tid=75059] ppid=75045 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/75048/task/75059/stat : 75059 (Finalizer) S 75045 75048 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 69395742 19384713216 14437 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
[pid=75048/tid=75066] ppid=75045 vsize=18930384 memory=59585004339238 CPUtime=0 cores=0,2
/proc/75048/task/75066/stat : 75066 (Common-Cleaner) S 75045 75048 73986 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 69395743 19384713216 14437 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57748 KiB

[startup+0.2059 s]*
/proc/loadavg: 4.32 4.24 4.20 7/339 75066
/proc/meminfo: memFree=118728724/131249996 swapFree=33010160/33010684
[pid=75048] ppid=75045 vsize=18930384 memory=66640 CPUtime=0.33 cores=0,2
/proc/75048/stat : 75048 (java) S 75045 75048 73986 0 -1 4194304 7144 0 0 0 30 3 0 0 20 0 18 0 69395739 19384713216 16660 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
/proc/75048/statm: 4732596 16660 5465 1 0 547995 0
[pid=75048/tid=75050] ppid=75045 vsize=18930384 memory=4026728732 CPUtime=0.18 cores=0,2
/proc/75048/task/75050/stat : 75050 (java) R 75045 75048 73986 0 -1 4194368 5394 0 0 0 16 2 0 0 20 0 18 0 69395740 19384713216 16660 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
[pid=75048/tid=75059] ppid=75045 vsize=18930384 memory=2641 CPUtime=0 cores=0,2
/proc/75048/task/75059/stat : 75059 (Finalizer) S 75045 75048 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 69395742 19384713216 16660 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
[pid=75048/tid=75066] ppid=75045 vsize=18930384 memory=58485492679654 CPUtime=0 cores=0,2
/proc/75048/task/75066/stat : 75066 (Common-Cleaner) S 75045 75048 73986 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 69395743 19384713216 16660 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 66640 KiB

[startup+0.305777 s]*
/proc/loadavg: 4.32 4.24 4.20 7/340 75067
/proc/meminfo: memFree=118708244/131249996 swapFree=33010160/33010684
[pid=75048] ppid=75045 vsize=18996948 memory=88924 CPUtime=0.51 cores=0,2
/proc/75048/stat : 75048 (java) S 75045 75048 73986 0 -1 4194304 7560 0 0 0 48 3 0 0 20 0 19 0 69395739 19452874752 22231 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
/proc/75048/statm: 4749237 22231 5497 1 0 548515 0
[pid=75048/tid=75050] ppid=75045 vsize=18996948 memory=-6000919485608519528 CPUtime=0.28 cores=0,2
/proc/75048/task/75050/stat : 75050 (java) R 75045 75048 73986 0 -1 4194368 5550 0 0 0 26 2 0 0 20 0 19 0 69395740 19452874752 22231 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
[pid=75048/tid=75059] ppid=75045 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/75048/task/75059/stat : 75059 (Finalizer) S 75045 75048 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 69395742 19452874752 22231 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
[pid=75048/tid=75066] ppid=75045 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/75048/task/75066/stat : 75066 (Common-Cleaner) S 75045 75048 73986 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 69395743 19452874752 22231 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
[pid=75048/tid=75067] ppid=75045 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/75048/task/75067/stat : 75067 (Timer-0) S 75045 75048 73986 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 69395766 19452874752 22231 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 88924 KiB

[startup+0.700252 s]
/proc/loadavg: 4.32 4.24 4.20 6/340 75067
/proc/meminfo: memFree=118654748/131249996 swapFree=33010160/33010684
[pid=75048] ppid=75045 vsize=19063512 memory=165108 CPUtime=1.28 cores=0,2
/proc/75048/stat : 75048 (java) S 75045 75048 73986 0 -1 4194304 11602 0 0 0 122 6 0 0 20 0 20 0 69395739 19521036288 41277 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
/proc/75048/statm: 4765878 41277 5497 1 0 551093 0
[pid=75048/tid=75050] ppid=75045 vsize=19063512 memory=18688 CPUtime=0.57 cores=0,2
/proc/75048/task/75050/stat : 75050 (java) R 75045 75048 73986 0 -1 4194368 5603 0 0 0 53 4 0 0 20 0 20 0 69395740 19521036288 41277 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
[pid=75048/tid=75059] ppid=75045 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/75048/task/75059/stat : 75059 (Finalizer) S 75045 75048 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69395742 19521036288 41277 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
[pid=75048/tid=75066] ppid=75045 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/75048/task/75066/stat : 75066 (Common-Cleaner) S 75045 75048 73986 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 69395743 19521036288 41277 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
[pid=75048/tid=75067] ppid=75045 vsize=19063512 memory=4760 CPUtime=0 cores=0,2
/proc/75048/task/75067/stat : 75067 (Timer-0) S 75045 75048 73986 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69395766 19521036288 41277 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 165108 KiB

[startup+1.50025 s]
/proc/loadavg: 4.32 4.24 4.20 6/341 75068
/proc/meminfo: memFree=118616436/131249996 swapFree=33010160/33010684
[pid=75048] ppid=75045 vsize=19063512 memory=197168 CPUtime=2.86 cores=0,2
/proc/75048/stat : 75048 (java) S 75045 75048 73986 0 -1 4194304 25354 0 0 0 278 8 0 0 20 0 20 0 69395739 19521036288 49292 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
/proc/75048/statm: 4765878 49292 5497 1 0 554878 0
[pid=75048/tid=75050] ppid=75045 vsize=19063512 memory=10752 CPUtime=1.34 cores=0,2
/proc/75048/task/75050/stat : 75050 (java) R 75045 75048 73986 0 -1 4194368 6397 0 0 0 130 4 0 0 20 0 20 0 69395740 19521036288 49292 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
[pid=75048/tid=75059] ppid=75045 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/75048/task/75059/stat : 75059 (Finalizer) S 75045 75048 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69395742 19521036288 49292 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
[pid=75048/tid=75066] ppid=75045 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/75048/task/75066/stat : 75066 (Common-Cleaner) S 75045 75048 73986 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 69395743 19521036288 49292 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
[pid=75048/tid=75067] ppid=75045 vsize=19063512 memory=4760 CPUtime=0 cores=0,2
/proc/75048/task/75067/stat : 75067 (Timer-0) S 75045 75048 73986 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69395766 19521036288 49292 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 197168 KiB

[startup+3.10567 s]
/proc/loadavg: 4.38 4.25 4.20 5/341 75068
/proc/meminfo: memFree=118184232/131249996 swapFree=33010160/33010684
[pid=75048] ppid=75045 vsize=19063512 memory=633436 CPUtime=5.24 cores=0,2
/proc/75048/stat : 75048 (java) S 75045 75048 73986 0 -1 4194304 27731 0 0 0 507 17 0 0 20 0 20 0 69395739 19521036288 158359 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
/proc/75048/statm: 4765878 158359 5497 1 0 555266 0
[pid=75048/tid=75050] ppid=75045 vsize=19063512 memory=10752 CPUtime=2.93 cores=0,2
/proc/75048/task/75050/stat : 75050 (java) R 75045 75048 73986 0 -1 4194368 7294 0 0 0 281 12 0 0 20 0 20 0 69395740 19521036288 158359 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
[pid=75048/tid=75059] ppid=75045 vsize=19063512 memory=-6000919485608519528 CPUtime=0 cores=0,2
/proc/75048/task/75059/stat : 75059 (Finalizer) S 75045 75048 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69395742 19521036288 158359 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
[pid=75048/tid=75066] ppid=75045 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/75048/task/75066/stat : 75066 (Common-Cleaner) S 75045 75048 73986 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 69395743 19521036288 158359 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
[pid=75048/tid=75067] ppid=75045 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/75048/task/75067/stat : 75067 (Timer-0) S 75045 75048 73986 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69395766 19521036288 158359 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
Current children cumulated CPU time: 5.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 633436 KiB

[startup+6.30019 s]
/proc/loadavg: 4.38 4.25 4.20 5/341 75068
/proc/meminfo: memFree=117863768/131249996 swapFree=33010160/33010684
[pid=75048] ppid=75045 vsize=19063512 memory=980008 CPUtime=8.48 cores=0,2
/proc/75048/stat : 75048 (java) S 75045 75048 73986 0 -1 4194304 28976 0 0 0 825 23 0 0 20 0 20 0 69395739 19521036288 245002 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
/proc/75048/statm: 4765878 245002 5497 1 0 555307 0
[pid=75048/tid=75050] ppid=75045 vsize=19063512 memory=0 CPUtime=6.12 cores=0,2
/proc/75048/task/75050/stat : 75050 (java) R 75045 75048 73986 0 -1 4194368 7656 0 0 0 593 19 0 0 20 0 20 0 69395740 19521036288 245002 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
[pid=75048/tid=75059] ppid=75045 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/75048/task/75059/stat : 75059 (Finalizer) S 75045 75048 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69395742 19521036288 245002 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
[pid=75048/tid=75066] ppid=75045 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/75048/task/75066/stat : 75066 (Common-Cleaner) S 75045 75048 73986 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 69395743 19521036288 245002 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
[pid=75048/tid=75067] ppid=75045 vsize=19063512 memory=233656 CPUtime=0 cores=0,2
/proc/75048/task/75067/stat : 75067 (Timer-0) S 75045 75048 73986 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69395766 19521036288 245002 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
Current children cumulated CPU time: 8.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 980008 KiB

[startup+12.7002 s]
/proc/loadavg: 4.32 4.24 4.20 5/341 75068
/proc/meminfo: memFree=117338672/131249996 swapFree=33010160/33010684
[pid=75048] ppid=75045 vsize=19063512 memory=1315908 CPUtime=14.91 cores=0,2
/proc/75048/stat : 75048 (java) S 75045 75048 73986 0 -1 4194304 32355 0 0 0 1461 30 0 0 20 0 20 0 69395739 19521036288 328977 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
/proc/75048/statm: 4765878 328977 5497 1 0 555307 0
[pid=75048/tid=75050] ppid=75045 vsize=19063512 memory=233656 CPUtime=12.47 cores=0,2
/proc/75048/task/75050/stat : 75050 (java) R 75045 75048 73986 0 -1 4194368 8722 0 0 0 1222 25 0 0 20 0 20 0 69395740 19521036288 328977 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
[pid=75048/tid=75059] ppid=75045 vsize=19063512 memory=10752 CPUtime=0 cores=0,2
/proc/75048/task/75059/stat : 75059 (Finalizer) S 75045 75048 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69395742 19521036288 328977 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
[pid=75048/tid=75066] ppid=75045 vsize=19063512 memory=1315908 CPUtime=0 cores=0,2
/proc/75048/task/75066/stat : 75066 (Common-Cleaner) S 75045 75048 73986 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 69395743 19521036288 328977 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
[pid=75048/tid=75067] ppid=75045 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/75048/task/75067/stat : 75067 (Timer-0) S 75045 75048 73986 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69395766 19521036288 328977 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
Current children cumulated CPU time: 14.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1315908 KiB

[startup+25.5003 s]
/proc/loadavg: 4.35 4.25 4.20 6/341 75068
/proc/meminfo: memFree=117233408/131249996 swapFree=33010160/33010684
[pid=75048] ppid=75045 vsize=19063512 memory=1344868 CPUtime=28.75 cores=0,2
/proc/75048/stat : 75048 (java) S 75045 75048 73986 0 -1 4194304 41807 0 0 0 2841 34 0 0 20 0 20 0 69395739 19521036288 336217 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
/proc/75048/statm: 4765878 336217 5497 1 0 555356 0
[pid=75048/tid=75050] ppid=75045 vsize=19063512 memory=10752 CPUtime=25.17 cores=0,2
/proc/75048/task/75050/stat : 75050 (java) R 75045 75048 73986 0 -1 4194368 10394 0 0 0 2490 27 0 0 20 0 20 0 69395740 19521036288 336217 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
[pid=75048/tid=75059] ppid=75045 vsize=19063512 memory=1315908 CPUtime=0 cores=0,2
/proc/75048/task/75059/stat : 75059 (Finalizer) S 75045 75048 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69395742 19521036288 336217 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
[pid=75048/tid=75066] ppid=75045 vsize=19063512 memory=5276 CPUtime=0 cores=0,2
/proc/75048/task/75066/stat : 75066 (Common-Cleaner) S 75045 75048 73986 0 -1 4194368 31 0 0 0 0 0 0 0 20 0 20 0 69395743 19521036288 336217 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
[pid=75048/tid=75067] ppid=75045 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/75048/task/75067/stat : 75067 (Timer-0) S 75045 75048 73986 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69395766 19521036288 336217 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
Current children cumulated CPU time: 28.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1344868 KiB

[startup+51.1058 s]
/proc/loadavg: 4.38 4.26 4.21 5/341 75069
/proc/meminfo: memFree=116935980/131249996 swapFree=33010160/33010684
[pid=75048] ppid=75045 vsize=19063512 memory=1384308 CPUtime=54.87 cores=0,2
/proc/75048/stat : 75048 (java) S 75045 75048 73986 0 -1 4194304 45843 0 0 0 5447 40 0 0 20 0 20 0 69395739 19521036288 346077 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
/proc/75048/statm: 4765878 346077 5497 1 0 555450 0
[pid=75048/tid=75050] ppid=75045 vsize=19063512 memory=1384308 CPUtime=50.39 cores=0,2
/proc/75048/task/75050/stat : 75050 (java) R 75045 75048 73986 0 -1 4194368 11933 0 0 0 5009 30 0 0 20 0 20 0 69395740 19521036288 346077 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0

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

[pid=75048/tid=75067] ppid=75045 vsize=19063512 memory=18688 CPUtime=0 cores=0,2
/proc/75048/task/75067/stat : 75067 (Timer-0) S 75045 75048 73986 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69395766 19521036288 649446 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
Current children cumulated CPU time: 3277.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2597784 KiB

[startup+3342.3 s]
/proc/loadavg: 4.34 4.26 4.21 5/344 75323
/proc/meminfo: memFree=110917696/131249996 swapFree=33010160/33010684
[pid=75048] ppid=75045 vsize=19063512 memory=2597784 CPUtime=3337.55 cores=0,2
/proc/75048/stat : 75048 (java) S 75045 75048 73986 0 -1 4194304 114322 0 0 0 333470 285 0 0 20 0 20 0 69395739 19521036288 649446 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
/proc/75048/statm: 4765878 649446 5497 1 0 662355 0
[pid=75048/tid=75050] ppid=75045 vsize=19063512 memory=2597784 CPUtime=3283.17 cores=0,2
/proc/75048/task/75050/stat : 75050 (java) R 75045 75048 73986 0 -1 4194368 49640 0 0 0 328180 137 0 0 20 0 20 0 69395740 19521036288 649446 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
[pid=75048/tid=75059] ppid=75045 vsize=19063512 memory=2597784 CPUtime=0 cores=0,2
/proc/75048/task/75059/stat : 75059 (Finalizer) S 75045 75048 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69395742 19521036288 649446 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
[pid=75048/tid=75066] ppid=75045 vsize=19063512 memory=2597784 CPUtime=0 cores=0,2
/proc/75048/task/75066/stat : 75066 (Common-Cleaner) S 75045 75048 73986 0 -1 4194368 1737 0 0 0 0 0 0 0 20 0 20 0 69395743 19521036288 649446 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
[pid=75048/tid=75067] ppid=75045 vsize=19063512 memory=2597784 CPUtime=0 cores=0,2
/proc/75048/task/75067/stat : 75067 (Timer-0) S 75045 75048 73986 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69395766 19521036288 649446 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
Current children cumulated CPU time: 3337.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2597784 KiB

[startup+3402.3 s]
/proc/loadavg: 4.30 4.26 4.21 5/343 75325
/proc/meminfo: memFree=110878456/131249996 swapFree=33010160/33010684
[pid=75048] ppid=75045 vsize=19063512 memory=2597784 CPUtime=3397.75 cores=0,2
/proc/75048/stat : 75048 (java) S 75045 75048 73986 0 -1 4194304 116234 0 0 0 339487 288 0 0 20 0 20 0 69395739 19521036288 649446 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
/proc/75048/statm: 4765878 649446 5497 1 0 662355 0
[pid=75048/tid=75050] ppid=75045 vsize=19063512 memory=10752 CPUtime=3342.63 cores=0,2
/proc/75048/task/75050/stat : 75050 (java) R 75045 75048 73986 0 -1 4194368 50831 0 0 0 334125 138 0 0 20 0 20 0 69395740 19521036288 649446 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
[pid=75048/tid=75059] ppid=75045 vsize=19063512 memory=2597784 CPUtime=0 cores=0,2
/proc/75048/task/75059/stat : 75059 (Finalizer) S 75045 75048 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69395742 19521036288 649446 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
[pid=75048/tid=75066] ppid=75045 vsize=19063512 memory=2597784 CPUtime=0 cores=0,2
/proc/75048/task/75066/stat : 75066 (Common-Cleaner) S 75045 75048 73986 0 -1 4194368 1828 0 0 0 0 0 0 0 20 0 20 0 69395743 19521036288 649446 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
[pid=75048/tid=75067] ppid=75045 vsize=19063512 memory=2597784 CPUtime=0 cores=0,2
/proc/75048/task/75067/stat : 75067 (Timer-0) S 75045 75048 73986 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69395766 19521036288 649446 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
Current children cumulated CPU time: 3397.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2597784 KiB

[startup+3462.3 s]
/proc/loadavg: 4.32 4.26 4.21 5/342 75327
/proc/meminfo: memFree=110856604/131249996 swapFree=33010160/33010684
[pid=75048] ppid=75045 vsize=19063512 memory=2597784 CPUtime=3457.95 cores=0,2
/proc/75048/stat : 75048 (java) S 75045 75048 73986 0 -1 4194304 118190 0 0 0 345504 291 0 0 20 0 20 0 69395739 19521036288 649446 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
/proc/75048/statm: 4765878 649446 5497 1 0 662355 0
[pid=75048/tid=75050] ppid=75045 vsize=19063512 memory=2597784 CPUtime=3402.06 cores=0,2
/proc/75048/task/75050/stat : 75050 (java) R 75045 75048 73986 0 -1 4194368 52089 0 0 0 340067 139 0 0 20 0 20 0 69395740 19521036288 649446 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
[pid=75048/tid=75059] ppid=75045 vsize=19063512 memory=2597784 CPUtime=0 cores=0,2
/proc/75048/task/75059/stat : 75059 (Finalizer) S 75045 75048 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69395742 19521036288 649446 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
[pid=75048/tid=75066] ppid=75045 vsize=19063512 memory=18688 CPUtime=0 cores=0,2
/proc/75048/task/75066/stat : 75066 (Common-Cleaner) S 75045 75048 73986 0 -1 4194368 1910 0 0 0 0 0 0 0 20 0 20 0 69395743 19521036288 649446 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
[pid=75048/tid=75067] ppid=75045 vsize=19063512 memory=14976 CPUtime=0 cores=0,2
/proc/75048/task/75067/stat : 75067 (Timer-0) S 75045 75048 73986 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69395766 19521036288 649446 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
Current children cumulated CPU time: 3457.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2597784 KiB

[startup+3522.3 s]
/proc/loadavg: 3.74 4.11 4.16 4/317 75363
/proc/meminfo: memFree=115648800/131249996 swapFree=33010160/33010684
[pid=75048] ppid=75045 vsize=19063512 memory=2598424 CPUtime=3518.29 cores=0,2
/proc/75048/stat : 75048 (java) S 75045 75048 73986 0 -1 4194304 120963 0 0 0 351535 294 0 0 20 0 20 0 69395739 19521036288 649606 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
/proc/75048/statm: 4765878 649606 5497 1 0 662506 0
[pid=75048/tid=75050] ppid=75045 vsize=19063512 memory=2598296 CPUtime=3461.5 cores=0,2
/proc/75048/task/75050/stat : 75050 (java) R 75045 75048 73986 0 -1 4194368 52368 0 0 0 346010 140 0 0 20 0 20 0 69395740 19521036288 649606 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
[pid=75048/tid=75059] ppid=75045 vsize=19063512 memory=2598296 CPUtime=0 cores=0,2
/proc/75048/task/75059/stat : 75059 (Finalizer) S 75045 75048 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69395742 19521036288 649606 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
[pid=75048/tid=75066] ppid=75045 vsize=19063512 memory=2598424 CPUtime=0 cores=0,2
/proc/75048/task/75066/stat : 75066 (Common-Cleaner) S 75045 75048 73986 0 -1 4194368 1912 0 0 0 0 0 0 0 20 0 20 0 69395743 19521036288 649606 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
[pid=75048/tid=75067] ppid=75045 vsize=19063512 memory=2598424 CPUtime=0 cores=0,2
/proc/75048/task/75067/stat : 75067 (Timer-0) S 75045 75048 73986 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69395766 19521036288 649606 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
Current children cumulated CPU time: 3518.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2598424 KiB

[startup+3582.3 s]
/proc/loadavg: 2.91 3.83 4.06 3/292 75399
/proc/meminfo: memFree=120483076/131249996 swapFree=33010160/33010684
[pid=75048] ppid=75045 vsize=19063512 memory=2598424 CPUtime=3576.43 cores=0,2
/proc/75048/stat : 75048 (java) S 75045 75048 73986 0 -1 4194304 121070 0 0 0 357345 298 0 0 20 0 20 0 69395739 19521036288 649606 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
/proc/75048/statm: 4765878 649606 5497 1 0 662506 0
[pid=75048/tid=75050] ppid=75045 vsize=19063512 memory=2598424 CPUtime=3518.76 cores=0,2
/proc/75048/task/75050/stat : 75050 (java) R 75045 75048 73986 0 -1 4194368 52411 0 0 0 351735 141 0 0 20 0 20 0 69395740 19521036288 649606 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
[pid=75048/tid=75059] ppid=75045 vsize=19063512 memory=2598424 CPUtime=0 cores=0,2
/proc/75048/task/75059/stat : 75059 (Finalizer) S 75045 75048 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69395742 19521036288 649606 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
[pid=75048/tid=75066] ppid=75045 vsize=19063512 memory=2598424 CPUtime=0 cores=0,2
/proc/75048/task/75066/stat : 75066 (Common-Cleaner) S 75045 75048 73986 0 -1 4194368 1913 0 0 0 0 0 0 0 20 0 20 0 69395743 19521036288 649606 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
[pid=75048/tid=75067] ppid=75045 vsize=19063512 memory=14976 CPUtime=0 cores=0,2
/proc/75048/task/75067/stat : 75067 (Timer-0) S 75045 75048 73986 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69395766 19521036288 649606 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
Current children cumulated CPU time: 3576.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2598424 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3605.8 s]
/proc/loadavg: 2.60 3.68 4.00 3/292 75400
/proc/meminfo: memFree=120482864/131249996 swapFree=33010160/33010684
[pid=75048] ppid=75045 vsize=19063512 memory=2598424 CPUtime=3600.03 cores=0,2
/proc/75048/stat : 75048 (java) S 75045 75048 73986 0 -1 4194304 121087 0 0 0 359704 299 0 0 20 0 20 0 69395739 19521036288 649606 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
/proc/75048/statm: 4765878 649606 5497 1 0 662506 0
[pid=75048/tid=75050] ppid=75045 vsize=19063512 memory=5632 CPUtime=3542.04 cores=0,2
/proc/75048/task/75050/stat : 75050 (java) R 75045 75048 73986 0 -1 4194368 52415 0 0 0 354063 141 0 0 20 0 20 0 69395740 19521036288 649606 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
[pid=75048/tid=75059] ppid=75045 vsize=19063512 memory=5276 CPUtime=0 cores=0,2
/proc/75048/task/75059/stat : 75059 (Finalizer) S 75045 75048 73986 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 69395742 19521036288 649606 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
[pid=75048/tid=75066] ppid=75045 vsize=19063512 memory=-6000919485608519528 CPUtime=0 cores=0,2
/proc/75048/task/75066/stat : 75066 (Common-Cleaner) S 75045 75048 73986 0 -1 4194368 1913 0 0 0 0 0 0 0 20 0 20 0 69395743 19521036288 649606 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
[pid=75048/tid=75067] ppid=75045 vsize=19063512 memory=4760 CPUtime=0 cores=0,2
/proc/75048/task/75067/stat : 75067 (Timer-0) S 75045 75048 73986 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 69395766 19521036288 649606 18446744073709551615 93876643696640 93876643700336 140737378013456 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93876643708152 93876643708944 93876644634624 140737378015533 140737378015718 140737378015718 140737378021320 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2598424 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.17 s, system=3.0116 s

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

[startup+3606.4 s]
/proc/loadavg: 2.60 3.68 4.00 2/274 75403
/proc/meminfo: memFree=123038508/131249996 swapFree=33010160/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3607.2 s]
/proc/loadavg: 2.60 3.68 4.00 2/274 75403
/proc/meminfo: memFree=123038508/131249996 swapFree=33010160/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3607.4 s]
/proc/loadavg: 2.60 3.68 4.00 2/274 75403
/proc/meminfo: memFree=123038508/131249996 swapFree=33010160/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3607.5 s]
/proc/loadavg: 2.60 3.68 4.00 2/274 75403
/proc/meminfo: memFree=123038508/131249996 swapFree=33010160/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3607.54
CPU time (s): 3600.18
CPU user time (s): 3597.17
CPU system time (s): 3.0116
CPU usage (%): 99.796
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 2598424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.17
system time used= 3.0116
maximum resident set size= 2599320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 122585
page faults= 0
swaps= 0
block input operations= 0
block output operations= 469848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 151361
involuntary context switches= 13763


# summary of solver processes directly reported to runsolver:
#   pid: 75048
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3597.17
#   total CPU system time (s): 3.0116

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.115 second user time and 17.9343 second system time

The end

Launcher Data

Begin job on nodeC029 at 2025-07-03 12:06:13
IDJOB=4517589
IDBENCH=176126
IDSOLVER=3362
FILE ID=nodeC029/4517589-1751537173
RUNJOBID= nodeC029-1751529963-73996
SLURM_JOB_ID= 9598670
Free space on /tmp= 432256 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/normalized-clique-coloring-max-clique-n=10-t=9.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4517589-1751537173/watcher-4517589-1751537173 -o /tmp/evaluation-result-4517589-1751537173/solver-4517589-1751537173 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC029-1751529963-73996 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4517589-1751537173 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4517589-1751537173.opb

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

MD5SUM BENCH= fc6c22edea63d6bf282da0f44295fc1a
RANDOM SEED=1186199975

nodeC029 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	: 0xb00002a
cpu MHz		: 3602.326
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.46
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	: 0xb00002a
cpu MHz		: 3599.748
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.46
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	: 0xb00002a
cpu MHz		: 3599.724
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.46
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	: 0xb00002a
cpu MHz		: 3640.327
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.46
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	: 0xb00002a
cpu MHz		: 3599.721
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.46
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	: 0xb00002a
cpu MHz		: 3599.723
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.46
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	: 0xb00002a
cpu MHz		: 3604.831
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.46
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	: 0xb00002a
cpu MHz		: 3599.620
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        118754116 kB
MemAvailable:   121772964 kB
Buffers:            2128 kB
Cached:          3812280 kB
SwapCached:           40 kB
Active:          8491176 kB
Inactive:        3372656 kB
Active(anon):    8062772 kB
Inactive(anon):     4768 kB
Active(file):     428404 kB
Inactive(file):  3367888 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             19520 kB
Writeback:             0 kB
AnonPages:       8051888 kB
Mapped:           124332 kB
Shmem:             18020 kB
KReclaimable:     123588 kB
Slab:             213648 kB
SReclaimable:     123588 kB
SUnreclaim:        90060 kB
KernelStack:        5200 kB
PageTables:        19448 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   11325660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151416 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7770112 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:      193236 kB
DirectMap2M:    11112448 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432264 MiB
End job on nodeC029 at 2025-07-03 13:06:21