Trace number 4424287

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 Partial RoundingSAT 2024 2024-07-12OPTIMUM 230.656 227.26

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111218955--soft-33-100-0.wbo
MD5SUMbde05d98e9c3034ba9efb528ac470ce1
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.135723
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 constraints64
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 3426
Min constraint cost 1
Max constraint cost 99
Sum of constraints costs 3425
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1202
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.18/0.66	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.18/0.66	c This is free software under the dual EPL/GNU LGPL licenses.
0.18/0.66	c See www.sat4j.org for details.
0.18/0.68	c version CUSTOM.v20240707
0.31/0.70	c java.runtime.name	OpenJDK Runtime Environment
0.31/0.70	c java.vm.name		OpenJDK 64-Bit Server VM
0.31/0.70	c java.vm.version	22.0.1+8-16
0.31/0.71	c java.vm.vendor	Oracle Corporation
0.31/0.71	c sun.arch.data.model	64
0.31/0.71	c java.version		22.0.1
0.31/0.71	c os.name		Linux
0.31/0.71	c os.version		4.18.0-301.1.el8.x86_64
0.31/0.71	c os.arch		amd64
0.31/0.71	c Free memory 		2115194816
0.31/0.72	c Max memory 		16282288128
0.31/0.72	c Total memory 		2122317824
0.31/0.72	c Number of processors 	2
0.47/0.90	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.47/0.90	 - never skip resolution steps
0.47/0.90	 - Auto-division on coefficients is disabled
0.47/0.90	 - No postprocessing
0.47/0.90	 - Conflict is considered as is when resolving
0.47/0.90	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.47/0.90	 - Weaken first using unassigned literals
0.47/0.90	 - Bump strategy: ALWAYS_ONE
0.47/0.90	 - Bumper: ASSIGNED
0.47/0.90	--- Begin Solver configuration ---
0.47/0.90	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.47/0.90	Learn all clauses as in MiniSAT
0.47/0.90	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.47/0.90	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.47/0.90	No reason simplification
0.47/0.90	Armin Biere (Picosat) restarts strategy
0.47/0.90	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.47/0.90	timeout=2147483s
0.47/0.90	DB Simplification allowed=false
0.47/0.90	Listener: none
0.47/0.90	--- End Solver configuration ---
0.65/0.90	c Pseudo Boolean Optimization by upper bound
0.65/0.90	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.65/0.90	c  - never skip resolution steps
0.65/0.90	c  - Auto-division on coefficients is disabled
0.65/0.90	c  - No postprocessing
0.65/0.90	c  - Conflict is considered as is when resolving
0.65/0.90	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.65/0.90	c  - Weaken first using unassigned literals
0.65/0.90	c  - Bump strategy: ALWAYS_ONE
0.65/0.90	c  - Bumper: ASSIGNED
0.65/0.90	c --- Begin Solver configuration ---
0.65/0.90	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.65/0.90	c Learn all clauses as in MiniSAT
0.65/0.90	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.65/0.90	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.65/0.90	c No reason simplification
0.65/0.90	c Armin Biere (Picosat) restarts strategy
0.65/0.90	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.65/0.90	c timeout=2147483s
0.65/0.90	c DB Simplification allowed=false
0.65/0.90	c Listener: none
0.65/0.90	c --- End Solver configuration ---
0.65/0.90	c solving HOME/instance-4424287-1720874152.wbo
0.65/0.90	c reading problem ... 
0.65/0.98	c ... done. Wall clock time 0.078s.
0.65/0.98	c declared #vars     169
0.65/0.98	c internal #vars     233
0.65/0.99	c #constraints  102
0.65/0.99	c constraints type 
0.65/0.99	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 30
0.65/0.99	c org.sat4j.specs.Constr$1 => 1
0.65/0.99	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 41
0.65/0.99	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30
0.65/0.99	c 102 constraints processed.
0.87/1.03	c objective function length is 64 literals
1.22/1.28	c SATISFIABLE
1.22/1.29	c OPTIMIZING...
1.22/1.29	c Got one! Elapsed wall clock time (in seconds):0.381
1.22/1.29	o 2143
2.01/1.63	c Got one! Elapsed wall clock time (in seconds):0.728
2.01/1.64	o 2130
3.00/2.11	c Got one! Elapsed wall clock time (in seconds):1.212
3.00/2.11	o 2120
3.58/2.43	c Got one! Elapsed wall clock time (in seconds):1.528
3.58/2.43	o 2113
4.77/3.03	c Got one! Elapsed wall clock time (in seconds):2.126
4.77/3.03	o 2065
6.67/4.18	c Got one! Elapsed wall clock time (in seconds):3.27
6.67/4.18	o 2057
7.71/4.98	c Got one! Elapsed wall clock time (in seconds):4.082
7.71/4.98	o 2036
9.99/7.11	c Got one! Elapsed wall clock time (in seconds):6.209
9.99/7.11	o 2023
12.40/9.48	c Got one! Elapsed wall clock time (in seconds):8.579
12.40/9.48	o 2018
16.63/13.62	c Got one! Elapsed wall clock time (in seconds):12.719
16.63/13.62	o 2009
19.06/15.72	c Got one! Elapsed wall clock time (in seconds):14.816
19.06/15.72	o 1999
21.86/18.54	c Got one! Elapsed wall clock time (in seconds):17.642
21.86/18.54	o 1991
26.79/23.40	c Got one! Elapsed wall clock time (in seconds):22.503
26.79/23.40	o 1978
34.69/31.34	c Got one! Elapsed wall clock time (in seconds):30.441
34.69/31.34	o 1977
50.18/46.87	c Got one! Elapsed wall clock time (in seconds):45.974
50.18/46.87	o 1975
54.17/50.87	c Got one! Elapsed wall clock time (in seconds):49.965
54.17/50.87	o 1952
59.67/56.38	c Got one! Elapsed wall clock time (in seconds):55.476
59.67/56.38	o 1951
68.36/65.05	c Got one! Elapsed wall clock time (in seconds):64.148
68.36/65.05	o 1947
83.53/80.31	c Got one! Elapsed wall clock time (in seconds):79.412
83.53/80.31	o 1946
102.40/99.33	c Got one! Elapsed wall clock time (in seconds):98.428
102.40/99.33	o 1933
141.70/138.54	c Got one! Elapsed wall clock time (in seconds):137.638
141.70/138.54	o 1932
148.69/145.53	c Got one! Elapsed wall clock time (in seconds):144.629
148.69/145.53	o 1916
158.30/155.16	c Got one! Elapsed wall clock time (in seconds):154.258
158.30/155.16	o 1907
174.21/171.07	c Got one! Elapsed wall clock time (in seconds):170.166
174.21/171.07	o 1897
199.39/196.14	c Got one! Elapsed wall clock time (in seconds):195.242
199.39/196.14	o 1895
228.53/225.33	c Got one! Elapsed wall clock time (in seconds):224.426
228.53/225.33	o 1894
229.73/226.51	c Got one! Elapsed wall clock time (in seconds):225.606
229.73/226.51	o 2
230.58/227.23	c starts		: 53
230.58/227.23	c conflicts		: 6379
230.58/227.23	c decisions		: 26312
230.58/227.23	c propagations		: 188522
230.58/227.23	c inspects		: 61452247
230.58/227.23	c shortcuts		: 0
230.58/227.23	c learnt literals	: 0
230.58/227.23	c learnt binary clauses	: 0
230.58/227.23	c learnt ternary clauses	: 0
230.58/227.23	c learnt constraints	: 6379
230.58/227.23	c ignored constraints	: 0
230.58/227.23	c root simplifications	: 0
230.58/227.23	c removed literals (reason simplification)	: 0
230.58/227.23	c reason swapping (by a shorter reason)	: 0
230.58/227.23	c Calls to reduceDB	: 0
230.58/227.23	c Number of update (reduction) of LBD	: 33
230.58/227.23	c Imported unit clauses	: 0
230.58/227.23	c No decision after first conflict	: false
230.58/227.23	c number of reductions to clauses (during analyze)	: 0
230.58/227.23	c number of learned constraints concerned by reduction	: 0
230.58/227.23	c number of learning phase by resolution	: 0
230.58/227.23	c number of learning phase by cutting planes	: 0
230.58/227.23	c number of rounding to 1 operations	: 28904
230.58/227.23	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
230.58/227.23	c number of reductions of the coefficients by power 2 	: 0
230.58/227.23	c number of right shift for reduction by power 2 	: 0
230.58/227.23	c number of reductions of the coefficients by GCD over coefficients 	: 0
230.58/227.23	c number of ending skipping 	: 0
230.58/227.23	c number of internal skipping 	: 0
230.58/227.23	c number of derivation steps 	: 46641
230.58/227.23	c number of skipped derivation steps 	: 0
230.58/227.23	c number of remaining unassigned 	: 7233
230.58/227.23	c number of remaining assigned 	: 1107798
230.58/227.23	c number of falsified literals weakened from reason	: 0
230.58/227.23	c number of falsified literals weakened from conflict	: 0
230.58/227.23	c time for arithmetic operations	: 234735179
230.58/227.23	c minimum degree of deleted constraints	: null
230.58/227.23	c maximum degree of deleted constraints	: null
230.58/227.23	c number of deleted constraints	: 0
230.58/227.23	c speed (assignments/second)	: 833.4490152302218
230.58/227.23	c non guided choices	: 636
230.58/227.23	s OPTIMUM FOUND
230.58/227.23	c Found 27 solution(s)
230.58/227.23	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 
230.58/227.25	c objective function=2
230.58/227.25	c Total wall clock time (in seconds): 226.348

