Trace number 4525757

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 Resolution 2025-06-06MSAT (TO) 3600.43 3601.33

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/celar/
normalized-celar7-sub1-20_wcsp.wbo
MD5SUM249b0b6133e523d403961c26ec3d3249
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark132538
Best CPU time to get the best result obtained on this benchmark3.71193
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables280
Total number of constraints49254
Number of soft constraints49240
Number of constraints which are clauses49240
Number of constraints which are cardinality constraints (but not clauses)14
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint20
Top cost 38275680
Min constraint cost 1
Max constraint cost 1000000
Sum of constraints costs 3660538699
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 21
Number of bits of the biggest sum of numbers5
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.08/0.20	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.08/0.20	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.20	c See www.sat4j.org for details.
0.08/0.21	c version PB25.v20250606
0.25/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.25/0.24	c java.vm.name		OpenJDK 64-Bit Server VM
0.25/0.24	c java.vm.version	22.0.1+8-16
0.25/0.24	c java.vm.vendor	Oracle Corporation
0.25/0.24	c sun.arch.data.model	64
0.25/0.25	c java.version		22.0.1
0.25/0.25	c os.name		Linux
0.25/0.25	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.25/0.25	c os.arch		amd64
0.25/0.25	c Free memory 		2104792832
0.25/0.26	c Max memory 		16282288128
0.25/0.26	c Total memory 		2113929216
0.25/0.26	c Number of processors 	2
0.41/0.38	c Pseudo Boolean Optimization by upper bound
0.41/0.38	c --- Begin Solver configuration ---
0.41/0.38	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.41/0.38	c Learn all clauses as in MiniSAT
0.41/0.38	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.41/0.38	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.41/0.38	c Expensive reason simplification
0.41/0.38	c Glucose 2.1 dynamic restart strategy
0.41/0.38	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.41/0.38	c timeout=2147483s
0.41/0.38	c DB Simplification allowed=false
0.41/0.38	c Listener: none
0.41/0.38	c --- End Solver configuration ---
0.41/0.38	c solving HOME/instance-4525757-1751627915.wbo
0.41/0.38	c reading problem ... 
2.07/1.23	c ... done. Wall clock time 0.836s.
2.07/1.23	c declared #vars     280
2.07/1.23	c internal #vars     49520
2.07/1.23	c #constraints  49269
2.07/1.23	c constraints type 
2.07/1.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 14
2.07/1.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
2.07/1.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 49254
2.07/1.23	c 49269 constraints processed.
2.07/1.26	c objective function length is 49240 literals
2.87/1.67	c SATISFIABLE
2.87/1.67	c OPTIMIZING...
2.87/1.67	c Got one! Elapsed wall clock time (in seconds):1.29
2.87/1.67	o 462837
3.27/1.89	c Got one! Elapsed wall clock time (in seconds):1.513
3.27/1.89	o 462758
8.10/5.47	c cleaning 2622 clauses out of 5251 with flag 15594/5251
12.42/9.40	c cleaning 4307 clauses out of 8629 with flag 34885/11251
17.98/14.40	c cleaning 5649 clauses out of 11323 with flag 57918/18252
23.40/19.81	c cleaning 6828 clauses out of 13673 with flag 83880/26251
29.71/26.12	c cleaning 7914 clauses out of 15845 with flag 112895/35251
36.47/32.92	c cleaning 8946 clauses out of 17931 with flag 145428/45251
43.16/39.62	c cleaning 9986 clauses out of 19985 with flag 182744/56251
50.74/47.25	c cleaning 10988 clauses out of 21999 with flag 222426/68251
60.14/56.67	c cleaning 11994 clauses out of 24011 with flag 261472/81251
68.65/65.14	c cleaning 12999 clauses out of 26017 with flag 306023/95251
77.64/74.16	c cleaning 13989 clauses out of 28018 with flag 350622/110251
86.41/83.01	c cleaning 14998 clauses out of 30029 with flag 398591/126251
96.48/92.90	c cleaning 16005 clauses out of 32031 with flag 452145/143251
109.93/106.39	c cleaning 17005 clauses out of 34026 with flag 513490/161251
276.71/273.06	c cleaning 17984 clauses out of 36021 with flag 678212/180251
492.40/488.80	c cleaning 19007 clauses out of 38037 with flag 819106/200251
755.89/752.22	c cleaning 20014 clauses out of 40030 with flag 988624/221251
1048.56/1044.96	c cleaning 21009 clauses out of 42018 with flag 1184861/243253
1426.54/1423.66	c cleaning 22001 clauses out of 44008 with flag 1383174/266252
1909.99/1907.96	c cleaning 22999 clauses out of 46006 with flag 1601712/290251
2316.66/2315.31	c cleaning 23999 clauses out of 48007 with flag 1821857/315251
2911.47/2911.27	c cleaning 25005 clauses out of 50013 with flag 2096415/341256
3600.05/3601.16	c starts		: 3009
3600.05/3601.17	c conflicts		: 363813
3600.05/3601.18	c decisions		: 3374211
3600.05/3601.18	c propagations		: 2155536946
3600.05/3601.18	c inspects		: 292220197
3600.05/3601.18	c shortcuts		: 0
3600.05/3601.18	c learnt literals	: 0
3600.05/3601.18	c learnt binary clauses	: 1
3600.05/3601.18	c learnt ternary clauses	: 6
3600.05/3601.18	c learnt constraints	: 363813
3600.05/3601.18	c ignored constraints	: 0
3600.05/3601.18	c root simplifications	: 0
3600.05/3601.18	c removed literals (reason simplification)	: 2913798
3600.05/3601.18	c reason swapping (by a shorter reason)	: 0
3600.05/3601.18	c Calls to reduceDB	: 22
3600.05/3601.18	c Number of update (reduction) of LBD	: 118871
3600.05/3601.18	c Imported unit clauses	: 0
3600.05/3601.18	c No decision after first conflict	: false
3600.05/3601.18	c number of reductions to clauses (during analyze)	: 0
3600.05/3601.18	c number of learned constraints concerned by reduction	: 0
3600.05/3601.18	c number of learning phase by resolution	: 0
3600.05/3601.18	c number of learning phase by cutting planes	: 0
3600.05/3601.19	c number of rounding to 1 operations	: 0
3600.05/3601.19	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3601.19	c number of reductions of the coefficients by power 2 	: 0
3600.05/3601.19	c number of right shift for reduction by power 2 	: 0
3600.05/3601.19	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3601.19	c number of ending skipping 	: 0
3600.05/3601.20	c number of internal skipping 	: 0
3600.05/3601.20	c number of derivation steps 	: 0
3600.05/3601.20	c number of skipped derivation steps 	: 0
3600.05/3601.20	c number of remaining unassigned 	: 0
3600.05/3601.20	c number of remaining assigned 	: 0
3600.05/3601.20	c number of falsified literals weakened from reason	: 0
3600.05/3601.20	c number of falsified literals weakened from conflict	: 0
3600.22/3601.21	c time for arithmetic operations	: 0
3600.22/3601.21	c minimum degree of deleted constraints	: null
3600.22/3601.21	c maximum degree of deleted constraints	: null
3600.22/3601.21	c number of deleted constraints	: 0
3600.22/3601.21	c speed (assignments/second)	: 598776.063812795
3600.22/3601.21	c non guided choices	: 358
3600.22/3601.29	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 47395
3600.22/3601.29	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 1
3600.22/3601.29	s SATISFIABLE
3600.22/3601.29	c Found 2 solution(s)
3600.41/3601.30	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 -x246 -x247 -x248 -x249 -x250 -x251 -x252 -x253 -x254 x255 -x256 -x257 -x258 -x259 -x260 -x261 -x262 -x263 -x264 -x265 -x266 -x267 -x268 -x269 -x270 -x271 -x272 -x273 -x274 -x275 -x276 -x277 -x278 x279 -x280 
3600.41/3601.30	c objective function=462758
3600.41/3601.30	c Total wall clock time (in seconds): 3600.918

