Trace number 4446005

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-12? (TO) 3600.28 3584.35

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-133.opb
MD5SUMbf76f01107fc6e0f0d7316d8818a221b
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables48253
Total number of constraints1119563
Number of constraints which are clauses1005877
Number of constraints which are cardinality constraints (but not clauses)3541
Number of constraints which are nor clauses,nor cardinality constraints110145
Minimum length of a constraint1
Maximum length of a constraint690
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 691
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.13	c See www.sat4j.org for details.
0.11/0.15	c version CUSTOM.v20240707
0.11/0.17	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.17	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.17	c java.vm.version	22.0.1+8-16
0.11/0.17	c java.vm.vendor	Oracle Corporation
0.11/0.17	c sun.arch.data.model	64
0.11/0.17	c java.version		22.0.1
0.11/0.17	c os.name		Linux
0.11/0.17	c os.version		4.18.0-301.1.el8.x86_64
0.11/0.17	c os.arch		amd64
0.11/0.18	c Free memory 		2113181440
0.11/0.18	c Max memory 		16282288128
0.11/0.18	c Total memory 		2122317824
0.11/0.19	c Number of processors 	2
0.39/0.36	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.39/0.36	 - never skip resolution steps
0.39/0.36	 - Auto-division on coefficients is disabled
0.39/0.36	 - No postprocessing
0.39/0.36	 - Conflict is considered as is when resolving
0.39/0.36	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.39/0.36	 - Weaken first using unassigned literals
0.39/0.36	 - Bump strategy: ALWAYS_ONE
0.39/0.36	 - Bumper: ASSIGNED
0.39/0.36	--- Begin Solver configuration ---
0.39/0.36	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.39/0.36	Learn all clauses as in MiniSAT
0.39/0.36	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.39/0.36	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.39/0.36	No reason simplification
0.39/0.36	Armin Biere (Picosat) restarts strategy
0.39/0.36	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.39/0.36	timeout=2147483s
0.39/0.36	DB Simplification allowed=false
0.39/0.36	Listener: none
0.39/0.36	--- End Solver configuration ---
0.39/0.36	c Pseudo Boolean Optimization by upper bound
0.39/0.36	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.39/0.36	c  - never skip resolution steps
0.39/0.36	c  - Auto-division on coefficients is disabled
0.39/0.36	c  - No postprocessing
0.39/0.36	c  - Conflict is considered as is when resolving
0.39/0.36	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.39/0.36	c  - Weaken first using unassigned literals
0.39/0.36	c  - Bump strategy: ALWAYS_ONE
0.39/0.36	c  - Bumper: ASSIGNED
0.39/0.36	c --- Begin Solver configuration ---
0.39/0.36	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.39/0.36	c Learn all clauses as in MiniSAT
0.39/0.36	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.39/0.36	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.39/0.36	c No reason simplification
0.39/0.36	c Armin Biere (Picosat) restarts strategy
0.39/0.36	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.39/0.36	c timeout=2147483s
0.39/0.36	c DB Simplification allowed=false
0.39/0.36	c Listener: none
0.39/0.36	c --- End Solver configuration ---
0.39/0.36	c solving HOME/instance-4446005-1721324733.opb
0.39/0.36	c reading problem ... 
0.39/0.37	c  no objective function found
96.75/92.44	c ... done. Wall clock time 92.07s.
96.75/92.44	c declared #vars     48253
96.75/92.44	c #constraints  1121356
96.75/92.44	c constraints type 
96.75/92.44	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 235992
96.75/92.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3518
96.75/92.44	c org.sat4j.specs.Constr$1 => 12887
96.75/92.44	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 110145
96.75/92.44	c org.sat4j.pb.constraints.pb.UnitClausePB => 841
96.75/92.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 757973
96.75/92.44	c 1121356 constraints processed.
103.01/96.06	c cleaning 33 clauses out of 5000 with flag 0/5000
106.58/99.35	c cleaning 0 clauses out of 10967 with flag 0/11000
111.44/103.87	c cleaning 0 clauses out of 17967 with flag 0/18000
117.47/109.54	c cleaning 0 clauses out of 25969 with flag 0/26002
125.59/117.54	c cleaning 0 clauses out of 34970 with flag 0/35003
135.66/127.59	c cleaning 0 clauses out of 44969 with flag 0/45002
149.65/141.14	c cleaning 0 clauses out of 55968 with flag 0/56001
164.42/155.78	c cleaning 0 clauses out of 67967 with flag 0/68000
185.18/176.18	c cleaning 0 clauses out of 80969 with flag 0/81002
209.77/200.48	c cleaning 0 clauses out of 94968 with flag 0/95001
234.73/225.18	c cleaning 0 clauses out of 109967 with flag 0/110000
265.81/255.83	c cleaning 0 clauses out of 125967 with flag 0/126000
304.50/294.17	c cleaning 0 clauses out of 142967 with flag 0/143000
346.55/335.86	c cleaning 0 clauses out of 160967 with flag 0/161000
395.14/383.92	c cleaning 0 clauses out of 179967 with flag 0/180000
444.48/432.90	c cleaning 0 clauses out of 199968 with flag 0/200001
517.44/505.46	c cleaning 0 clauses out of 220967 with flag 0/221000
600.63/588.32	c cleaning 0 clauses out of 242968 with flag 0/243001
682.72/669.98	c cleaning 0 clauses out of 265968 with flag 0/266001
793.84/780.65	c cleaning 0 clauses out of 289967 with flag 0/290000
878.98/865.12	c cleaning 0 clauses out of 314967 with flag 0/315000
1000.64/986.30	c cleaning 0 clauses out of 340967 with flag 0/341000
1110.65/1095.86	c cleaning 0 clauses out of 367967 with flag 0/368000
1221.69/1206.26	c cleaning 0 clauses out of 395967 with flag 0/396000
1381.15/1365.93	c cleaning 0 clauses out of 424967 with flag 0/425000
1560.62/1545.25	c cleaning 0 clauses out of 454967 with flag 0/455000
1759.93/1744.24	c cleaning 0 clauses out of 485968 with flag 0/486001
1950.45/1934.81	c cleaning 0 clauses out of 517967 with flag 0/518000
2195.73/2180.09	c cleaning 0 clauses out of 550968 with flag 0/551001
2413.89/2398.35	c cleaning 0 clauses out of 584969 with flag 0/585002
2663.62/2648.02	c cleaning 0 clauses out of 619967 with flag 0/620000
2941.26/2925.64	c cleaning 0 clauses out of 655969 with flag 0/656002
3226.82/3211.29	c cleaning 0 clauses out of 692967 with flag 0/693000
3484.90/3469.10	c cleaning 0 clauses out of 730971 with flag 0/731004
3600.04/3584.22	c starts		: 170
3600.04/3584.22	c timeout
3600.04/3584.24	c conflicts		: 745692
3600.04/3584.24	c decisions		: 1249550
3600.04/3584.24	c propagations		: 857627668
3600.04/3584.24	c inspects		: 19749741652
3600.04/3584.24	c shortcuts		: 0
3600.04/3584.24	c learnt literals	: 0
3600.04/3584.24	c learnt binary clauses	: 13
3600.04/3584.24	c learnt ternary clauses	: 119
3600.04/3584.24	c learnt constraints	: 745691
3600.04/3584.24	c ignored constraints	: 0
3600.04/3584.24	c root simplifications	: 0
3600.04/3584.24	c removed literals (reason simplification)	: 0
3600.04/3584.24	c reason swapping (by a shorter reason)	: 0
3600.04/3584.24	c Calls to reduceDB	: 34
3600.04/3584.24	c Number of update (reduction) of LBD	: 0
3600.04/3584.24	c Imported unit clauses	: 0
3600.04/3584.24	c No decision after first conflict	: false
3600.04/3584.24	c number of reductions to clauses (during analyze)	: 0
3600.04/3584.24	c number of learned constraints concerned by reduction	: 0
3600.04/3584.24	c number of learning phase by resolution	: 0
3600.04/3584.24	c number of learning phase by cutting planes	: 0
3600.04/3584.24	c number of rounding to 1 operations	: 206
3600.04/3584.24	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3584.24	c number of reductions of the coefficients by power 2 	: 0
3600.04/3584.24	c number of right shift for reduction by power 2 	: 0
3600.04/3584.24	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3584.24	c number of ending skipping 	: 0
3600.04/3584.24	c number of internal skipping 	: 0
3600.04/3584.24	c number of derivation steps 	: 12286781
3600.04/3584.24	c number of skipped derivation steps 	: 0
3600.04/3584.24	c number of remaining unassigned 	: 0
3600.04/3584.24	c number of remaining assigned 	: 411
3600.04/3584.24	c number of falsified literals weakened from reason	: 0
3600.04/3584.24	c number of falsified literals weakened from conflict	: 0
3600.04/3584.24	c time for arithmetic operations	: 6938427
3600.04/3584.24	c minimum degree of deleted constraints	: 4
3600.04/3584.24	c maximum degree of deleted constraints	: 40
3600.04/3584.24	c number of deleted constraints	: 33
3600.04/3584.24	c speed (assignments/second)	: 245614.7238069054
3600.04/3584.24	c non guided choices	: 3793
3600.22/3584.31	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 745584
3600.22/3584.31	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 13
3600.22/3584.31	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 61
3600.22/3584.31	s UNKNOWN
3600.22/3584.31	c Total wall clock time (in seconds): 3583.951

