Trace number 4524831

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 NameAnswerCPU timeWall clock time
Sat4j CP 2025-06-06MSAT (TO) 3600.23 3314.58

General information on the benchmark

NamePB24/WBO/SOFT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111216823--soft-0-100-0.wbo
MD5SUMaefcc1660135af98a2c3681d0c8dc44b
Bench CategorySOFT-LIN (WBO, only soft constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark1.58644
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 5395
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 5394
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1207
Number of bits of the biggest sum of numbers11
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.10	c Number of processors 	2
0.11/0.15	c Pseudo Boolean Optimization by upper bound
0.11/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.15	c  - never skip resolution steps
0.11/0.15	c  - Auto-division on coefficients is disabled
0.11/0.15	c  - No postprocessing
0.11/0.15	c  - Conflict is considered as is when resolving
0.11/0.15	c  - Use constraints as they come during conflict analysis
0.11/0.15	c  - Weaken first using unassigned literals
0.11/0.15	c  - Bump strategy: ALWAYS_ONE
0.11/0.15	c  - Bumper: ANY
0.11/0.15	c --- Begin Solver configuration ---
0.11/0.15	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.11/0.15	c Learn all clauses as in MiniSAT
0.11/0.15	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.15	c No reason simplification
0.11/0.15	c Armin Biere (Picosat) restarts strategy
0.11/0.15	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.15	c timeout=2147483s
0.11/0.15	c DB Simplification allowed=false
0.11/0.15	c Listener: none
0.11/0.15	c --- End Solver configuration ---
0.11/0.16	c solving HOME/instance-4524831-1751617233.wbo
0.11/0.16	c reading problem ... 
0.11/0.19	c ... done. Wall clock time 0.033s.
0.11/0.19	c declared #vars     169
0.11/0.19	c internal #vars     270
0.11/0.19	c #constraints  102
0.11/0.19	c constraints type 
0.11/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 71
0.11/0.19	c org.sat4j.specs.Constr$1 => 1
0.11/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30
0.11/0.19	c 102 constraints processed.
0.11/0.20	c objective function length is 101 literals
0.50/0.39	c SATISFIABLE
0.50/0.39	c OPTIMIZING...
0.50/0.39	c Got one! Elapsed wall clock time (in seconds):0.24
0.50/0.39	o 4064
0.89/0.59	c Got one! Elapsed wall clock time (in seconds):0.439
0.89/0.59	o 4063
1.66/0.98	c Got one! Elapsed wall clock time (in seconds):0.823
1.66/0.98	o 4059
2.23/1.28	c Got one! Elapsed wall clock time (in seconds):1.128
2.23/1.28	o 4054
3.21/1.73	c Got one! Elapsed wall clock time (in seconds):1.573
3.21/1.73	o 4050
4.91/2.88	c Got one! Elapsed wall clock time (in seconds):2.728
4.91/2.88	o 4049
5.53/3.44	c Got one! Elapsed wall clock time (in seconds):3.282
5.53/3.44	o 4042
6.64/4.54	c Got one! Elapsed wall clock time (in seconds):4.383
6.64/4.54	o 4041
8.68/6.44	c Got one! Elapsed wall clock time (in seconds):6.284
8.68/6.44	o 4039
11.65/9.30	c Got one! Elapsed wall clock time (in seconds):9.144
11.65/9.30	o 4037
12.76/10.45	c Got one! Elapsed wall clock time (in seconds):10.291
12.76/10.45	o 4034
15.32/12.76	c Got one! Elapsed wall clock time (in seconds):12.608
15.32/12.76	o 4019
20.29/17.06	c Got one! Elapsed wall clock time (in seconds):16.91
20.29/17.07	o 4016
29.22/25.61	c Got one! Elapsed wall clock time (in seconds):25.458
29.22/25.62	o 4014
396.52/391.93	c Got one! Elapsed wall clock time (in seconds):391.771
396.52/391.93	o 4013
403.36/398.74	c Got one! Elapsed wall clock time (in seconds):398.586
403.36/398.74	o 4012
420.54/415.89	c Got one! Elapsed wall clock time (in seconds):415.737
420.54/415.89	o 4009
453.02/448.10	c Got one! Elapsed wall clock time (in seconds):447.942
453.02/448.10	o 4004
602.11/596.60	c Got one! Elapsed wall clock time (in seconds):596.446
602.11/596.60	o 4001
674.51/668.75	c Got one! Elapsed wall clock time (in seconds):668.592
674.51/668.75	o 3996
1495.52/1441.64	c cleaning 2491 clauses out of 5000
1811.92/1728.02	c Got one! Elapsed wall clock time (in seconds):1727.865
1811.92/1728.02	o 3993
1880.95/1786.51	c Got one! Elapsed wall clock time (in seconds):1786.353
1880.95/1786.51	o 3984
1992.00/1879.97	c Got one! Elapsed wall clock time (in seconds):1879.813
1992.00/1879.97	o 3982
2829.16/2599.68	c Got one! Elapsed wall clock time (in seconds):2599.528
2829.16/2599.68	o 3981
3600.09/3314.51	c starts		: 49
3600.09/3314.52	c conflicts		: 5694
3600.09/3314.53	c decisions		: 27425
3600.09/3314.53	c propagations		: 163271
3600.09/3314.53	c inspects		: 117132140
3600.09/3314.53	c shortcuts		: 0
3600.09/3314.53	c learnt literals	: 0
3600.09/3314.53	c learnt binary clauses	: 0
3600.09/3314.53	c learnt ternary clauses	: 0
3600.09/3314.53	c learnt constraints	: 5693
3600.09/3314.53	c ignored constraints	: 0
3600.09/3314.53	c root simplifications	: 0
3600.09/3314.53	c removed literals (reason simplification)	: 0
3600.09/3314.53	c reason swapping (by a shorter reason)	: 0
3600.09/3314.53	c Calls to reduceDB	: 1
3600.09/3314.53	c Number of update (reduction) of LBD	: 0
3600.09/3314.53	c Imported unit clauses	: 0
3600.09/3314.53	c No decision after first conflict	: false
3600.09/3314.53	c number of reductions to clauses (during analyze)	: 0
3600.09/3314.53	c number of learned constraints concerned by reduction	: 0
3600.09/3314.53	c number of learning phase by resolution	: 0
3600.09/3314.53	c number of learning phase by cutting planes	: 0
3600.09/3314.53	c number of rounding to 1 operations	: 0
3600.09/3314.54	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3314.54	c number of reductions of the coefficients by power 2 	: 0
3600.09/3314.54	c number of right shift for reduction by power 2 	: 0
3600.09/3314.54	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3314.54	c number of ending skipping 	: 0
3600.09/3314.54	c number of internal skipping 	: 0
3600.09/3314.54	c number of derivation steps 	: 50566
3600.09/3314.54	c number of skipped derivation steps 	: 0
3600.09/3314.54	c number of remaining unassigned 	: 68857
3600.09/3314.54	c number of remaining assigned 	: 2527332
3600.09/3314.54	c number of falsified literals weakened from reason	: 0
3600.09/3314.54	c number of falsified literals weakened from conflict	: 0
3600.09/3314.54	c time for arithmetic operations	: 2038437883719
3600.09/3314.54	c minimum degree of deleted constraints	: null
3600.09/3314.54	c maximum degree of deleted constraints	: null
3600.09/3314.54	c number of deleted constraints	: 0
3600.09/3314.54	c speed (assignments/second)	: 49.26197998335114
3600.09/3314.55	c non guided choices	: 517
3600.09/3314.55	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 3202
3600.09/3314.55	s SATISFIABLE
3600.09/3314.55	c Found 24 solution(s)
3600.09/3314.56	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 
3600.09/3314.56	c objective function=3981
3600.09/3314.56	c Total wall clock time (in seconds): 3314.402

Verifier Data

OK	1916

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4524831-1751617233/watcher-4524831-1751617233 -o /tmp/evaluation-result-4524831-1751617233/solver-4524831-1751617233 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751617233-86410 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4524831-1751617233.wbo 

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
Starting watchdog thread
solver pid=86464, runsolver pid=86450
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 0.71 1.26 1.93 7/331 86534
/proc/meminfo: memFree=108583660/131249988 swapFree=33010416/33010684
[pid=86464] ppid=86450 vsize=18930384 memory=55444 CPUtime=0.11 cores=5,7
/proc/86464/stat : 86464 (java) S 86450 86464 86397 0 -1 4194304 6298 0 328 0 9 2 0 0 20 0 18 0 77401897 19384713216 13861 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
/proc/86464/statm: 4732596 13861 5318 1 0 547603 0
[pid=86464/tid=86491] ppid=86450 vsize=18930384 memory=4026532124 CPUtime=0.07 cores=5,7
/proc/86464/task/86491/stat : 86491 (java) R 86450 86464 86397 0 -1 4194368 4815 0 304 0 6 1 0 0 20 0 18 0 77401899 19384713216 13861 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
[pid=86464/tid=86520] ppid=86450 vsize=18930384 memory=15156 CPUtime=0 cores=5,7
/proc/86464/task/86520/stat : 86520 (Finalizer) S 86450 86464 86397 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 77401901 19384713216 13861 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
[pid=86464/tid=86534] ppid=86450 vsize=18930384 memory=56286469424100 CPUtime=0 cores=5,7
/proc/86464/task/86534/stat : 86534 (Common-Cleaner) S 86450 86464 86397 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 77401902 19384713216 13861 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55444 KiB

[startup+0.206002 s]*
/proc/loadavg: 0.71 1.26 1.93 13/332 86535
/proc/meminfo: memFree=108566612/131249988 swapFree=33010416/33010684
[pid=86464] ppid=86450 vsize=18996948 memory=64892 CPUtime=0.31 cores=5,7
/proc/86464/stat : 86464 (java) S 86450 86464 86397 0 -1 4194304 7018 0 328 0 28 3 0 0 20 0 19 0 77401897 19452874752 16223 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
/proc/86464/statm: 4749237 16223 5446 1 0 548356 0
[pid=86464/tid=86491] ppid=86450 vsize=18996948 memory=4026794268 CPUtime=0.16 cores=5,7
/proc/86464/task/86491/stat : 86491 (java) R 86450 86464 86397 0 -1 4194368 5223 0 304 0 15 1 0 0 20 0 19 0 77401899 19452874752 16223 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
[pid=86464/tid=86520] ppid=86450 vsize=18996948 memory=15156 CPUtime=0 cores=5,7
/proc/86464/task/86520/stat : 86520 (Finalizer) S 86450 86464 86397 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77401901 19452874752 16223 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
[pid=86464/tid=86534] ppid=86450 vsize=18996948 memory=56286469424100 CPUtime=0 cores=5,7
/proc/86464/task/86534/stat : 86534 (Common-Cleaner) S 86450 86464 86397 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 77401902 19452874752 16223 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
[pid=86464/tid=86536] ppid=86450 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/86464/task/86536/stat : 86536 (java) R 86450 86464 86397 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 77401918 19452874752 16223 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 64892 KiB

[startup+0.305946 s]*
/proc/loadavg: 0.71 1.26 1.93 10/335 86538
/proc/meminfo: memFree=108522944/131249988 swapFree=33010416/33010684
[pid=86464] ppid=86450 vsize=18996948 memory=76676 CPUtime=0.5 cores=5,7
/proc/86464/stat : 86464 (java) S 86450 86464 86397 0 -1 4194304 7660 0 328 0 47 3 0 0 20 0 19 0 77401897 19452874752 19169 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
/proc/86464/statm: 4749237 19169 5446 1 0 548606 0
[pid=86464/tid=86491] ppid=86450 vsize=18996948 memory=-6000919468428387943 CPUtime=0.25 cores=5,7
/proc/86464/task/86491/stat : 86491 (java) R 86450 86464 86397 0 -1 4194368 5263 0 304 0 23 2 0 0 20 0 19 0 77401899 19452874752 19169 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
[pid=86464/tid=86520] ppid=86450 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/86464/task/86520/stat : 86520 (Finalizer) S 86450 86464 86397 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77401901 19452874752 19169 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
[pid=86464/tid=86534] ppid=86450 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/86464/task/86534/stat : 86534 (Common-Cleaner) S 86450 86464 86397 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 77401902 19452874752 19169 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
[pid=86464/tid=86536] ppid=86450 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/86464/task/86536/stat : 86536 (Timer-0) S 86450 86464 86397 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77401918 19452874752 19169 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 76676 KiB

[startup+0.700934 s]
/proc/loadavg: 0.71 1.26 1.93 9/335 86538
/proc/meminfo: memFree=108345056/131249988 swapFree=33010416/33010684
[pid=86464] ppid=86450 vsize=19063512 memory=167472 CPUtime=1.27 cores=5,7
/proc/86464/stat : 86464 (java) S 86450 86464 86397 0 -1 4194304 12850 0 328 0 120 7 0 0 20 0 20 0 77401897 19521036288 41868 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
/proc/86464/statm: 4765878 41868 5446 1 0 551394 0
[pid=86464/tid=86491] ppid=86450 vsize=19063512 memory=18560 CPUtime=0.58 cores=5,7
/proc/86464/task/86491/stat : 86491 (java) R 86450 86464 86397 0 -1 4194368 5340 0 304 0 55 3 0 0 20 0 20 0 77401899 19521036288 41868 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
[pid=86464/tid=86520] ppid=86450 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/86464/task/86520/stat : 86520 (Finalizer) S 86450 86464 86397 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77401901 19521036288 41868 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
[pid=86464/tid=86534] ppid=86450 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/86464/task/86534/stat : 86534 (Common-Cleaner) S 86450 86464 86397 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 77401902 19521036288 41868 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
[pid=86464/tid=86536] ppid=86450 vsize=19063512 memory=4760 CPUtime=0 cores=5,7
/proc/86464/task/86536/stat : 86536 (Timer-0) S 86450 86464 86397 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77401918 19521036288 41868 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 167472 KiB

[startup+1.50022 s]
/proc/loadavg: 1.29 1.37 1.96 9/339 86542
/proc/meminfo: memFree=108139004/131249988 swapFree=33010416/33010684
[pid=86464] ppid=86450 vsize=19063512 memory=213364 CPUtime=2.82 cores=5,7
/proc/86464/stat : 86464 (java) S 86450 86464 86397 0 -1 4194304 14664 0 328 0 274 8 0 0 20 0 20 0 77401897 19521036288 53341 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
/proc/86464/statm: 4765878 53341 5446 1 0 552473 0
[pid=86464/tid=86491] ppid=86450 vsize=19063512 memory=0 CPUtime=1.33 cores=5,7
/proc/86464/task/86491/stat : 86491 (java) R 86450 86464 86397 0 -1 4194368 5358 0 304 0 129 4 0 0 20 0 20 0 77401899 19521036288 53341 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
[pid=86464/tid=86520] ppid=86450 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/86464/task/86520/stat : 86520 (Finalizer) S 86450 86464 86397 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77401901 19521036288 53341 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
[pid=86464/tid=86534] ppid=86450 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/86464/task/86534/stat : 86534 (Common-Cleaner) S 86450 86464 86397 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 77401902 19521036288 53341 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
[pid=86464/tid=86536] ppid=86450 vsize=19063512 memory=4760 CPUtime=0 cores=5,7
/proc/86464/task/86536/stat : 86536 (Timer-0) S 86450 86464 86397 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77401918 19521036288 53341 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 213364 KiB

[startup+3.10585 s]
/proc/loadavg: 1.29 1.37 1.96 6/339 86542
/proc/meminfo: memFree=105304296/131249988 swapFree=33010416/33010684
[pid=86464] ppid=86450 vsize=19063512 memory=710276 CPUtime=5.23 cores=5,7
/proc/86464/stat : 86464 (java) S 86450 86464 86397 0 -1 4194304 15748 0 328 0 505 18 0 0 20 0 20 0 77401897 19521036288 177569 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
/proc/86464/statm: 4765878 177569 5446 1 0 861617 0
[pid=86464/tid=86491] ppid=86450 vsize=19063512 memory=10752 CPUtime=2.85 cores=5,7
/proc/86464/task/86491/stat : 86491 (java) R 86450 86464 86397 0 -1 4194368 5584 0 304 0 272 13 0 0 20 0 20 0 77401899 19521036288 177569 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
[pid=86464/tid=86520] ppid=86450 vsize=19063512 memory=-6000919507066316391 CPUtime=0 cores=5,7
/proc/86464/task/86520/stat : 86520 (Finalizer) S 86450 86464 86397 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77401901 19521036288 177569 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
[pid=86464/tid=86534] ppid=86450 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/86464/task/86534/stat : 86534 (Common-Cleaner) S 86450 86464 86397 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 77401902 19521036288 177569 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
[pid=86464/tid=86536] ppid=86450 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/86464/task/86536/stat : 86536 (Timer-0) S 86450 86464 86397 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77401918 19521036288 177569 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
Current children cumulated CPU time: 5.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 710276 KiB

[startup+6.30022 s]
/proc/loadavg: 1.51 1.41 1.97 7/339 86542
/proc/meminfo: memFree=103470020/131249988 swapFree=33010416/33010684
[pid=86464] ppid=86450 vsize=19063512 memory=2082272 CPUtime=8.56 cores=5,7
/proc/86464/stat : 86464 (java) S 86450 86464 86397 0 -1 4194304 21208 0 328 0 810 46 0 0 20 0 20 0 77401897 19521036288 520568 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
/proc/86464/statm: 4765878 520568 5446 1 0 861643 0
[pid=86464/tid=86491] ppid=86450 vsize=19063512 memory=0 CPUtime=6 cores=5,7
/proc/86464/task/86491/stat : 86491 (java) R 86450 86464 86397 0 -1 4194368 7364 0 304 0 561 39 0 0 20 0 20 0 77401899 19521036288 520568 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
[pid=86464/tid=86520] ppid=86450 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/86464/task/86520/stat : 86520 (Finalizer) S 86450 86464 86397 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77401901 19521036288 520568 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
[pid=86464/tid=86534] ppid=86450 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/86464/task/86534/stat : 86534 (Common-Cleaner) S 86450 86464 86397 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 77401902 19521036288 520568 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
[pid=86464/tid=86536] ppid=86450 vsize=19063512 memory=225664 CPUtime=0 cores=5,7
/proc/86464/task/86536/stat : 86536 (Timer-0) S 86450 86464 86397 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77401918 19521036288 520568 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
Current children cumulated CPU time: 8.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2082272 KiB

[startup+12.7002 s]
/proc/loadavg: 1.79 1.47 1.99 6/339 86542
/proc/meminfo: memFree=102534932/131249988 swapFree=33010416/33010684
[pid=86464] ppid=86450 vsize=19063512 memory=2121536 CPUtime=15.32 cores=5,7
/proc/86464/stat : 86464 (java) S 86450 86464 86397 0 -1 4194304 23862 0 328 0 1485 47 0 0 20 0 20 0 77401897 19521036288 530384 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
/proc/86464/statm: 4765878 530384 5446 1 0 861643 0
[pid=86464/tid=86491] ppid=86450 vsize=19063512 memory=225664 CPUtime=12.32 cores=5,7
/proc/86464/task/86491/stat : 86491 (java) R 86450 86464 86397 0 -1 4194368 8771 0 304 0 1192 40 0 0 20 0 20 0 77401899 19521036288 530384 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
[pid=86464/tid=86520] ppid=86450 vsize=19063512 memory=2121408 CPUtime=0 cores=5,7
/proc/86464/task/86520/stat : 86520 (Finalizer) S 86450 86464 86397 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77401901 19521036288 530384 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
[pid=86464/tid=86534] ppid=86450 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/86464/task/86534/stat : 86534 (Common-Cleaner) S 86450 86464 86397 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 77401902 19521036288 530384 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
[pid=86464/tid=86536] ppid=86450 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/86464/task/86536/stat : 86536 (Timer-0) S 86450 86464 86397 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77401918 19521036288 530384 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
Current children cumulated CPU time: 15.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2121536 KiB

[startup+25.5002 s]
/proc/loadavg: 2.20 1.57 2.01 7/339 86543
/proc/meminfo: memFree=100799756/131249988 swapFree=33010416/33010684
[pid=86464] ppid=86450 vsize=19063512 memory=2163024 CPUtime=29.12 cores=5,7
/proc/86464/stat : 86464 (java) S 86450 86464 86397 0 -1 4194304 41800 0 328 0 2860 52 0 0 20 0 20 0 77401897 19521036288 540756 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
/proc/86464/statm: 4765878 540756 5446 1 0 867534 0
[pid=86464/tid=86491] ppid=86450 vsize=19063512 memory=2121408 CPUtime=24.92 cores=5,7
/proc/86464/task/86491/stat : 86491 (java) R 86450 86464 86397 0 -1 4194368 10491 0 304 0 2452 40 0 0 20 0 20 0 77401899 19521036288 540756 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
[pid=86464/tid=86520] ppid=86450 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/86464/task/86520/stat : 86520 (Finalizer) S 86450 86464 86397 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77401901 19521036288 540756 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
[pid=86464/tid=86534] ppid=86450 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/86464/task/86534/stat : 86534 (Common-Cleaner) S 86450 86464 86397 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 77401902 19521036288 540756 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
[pid=86464/tid=86536] ppid=86450 vsize=19063512 memory=2159908 CPUtime=0 cores=5,7
/proc/86464/task/86536/stat : 86536 (Timer-0) S 86450 86464 86397 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77401918 19521036288 540756 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
Current children cumulated CPU time: 29.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2163024 KiB

[startup+51.106 s]
/proc/loadavg: 2.98 1.82 2.08 5/339 86543
/proc/meminfo: memFree=100320792/131249988 swapFree=33010416/33010684
[pid=86464] ppid=86450 vsize=19063512 memory=2277716 CPUtime=55.08 cores=5,7
/proc/86464/stat : 86464 (java) S 86450 86464 86397 0 -1 4194304 45964 0 328 0 5453 55 0 0 20 0 20 0 77401897 19521036288 569429 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
/proc/86464/statm: 4765878 569429 5446 1 0 867534 0
[pid=86464/tid=86491] ppid=86450 vsize=19063512 memory=2277716 CPUtime=49.92 cores=5,7

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

/proc/meminfo: memFree=90443920/131249988 swapFree=33010416/33010684
[pid=86464] ppid=86450 vsize=19063512 memory=5575308 CPUtime=3248.03 cores=5,7
/proc/86464/stat : 86464 (java) S 86450 86464 86397 0 -1 4194304 188068 0 328 0 324182 621 0 0 20 0 20 0 77401897 19521036288 1393827 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
/proc/86464/statm: 4765878 1393827 5446 1 0 1410823 0
[pid=86464/tid=86491] ppid=86450 vsize=19063512 memory=5533608 CPUtime=2949.9 cores=5,7
/proc/86464/task/86491/stat : 86491 (java) R 86450 86464 86397 0 -1 4194368 64976 0 304 0 294900 90 0 0 20 0 20 0 77401899 19521036288 1393827 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
[pid=86464/tid=86520] ppid=86450 vsize=19063512 memory=5575308 CPUtime=0 cores=5,7
/proc/86464/task/86520/stat : 86520 (Finalizer) S 86450 86464 86397 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77401901 19521036288 1393827 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
[pid=86464/tid=86534] ppid=86450 vsize=19063512 memory=5575308 CPUtime=0 cores=5,7
/proc/86464/task/86534/stat : 86534 (Common-Cleaner) S 86450 86464 86397 0 -1 4194368 1329 0 0 0 0 0 0 0 20 0 20 0 77401902 19521036288 1393827 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
[pid=86464/tid=86536] ppid=86450 vsize=19063512 memory=5575308 CPUtime=0 cores=5,7
/proc/86464/task/86536/stat : 86536 (Timer-0) S 86450 86464 86397 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77401918 19521036288 1393827 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
Current children cumulated CPU time: 3248.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5575308 KiB

[startup+3042.3 s]
/proc/loadavg: 4.92 4.72 4.50 5/339 86697
/proc/meminfo: memFree=90192484/131249988 swapFree=33010416/33010684
[pid=86464] ppid=86450 vsize=19063512 memory=5608672 CPUtime=3310.78 cores=5,7
/proc/86464/stat : 86464 (java) S 86450 86464 86397 0 -1 4194304 192032 0 328 0 330451 627 0 0 20 0 20 0 77401897 19521036288 1402168 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
/proc/86464/statm: 4765878 1402168 5446 1 0 1419177 0
[pid=86464/tid=86491] ppid=86450 vsize=19063512 memory=5575308 CPUtime=3009.57 cores=5,7
/proc/86464/task/86491/stat : 86491 (java) R 86450 86464 86397 0 -1 4194368 66513 0 304 0 300866 91 0 0 20 0 20 0 77401899 19521036288 1402168 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
[pid=86464/tid=86520] ppid=86450 vsize=19063512 memory=14344 CPUtime=0 cores=5,7
/proc/86464/task/86520/stat : 86520 (Finalizer) S 86450 86464 86397 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77401901 19521036288 1402168 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
[pid=86464/tid=86534] ppid=86450 vsize=19063512 memory=5608672 CPUtime=0 cores=5,7
/proc/86464/task/86534/stat : 86534 (Common-Cleaner) S 86450 86464 86397 0 -1 4194368 1359 0 0 0 0 0 0 0 20 0 20 0 77401902 19521036288 1402168 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
[pid=86464/tid=86536] ppid=86450 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/86464/task/86536/stat : 86536 (Timer-0) S 86450 86464 86397 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77401918 19521036288 1402168 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
Current children cumulated CPU time: 3310.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5608672 KiB

[startup+3102.3 s]
/proc/loadavg: 4.70 4.71 4.51 5/339 86699
/proc/meminfo: memFree=89910284/131249988 swapFree=33010416/33010684
[pid=86464] ppid=86450 vsize=19063512 memory=5658672 CPUtime=3374.98 cores=5,7
/proc/86464/stat : 86464 (java) S 86450 86464 86397 0 -1 4194304 193915 0 328 0 336861 637 0 0 20 0 20 0 77401897 19521036288 1414668 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
/proc/86464/statm: 4765878 1414668 5446 1 0 1431709 0
[pid=86464/tid=86491] ppid=86450 vsize=19063512 memory=5608672 CPUtime=3069.13 cores=5,7
/proc/86464/task/86491/stat : 86491 (java) R 86450 86464 86397 0 -1 4194368 67064 0 304 0 306821 92 0 0 20 0 20 0 77401899 19521036288 1414668 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
[pid=86464/tid=86520] ppid=86450 vsize=19063512 memory=5608672 CPUtime=0 cores=5,7
/proc/86464/task/86520/stat : 86520 (Finalizer) S 86450 86464 86397 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77401901 19521036288 1414668 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
[pid=86464/tid=86534] ppid=86450 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/86464/task/86534/stat : 86534 (Common-Cleaner) S 86450 86464 86397 0 -1 4194368 1391 0 0 0 0 0 0 0 20 0 20 0 77401902 19521036288 1414668 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
[pid=86464/tid=86536] ppid=86450 vsize=19063512 memory=14344 CPUtime=0 cores=5,7
/proc/86464/task/86536/stat : 86536 (Timer-0) S 86450 86464 86397 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77401918 19521036288 1414668 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
Current children cumulated CPU time: 3374.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5658672 KiB

[startup+3162.3 s]
/proc/loadavg: 4.51 4.65 4.50 7/339 86701
/proc/meminfo: memFree=89694864/131249988 swapFree=33010416/33010684
[pid=86464] ppid=86450 vsize=19063512 memory=5717056 CPUtime=3437.57 cores=5,7
/proc/86464/stat : 86464 (java) S 86450 86464 86397 0 -1 4194304 199175 0 328 0 343115 642 0 0 20 0 20 0 77401897 19521036288 1429264 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
/proc/86464/statm: 4765878 1429264 5446 1 0 1446334 0
[pid=86464/tid=86491] ppid=86450 vsize=19063512 memory=5608672 CPUtime=3128.76 cores=5,7
/proc/86464/task/86491/stat : 86491 (java) R 86450 86464 86397 0 -1 4194368 69574 0 304 0 312783 93 0 0 20 0 20 0 77401899 19521036288 1429264 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
[pid=86464/tid=86520] ppid=86450 vsize=19063512 memory=18560 CPUtime=0 cores=5,7
/proc/86464/task/86520/stat : 86520 (Finalizer) S 86450 86464 86397 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77401901 19521036288 1429264 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
[pid=86464/tid=86534] ppid=86450 vsize=19063512 memory=5675344 CPUtime=0 cores=5,7
/proc/86464/task/86534/stat : 86534 (Common-Cleaner) S 86450 86464 86397 0 -1 4194368 1392 0 0 0 0 0 0 0 20 0 20 0 77401902 19521036288 1429264 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
[pid=86464/tid=86536] ppid=86450 vsize=19063512 memory=5700368 CPUtime=0 cores=5,7
/proc/86464/task/86536/stat : 86536 (Timer-0) S 86450 86464 86397 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77401918 19521036288 1429264 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
Current children cumulated CPU time: 3437.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5717056 KiB

[startup+3222.3 s]
/proc/loadavg: 4.57 4.65 4.51 5/339 86770
/proc/meminfo: memFree=93596564/131249988 swapFree=33010416/33010684
[pid=86464] ppid=86450 vsize=19063512 memory=5775460 CPUtime=3504.02 cores=5,7
/proc/86464/stat : 86464 (java) S 86450 86464 86397 0 -1 4194304 203278 0 328 0 349745 657 0 0 20 0 20 0 77401897 19521036288 1443865 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
/proc/86464/statm: 4765878 1443865 5446 1 0 1460957 0
[pid=86464/tid=86491] ppid=86450 vsize=19063512 memory=5608672 CPUtime=3188.05 cores=5,7
/proc/86464/task/86491/stat : 86491 (java) R 86450 86464 86397 0 -1 4194368 71083 0 304 0 318710 95 0 0 20 0 20 0 77401899 19521036288 1443865 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
[pid=86464/tid=86520] ppid=86450 vsize=19063512 memory=5775460 CPUtime=0 cores=5,7
/proc/86464/task/86520/stat : 86520 (Finalizer) S 86450 86464 86397 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77401901 19521036288 1443865 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
[pid=86464/tid=86534] ppid=86450 vsize=19063512 memory=5775460 CPUtime=0 cores=5,7
/proc/86464/task/86534/stat : 86534 (Common-Cleaner) S 86450 86464 86397 0 -1 4194368 1422 0 0 0 0 0 0 0 20 0 20 0 77401902 19521036288 1443865 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
[pid=86464/tid=86536] ppid=86450 vsize=19063512 memory=14344 CPUtime=0 cores=5,7
/proc/86464/task/86536/stat : 86536 (Timer-0) S 86450 86464 86397 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77401918 19521036288 1443865 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
Current children cumulated CPU time: 3504.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5775460 KiB

[startup+3282.3 s]
/proc/loadavg: 4.30 4.56 4.49 6/339 86777
/proc/meminfo: memFree=93333188/131249988 swapFree=33010416/33010684
[pid=86464] ppid=86450 vsize=19063512 memory=5783852 CPUtime=3565.51 cores=5,7
/proc/86464/stat : 86464 (java) S 86450 86464 86397 0 -1 4194304 205021 0 328 0 355891 660 0 0 20 0 20 0 77401897 19521036288 1445963 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
/proc/86464/statm: 4765878 1445963 5446 1 0 1463047 0
[pid=86464/tid=86491] ppid=86450 vsize=19063512 memory=4760 CPUtime=3247.83 cores=5,7
/proc/86464/task/86491/stat : 86491 (java) R 86450 86464 86397 0 -1 4194368 71482 0 304 0 324688 95 0 0 20 0 20 0 77401899 19521036288 1445963 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
[pid=86464/tid=86520] ppid=86450 vsize=19063512 memory=5783852 CPUtime=0 cores=5,7
/proc/86464/task/86520/stat : 86520 (Finalizer) S 86450 86464 86397 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77401901 19521036288 1445963 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
[pid=86464/tid=86534] ppid=86450 vsize=19063512 memory=14344 CPUtime=0 cores=5,7
/proc/86464/task/86534/stat : 86534 (Common-Cleaner) S 86450 86464 86397 0 -1 4194368 1470 0 0 0 0 0 0 0 20 0 20 0 77401902 19521036288 1445963 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
[pid=86464/tid=86536] ppid=86450 vsize=19063512 memory=5783852 CPUtime=0 cores=5,7
/proc/86464/task/86536/stat : 86536 (Timer-0) S 86450 86464 86397 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77401918 19521036288 1445963 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
Current children cumulated CPU time: 3565.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5783852 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3314.5 s]
/proc/loadavg: 4.37 4.56 4.49 5/338 86778
/proc/meminfo: memFree=93147744/131249988 swapFree=33010416/33010684
[pid=86464] ppid=86450 vsize=19063512 memory=5825520 CPUtime=3600.09 cores=5,7
/proc/86464/stat : 86464 (java) S 86450 86464 86397 0 -1 4194304 208924 0 328 0 359342 667 0 0 20 0 20 0 77401897 19521036288 1456380 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
/proc/86464/statm: 4765878 1456380 5446 1 0 1473491 0
[pid=86464/tid=86491] ppid=86450 vsize=19063512 memory=14344 CPUtime=3279.81 cores=5,7
/proc/86464/task/86491/stat : 86491 (java) R 86450 86464 86397 0 -1 4194368 73129 0 304 0 327884 97 0 0 20 0 20 0 77401899 19521036288 1456380 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
[pid=86464/tid=86520] ppid=86450 vsize=19063512 memory=5783852 CPUtime=0 cores=5,7
/proc/86464/task/86520/stat : 86520 (Finalizer) S 86450 86464 86397 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77401901 19521036288 1456380 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
[pid=86464/tid=86534] ppid=86450 vsize=19063512 memory=5783852 CPUtime=0 cores=5,7
/proc/86464/task/86534/stat : 86534 (Common-Cleaner) S 86450 86464 86397 0 -1 4194368 1470 0 0 0 0 0 0 0 20 0 20 0 77401902 19521036288 1456380 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
[pid=86464/tid=86536] ppid=86450 vsize=19063512 memory=5783852 CPUtime=0 cores=5,7
/proc/86464/task/86536/stat : 86536 (Timer-0) S 86450 86464 86397 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77401918 19521036288 1456380 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5825520 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.54 s, system=6.69465 s

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