Verifier Data

OK	182434

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (63064 MiB free)
  memory of node 1: 64465 MiB (59280 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4525757-1751627915/watcher-4525757-1751627915 -o /tmp/evaluation-result-4525757-1751627915/solver-4525757-1751627915 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751627915-98783 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4525757-1751627915.wbo 

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 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=98819, runsolver pid=98811
Current StackSize limit: 8192 KiB


[startup+0.100067 s]*
/proc/loadavg: 1.06 1.22 2.15 4/268 98859
/proc/meminfo: memFree=125254496/131382112 swapFree=33000116/33010684
[pid=98819] ppid=98811 vsize=18930344 memory=45636 CPUtime=0.08 cores=0,2
/proc/98819/stat : 98819 (java) S 98811 98819 98773 0 -1 4194304 5430 0 0 0 4 4 0 0 20 0 18 0 78470625 19384672256 11409 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
/proc/98819/statm: 4732586 11409 4937 1 0 546695 0
[pid=98819/tid=98827] ppid=98811 vsize=18930344 memory=4026531959 CPUtime=0.06 cores=0,2
/proc/98819/task/98827/stat : 98827 (java) R 98811 98819 98773 0 -1 4194368 4553 0 0 0 3 3 0 0 20 0 18 0 78470628 19384672256 11409 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
[pid=98819/tid=98844] ppid=98811 vsize=18930344 memory=215637836228 CPUtime=0 cores=0,2
/proc/98819/task/98844/stat : 98844 (Finalizer) S 98811 98819 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78470633 19384672256 11409 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
[pid=98819/tid=98859] ppid=98811 vsize=18930344 memory=25961 CPUtime=0 cores=0,2
/proc/98819/task/98859/stat : 98859 (Common-Cleaner) S 98811 98819 98773 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 78470635 19384672256 11409 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 18930344 KiB
Current children cumulated memory: 45636 KiB

[startup+0.215328 s]*
/proc/loadavg: 1.06 1.22 2.15 11/319 98910
/proc/meminfo: memFree=125183224/131382112 swapFree=33000116/33010684
[pid=98819] ppid=98811 vsize=18930384 memory=51696 CPUtime=0.25 cores=0,2
/proc/98819/stat : 98819 (java) S 98811 98819 98773 0 -1 4194304 6106 0 0 0 20 5 0 0 20 0 18 0 78470625 19384713216 12924 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
/proc/98819/statm: 4732596 12924 5321 1 0 547214 0
[pid=98819/tid=98827] ppid=98811 vsize=18930384 memory=4026794268 CPUtime=0.15 cores=0,2
/proc/98819/task/98827/stat : 98827 (java) R 98811 98819 98773 0 -1 4194368 4948 0 0 0 12 3 0 0 20 0 18 0 78470628 19384713216 12924 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
[pid=98819/tid=98844] ppid=98811 vsize=18930384 memory=17127 CPUtime=0 cores=0,2
/proc/98819/task/98844/stat : 98844 (Finalizer) S 98811 98819 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78470633 19384713216 12924 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
[pid=98819/tid=98859] ppid=98811 vsize=18930384 memory=57394570986489 CPUtime=0 cores=0,2
/proc/98819/task/98859/stat : 98859 (Common-Cleaner) S 98811 98819 98773 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 78470635 19384713216 12924 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51696 KiB

[startup+0.315122 s]*
/proc/loadavg: 1.06 1.22 2.15 9/319 98910
/proc/meminfo: memFree=125171820/131382112 swapFree=33000116/33010684
[pid=98819] ppid=98811 vsize=18930384 memory=57900 CPUtime=0.41 cores=0,2
/proc/98819/stat : 98819 (java) S 98811 98819 98773 0 -1 4194304 6630 0 0 0 35 6 0 0 20 0 18 0 78470625 19384713216 14475 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
/proc/98819/statm: 4732596 14475 5321 1 0 547679 0
[pid=98819/tid=98827] ppid=98811 vsize=18930384 memory=-6000919498492896358 CPUtime=0.25 cores=0,2
/proc/98819/task/98827/stat : 98827 (java) R 98811 98819 98773 0 -1 4194368 5104 0 0 0 21 4 0 0 20 0 18 0 78470628 19384713216 14475 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
[pid=98819/tid=98844] ppid=98811 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/98819/task/98844/stat : 98844 (Finalizer) S 98811 98819 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78470633 19384713216 14475 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
[pid=98819/tid=98859] ppid=98811 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/98819/task/98859/stat : 98859 (Common-Cleaner) S 98811 98819 98773 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 78470635 19384713216 14475 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57900 KiB

[startup+0.700376 s]
/proc/loadavg: 1.06 1.22 2.15 13/319 98910
/proc/meminfo: memFree=125148316/131382112 swapFree=33000116/33010684
[pid=98819] ppid=98811 vsize=18930384 memory=90444 CPUtime=1.09 cores=0,2
/proc/98819/stat : 98819 (java) S 98811 98819 98773 0 -1 4194304 8420 0 0 0 101 8 0 0 20 0 18 0 78470625 19384713216 22611 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
/proc/98819/statm: 4732596 22611 5449 1 0 548882 0
[pid=98819/tid=98827] ppid=98811 vsize=18930384 memory=13952 CPUtime=0.56 cores=0,2
/proc/98819/task/98827/stat : 98827 (java) R 98811 98819 98773 0 -1 4194368 5269 0 0 0 51 5 0 0 20 0 18 0 78470628 19384713216 22611 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
[pid=98819/tid=98844] ppid=98811 vsize=18930384 memory=11008 CPUtime=0 cores=0,2
/proc/98819/task/98844/stat : 98844 (Finalizer) S 98811 98819 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78470633 19384713216 22611 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
[pid=98819/tid=98859] ppid=98811 vsize=18930384 memory=5632 CPUtime=0 cores=0,2
/proc/98819/task/98859/stat : 98859 (Common-Cleaner) S 98811 98819 98773 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 78470635 19384713216 22611 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 90444 KiB

[startup+1.50028 s]
/proc/loadavg: 1.62 1.33 2.18 13/320 98911
/proc/meminfo: memFree=124794224/131382112 swapFree=33000116/33010684
[pid=98819] ppid=98811 vsize=19063512 memory=183792 CPUtime=2.68 cores=0,2
/proc/98819/stat : 98819 (java) S 98811 98819 98773 0 -1 4194304 18711 0 0 0 253 15 0 0 20 0 20 0 78470625 19521036288 45948 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
/proc/98819/statm: 4765878 45948 5513 1 0 553215 0
[pid=98819/tid=98827] ppid=98811 vsize=19063512 memory=5632 CPUtime=1.26 cores=0,2
/proc/98819/task/98827/stat : 98827 (java) R 98811 98819 98773 0 -1 4194368 7404 0 0 0 117 9 0 0 20 0 20 0 78470628 19521036288 45948 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
[pid=98819/tid=98844] ppid=98811 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/98819/task/98844/stat : 98844 (Finalizer) S 98811 98819 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78470633 19521036288 45948 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
[pid=98819/tid=98859] ppid=98811 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/98819/task/98859/stat : 98859 (Common-Cleaner) S 98811 98819 98773 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 78470635 19521036288 45948 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 183792 KiB

[startup+3.10595 s]
/proc/loadavg: 1.62 1.33 2.18 7/327 98918
/proc/meminfo: memFree=123829616/131382112 swapFree=33000116/33010684
[pid=98819] ppid=98811 vsize=19063512 memory=210504 CPUtime=5.54 cores=0,2
/proc/98819/stat : 98819 (java) S 98811 98819 98773 0 -1 4194304 20052 0 0 0 537 17 0 0 20 0 20 0 78470625 19521036288 52626 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
/proc/98819/statm: 4765878 52626 5513 1 0 553285 0
[pid=98819/tid=98827] ppid=98811 vsize=19063512 memory=11008 CPUtime=2.77 cores=0,2
/proc/98819/task/98827/stat : 98827 (java) R 98811 98819 98773 0 -1 4194368 7644 0 0 0 268 9 0 0 20 0 20 0 78470628 19521036288 52626 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
[pid=98819/tid=98844] ppid=98811 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/98819/task/98844/stat : 98844 (Finalizer) S 98811 98819 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78470633 19521036288 52626 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
[pid=98819/tid=98859] ppid=98811 vsize=19063512 memory=-6000919502838195302 CPUtime=0 cores=0,2
/proc/98819/task/98859/stat : 98859 (Common-Cleaner) S 98811 98819 98773 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 78470635 19521036288 52626 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
[pid=98819/tid=98915] ppid=98811 vsize=19063512 memory=4760 CPUtime=0 cores=0,2
/proc/98819/task/98915/stat : 98915 (Timer-0) S 98811 98819 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78470756 19521036288 52626 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
Current children cumulated CPU time: 5.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 210504 KiB

[startup+6.30045 s]
/proc/loadavg: 1.81 1.38 2.19 5/327 98918
/proc/meminfo: memFree=123743008/131382112 swapFree=33000116/33010684
[pid=98819] ppid=98811 vsize=19063512 memory=211144 CPUtime=9.06 cores=0,2
/proc/98819/stat : 98819 (java) S 98811 98819 98773 0 -1 4194304 20464 0 0 0 889 17 0 0 20 0 20 0 78470625 19521036288 52786 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
/proc/98819/statm: 4765878 52786 5545 1 0 553321 0
[pid=98819/tid=98827] ppid=98811 vsize=19063512 memory=0 CPUtime=5.95 cores=0,2
/proc/98819/task/98827/stat : 98827 (java) R 98811 98819 98773 0 -1 4194368 7975 0 0 0 586 9 0 0 20 0 20 0 78470628 19521036288 52786 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
[pid=98819/tid=98844] ppid=98811 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/98819/task/98844/stat : 98844 (Finalizer) S 98811 98819 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78470633 19521036288 52786 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
[pid=98819/tid=98859] ppid=98811 vsize=19063512 memory=4206468019014099040 CPUtime=0 cores=0,2
/proc/98819/task/98859/stat : 98859 (Common-Cleaner) S 98811 98819 98773 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 78470635 19521036288 52786 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
[pid=98819/tid=98915] ppid=98811 vsize=19063512 memory=184048 CPUtime=0 cores=0,2
/proc/98819/task/98915/stat : 98915 (Timer-0) S 98811 98819 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78470756 19521036288 52786 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
Current children cumulated CPU time: 9.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 211144 KiB

[startup+12.7004 s]
/proc/loadavg: 1.98 1.42 2.20 5/327 98918
/proc/meminfo: memFree=123743008/131382112 swapFree=33000116/33010684
[pid=98819] ppid=98811 vsize=19063512 memory=208060 CPUtime=16.14 cores=0,2
/proc/98819/stat : 98819 (java) S 98811 98819 98773 0 -1 4194304 25967 0 0 0 1596 18 0 0 20 0 20 0 78470625 19521036288 52015 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
/proc/98819/statm: 4765878 52015 5545 1 0 553334 0
[pid=98819/tid=98827] ppid=98811 vsize=19063512 memory=184048 CPUtime=12.33 cores=0,2
/proc/98819/task/98827/stat : 98827 (java) R 98811 98819 98773 0 -1 4194368 8753 0 0 0 1224 9 0 0 20 0 20 0 78470628 19521036288 52015 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
[pid=98819/tid=98844] ppid=98811 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/98819/task/98844/stat : 98844 (Finalizer) S 98811 98819 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78470633 19521036288 52015 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
[pid=98819/tid=98859] ppid=98811 vsize=19063512 memory=14468 CPUtime=0 cores=0,2
/proc/98819/task/98859/stat : 98859 (Common-Cleaner) S 98811 98819 98773 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 78470635 19521036288 52015 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
[pid=98819/tid=98915] ppid=98811 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/98819/task/98915/stat : 98915 (Timer-0) S 98811 98819 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78470756 19521036288 52015 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
Current children cumulated CPU time: 16.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 208060 KiB

[startup+25.5004 s]
/proc/loadavg: 2.29 1.51 2.22 6/327 98918
/proc/meminfo: memFree=123743008/131382112 swapFree=33000116/33010684
[pid=98819] ppid=98811 vsize=19063512 memory=208060 CPUtime=29.09 cores=0,2
/proc/98819/stat : 98819 (java) S 98811 98819 98773 0 -1 4194304 27266 0 0 0 2890 19 0 0 20 0 20 0 78470625 19521036288 52015 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
/proc/98819/statm: 4765878 52015 5545 1 0 553334 0
[pid=98819/tid=98827] ppid=98811 vsize=19063512 memory=14468 CPUtime=25.09 cores=0,2
/proc/98819/task/98827/stat : 98827 (java) R 98811 98819 98773 0 -1 4194368 9780 0 0 0 2500 9 0 0 20 0 20 0 78470628 19521036288 52015 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
[pid=98819/tid=98844] ppid=98811 vsize=19063512 memory=208060 CPUtime=0 cores=0,2
/proc/98819/task/98844/stat : 98844 (Finalizer) S 98811 98819 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78470633 19521036288 52015 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
[pid=98819/tid=98859] ppid=98811 vsize=19063512 memory=208060 CPUtime=0 cores=0,2
/proc/98819/task/98859/stat : 98859 (Common-Cleaner) S 98811 98819 98773 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 78470635 19521036288 52015 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
[pid=98819/tid=98915] ppid=98811 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/98819/task/98915/stat : 98915 (Timer-0) S 98811 98819 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78470756 19521036288 52015 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
Current children cumulated CPU time: 29.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 208060 KiB

[startup+51.1141 s]
/proc/loadavg: 3.02 1.76 2.29 5/327 98919
/proc/meminfo: memFree=123730720/131382112 swapFree=33000116/33010684
[pid=98819] ppid=98811 vsize=19063512 memory=222532 CPUtime=54.66 cores=0,2
/proc/98819/stat : 98819 (java) S 98811 98819 98773 0 -1 4194304 28870 0 0 0 5446 20 0 0 20 0 20 0 78470625 19521036288 55633 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
/proc/98819/statm: 4765878 55633 5545 1 0 553334 0
[pid=98819/tid=98827] ppid=98811 vsize=19063512 memory=222532 CPUtime=50.61 cores=0,2
/proc/98819/task/98827/stat : 98827 (java) R 98811 98819 98773 0 -1 4194368 10348 0 0 0 5052 9 0 0 20 0 20 0 78470628 19521036288 55633 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
[pid=98819/tid=98844] ppid=98811 vsize=19063512 memory=-6000919502838195302 CPUtime=0 cores=0,2
/proc/98819/task/98844/stat : 98844 (Finalizer) S 98811 98819 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78470633 19521036288 55633 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
[pid=98819/tid=98859] ppid=98811 vsize=19063512 memory=14468 CPUtime=0 cores=0,2
/proc/98819/task/98859/stat : 98859 (Common-Cleaner) S 98811 98819 98773 0 -1 4194368 54 0 0 0 0 0 0 0 20 0 20 0 78470635 19521036288 55633 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
[pid=98819/tid=98915] ppid=98811 vsize=19063512 memory=210504 CPUtime=0 cores=0,2
/proc/98819/task/98915/stat : 98915 (Timer-0) S 98811 98819 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78470756 19521036288 55633 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
Current children cumulated CPU time: 54.66 s

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

Current children cumulated memory: 259544 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.10 4.09 5/327 99080
/proc/meminfo: memFree=117135272/131382112 swapFree=33000116/33010684
[pid=98819] ppid=98811 vsize=19063512 memory=259544 CPUtime=3341.73 cores=0,2
/proc/98819/stat : 98819 (java) S 98811 98819 98773 0 -1 4194304 44783 0 0 0 334026 147 0 0 20 0 20 0 78470625 19521036288 64886 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
/proc/98819/statm: 4765878 64886 5545 1 0 555009 0
[pid=98819/tid=98827] ppid=98811 vsize=19063512 memory=259544 CPUtime=3333.25 cores=0,2
/proc/98819/task/98827/stat : 98827 (java) R 98811 98819 98773 0 -1 4194368 15944 0 0 0 333315 10 0 0 20 0 20 0 78470628 19521036288 64886 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
[pid=98819/tid=98844] ppid=98811 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/98819/task/98844/stat : 98844 (Finalizer) S 98811 98819 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78470633 19521036288 64886 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
[pid=98819/tid=98859] ppid=98811 vsize=19063512 memory=259544 CPUtime=0 cores=0,2
/proc/98819/task/98859/stat : 98859 (Common-Cleaner) S 98811 98819 98773 0 -1 4194368 817 0 0 0 0 0 0 0 20 0 20 0 78470635 19521036288 64886 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
[pid=98819/tid=98915] ppid=98811 vsize=19063512 memory=259544 CPUtime=0 cores=0,2
/proc/98819/task/98915/stat : 98915 (Timer-0) S 98811 98819 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78470756 19521036288 64886 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
Current children cumulated CPU time: 3341.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 259544 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.10 4.09 5/327 99082
/proc/meminfo: memFree=117135288/131382112 swapFree=33000116/33010684
[pid=98819] ppid=98811 vsize=19063512 memory=259544 CPUtime=3401.61 cores=0,2
/proc/98819/stat : 98819 (java) S 98811 98819 98773 0 -1 4194304 44789 0 0 0 340012 149 0 0 20 0 20 0 78470625 19521036288 64886 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
/proc/98819/statm: 4765878 64886 5545 1 0 555009 0
[pid=98819/tid=98827] ppid=98811 vsize=19063512 memory=5632 CPUtime=3393.1 cores=0,2
/proc/98819/task/98827/stat : 98827 (java) R 98811 98819 98773 0 -1 4194368 15945 0 0 0 339300 10 0 0 20 0 20 0 78470628 19521036288 64886 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
[pid=98819/tid=98844] ppid=98811 vsize=19063512 memory=259544 CPUtime=0 cores=0,2
/proc/98819/task/98844/stat : 98844 (Finalizer) S 98811 98819 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78470633 19521036288 64886 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
[pid=98819/tid=98859] ppid=98811 vsize=19063512 memory=259544 CPUtime=0 cores=0,2
/proc/98819/task/98859/stat : 98859 (Common-Cleaner) S 98811 98819 98773 0 -1 4194368 817 0 0 0 0 0 0 0 20 0 20 0 78470635 19521036288 64886 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
[pid=98819/tid=98915] ppid=98811 vsize=19063512 memory=259544 CPUtime=0 cores=0,2
/proc/98819/task/98915/stat : 98915 (Timer-0) S 98811 98819 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78470756 19521036288 64886 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
Current children cumulated CPU time: 3401.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 259544 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/327 99084
/proc/meminfo: memFree=116881144/131382112 swapFree=33000116/33010684
[pid=98819] ppid=98811 vsize=19063512 memory=259544 CPUtime=3461.5 cores=0,2
/proc/98819/stat : 98819 (java) S 98811 98819 98773 0 -1 4194304 44828 0 0 0 345999 151 0 0 20 0 20 0 78470625 19521036288 64886 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
/proc/98819/statm: 4765878 64886 5545 1 0 555009 0
[pid=98819/tid=98827] ppid=98811 vsize=19063512 memory=5632 CPUtime=3452.94 cores=0,2
/proc/98819/task/98827/stat : 98827 (java) R 98811 98819 98773 0 -1 4194368 15979 0 0 0 345284 10 0 0 20 0 20 0 78470628 19521036288 64886 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
[pid=98819/tid=98844] ppid=98811 vsize=19063512 memory=13952 CPUtime=0 cores=0,2
/proc/98819/task/98844/stat : 98844 (Finalizer) S 98811 98819 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78470633 19521036288 64886 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
[pid=98819/tid=98859] ppid=98811 vsize=19063512 memory=14468 CPUtime=0 cores=0,2
/proc/98819/task/98859/stat : 98859 (Common-Cleaner) S 98811 98819 98773 0 -1 4194368 817 0 0 0 0 0 0 0 20 0 20 0 78470635 19521036288 64886 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
[pid=98819/tid=98915] ppid=98811 vsize=19063512 memory=14468 CPUtime=0 cores=0,2
/proc/98819/task/98915/stat : 98915 (Timer-0) S 98811 98819 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78470756 19521036288 64886 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
Current children cumulated CPU time: 3461.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 259544 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.09 4.09 5/326 99086
/proc/meminfo: memFree=116881168/131382112 swapFree=33000116/33010684
[pid=98819] ppid=98811 vsize=19063512 memory=259544 CPUtime=3521.38 cores=0,2
/proc/98819/stat : 98819 (java) S 98811 98819 98773 0 -1 4194304 45112 0 0 0 351984 154 0 0 20 0 20 0 78470625 19521036288 64886 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
/proc/98819/statm: 4765878 64886 5545 1 0 555009 0
[pid=98819/tid=98827] ppid=98811 vsize=19063512 memory=5148 CPUtime=3512.79 cores=0,2
/proc/98819/task/98827/stat : 98827 (java) R 98811 98819 98773 0 -1 4194368 16142 0 0 0 351269 10 0 0 20 0 20 0 78470628 19521036288 64886 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
[pid=98819/tid=98844] ppid=98811 vsize=19063512 memory=259544 CPUtime=0 cores=0,2
/proc/98819/task/98844/stat : 98844 (Finalizer) S 98811 98819 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78470633 19521036288 64886 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
[pid=98819/tid=98859] ppid=98811 vsize=19063512 memory=259544 CPUtime=0 cores=0,2
/proc/98819/task/98859/stat : 98859 (Common-Cleaner) S 98811 98819 98773 0 -1 4194368 926 0 0 0 0 0 0 0 20 0 20 0 78470635 19521036288 64886 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
[pid=98819/tid=98915] ppid=98811 vsize=19063512 memory=259544 CPUtime=0 cores=0,2
/proc/98819/task/98915/stat : 98915 (Timer-0) S 98811 98819 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78470756 19521036288 64886 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
Current children cumulated CPU time: 3521.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 259544 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/326 99088
/proc/meminfo: memFree=116881192/131382112 swapFree=33000116/33010684
[pid=98819] ppid=98811 vsize=19063512 memory=259544 CPUtime=3581.27 cores=0,2
/proc/98819/stat : 98819 (java) S 98811 98819 98773 0 -1 4194304 45158 0 0 0 357971 156 0 0 20 0 20 0 78470625 19521036288 64886 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
/proc/98819/statm: 4765878 64886 5545 1 0 555009 0
[pid=98819/tid=98827] ppid=98811 vsize=19063512 memory=13952 CPUtime=3572.63 cores=0,2
/proc/98819/task/98827/stat : 98827 (java) R 98811 98819 98773 0 -1 4194368 16160 0 0 0 357253 10 0 0 20 0 20 0 78470628 19521036288 64886 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
[pid=98819/tid=98844] ppid=98811 vsize=19063512 memory=14468 CPUtime=0 cores=0,2
/proc/98819/task/98844/stat : 98844 (Finalizer) S 98811 98819 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78470633 19521036288 64886 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
[pid=98819/tid=98859] ppid=98811 vsize=19063512 memory=5632 CPUtime=0 cores=0,2
/proc/98819/task/98859/stat : 98859 (Common-Cleaner) S 98811 98819 98773 0 -1 4194368 928 0 0 0 0 0 0 0 20 0 20 0 78470635 19521036288 64886 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
[pid=98819/tid=98915] ppid=98811 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/98819/task/98915/stat : 98915 (Timer-0) S 98811 98819 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78470756 19521036288 64886 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
Current children cumulated CPU time: 3581.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 259544 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601.11 s]
/proc/loadavg: 4.07 4.08 4.09 6/325 99289
/proc/meminfo: memFree=124636836/131382112 swapFree=33000116/33010684
[pid=98819] ppid=98811 vsize=19063512 memory=259544 CPUtime=3600.05 cores=0,2
/proc/98819/stat : 98819 (java) S 98811 98819 98773 0 -1 4194304 45163 0 0 0 359848 157 0 0 20 0 20 0 78470625 19521036288 64886 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
/proc/98819/statm: 4765878 64886 5545 1 0 555009 0
[pid=98819/tid=98827] ppid=98811 vsize=19063512 memory=259544 CPUtime=3591.39 cores=0,2
/proc/98819/task/98827/stat : 98827 (java) R 98811 98819 98773 0 -1 4194368 16163 0 0 0 359129 10 0 0 20 0 20 0 78470628 19521036288 64886 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
[pid=98819/tid=98844] ppid=98811 vsize=19063512 memory=11008 CPUtime=0 cores=0,2
/proc/98819/task/98844/stat : 98844 (Finalizer) S 98811 98819 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78470633 19521036288 64886 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
[pid=98819/tid=98859] ppid=98811 vsize=19063512 memory=-6000919502838195302 CPUtime=0 cores=0,2
/proc/98819/task/98859/stat : 98859 (Common-Cleaner) S 98811 98819 98773 0 -1 4194368 928 0 0 0 0 0 0 0 20 0 20 0 78470635 19521036288 64886 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
[pid=98819/tid=98915] ppid=98811 vsize=19063512 memory=259544 CPUtime=0 cores=0,2
/proc/98819/task/98915/stat : 98915 (Timer-0) S 98811 98819 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 78470756 19521036288 64886 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 259544 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.85 s, system=1.58444 s

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

