Trace number 4429744

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12? (TO) 3600.19 3603.26

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-nw04.opb
MD5SUMee259c95511268cb44ae8b59ce81f086
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8431
Best CPU time to get the best result obtained on this benchmark7.49871
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables87482
Total number of constraints36
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)36
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint599
Maximum length of a constraint42032
Number of terms in the objective function 87482
Biggest coefficient in the objective function 5220
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 120189580
Number of bits of the sum of numbers in the objective function 27
Biggest number in a constraint 5220
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 120189580
Number of bits of the biggest sum of numbers27
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 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Use constraints as they come during conflict analysis
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: EFFECTIVE
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Dynamic restart strategy considering the size of the coefficients
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Use constraints as they come during conflict analysis
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: EFFECTIVE
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Dynamic restart strategy considering the size of the coefficients
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4429744-1721071776.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c  objective function found
2.11/1.22	c ... done. Wall clock time 1.063s.
2.11/1.22	c declared #vars     87482
2.11/1.22	c #constraints  72
2.11/1.22	c constraints type 
2.11/1.22	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 36
2.11/1.22	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 36
2.11/1.22	c 72 constraints processed.
2.11/1.24	c objective function length is 87482 literals
3600.09/3603.21	c starts		: 1
3600.09/3603.22	c conflicts		: 36
3600.09/3603.22	c decisions		: 87697
3600.09/3603.22	c propagations		: 149382
3600.09/3603.22	c inspects		: 2822
3600.09/3603.22	c shortcuts		: 0
3600.09/3603.22	c learnt literals	: 0
3600.09/3603.22	c learnt binary clauses	: 0
3600.09/3603.22	c learnt ternary clauses	: 0
3600.09/3603.22	c learnt constraints	: 35
3600.09/3603.22	c ignored constraints	: 0
3600.09/3603.22	c root simplifications	: 0
3600.09/3603.22	c removed literals (reason simplification)	: 0
3600.09/3603.22	c reason swapping (by a shorter reason)	: 0
3600.09/3603.22	c Calls to reduceDB	: 0
3600.09/3603.22	c Number of update (reduction) of LBD	: 60
3600.09/3603.22	c Imported unit clauses	: 0
3600.09/3603.22	c No decision after first conflict	: false
3600.09/3603.22	c number of reductions to clauses (during analyze)	: 0
3600.09/3603.22	c number of learned constraints concerned by reduction	: 0
3600.09/3603.22	c number of learning phase by resolution	: 0
3600.09/3603.22	c number of learning phase by cutting planes	: 0
3600.09/3603.22	c number of rounding to 1 operations	: 0
3600.09/3603.22	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3603.22	c number of reductions of the coefficients by power 2 	: 0
3600.09/3603.22	c number of right shift for reduction by power 2 	: 0
3600.09/3603.22	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3603.22	c number of ending skipping 	: 0
3600.09/3603.22	c number of internal skipping 	: 0
3600.09/3603.22	c number of derivation steps 	: 167
3600.09/3603.22	c number of skipped derivation steps 	: 0
3600.09/3603.22	c number of remaining unassigned 	: 98
3600.09/3603.22	c number of remaining assigned 	: 1514189
3600.09/3603.22	c number of falsified literals weakened from reason	: 0
3600.09/3603.22	c number of falsified literals weakened from conflict	: 0
3600.09/3603.22	c time for arithmetic operations	: 231834680
3600.09/3603.24	c minimum degree of deleted constraints	: null
3600.09/3603.24	c maximum degree of deleted constraints	: null
3600.09/3603.24	c number of deleted constraints	: 0
3600.09/3603.24	c speed (assignments/second)	: 41.472409057177465
3600.09/3603.24	c non guided choices	: 0
3600.09/3603.24	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 5
3600.09/3603.24	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 30
3600.09/3603.24	s UNKNOWN
3600.09/3603.24	c Total wall clock time (in seconds): 3603.082

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429744-1721071776/watcher-4429744-1721071776 -o /tmp/evaluation-result-4429744-1721071776/solver-4429744-1721071776 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721071788-816606 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429744-1721071776.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=816855, runsolver pid=816852