Verifier Data

ERROR: no interpretation found !

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446005-1721324733/watcher-4446005-1721324733 -o /tmp/evaluation-result-4446005-1721324733/solver-4446005-1721324733 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1721317707-968473 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4446005-1721324733.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=975170, runsolver pid=975167

[startup+0.10177 s]*
/proc/loadavg: 4.34 4.33 4.33 7/316 975188
/proc/meminfo: memFree=115690052/131655788 swapFree=131071996/131071996
[pid=975170] ppid=975167 vsize=18975048 memory=56032 CPUtime=0.11 cores=5,7
/proc/975170/stat : 975170 (java) S 975167 975170 968460 0 -1 1077936128 6584 0 0 0 10 1 0 0 20 0 18 0 184632158 19430449152 14008 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
/proc/975170/statm: 4743762 14008 5528 1 0 550925 0
[pid=975170/tid=975172] ppid=975167 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/975170/task/975172/stat : 975172 (java) R 975167 975170 968460 0 -1 4194368 5481 0 0 0 7 1 0 0 20 0 18 0 184632159 19430449152 14008 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
[pid=975170/tid=975181] ppid=975167 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/975170/task/975181/stat : 975181 (Finalizer) S 975167 975170 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184632162 19430449152 14008 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
[pid=975170/tid=975188] ppid=975167 vsize=18975048 memory=3472611996011331616 CPUtime=0 cores=5,7
/proc/975170/task/975188/stat : 975188 (Common-Cleaner) S 975167 975170 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 184632163 19430449152 14008 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56032 KiB

