Trace number 4451371

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 Cutting Planes 2024 2024-07-12UNSAT 117.586 111.822

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/EC_RANDOM_GRAPHS/
normalized-ECrand4regsplit-v050-n1.opb
MD5SUMb8914e79ffb37c6d66755cd34e512329
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 benchmark0.004807
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables99
Total number of constraints50
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
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.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Use constraints as they come during conflict analysis
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: EFFECTIVE
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Dynamic restart strategy considering the size of the coefficients
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Use constraints as they come during conflict analysis
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: EFFECTIVE
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Dynamic restart strategy considering the size of the coefficients
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4451371-1721428181.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  no objective function found
0.14/0.17	c ... done. Wall clock time 0.014s.
0.14/0.17	c declared #vars     99
0.14/0.17	c #constraints  100
0.14/0.17	c constraints type 
0.14/0.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.14/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 98
0.14/0.17	c 100 constraints processed.
3.45/1.80	c cleaning 2498 clauses out of 5001 with flag 0/5001
6.74/4.04	c cleaning 4250 clauses out of 8503 with flag 0/11001
9.47/6.47	c cleaning 5624 clauses out of 11252 with flag 0/18000
12.77/9.50	c cleaning 6814 clauses out of 13629 with flag 0/26001
17.55/14.03	c cleaning 7902 clauses out of 15814 with flag 0/35000
22.79/19.21	c cleaning 8954 clauses out of 17912 with flag 0/45000
31.12/26.94	c cleaning 9979 clauses out of 19959 with flag 0/56001
38.93/34.65	c cleaning 10987 clauses out of 21979 with flag 0/68000
48.41/43.97	c cleaning 11988 clauses out of 23992 with flag 0/81000
59.23/54.69	c cleaning 13002 clauses out of 26004 with flag 0/95000
71.77/67.18	c cleaning 13998 clauses out of 28002 with flag 0/110000
87.12/82.38	c cleaning 14999 clauses out of 30004 with flag 0/126000
94.24/89.35	c cleaning 16003 clauses out of 32006 with flag 0/143001
98.83/93.86	c cleaning 17002 clauses out of 34003 with flag 0/161001
104.35/99.02	c cleaning 17996 clauses out of 36000 with flag 0/180000
109.15/103.70	c cleaning 19000 clauses out of 38004 with flag 0/200000
115.50/109.81	c cleaning 20000 clauses out of 40004 with flag 0/221000
117.43/111.77	c starts		: 209
117.43/111.78	c conflicts		: 228369
117.43/111.78	c decisions		: 281406
117.43/111.78	c propagations		: 2049299
117.43/111.78	c inspects		: 246460807
117.43/111.78	c shortcuts		: 0
117.43/111.78	c learnt literals	: 0
117.43/111.78	c learnt binary clauses	: 0
117.43/111.78	c learnt ternary clauses	: 1
117.43/111.78	c learnt constraints	: 228368
117.43/111.78	c ignored constraints	: 0
117.43/111.78	c root simplifications	: 0
117.43/111.78	c removed literals (reason simplification)	: 0
117.43/111.78	c reason swapping (by a shorter reason)	: 0
117.43/111.78	c Calls to reduceDB	: 17
117.43/111.78	c Number of update (reduction) of LBD	: 213290
117.43/111.78	c Imported unit clauses	: 0
117.43/111.78	c No decision after first conflict	: false
117.43/111.78	c number of reductions to clauses (during analyze)	: 0
117.43/111.78	c number of learned constraints concerned by reduction	: 0
117.43/111.78	c number of learning phase by resolution	: 0
117.43/111.78	c number of learning phase by cutting planes	: 0
117.43/111.78	c number of rounding to 1 operations	: 0
117.43/111.78	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
117.43/111.78	c number of reductions of the coefficients by power 2 	: 0
117.43/111.78	c number of right shift for reduction by power 2 	: 0
117.43/111.78	c number of reductions of the coefficients by GCD over coefficients 	: 0
117.43/111.78	c number of ending skipping 	: 0
117.43/111.78	c number of internal skipping 	: 0
117.43/111.78	c number of derivation steps 	: 969554
117.43/111.78	c number of skipped derivation steps 	: 0
117.43/111.78	c number of remaining unassigned 	: 6769
117.43/111.79	c number of remaining assigned 	: 11703753
117.43/111.79	c number of falsified literals weakened from reason	: 0
117.43/111.79	c number of falsified literals weakened from conflict	: 0
117.43/111.79	c time for arithmetic operations	: 450139644
117.43/111.79	c minimum degree of deleted constraints	: 1
117.43/111.79	c maximum degree of deleted constraints	: 1260201050
117.43/111.79	c number of deleted constraints	: 200996
117.43/111.79	c speed (assignments/second)	: 18360.919972762786
117.43/111.79	c non guided choices	: 26
117.55/111.80	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1910
117.55/111.80	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 3
117.55/111.80	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 25459
117.55/111.81	s UNSATISFIABLE
117.55/111.81	c Total wall clock time (in seconds): 111.653

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451371-1721428181/watcher-4451371-1721428181 -o /tmp/evaluation-result-4451371-1721428181/solver-4451371-1721428181 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721421037-1046943 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4451371-1721428181.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=1051931, runsolver pid=1051928

