Trace number 4429857

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.23 3597.24

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/
market-split/normalized-market-split_8_70_4.opb
MD5SUMf08684a49e4744afc6bcc5ce80f1fe7b
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables71
Total number of constraints17
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints16
Minimum length of a constraint1
Maximum length of a constraint70
Number of terms in the objective function 1
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1
Number of bits of the sum of numbers in the objective function 1
Biggest number in a constraint 1881
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 5644
Number of bits of the biggest sum of numbers13
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.10	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.13/0.11	c version CUSTOM.v20240707
0.13/0.13	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.13	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.13	c java.vm.version	22.0.1+8-16
0.13/0.13	c java.vm.vendor	Oracle Corporation
0.13/0.13	c sun.arch.data.model	64
0.13/0.13	c java.version		22.0.1
0.13/0.13	c os.name		Linux
0.13/0.13	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.13	c os.arch		amd64
0.13/0.14	c Free memory 		2115194816
0.13/0.14	c Max memory 		16282288128
0.13/0.15	c Total memory 		2122317824
0.13/0.15	c Number of processors 	2
0.41/0.33	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.41/0.33	 - never skip resolution steps
0.41/0.33	 - Auto-division on coefficients is disabled
0.41/0.33	 - No postprocessing
0.41/0.33	 - Conflict is considered as is when resolving
0.41/0.33	 - Use constraints as they come during conflict analysis
0.41/0.33	 - Weaken first using unassigned literals
0.41/0.33	 - Bump strategy: ALWAYS_ONE
0.41/0.33	 - Bumper: EFFECTIVE
0.41/0.33	--- Begin Solver configuration ---
0.41/0.33	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.41/0.33	Learn all clauses as in MiniSAT
0.41/0.33	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.41/0.33	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.41/0.33	No reason simplification
0.41/0.33	Dynamic restart strategy considering the size of the coefficients
0.41/0.33	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.41/0.33	timeout=2147483s
0.41/0.33	DB Simplification allowed=false
0.41/0.33	Listener: none
0.41/0.33	--- End Solver configuration ---
0.41/0.34	c Pseudo Boolean Optimization by upper bound
0.41/0.34	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.41/0.34	c  - never skip resolution steps
0.41/0.34	c  - Auto-division on coefficients is disabled
0.41/0.34	c  - No postprocessing
0.41/0.34	c  - Conflict is considered as is when resolving
0.41/0.34	c  - Use constraints as they come during conflict analysis
0.41/0.34	c  - Weaken first using unassigned literals
0.41/0.34	c  - Bump strategy: ALWAYS_ONE
0.41/0.34	c  - Bumper: EFFECTIVE
0.41/0.34	c --- Begin Solver configuration ---
0.41/0.34	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.41/0.34	c Learn all clauses as in MiniSAT
0.41/0.34	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.41/0.34	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.41/0.34	c No reason simplification
0.41/0.34	c Dynamic restart strategy considering the size of the coefficients
0.41/0.34	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.41/0.34	c timeout=2147483s
0.41/0.34	c DB Simplification allowed=false
0.41/0.34	c Listener: none
0.41/0.34	c --- End Solver configuration ---
0.41/0.34	c solving HOME/instance-4429857-1721099226.opb
0.41/0.34	c reading problem ... 
0.41/0.34	c  objective function found
0.41/0.40	c ... done. Wall clock time 0.058s.
0.41/0.40	c declared #vars     71
0.41/0.40	c #constraints  17
0.41/0.40	c constraints type 
0.41/0.40	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 16
0.41/0.40	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.41/0.40	c 17 constraints processed.
0.56/0.44	c objective function length is 1 literals
3600.01/3597.13	c starts		: 30
3600.01/3597.16	c conflicts		: 2488
3600.01/3597.17	c decisions		: 4191
3600.01/3597.17	c propagations		: 24974
3600.01/3597.17	c inspects		: 2325563
3600.01/3597.17	c shortcuts		: 0
3600.01/3597.17	c learnt literals	: 0
3600.01/3597.17	c learnt binary clauses	: 0
3600.01/3597.17	c learnt ternary clauses	: 0
3600.01/3597.17	c learnt constraints	: 2487
3600.01/3597.17	c ignored constraints	: 0
3600.01/3597.17	c root simplifications	: 0
3600.01/3597.17	c removed literals (reason simplification)	: 0
3600.01/3597.17	c reason swapping (by a shorter reason)	: 0
3600.01/3597.17	c Calls to reduceDB	: 0
3600.01/3597.17	c Number of update (reduction) of LBD	: 3004
3600.01/3597.17	c Imported unit clauses	: 0
3600.01/3597.18	c No decision after first conflict	: false
3600.01/3597.18	c number of reductions to clauses (during analyze)	: 0
3600.01/3597.18	c number of learned constraints concerned by reduction	: 0
3600.01/3597.18	c number of learning phase by resolution	: 0
3600.01/3597.18	c number of learning phase by cutting planes	: 0
3600.01/3597.18	c number of rounding to 1 operations	: 0
3600.01/3597.18	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3597.18	c number of reductions of the coefficients by power 2 	: 0
3600.01/3597.18	c number of right shift for reduction by power 2 	: 0
3600.01/3597.18	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3597.18	c number of ending skipping 	: 0
3600.01/3597.18	c number of internal skipping 	: 0
3600.01/3597.18	c number of derivation steps 	: 17658
3600.01/3597.19	c number of skipped derivation steps 	: 0
3600.01/3597.19	c number of remaining unassigned 	: 20999
3600.01/3597.19	c number of remaining assigned 	: 637412
3600.01/3597.19	c number of falsified literals weakened from reason	: 0
3600.01/3597.19	c number of falsified literals weakened from conflict	: 0
3600.01/3597.19	c time for arithmetic operations	: 2983034503031
3600.01/3597.20	c minimum degree of deleted constraints	: null
3600.01/3597.20	c maximum degree of deleted constraints	: null
3600.01/3597.20	c number of deleted constraints	: 0
3600.21/3597.21	c speed (assignments/second)	: 6.943475207395105
3600.21/3597.21	c non guided choices	: 31
3600.21/3597.21	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 2487
3600.21/3597.21	s UNKNOWN
3600.21/3597.21	c Total wall clock time (in seconds): 3596.871

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: 64059 MiB (51185 MiB free)
  memory of node 1: 64510 MiB (57602 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429857-1721099226/watcher-4429857-1721099226 -o /tmp/evaluation-result-4429857-1721099226/solver-4429857-1721099226 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1721095703-832737 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429857-1721099226.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=834972, runsolver pid=834969

[startup+0.100071 s]*
/proc/loadavg: 4.31 4.46 4.41 6/315 834990
/proc/meminfo: memFree=111363728/131655788 swapFree=131071996/131071996
[pid=834972] ppid=834969 vsize=18975048 memory=57108 CPUtime=0.13 cores=5,7
/proc/834972/stat : 834972 (java) S 834969 834972 832724 0 -1 1077936128 6682 0 0 0 10 3 0 0 20 0 18 0 162080698 19430449152 14277 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
/proc/834972/statm: 4743762 14277 5688 1 0 551005 0
[pid=834972/tid=834974] ppid=834969 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=5,7
/proc/834972/task/834974/stat : 834974 (java) R 834969 834972 832724 0 -1 4194368 5625 0 0 0 7 2 0 0 20 0 18 0 162080698 19430449152 14277 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
[pid=834972/tid=834983] ppid=834969 vsize=18975048 memory=228556276070 CPUtime=0 cores=5,7
/proc/834972/task/834983/stat : 834983 (Finalizer) S 834969 834972 832724 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 162080704 19430449152 14277 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
[pid=834972/tid=834990] ppid=834969 vsize=18975048 memory=3978424728183636000 CPUtime=0 cores=5,7
/proc/834972/task/834990/stat : 834990 (Common-Cleaner) S 834969 834972 832724 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 162080705 19430449152 14277 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 57108 KiB

[startup+0.218819 s]*
/proc/loadavg: 4.31 4.46 4.41 5/315 834990
/proc/meminfo: memFree=111354084/131655788 swapFree=131071996/131071996
[pid=834972] ppid=834969 vsize=18975048 memory=65576 CPUtime=0.29 cores=5,7
/proc/834972/stat : 834972 (java) S 834969 834972 832724 0 -1 1077936128 7326 0 0 0 25 4 0 0 20 0 18 0 162080698 19430449152 16394 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
/proc/834972/statm: 4743762 16394 5683 1 0 551485 0
[pid=834972/tid=834974] ppid=834969 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=5,7
/proc/834972/task/834974/stat : 834974 (java) R 834969 834972 832724 0 -1 1077936192 5816 0 0 0 16 3 0 0 20 0 18 0 162080698 19430449152 16394 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
[pid=834972/tid=834983] ppid=834969 vsize=18975048 memory=694 CPUtime=0 cores=5,7
/proc/834972/task/834983/stat : 834983 (Finalizer) S 834969 834972 832724 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 162080704 19430449152 16394 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
[pid=834972/tid=834990] ppid=834969 vsize=18975048 memory=14135562894328173 CPUtime=0 cores=5,7
/proc/834972/task/834990/stat : 834990 (Common-Cleaner) S 834969 834972 832724 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 162080705 19430449152 16394 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65576 KiB

[startup+0.31862 s]*
/proc/loadavg: 4.31 4.46 4.41 6/315 834990
/proc/meminfo: memFree=111350692/131655788 swapFree=131071996/131071996
[pid=834972] ppid=834969 vsize=18975048 memory=68776 CPUtime=0.41 cores=5,7
/proc/834972/stat : 834972 (java) S 834969 834972 832724 0 -1 1077936128 7617 0 0 0 37 4 0 0 20 0 18 0 162080698 19430449152 17194 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
/proc/834972/statm: 4743762 17194 5709 1 0 551672 0
[pid=834972/tid=834974] ppid=834969 vsize=18975048 memory=-8527391520554590908 CPUtime=0.27 cores=5,7
/proc/834972/task/834974/stat : 834974 (java) R 834969 834972 832724 0 -1 1077936192 5977 0 0 0 24 3 0 0 20 0 18 0 162080698 19430449152 17194 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
[pid=834972/tid=834983] ppid=834969 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/834972/task/834983/stat : 834983 (Finalizer) S 834969 834972 832724 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 162080704 19430449152 17194 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
[pid=834972/tid=834990] ppid=834969 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/834972/task/834990/stat : 834990 (Common-Cleaner) S 834969 834972 832724 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 162080705 19430449152 17194 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 68776 KiB

[startup+0.708303 s]
/proc/loadavg: 4.31 4.46 4.41 7/316 834991
/proc/meminfo: memFree=111342420/131655788 swapFree=131071996/131071996
[pid=834972] ppid=834969 vsize=19041612 memory=115724 CPUtime=1.1 cores=5,7
/proc/834972/stat : 834972 (java) S 834969 834972 832724 0 -1 1077936128 10584 0 0 0 103 7 0 0 20 0 19 0 162080698 19498610688 28931 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
/proc/834972/statm: 4760403 28931 5862 1 0 552939 0
[pid=834972/tid=834974] ppid=834969 vsize=19041612 memory=5576 CPUtime=0.61 cores=5,7
/proc/834972/task/834974/stat : 834974 (java) R 834969 834972 832724 0 -1 4194368 6186 0 0 0 57 4 0 0 20 0 19 0 162080698 19498610688 28931 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
[pid=834972/tid=834983] ppid=834969 vsize=19041612 memory=12676 CPUtime=0 cores=5,7
/proc/834972/task/834983/stat : 834983 (Finalizer) S 834969 834972 832724 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 162080704 19498610688 28931 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
[pid=834972/tid=834990] ppid=834969 vsize=19041612 memory=280203129840296 CPUtime=0 cores=5,7
/proc/834972/task/834990/stat : 834990 (Common-Cleaner) S 834969 834972 832724 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 162080705 19498610688 28931 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
[pid=834972/tid=834991] ppid=834969 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/834972/task/834991/stat : 834991 (Timer-0) S 834969 834972 832724 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 162080742 19498610688 28931 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 115724 KiB

[startup+1.50783 s]
/proc/loadavg: 4.31 4.46 4.41 7/317 834992
/proc/meminfo: memFree=111251060/131655788 swapFree=131071996/131071996
[pid=834972] ppid=834969 vsize=19108176 memory=207876 CPUtime=2.66 cores=5,7
/proc/834972/stat : 834972 (java) S 834969 834972 832724 0 -1 1077936128 17153 0 0 0 256 10 0 0 20 0 20 0 162080698 19566772224 51969 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
/proc/834972/statm: 4777044 51969 5926 1 0 554990 0
[pid=834972/tid=834974] ppid=834969 vsize=19108176 memory=12676 CPUtime=1.32 cores=5,7
/proc/834972/task/834974/stat : 834974 (java) R 834969 834972 832724 0 -1 4194368 6498 0 0 0 126 6 0 0 20 0 20 0 162080698 19566772224 51969 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
[pid=834972/tid=834983] ppid=834969 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/834972/task/834983/stat : 834983 (Finalizer) S 834969 834972 832724 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 162080704 19566772224 51969 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
[pid=834972/tid=834990] ppid=834969 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/834972/task/834990/stat : 834990 (Common-Cleaner) S 834969 834972 832724 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 162080705 19566772224 51969 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
[pid=834972/tid=834991] ppid=834969 vsize=19108176 memory=280203129693456 CPUtime=0 cores=5,7
/proc/834972/task/834991/stat : 834991 (Timer-0) S 834969 834972 832724 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162080742 19566772224 51969 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
Current children cumulated CPU time: 2.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 207876 KiB

[startup+3.11183 s]
/proc/loadavg: 4.37 4.47 4.41 5/317 834992
/proc/meminfo: memFree=110811356/131655788 swapFree=131071996/131071996
[pid=834972] ppid=834969 vsize=19108176 memory=608500 CPUtime=5.67 cores=5,7
/proc/834972/stat : 834972 (java) S 834969 834972 832724 0 -1 1077936128 29436 0 0 0 547 20 0 0 20 0 20 0 162080698 19566772224 152125 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
/proc/834972/statm: 4777044 152125 5925 1 0 561729 0
[pid=834972/tid=834974] ppid=834969 vsize=19108176 memory=0 CPUtime=2.88 cores=5,7
/proc/834972/task/834974/stat : 834974 (java) R 834969 834972 832724 0 -1 4194368 7601 0 0 0 274 14 0 0 20 0 20 0 162080698 19566772224 152125 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
[pid=834972/tid=834983] ppid=834969 vsize=19108176 memory=12676 CPUtime=0 cores=5,7
/proc/834972/task/834983/stat : 834983 (Finalizer) S 834969 834972 832724 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 162080704 19566772224 152125 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
[pid=834972/tid=834990] ppid=834969 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/834972/task/834990/stat : 834990 (Common-Cleaner) S 834969 834972 832724 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 162080705 19566772224 152125 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
[pid=834972/tid=834991] ppid=834969 vsize=19108176 memory=12440 CPUtime=0 cores=5,7
/proc/834972/task/834991/stat : 834991 (Timer-0) S 834969 834972 832724 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162080742 19566772224 152125 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
Current children cumulated CPU time: 5.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 608500 KiB

[startup+6.30044 s]
/proc/loadavg: 4.37 4.47 4.41 5/317 834992
/proc/meminfo: memFree=110209508/131655788 swapFree=131071996/131071996
[pid=834972] ppid=834969 vsize=19108176 memory=1208372 CPUtime=9.76 cores=5,7
/proc/834972/stat : 834972 (java) S 834969 834972 832724 0 -1 1077936128 30426 0 0 0 944 32 0 0 20 0 20 0 162080698 19566772224 302093 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
/proc/834972/statm: 4777044 302093 5925 1 0 562176 0
[pid=834972/tid=834974] ppid=834969 vsize=19108176 memory=12676 CPUtime=6 cores=5,7
/proc/834972/task/834974/stat : 834974 (java) R 834969 834972 832724 0 -1 4194368 8062 0 0 0 574 26 0 0 20 0 20 0 162080698 19566772224 302093 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
[pid=834972/tid=834983] ppid=834969 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/834972/task/834983/stat : 834983 (Finalizer) S 834969 834972 832724 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 162080704 19566772224 302093 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
[pid=834972/tid=834990] ppid=834969 vsize=19108176 memory=5450909891216438826 CPUtime=0 cores=5,7
/proc/834972/task/834990/stat : 834990 (Common-Cleaner) S 834969 834972 832724 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 162080705 19566772224 302093 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
[pid=834972/tid=834991] ppid=834969 vsize=19108176 memory=264900 CPUtime=0 cores=5,7
/proc/834972/task/834991/stat : 834991 (Timer-0) S 834969 834972 832724 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162080742 19566772224 302093 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
Current children cumulated CPU time: 9.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1208372 KiB

[startup+12.7005 s]
/proc/loadavg: 4.42 4.48 4.42 5/317 834994
/proc/meminfo: memFree=109648000/131655788 swapFree=131071996/131071996
[pid=834972] ppid=834969 vsize=19108176 memory=1768272 CPUtime=16.45 cores=5,7
/proc/834972/stat : 834972 (java) S 834969 834972 832724 0 -1 1077936128 31558 0 0 0 1601 44 0 0 20 0 20 0 162080698 19566772224 442068 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
/proc/834972/statm: 4777044 442068 5925 1 0 668704 0
[pid=834972/tid=834974] ppid=834969 vsize=19108176 memory=0 CPUtime=12.29 cores=5,7
/proc/834972/task/834974/stat : 834974 (java) R 834969 834972 832724 0 -1 4194368 8889 0 0 0 1192 37 0 0 20 0 20 0 162080698 19566772224 442068 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
[pid=834972/tid=834983] ppid=834969 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/834972/task/834983/stat : 834983 (Finalizer) S 834969 834972 832724 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 162080704 19566772224 442068 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
[pid=834972/tid=834990] ppid=834969 vsize=19108176 memory=1768272 CPUtime=0 cores=5,7
/proc/834972/task/834990/stat : 834990 (Common-Cleaner) S 834969 834972 832724 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 162080705 19566772224 442068 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
[pid=834972/tid=834991] ppid=834969 vsize=19108176 memory=12676 CPUtime=0 cores=5,7
/proc/834972/task/834991/stat : 834991 (Timer-0) S 834969 834972 832724 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162080742 19566772224 442068 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
Current children cumulated CPU time: 16.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1768272 KiB

[startup+25.5005 s]
/proc/loadavg: 4.39 4.47 4.41 5/317 834995
/proc/meminfo: memFree=109641688/131655788 swapFree=131071996/131071996
[pid=834972] ppid=834969 vsize=19108176 memory=1775140 CPUtime=29.4 cores=5,7
/proc/834972/stat : 834972 (java) S 834969 834972 832724 0 -1 1077936128 39564 0 0 0 2894 46 0 0 20 0 20 0 162080698 19566772224 443785 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
/proc/834972/statm: 4777044 443785 5925 1 0 668704 0
[pid=834972/tid=834974] ppid=834969 vsize=19108176 memory=1768272 CPUtime=24.85 cores=5,7
/proc/834972/task/834974/stat : 834974 (java) R 834969 834972 832724 0 -1 4194368 11883 0 0 0 2448 37 0 0 20 0 20 0 162080698 19566772224 443785 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
[pid=834972/tid=834983] ppid=834969 vsize=19108176 memory=-8527391520554590908 CPUtime=0 cores=5,7
/proc/834972/task/834983/stat : 834983 (Finalizer) S 834969 834972 832724 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 162080704 19566772224 443785 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
[pid=834972/tid=834990] ppid=834969 vsize=19108176 memory=42936 CPUtime=0 cores=5,7
/proc/834972/task/834990/stat : 834990 (Common-Cleaner) S 834969 834972 832724 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 162080705 19566772224 443785 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
[pid=834972/tid=834991] ppid=834969 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/834972/task/834991/stat : 834991 (Timer-0) S 834969 834972 832724 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162080742 19566772224 443785 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
Current children cumulated CPU time: 29.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1775140 KiB

[startup+51.113 s]
/proc/loadavg: 4.33 4.45 4.41 5/317 835000
/proc/meminfo: memFree=109595112/131655788 swapFree=131071996/131071996
[pid=834972] ppid=834969 vsize=19108176 memory=1821180 CPUtime=55.75 cores=5,7
/proc/834972/stat : 834972 (java) S 834969 834972 832724 0 -1 1077936128 49998 0 0 0 5523 52 0 0 20 0 20 0 162080698 19566772224 455295 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
/proc/834972/statm: 4777044 455295 5925 1 0 668704 0
[pid=834972/tid=834974] ppid=834969 vsize=19108176 memory=1804692 CPUtime=50.14 cores=5,7
/proc/834972/task/834974/stat : 834974 (java) R 834969 834972 832724 0 -1 4194368 13878 0 0 0 4976 38 0 0 20 0 20 0 162080698 19566772224 455295 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
[pid=834972/tid=834983] ppid=834969 vsize=19108176 memory=42936 CPUtime=0 cores=5,7
/proc/834972/task/834983/stat : 834983 (Finalizer) S 834969 834972 832724 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 162080704 19566772224 455295 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0

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

[startup+3282.3 s]
/proc/loadavg: 4.27 4.42 4.34 5/321 837133
/proc/meminfo: memFree=115036900/131655788 swapFree=131071996/131071996
[pid=834972] ppid=834969 vsize=19108176 memory=2374624 CPUtime=3285.47 cores=5,7
/proc/834972/stat : 834972 (java) S 834969 834972 832724 0 -1 1077936128 197435 0 0 0 328228 319 0 0 20 0 20 0 162080698 19566772224 593656 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
/proc/834972/statm: 4777044 593656 5925 1 0 668704 0
[pid=834972/tid=834974] ppid=834969 vsize=19108176 memory=2374616 CPUtime=3266.23 cores=5,7
/proc/834972/task/834974/stat : 834974 (java) R 834969 834972 832724 0 -1 4194368 84155 0 0 0 326562 61 0 0 20 0 20 0 162080698 19566772224 593656 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
[pid=834972/tid=834983] ppid=834969 vsize=19108176 memory=2374616 CPUtime=0 cores=5,7
/proc/834972/task/834983/stat : 834983 (Finalizer) S 834969 834972 832724 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 162080704 19566772224 593656 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
[pid=834972/tid=834990] ppid=834969 vsize=19108176 memory=2374616 CPUtime=0 cores=5,7
/proc/834972/task/834990/stat : 834990 (Common-Cleaner) S 834969 834972 832724 0 -1 1077936192 4257 0 0 0 0 0 0 0 20 0 20 0 162080705 19566772224 593656 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
[pid=834972/tid=834991] ppid=834969 vsize=19108176 memory=2374624 CPUtime=0 cores=5,7
/proc/834972/task/834991/stat : 834991 (Timer-0) S 834969 834972 832724 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162080742 19566772224 593656 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
Current children cumulated CPU time: 3285.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2374624 KiB

[startup+3342.3 s]
/proc/loadavg: 4.37 4.42 4.35 6/321 837145
/proc/meminfo: memFree=114987832/131655788 swapFree=131071996/131071996
[pid=834972] ppid=834969 vsize=19108176 memory=2381628 CPUtime=3345.38 cores=5,7
/proc/834972/stat : 834972 (java) S 834969 834972 832724 0 -1 1077936128 199762 0 0 0 334216 322 0 0 20 0 20 0 162080698 19566772224 595407 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
/proc/834972/statm: 4777044 595407 5925 1 0 668704 0
[pid=834972/tid=834974] ppid=834969 vsize=19108176 memory=5576 CPUtime=3326.09 cores=5,7
/proc/834972/task/834974/stat : 834974 (java) R 834969 834972 832724 0 -1 4194368 85366 0 0 0 332548 61 0 0 20 0 20 0 162080698 19566772224 595407 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
[pid=834972/tid=834983] ppid=834969 vsize=19108176 memory=129 CPUtime=0 cores=5,7
/proc/834972/task/834983/stat : 834983 (Finalizer) S 834969 834972 832724 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 162080704 19566772224 595407 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
[pid=834972/tid=834990] ppid=834969 vsize=19108176 memory=129 CPUtime=0.01 cores=5,7
/proc/834972/task/834990/stat : 834990 (Common-Cleaner) S 834969 834972 832724 0 -1 1077936192 4355 0 0 0 0 1 0 0 20 0 20 0 162080705 19566772224 595407 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
[pid=834972/tid=834991] ppid=834969 vsize=19108176 memory=12676 CPUtime=0 cores=5,7
/proc/834972/task/834991/stat : 834991 (Timer-0) S 834969 834972 832724 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162080742 19566772224 595407 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
Current children cumulated CPU time: 3345.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2381628 KiB

[startup+3402.3 s]
/proc/loadavg: 4.32 4.40 4.35 5/321 837156
/proc/meminfo: memFree=114919508/131655788 swapFree=131071996/131071996
[pid=834972] ppid=834969 vsize=19108176 memory=2387772 CPUtime=3405.33 cores=5,7
/proc/834972/stat : 834972 (java) S 834969 834972 832724 0 -1 1077936128 201941 0 0 0 340206 327 0 0 20 0 20 0 162080698 19566772224 596943 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
/proc/834972/statm: 4777044 596943 5925 1 0 668704 0
[pid=834972/tid=834974] ppid=834969 vsize=19108176 memory=5576 CPUtime=3385.81 cores=5,7
/proc/834972/task/834974/stat : 834974 (java) R 834969 834972 832724 0 -1 4194368 86757 0 0 0 338520 61 0 0 20 0 20 0 162080698 19566772224 596943 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
[pid=834972/tid=834983] ppid=834969 vsize=19108176 memory=129 CPUtime=0 cores=5,7
/proc/834972/task/834983/stat : 834983 (Finalizer) S 834969 834972 832724 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 162080704 19566772224 596943 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
[pid=834972/tid=834990] ppid=834969 vsize=19108176 memory=2381628 CPUtime=0.01 cores=5,7
/proc/834972/task/834990/stat : 834990 (Common-Cleaner) S 834969 834972 832724 0 -1 1077936192 4448 0 0 0 0 1 0 0 20 0 20 0 162080705 19566772224 596943 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
[pid=834972/tid=834991] ppid=834969 vsize=19108176 memory=42936 CPUtime=0 cores=5,7
/proc/834972/task/834991/stat : 834991 (Timer-0) S 834969 834972 832724 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162080742 19566772224 596943 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
Current children cumulated CPU time: 3405.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2387772 KiB

[startup+3462.3 s]
/proc/loadavg: 4.37 4.39 4.35 5/319 837167
/proc/meminfo: memFree=114896100/131655788 swapFree=131071996/131071996
[pid=834972] ppid=834969 vsize=19108176 memory=2402108 CPUtime=3465.31 cores=5,7
/proc/834972/stat : 834972 (java) S 834969 834972 832724 0 -1 1077936128 203927 0 0 0 346199 332 0 0 20 0 20 0 162080698 19566772224 600527 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
/proc/834972/statm: 4777044 600527 5925 1 0 668704 0
[pid=834972/tid=834974] ppid=834969 vsize=19108176 memory=129 CPUtime=3445.43 cores=5,7
/proc/834972/task/834974/stat : 834974 (java) R 834969 834972 832724 0 -1 4194368 87797 0 0 0 344482 61 0 0 20 0 20 0 162080698 19566772224 600527 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
[pid=834972/tid=834983] ppid=834969 vsize=19108176 memory=2393916 CPUtime=0 cores=5,7
/proc/834972/task/834983/stat : 834983 (Finalizer) S 834969 834972 832724 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 162080704 19566772224 600527 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
[pid=834972/tid=834990] ppid=834969 vsize=19108176 memory=42936 CPUtime=0.01 cores=5,7
/proc/834972/task/834990/stat : 834990 (Common-Cleaner) S 834969 834972 832724 0 -1 1077936192 4518 0 0 0 0 1 0 0 20 0 20 0 162080705 19566772224 600527 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
[pid=834972/tid=834991] ppid=834969 vsize=19108176 memory=2400060 CPUtime=0 cores=5,7
/proc/834972/task/834991/stat : 834991 (Timer-0) S 834969 834972 832724 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162080742 19566772224 600527 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
Current children cumulated CPU time: 3465.31 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2402108 KiB

[startup+3522.3 s]
/proc/loadavg: 4.37 4.38 4.35 5/317 837180
/proc/meminfo: memFree=114868684/131655788 swapFree=131071996/131071996
[pid=834972] ppid=834969 vsize=19108176 memory=2412348 CPUtime=3525.27 cores=5,7
/proc/834972/stat : 834972 (java) S 834969 834972 832724 0 -1 1077936128 205489 0 0 0 352191 336 0 0 20 0 20 0 162080698 19566772224 603087 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
/proc/834972/statm: 4777044 603087 5925 1 0 668704 0
[pid=834972/tid=834974] ppid=834969 vsize=19108176 memory=2400060 CPUtime=3505.2 cores=5,7
/proc/834972/task/834974/stat : 834974 (java) R 834969 834972 832724 0 -1 4194368 88668 0 0 0 350458 62 0 0 20 0 20 0 162080698 19566772224 603087 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
[pid=834972/tid=834983] ppid=834969 vsize=19108176 memory=2402108 CPUtime=0 cores=5,7
/proc/834972/task/834983/stat : 834983 (Finalizer) S 834969 834972 832724 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 162080704 19566772224 603087 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
[pid=834972/tid=834990] ppid=834969 vsize=19108176 memory=2412348 CPUtime=0.01 cores=5,7
/proc/834972/task/834990/stat : 834990 (Common-Cleaner) S 834969 834972 832724 0 -1 1077936192 4588 0 0 0 0 1 0 0 20 0 20 0 162080705 19566772224 603087 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
[pid=834972/tid=834991] ppid=834969 vsize=19108176 memory=2412348 CPUtime=0 cores=5,7
/proc/834972/task/834991/stat : 834991 (Timer-0) S 834969 834972 832724 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162080742 19566772224 603087 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
Current children cumulated CPU time: 3525.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2412348 KiB

[startup+3582.3 s]
/proc/loadavg: 4.54 4.43 4.37 5/317 837190
/proc/meminfo: memFree=114857624/131655788 swapFree=131071996/131071996
[pid=834972] ppid=834969 vsize=19108176 memory=2412348 CPUtime=3585.21 cores=5,7
/proc/834972/stat : 834972 (java) S 834969 834972 832724 0 -1 1077936128 207150 0 0 0 358182 339 0 0 20 0 20 0 162080698 19566772224 603087 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
/proc/834972/statm: 4777044 603087 5925 1 0 668704 0
[pid=834972/tid=834974] ppid=834969 vsize=19108176 memory=12440 CPUtime=3565.04 cores=5,7
/proc/834972/task/834974/stat : 834974 (java) R 834969 834972 832724 0 -1 4194368 89605 0 0 0 356442 62 0 0 20 0 20 0 162080698 19566772224 603087 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
[pid=834972/tid=834983] ppid=834969 vsize=19108176 memory=2412348 CPUtime=0 cores=5,7
/proc/834972/task/834983/stat : 834983 (Finalizer) S 834969 834972 832724 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 162080704 19566772224 603087 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
[pid=834972/tid=834990] ppid=834969 vsize=19108176 memory=12440 CPUtime=0.01 cores=5,7
/proc/834972/task/834990/stat : 834990 (Common-Cleaner) S 834969 834972 832724 0 -1 1077936192 4679 0 0 0 0 1 0 0 20 0 20 0 162080705 19566772224 603087 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
[pid=834972/tid=834991] ppid=834969 vsize=19108176 memory=12440 CPUtime=0 cores=5,7
/proc/834972/task/834991/stat : 834991 (Timer-0) S 834969 834972 832724 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162080742 19566772224 603087 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
Current children cumulated CPU time: 3585.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2412348 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3597.11 s]
/proc/loadavg: 4.42 4.41 4.36 6/317 837194
/proc/meminfo: memFree=114855332/131655788 swapFree=131071996/131071996
[pid=834972] ppid=834969 vsize=19108176 memory=2412348 CPUtime=3600.01 cores=5,7
/proc/834972/stat : 834972 (java) S 834969 834972 832724 0 -1 1077936128 207220 0 0 0 359661 340 0 0 20 0 20 0 162080698 19566772224 603087 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
/proc/834972/statm: 4777044 603087 5925 1 0 668704 0
[pid=834972/tid=834974] ppid=834969 vsize=19108176 memory=2412348 CPUtime=3579.82 cores=5,7
/proc/834972/task/834974/stat : 834974 (java) R 834969 834972 832724 0 -1 4194368 89608 0 0 0 357920 62 0 0 20 0 20 0 162080698 19566772224 603087 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
[pid=834972/tid=834983] ppid=834969 vsize=19108176 memory=19312 CPUtime=0 cores=5,7
/proc/834972/task/834983/stat : 834983 (Finalizer) S 834969 834972 832724 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 162080704 19566772224 603087 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
[pid=834972/tid=834990] ppid=834969 vsize=19108176 memory=-8527391520554590908 CPUtime=0.01 cores=5,7
/proc/834972/task/834990/stat : 834990 (Common-Cleaner) S 834969 834972 832724 0 -1 1077936192 4679 0 0 0 0 1 0 0 20 0 20 0 162080705 19566772224 603087 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
[pid=834972/tid=834991] ppid=834969 vsize=19108176 memory=2412348 CPUtime=0 cores=5,7
/proc/834972/task/834991/stat : 834991 (Timer-0) S 834969 834972 832724 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 162080742 19566772224 603087 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2412348 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.81 s, system=3.42573 s

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