[startup+0.213763 s]*
/proc/loadavg: 4.34 4.33 4.33 6/316 975188
/proc/meminfo: memFree=115681228/131655788 swapFree=131071996/131071996
[pid=975170] ppid=975167 vsize=18975048 memory=64552 CPUtime=0.24 cores=5,7
/proc/975170/stat : 975170 (java) S 975167 975170 968460 0 -1 1077936128 7224 0 0 0 22 2 0 0 20 0 18 0 184632158 19430449152 16138 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
/proc/975170/statm: 4743762 16138 5533 1 0 551414 0
[pid=975170/tid=975172] ppid=975167 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=5,7
/proc/975170/task/975172/stat : 975172 (java) R 975167 975170 968460 0 -1 4194368 5732 0 0 0 16 1 0 0 20 0 18 0 184632159 19430449152 16138 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
[pid=975170/tid=975181] ppid=975167 vsize=18975048 memory=18025 CPUtime=0 cores=5,7
/proc/975170/task/975181/stat : 975181 (Finalizer) S 975167 975170 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184632162 19430449152 16178 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
[pid=975170/tid=975188] ppid=975167 vsize=18975048 memory=14414838847783020 CPUtime=0 cores=5,7
/proc/975170/task/975188/stat : 975188 (Common-Cleaner) S 975167 975170 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 184632163 19430449152 16178 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64552 KiB

[startup+0.325419 s]*
/proc/loadavg: 4.34 4.33 4.33 7/316 975188
/proc/meminfo: memFree=115679968/131655788 swapFree=131071996/131071996
[pid=975170] ppid=975167 vsize=18975048 memory=66724 CPUtime=0.39 cores=5,7
/proc/975170/stat : 975170 (java) S 975167 975170 968460 0 -1 1077936128 7570 0 0 0 35 4 0 0 20 0 18 0 184632158 19430449152 16681 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
/proc/975170/statm: 4743762 16681 5735 1 0 551652 0
[pid=975170/tid=975172] ppid=975167 vsize=18975048 memory=-8671515500361327292 CPUtime=0.27 cores=5,7
/proc/975170/task/975172/stat : 975172 (java) R 975167 975170 968460 0 -1 1077936192 5923 0 0 0 25 2 0 0 20 0 18 0 184632159 19430449152 16681 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
[pid=975170/tid=975181] ppid=975167 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/975170/task/975181/stat : 975181 (Finalizer) S 975167 975170 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184632162 19430449152 16681 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
[pid=975170/tid=975188] ppid=975167 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/975170/task/975188/stat : 975188 (Common-Cleaner) S 975167 975170 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 184632163 19430449152 16681 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66724 KiB

[startup+0.700763 s]
/proc/loadavg: 4.34 4.33 4.33 7/317 975189
/proc/meminfo: memFree=115579340/131655788 swapFree=131071996/131071996
[pid=975170] ppid=975167 vsize=19041612 memory=292192 CPUtime=0.92 cores=5,7
/proc/975170/stat : 975170 (java) S 975167 975170 968460 0 -1 1077936128 9636 0 0 0 83 9 0 0 20 0 19 0 184632158 19498610688 73048 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
/proc/975170/statm: 4760403 73048 5876 1 0 553113 0
[pid=975170/tid=975172] ppid=975167 vsize=19041612 memory=5624 CPUtime=0.58 cores=5,7
/proc/975170/task/975172/stat : 975172 (java) R 975167 975170 968460 0 -1 4194368 6155 0 0 0 51 7 0 0 20 0 19 0 184632159 19498610688 73048 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
[pid=975170/tid=975181] ppid=975167 vsize=19041612 memory=11936 CPUtime=0 cores=5,7
/proc/975170/task/975181/stat : 975181 (Finalizer) S 975167 975170 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184632162 19498610688 73048 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
[pid=975170/tid=975188] ppid=975167 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/975170/task/975188/stat : 975188 (Common-Cleaner) S 975167 975170 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 184632163 19498610688 73048 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
Current children cumulated CPU time: 0.92 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 292192 KiB