[startup+0.102937 s]*
/proc/loadavg: 4.39 4.40 4.32 7/331 1051949
/proc/meminfo: memFree=118341064/131524600 swapFree=131071216/131071996
[pid=1051931] ppid=1051928 vsize=18975048 memory=64748 CPUtime=0.14 cores=5,7
/proc/1051931/stat : 1051931 (java) S 1051928 1051931 1046930 0 -1 1077936128 7252 0 0 0 12 2 0 0 20 0 18 0 194980545 19430449152 16187 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
/proc/1051931/statm: 4743762 16187 5565 1 0 549373 0
[pid=1051931/tid=1051933] ppid=1051928 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/1051931/task/1051933/stat : 1051933 (java) R 1051928 1051931 1046930 0 -1 1078198336 5766 0 0 0 7 1 0 0 20 0 18 0 194980546 19430449152 16187 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
[pid=1051931/tid=1051942] ppid=1051928 vsize=18975048 memory=228556276070 CPUtime=0 cores=5,7
/proc/1051931/task/1051942/stat : 1051942 (Finalizer) S 1051928 1051931 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 194980548 19430449152 16187 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
[pid=1051931/tid=1051949] ppid=1051928 vsize=18975048 memory=15819997462990744 CPUtime=0 cores=5,7
/proc/1051931/task/1051949/stat : 1051949 (Common-Cleaner) S 1051928 1051931 1046930 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 194980549 19430449152 16187 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64748 KiB

[startup+0.212149 s]*
/proc/loadavg: 4.39 4.40 4.32 8/332 1051950
/proc/meminfo: memFree=118258288/131524600 swapFree=131071216/131071996
[pid=1051931] ppid=1051928 vsize=19041612 memory=74648 CPUtime=0.34 cores=5,7
/proc/1051931/stat : 1051931 (java) S 1051928 1051931 1046930 0 -1 1077936128 7905 0 0 0 32 2 0 0 20 0 19 0 194980545 19498610688 18662 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
/proc/1051931/statm: 4760403 18662 5862 1 0 550042 0
[pid=1051931/tid=1051933] ppid=1051928 vsize=19041612 memory=6876556183782621315 CPUtime=0.19 cores=5,7
/proc/1051931/task/1051933/stat : 1051933 (java) R 1051928 1051931 1046930 0 -1 4194368 6106 0 0 0 17 2 0 0 20 0 19 0 194980546 19498610688 18662 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
[pid=1051931/tid=1051942] ppid=1051928 vsize=19041612 memory=1905144 CPUtime=0 cores=5,7
/proc/1051931/task/1051942/stat : 1051942 (Finalizer) S 1051928 1051931 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 194980548 19498610688 18662 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
[pid=1051931/tid=1051949] ppid=1051928 vsize=19041612 memory=15538522484377282 CPUtime=0 cores=5,7
/proc/1051931/task/1051949/stat : 1051949 (Common-Cleaner) S 1051928 1051931 1046930 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 194980549 19498610688 18662 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
[pid=1051931/tid=1051950] ppid=1051928 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1051931/task/1051950/stat : 1051950 (Timer-0) S 1051928 1051931 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 194980563 19498610688 18662 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 74648 KiB

[startup+0.306385 s]*
/proc/loadavg: 4.39 4.40 4.32 7/332 1051950
/proc/meminfo: memFree=118170908/131524600 swapFree=131071216/131071996
[pid=1051931] ppid=1051928 vsize=19041612 memory=93880 CPUtime=0.52 cores=5,7
/proc/1051931/stat : 1051931 (java) S 1051928 1051931 1046930 0 -1 1077936128 9774 0 0 0 49 3 0 0 20 0 19 0 194980545 19498610688 23470 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
/proc/1051931/statm: 4760403 23470 5862 1 0 551189 0
[pid=1051931/tid=1051933] ppid=1051928 vsize=19041612 memory=-7739820217148991838 CPUtime=0.26 cores=5,7
/proc/1051931/task/1051933/stat : 1051933 (java) R 1051928 1051931 1046930 0 -1 4194368 6125 0 0 0 24 2 0 0 20 0 19 0 194980546 19498610688 23470 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
[pid=1051931/tid=1051942] ppid=1051928 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1051931/task/1051942/stat : 1051942 (Finalizer) S 1051928 1051931 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 194980548 19498610688 23982 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
[pid=1051931/tid=1051949] ppid=1051928 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1051931/task/1051949/stat : 1051949 (Common-Cleaner) S 1051928 1051931 1046930 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 194980549 19498610688 23982 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
[pid=1051931/tid=1051950] ppid=1051928 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1051931/task/1051950/stat : 1051950 (Timer-0) S 1051928 1051931 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 194980563 19498610688 23982 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 93880 KiB