[startup+3601.21 s]
/proc/loadavg: 4.07 4.08 4.09 6/325 99289
/proc/meminfo: memFree=124636836/131382112 swapFree=33000116/33010684
[pid=98819] ppid=98811 vsize=19263204 memory=260312 CPUtime=3600.22 cores=0,2
/proc/98819/stat : 98819 (java) S 98811 98819 98773 0 -1 4194304 47547 0 0 0 359865 157 0 0 20 0 21 0 78470625 19725520896 65078 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
/proc/98819/statm: 4815801 65078 5577 1 0 555928 0
[pid=98819/tid=98827] ppid=98811 vsize=19263204 memory=4760 CPUtime=3591.47 cores=0,2
/proc/98819/task/98827/stat : 98827 (java) R 98811 98819 98773 0 -1 4194368 16305 0 0 0 359137 10 0 0 20 0 21 0 78470628 19725520896 65078 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
[pid=98819/tid=98844] ppid=98811 vsize=19263204 memory=2764 CPUtime=0 cores=0,2
/proc/98819/task/98844/stat : 98844 (Finalizer) S 98811 98819 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 78470633 19725520896 65078 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
[pid=98819/tid=98859] ppid=98811 vsize=19263204 memory=-6000919502838195302 CPUtime=0 cores=0,2
/proc/98819/task/98859/stat : 98859 (Common-Cleaner) S 98811 98819 98773 0 -1 4194368 928 0 0 0 0 0 0 0 20 0 21 0 78470635 19725520896 65078 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 260312 KiB