[startup+0.100032 s]*
/proc/loadavg: 1.15 1.12 1.51 14/334 816875
/proc/meminfo: memFree=127946684/131524600 swapFree=131071996/131071996
[pid=816855] ppid=816852 vsize=18975048 memory=64772 CPUtime=0.13 cores=4,6
/proc/816855/stat : 816855 (java) S 816852 816855 816595 0 -1 1077936128 7205 0 0 0 11 2 0 0 20 0 18 0 159342617 19430449152 16193 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
/proc/816855/statm: 4743762 16193 5626 1 0 549317 0
[pid=816855/tid=816857] ppid=816852 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/816855/task/816857/stat : 816857 (java) R 816852 816855 816595 0 -1 1077936192 5746 0 0 0 6 2 0 0 20 0 18 0 159342617 19430449152 16193 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
[pid=816855/tid=816866] ppid=816852 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/816855/task/816866/stat : 816866 (Finalizer) S 816852 816855 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 159342619 19430449152 16193 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
[pid=816855/tid=816873] ppid=816852 vsize=18975048 memory=13846374089254215 CPUtime=0 cores=4,6
/proc/816855/task/816873/stat : 816873 (Common-Cleaner) S 816852 816855 816595 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 159342620 19430449152 16193 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64772 KiB

[startup+0.208029 s]*
/proc/loadavg: 1.15 1.12 1.51 12/334 816875
/proc/meminfo: memFree=127912956/131524600 swapFree=131071996/131071996
[pid=816855] ppid=816852 vsize=18975048 memory=79504 CPUtime=0.32 cores=4,6
/proc/816855/stat : 816855 (java) S 816852 816855 816595 0 -1 1077936128 8385 0 0 0 29 3 0 0 20 0 18 0 159342617 19430449152 19876 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
/proc/816855/statm: 4743762 19876 5838 1 0 550021 0
[pid=816855/tid=816857] ppid=816852 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=4,6
/proc/816855/task/816857/stat : 816857 (java) R 816852 816855 816595 0 -1 4194368 6005 0 0 0 15 2 0 0 20 0 18 0 159342617 19430449152 19876 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
[pid=816855/tid=816866] ppid=816852 vsize=18975048 memory=5714 CPUtime=0 cores=4,6
/proc/816855/task/816866/stat : 816866 (Finalizer) S 816852 816855 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 159342619 19430449152 19876 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
[pid=816855/tid=816873] ppid=816852 vsize=18975048 memory=15252649461155485 CPUtime=0 cores=4,6
/proc/816855/task/816873/stat : 816873 (Common-Cleaner) S 816852 816855 816595 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 159342620 19430449152 19876 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 79504 KiB

[startup+0.313027 s]*
/proc/loadavg: 1.15 1.12 1.51 11/334 816875
/proc/meminfo: memFree=127850772/131524600 swapFree=131071996/131071996
[pid=816855] ppid=816852 vsize=18975048 memory=114968 CPUtime=0.53 cores=4,6
/proc/816855/stat : 816855 (java) S 816852 816855 816595 0 -1 1077936128 9990 0 0 0 49 4 0 0 20 0 18 0 159342617 19430449152 28742 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
/proc/816855/statm: 4743762 28742 5838 1 0 551187 0
[pid=816855/tid=816857] ppid=816852 vsize=18975048 memory=-9032077244752044732 CPUtime=0.27 cores=4,6
/proc/816855/task/816857/stat : 816857 (java) R 816852 816855 816595 0 -1 4194368 6021 0 0 0 25 2 0 0 20 0 18 0 159342617 19430449152 28742 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
[pid=816855/tid=816866] ppid=816852 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/816855/task/816866/stat : 816866 (Finalizer) S 816852 816855 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 159342619 19430449152 28742 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
[pid=816855/tid=816873] ppid=816852 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/816855/task/816873/stat : 816873 (Common-Cleaner) S 816852 816855 816595 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 159342620 19430449152 28742 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 114968 KiB

[startup+0.70025 s]
/proc/loadavg: 1.15 1.12 1.51 12/336 816877
/proc/meminfo: memFree=127659752/131524600 swapFree=131071996/131071996
[pid=816855] ppid=816852 vsize=19041612 memory=197944 CPUtime=1.25 cores=4,6
/proc/816855/stat : 816855 (java) S 816852 816855 816595 0 -1 1077936128 10395 0 0 0 119 6 0 0 20 0 19 0 159342617 19498610688 49486 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
/proc/816855/statm: 4760403 49486 5838 1 0 551577 0
[pid=816855/tid=816857] ppid=816852 vsize=19041612 memory=5432 CPUtime=0.6 cores=4,6
/proc/816855/task/816857/stat : 816857 (java) R 816852 816855 816595 0 -1 4194368 6089 0 0 0 56 4 0 0 20 0 19 0 159342617 19498610688 49486 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
[pid=816855/tid=816866] ppid=816852 vsize=19041612 memory=12952 CPUtime=0 cores=4,6
/proc/816855/task/816866/stat : 816866 (Finalizer) S 816852 816855 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 159342619 19498610688 49486 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
[pid=816855/tid=816873] ppid=816852 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/816855/task/816873/stat : 816873 (Common-Cleaner) S 816852 816855 816595 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 159342620 19498610688 49486 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 197944 KiB