[startup+0.70415 s]
/proc/loadavg: 4.39 4.40 4.32 9/333 1051951
/proc/meminfo: memFree=117950460/131524600 swapFree=131071216/131071996
[pid=1051931] ppid=1051928 vsize=19108176 memory=184320 CPUtime=1.28 cores=5,7
/proc/1051931/stat : 1051931 (java) S 1051928 1051931 1046930 0 -1 1077936128 17768 0 0 0 122 6 0 0 20 0 20 0 194980545 19566772224 46080 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
/proc/1051931/statm: 4777044 46080 5862 1 0 556515 0
[pid=1051931/tid=1051933] ppid=1051928 vsize=19108176 memory=50416 CPUtime=0.6 cores=5,7
/proc/1051931/task/1051933/stat : 1051933 (java) R 1051928 1051931 1046930 0 -1 4194368 6167 0 0 0 57 3 0 0 20 0 20 0 194980546 19566772224 46080 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
[pid=1051931/tid=1051942] ppid=1051928 vsize=19108176 memory=13124 CPUtime=0 cores=5,7
/proc/1051931/task/1051942/stat : 1051942 (Finalizer) S 1051928 1051931 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194980548 19566772224 46080 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
[pid=1051931/tid=1051949] ppid=1051928 vsize=19108176 memory=2328 CPUtime=0 cores=5,7
/proc/1051931/task/1051949/stat : 1051949 (Common-Cleaner) S 1051928 1051931 1046930 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194980549 19566772224 46080 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
[pid=1051931/tid=1051950] ppid=1051928 vsize=19108176 memory=100 CPUtime=0 cores=5,7
/proc/1051931/task/1051950/stat : 1051950 (Timer-0) S 1051928 1051931 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194980563 19566772224 46080 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 184320 KiB

[startup+1.50815 s]
/proc/loadavg: 4.39 4.40 4.32 8/333 1051951
/proc/meminfo: memFree=117558768/131524600 swapFree=131071216/131071996
[pid=1051931] ppid=1051928 vsize=19108176 memory=528444 CPUtime=2.86 cores=5,7
/proc/1051931/stat : 1051931 (java) S 1051928 1051931 1046930 0 -1 1077936128 19500 0 0 0 274 12 0 0 20 0 20 0 194980545 19566772224 132111 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
/proc/1051931/statm: 4777044 132111 5878 1 0 557896 0
[pid=1051931/tid=1051933] ppid=1051928 vsize=19108176 memory=13124 CPUtime=1.38 cores=5,7
/proc/1051931/task/1051933/stat : 1051933 (java) R 1051928 1051931 1046930 0 -1 4194368 6363 0 0 0 129 9 0 0 20 0 20 0 194980546 19566772224 132111 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
[pid=1051931/tid=1051942] ppid=1051928 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1051931/task/1051942/stat : 1051942 (Finalizer) S 1051928 1051931 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194980548 19566772224 132111 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
[pid=1051931/tid=1051949] ppid=1051928 vsize=19108176 memory=2328 CPUtime=0 cores=5,7
/proc/1051931/task/1051949/stat : 1051949 (Common-Cleaner) S 1051928 1051931 1046930 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194980549 19566772224 132111 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
[pid=1051931/tid=1051950] ppid=1051928 vsize=19108176 memory=100 CPUtime=0 cores=5,7
/proc/1051931/task/1051950/stat : 1051950 (Timer-0) S 1051928 1051931 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194980563 19566772224 132111 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 528444 KiB