[startup+1.50577 s]
/proc/loadavg: 4.34 4.33 4.33 6/317 975189
/proc/meminfo: memFree=114649504/131655788 swapFree=131071996/131071996
[pid=975170] ppid=975167 vsize=19041612 memory=1331504 CPUtime=2.35 cores=5,7
/proc/975170/stat : 975170 (java) S 975167 975170 968460 0 -1 1077936128 20953 0 0 0 202 33 0 0 20 0 19 0 184632158 19498610688 332876 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
/proc/975170/statm: 4760403 332876 5876 1 0 558775 0
[pid=975170/tid=975172] ppid=975167 vsize=19041612 memory=0 CPUtime=1.33 cores=5,7
/proc/975170/task/975172/stat : 975172 (java) R 975167 975170 968460 0 -1 4194368 6653 0 0 0 105 28 0 0 20 0 19 0 184632159 19498610688 332876 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
[pid=975170/tid=975181] ppid=975167 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/975170/task/975181/stat : 975181 (Finalizer) S 975167 975170 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184632162 19498610688 332876 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
[pid=975170/tid=975188] ppid=975167 vsize=19041612 memory=11936 CPUtime=0 cores=5,7
/proc/975170/task/975188/stat : 975188 (Common-Cleaner) S 975167 975170 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 184632163 19498610688 332876 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
Current children cumulated CPU time: 2.35 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1331504 KiB

[startup+3.11335 s]
/proc/loadavg: 4.31 4.32 4.33 5/317 975189
/proc/meminfo: memFree=113244816/131655788 swapFree=131071996/131071996
[pid=975170] ppid=975167 vsize=19041612 memory=2482768 CPUtime=4.27 cores=5,7
/proc/975170/stat : 975170 (java) S 975167 975170 968460 0 -1 1077936128 22666 0 0 0 372 55 0 0 20 0 19 0 184632158 19498610688 620692 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
/proc/975170/statm: 4760403 620692 5892 1 0 851218 0
[pid=975170/tid=975172] ppid=975167 vsize=19041612 memory=11936 CPUtime=2.88 cores=5,7
/proc/975170/task/975172/stat : 975172 (java) R 975167 975170 968460 0 -1 4194368 7213 0 0 0 238 50 0 0 20 0 19 0 184632159 19498610688 620692 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
[pid=975170/tid=975181] ppid=975167 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/975170/task/975181/stat : 975181 (Finalizer) S 975167 975170 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184632162 19498610688 620692 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
[pid=975170/tid=975188] ppid=975167 vsize=19041612 memory=4328214638813506 CPUtime=0 cores=5,7
/proc/975170/task/975188/stat : 975188 (Common-Cleaner) S 975167 975170 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 184632163 19498610688 620692 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
Current children cumulated CPU time: 4.27 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2482768 KiB

[startup+6.30042 s]
/proc/loadavg: 4.31 4.32 4.33 5/317 975192
/proc/meminfo: memFree=111776408/131655788 swapFree=131071996/131071996
[pid=975170] ppid=975167 vsize=19041612 memory=3605040 CPUtime=7.74 cores=5,7
/proc/975170/stat : 975170 (java) S 975167 975170 968460 0 -1 1077936128 24215 0 0 0 695 79 0 0 20 0 19 0 184632158 19498610688 901260 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
/proc/975170/statm: 4760403 901260 5892 1 0 1139492 0
[pid=975170/tid=975172] ppid=975167 vsize=19041612 memory=11936 CPUtime=5.88 cores=5,7
/proc/975170/task/975172/stat : 975172 (java) R 975167 975170 968460 0 -1 4194368 7947 0 0 0 515 73 0 0 20 0 19 0 184632159 19498610688 901260 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
[pid=975170/tid=975181] ppid=975167 vsize=19041612 memory=2482460 CPUtime=0 cores=5,7
/proc/975170/task/975181/stat : 975181 (Finalizer) S 975167 975170 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184632162 19498610688 901260 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
[pid=975170/tid=975188] ppid=975167 vsize=19041612 memory=12740 CPUtime=0 cores=5,7
/proc/975170/task/975188/stat : 975188 (Common-Cleaner) S 975167 975170 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 184632163 19498610688 901260 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
Current children cumulated CPU time: 7.74 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3605040 KiB

[startup+12.7004 s]
/proc/loadavg: 4.29 4.32 4.32 5/317 975192
/proc/meminfo: memFree=111118152/131655788 swapFree=131071996/131071996
[pid=975170] ppid=975167 vsize=19041612 memory=4083960 CPUtime=14.33 cores=5,7
/proc/975170/stat : 975170 (java) S 975167 975170 968460 0 -1 1077936128 25625 0 0 0 1343 90 0 0 20 0 19 0 184632158 19498610688 1020990 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
/proc/975170/statm: 4760403 1020990 5892 1 0 1258562 0
[pid=975170/tid=975172] ppid=975167 vsize=19041612 memory=12740 CPUtime=11.9 cores=5,7
/proc/975170/task/975172/stat : 975172 (java) R 975167 975170 968460 0 -1 4194368 8849 0 0 0 1108 82 0 0 20 0 19 0 184632159 19498610688 1020990 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
[pid=975170/tid=975181] ppid=975167 vsize=19041612 memory=15254869976026249 CPUtime=0 cores=5,7
/proc/975170/task/975181/stat : 975181 (Finalizer) S 975167 975170 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184632162 19498610688 1020990 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
[pid=975170/tid=975188] ppid=975167 vsize=19041612 memory=4081792 CPUtime=0 cores=5,7
/proc/975170/task/975188/stat : 975188 (Common-Cleaner) S 975167 975170 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 184632163 19498610688 1020990 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
Current children cumulated CPU time: 14.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4083960 KiB