[startup+3314.5 s]
/proc/loadavg: 4.37 4.56 4.49 5/338 86778
/proc/meminfo: memFree=93147744/131249988 swapFree=33010416/33010684
[pid=86464] ppid=86450 vsize=19063512 memory=5825520 CPUtime=3600.09 cores=5,7
/proc/86464/stat : 86464 (java) S 86450 86464 86397 0 -1 4194304 208924 0 328 0 359342 667 0 0 20 0 20 0 77401897 19521036288 1456380 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
/proc/86464/statm: 4765878 1456380 5446 1 0 1473491 0
[pid=86464/tid=86491] ppid=86450 vsize=19063512 memory=14344 CPUtime=3279.81 cores=5,7
/proc/86464/task/86491/stat : 86491 (java) R 86450 86464 86397 0 -1 4194368 73129 0 304 0 327884 97 0 0 20 0 20 0 77401899 19521036288 1456380 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
[pid=86464/tid=86520] ppid=86450 vsize=19063512 memory=5783852 CPUtime=0 cores=5,7
/proc/86464/task/86520/stat : 86520 (Finalizer) S 86450 86464 86397 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77401901 19521036288 1456380 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
[pid=86464/tid=86534] ppid=86450 vsize=19063512 memory=5783852 CPUtime=0 cores=5,7
/proc/86464/task/86534/stat : 86534 (Common-Cleaner) S 86450 86464 86397 0 -1 4194368 1470 0 0 0 0 0 0 0 20 0 20 0 77401902 19521036288 1456380 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
[pid=86464/tid=86536] ppid=86450 vsize=19063512 memory=5783852 CPUtime=0 cores=5,7
/proc/86464/task/86536/stat : 86536 (Timer-0) S 86450 86464 86397 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77401918 19521036288 1456380 18446744073709551615 94204555698176 94204555701872 140721778221616 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94204555709688 94204555710480 94204562612224 140721778223484 140721778223588 140721778223588 140721778229192 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5825520 KiB