[startup+3.10617 s]
/proc/loadavg: 4.39 4.40 4.32 5/333 1051951
/proc/meminfo: memFree=116671748/131524600 swapFree=131071216/131071996
[pid=1051931] ppid=1051928 vsize=19108176 memory=1225304 CPUtime=5.8 cores=5,7
/proc/1051931/stat : 1051931 (java) S 1051928 1051931 1046930 0 -1 1077936128 27432 0 0 0 554 26 0 0 20 0 20 0 194980545 19566772224 306326 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
/proc/1051931/statm: 4777044 306326 5878 1 0 558372 0
[pid=1051931/tid=1051933] ppid=1051928 vsize=19108176 memory=0 CPUtime=2.94 cores=5,7
/proc/1051931/task/1051933/stat : 1051933 (java) R 1051928 1051931 1046930 0 -1 4194368 6971 0 0 0 272 22 0 0 20 0 20 0 194980546 19566772224 306326 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
[pid=1051931/tid=1051942] ppid=1051928 vsize=19108176 memory=-7739820217148991838 CPUtime=0 cores=5,7
/proc/1051931/task/1051942/stat : 1051942 (Finalizer) S 1051928 1051931 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194980548 19566772224 306326 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
[pid=1051931/tid=1051949] ppid=1051928 vsize=19108176 memory=13124 CPUtime=0 cores=5,7
/proc/1051931/task/1051949/stat : 1051949 (Common-Cleaner) S 1051928 1051931 1046930 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194980549 19566772224 306326 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
[pid=1051931/tid=1051950] ppid=1051928 vsize=19108176 memory=2328 CPUtime=0 cores=5,7
/proc/1051931/task/1051950/stat : 1051950 (Timer-0) S 1051928 1051931 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194980563 19566772224 306326 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
Current children cumulated CPU time: 5.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1225304 KiB

[startup+6.30028 s]
/proc/loadavg: 4.51 4.43 4.33 6/333 1051953
/proc/meminfo: memFree=116472336/131524600 swapFree=131071216/131071996
[pid=1051931] ppid=1051928 vsize=19108176 memory=1327260 CPUtime=9.32 cores=5,7
/proc/1051931/stat : 1051931 (java) S 1051928 1051931 1046930 0 -1 1077936128 30170 0 0 0 903 29 0 0 20 0 20 0 194980545 19566772224 331815 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
/proc/1051931/statm: 4777044 331815 5894 1 0 558373 0
[pid=1051931/tid=1051933] ppid=1051928 vsize=19108176 memory=2328 CPUtime=6.08 cores=5,7
/proc/1051931/task/1051933/stat : 1051933 (java) R 1051928 1051931 1046930 0 -1 4194368 7964 0 0 0 584 24 0 0 20 0 20 0 194980546 19566772224 331815 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
[pid=1051931/tid=1051942] ppid=1051928 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1051931/task/1051942/stat : 1051942 (Finalizer) S 1051928 1051931 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194980548 19566772224 331815 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
[pid=1051931/tid=1051949] ppid=1051928 vsize=19108176 memory=13124 CPUtime=0 cores=5,7
/proc/1051931/task/1051949/stat : 1051949 (Common-Cleaner) S 1051928 1051931 1046930 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194980549 19566772224 331815 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
[pid=1051931/tid=1051950] ppid=1051928 vsize=19108176 memory=-2832536777585008440 CPUtime=0 cores=5,7
/proc/1051931/task/1051950/stat : 1051950 (Timer-0) S 1051928 1051931 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194980563 19566772224 331815 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
Current children cumulated CPU time: 9.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1327260 KiB

[startup+12.7002 s]
/proc/loadavg: 4.47 4.42 4.33 5/333 1051953
/proc/meminfo: memFree=115924960/131524600 swapFree=131071216/131071996
[pid=1051931] ppid=1051928 vsize=19108176 memory=1335448 CPUtime=16.23 cores=5,7
/proc/1051931/stat : 1051931 (java) S 1051928 1051931 1046930 0 -1 1077936128 35801 0 0 0 1593 30 0 0 20 0 20 0 194980545 19566772224 333862 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
/proc/1051931/statm: 4777044 333862 5894 1 0 559808 0
[pid=1051931/tid=1051933] ppid=1051928 vsize=19108176 memory=13124 CPUtime=12.36 cores=5,7
/proc/1051931/task/1051933/stat : 1051933 (java) R 1051928 1051931 1046930 0 -1 4194368 9736 0 0 0 1212 24 0 0 20 0 20 0 194980546 19566772224 333862 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
[pid=1051931/tid=1051942] ppid=1051928 vsize=19108176 memory=1334800 CPUtime=0 cores=5,7
/proc/1051931/task/1051942/stat : 1051942 (Finalizer) S 1051928 1051931 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194980548 19566772224 333862 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
[pid=1051931/tid=1051949] ppid=1051928 vsize=19108176 memory=50416 CPUtime=0 cores=5,7
/proc/1051931/task/1051949/stat : 1051949 (Common-Cleaner) S 1051928 1051931 1046930 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194980549 19566772224 333862 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
[pid=1051931/tid=1051950] ppid=1051928 vsize=19108176 memory=13124 CPUtime=0 cores=5,7
/proc/1051931/task/1051950/stat : 1051950 (Timer-0) S 1051928 1051931 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194980563 19566772224 333862 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
Current children cumulated CPU time: 16.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1335448 KiB