[startup+25.5005 s]
/proc/loadavg: 4.22 4.30 4.32 7/317 975193
/proc/meminfo: memFree=110597236/131655788 swapFree=131071996/131071996
[pid=975170] ppid=975167 vsize=19041612 memory=4564724 CPUtime=27.52 cores=5,7
/proc/975170/stat : 975170 (java) S 975167 975170 968460 0 -1 1077936128 29991 0 0 0 2651 101 0 0 20 0 19 0 184632158 19498610688 1141181 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
/proc/975170/statm: 4760403 1141181 5892 1 0 1373453 0
[pid=975170/tid=975172] ppid=975167 vsize=19041612 memory=46996 CPUtime=23.98 cores=5,7
/proc/975170/task/975172/stat : 975172 (java) R 975167 975170 968460 0 -1 4194368 10700 0 0 0 2306 92 0 0 20 0 19 0 184632159 19498610688 1141181 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
[pid=975170/tid=975181] ppid=975167 vsize=19041612 memory=289 CPUtime=0 cores=5,7
/proc/975170/task/975181/stat : 975181 (Finalizer) S 975167 975170 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184632162 19498610688 1141181 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
[pid=975170/tid=975188] ppid=975167 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/975170/task/975188/stat : 975188 (Common-Cleaner) S 975167 975170 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 184632163 19498610688 1141181 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
Current children cumulated CPU time: 27.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4564724 KiB

[startup+51.1138 s]
/proc/loadavg: 4.15 4.28 4.31 5/317 975198
/proc/meminfo: memFree=110002340/131655788 swapFree=131071996/131071996
[pid=975170] ppid=975167 vsize=19041612 memory=5055512 CPUtime=53.96 cores=5,7
/proc/975170/stat : 975170 (java) S 975167 975170 968460 0 -1 1077936128 35058 0 0 0 5281 115 0 0 20 0 19 0 184632158 19498610688 1263878 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
/proc/975170/statm: 4760403 1263878 5892 1 0 1482078 0
[pid=975170/tid=975172] ppid=975167 vsize=19041612 memory=132 CPUtime=47.99 cores=5,7
/proc/975170/task/975172/stat : 975172 (java) S 975167 975170 968460 0 -1 1077936192 13015 0 0 0 4697 102 0 0 20 0 19 0 184632159 19498610688 1263878 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
[pid=975170/tid=975181] ppid=975167 vsize=19041612 memory=4568820 CPUtime=0 cores=5,7
/proc/975170/task/975181/stat : 975181 (Finalizer) S 975167 975170 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184632162 19498610688 1263878 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
[pid=975170/tid=975188] ppid=975167 vsize=19041612 memory=12740 CPUtime=0 cores=5,7
/proc/975170/task/975188/stat : 975188 (Common-Cleaner) S 975167 975170 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 184632163 19498610688 1263878 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
Current children cumulated CPU time: 53.96 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5055512 KiB

[startup+102.3 s]
/proc/loadavg: 4.44 4.33 4.32 5/317 975207
/proc/meminfo: memFree=109206856/131655788 swapFree=131071996/131071996
[pid=975170] ppid=975167 vsize=19108176 memory=5592688 CPUtime=109.95 cores=5,7
/proc/975170/stat : 975170 (java) S 975167 975170 968460 0 -1 1077936128 53402 0 0 0 10860 135 0 0 20 0 20 0 184632158 19566772224 1398172 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
/proc/975170/statm: 4777044 1398172 5908 1 0 1587013 0

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

[startup+3282.3 s]
/proc/loadavg: 3.72 4.23 4.34 4/292 977065
/proc/meminfo: memFree=107086164/131655788 swapFree=131071996/131071996
[pid=975170] ppid=975167 vsize=19108176 memory=6178456 CPUtime=3298.06 cores=5,7
/proc/975170/stat : 975170 (java) S 975167 975170 968460 0 -1 1077936128 409152 0 0 0 329446 360 0 0 20 0 20 0 184632158 19566772224 1544614 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
/proc/975170/statm: 4777044 1544614 5908 1 0 1587115 0
[pid=975170/tid=975172] ppid=975167 vsize=19108176 memory=6178456 CPUtime=3249.02 cores=5,7
/proc/975170/task/975172/stat : 975172 (java) R 975167 975170 968460 0 -1 4194368 248443 0 0 0 324742 160 0 0 20 0 20 0 184632159 19566772224 1544614 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 30 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
[pid=975170/tid=975181] ppid=975167 vsize=19108176 memory=11936 CPUtime=0 cores=5,7
/proc/975170/task/975181/stat : 975181 (Finalizer) S 975167 975170 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184632162 19566772224 1544614 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
[pid=975170/tid=975188] ppid=975167 vsize=19108176 memory=5624 CPUtime=0 cores=5,7
/proc/975170/task/975188/stat : 975188 (Common-Cleaner) S 975167 975170 968460 0 -1 1077936192 5478 0 0 0 0 0 0 0 20 0 20 0 184632163 19566772224 1544614 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
[pid=975170/tid=975206] ppid=975167 vsize=19108176 memory=8330146972543784610 CPUtime=0 cores=5,7
/proc/975170/task/975206/stat : 975206 (Timer-0) S 975167 975170 968460 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 184641403 19566772224 1544614 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
Current children cumulated CPU time: 3298.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6178456 KiB