[startup+3597.21 s]
/proc/loadavg: 4.42 4.41 4.36 6/317 837194
/proc/meminfo: memFree=114855332/131655788 swapFree=131071996/131071996
[pid=834972] ppid=834969 vsize=19307868 memory=2413044 CPUtime=3600.21 cores=5,7
/proc/834972/stat : 834972 (java) S 834969 834972 832724 0 -1 1077936128 209825 0 0 0 359680 341 0 0 20 0 21 0 162080698 19771256832 603261 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
/proc/834972/statm: 4826967 603261 5924 1 0 669639 0
[pid=834972/tid=834974] ppid=834969 vsize=19307868 memory=551 CPUtime=3579.92 cores=5,7
/proc/834972/task/834974/stat : 834974 (java) R 834969 834972 832724 0 -1 4194368 89608 0 0 0 357930 62 0 0 20 0 21 0 162080698 19771256832 603261 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 11 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
[pid=834972/tid=834983] ppid=834969 vsize=19307868 memory=2412348 CPUtime=0 cores=5,7
/proc/834972/task/834983/stat : 834983 (Finalizer) S 834969 834972 832724 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 162080704 19771256832 603261 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
[pid=834972/tid=834990] ppid=834969 vsize=19307868 memory=11548 CPUtime=0.01 cores=5,7
/proc/834972/task/834990/stat : 834990 (Common-Cleaner) S 834969 834972 832724 0 -1 1077936192 4679 0 0 0 0 1 0 0 20 0 21 0 162080705 19771256832 603261 134679101440 93858829656064 93858829659760 140723412588688 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93858829667576 93858829668368 93858837749760 140723412591605 140723412591713 140723412591713 140723412598728 0
Current children cumulated CPU time: 3600.21 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 2413044 KiB