Child status: 143

Real time (s): 3314.58
CPU time (s): 3600.23
CPU user time (s): 3593.54
CPU system time (s): 6.69465
CPU usage (%): 108.618
Max. virtual memory (cumulated for all children) (KiB): 19066260
Max. memory (cumulated for all children) (KiB): 5825520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.54
system time used= 6.69466
maximum resident set size= 5826672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 210769
page faults= 328
swaps= 0
block input operations= 0
block output operations= 3520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 218783
involuntary context switches= 46625


# summary of solver processes directly reported to runsolver:
#   pid: 86464
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3593.54
#   total CPU system time (s): 6.69465

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.09438 second user time and 17.1895 second system time

The end

Launcher Data

Begin job on nodeC031 at 2025-07-04 10:20:33
IDJOB=4524831
IDBENCH=143261
IDSOLVER=3381
FILE ID=nodeC031/4524831-1751617233
RUNJOBID= nodeC031-1751617233-86410
SLURM_JOB_ID= 9598928
Free space on /tmp= 432096 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/WBO/SOFT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111216823--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4524831-1751617233/watcher-4524831-1751617233 -o /tmp/evaluation-result-4524831-1751617233/solver-4524831-1751617233 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1751617233-86410 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4524831-1751617233.wbo

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

MD5SUM BENCH= aefcc1660135af98a2c3681d0c8dc44b
RANDOM SEED=448463043

nodeC031 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		: 3600.126
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.78
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		: 3600.772
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.78
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		: 3600.187
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.78
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		: 3599.909
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.78
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		: 3600.028
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.78
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.891
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.78
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		: 3600.053
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.78
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		: 3598.337
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        108669816 kB
MemAvailable:   129595800 kB
Buffers:            2128 kB
Cached:         21609260 kB
SwapCached:           12 kB
Active:           488128 kB
Inactive:       21202552 kB
Active(anon):      86880 kB
Inactive(anon):    10468 kB
Active(file):     401248 kB
Inactive(file): 21192084 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2640 kB
Writeback:             0 kB
AnonPages:         82480 kB
Mapped:           104056 kB
Shmem:             18052 kB
KReclaimable:     343780 kB
Slab:             437472 kB
SReclaimable:     343780 kB
SUnreclaim:        93692 kB
KernelStack:        4096 kB
PageTables:         3008 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:     350312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 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:      191188 kB
DirectMap2M:     9017344 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432092 MiB
End job on nodeC031 at 2025-07-04 11:15:48