[startup+1.50103 s]
/proc/loadavg: 1.15 1.12 1.51 12/336 816877
/proc/meminfo: memFree=127474244/131524600 swapFree=131071996/131071996
[pid=816855] ppid=816852 vsize=19108176 memory=430440 CPUtime=2.67 cores=4,6
/proc/816855/stat : 816855 (java) S 816852 816855 816595 0 -1 1077936128 11719 0 0 0 255 12 0 0 20 0 20 0 159342617 19566772224 107610 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
/proc/816855/statm: 4777044 107610 5907 1 0 1078391 0
[pid=816855/tid=816857] ppid=816852 vsize=19108176 memory=0 CPUtime=1.27 cores=4,6
/proc/816855/task/816857/stat : 816857 (java) R 816852 816855 816595 0 -1 4194368 6338 0 0 0 119 8 0 0 20 0 20 0 159342617 19566772224 107610 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
[pid=816855/tid=816866] ppid=816852 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/816855/task/816866/stat : 816866 (Finalizer) S 816852 816855 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159342619 19566772224 107610 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
[pid=816855/tid=816873] ppid=816852 vsize=19108176 memory=12952 CPUtime=0 cores=4,6
/proc/816855/task/816873/stat : 816873 (Common-Cleaner) S 816852 816855 816595 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 159342620 19566772224 107610 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 430440 KiB

[startup+3.10602 s]
/proc/loadavg: 1.38 1.17 1.52 6/313 816888
/proc/meminfo: memFree=127154016/131524600 swapFree=131071996/131071996
[pid=816855] ppid=816852 vsize=19108176 memory=435360 CPUtime=4.41 cores=4,6
/proc/816855/stat : 816855 (java) S 816852 816855 816595 0 -1 1077936128 13471 0 0 0 428 13 0 0 20 0 20 0 159342617 19566772224 108840 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
/proc/816855/statm: 4777044 108840 5907 1 0 1079649 0
[pid=816855/tid=816857] ppid=816852 vsize=19108176 memory=12952 CPUtime=2.86 cores=4,6
/proc/816855/task/816857/stat : 816857 (java) R 816852 816855 816595 0 -1 4194368 6338 0 0 0 278 8 0 0 20 0 20 0 159342617 19566772224 108840 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
[pid=816855/tid=816866] ppid=816852 vsize=19108176 memory=210752 CPUtime=0 cores=4,6
/proc/816855/task/816866/stat : 816866 (Finalizer) S 816852 816855 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159342619 19566772224 108840 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
[pid=816855/tid=816873] ppid=816852 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/816855/task/816873/stat : 816873 (Common-Cleaner) S 816852 816855 816595 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 159342620 19566772224 108840 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
[pid=816855/tid=816878] ppid=816852 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/816855/task/816878/stat : 816878 (Timer-0) S 816852 816855 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159342745 19566772224 108840 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
Current children cumulated CPU time: 4.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 435360 KiB

[startup+6.30102 s]
/proc/loadavg: 1.38 1.17 1.52 6/337 817012
/proc/meminfo: memFree=125954840/131524600 swapFree=131071996/131071996
[pid=816855] ppid=816852 vsize=19108176 memory=428024 CPUtime=7.58 cores=4,6
/proc/816855/stat : 816855 (java) S 816852 816855 816595 0 -1 1077936128 14143 0 0 0 745 13 0 0 20 0 20 0 159342617 19566772224 107006 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
/proc/816855/statm: 4777044 107006 5907 1 0 1079649 0
[pid=816855/tid=816857] ppid=816852 vsize=19108176 memory=0 CPUtime=6.02 cores=4,6
/proc/816855/task/816857/stat : 816857 (java) R 816852 816855 816595 0 -1 4194368 6399 0 0 0 594 8 0 0 20 0 20 0 159342617 19566772224 107006 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
[pid=816855/tid=816866] ppid=816852 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/816855/task/816866/stat : 816866 (Finalizer) S 816852 816855 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159342619 19566772224 107006 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
[pid=816855/tid=816873] ppid=816852 vsize=19108176 memory=11648 CPUtime=0 cores=4,6
/proc/816855/task/816873/stat : 816873 (Common-Cleaner) S 816852 816855 816595 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 159342620 19566772224 107006 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
[pid=816855/tid=816878] ppid=816852 vsize=19108176 memory=3472328296227733899 CPUtime=0 cores=4,6
/proc/816855/task/816878/stat : 816878 (Timer-0) S 816852 816855 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159342745 19566772224 107006 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
Current children cumulated CPU time: 7.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 428024 KiB