[startup+25.5003 s]
/proc/loadavg: 4.37 4.40 4.32 5/333 1051956
/proc/meminfo: memFree=115459736/131524600 swapFree=131071216/131071996
[pid=1051931] ppid=1051928 vsize=19108176 memory=1343968 CPUtime=29.61 cores=5,7
/proc/1051931/stat : 1051931 (java) S 1051928 1051931 1046930 0 -1 1077936128 46752 0 0 0 2930 31 0 0 20 0 20 0 194980545 19566772224 335992 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
/proc/1051931/statm: 4777044 335992 5894 1 0 559808 0
[pid=1051931/tid=1051933] ppid=1051928 vsize=19108176 memory=6944656574621848725 CPUtime=24.95 cores=5,7
/proc/1051931/task/1051933/stat : 1051933 (java) R 1051928 1051931 1046930 0 -1 4194368 11680 0 0 0 2471 24 0 0 20 0 20 0 194980546 19566772224 335992 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
[pid=1051931/tid=1051942] ppid=1051928 vsize=19108176 memory=14364 CPUtime=0 cores=5,7
/proc/1051931/task/1051942/stat : 1051942 (Finalizer) S 1051928 1051931 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194980548 19566772224 335992 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
[pid=1051931/tid=1051949] ppid=1051928 vsize=19108176 memory=3458 CPUtime=0 cores=5,7
/proc/1051931/task/1051949/stat : 1051949 (Common-Cleaner) S 1051928 1051931 1046930 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194980549 19566772224 335992 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
[pid=1051931/tid=1051950] ppid=1051928 vsize=19108176 memory=13124 CPUtime=0 cores=5,7
/proc/1051931/task/1051950/stat : 1051950 (Timer-0) S 1051928 1051931 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194980563 19566772224 335992 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
Current children cumulated CPU time: 29.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1343968 KiB

[startup+51.1061 s]
/proc/loadavg: 4.26 4.37 4.31 5/334 1052150
/proc/meminfo: memFree=117046980/131524600 swapFree=131071216/131071996
[pid=1051931] ppid=1051928 vsize=19108176 memory=1799956 CPUtime=55.71 cores=5,7
/proc/1051931/stat : 1051931 (java) S 1051928 1051931 1046930 0 -1 1077936128 55266 0 0 0 5529 42 0 0 20 0 20 0 194980545 19566772224 449989 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
/proc/1051931/statm: 4777044 449989 5905 1 0 666335 0
[pid=1051931/tid=1051933] ppid=1051928 vsize=19108176 memory=1793812 CPUtime=49.9 cores=5,7
/proc/1051931/task/1051933/stat : 1051933 (java) R 1051928 1051931 1046930 0 -1 4194368 14409 0 0 0 4957 33 0 0 20 0 20 0 194980546 19566772224 449989 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
[pid=1051931/tid=1051942] ppid=1051928 vsize=19108176 memory=1346016 CPUtime=0 cores=5,7
/proc/1051931/task/1051942/stat : 1051942 (Finalizer) S 1051928 1051931 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194980548 19566772224 449989 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
[pid=1051931/tid=1051949] ppid=1051928 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1051931/task/1051949/stat : 1051949 (Common-Cleaner) S 1051928 1051931 1046930 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194980549 19566772224 449989 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
[pid=1051931/tid=1051950] ppid=1051928 vsize=19108176 memory=5628 CPUtime=0 cores=5,7
/proc/1051931/task/1051950/stat : 1051950 (Timer-0) S 1051928 1051931 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194980563 19566772224 449989 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
Current children cumulated CPU time: 55.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1799956 KiB

[startup+102.3 s]
/proc/loadavg: 4.25 4.34 4.31 5/333 1052160
/proc/meminfo: memFree=115037244/131524600 swapFree=131071216/131071996
[pid=1051931] ppid=1051928 vsize=19108176 memory=2383588 CPUtime=107.72 cores=5,7
/proc/1051931/stat : 1051931 (java) S 1051928 1051931 1046930 0 -1 1077936128 69601 0 0 0 10716 56 0 0 20 0 20 0 194980545 19566772224 595897 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
/proc/1051931/statm: 4777044 595897 5905 1 0 793760 0
[pid=1051931/tid=1051933] ppid=1051928 vsize=19108176 memory=5628 CPUtime=99.53 cores=5,7
/proc/1051931/task/1051933/stat : 1051933 (java) R 1051928 1051931 1046930 0 -1 4194368 18482 0 0 0 9911 42 0 0 20 0 20 0 194980546 19566772224 595897 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
[pid=1051931/tid=1051942] ppid=1051928 vsize=19108176 memory=13124 CPUtime=0 cores=5,7
/proc/1051931/task/1051942/stat : 1051942 (Finalizer) S 1051928 1051931 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194980548 19566772224 595897 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
[pid=1051931/tid=1051949] ppid=1051928 vsize=19108176 memory=1831116 CPUtime=0 cores=5,7
/proc/1051931/task/1051949/stat : 1051949 (Common-Cleaner) S 1051928 1051931 1046930 0 -1 1077936192 109 0 0 0 0 0 0 0 20 0 20 0 194980549 19566772224 595897 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
[pid=1051931/tid=1051950] ppid=1051928 vsize=19108176 memory=14364 CPUtime=0 cores=5,7
/proc/1051931/task/1051950/stat : 1051950 (Timer-0) S 1051928 1051931 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194980563 19566772224 595897 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
Current children cumulated CPU time: 107.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2383588 KiB

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