[startup+3342.3 s]
/proc/loadavg: 3.34 4.02 4.26 4/294 977079
/proc/meminfo: memFree=107085904/131655788 swapFree=131071996/131071996
[pid=975170] ppid=975167 vsize=19108176 memory=6178456 CPUtime=3358.34 cores=5,7
/proc/975170/stat : 975170 (java) S 975167 975170 968460 0 -1 1077936128 415486 0 0 0 335470 364 0 0 20 0 20 0 184632158 19566772224 1544614 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
/proc/975170/statm: 4777044 1544614 5908 1 0 1587115 0
[pid=975170/tid=975172] ppid=975167 vsize=19108176 memory=5624 CPUtime=3308.27 cores=5,7
/proc/975170/task/975172/stat : 975172 (java) R 975167 975170 968460 0 -1 4194368 252513 0 0 0 330666 161 0 0 20 0 20 0 184632159 19566772224 1544614 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 34 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
[pid=975170/tid=975181] ppid=975167 vsize=19108176 memory=6178456 CPUtime=0 cores=5,7
/proc/975170/task/975181/stat : 975181 (Finalizer) S 975167 975170 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184632162 19566772224 1544614 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
[pid=975170/tid=975188] ppid=975167 vsize=19108176 memory=12740 CPUtime=0 cores=5,7
/proc/975170/task/975188/stat : 975188 (Common-Cleaner) S 975167 975170 968460 0 -1 1077936192 5573 0 0 0 0 0 0 0 20 0 20 0 184632163 19566772224 1544614 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
[pid=975170/tid=975206] ppid=975167 vsize=19108176 memory=11936 CPUtime=0 cores=5,7
/proc/975170/task/975206/stat : 975206 (Timer-0) S 975167 975170 968460 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 184641403 19566772224 1544614 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
Current children cumulated CPU time: 3358.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6178456 KiB

[startup+3402.3 s]
/proc/loadavg: 3.35 3.90 4.20 4/293 977089
/proc/meminfo: memFree=107085488/131655788 swapFree=131071996/131071996
[pid=975170] ppid=975167 vsize=19108176 memory=6178456 CPUtime=3418.3 cores=5,7
/proc/975170/stat : 975170 (java) S 975167 975170 968460 0 -1 1077936128 421767 0 0 0 341462 368 0 0 20 0 20 0 184632158 19566772224 1544614 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
/proc/975170/statm: 4777044 1544614 5908 1 0 1587115 0
[pid=975170/tid=975172] ppid=975167 vsize=19108176 memory=6178456 CPUtime=3368 cores=5,7
/proc/975170/task/975172/stat : 975172 (java) R 975167 975170 968460 0 -1 4194368 255882 0 0 0 336638 162 0 0 20 0 20 0 184632159 19566772224 1544614 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 37 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
[pid=975170/tid=975181] ppid=975167 vsize=19108176 memory=6178456 CPUtime=0 cores=5,7
/proc/975170/task/975181/stat : 975181 (Finalizer) S 975167 975170 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184632162 19566772224 1544614 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
[pid=975170/tid=975188] ppid=975167 vsize=19108176 memory=12740 CPUtime=0.01 cores=5,7
/proc/975170/task/975188/stat : 975188 (Common-Cleaner) S 975167 975170 968460 0 -1 1077936192 5667 0 0 0 1 0 0 0 20 0 20 0 184632163 19566772224 1544614 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
[pid=975170/tid=975206] ppid=975167 vsize=19108176 memory=1976 CPUtime=0 cores=5,7
/proc/975170/task/975206/stat : 975206 (Timer-0) S 975167 975170 968460 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 184641403 19566772224 1544614 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
Current children cumulated CPU time: 3418.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6178456 KiB

[startup+3462.3 s]
/proc/loadavg: 3.27 3.78 4.14 4/293 977100
/proc/meminfo: memFree=107085076/131655788 swapFree=131071996/131071996
[pid=975170] ppid=975167 vsize=19108176 memory=6178456 CPUtime=3478.21 cores=5,7
/proc/975170/stat : 975170 (java) S 975167 975170 968460 0 -1 1077936128 428146 0 0 0 347449 372 0 0 20 0 20 0 184632158 19566772224 1544614 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
/proc/975170/statm: 4777044 1544614 5908 1 0 1587115 0
[pid=975170/tid=975172] ppid=975167 vsize=19108176 memory=6178456 CPUtime=3427.63 cores=5,7
/proc/975170/task/975172/stat : 975172 (java) R 975167 975170 968460 0 -1 4194368 259274 0 0 0 342600 163 0 0 20 0 20 0 184632159 19566772224 1544614 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 39 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
[pid=975170/tid=975181] ppid=975167 vsize=19108176 memory=6178456 CPUtime=0 cores=5,7
/proc/975170/task/975181/stat : 975181 (Finalizer) S 975167 975170 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184632162 19566772224 1544614 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
[pid=975170/tid=975188] ppid=975167 vsize=19108176 memory=6178456 CPUtime=0.01 cores=5,7
/proc/975170/task/975188/stat : 975188 (Common-Cleaner) S 975167 975170 968460 0 -1 1077936192 5761 0 0 0 1 0 0 0 20 0 20 0 184632163 19566772224 1544614 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
[pid=975170/tid=975206] ppid=975167 vsize=19108176 memory=6178456 CPUtime=0 cores=5,7
/proc/975170/task/975206/stat : 975206 (Timer-0) S 975167 975170 968460 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 184641403 19566772224 1544614 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
Current children cumulated CPU time: 3478.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6178456 KiB