[startup+12.701 s]
/proc/loadavg: 1.75 1.25 1.55 6/337 817014
/proc/meminfo: memFree=124810588/131524600 swapFree=131071996/131071996
[pid=816855] ppid=816852 vsize=19108176 memory=431144 CPUtime=14.27 cores=4,6
/proc/816855/stat : 816855 (java) S 816852 816855 816595 0 -1 1077936128 21415 0 0 0 1413 14 0 0 20 0 20 0 159342617 19566772224 107786 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
/proc/816855/statm: 4777044 107786 5907 1 0 1080564 0
[pid=816855/tid=816857] ppid=816852 vsize=19108176 memory=431056 CPUtime=12.36 cores=4,6
/proc/816855/task/816857/stat : 816857 (java) R 816852 816855 816595 0 -1 4194368 6939 0 0 0 1228 8 0 0 20 0 20 0 159342617 19566772224 107786 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
[pid=816855/tid=816866] ppid=816852 vsize=19108176 memory=431056 CPUtime=0 cores=4,6
/proc/816855/task/816866/stat : 816866 (Finalizer) S 816852 816855 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159342619 19566772224 107786 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
[pid=816855/tid=816873] ppid=816852 vsize=19108176 memory=11648 CPUtime=0 cores=4,6
/proc/816855/task/816873/stat : 816873 (Common-Cleaner) S 816852 816855 816595 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 159342620 19566772224 107786 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
[pid=816855/tid=816878] ppid=816852 vsize=19108176 memory=904868 CPUtime=0 cores=4,6
/proc/816855/task/816878/stat : 816878 (Timer-0) S 816852 816855 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159342745 19566772224 107786 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
Current children cumulated CPU time: 14.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 431144 KiB

[startup+25.5003 s]
/proc/loadavg: 2.32 1.40 1.59 5/333 817015
/proc/meminfo: memFree=123695804/131524600 swapFree=131071996/131071996
[pid=816855] ppid=816852 vsize=19108176 memory=435812 CPUtime=27.37 cores=4,6
/proc/816855/stat : 816855 (java) S 816852 816855 816595 0 -1 1077936128 27588 0 0 0 2722 15 0 0 20 0 20 0 159342617 19566772224 108953 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
/proc/816855/statm: 4777044 108953 5907 1 0 1080764 0
[pid=816855/tid=816857] ppid=816852 vsize=19108176 memory=-9032077244752044732 CPUtime=25.11 cores=4,6
/proc/816855/task/816857/stat : 816857 (java) R 816852 816855 816595 0 -1 4194368 7558 0 0 0 2503 8 0 0 20 0 20 0 159342617 19566772224 108953 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
[pid=816855/tid=816866] ppid=816852 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/816855/task/816866/stat : 816866 (Finalizer) S 816852 816855 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159342619 19566772224 108953 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
[pid=816855/tid=816873] ppid=816852 vsize=19108176 memory=439448 CPUtime=0 cores=4,6
/proc/816855/task/816873/stat : 816873 (Common-Cleaner) S 816852 816855 816595 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 159342620 19566772224 108953 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
[pid=816855/tid=816878] ppid=816852 vsize=19108176 memory=15996 CPUtime=0 cores=4,6
/proc/816855/task/816878/stat : 816878 (Timer-0) S 816852 816855 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159342745 19566772224 108953 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
Current children cumulated CPU time: 27.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 435812 KiB