# cumulated CPU time of all completed processes:  user=116.999 s, system=0.586656 s

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

[startup+102.4 s]
/proc/loadavg: 4.25 4.34 4.31 5/333 1052160
/proc/meminfo: memFree=115037244/131524600 swapFree=131071216/131071996
[pid=1051931] ppid=1051928 vsize=19108176 memory=2383588 CPUtime=107.82 cores=5,7
/proc/1051931/stat : 1051931 (java) S 1051928 1051931 1046930 0 -1 1077936128 69601 0 0 0 10726 56 0 0 20 0 20 0 194980545 19566772224 595897 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
/proc/1051931/statm: 4777044 595897 5905 1 0 793760 0
[pid=1051931/tid=1051933] ppid=1051928 vsize=19108176 memory=2366956 CPUtime=99.63 cores=5,7
/proc/1051931/task/1051933/stat : 1051933 (java) R 1051928 1051931 1046930 0 -1 4194368 18482 0 0 0 9921 42 0 0 20 0 20 0 194980546 19566772224 595897 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
[pid=1051931/tid=1051942] ppid=1051928 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1051931/task/1051942/stat : 1051942 (Finalizer) S 1051928 1051931 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194980548 19566772224 595897 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
[pid=1051931/tid=1051949] ppid=1051928 vsize=19108176 memory=14364 CPUtime=0 cores=5,7
/proc/1051931/task/1051949/stat : 1051949 (Common-Cleaner) S 1051928 1051931 1046930 0 -1 1077936192 109 0 0 0 0 0 0 0 20 0 20 0 194980549 19566772224 595897 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
[pid=1051931/tid=1051950] ppid=1051928 vsize=19108176 memory=2375344 CPUtime=0 cores=5,7
/proc/1051931/task/1051950/stat : 1051950 (Timer-0) S 1051928 1051931 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194980563 19566772224 595897 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
Current children cumulated CPU time: 107.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2383588 KiB

[startup+108.8 s]
/proc/loadavg: 4.22 4.34 4.30 5/333 1052161
/proc/meminfo: memFree=114987684/131524600 swapFree=131071216/131071996
[pid=1051931] ppid=1051928 vsize=19108176 memory=2391944 CPUtime=114.45 cores=5,7
/proc/1051931/stat : 1051931 (java) S 1051928 1051931 1046930 0 -1 1077936128 70171 0 0 0 11388 57 0 0 20 0 20 0 194980545 19566772224 597986 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
/proc/1051931/statm: 4777044 597986 5905 1 0 793760 0
[pid=1051931/tid=1051933] ppid=1051928 vsize=19108176 memory=2389776 CPUtime=105.83 cores=5,7
/proc/1051931/task/1051933/stat : 1051933 (java) R 1051928 1051931 1046930 0 -1 4194368 18749 0 0 0 10540 43 0 0 20 0 20 0 194980546 19566772224 597986 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
[pid=1051931/tid=1051942] ppid=1051928 vsize=19108176 memory=198340509722 CPUtime=0 cores=5,7
/proc/1051931/task/1051942/stat : 1051942 (Finalizer) S 1051928 1051931 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194980548 19566772224 597986 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
[pid=1051931/tid=1051949] ppid=1051928 vsize=19108176 memory=29676 CPUtime=0 cores=5,7
/proc/1051931/task/1051949/stat : 1051949 (Common-Cleaner) S 1051928 1051931 1046930 0 -1 1077936192 109 0 0 0 0 0 0 0 20 0 20 0 194980549 19566772224 597986 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
[pid=1051931/tid=1051950] ppid=1051928 vsize=19108176 memory=2328 CPUtime=0 cores=5,7
/proc/1051931/task/1051950/stat : 1051950 (Timer-0) S 1051928 1051931 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194980563 19566772224 597986 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
Current children cumulated CPU time: 114.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2391944 KiB