[startup+3522.3 s]
/proc/loadavg: 2.57 3.49 4.01 3/267 977143
/proc/meminfo: memFree=111912340/131655788 swapFree=131071996/131071996
[pid=975170] ppid=975167 vsize=19108176 memory=6178456 CPUtime=3538.2 cores=5,7
/proc/975170/stat : 975170 (java) S 975167 975170 968460 0 -1 1077936128 434640 0 0 0 353444 376 0 0 20 0 20 0 184632158 19566772224 1544614 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
/proc/975170/statm: 4777044 1544614 5908 1 0 1587115 0
[pid=975170/tid=975172] ppid=975167 vsize=19108176 memory=6178456 CPUtime=3487.38 cores=5,7
/proc/975170/task/975172/stat : 975172 (java) R 975167 975170 968460 0 -1 4194368 262854 0 0 0 348574 164 0 0 20 0 20 0 184632159 19566772224 1544614 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 39 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
[pid=975170/tid=975181] ppid=975167 vsize=19108176 memory=6178456 CPUtime=0 cores=5,7
/proc/975170/task/975181/stat : 975181 (Finalizer) S 975167 975170 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184632162 19566772224 1544614 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
[pid=975170/tid=975188] ppid=975167 vsize=19108176 memory=6178456 CPUtime=0.01 cores=5,7
/proc/975170/task/975188/stat : 975188 (Common-Cleaner) S 975167 975170 968460 0 -1 1077936192 5855 0 0 0 1 0 0 0 20 0 20 0 184632163 19566772224 1544614 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
[pid=975170/tid=975206] ppid=975167 vsize=19108176 memory=-8671515500361327292 CPUtime=0 cores=5,7
/proc/975170/task/975206/stat : 975206 (Timer-0) S 975167 975170 968460 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 184641403 19566772224 1544614 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
Current children cumulated CPU time: 3538.2 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6178456 KiB

[startup+3582.3 s]
/proc/loadavg: 2.40 3.27 3.90 3/267 977154
/proc/meminfo: memFree=111912012/131655788 swapFree=131071996/131071996
[pid=975170] ppid=975167 vsize=19108176 memory=6178456 CPUtime=3598.14 cores=5,7
/proc/975170/stat : 975170 (java) S 975167 975170 968460 0 -1 1077936128 441383 0 0 0 359435 379 0 0 20 0 20 0 184632158 19566772224 1544614 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
/proc/975170/statm: 4777044 1544614 5908 1 0 1587115 0
[pid=975170/tid=975172] ppid=975167 vsize=19108176 memory=6178456 CPUtime=3546.99 cores=5,7
/proc/975170/task/975172/stat : 975172 (java) R 975167 975170 968460 0 -1 4194368 266633 0 0 0 354535 164 0 0 20 0 20 0 184632159 19566772224 1544614 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 41 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
[pid=975170/tid=975181] ppid=975167 vsize=19108176 memory=2268 CPUtime=0 cores=5,7
/proc/975170/task/975181/stat : 975181 (Finalizer) S 975167 975170 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184632162 19566772224 1544614 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
[pid=975170/tid=975188] ppid=975167 vsize=19108176 memory=46996 CPUtime=0.01 cores=5,7
/proc/975170/task/975188/stat : 975188 (Common-Cleaner) S 975167 975170 968460 0 -1 1077936192 5950 0 0 0 1 0 0 0 20 0 20 0 184632163 19566772224 1544614 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
[pid=975170/tid=975206] ppid=975167 vsize=19108176 memory=6178456 CPUtime=0 cores=5,7
/proc/975170/task/975206/stat : 975206 (Timer-0) S 975167 975170 968460 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 184641403 19566772224 1544614 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
Current children cumulated CPU time: 3598.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6178456 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3584.2 s]
/proc/loadavg: 2.36 3.25 3.89 3/267 977154
/proc/meminfo: memFree=111912012/131655788 swapFree=131071996/131071996
[pid=975170] ppid=975167 vsize=19108176 memory=6178456 CPUtime=3600.04 cores=5,7
/proc/975170/stat : 975170 (java) S 975167 975170 968460 0 -1 1077936128 441565 0 0 0 359624 380 0 0 20 0 20 0 184632158 19566772224 1544614 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
/proc/975170/statm: 4777044 1544614 5908 1 0 1587115 0
[pid=975170/tid=975172] ppid=975167 vsize=19108176 memory=6672 CPUtime=3548.9 cores=5,7
/proc/975170/task/975172/stat : 975172 (java) R 975167 975170 968460 0 -1 4194368 266815 0 0 0 354725 165 0 0 20 0 20 0 184632159 19566772224 1544614 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 41 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
[pid=975170/tid=975181] ppid=975167 vsize=19108176 memory=7968 CPUtime=0 cores=5,7
/proc/975170/task/975181/stat : 975181 (Finalizer) S 975167 975170 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184632162 19566772224 1544614 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
[pid=975170/tid=975188] ppid=975167 vsize=19108176 memory=-8671515500361327292 CPUtime=0.01 cores=5,7
/proc/975170/task/975188/stat : 975188 (Common-Cleaner) S 975167 975170 968460 0 -1 1077936192 5950 0 0 0 1 0 0 0 20 0 20 0 184632163 19566772224 1544614 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
[pid=975170/tid=975206] ppid=975167 vsize=19108176 memory=6932 CPUtime=0 cores=5,7
/proc/975170/task/975206/stat : 975206 (Timer-0) S 975167 975170 968460 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 184641403 19566772224 1544614 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6178456 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.44 s, system=3.8394 s

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