[startup+51.1056 s]
/proc/loadavg: 2.97 1.63 1.66 5/335 817078
/proc/meminfo: memFree=122608424/131524600 swapFree=131071996/131071996
[pid=816855] ppid=816852 vsize=19108176 memory=462756 CPUtime=53.27 cores=4,6
/proc/816855/stat : 816855 (java) S 816852 816855 816595 0 -1 1077936128 37532 0 0 0 5309 18 0 0 20 0 20 0 159342617 19566772224 115689 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
/proc/816855/statm: 4777044 115689 5907 1 0 1080937 0
[pid=816855/tid=816857] ppid=816852 vsize=19108176 memory=462756 CPUtime=50.57 cores=4,6
/proc/816855/task/816857/stat : 816857 (java) R 816852 816855 816595 0 -1 4194368 8739 0 0 0 5049 8 0 0 20 0 20 0 159342617 19566772224 115689 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
[pid=816855/tid=816866] ppid=816852 vsize=19108176 memory=436168 CPUtime=0 cores=4,6
/proc/816855/task/816866/stat : 816866 (Finalizer) S 816852 816855 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159342619 19566772224 115689 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
[pid=816855/tid=816873] ppid=816852 vsize=19108176 memory=11648 CPUtime=0 cores=4,6
/proc/816855/task/816873/stat : 816873 (Common-Cleaner) S 816852 816855 816595 0 -1 1077936192 64 0 0 0 0 0 0 0 20 0 20 0 159342620 19566772224 115689 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
[pid=816855/tid=816878] ppid=816852 vsize=19108176 memory=435360 CPUtime=0 cores=4,6
/proc/816855/task/816878/stat : 816878 (Timer-0) S 816852 816855 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159342745 19566772224 115689 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0

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

/proc/meminfo: memFree=116692016/131524600 swapFree=131071996/131071996
[pid=816855] ppid=816852 vsize=19108176 memory=2616564 CPUtime=3219.87 cores=4,6
/proc/816855/stat : 816855 (java) S 816852 816855 816595 0 -1 1077936128 131011 0 0 0 321798 189 0 0 20 0 20 0 159342617 19566772224 654141 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
/proc/816855/statm: 4777044 654141 5922 1 0 1082392 0
[pid=816855/tid=816857] ppid=816852 vsize=19108176 memory=2458824 CPUtime=3211.62 cores=4,6
/proc/816855/task/816857/stat : 816857 (java) R 816852 816855 816595 0 -1 4194368 24894 0 0 0 321111 51 0 0 20 0 20 0 159342617 19566772224 654141 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
[pid=816855/tid=816866] ppid=816852 vsize=19108176 memory=2602228 CPUtime=0 cores=4,6
/proc/816855/task/816866/stat : 816866 (Finalizer) S 816852 816855 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159342619 19566772224 654141 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
[pid=816855/tid=816873] ppid=816852 vsize=19108176 memory=2610420 CPUtime=0 cores=4,6
/proc/816855/task/816873/stat : 816873 (Common-Cleaner) S 816852 816855 816595 0 -1 1077936192 2909 0 0 0 0 0 0 0 20 0 20 0 159342620 19566772224 654141 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
[pid=816855/tid=816878] ppid=816852 vsize=19108176 memory=2606324 CPUtime=0 cores=4,6
/proc/816855/task/816878/stat : 816878 (Timer-0) S 816852 816855 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159342745 19566772224 654141 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
Current children cumulated CPU time: 3219.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2616564 KiB

[startup+3282.3 s]
/proc/loadavg: 4.24 4.19 4.10 5/332 818295
/proc/meminfo: memFree=116621816/131524600 swapFree=131071996/131071996
[pid=816855] ppid=816852 vsize=19108176 memory=2686196 CPUtime=3279.8 cores=4,6
/proc/816855/stat : 816855 (java) S 816852 816855 816595 0 -1 1077936128 131880 0 0 0 327787 193 0 0 20 0 20 0 159342617 19566772224 671549 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
/proc/816855/statm: 4777044 671549 5922 1 0 1082392 0
[pid=816855/tid=816857] ppid=816852 vsize=19108176 memory=11648 CPUtime=3271.48 cores=4,6
/proc/816855/task/816857/stat : 816857 (java) R 816852 816855 816595 0 -1 4194368 25229 0 0 0 327096 52 0 0 20 0 20 0 159342617 19566772224 671549 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
[pid=816855/tid=816866] ppid=816852 vsize=19108176 memory=15996 CPUtime=0 cores=4,6
/proc/816855/task/816866/stat : 816866 (Finalizer) S 816852 816855 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159342619 19566772224 671549 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
[pid=816855/tid=816873] ppid=816852 vsize=19108176 memory=11648 CPUtime=0 cores=4,6
/proc/816855/task/816873/stat : 816873 (Common-Cleaner) S 816852 816855 816595 0 -1 1077936192 2909 0 0 0 0 0 0 0 20 0 20 0 159342620 19566772224 671549 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
[pid=816855/tid=816878] ppid=816852 vsize=19108176 memory=11648 CPUtime=0 cores=4,6
/proc/816855/task/816878/stat : 816878 (Timer-0) S 816852 816855 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159342745 19566772224 671549 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
Current children cumulated CPU time: 3279.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2686196 KiB