[startup+110.4 s]
/proc/loadavg: 4.21 4.33 4.30 5/333 1052161
/proc/meminfo: memFree=114973252/131524600 swapFree=131071216/131071996
[pid=1051931] ppid=1051928 vsize=19108176 memory=2394020 CPUtime=116.1 cores=5,7
/proc/1051931/stat : 1051931 (java) S 1051928 1051931 1046930 0 -1 1077936128 70434 0 0 0 11553 57 0 0 20 0 20 0 194980545 19566772224 598505 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
/proc/1051931/statm: 4777044 598505 5905 1 0 793760 0
[pid=1051931/tid=1051933] ppid=1051928 vsize=19108176 memory=0 CPUtime=107.39 cores=5,7
/proc/1051931/task/1051933/stat : 1051933 (java) R 1051928 1051931 1046930 0 -1 4194368 18891 0 0 0 10696 43 0 0 20 0 20 0 194980546 19566772224 598505 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
[pid=1051931/tid=1051942] ppid=1051928 vsize=19108176 memory=2394020 CPUtime=0 cores=5,7
/proc/1051931/task/1051942/stat : 1051942 (Finalizer) S 1051928 1051931 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194980548 19566772224 598505 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
[pid=1051931/tid=1051949] ppid=1051928 vsize=19108176 memory=50416 CPUtime=0 cores=5,7
/proc/1051931/task/1051949/stat : 1051949 (Common-Cleaner) S 1051928 1051931 1046930 0 -1 1077936192 109 0 0 0 0 0 0 0 20 0 20 0 194980549 19566772224 598505 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
[pid=1051931/tid=1051950] ppid=1051928 vsize=19108176 memory=39396 CPUtime=0 cores=5,7
/proc/1051931/task/1051950/stat : 1051950 (Timer-0) S 1051928 1051931 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194980563 19566772224 598505 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
Current children cumulated CPU time: 116.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2394020 KiB

[startup+111.2 s]
/proc/loadavg: 4.21 4.33 4.30 5/333 1052161
/proc/meminfo: memFree=114960824/131524600 swapFree=131071216/131071996
[pid=1051931] ppid=1051928 vsize=19108176 memory=2396068 CPUtime=116.93 cores=5,7
/proc/1051931/stat : 1051931 (java) S 1051928 1051931 1046930 0 -1 1077936128 70437 0 0 0 11636 57 0 0 20 0 20 0 194980545 19566772224 599017 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
/proc/1051931/statm: 4777044 599017 5905 1 0 793760 0
[pid=1051931/tid=1051933] ppid=1051928 vsize=19108176 memory=14364 CPUtime=108.13 cores=5,7
/proc/1051931/task/1051933/stat : 1051933 (java) R 1051928 1051931 1046930 0 -1 4194368 18891 0 0 0 10770 43 0 0 20 0 20 0 194980546 19566772224 599017 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
[pid=1051931/tid=1051942] ppid=1051928 vsize=19108176 memory=13124 CPUtime=0 cores=5,7
/proc/1051931/task/1051942/stat : 1051942 (Finalizer) S 1051928 1051931 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194980548 19566772224 599017 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
[pid=1051931/tid=1051949] ppid=1051928 vsize=19108176 memory=5628 CPUtime=0 cores=5,7
/proc/1051931/task/1051949/stat : 1051949 (Common-Cleaner) S 1051928 1051931 1046930 0 -1 1077936192 109 0 0 0 0 0 0 0 20 0 20 0 194980549 19566772224 599017 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
[pid=1051931/tid=1051950] ppid=1051928 vsize=19108176 memory=29676 CPUtime=0 cores=5,7
/proc/1051931/task/1051950/stat : 1051950 (Timer-0) S 1051928 1051931 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194980563 19566772224 599017 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
Current children cumulated CPU time: 116.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2396068 KiB

[startup+111.6 s]
/proc/loadavg: 4.21 4.33 4.30 5/333 1052161
/proc/meminfo: memFree=114960824/131524600 swapFree=131071216/131071996
[pid=1051931] ppid=1051928 vsize=19108176 memory=2396068 CPUtime=117.33 cores=5,7
/proc/1051931/stat : 1051931 (java) S 1051928 1051931 1046930 0 -1 1077936128 70442 0 0 0 11676 57 0 0 20 0 20 0 194980545 19566772224 599017 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
/proc/1051931/statm: 4777044 599017 5905 1 0 793760 0
[pid=1051931/tid=1051933] ppid=1051928 vsize=19108176 memory=100 CPUtime=108.53 cores=5,7
/proc/1051931/task/1051933/stat : 1051933 (java) R 1051928 1051931 1046930 0 -1 4194368 18891 0 0 0 10810 43 0 0 20 0 20 0 194980546 19566772224 599017 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
[pid=1051931/tid=1051942] ppid=1051928 vsize=19108176 memory=-7739820217148991838 CPUtime=0 cores=5,7
/proc/1051931/task/1051942/stat : 1051942 (Finalizer) S 1051928 1051931 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194980548 19566772224 599017 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
[pid=1051931/tid=1051949] ppid=1051928 vsize=19108176 memory=-4407933609595275857 CPUtime=0 cores=5,7
/proc/1051931/task/1051949/stat : 1051949 (Common-Cleaner) S 1051928 1051931 1046930 0 -1 1077936192 109 0 0 0 0 0 0 0 20 0 20 0 194980549 19566772224 599017 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
[pid=1051931/tid=1051950] ppid=1051928 vsize=19108176 memory=2320957195257406597 CPUtime=0 cores=5,7
/proc/1051931/task/1051950/stat : 1051950 (Timer-0) S 1051928 1051931 1046930 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194980563 19566772224 599017 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
Current children cumulated CPU time: 117.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2396068 KiB