Verifier Data

OK	2

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: 64096 MiB (63364 MiB free)
  memory of node 1: 64473 MiB (63765 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4424287-1720874152/watcher-4424287-1720874152 -o /tmp/evaluation-result-4424287-1720874152/solver-4424287-1720874152 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1720874164-697100 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4424287-1720874152.wbo 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=697163, runsolver pid=697158
Current StackSize limit: 8192 KiB


[startup+0.100066 s]*
/proc/loadavg: 0.46 0.18 0.11 2/247 697167
/proc/meminfo: memFree=130169060/131655788 swapFree=131071996/131071996
[pid=697163] ppid=697158 vsize=104392 memory=8060 CPUtime=0 cores=1,3
/proc/697163/stat : 697163 (java) S 697158 697163 697088 0 -1 1077936128 558 0 30 0 0 0 0 0 20 0 2 0 139572416 106897408 2015 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 0 0 0 0 0 0 17 1 0 0 8 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
/proc/697163/statm: 26098 2015 1640 1 0 582 0
[pid=697163/tid=697169] ppid=697158 vsize=104392 memory=4026531971 CPUtime=0 cores=1,3
/proc/697163/task/697169/stat : 697169 (java) D 697158 697163 697088 0 -1 4194368 11 0 5 0 0 0 0 0 20 0 2 0 139572426 106897408 2015 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 0 0 0 0 0 0 -1 1 0 0 1 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 104392 KiB
Current children cumulated memory: 8060 KiB

[startup+0.215253 s]*
/proc/loadavg: 0.46 0.18 0.11 5/251 697171
/proc/meminfo: memFree=130164436/131655788 swapFree=131071996/131071996
[pid=697163] ppid=697158 vsize=239396 memory=8548 CPUtime=0.01 cores=1,3
/proc/697163/stat : 697163 (java) S 697158 697163 697088 0 -1 1077936128 588 0 51 0 0 1 0 0 20 0 2 0 139572416 245141504 2137 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 0 0 0 0 0 0 17 1 0 0 8 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
/proc/697163/statm: 59849 2137 1753 1 0 584 0
[pid=697163/tid=697169] ppid=697158 vsize=239396 memory=8737651120394928259 CPUtime=0 cores=1,3
/proc/697163/task/697169/stat : 697169 (java) D 697158 697163 697088 0 -1 4194368 41 0 26 0 0 0 0 0 20 0 2 0 139572426 245141504 2137 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 0 0 0 0 0 0 -1 1 0 0 10 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 239396 KiB
Current children cumulated memory: 8548 KiB

[startup+0.313676 s]*
/proc/loadavg: 0.46 0.18 0.11 4/251 697171
/proc/meminfo: memFree=130136572/131655788 swapFree=131071996/131071996
[pid=697163] ppid=697158 vsize=280436 memory=19636 CPUtime=0.02 cores=1,3
/proc/697163/stat : 697163 (java) S 697158 697163 697088 0 -1 1077936128 1315 0 59 0 0 2 0 0 20 0 2 0 139572416 287166464 4909 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 0 0 16784588 0 0 0 17 1 0 0 8 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
/proc/697163/statm: 70109 4909 2851 1 0 2305 0
[pid=697163/tid=697169] ppid=697158 vsize=280436 memory=-8671796966714745532 CPUtime=0.01 cores=1,3
/proc/697163/task/697169/stat : 697169 (java) D 697158 697163 697088 0 -1 4194368 768 0 34 0 0 1 0 0 20 0 2 0 139572426 287166464 4909 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16784588 0 0 0 -1 1 0 0 19 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 280436 KiB
Current children cumulated memory: 19636 KiB

[startup+0.704035 s]
/proc/loadavg: 0.46 0.18 0.11 1/275 697195
/proc/meminfo: memFree=130044588/131655788 swapFree=131071996/131071996
[pid=697163] ppid=697158 vsize=18975048 memory=57420 CPUtime=0.31 cores=1,3
/proc/697163/stat : 697163 (java) S 697158 697163 697088 0 -1 1077936128 7030 0 125 0 24 7 0 0 20 0 18 0 139572416 19430449152 14355 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 0 0 16800975 0 0 0 17 1 0 0 8 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
/proc/697163/statm: 4743762 14355 5509 1 0 551237 0
[pid=697163/tid=697169] ppid=697158 vsize=18975048 memory=2520 CPUtime=0.19 cores=1,3
/proc/697163/task/697169/stat : 697169 (java) D 697158 697163 697088 0 -1 4194368 5672 0 90 0 15 4 0 0 20 0 18 0 139572426 19430449152 14355 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 34 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 57420 KiB

[startup+1.50068 s]
/proc/loadavg: 0.46 0.18 0.11 16/315 697235
/proc/meminfo: memFree=129949264/131655788 swapFree=131071996/131071996
[pid=697163] ppid=697158 vsize=19041612 memory=113588 CPUtime=1.81 cores=1,3
/proc/697163/stat : 697163 (java) S 697158 697163 697088 0 -1 1077936128 10523 0 125 0 170 11 0 0 20 0 19 0 139572416 19498610688 28397 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 0 0 16800975 0 0 0 17 1 0 0 8 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
/proc/697163/statm: 4760403 28397 5788 1 0 553846 0
[pid=697163/tid=697169] ppid=697158 vsize=19041612 memory=2520 CPUtime=0.9 cores=1,3
/proc/697163/task/697169/stat : 697169 (java) R 697158 697163 697088 0 -1 4194368 6258 0 90 0 83 7 0 0 20 0 19 0 139572426 19498610688 28397 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 35 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
[pid=697163/tid=697207] ppid=697158 vsize=19041612 memory=11412 CPUtime=0 cores=1,3
/proc/697163/task/697207/stat : 697207 (Finalizer) S 697158 697163 697088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 139572470 19498610688 28397 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
[pid=697163/tid=697234] ppid=697158 vsize=19041612 memory=36896 CPUtime=0 cores=1,3
/proc/697163/task/697234/stat : 697234 (Common-Cleaner) S 697158 697163 697088 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 139572471 19498610688 28397 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
Current children cumulated CPU time: 1.81 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 113588 KiB

[startup+3.10595 s]
/proc/loadavg: 0.46 0.18 0.11 11/321 697375
/proc/meminfo: memFree=129426404/131655788 swapFree=131071996/131071996
[pid=697163] ppid=697158 vsize=19108176 memory=186504 CPUtime=4.96 cores=1,3
/proc/697163/stat : 697163 (java) S 697158 697163 697088 0 -1 1077936128 19225 0 125 0 481 15 0 0 20 0 20 0 139572416 19566772224 46626 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 0 0 16800975 0 0 0 17 1 0 0 8 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
/proc/697163/statm: 4777044 46626 5857 1 0 557200 0
[pid=697163/tid=697169] ppid=697158 vsize=19108176 memory=157348 CPUtime=2.4 cores=1,3
/proc/697163/task/697169/stat : 697169 (java) R 697158 697163 697088 0 -1 4194368 7376 0 90 0 231 9 0 0 20 0 20 0 139572426 19566772224 46626 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 35 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
[pid=697163/tid=697207] ppid=697158 vsize=19108176 memory=11412 CPUtime=0 cores=1,3
/proc/697163/task/697207/stat : 697207 (Finalizer) S 697158 697163 697088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139572470 19566772224 46626 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
[pid=697163/tid=697234] ppid=697158 vsize=19108176 memory=64804 CPUtime=0 cores=1,3
/proc/697163/task/697234/stat : 697234 (Common-Cleaner) S 697158 697163 697088 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 20 0 139572471 19566772224 46626 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
[pid=697163/tid=697236] ppid=697158 vsize=19108176 memory=-8599739372676817596 CPUtime=0 cores=1,3
/proc/697163/task/697236/stat : 697236 (Timer-0) S 697158 697163 697088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139572520 19566772224 46626 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
Current children cumulated CPU time: 4.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 186504 KiB

[startup+6.30028 s]
/proc/loadavg: 0.74 0.24 0.14 7/321 697375
/proc/meminfo: memFree=122483180/131655788 swapFree=131071996/131071996
[pid=697163] ppid=697158 vsize=19108176 memory=535856 CPUtime=9.27 cores=1,3
/proc/697163/stat : 697163 (java) S 697158 697163 697088 0 -1 1077936128 20384 0 125 0 904 23 0 0 20 0 20 0 139572416 19566772224 133964 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 0 0 16800975 0 0 0 17 1 0 0 8 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
/proc/697163/statm: 4777044 133964 5872 1 0 557206 0
[pid=697163/tid=697169] ppid=697158 vsize=19108176 memory=64804 CPUtime=5.55 cores=1,3
/proc/697163/task/697169/stat : 697169 (java) R 697158 697163 697088 0 -1 4194368 7717 0 90 0 539 16 0 0 20 0 20 0 139572426 19566772224 133964 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 35 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
[pid=697163/tid=697207] ppid=697158 vsize=19108176 memory=124304 CPUtime=0 cores=1,3
/proc/697163/task/697207/stat : 697207 (Finalizer) S 697158 697163 697088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139572470 19566772224 133964 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
[pid=697163/tid=697234] ppid=697158 vsize=19108176 memory=478512 CPUtime=0 cores=1,3
/proc/697163/task/697234/stat : 697234 (Common-Cleaner) S 697158 697163 697088 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 20 0 139572471 19566772224 133964 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
[pid=697163/tid=697236] ppid=697158 vsize=19108176 memory=5540 CPUtime=0 cores=1,3
/proc/697163/task/697236/stat : 697236 (Timer-0) S 697158 697163 697088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139572520 19566772224 133964 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
Current children cumulated CPU time: 9.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 535856 KiB

[startup+12.7005 s]
/proc/loadavg: 1.08 0.32 0.16 7/322 697377
/proc/meminfo: memFree=120840236/131655788 swapFree=131071996/131071996
[pid=697163] ppid=697158 vsize=19108176 memory=632180 CPUtime=15.73 cores=1,3
/proc/697163/stat : 697163 (java) S 697158 697163 697088 0 -1 1077936128 24235 0 125 0 1547 26 0 0 20 0 20 0 139572416 19566772224 158045 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 0 0 16800975 0 0 0 17 1 0 0 8 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
/proc/697163/statm: 4777044 158045 5872 1 0 557206 0
[pid=697163/tid=697169] ppid=697158 vsize=19108176 memory=64804 CPUtime=11.86 cores=1,3
/proc/697163/task/697169/stat : 697169 (java) R 697158 697163 697088 0 -1 4194368 9293 0 90 0 1168 18 0 0 20 0 20 0 139572426 19566772224 158045 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 35 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
[pid=697163/tid=697207] ppid=697158 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/697163/task/697207/stat : 697207 (Finalizer) S 697158 697163 697088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139572470 19566772224 158045 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
[pid=697163/tid=697234] ppid=697158 vsize=19108176 memory=-8599739372676817596 CPUtime=0 cores=1,3
/proc/697163/task/697234/stat : 697234 (Common-Cleaner) S 697158 697163 697088 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 20 0 139572471 19566772224 158045 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
[pid=697163/tid=697236] ppid=697158 vsize=19108176 memory=4899592 CPUtime=0 cores=1,3
/proc/697163/task/697236/stat : 697236 (Timer-0) S 697158 697163 697088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139572520 19566772224 158045 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
Current children cumulated CPU time: 15.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 632180 KiB

[startup+25.5005 s]
/proc/loadavg: 1.94 0.55 0.24 7/322 697379
/proc/meminfo: memFree=119408704/131655788 swapFree=131071996/131071996
[pid=697163] ppid=697158 vsize=19108176 memory=1326980 CPUtime=28.9 cores=1,3
/proc/697163/stat : 697163 (java) S 697158 697163 697088 0 -1 1077936128 33419 0 125 0 2846 44 0 0 20 0 20 0 139572416 19566772224 331745 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 0 0 16800975 0 0 0 17 1 0 0 8 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
/proc/697163/statm: 4777044 331745 5872 1 0 557206 0
[pid=697163/tid=697169] ppid=697158 vsize=19108176 memory=64804 CPUtime=24.49 cores=1,3
/proc/697163/task/697169/stat : 697169 (java) R 697158 697163 697088 0 -1 4194368 12464 0 90 0 2417 32 0 0 20 0 20 0 139572426 19566772224 331745 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 35 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
[pid=697163/tid=697207] ppid=697158 vsize=19108176 memory=1326964 CPUtime=0 cores=1,3
/proc/697163/task/697207/stat : 697207 (Finalizer) S 697158 697163 697088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139572470 19566772224 331745 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
[pid=697163/tid=697234] ppid=697158 vsize=19108176 memory=960348 CPUtime=0 cores=1,3
/proc/697163/task/697234/stat : 697234 (Common-Cleaner) S 697158 697163 697088 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 20 0 139572471 19566772224 331745 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
[pid=697163/tid=697236] ppid=697158 vsize=19108176 memory=11412 CPUtime=0 cores=1,3
/proc/697163/task/697236/stat : 697236 (Timer-0) S 697158 697163 697088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139572520 19566772224 331745 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
Current children cumulated CPU time: 28.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1326980 KiB

[startup+51.1146 s]
/proc/loadavg: 2.78 0.86 0.35 6/322 697382
/proc/meminfo: memFree=118579984/131655788 swapFree=131071996/131071996
[pid=697163] ppid=697158 vsize=19108176 memory=1341328 CPUtime=54.48 cores=1,3
/proc/697163/stat : 697163 (java) S 697158 697163 697088 0 -1 1077936128 38736 0 125 0 5402 46 0 0 20 0 20 0 139572416 19566772224 335332 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 0 0 16800975 0 0 0 17 1 0 0 8 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
/proc/697163/statm: 4777044 335332 5872 1 0 557206 0
[pid=697163/tid=697169] ppid=697158 vsize=19108176 memory=1341328 CPUtime=49.74 cores=1,3
/proc/697163/task/697169/stat : 697169 (java) R 697158 697163 697088 0 -1 4194368 15149 0 90 0 4942 32 0 0 20 0 20 0 139572426 19566772224 335332 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 35 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
[pid=697163/tid=697207] ppid=697158 vsize=19108176 memory=1341328 CPUtime=0 cores=1,3
/proc/697163/task/697207/stat : 697207 (Finalizer) S 697158 697163 697088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139572470 19566772224 335332 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
[pid=697163/tid=697234] ppid=697158 vsize=19108176 memory=11412 CPUtime=0 cores=1,3
/proc/697163/task/697234/stat : 697234 (Common-Cleaner) S 697158 697163 697088 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 20 0 139572471 19566772224 335332 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
[pid=697163/tid=697236] ppid=697158 vsize=19108176 memory=36896 CPUtime=0 cores=1,3
/proc/697163/task/697236/stat : 697236 (Timer-0) S 697158 697163 697088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139572520 19566772224 335332 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
Current children cumulated CPU time: 54.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1341328 KiB

[startup+102.301 s]
/proc/loadavg: 3.61 1.39 0.56 7/322 697392
/proc/meminfo: memFree=117652760/131655788 swapFree=131071996/131071996
[pid=697163] ppid=697158 vsize=19108176 memory=1359888 CPUtime=105.38 cores=1,3
/proc/697163/stat : 697163 (java) S 697158 697163 697088 0 -1 1077936128 46917 0 125 0 10488 50 0 0 20 0 20 0 139572416 19566772224 339972 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 0 0 16800975 0 0 0 17 1 0 0 8 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
/proc/697163/statm: 4777044 339972 5873 1 0 557206 0
[pid=697163/tid=697169] ppid=697158 vsize=19108176 memory=21552 CPUtime=99.85 cores=1,3
/proc/697163/task/697169/stat : 697169 (java) R 697158 697163 697088 0 -1 4194368 19799 0 90 0 9952 33 0 0 20 0 20 0 139572426 19566772224 339972 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 35 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
[pid=697163/tid=697207] ppid=697158 vsize=19108176 memory=1359876 CPUtime=0 cores=1,3
/proc/697163/task/697207/stat : 697207 (Finalizer) S 697158 697163 697088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139572470 19566772224 339972 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
[pid=697163/tid=697234] ppid=697158 vsize=19108176 memory=280057504395008 CPUtime=0 cores=1,3
/proc/697163/task/697234/stat : 697234 (Common-Cleaner) S 697158 697163 697088 0 -1 1077936192 84 0 0 0 0 0 0 0 20 0 20 0 139572471 19566772224 339972 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
[pid=697163/tid=697236] ppid=697158 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/697163/task/697236/stat : 697236 (Timer-0) S 697158 697163 697088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139572520 19566772224 339972 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
Current children cumulated CPU time: 105.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1359888 KiB

[startup+162.3 s]
/proc/loadavg: 4.54 2.06 0.84 7/324 697405
/proc/meminfo: memFree=117005848/131655788 swapFree=131071996/131071996
[pid=697163] ppid=697158 vsize=19108176 memory=1380488 CPUtime=165.51 cores=1,3
/proc/697163/stat : 697163 (java) S 697158 697163 697088 0 -1 1077936128 54205 0 125 0 16497 54 0 0 20 0 20 0 139572416 19566772224 345122 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 0 0 16800975 0 0 0 17 1 0 0 8 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
/proc/697163/statm: 4777044 345122 5888 1 0 557206 0
[pid=697163/tid=697169] ppid=697158 vsize=19108176 memory=1368156 CPUtime=159.05 cores=1,3
/proc/697163/task/697169/stat : 697169 (java) R 697158 697163 697088 0 -1 4194368 22911 0 90 0 15871 34 0 0 20 0 20 0 139572426 19566772224 345122 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 35 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
[pid=697163/tid=697207] ppid=697158 vsize=19108176 memory=11412 CPUtime=0 cores=1,3
/proc/697163/task/697207/stat : 697207 (Finalizer) S 697158 697163 697088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139572470 19566772224 345122 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
[pid=697163/tid=697234] ppid=697158 vsize=19108176 memory=1376392 CPUtime=0 cores=1,3
/proc/697163/task/697234/stat : 697234 (Common-Cleaner) S 697158 697163 697088 0 -1 1077936192 132 0 0 0 0 0 0 0 20 0 20 0 139572471 19566772224 345122 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
[pid=697163/tid=697236] ppid=697158 vsize=19108176 memory=1380488 CPUtime=0 cores=1,3
/proc/697163/task/697236/stat : 697236 (Timer-0) S 697158 697163 697088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139572520 19566772224 345122 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
Current children cumulated CPU time: 165.51 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1380488 KiB

[startup+222.3 s]
/proc/loadavg: 4.44 2.50 1.07 7/324 697416
/proc/meminfo: memFree=116774804/131655788 swapFree=131071996/131071996
[pid=697163] ppid=697158 vsize=19108176 memory=1401040 CPUtime=225.54 cores=1,3
/proc/697163/stat : 697163 (java) S 697158 697163 697088 0 -1 1077936128 59684 0 125 0 22495 59 0 0 20 0 20 0 139572416 19566772224 350260 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 0 0 16800975 0 0 0 17 1 0 0 8 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
/proc/697163/statm: 4777044 350260 5888 1 0 557206 0
[pid=697163/tid=697169] ppid=697158 vsize=19108176 memory=1376392 CPUtime=218.27 cores=1,3
/proc/697163/task/697169/stat : 697169 (java) R 697158 697163 697088 0 -1 4194368 24716 0 90 0 21793 34 0 0 20 0 20 0 139572426 19566772224 350260 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 37 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
[pid=697163/tid=697207] ppid=697158 vsize=19108176 memory=11412 CPUtime=0 cores=1,3
/proc/697163/task/697207/stat : 697207 (Finalizer) S 697158 697163 697088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139572470 19566772224 350260 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
[pid=697163/tid=697234] ppid=697158 vsize=19108176 memory=36896 CPUtime=0 cores=1,3
/proc/697163/task/697234/stat : 697234 (Common-Cleaner) S 697158 697163 697088 0 -1 1077936192 209 0 0 0 0 0 0 0 20 0 20 0 139572471 19566772224 350260 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
[pid=697163/tid=697236] ppid=697158 vsize=19108176 memory=11412 CPUtime=0 cores=1,3
/proc/697163/task/697236/stat : 697236 (Timer-0) S 697158 697163 697088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139572520 19566772224 350260 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
Current children cumulated CPU time: 225.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1401040 KiB

[startup+227.26 s]
# the end of solver process 697163 was just reported to runsolver
# Child status: 30

# cumulated CPU time of all completed processes:  user=230.054 s, system=0.602264 s

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

[startup+224 s]*
/proc/loadavg: 4.44 2.50 1.07 6/324 697416
/proc/meminfo: memFree=116772740/131655788 swapFree=131071996/131071996
[pid=697163] ppid=697158 vsize=19108176 memory=1401040 CPUtime=227.25 cores=1,3
/proc/697163/stat : 697163 (java) S 697158 697163 697088 0 -1 1077936128 59743 0 125 0 22666 59 0 0 20 0 20 0 139572416 19566772224 350260 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 0 0 16800975 0 0 0 17 1 0 0 8 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
/proc/697163/statm: 4777044 350260 5888 1 0 557206 0
[pid=697163/tid=697169] ppid=697158 vsize=19108176 memory=-9032082737881129660 CPUtime=219.97 cores=1,3
/proc/697163/task/697169/stat : 697169 (java) R 697158 697163 697088 0 -1 4194368 24775 0 90 0 21963 34 0 0 20 0 20 0 139572426 19566772224 350260 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 37 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
[pid=697163/tid=697207] ppid=697158 vsize=19108176 memory=11584 CPUtime=0 cores=1,3
/proc/697163/task/697207/stat : 697207 (Finalizer) S 697158 697163 697088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139572470 19566772224 350260 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
[pid=697163/tid=697234] ppid=697158 vsize=19108176 memory=13884 CPUtime=0 cores=1,3
/proc/697163/task/697234/stat : 697234 (Common-Cleaner) S 697158 697163 697088 0 -1 1077936192 209 0 0 0 0 0 0 0 20 0 20 0 139572471 19566772224 350260 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
[pid=697163/tid=697236] ppid=697158 vsize=19108176 memory=11612 CPUtime=0 cores=1,3
/proc/697163/task/697236/stat : 697236 (Timer-0) S 697158 697163 697088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139572520 19566772224 350260 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
Current children cumulated CPU time: 227.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1401040 KiB

[startup+225.6 s]
/proc/loadavg: 4.41 2.52 1.09 6/324 697416
/proc/meminfo: memFree=116772784/131655788 swapFree=131071996/131071996
[pid=697163] ppid=697158 vsize=19108176 memory=1401040 CPUtime=228.83 cores=1,3
/proc/697163/stat : 697163 (java) S 697158 697163 697088 0 -1 1077936128 59750 0 125 0 22824 59 0 0 20 0 20 0 139572416 19566772224 350260 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 0 0 16800975 0 0 0 17 1 0 0 8 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
/proc/697163/statm: 4777044 350260 5888 1 0 557206 0
[pid=697163/tid=697169] ppid=697158 vsize=19108176 memory=-8599739372676817596 CPUtime=221.56 cores=1,3
/proc/697163/task/697169/stat : 697169 (java) R 697158 697163 697088 0 -1 4194368 24776 0 90 0 22122 34 0 0 20 0 20 0 139572426 19566772224 350260 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 37 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
[pid=697163/tid=697207] ppid=697158 vsize=19108176 memory=25876 CPUtime=0 cores=1,3
/proc/697163/task/697207/stat : 697207 (Finalizer) S 697158 697163 697088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139572470 19566772224 350260 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
[pid=697163/tid=697234] ppid=697158 vsize=19108176 memory=1401040 CPUtime=0 cores=1,3
/proc/697163/task/697234/stat : 697234 (Common-Cleaner) S 697158 697163 697088 0 -1 1077936192 209 0 0 0 0 0 0 0 20 0 20 0 139572471 19566772224 350260 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
[pid=697163/tid=697236] ppid=697158 vsize=19108176 memory=7328 CPUtime=0 cores=1,3
/proc/697163/task/697236/stat : 697236 (Timer-0) S 697158 697163 697088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139572520 19566772224 350260 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
Current children cumulated CPU time: 228.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1401040 KiB

[startup+226.4 s]
/proc/loadavg: 4.41 2.52 1.09 6/324 697416
/proc/meminfo: memFree=116772776/131655788 swapFree=131071996/131071996
[pid=697163] ppid=697158 vsize=19108176 memory=1401040 CPUtime=229.63 cores=1,3
/proc/697163/stat : 697163 (java) S 697158 697163 697088 0 -1 1077936128 59750 0 125 0 22904 59 0 0 20 0 20 0 139572416 19566772224 350260 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 0 0 16800975 0 0 0 17 1 0 0 8 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
/proc/697163/statm: 4777044 350260 5888 1 0 557206 0
[pid=697163/tid=697169] ppid=697158 vsize=19108176 memory=1401040 CPUtime=222.36 cores=1,3
/proc/697163/task/697169/stat : 697169 (java) R 697158 697163 697088 0 -1 4194368 24776 0 90 0 22202 34 0 0 20 0 20 0 139572426 19566772224 350260 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 37 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
[pid=697163/tid=697207] ppid=697158 vsize=19108176 memory=1401040 CPUtime=0 cores=1,3
/proc/697163/task/697207/stat : 697207 (Finalizer) S 697158 697163 697088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139572470 19566772224 350260 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
[pid=697163/tid=697234] ppid=697158 vsize=19108176 memory=7124 CPUtime=0 cores=1,3
/proc/697163/task/697234/stat : 697234 (Common-Cleaner) S 697158 697163 697088 0 -1 1077936192 209 0 0 0 0 0 0 0 20 0 20 0 139572471 19566772224 350260 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
[pid=697163/tid=697236] ppid=697158 vsize=19108176 memory=-8599739372676817596 CPUtime=0 cores=1,3
/proc/697163/task/697236/stat : 697236 (Timer-0) S 697158 697163 697088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139572520 19566772224 350260 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
Current children cumulated CPU time: 229.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1401040 KiB

[startup+226.8 s]
/proc/loadavg: 4.41 2.52 1.09 6/324 697416
/proc/meminfo: memFree=116772776/131655788 swapFree=131071996/131071996
[pid=697163] ppid=697158 vsize=19108176 memory=1403144 CPUtime=230.13 cores=1,3
/proc/697163/stat : 697163 (java) S 697158 697163 697088 0 -1 1077936128 60211 0 125 0 22954 59 0 0 20 0 20 0 139572416 19566772224 350786 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 0 0 16800975 0 0 0 17 1 0 0 8 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
/proc/697163/statm: 4777044 350786 5888 1 0 557206 0
[pid=697163/tid=697169] ppid=697158 vsize=19108176 memory=4528 CPUtime=222.72 cores=1,3
/proc/697163/task/697169/stat : 697169 (java) R 697158 697163 697088 0 -1 4194368 24795 0 90 0 22238 34 0 0 20 0 20 0 139572426 19566772224 350786 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 37 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
[pid=697163/tid=697207] ppid=697158 vsize=19108176 memory=24503 CPUtime=0 cores=1,3
/proc/697163/task/697207/stat : 697207 (Finalizer) S 697158 697163 697088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139572470 19566772224 350786 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
[pid=697163/tid=697234] ppid=697158 vsize=19108176 memory=1206666 CPUtime=0 cores=1,3
/proc/697163/task/697234/stat : 697234 (Common-Cleaner) S 697158 697163 697088 0 -1 1077936192 209 0 0 0 0 0 0 0 20 0 20 0 139572471 19566772224 350786 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
[pid=697163/tid=697236] ppid=697158 vsize=19108176 memory=40528 CPUtime=0 cores=1,3
/proc/697163/task/697236/stat : 697236 (Timer-0) S 697158 697163 697088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139572520 19566772224 350786 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
Current children cumulated CPU time: 230.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1403144 KiB

[startup+227.2 s]
/proc/loadavg: 4.41 2.52 1.09 6/324 697416
/proc/meminfo: memFree=116770664/131655788 swapFree=131071996/131071996
[pid=697163] ppid=697158 vsize=19108176 memory=1403152 CPUtime=230.58 cores=1,3
/proc/697163/stat : 697163 (java) S 697158 697163 697088 0 -1 1077936128 60322 0 125 0 22999 59 0 0 20 0 20 0 139572416 19566772224 350788 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 0 0 16800975 0 0 0 17 1 0 0 8 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
/proc/697163/statm: 4777044 350788 5888 1 0 557206 0
[pid=697163/tid=697169] ppid=697158 vsize=19108176 memory=36896 CPUtime=223.12 cores=1,3
/proc/697163/task/697169/stat : 697169 (java) R 697158 697163 697088 0 -1 4194368 24798 0 90 0 22278 34 0 0 20 0 20 0 139572426 19566772224 350788 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 37 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
[pid=697163/tid=697207] ppid=697158 vsize=19108176 memory=12508 CPUtime=0 cores=1,3
/proc/697163/task/697207/stat : 697207 (Finalizer) S 697158 697163 697088 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 139572470 19566772224 350788 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
[pid=697163/tid=697234] ppid=697158 vsize=19108176 memory=1936 CPUtime=0 cores=1,3
/proc/697163/task/697234/stat : 697234 (Common-Cleaner) S 697158 697163 697088 0 -1 1077936192 209 0 0 0 0 0 0 0 20 0 20 0 139572471 19566772224 350788 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
[pid=697163/tid=697236] ppid=697158 vsize=19108176 memory=26652 CPUtime=0 cores=1,3
/proc/697163/task/697236/stat : 697236 (Timer-0) S 697158 697163 697088 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 139572520 19566772224 350788 134679101440 94116846129152 94116846132848 140722455488496 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94116846140664 94116846141456 94116867698688 140722455495638 140722455495751 140722455495751 140722455502792 0
Current children cumulated CPU time: 230.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1403152 KiB

Child status: 30

Real time (s): 227.26
CPU time (s): 230.656
CPU user time (s): 230.054
CPU system time (s): 0.602264
CPU usage (%): 101.494
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 1403152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 230.054
system time used= 0.602264
maximum resident set size= 1404544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62108
page faults= 125
swaps= 0
block input operations= 18312
block output operations= 320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8756
involuntary context switches= 1337


# summary of solver processes directly reported to runsolver:
#   pid: 697163
#   total CPU time (s): 230.656
#   total CPU user time (s): 230.054
#   total CPU system time (s): 0.602264

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.02382 second user time and 2.42177 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-13 14:36:05
IDJOB=4424287
IDBENCH=143679
IDSOLVER=3035
FILE ID=nodeC011/4424287-1720874152
RUNJOBID= nodeC011-1720874164-697100
SLURM_JOB_ID= 7483759
Free space on /tmp= 723780 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111218955--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4424287-1720874152/watcher-4424287-1720874152 -o /tmp/evaluation-result-4424287-1720874152/solver-4424287-1720874152 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1720874164-697100 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4424287-1720874152.wbo

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

MD5SUM BENCH= bde05d98e9c3034ba9efb528ac470ce1
RANDOM SEED=450756964

nodeC011.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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.147
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.20
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.166
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
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.137
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.20
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.135
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
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.130
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.20
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.145
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
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.137
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.20
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.148
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        130185452 kB
MemAvailable:   129999072 kB
Buffers:          316016 kB
Cached:           348136 kB
SwapCached:            0 kB
Active:           444084 kB
Inactive:         534144 kB
Active(anon):       1332 kB
Inactive(anon):   350528 kB
Active(file):     442752 kB
Inactive(file):   183616 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              3360 kB
Writeback:             0 kB
AnonPages:        314192 kB
Mapped:           101600 kB
Shmem:             37704 kB
KReclaimable:      54900 kB
Slab:             143444 kB
SReclaimable:      54900 kB
SUnreclaim:        88544 kB
KernelStack:        3808 kB
PageTables:         8672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     615440 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            45568 kB
HardwareCorrupted:     0 kB
AnonHugePages:    188416 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      160584 kB
DirectMap2M:    10229760 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 723768 MiB
End job on nodeC011 at 2024-07-13 14:39:53