[startup+3342.3 s]
/proc/loadavg: 4.19 4.18 4.10 5/332 818689
/proc/meminfo: memFree=116583740/131524600 swapFree=131071996/131071996
[pid=816855] ppid=816852 vsize=19108176 memory=2723096 CPUtime=3339.7 cores=4,6
/proc/816855/stat : 816855 (java) S 816852 816855 816595 0 -1 1077936128 133526 0 0 0 333774 196 0 0 20 0 20 0 159342617 19566772224 680774 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
/proc/816855/statm: 4777044 680774 5922 1 0 1082403 0
[pid=816855/tid=816857] ppid=816852 vsize=19108176 memory=11648 CPUtime=3331.28 cores=4,6
/proc/816855/task/816857/stat : 816857 (java) R 816852 816855 816595 0 -1 4194368 25276 0 0 0 333076 52 0 0 20 0 20 0 159342617 19566772224 680774 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
[pid=816855/tid=816866] ppid=816852 vsize=19108176 memory=2649332 CPUtime=0 cores=4,6
/proc/816855/task/816866/stat : 816866 (Finalizer) S 816852 816855 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159342619 19566772224 680774 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
[pid=816855/tid=816873] ppid=816852 vsize=19108176 memory=2723096 CPUtime=0 cores=4,6
/proc/816855/task/816873/stat : 816873 (Common-Cleaner) S 816852 816855 816595 0 -1 1077936192 3019 0 0 0 0 0 0 0 20 0 20 0 159342620 19566772224 680774 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
[pid=816855/tid=816878] ppid=816852 vsize=19108176 memory=11648 CPUtime=0 cores=4,6
/proc/816855/task/816878/stat : 816878 (Timer-0) S 816852 816855 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159342745 19566772224 680774 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
Current children cumulated CPU time: 3339.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2723096 KiB

[startup+3402.3 s]
/proc/loadavg: 4.18 4.18 4.10 6/332 818700
/proc/meminfo: memFree=116583372/131524600 swapFree=131071996/131071996
[pid=816855] ppid=816852 vsize=19108176 memory=2723100 CPUtime=3399.59 cores=4,6
/proc/816855/stat : 816855 (java) S 816852 816855 816595 0 -1 1077936128 134003 0 0 0 339761 198 0 0 20 0 20 0 159342617 19566772224 680775 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
/proc/816855/statm: 4777044 680775 5922 1 0 1082403 0
[pid=816855/tid=816857] ppid=816852 vsize=19108176 memory=2723100 CPUtime=3391.13 cores=4,6
/proc/816855/task/816857/stat : 816857 (java) R 816852 816855 816595 0 -1 4194368 25570 0 0 0 339061 52 0 0 20 0 20 0 159342617 19566772224 680775 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
[pid=816855/tid=816866] ppid=816852 vsize=19108176 memory=2723096 CPUtime=0 cores=4,6
/proc/816855/task/816866/stat : 816866 (Finalizer) S 816852 816855 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159342619 19566772224 680775 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
[pid=816855/tid=816873] ppid=816852 vsize=19108176 memory=2618612 CPUtime=0 cores=4,6
/proc/816855/task/816873/stat : 816873 (Common-Cleaner) S 816852 816855 816595 0 -1 1077936192 3102 0 0 0 0 0 0 0 20 0 20 0 159342620 19566772224 680775 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
[pid=816855/tid=816878] ppid=816852 vsize=19108176 memory=2632 CPUtime=0 cores=4,6
/proc/816855/task/816878/stat : 816878 (Timer-0) S 816852 816855 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159342745 19566772224 680775 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
Current children cumulated CPU time: 3399.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2723100 KiB