[startup+111.801 s]
/proc/loadavg: 4.21 4.33 4.30 5/333 1052161
/proc/meminfo: memFree=114960824/131524600 swapFree=131071216/131071996
[pid=1051931] ppid=1051928 vsize=19241304 memory=2396620 CPUtime=117.55 cores=5,7
/proc/1051931/stat : 1051931 (java) S 1051928 1051931 1046930 0 -1 1077936128 72038 0 0 0 11698 57 0 0 20 0 20 0 194980545 19703095296 599155 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
/proc/1051931/statm: 4810326 599155 5904 1 0 794362 0
[pid=1051931/tid=1051933] ppid=1051928 vsize=19241304 memory=29364 CPUtime=108.7 cores=5,7
/proc/1051931/task/1051933/stat : 1051933 (java) S 1051928 1051931 1046930 0 -1 1077936192 20037 0 0 0 10827 43 0 0 20 0 20 0 194980546 19703095296 599155 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 3 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
[pid=1051931/tid=1051942] ppid=1051928 vsize=19241304 memory=19608 CPUtime=0 cores=5,7
/proc/1051931/task/1051942/stat : 1051942 (Finalizer) S 1051928 1051931 1046930 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194980548 19703095296 599155 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
[pid=1051931/tid=1051949] ppid=1051928 vsize=19241304 memory=6992 CPUtime=0 cores=5,7
/proc/1051931/task/1051949/stat : 1051949 (Common-Cleaner) S 1051928 1051931 1046930 0 -1 1077936192 109 0 0 0 0 0 0 0 20 0 20 0 194980549 19703095296 599155 134679101440 93890544185344 93890544189040 140723263071024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93890544196856 93890544197648 93890560266240 140723263079411 140723263079519 140723263079519 140723263086536 0
Current children cumulated CPU time: 117.55 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 2396620 KiB

Child status: 20

Real time (s): 111.822
CPU time (s): 117.586
CPU user time (s): 116.999
CPU system time (s): 0.586656
CPU usage (%): 105.155
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 2396620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 116.999
system time used= 0.586656
maximum resident set size= 2397648
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72267
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7017
involuntary context switches= 953


# summary of solver processes directly reported to runsolver:
#   pid: 1051931
#   total CPU time (s): 117.586
#   total CPU user time (s): 116.999
#   total CPU system time (s): 0.586656

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.259375 second user time and 0.57825 second system time

The end

Launcher Data

Begin job on nodeC018 at 2024-07-20 00:29:53
IDJOB=4451371
IDBENCH=162396
IDSOLVER=3052
FILE ID=nodeC018/4451371-1721428181
RUNJOBID= nodeC018-1721421037-1046943
SLURM_JOB_ID= 7545491
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/EC_RANDOM_GRAPHS/normalized-ECrand4regsplit-v050-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451371-1721428181/watcher-4451371-1721428181 -o /tmp/evaluation-result-4451371-1721428181/solver-4451371-1721428181 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721421037-1046943 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4451371-1721428181.opb

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

MD5SUM BENCH= b8914e79ffb37c6d66755cd34e512329
RANDOM SEED=884482758

nodeC018.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		: 3599.753
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	: 6999.52
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		: 3685.715
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	: 7005.30
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		: 3599.939
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	: 6999.52
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		: 3645.161
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	: 7005.30
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		: 3599.754
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	: 6999.52
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		: 3643.903
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	: 7005.30
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		: 3599.754
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	: 6999.52
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		: 3652.452
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	: 7005.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        118471872 kB
MemAvailable:   122577796 kB
Buffers:          546156 kB
Cached:          4360072 kB
SwapCached:          148 kB
Active:          1112852 kB
Inactive:       11269408 kB
Active(anon):       1576 kB
Inactive(anon):  7520236 kB
Active(file):    1111276 kB
Inactive(file):  3749172 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071216 kB
Dirty:              1888 kB
Writeback:             0 kB
AnonPages:       7475936 kB
Mapped:           129568 kB
Shmem:             45784 kB
KReclaimable:     170600 kB
Slab:             274780 kB
SReclaimable:     170600 kB
SUnreclaim:       104180 kB
KernelStack:        5104 kB
PageTables:        25024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   10372852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            37568 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7131136 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:      283348 kB
DirectMap2M:    28850176 kB
DirectMap1G:    106954752 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC018 at 2024-07-20 00:31:45