[startup+3584.3 s]
/proc/loadavg: 2.36 3.25 3.89 3/267 977154
/proc/meminfo: memFree=111912012/131655788 swapFree=131071996/131071996
[pid=975170] ppid=975167 vsize=19307868 memory=6179480 CPUtime=3600.22 cores=5,7
/proc/975170/stat : 975170 (java) S 975167 975170 968460 0 -1 1077936128 444865 0 0 0 359642 380 0 0 20 0 21 0 184632158 19771256832 1544870 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
/proc/975170/statm: 4826967 1544870 5907 1 0 1588108 0
[pid=975170/tid=975172] ppid=975167 vsize=19307868 memory=6178456 CPUtime=3548.92 cores=5,7
/proc/975170/task/975172/stat : 975172 (java) S 975167 975170 968460 0 -1 1077936192 266936 0 0 0 354727 165 0 0 20 0 21 0 184632159 19771256832 1544870 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 41 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
[pid=975170/tid=975181] ppid=975167 vsize=19307868 memory=5532 CPUtime=0 cores=5,7
/proc/975170/task/975181/stat : 975181 (Finalizer) S 975167 975170 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 184632162 19771256832 1544870 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
[pid=975170/tid=975188] ppid=975167 vsize=19307868 memory=6178456 CPUtime=0.01 cores=5,7
/proc/975170/task/975188/stat : 975188 (Common-Cleaner) S 975167 975170 968460 0 -1 1077936192 5950 0 0 0 1 0 0 0 20 0 21 0 184632163 19771256832 1544870 134679101440 94607861256192 94607861259888 140724378077680 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94607861267704 94607861268496 94607869575168 140724378080239 140724378080352 140724378080352 140724378087368 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 6179480 KiB

Child status: 143

Real time (s): 3584.35
CPU time (s): 3600.28
CPU user time (s): 3596.44
CPU system time (s): 3.8394
CPU usage (%): 100.445
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 6179480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.44
system time used= 3.8394
maximum resident set size= 6180388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 445117
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 116898
involuntary context switches= 3443


# summary of solver processes directly reported to runsolver:
#   pid: 975170
#   total CPU time (s): 3600.28
#   total CPU user time (s): 3596.44
#   total CPU system time (s): 3.8394

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.6863 second user time and 36.8877 second system time

The end

Launcher Data

Begin job on nodeC005 at 2024-07-18 19:45:46
IDJOB=4446005
IDBENCH=155423
IDSOLVER=3046
FILE ID=nodeC005/4446005-1721324733
RUNJOBID= nodeC005-1721317707-968473
SLURM_JOB_ID= 7542668
Free space on /tmp= 723732 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-133.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446005-1721324733/watcher-4446005-1721324733 -o /tmp/evaluation-result-4446005-1721324733/solver-4446005-1721324733 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1721317707-968473 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4446005-1721324733.opb

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

MD5SUM BENCH= bf76f01107fc6e0f0d7316d8818a221b
RANDOM SEED=1420202502

nodeC005.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		: 3583.313
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.53
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		: 3589.925
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.35
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.323
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.53
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.242
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.35
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		: 3548.368
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.53
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		: 3546.533
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.35
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.306
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.53
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.215
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.35
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        115725428 kB
MemAvailable:   121109008 kB
Buffers:          490876 kB
Cached:          5675924 kB
SwapCached:            0 kB
Active:          1044864 kB
Inactive:       14175472 kB
Active(anon):       3432 kB
Inactive(anon):  9095976 kB
Active(file):    1041432 kB
Inactive(file):  5079496 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             50120 kB
Writeback:            36 kB
AnonPages:       9052568 kB
Mapped:           127580 kB
Shmem:             45896 kB
KReclaimable:     205700 kB
Slab:             323608 kB
SReclaimable:     205700 kB
SUnreclaim:       117908 kB
KernelStack:        4812 kB
PageTables:        28064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   11157140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58624 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8902656 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:      285512 kB
DirectMap2M:    36319232 kB
DirectMap1G:    99614720 kB

Free space on /tmp at the end= 723720 MiB
End job on nodeC005 at 2024-07-18 20:45:30