[startup+3462.3 s]
/proc/loadavg: 4.18 4.17 4.10 5/332 818711
/proc/meminfo: memFree=116582832/131524600 swapFree=131071996/131071996
[pid=816855] ppid=816852 vsize=19108176 memory=2723104 CPUtime=3459.47 cores=4,6
/proc/816855/stat : 816855 (java) S 816852 816855 816595 0 -1 1077936128 134590 0 0 0 345748 199 0 0 20 0 20 0 159342617 19566772224 680776 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
/proc/816855/statm: 4777044 680776 5922 1 0 1082403 0
[pid=816855/tid=816857] ppid=816852 vsize=19108176 memory=2723096 CPUtime=3450.99 cores=4,6
/proc/816855/task/816857/stat : 816857 (java) R 816852 816855 816595 0 -1 4194368 25932 0 0 0 345047 52 0 0 20 0 20 0 159342617 19566772224 680776 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
[pid=816855/tid=816866] ppid=816852 vsize=19108176 memory=2723104 CPUtime=0 cores=4,6
/proc/816855/task/816866/stat : 816866 (Finalizer) S 816852 816855 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159342619 19566772224 680776 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
[pid=816855/tid=816873] ppid=816852 vsize=19108176 memory=2723104 CPUtime=0 cores=4,6
/proc/816855/task/816873/stat : 816873 (Common-Cleaner) S 816852 816855 816595 0 -1 1077936192 3221 0 0 0 0 0 0 0 20 0 20 0 159342620 19566772224 680776 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
[pid=816855/tid=816878] ppid=816852 vsize=19108176 memory=12952 CPUtime=0 cores=4,6
/proc/816855/task/816878/stat : 816878 (Timer-0) S 816852 816855 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159342745 19566772224 680776 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
Current children cumulated CPU time: 3459.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2723104 KiB

[startup+3522.3 s]
/proc/loadavg: 4.17 4.17 4.10 6/334 818891
/proc/meminfo: memFree=116582056/131524600 swapFree=131071996/131071996
[pid=816855] ppid=816852 vsize=19108176 memory=2723104 CPUtime=3519.35 cores=4,6
/proc/816855/stat : 816855 (java) S 816852 816855 816595 0 -1 1077936128 135141 0 0 0 351734 201 0 0 20 0 20 0 159342617 19566772224 680776 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
/proc/816855/statm: 4777044 680776 5922 1 0 1082403 0
[pid=816855/tid=816857] ppid=816852 vsize=19108176 memory=40940 CPUtime=3510.84 cores=4,6
/proc/816855/task/816857/stat : 816857 (java) R 816852 816855 816595 0 -1 4194368 26256 0 0 0 351032 52 0 0 20 0 20 0 159342617 19566772224 680776 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
[pid=816855/tid=816866] ppid=816852 vsize=19108176 memory=2723104 CPUtime=0 cores=4,6
/proc/816855/task/816866/stat : 816866 (Finalizer) S 816852 816855 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159342619 19566772224 680776 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
[pid=816855/tid=816873] ppid=816852 vsize=19108176 memory=2723104 CPUtime=0 cores=4,6
/proc/816855/task/816873/stat : 816873 (Common-Cleaner) S 816852 816855 816595 0 -1 1077936192 3257 0 0 0 0 0 0 0 20 0 20 0 159342620 19566772224 680776 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
[pid=816855/tid=816878] ppid=816852 vsize=19108176 memory=11648 CPUtime=0 cores=4,6
/proc/816855/task/816878/stat : 816878 (Timer-0) S 816852 816855 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159342745 19566772224 680776 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
Current children cumulated CPU time: 3519.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2723104 KiB

