Trace number 4446182

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 2024 2024-07-07UNSAT cert. 171.044 167.274

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-86.opb
MD5SUM3b78757f10307782e0b04e5cada0d1b0
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark8.36818
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7354
Total number of constraints165969
Number of constraints which are clauses149056
Number of constraints which are cardinality constraints (but not clauses)575
Number of constraints which are nor clauses,nor cardinality constraints16338
Minimum length of a constraint1
Maximum length of a constraint195
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 196
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	--- Begin Solver configuration ---
0.13/0.13	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.13/0.13	Learn all clauses as in MiniSAT
0.13/0.13	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	Expensive reason simplification
0.13/0.13	Glucose 2.1 dynamic restart strategy
0.13/0.13	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.13/0.13	timeout=2147483s
0.13/0.13	DB Simplification allowed=false
0.13/0.13	Listener: none
0.13/0.13	--- End Solver configuration ---
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	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.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4446182-1721820836.opb
0.13/0.13	c reading problem ... 
0.18/0.88	c using VERIPB proof format
0.18/0.88	c  no objective function found
2.13/1.94	c ... done. Wall clock time 1.811s.
2.13/1.94	c declared #vars     7354
2.13/1.94	c #constraints  166285
2.13/1.94	c constraints type 
2.13/1.94	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 35880
2.13/1.94	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 528
2.13/1.94	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 16338
2.13/1.94	c org.sat4j.specs.Constr$1 => 13565
2.13/1.94	c org.sat4j.pb.constraints.pb.UnitClausePB => 643
2.13/1.94	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 99331
2.13/1.94	c 166285 constraints processed.
5.10/3.43	c cleaning 2481 clauses out of 4987 with flag 77474/5000
7.47/4.67	c cleaning 4252 clauses out of 8506 with flag 192199/11001
9.10/5.73	c cleaning 5624 clauses out of 11253 with flag 318561/18000
10.68/7.07	c cleaning 6759 clauses out of 13624 with flag 458146/26000
12.24/8.38	c cleaning 7932 clauses out of 15864 with flag 624575/35000
13.80/9.82	c cleaning 8913 clauses out of 17921 with flag 777711/45000
15.32/11.34	c cleaning 9959 clauses out of 20002 with flag 951602/56000
16.70/12.79	c cleaning 10991 clauses out of 22042 with flag 1094360/68001
18.85/14.88	c cleaning 11908 clauses out of 24050 with flag 1253374/81001
21.05/17.08	c cleaning 12984 clauses out of 26136 with flag 1444113/95002
23.94/19.96	c cleaning 14071 clauses out of 28142 with flag 1636135/110000
26.93/22.92	c cleaning 14915 clauses out of 30070 with flag 1829471/126000
29.80/25.73	c cleaning 15922 clauses out of 32146 with flag 2040685/143000
32.28/28.19	c cleaning 17016 clauses out of 34211 with flag 2297854/161000
34.76/30.60	c cleaning 18009 clauses out of 36191 with flag 2503225/180000
37.37/33.22	c cleaning 19023 clauses out of 38166 with flag 2716557/200000
39.97/35.84	c cleaning 20025 clauses out of 40142 with flag 2949009/221003
43.18/39.16	c cleaning 21041 clauses out of 42108 with flag 3165695/243000
46.37/42.30	c cleaning 21990 clauses out of 44055 with flag 3371489/266000
49.86/45.80	c cleaning 23009 clauses out of 46060 with flag 3624625/290000
53.75/49.73	c cleaning 24012 clauses out of 48048 with flag 3884476/315000
58.45/54.40	c cleaning 24994 clauses out of 50036 with flag 4127969/341000
62.84/58.81	c cleaning 25944 clauses out of 52041 with flag 4359515/368000
68.52/64.60	c cleaning 27022 clauses out of 54097 with flag 4623667/396002
74.97/71.06	c cleaning 27958 clauses out of 56061 with flag 4921343/425000
80.35/76.40	c cleaning 29046 clauses out of 58103 with flag 5241725/455001
85.74/81.86	c cleaning 30001 clauses out of 60054 with flag 5509250/486000
92.33/88.45	c cleaning 30966 clauses out of 62053 with flag 5802037/518001
100.11/96.28	c cleaning 31928 clauses out of 64070 with flag 6186848/551000
106.68/102.88	c cleaning 32785 clauses out of 66138 with flag 6500942/585000
113.27/109.46	c cleaning 33692 clauses out of 68352 with flag 6801864/620000
120.25/116.49	c cleaning 34656 clauses out of 70653 with flag 7134994/656000
128.64/124.83	c cleaning 35627 clauses out of 72993 with flag 7462495/693001
136.82/133.05	c cleaning 36434 clauses out of 75363 with flag 7802228/731000
145.44/141.64	c cleaning 37979 clauses out of 77915 with flag 8128880/770000
156.62/152.82	c cleaning 38662 clauses out of 79935 with flag 8505441/810000
167.77/164.09	c cleaning 39140 clauses out of 82270 with flag 8891865/851000
170.96/167.21	c starts		: 2018
170.96/167.22	c conflicts		: 862150
170.96/167.22	c decisions		: 5350335
170.96/167.22	c propagations		: 189968352
170.96/167.22	c inspects		: 2216312166
170.96/167.22	c shortcuts		: 0
170.96/167.22	c learnt literals	: 205
170.96/167.22	c learnt binary clauses	: 1405
170.96/167.22	c learnt ternary clauses	: 6764
170.96/167.22	c learnt constraints	: 861944
170.96/167.22	c ignored constraints	: 0
170.96/167.22	c root simplifications	: 0
170.96/167.22	c removed literals (reason simplification)	: 19422584
170.96/167.22	c reason swapping (by a shorter reason)	: 0
170.96/167.22	c Calls to reduceDB	: 37
170.96/167.22	c Number of update (reduction) of LBD	: 586984
170.96/167.22	c Imported unit clauses	: 0
170.96/167.22	c No decision after first conflict	: false
170.96/167.22	c number of reductions to clauses (during analyze)	: 0
170.96/167.22	c number of learned constraints concerned by reduction	: 0
170.96/167.22	c number of learning phase by resolution	: 0
170.96/167.22	c number of learning phase by cutting planes	: 0
170.96/167.22	c number of rounding to 1 operations	: 0
170.96/167.22	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
170.96/167.22	c number of reductions of the coefficients by power 2 	: 0
170.96/167.22	c number of right shift for reduction by power 2 	: 0
170.96/167.22	c number of reductions of the coefficients by GCD over coefficients 	: 0
170.96/167.23	c number of ending skipping 	: 0
170.96/167.23	c number of internal skipping 	: 0
170.96/167.23	c number of derivation steps 	: 0
170.96/167.23	c number of skipped derivation steps 	: 0
170.96/167.23	c number of remaining unassigned 	: 0
170.96/167.23	c number of remaining assigned 	: 0
170.96/167.23	c number of falsified literals weakened from reason	: 0
170.96/167.23	c number of falsified literals weakened from conflict	: 0
170.96/167.23	c time for arithmetic operations	: 0
170.96/167.23	c minimum degree of deleted constraints	: null
170.96/167.23	c maximum degree of deleted constraints	: null
170.96/167.23	c number of deleted constraints	: 0
170.96/167.23	c speed (assignments/second)	: 1149442.4396442184
170.96/167.23	c non guided choices	: 68197
170.96/167.26	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 52869
170.96/167.26	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 1405
170.96/167.26	s UNSATISFIABLE
170.96/167.26	c Total wall clock time (in seconds): 167.13

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB

Running VeriPB version 2.2.1
s VERIFIED UNSATISFIABLE
Verification succeeded.

VeriPB + CakePB

-- veripb --
Running VeriPB version 2.2.1
s VERIFIED UNSATISFIABLE
Verification succeeded.
-- cakepb --
s VERIFIED UNSATISFIABLE
--summary--
ALL OK

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: 63968 MiB (50518 MiB free)
  memory of node 1: 64473 MiB (52399 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446182-1721820836/watcher-4446182-1721820836 -o /tmp/evaluation-result-4446182-1721820836/solver-4446182-1721820836 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721817186-236610 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4446182-1721820836 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4446182-1721820836.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing FSIZE limit: 104857600 KiB
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
Current StackSize limit: 8192 KiB

solver pid=239202, runsolver pid=239199

[startup+0.100056 s]*
/proc/loadavg: 4.23 4.25 4.19 6/338 239220
/proc/meminfo: memFree=105339260/131524600 swapFree=131071216/131071996
[pid=239202] ppid=239199 vsize=18975048 memory=67404 CPUtime=0.13 cores=4,6
/proc/239202/stat : 239202 (java) S 239199 239202 236599 0 -1 1077936128 7192 0 0 0 11 2 0 0 20 0 18 0 18606193 19430449152 16851 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
/proc/239202/statm: 4743762 16851 5701 1 0 549330 0
[pid=239202/tid=239204] ppid=239199 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/239202/task/239204/stat : 239204 (java) R 239199 239202 236599 0 -1 4194368 5759 0 0 0 7 1 0 0 20 0 18 0 18606194 19430449152 16851 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
[pid=239202/tid=239213] ppid=239199 vsize=18975048 memory=237146210664 CPUtime=0 cores=4,6
/proc/239202/task/239213/stat : 239213 (Finalizer) S 239199 239202 236599 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18606196 19430449152 16851 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
[pid=239202/tid=239220] ppid=239199 vsize=18975048 memory=15542920531624460 CPUtime=0 cores=4,6
/proc/239202/task/239220/stat : 239220 (Common-Cleaner) S 239199 239202 236599 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18606197 19430449152 16851 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67404 KiB

[startup+0.205932 s]*
/proc/loadavg: 4.23 4.25 4.19 4/338 239220
/proc/meminfo: memFree=105328940/131524600 swapFree=131071216/131071996
[pid=239202] ppid=239199 vsize=18975048 memory=67960 CPUtime=0.18 cores=4,6
/proc/239202/stat : 239202 (java) S 239199 239202 236599 0 -1 1077936128 7387 0 0 0 16 2 0 0 20 0 18 0 18606193 19430449152 16990 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
/proc/239202/statm: 4743762 16990 5717 1 0 549485 0
[pid=239202/tid=239204] ppid=239199 vsize=18975048 memory=4782652875487838339 CPUtime=0.11 cores=4,6
/proc/239202/task/239204/stat : 239204 (java) D 239199 239202 236599 0 -1 1078198336 5886 0 0 0 10 1 0 0 20 0 18 0 18606194 19430449152 16990 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
[pid=239202/tid=239213] ppid=239199 vsize=18975048 memory=738093 CPUtime=0 cores=4,6
/proc/239202/task/239213/stat : 239213 (Finalizer) S 239199 239202 236599 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18606196 19430449152 16990 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
[pid=239202/tid=239220] ppid=239199 vsize=18975048 memory=15261445554177769 CPUtime=0 cores=4,6
/proc/239202/task/239220/stat : 239220 (Common-Cleaner) S 239199 239202 236599 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18606197 19430449152 16990 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67960 KiB

[startup+0.305813 s]*
/proc/loadavg: 4.22 4.24 4.19 4/338 239220
/proc/meminfo: memFree=105321480/131524600 swapFree=131071216/131071996
[pid=239202] ppid=239199 vsize=18975048 memory=67960 CPUtime=0.18 cores=4,6
/proc/239202/stat : 239202 (java) S 239199 239202 236599 0 -1 1077936128 7387 0 0 0 16 2 0 0 20 0 18 0 18606193 19430449152 16990 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
/proc/239202/statm: 4743762 16990 5717 1 0 549485 0
[pid=239202/tid=239204] ppid=239199 vsize=18975048 memory=-8526555870243037884 CPUtime=0.11 cores=4,6
/proc/239202/task/239204/stat : 239204 (java) D 239199 239202 236599 0 -1 1078198336 5886 0 0 0 10 1 0 0 20 0 18 0 18606194 19430449152 16990 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
[pid=239202/tid=239213] ppid=239199 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/239202/task/239213/stat : 239213 (Finalizer) S 239199 239202 236599 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18606196 19430449152 16990 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
[pid=239202/tid=239220] ppid=239199 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/239202/task/239220/stat : 239220 (Common-Cleaner) S 239199 239202 236599 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18606197 19430449152 16990 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67960 KiB

[startup+0.700254 s]
/proc/loadavg: 4.22 4.24 4.19 4/338 239220
/proc/meminfo: memFree=105309428/131524600 swapFree=131071216/131071996
[pid=239202] ppid=239199 vsize=18975048 memory=67960 CPUtime=0.18 cores=4,6
/proc/239202/stat : 239202 (java) S 239199 239202 236599 0 -1 1077936128 7389 0 0 0 16 2 0 0 20 0 18 0 18606193 19430449152 16990 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
/proc/239202/statm: 4743762 16990 5717 1 0 549485 0
[pid=239202/tid=239204] ppid=239199 vsize=18975048 memory=5520 CPUtime=0.11 cores=4,6
/proc/239202/task/239204/stat : 239204 (java) D 239199 239202 236599 0 -1 1077936192 5888 0 0 0 10 1 0 0 20 0 18 0 18606194 19430449152 16990 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
[pid=239202/tid=239213] ppid=239199 vsize=18975048 memory=13048 CPUtime=0 cores=4,6
/proc/239202/task/239213/stat : 239213 (Finalizer) S 239199 239202 236599 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18606196 19430449152 16990 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
[pid=239202/tid=239220] ppid=239199 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/239202/task/239220/stat : 239220 (Common-Cleaner) S 239199 239202 236599 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18606197 19430449152 16990 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
Current children cumulated CPU time: 0.18 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67960 KiB

[startup+1.50071 s]
/proc/loadavg: 4.22 4.24 4.19 6/338 239220
/proc/meminfo: memFree=105248396/131524600 swapFree=131071216/131071996
[pid=239202] ppid=239199 vsize=19041612 memory=188696 CPUtime=1.35 cores=4,6
/proc/239202/stat : 239202 (java) S 239199 239202 236599 0 -1 1077936128 16374 0 0 0 129 6 0 0 20 0 19 0 18606193 19498610688 47174 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
/proc/239202/statm: 4760403 47174 5882 1 0 555863 0
[pid=239202/tid=239204] ppid=239199 vsize=19041612 memory=13048 CPUtime=0.67 cores=4,6
/proc/239202/task/239204/stat : 239204 (java) R 239199 239202 236599 0 -1 4194368 6018 0 0 0 63 4 0 0 20 0 19 0 18606194 19498610688 47174 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
[pid=239202/tid=239213] ppid=239199 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/239202/task/239213/stat : 239213 (Finalizer) S 239199 239202 236599 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18606196 19498610688 47174 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
[pid=239202/tid=239220] ppid=239199 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/239202/task/239220/stat : 239220 (Common-Cleaner) S 239199 239202 236599 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18606197 19498610688 47174 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
Current children cumulated CPU time: 1.35 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 188696 KiB

[startup+3.11271 s]
/proc/loadavg: 4.22 4.24 4.19 6/340 239222
/proc/meminfo: memFree=105023244/131524600 swapFree=131071216/131071996
[pid=239202] ppid=239199 vsize=19108176 memory=212304 CPUtime=4.53 cores=4,6
/proc/239202/stat : 239202 (java) S 239199 239202 236599 0 -1 1077936128 23284 0 0 0 443 10 0 0 20 0 20 0 18606193 19566772224 53076 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
/proc/239202/statm: 4777044 53076 5910 1 0 557935 0
[pid=239202/tid=239204] ppid=239199 vsize=19108176 memory=198340509722 CPUtime=2.16 cores=4,6
/proc/239202/task/239204/stat : 239204 (java) R 239199 239202 236599 0 -1 4194368 6372 0 0 0 211 5 0 0 20 0 20 0 18606194 19566772224 53076 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
[pid=239202/tid=239213] ppid=239199 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/239202/task/239213/stat : 239213 (Finalizer) S 239199 239202 236599 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18606196 19566772224 53076 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
[pid=239202/tid=239220] ppid=239199 vsize=19108176 memory=13048 CPUtime=0 cores=4,6
/proc/239202/task/239220/stat : 239220 (Common-Cleaner) S 239199 239202 236599 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18606197 19566772224 53076 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
[pid=239202/tid=239222] ppid=239199 vsize=19108176 memory=202632 CPUtime=0 cores=4,6
/proc/239202/task/239222/stat : 239222 (Timer-0) S 239199 239202 236599 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18606388 19566772224 53076 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
Current children cumulated CPU time: 4.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 212304 KiB

[startup+6.30072 s]
/proc/loadavg: 4.28 4.25 4.19 5/340 239224
/proc/meminfo: memFree=104430012/131524600 swapFree=131071216/131071996
[pid=239202] ppid=239199 vsize=19108176 memory=383328 CPUtime=9.92 cores=4,6
/proc/239202/stat : 239202 (java) S 239199 239202 236599 0 -1 1077936128 29882 0 0 0 976 16 0 0 20 0 20 0 18606193 19566772224 95832 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
/proc/239202/statm: 4777044 95832 5910 1 0 963235 0
[pid=239202/tid=239204] ppid=239199 vsize=19108176 memory=0 CPUtime=5.28 cores=4,6
/proc/239202/task/239204/stat : 239204 (java) R 239199 239202 236599 0 -1 4194368 7384 0 0 0 519 9 0 0 20 0 20 0 18606194 19566772224 95832 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
[pid=239202/tid=239213] ppid=239199 vsize=19108176 memory=13048 CPUtime=0 cores=4,6
/proc/239202/task/239213/stat : 239213 (Finalizer) S 239199 239202 236599 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18606196 19566772224 95832 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
[pid=239202/tid=239220] ppid=239199 vsize=19108176 memory=211388 CPUtime=0 cores=4,6
/proc/239202/task/239220/stat : 239220 (Common-Cleaner) S 239199 239202 236599 0 -1 1077936192 29 0 0 0 0 0 0 0 20 0 20 0 18606197 19566772224 95832 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
[pid=239202/tid=239222] ppid=239199 vsize=19108176 memory=352608 CPUtime=0 cores=4,6
/proc/239202/task/239222/stat : 239222 (Timer-0) S 239199 239202 236599 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18606388 19566772224 95832 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
Current children cumulated CPU time: 9.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 383328 KiB

[startup+12.7003 s]
/proc/loadavg: 4.26 4.25 4.19 5/340 239224
/proc/meminfo: memFree=103816592/131524600 swapFree=131071216/131071996
[pid=239202] ppid=239199 vsize=19108176 memory=554260 CPUtime=16.7 cores=4,6
/proc/239202/stat : 239202 (java) S 239199 239202 236599 0 -1 1077936128 30751 0 0 0 1649 21 0 0 20 0 20 0 18606193 19566772224 138565 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
/proc/239202/statm: 4777044 138565 5910 1 0 963246 0
[pid=239202/tid=239204] ppid=239199 vsize=19108176 memory=554260 CPUtime=11.58 cores=4,6
/proc/239202/task/239204/stat : 239204 (java) R 239199 239202 236599 0 -1 4194368 7734 0 0 0 1144 14 0 0 20 0 20 0 18606194 19566772224 138565 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
[pid=239202/tid=239213] ppid=239199 vsize=19108176 memory=11684 CPUtime=0 cores=4,6
/proc/239202/task/239213/stat : 239213 (Finalizer) S 239199 239202 236599 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18606196 19566772224 138565 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
[pid=239202/tid=239220] ppid=239199 vsize=19108176 memory=6082509772025324371 CPUtime=0 cores=4,6
/proc/239202/task/239220/stat : 239220 (Common-Cleaner) S 239199 239202 236599 0 -1 1077936192 29 0 0 0 0 0 0 0 20 0 20 0 18606197 19566772224 138565 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
[pid=239202/tid=239222] ppid=239199 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/239202/task/239222/stat : 239222 (Timer-0) S 239199 239202 236599 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18606388 19566772224 138565 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
Current children cumulated CPU time: 16.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 554260 KiB

[startup+25.5003 s]
/proc/loadavg: 4.30 4.26 4.20 5/340 239228
/proc/meminfo: memFree=102565312/131524600 swapFree=131071216/131071996
[pid=239202] ppid=239199 vsize=19108176 memory=855620 CPUtime=29.6 cores=4,6
/proc/239202/stat : 239202 (java) S 239199 239202 236599 0 -1 1077936128 38939 0 0 0 2929 31 0 0 20 0 20 0 18606193 19566772224 213905 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
/proc/239202/statm: 4777044 213905 5926 1 0 963247 0
[pid=239202/tid=239204] ppid=239199 vsize=19108176 memory=6082509772025324371 CPUtime=24.31 cores=4,6
/proc/239202/task/239204/stat : 239204 (java) R 239199 239202 236599 0 -1 4194368 9400 0 0 0 2409 22 0 0 20 0 20 0 18606194 19566772224 213905 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
[pid=239202/tid=239213] ppid=239199 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/239202/task/239213/stat : 239213 (Finalizer) S 239199 239202 236599 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18606196 19566772224 213905 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
[pid=239202/tid=239220] ppid=239199 vsize=19108176 memory=26184 CPUtime=0 cores=4,6
/proc/239202/task/239220/stat : 239220 (Common-Cleaner) S 239199 239202 236599 0 -1 1077936192 70 0 0 0 0 0 0 0 20 0 20 0 18606197 19566772224 213905 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
[pid=239202/tid=239222] ppid=239199 vsize=19108176 memory=-8526555870243037884 CPUtime=0 cores=4,6
/proc/239202/task/239222/stat : 239222 (Timer-0) S 239199 239202 236599 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18606388 19566772224 213905 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
Current children cumulated CPU time: 29.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 855620 KiB

[startup+51.1058 s]
/proc/loadavg: 4.26 4.25 4.19 5/341 239232
/proc/meminfo: memFree=101827780/131524600 swapFree=131071216/131071996
[pid=239202] ppid=239199 vsize=19108176 memory=1169040 CPUtime=55.16 cores=4,6
/proc/239202/stat : 239202 (java) S 239199 239202 236599 0 -1 1077936128 43169 0 0 0 5474 42 0 0 20 0 20 0 18606193 19566772224 292260 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
/proc/239202/statm: 4777044 292260 5926 1 0 963249 0
[pid=239202/tid=239204] ppid=239199 vsize=19108176 memory=1169040 CPUtime=49.73 cores=4,6
/proc/239202/task/239204/stat : 239204 (java) R 239199 239202 236599 0 -1 4194368 11368 0 0 0 4942 31 0 0 20 0 20 0 18606194 19566772224 292260 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 10 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
[pid=239202/tid=239213] ppid=239199 vsize=19108176 memory=11684 CPUtime=0 cores=4,6
/proc/239202/task/239213/stat : 239213 (Finalizer) S 239199 239202 236599 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18606196 19566772224 292260 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
[pid=239202/tid=239220] ppid=239199 vsize=19108176 memory=11684 CPUtime=0 cores=4,6
/proc/239202/task/239220/stat : 239220 (Common-Cleaner) S 239199 239202 236599 0 -1 1077936192 70 0 0 0 0 0 0 0 20 0 20 0 18606197 19566772224 292260 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
[pid=239202/tid=239222] ppid=239199 vsize=19108176 memory=11684 CPUtime=0 cores=4,6
/proc/239202/task/239222/stat : 239222 (Timer-0) S 239199 239202 236599 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18606388 19566772224 292260 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
Current children cumulated CPU time: 55.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1169040 KiB

[startup+102.3 s]
/proc/loadavg: 4.25 4.24 4.19 5/334 239240
/proc/meminfo: memFree=99959092/131524600 swapFree=131071216/131071996
[pid=239202] ppid=239199 vsize=19108176 memory=1808044 CPUtime=106.18 cores=4,6
/proc/239202/stat : 239202 (java) S 239199 239202 236599 0 -1 1077936128 48451 0 0 0 10553 65 0 0 20 0 20 0 18606193 19566772224 452011 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
/proc/239202/statm: 4777044 452011 5926 1 0 963253 0
[pid=239202/tid=239204] ppid=239199 vsize=19108176 memory=7480 CPUtime=100.66 cores=4,6
/proc/239202/task/239204/stat : 239204 (java) R 239199 239202 236599 0 -1 4194368 14406 0 0 0 10014 52 0 0 20 0 20 0 18606194 19566772224 452011 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 16 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
[pid=239202/tid=239213] ppid=239199 vsize=19108176 memory=11684 CPUtime=0 cores=4,6
/proc/239202/task/239213/stat : 239213 (Finalizer) S 239199 239202 236599 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18606196 19566772224 452011 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
[pid=239202/tid=239220] ppid=239199 vsize=19108176 memory=1803948 CPUtime=0 cores=4,6
/proc/239202/task/239220/stat : 239220 (Common-Cleaner) S 239199 239202 236599 0 -1 1077936192 121 0 0 0 0 0 0 0 20 0 20 0 18606197 19566772224 452011 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
[pid=239202/tid=239222] ppid=239199 vsize=19108176 memory=1803948 CPUtime=0 cores=4,6
/proc/239202/task/239222/stat : 239222 (Timer-0) S 239199 239202 236599 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18606388 19566772224 452011 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
Current children cumulated CPU time: 106.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1808044 KiB

[startup+162.3 s]
/proc/loadavg: 4.22 4.23 4.19 5/334 239250
/proc/meminfo: memFree=98379812/131524600 swapFree=131071216/131071996
[pid=239202] ppid=239199 vsize=19108176 memory=2246360 CPUtime=166.07 cores=4,6
/proc/239202/stat : 239202 (java) S 239199 239202 236599 0 -1 1077936128 54958 0 0 0 16522 85 0 0 20 0 20 0 18606193 19566772224 561590 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
/proc/239202/statm: 4777044 561590 5926 1 0 963256 0
[pid=239202/tid=239204] ppid=239199 vsize=19108176 memory=9352 CPUtime=160.38 cores=4,6
/proc/239202/task/239204/stat : 239204 (java) R 239199 239202 236599 0 -1 4194368 16935 0 0 0 15968 70 0 0 20 0 20 0 18606194 19566772224 561590 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 27 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
[pid=239202/tid=239213] ppid=239199 vsize=19108176 memory=2246360 CPUtime=0 cores=4,6
/proc/239202/task/239213/stat : 239213 (Finalizer) S 239199 239202 236599 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18606196 19566772224 561590 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
[pid=239202/tid=239220] ppid=239199 vsize=19108176 memory=2246360 CPUtime=0 cores=4,6
/proc/239202/task/239220/stat : 239220 (Common-Cleaner) S 239199 239202 236599 0 -1 1077936192 189 0 0 0 0 0 0 0 20 0 20 0 18606197 19566772224 561590 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
[pid=239202/tid=239222] ppid=239199 vsize=19108176 memory=2246360 CPUtime=0 cores=4,6
/proc/239202/task/239222/stat : 239222 (Timer-0) S 239199 239202 236599 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18606388 19566772224 561590 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
Current children cumulated CPU time: 166.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2246360 KiB

[startup+167.274 s]
# the end of solver process 239202 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=170.171 s, system=0.873071 s

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

[startup+163.2 s]
/proc/loadavg: 4.22 4.23 4.19 5/334 239250
/proc/meminfo: memFree=98370556/131524600 swapFree=131071216/131071996
[pid=239202] ppid=239199 vsize=19108176 memory=2246360 CPUtime=166.96 cores=4,6
/proc/239202/stat : 239202 (java) S 239199 239202 236599 0 -1 1077936128 54977 0 0 0 16611 85 0 0 20 0 20 0 18606193 19566772224 561590 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
/proc/239202/statm: 4777044 561590 5926 1 0 963256 0
[pid=239202/tid=239204] ppid=239199 vsize=19108176 memory=2246360 CPUtime=161.28 cores=4,6
/proc/239202/task/239204/stat : 239204 (java) R 239199 239202 236599 0 -1 4194368 16954 0 0 0 16058 70 0 0 20 0 20 0 18606194 19566772224 561590 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 27 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
[pid=239202/tid=239213] ppid=239199 vsize=19108176 memory=7480 CPUtime=0 cores=4,6
/proc/239202/task/239213/stat : 239213 (Finalizer) S 239199 239202 236599 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18606196 19566772224 561590 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
[pid=239202/tid=239220] ppid=239199 vsize=19108176 memory=73976 CPUtime=0 cores=4,6
/proc/239202/task/239220/stat : 239220 (Common-Cleaner) S 239199 239202 236599 0 -1 1077936192 189 0 0 0 0 0 0 0 20 0 20 0 18606197 19566772224 561590 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
[pid=239202/tid=239222] ppid=239199 vsize=19108176 memory=13048 CPUtime=0 cores=4,6
/proc/239202/task/239222/stat : 239222 (Timer-0) S 239199 239202 236599 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18606388 19566772224 561590 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
Current children cumulated CPU time: 166.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2246360 KiB

[startup+164.8 s]
/proc/loadavg: 4.22 4.23 4.19 5/334 239250
/proc/meminfo: memFree=98360796/131524600 swapFree=131071216/131071996
[pid=239202] ppid=239199 vsize=19108176 memory=2246360 CPUtime=168.56 cores=4,6
/proc/239202/stat : 239202 (java) S 239199 239202 236599 0 -1 1077936128 55040 0 0 0 16771 85 0 0 20 0 20 0 18606193 19566772224 561590 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
/proc/239202/statm: 4777044 561590 5926 1 0 963256 0
[pid=239202/tid=239204] ppid=239199 vsize=19108176 memory=2246360 CPUtime=162.88 cores=4,6
/proc/239202/task/239204/stat : 239204 (java) R 239199 239202 236599 0 -1 4194368 17017 0 0 0 16218 70 0 0 20 0 20 0 18606194 19566772224 561590 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 27 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
[pid=239202/tid=239213] ppid=239199 vsize=19108176 memory=8276 CPUtime=0 cores=4,6
/proc/239202/task/239213/stat : 239213 (Finalizer) S 239199 239202 236599 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18606196 19566772224 561590 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
[pid=239202/tid=239220] ppid=239199 vsize=19108176 memory=2246360 CPUtime=0 cores=4,6
/proc/239202/task/239220/stat : 239220 (Common-Cleaner) S 239199 239202 236599 0 -1 1077936192 189 0 0 0 0 0 0 0 20 0 20 0 18606197 19566772224 561590 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
[pid=239202/tid=239222] ppid=239199 vsize=19108176 memory=2246360 CPUtime=0 cores=4,6
/proc/239202/task/239222/stat : 239222 (Timer-0) S 239199 239202 236599 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18606388 19566772224 561590 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
Current children cumulated CPU time: 168.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2246360 KiB

[startup+166.4 s]
/proc/loadavg: 4.20 4.22 4.18 5/334 239252
/proc/meminfo: memFree=98340236/131524600 swapFree=131071216/131071996
[pid=239202] ppid=239199 vsize=19108176 memory=2246360 CPUtime=170.16 cores=4,6
/proc/239202/stat : 239202 (java) S 239199 239202 236599 0 -1 1077936128 55184 0 0 0 16931 85 0 0 20 0 20 0 18606193 19566772224 561590 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
/proc/239202/statm: 4777044 561590 5926 1 0 963256 0
[pid=239202/tid=239204] ppid=239199 vsize=19108176 memory=11684 CPUtime=164.47 cores=4,6
/proc/239202/task/239204/stat : 239204 (java) R 239199 239202 236599 0 -1 4194368 17161 0 0 0 16377 70 0 0 20 0 20 0 18606194 19566772224 561590 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 27 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
[pid=239202/tid=239213] ppid=239199 vsize=19108176 memory=73976 CPUtime=0 cores=4,6
/proc/239202/task/239213/stat : 239213 (Finalizer) S 239199 239202 236599 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18606196 19566772224 561590 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
[pid=239202/tid=239220] ppid=239199 vsize=19108176 memory=2246360 CPUtime=0 cores=4,6
/proc/239202/task/239220/stat : 239220 (Common-Cleaner) S 239199 239202 236599 0 -1 1077936192 189 0 0 0 0 0 0 0 20 0 20 0 18606197 19566772224 561590 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
[pid=239202/tid=239222] ppid=239199 vsize=19108176 memory=2246360 CPUtime=0 cores=4,6
/proc/239202/task/239222/stat : 239222 (Timer-0) S 239199 239202 236599 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18606388 19566772224 561590 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
Current children cumulated CPU time: 170.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2246360 KiB

[startup+166.8 s]
/proc/loadavg: 4.20 4.22 4.18 5/334 239252
/proc/meminfo: memFree=98340236/131524600 swapFree=131071216/131071996
[pid=239202] ppid=239199 vsize=19108176 memory=2246360 CPUtime=170.56 cores=4,6
/proc/239202/stat : 239202 (java) S 239199 239202 236599 0 -1 1077936128 55193 0 0 0 16970 86 0 0 20 0 20 0 18606193 19566772224 561590 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
/proc/239202/statm: 4777044 561590 5926 1 0 963256 0
[pid=239202/tid=239204] ppid=239199 vsize=19108176 memory=5520 CPUtime=164.87 cores=4,6
/proc/239202/task/239204/stat : 239204 (java) R 239199 239202 236599 0 -1 4194368 17170 0 0 0 16417 70 0 0 20 0 20 0 18606194 19566772224 561590 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 27 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
[pid=239202/tid=239213] ppid=239199 vsize=19108176 memory=16140 CPUtime=0 cores=4,6
/proc/239202/task/239213/stat : 239213 (Finalizer) S 239199 239202 236599 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18606196 19566772224 561590 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
[pid=239202/tid=239220] ppid=239199 vsize=19108176 memory=2246360 CPUtime=0 cores=4,6
/proc/239202/task/239220/stat : 239220 (Common-Cleaner) S 239199 239202 236599 0 -1 1077936192 189 0 0 0 0 0 0 0 20 0 20 0 18606197 19566772224 561590 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
[pid=239202/tid=239222] ppid=239199 vsize=19108176 memory=2246360 CPUtime=0 cores=4,6
/proc/239202/task/239222/stat : 239222 (Timer-0) S 239199 239202 236599 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18606388 19566772224 561590 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
Current children cumulated CPU time: 170.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2246360 KiB

[startup+167.2 s]
/proc/loadavg: 4.20 4.22 4.18 5/334 239252
/proc/meminfo: memFree=98330336/131524600 swapFree=131071216/131071996
[pid=239202] ppid=239199 vsize=19108176 memory=2246368 CPUtime=170.96 cores=4,6
/proc/239202/stat : 239202 (java) S 239199 239202 236599 0 -1 1077936128 55972 0 0 0 17010 86 0 0 20 0 20 0 18606193 19566772224 561592 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
/proc/239202/statm: 4777044 561592 5926 1 0 963256 0
[pid=239202/tid=239204] ppid=239199 vsize=19108176 memory=2246360 CPUtime=165.27 cores=4,6
/proc/239202/task/239204/stat : 239204 (java) D 239199 239202 236599 0 -1 4194368 17908 0 0 0 16457 70 0 0 20 0 20 0 18606194 19566772224 561592 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 27 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
[pid=239202/tid=239213] ppid=239199 vsize=19108176 memory=2246360 CPUtime=0 cores=4,6
/proc/239202/task/239213/stat : 239213 (Finalizer) S 239199 239202 236599 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18606196 19566772224 561592 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
[pid=239202/tid=239220] ppid=239199 vsize=19108176 memory=2246360 CPUtime=0 cores=4,6
/proc/239202/task/239220/stat : 239220 (Common-Cleaner) S 239199 239202 236599 0 -1 1077936192 189 0 0 0 0 0 0 0 20 0 20 0 18606197 19566772224 561592 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
[pid=239202/tid=239222] ppid=239199 vsize=19108176 memory=2246360 CPUtime=0 cores=4,6
/proc/239202/task/239222/stat : 239222 (Timer-0) S 239199 239202 236599 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18606388 19566772224 561592 134679101440 94830479740928 94830479744624 140732433986352 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94830479752440 94830479753232 94830493245440 140732433994667 140732433994849 140732433994849 140732434001864 0
Current children cumulated CPU time: 170.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2246368 KiB

Child status: 20

Real time (s): 167.274
CPU time (s): 171.044
CPU user time (s): 170.171
CPU system time (s): 0.873071
CPU usage (%): 102.254
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 2246368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 170.171
system time used= 0.873071
maximum resident set size= 2247828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57548
page faults= 0
swaps= 0
block input operations= 0
block output operations= 458208
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6619
involuntary context switches= 784


# summary of solver processes directly reported to runsolver:
#   pid: 239202
#   total CPU time (s): 171.044
#   total CPU user time (s): 170.171
#   total CPU system time (s): 0.873071

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.368421 second user time and 0.859363 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-24 13:33:57
IDJOB=4446182
IDBENCH=155502
IDSOLVER=3079
FILE ID=nodeC017/4446182-1721820836
RUNJOBID= nodeC017-1721817186-236610
SLURM_JOB_ID= 7816870
Free space on /tmp= 890024 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-86.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446182-1721820836/watcher-4446182-1721820836 -o /tmp/evaluation-result-4446182-1721820836/solver-4446182-1721820836 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721817186-236610 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4446182-1721820836 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4446182-1721820836.opb

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

MD5SUM BENCH= 3b78757f10307782e0b04e5cada0d1b0
RANDOM SEED=269975393

nodeC017.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	: 0xb00002a
cpu MHz		: 3672.646
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7000.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3683.716
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3670.948
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7000.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.392
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3655.494
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7000.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3683.733
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3620.984
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7000.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.553
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        105390632 kB
MemAvailable:   120693860 kB
Buffers:          262580 kB
Cached:         15784028 kB
SwapCached:           88 kB
Active:          2633864 kB
Inactive:       22682416 kB
Active(anon):       1572 kB
Inactive(anon):  9322072 kB
Active(file):    2632292 kB
Inactive(file): 13360344 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071216 kB
Dirty:            286832 kB
Writeback:             0 kB
AnonPages:       9267900 kB
Mapped:           139456 kB
Shmem:             53820 kB
KReclaimable:     300828 kB
Slab:             437448 kB
SReclaimable:     300828 kB
SUnreclaim:       136620 kB
KernelStack:        5184 kB
PageTables:        28328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   15643212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            21280 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8966144 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:      422612 kB
DirectMap2M:    40245248 kB
DirectMap1G:    95420416 kB

Free space on /tmp at the end= 890024 MiB
End job on nodeC017 at 2024-07-24 13:36:44