Child status: 143

Real time (s): 3597.24
CPU time (s): 3600.23
CPU user time (s): 3596.81
CPU system time (s): 3.42573
CPU usage (%): 100.083
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 2413044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.81
system time used= 3.42573
maximum resident set size= 2413044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 209884
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 177574
involuntary context switches= 2787


# summary of solver processes directly reported to runsolver:
#   pid: 834972
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3596.81
#   total CPU system time (s): 3.42573

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.288 second user time and 38.2416 second system time

The end

Launcher Data

Begin job on nodeC002 at 2024-07-16 05:07:19
IDJOB=4429857
IDBENCH=147583
IDSOLVER=3052
FILE ID=nodeC002/4429857-1721099226
RUNJOBID= nodeC002-1721095703-832737
SLURM_JOB_ID= 7505607
Free space on /tmp= 723696 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/market-split/normalized-market-split_8_70_4.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429857-1721099226/watcher-4429857-1721099226 -o /tmp/evaluation-result-4429857-1721099226/solver-4429857-1721099226 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC002-1721095703-832737 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429857-1721099226.opb

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

MD5SUM BENCH= f08684a49e4744afc6bcc5ce80f1fe7b
RANDOM SEED=389843165

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3673.785
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3652.811
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.274
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.315
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3674.099
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3626.045
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.311
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.173
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        111399080 kB
MemAvailable:   112817236 kB
Buffers:          412336 kB
Cached:          1832640 kB
SwapCached:            0 kB
Active:           733424 kB
Inactive:       18929504 kB
Active(anon):       2692 kB
Inactive(anon): 17452632 kB
Active(file):     730732 kB
Inactive(file):  1476872 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1008 kB
Writeback:             0 kB
AnonPages:      17417120 kB
Mapped:           124244 kB
Shmem:             37704 kB
KReclaimable:     101168 kB
Slab:             199968 kB
SReclaimable:     101168 kB
SUnreclaim:        98800 kB
KernelStack:        4816 kB
PageTables:        43760 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   18043488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            53376 kB
HardwareCorrupted:     0 kB
AnonHugePages:  16969728 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:      201544 kB
DirectMap2M:    20674560 kB
DirectMap1G:    115343360 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC002 at 2024-07-16 06:07:16