[startup+3582.3 s]
/proc/loadavg: 4.25 4.19 4.11 6/334 818969
/proc/meminfo: memFree=119457844/131524600 swapFree=131071996/131071996
[pid=816855] ppid=816852 vsize=19108176 memory=2723104 CPUtime=3579.24 cores=4,6
/proc/816855/stat : 816855 (java) S 816852 816855 816595 0 -1 1077936128 135506 0 0 0 357721 203 0 0 20 0 20 0 159342617 19566772224 680776 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
/proc/816855/statm: 4777044 680776 5922 1 0 1082403 0
[pid=816855/tid=816857] ppid=816852 vsize=19108176 memory=2723104 CPUtime=3570.69 cores=4,6
/proc/816855/task/816857/stat : 816857 (java) R 816852 816855 816595 0 -1 4194368 26391 0 0 0 357017 52 0 0 20 0 20 0 159342617 19566772224 680776 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
[pid=816855/tid=816866] ppid=816852 vsize=19108176 memory=11648 CPUtime=0 cores=4,6
/proc/816855/task/816866/stat : 816866 (Finalizer) S 816852 816855 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159342619 19566772224 680776 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
[pid=816855/tid=816873] ppid=816852 vsize=19108176 memory=11648 CPUtime=0 cores=4,6
/proc/816855/task/816873/stat : 816873 (Common-Cleaner) S 816852 816855 816595 0 -1 1077936192 3368 0 0 0 0 0 0 0 20 0 20 0 159342620 19566772224 680776 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
[pid=816855/tid=816878] ppid=816852 vsize=19108176 memory=2723104 CPUtime=0 cores=4,6
/proc/816855/task/816878/stat : 816878 (Timer-0) S 816852 816855 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159342745 19566772224 680776 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
Current children cumulated CPU time: 3579.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2723104 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.2 s]
/proc/loadavg: 4.18 4.17 4.10 6/334 819040
/proc/meminfo: memFree=120495560/131524600 swapFree=131071996/131071996
[pid=816855] ppid=816852 vsize=19108176 memory=2723104 CPUtime=3600.09 cores=4,6
/proc/816855/stat : 816855 (java) S 816852 816855 816595 0 -1 1077936128 135845 0 0 0 359806 203 0 0 20 0 20 0 159342617 19566772224 680776 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
/proc/816855/statm: 4777044 680776 5922 1 0 1082403 0
[pid=816855/tid=816857] ppid=816852 vsize=19108176 memory=2723104 CPUtime=3591.54 cores=4,6
/proc/816855/task/816857/stat : 816857 (java) R 816852 816855 816595 0 -1 4194368 26578 0 0 0 359102 52 0 0 20 0 20 0 159342617 19566772224 680776 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
[pid=816855/tid=816866] ppid=816852 vsize=19108176 memory=19856 CPUtime=0 cores=4,6
/proc/816855/task/816866/stat : 816866 (Finalizer) S 816852 816855 816595 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159342619 19566772224 680776 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
[pid=816855/tid=816873] ppid=816852 vsize=19108176 memory=2723104 CPUtime=0 cores=4,6
/proc/816855/task/816873/stat : 816873 (Common-Cleaner) S 816852 816855 816595 0 -1 1077936192 3511 0 0 0 0 0 0 0 20 0 20 0 159342620 19566772224 680776 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
[pid=816855/tid=816878] ppid=816852 vsize=19108176 memory=11648 CPUtime=0 cores=4,6
/proc/816855/task/816878/stat : 816878 (Timer-0) S 816852 816855 816595 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159342745 19566772224 680776 134679101440 94347406069760 94347406073456 140725221434992 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94347406081272 94347406082064 94347418669056 140725221442549 140725221442657 140725221442657 140725221449672 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2723104 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.15 s, system=2.04616 s

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

Child status: 143

Real time (s): 3603.26
CPU time (s): 3600.19
CPU user time (s): 3598.15
CPU system time (s): 2.04616
CPU usage (%): 99.915
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 2723104

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.15
system time used= 2.04616
maximum resident set size= 2724540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139283
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 118198
involuntary context switches= 5591


# summary of solver processes directly reported to runsolver:
#   pid: 816855
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3598.15
#   total CPU system time (s): 2.04616

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.41887 second user time and 17.7076 second system time

The end

Launcher Data

Begin job on nodeC023 at 2024-07-15 21:29:49
IDJOB=4429744
IDBENCH=146976
IDSOLVER=3052
FILE ID=nodeC023/4429744-1721071776
RUNJOBID= nodeC023-1721071788-816606
SLURM_JOB_ID= 7505536
Free space on /tmp= 890072 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/OPT-LIN/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-nw04.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429744-1721071776/watcher-4429744-1721071776 -o /tmp/evaluation-result-4429744-1721071776/solver-4429744-1721071776 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721071788-816606 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429744-1721071776.opb

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

MD5SUM BENCH= ee259c95511268cb44ae8b59ce81f086
RANDOM SEED=828761258

nodeC023.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		: 3624.009
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.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.803
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.48
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		: 3619.807
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.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.803
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.48
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		: 3602.291
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.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.805
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.48
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		: 3600.416
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.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.806
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128027168 kB
MemAvailable:   129391936 kB
Buffers:          380668 kB
Cached:          1812736 kB
SwapCached:            0 kB
Active:           710628 kB
Inactive:        2173556 kB
Active(anon):       1580 kB
Inactive(anon):   727236 kB
Active(file):     709048 kB
Inactive(file):  1446320 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             11344 kB
Writeback:             8 kB
AnonPages:        691188 kB
Mapped:           123620 kB
Shmem:             37720 kB
KReclaimable:      98444 kB
Slab:             204596 kB
SReclaimable:      98444 kB
SUnreclaim:       106152 kB
KernelStack:        5072 kB
PageTables:        11164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7320100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            60608 kB
HardwareCorrupted:     0 kB
AnonHugePages:    397312 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:      203476 kB
DirectMap2M:    18444288 kB
DirectMap1G:    117440512 kB

Free space on /tmp at the end= 890072 MiB
End job on nodeC023 at 2024-07-15 22:29:53