[startup+3601.3 s]
/proc/loadavg: 4.07 4.08 4.09 6/325 99289
/proc/meminfo: memFree=124636836/131382112 swapFree=33000116/33010684
[pid=98819] ppid=98811 vsize=19263204 memory=260568 CPUtime=3600.41 cores=0,2
/proc/98819/stat : 98819 (java) S 98811 98819 98773 0 -1 4194304 47715 0 0 0 359884 157 0 0 20 0 21 0 78470625 19725520896 65142 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
/proc/98819/statm: 4815801 65142 5577 1 0 555944 0
[pid=98819/tid=98827] ppid=98811 vsize=19263204 memory=259544 CPUtime=3591.56 cores=0,2
/proc/98819/task/98827/stat : 98827 (java) S 98811 98819 98773 0 -1 4194368 16311 0 0 0 359146 10 0 0 20 0 21 0 78470628 19725520896 65142 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
[pid=98819/tid=98844] ppid=98811 vsize=19263204 memory=11008 CPUtime=0 cores=0,2
/proc/98819/task/98844/stat : 98844 (Finalizer) S 98811 98819 98773 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 78470633 19725520896 65142 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
[pid=98819/tid=98859] ppid=98811 vsize=19263204 memory=-6000919502838195302 CPUtime=0 cores=0,2
/proc/98819/task/98859/stat : 98859 (Common-Cleaner) S 98811 98819 98773 0 -1 4194368 928 0 0 0 0 0 0 0 20 0 21 0 78470635 19725520896 65142 18446744073709551615 94568609353728 94568609357424 140724527259696 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94568609365240 94568609366032 94568612986880 140724527266175 140724527266276 140724527266276 140724527271880 0
Current children cumulated CPU time: 3600.41 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 260568 KiB

Child status: 143

Real time (s): 3601.33
CPU time (s): 3600.43
CPU user time (s): 3598.85
CPU system time (s): 1.58444
CPU usage (%): 99.9751
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 260568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.85
system time used= 1.58444
maximum resident set size= 260824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47950
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 135883
involuntary context switches= 9725


# summary of solver processes directly reported to runsolver:
#   pid: 98819
#   total CPU time (s): 3600.43
#   total CPU user time (s): 3598.85
#   total CPU system time (s): 1.58444

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.3217 second user time and 38.189 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-07-04 13:18:35
IDJOB=4525757
IDBENCH=143886
IDSOLVER=3380
FILE ID=nodeC007/4525757-1751627915
RUNJOBID= nodeC007-1751627915-98783
SLURM_JOB_ID= 9598957
Free space on /tmp= 431032 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/celar/normalized-celar7-sub1-20_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4525757-1751627915/watcher-4525757-1751627915 -o /tmp/evaluation-result-4525757-1751627915/solver-4525757-1751627915 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751627915-98783 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4525757-1751627915.wbo

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

MD5SUM BENCH= 249b0b6133e523d403961c26ec3d3249
RANDOM SEED=911912603

nodeC007 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        125262628 kB
MemAvailable:   129794304 kB
Buffers:              16 kB
Cached:          5199260 kB
SwapCached:         2972 kB
Active:           326016 kB
Inactive:        4956572 kB
Active(anon):      59500 kB
Inactive(anon):    35656 kB
Active(file):     266516 kB
Inactive(file):  4920916 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33000116 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             17664 kB
Writeback:             0 kB
AnonPages:         83448 kB
Mapped:            97628 kB
Shmem:             11812 kB
KReclaimable:     367740 kB
Slab:             459524 kB
SReclaimable:     367740 kB
SUnreclaim:        91784 kB
KernelStack:        3936 kB
PageTables:         2888 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     357660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149288 kB
VmallocChunk:          0 kB
Percpu:             3776 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:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 431036 MiB
End job on nodeC007 at 2025-07-04 14:18:36