Trace number 4452211

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12? (TO) 3600.14 3402.67

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2017/normalized-rmine11.0.u.opb
MD5SUMf2b4c33dfdd2685ad5de2b9c67a512a4
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12292
Total number of constraints97390
Number of constraints which are clauses97367
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints23
Minimum length of a constraint2
Maximum length of a constraint12292
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 263990968
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 763991018
Number of bits of the biggest sum of numbers30
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.08	c Number of processors 	2
0.13/0.14	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.14	 - never skip resolution steps
0.13/0.14	 - Auto-division on coefficients is disabled
0.13/0.14	 - No postprocessing
0.13/0.14	 - Conflict is considered as is when resolving
0.13/0.14	 - Use constraints as they come during conflict analysis
0.13/0.14	 - Weaken first using unassigned literals
0.13/0.14	 - Bump strategy: ALWAYS_ONE
0.13/0.14	 - Bumper: EFFECTIVE
0.13/0.14	--- Begin Solver configuration ---
0.13/0.14	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.14	Learn all clauses as in MiniSAT
0.13/0.14	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.14	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.14	No reason simplification
0.13/0.14	Dynamic restart strategy considering the size of the coefficients
0.13/0.14	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.14	timeout=2147483s
0.13/0.14	DB Simplification allowed=false
0.13/0.14	Listener: none
0.13/0.14	--- End Solver configuration ---
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: EFFECTIVE
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Dynamic restart strategy considering the size of the coefficients
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4452211-1721444901.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  no objective function found
3.75/2.54	c ... done. Wall clock time 2.388s.
3.75/2.54	c declared #vars     12292
3.75/2.54	c #constraints  97390
3.75/2.54	c constraints type 
3.75/2.54	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 97367
3.75/2.54	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 23
3.75/2.54	c 97390 constraints processed.
3600.03/3402.61	c starts		: 13
3600.03/3402.63	c conflicts		: 1568
3600.03/3402.63	c decisions		: 8307
3600.03/3402.63	c propagations		: 427222
3600.03/3402.63	c inspects		: 16563674
3600.03/3402.63	c shortcuts		: 0
3600.03/3402.63	c learnt literals	: 0
3600.03/3402.63	c learnt binary clauses	: 0
3600.03/3402.63	c learnt ternary clauses	: 0
3600.03/3402.63	c learnt constraints	: 1567
3600.03/3402.63	c ignored constraints	: 0
3600.03/3402.63	c root simplifications	: 0
3600.03/3402.63	c removed literals (reason simplification)	: 0
3600.03/3402.63	c reason swapping (by a shorter reason)	: 0
3600.03/3402.63	c Calls to reduceDB	: 0
3600.03/3402.63	c Number of update (reduction) of LBD	: 1904
3600.03/3402.63	c Imported unit clauses	: 0
3600.03/3402.63	c No decision after first conflict	: false
3600.03/3402.63	c number of reductions to clauses (during analyze)	: 0
3600.03/3402.63	c number of learned constraints concerned by reduction	: 0
3600.03/3402.63	c number of learning phase by resolution	: 0
3600.03/3402.63	c number of learning phase by cutting planes	: 0
3600.03/3402.63	c number of rounding to 1 operations	: 0
3600.03/3402.63	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3402.63	c number of reductions of the coefficients by power 2 	: 0
3600.03/3402.63	c number of right shift for reduction by power 2 	: 0
3600.03/3402.63	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3402.63	c number of ending skipping 	: 0
3600.03/3402.63	c number of internal skipping 	: 0
3600.03/3402.63	c number of derivation steps 	: 59079
3600.03/3402.63	c number of skipped derivation steps 	: 0
3600.03/3402.63	c number of remaining unassigned 	: 1466026
3600.03/3402.63	c number of remaining assigned 	: 3759105
3600.03/3402.63	c number of falsified literals weakened from reason	: 0
3600.03/3402.63	c number of falsified literals weakened from conflict	: 0
3600.03/3402.63	c time for arithmetic operations	: 1770544004824
3600.03/3402.63	c minimum degree of deleted constraints	: null
3600.03/3402.63	c maximum degree of deleted constraints	: null
3600.03/3402.63	c number of deleted constraints	: 0
3600.03/3402.63	c speed (assignments/second)	: 125.65020337696943
3600.03/3402.63	c non guided choices	: 4
3600.03/3402.64	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 1567
3600.03/3402.64	s UNKNOWN
3600.03/3402.64	c Total wall clock time (in seconds): 3402.494

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: 63931 MiB (59928 MiB free)
  memory of node 1: 64510 MiB (60581 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452211-1721444901/watcher-4452211-1721444901 -o /tmp/evaluation-result-4452211-1721444901/solver-4452211-1721444901 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1721444913-1069361 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4452211-1721444901.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
solver pid=1069420, runsolver pid=1069416
Current StackSize limit: 8192 KiB


[startup+0.10058 s]*
/proc/loadavg: 3.66 4.02 4.10 10/324 1069490
/proc/meminfo: memFree=123278448/131524600 swapFree=131071996/131071996
[pid=1069420] ppid=1069416 vsize=18975048 memory=63016 CPUtime=0.13 cores=5,7
/proc/1069420/stat : 1069420 (java) S 1069416 1069420 1069348 0 -1 1077936128 7257 0 0 0 12 1 0 0 20 0 18 0 196655450 19430449152 15754 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
/proc/1069420/statm: 4743762 15754 5593 1 0 549374 0
[pid=1069420/tid=1069423] ppid=1069416 vsize=18975048 memory=4026531971 CPUtime=0.08 cores=5,7
/proc/1069420/task/1069423/stat : 1069423 (java) R 1069416 1069420 1069348 0 -1 1078198336 5774 0 0 0 7 1 0 0 20 0 18 0 196655450 19430449152 15754 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
[pid=1069420/tid=1069446] ppid=1069416 vsize=18975048 memory=1670 CPUtime=0 cores=5,7
/proc/1069420/task/1069446/stat : 1069446 (Finalizer) S 1069416 1069420 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 196655453 19430449152 15754 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
[pid=1069420/tid=1069458] ppid=1069416 vsize=18975048 memory=14418111545738792 CPUtime=0 cores=5,7
/proc/1069420/task/1069458/stat : 1069458 (Common-Cleaner) S 1069416 1069420 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 196655453 19430449152 15754 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63016 KiB

[startup+0.215708 s]*
/proc/loadavg: 3.66 4.02 4.10 14/324 1069490
/proc/meminfo: memFree=123178192/131524600 swapFree=131071996/131071996
[pid=1069420] ppid=1069416 vsize=18975048 memory=79428 CPUtime=0.35 cores=5,7
/proc/1069420/stat : 1069420 (java) S 1069416 1069420 1069348 0 -1 1077936128 8357 0 0 0 33 2 0 0 20 0 18 0 196655450 19430449152 19857 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
/proc/1069420/statm: 4743762 19857 5839 1 0 550039 0
[pid=1069420/tid=1069423] ppid=1069416 vsize=18975048 memory=6876556183782621315 CPUtime=0.19 cores=5,7
/proc/1069420/task/1069423/stat : 1069423 (java) R 1069416 1069420 1069348 0 -1 4194368 6015 0 0 0 18 1 0 0 20 0 18 0 196655450 19430449152 19857 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
[pid=1069420/tid=1069446] ppid=1069416 vsize=18975048 memory=1670 CPUtime=0 cores=5,7
/proc/1069420/task/1069446/stat : 1069446 (Finalizer) S 1069416 1069420 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 196655453 19430449152 19857 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
[pid=1069420/tid=1069458] ppid=1069416 vsize=18975048 memory=14418111545738792 CPUtime=0 cores=5,7
/proc/1069420/task/1069458/stat : 1069458 (Common-Cleaner) S 1069416 1069420 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 196655453 19430449152 19857 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 79428 KiB

[startup+0.304715 s]*
/proc/loadavg: 3.66 4.02 4.10 14/326 1069492
/proc/meminfo: memFree=122978580/131524600 swapFree=131071996/131071996
[pid=1069420] ppid=1069416 vsize=19041612 memory=167240 CPUtime=0.53 cores=5,7
/proc/1069420/stat : 1069420 (java) S 1069416 1069420 1069348 0 -1 1077936128 9653 0 0 0 50 3 0 0 20 0 19 0 196655450 19498610688 41810 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
/proc/1069420/statm: 4760403 41810 5854 1 0 551147 0
[pid=1069420/tid=1069423] ppid=1069416 vsize=19041612 memory=-7163077989868791139 CPUtime=0.26 cores=5,7
/proc/1069420/task/1069423/stat : 1069423 (java) S 1069416 1069420 1069348 0 -1 1077936192 6092 0 0 0 24 2 0 0 20 0 19 0 196655450 19498610688 41810 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
[pid=1069420/tid=1069446] ppid=1069416 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1069420/task/1069446/stat : 1069446 (Finalizer) S 1069416 1069420 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 196655453 19498610688 41810 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
[pid=1069420/tid=1069458] ppid=1069416 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1069420/task/1069458/stat : 1069458 (Common-Cleaner) S 1069416 1069420 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 196655453 19498610688 41810 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 167240 KiB

[startup+0.700711 s]
/proc/loadavg: 3.66 4.02 4.10 11/327 1069493
/proc/meminfo: memFree=122313084/131524600 swapFree=131071996/131071996
[pid=1069420] ppid=1069416 vsize=19041612 memory=997884 CPUtime=1.28 cores=5,7
/proc/1069420/stat : 1069420 (java) S 1069416 1069420 1069348 0 -1 1077936128 11789 0 0 0 109 19 0 0 20 0 19 0 196655450 19498610688 249471 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
/proc/1069420/statm: 4760403 249471 5854 1 0 552338 0
[pid=1069420/tid=1069423] ppid=1069416 vsize=19041612 memory=5448 CPUtime=0.61 cores=5,7
/proc/1069420/task/1069423/stat : 1069423 (java) R 1069416 1069420 1069348 0 -1 4194368 6492 0 0 0 44 17 0 0 20 0 19 0 196655450 19498610688 249471 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
[pid=1069420/tid=1069446] ppid=1069416 vsize=19041612 memory=13040 CPUtime=0 cores=5,7
/proc/1069420/task/1069446/stat : 1069446 (Finalizer) S 1069416 1069420 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 196655453 19498610688 249471 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
[pid=1069420/tid=1069458] ppid=1069416 vsize=19041612 memory=1956 CPUtime=0 cores=5,7
/proc/1069420/task/1069458/stat : 1069458 (Common-Cleaner) S 1069416 1069420 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 196655453 19498610688 249471 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 997884 KiB

[startup+1.50029 s]
/proc/loadavg: 3.66 4.02 4.10 12/329 1069495
/proc/meminfo: memFree=119583044/131524600 swapFree=131071996/131071996
[pid=1069420] ppid=1069416 vsize=19041612 memory=3428424 CPUtime=2.69 cores=5,7
/proc/1069420/stat : 1069420 (java) S 1069416 1069420 1069348 0 -1 1077936128 21958 0 0 0 203 66 0 0 20 0 19 0 196655450 19498610688 857106 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
/proc/1069420/statm: 4760403 857106 5854 1 0 1093110 0
[pid=1069420/tid=1069423] ppid=1069416 vsize=19041612 memory=13040 CPUtime=1.38 cores=5,7
/proc/1069420/task/1069423/stat : 1069423 (java) R 1069416 1069420 1069348 0 -1 4194368 7670 0 0 0 76 62 0 0 20 0 19 0 196655450 19498610688 857106 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
[pid=1069420/tid=1069446] ppid=1069416 vsize=19041612 memory=1956 CPUtime=0 cores=5,7
/proc/1069420/task/1069446/stat : 1069446 (Finalizer) S 1069416 1069420 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 196655453 19498610688 857106 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
[pid=1069420/tid=1069458] ppid=1069416 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/1069420/task/1069458/stat : 1069458 (Common-Cleaner) S 1069416 1069420 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 196655453 19498610688 857106 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3428424 KiB

[startup+3.10671 s]
/proc/loadavg: 3.66 4.02 4.10 9/331 1069497
/proc/meminfo: memFree=115482648/131524600 swapFree=131071996/131071996
[pid=1069420] ppid=1069416 vsize=19108176 memory=3429208 CPUtime=4.94 cores=5,7
/proc/1069420/stat : 1069420 (java) S 1069416 1069420 1069348 0 -1 1077936128 22207 0 0 0 428 66 0 0 20 0 20 0 196655450 19566772224 857302 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
/proc/1069420/statm: 4777044 857302 5854 1 0 1093466 0
[pid=1069420/tid=1069423] ppid=1069416 vsize=19108176 memory=0 CPUtime=2.97 cores=5,7
/proc/1069420/task/1069423/stat : 1069423 (java) R 1069416 1069420 1069348 0 -1 4194368 7710 0 0 0 234 63 0 0 20 0 20 0 196655450 19566772224 857302 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
[pid=1069420/tid=1069446] ppid=1069416 vsize=19108176 memory=13040 CPUtime=0 cores=5,7
/proc/1069420/task/1069446/stat : 1069446 (Finalizer) S 1069416 1069420 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196655453 19566772224 857302 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
[pid=1069420/tid=1069458] ppid=1069416 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1069420/task/1069458/stat : 1069458 (Common-Cleaner) S 1069416 1069420 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 196655453 19566772224 857302 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
[pid=1069420/tid=1069497] ppid=1069416 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1069420/task/1069497/stat : 1069497 (Timer-0) S 1069416 1069420 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196655704 19566772224 857302 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
Current children cumulated CPU time: 4.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3429208 KiB

[startup+6.30478 s]
/proc/loadavg: 3.85 4.06 4.11 7/331 1069499
/proc/meminfo: memFree=115157384/131524600 swapFree=131071996/131071996
[pid=1069420] ppid=1069416 vsize=19108176 memory=3430344 CPUtime=9.55 cores=5,7
/proc/1069420/stat : 1069420 (java) S 1069416 1069420 1069348 0 -1 1077936128 22486 0 0 0 888 67 0 0 20 0 20 0 196655450 19566772224 857586 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
/proc/1069420/statm: 4777044 857586 5854 1 0 1093498 0
[pid=1069420/tid=1069423] ppid=1069416 vsize=19108176 memory=13040 CPUtime=6.15 cores=5,7
/proc/1069420/task/1069423/stat : 1069423 (java) R 1069416 1069420 1069348 0 -1 4194368 7730 0 0 0 552 63 0 0 20 0 20 0 196655450 19566772224 857586 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
[pid=1069420/tid=1069446] ppid=1069416 vsize=19108176 memory=-7163077989868989027 CPUtime=0 cores=5,7
/proc/1069420/task/1069446/stat : 1069446 (Finalizer) S 1069416 1069420 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196655453 19566772224 857586 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
[pid=1069420/tid=1069458] ppid=1069416 vsize=19108176 memory=7372786582024121444 CPUtime=0 cores=5,7
/proc/1069420/task/1069458/stat : 1069458 (Common-Cleaner) S 1069416 1069420 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 196655453 19566772224 857586 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
[pid=1069420/tid=1069497] ppid=1069416 vsize=19108176 memory=3428424 CPUtime=0 cores=5,7
/proc/1069420/task/1069497/stat : 1069497 (Timer-0) S 1069416 1069420 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196655704 19566772224 857586 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
Current children cumulated CPU time: 9.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3430344 KiB

[startup+12.7003 s]
/proc/loadavg: 3.86 4.05 4.11 5/331 1069499
/proc/meminfo: memFree=114809204/131524600 swapFree=131071996/131071996
[pid=1069420] ppid=1069416 vsize=19108176 memory=3431028 CPUtime=17.52 cores=5,7
/proc/1069420/stat : 1069420 (java) S 1069416 1069420 1069348 0 -1 1077936128 22779 0 0 0 1684 68 0 0 20 0 20 0 196655450 19566772224 857757 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
/proc/1069420/statm: 4777044 857757 5854 1 0 1093515 0
[pid=1069420/tid=1069423] ppid=1069416 vsize=19108176 memory=46916 CPUtime=12.52 cores=5,7
/proc/1069420/task/1069423/stat : 1069423 (java) R 1069416 1069420 1069348 0 -1 4194368 7824 0 0 0 1189 63 0 0 20 0 20 0 196655450 19566772224 857757 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
[pid=1069420/tid=1069446] ppid=1069416 vsize=19108176 memory=11860 CPUtime=0 cores=5,7
/proc/1069420/task/1069446/stat : 1069446 (Finalizer) S 1069416 1069420 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196655453 19566772224 857757 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
[pid=1069420/tid=1069458] ppid=1069416 vsize=19108176 memory=13040 CPUtime=0 cores=5,7
/proc/1069420/task/1069458/stat : 1069458 (Common-Cleaner) S 1069416 1069420 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 196655453 19566772224 857757 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
[pid=1069420/tid=1069497] ppid=1069416 vsize=19108176 memory=1888 CPUtime=0 cores=5,7
/proc/1069420/task/1069497/stat : 1069497 (Timer-0) S 1069416 1069420 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196655704 19566772224 857757 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
Current children cumulated CPU time: 17.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3431028 KiB

[startup+25.5003 s]
/proc/loadavg: 3.89 4.05 4.11 6/331 1069502
/proc/meminfo: memFree=114400168/131524600 swapFree=131071996/131071996
[pid=1069420] ppid=1069416 vsize=19108176 memory=3432504 CPUtime=31.16 cores=5,7
/proc/1069420/stat : 1069420 (java) S 1069416 1069420 1069348 0 -1 1077936128 32055 0 0 0 3046 70 0 0 20 0 20 0 196655450 19566772224 858126 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
/proc/1069420/statm: 4777044 858126 5854 1 0 1094869 0
[pid=1069420/tid=1069423] ppid=1069416 vsize=19108176 memory=0 CPUtime=25.29 cores=5,7
/proc/1069420/task/1069423/stat : 1069423 (java) R 1069416 1069420 1069348 0 -1 4194368 8656 0 0 0 2466 63 0 0 20 0 20 0 196655450 19566772224 858126 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
[pid=1069420/tid=1069446] ppid=1069416 vsize=19108176 memory=3438084 CPUtime=0 cores=5,7
/proc/1069420/task/1069446/stat : 1069446 (Finalizer) S 1069416 1069420 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196655453 19566772224 858126 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
[pid=1069420/tid=1069458] ppid=1069416 vsize=19108176 memory=46916 CPUtime=0 cores=5,7
/proc/1069420/task/1069458/stat : 1069458 (Common-Cleaner) S 1069416 1069420 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 196655453 19566772224 858126 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
[pid=1069420/tid=1069497] ppid=1069416 vsize=19108176 memory=11860 CPUtime=0 cores=5,7
/proc/1069420/task/1069497/stat : 1069497 (Timer-0) S 1069416 1069420 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196655704 19566772224 858126 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
Current children cumulated CPU time: 31.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3432504 KiB

[startup+51.1062 s]
/proc/loadavg: 3.99 4.06 4.11 5/331 1069506
/proc/meminfo: memFree=113531404/131524600 swapFree=131071996/131071996
[pid=1069420] ppid=1069416 vsize=19108176 memory=3433064 CPUtime=57.18 cores=5,7
/proc/1069420/stat : 1069420 (java) S 1069416 1069420 1069348 0 -1 1077936128 42403 0 0 0 5647 71 0 0 20 0 20 0 196655450 19566772224 858266 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
/proc/1069420/statm: 4777044 858266 5854 1 0 1094869 0
[pid=1069420/tid=1069423] ppid=1069416 vsize=19108176 memory=3432804 CPUtime=50.8 cores=5,7
/proc/1069420/task/1069423/stat : 1069423 (java) R 1069416 1069420 1069348 0 -1 4194368 11666 0 0 0 5016 64 0 0 20 0 20 0 196655450 19566772224 858266 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
[pid=1069420/tid=1069446] ppid=1069416 vsize=19108176 memory=3432936 CPUtime=0 cores=5,7
/proc/1069420/task/1069446/stat : 1069446 (Finalizer) S 1069416 1069420 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196655453 19566772224 858266 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
[pid=1069420/tid=1069458] ppid=1069416 vsize=19108176 memory=5448 CPUtime=0 cores=5,7
/proc/1069420/task/1069458/stat : 1069458 (Common-Cleaner) S 1069416 1069420 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 196655453 19566772224 858266 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
[pid=1069420/tid=1069497] ppid=1069416 vsize=19108176 memory=3431028 CPUtime=0 cores=5,7
/proc/1069420/task/1069497/stat : 1069497 (Timer-0) S 1069416 1069420 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196655704 19566772224 858266 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0

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

/proc/meminfo: memFree=104917636/131524600 swapFree=131071996/131071996
[pid=1069420] ppid=1069416 vsize=19108176 memory=5890940 CPUtime=3215.23 cores=5,7
/proc/1069420/stat : 1069420 (java) S 1069416 1069420 1069348 0 -1 1077936128 643052 0 0 0 321081 442 0 0 20 0 20 0 196655450 19566772224 1472735 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
/proc/1069420/statm: 4777044 1472735 5912 1 0 1489481 0
[pid=1069420/tid=1069423] ppid=1069416 vsize=19108176 memory=5882440 CPUtime=3014.72 cores=5,7
/proc/1069420/task/1069423/stat : 1069423 (java) R 1069416 1069420 1069348 0 -1 4194368 113840 0 0 0 301363 109 0 0 20 0 20 0 196655450 19566772224 1472735 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 16 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
[pid=1069420/tid=1069446] ppid=1069416 vsize=19108176 memory=13040 CPUtime=0 cores=5,7
/proc/1069420/task/1069446/stat : 1069446 (Finalizer) S 1069416 1069420 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196655453 19566772224 1472735 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
[pid=1069420/tid=1069458] ppid=1069416 vsize=19108176 memory=5890940 CPUtime=0 cores=5,7
/proc/1069420/task/1069458/stat : 1069458 (Common-Cleaner) S 1069416 1069420 1069348 0 -1 1077936192 2568 0 0 0 0 0 0 0 20 0 20 0 196655453 19566772224 1472735 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
[pid=1069420/tid=1069497] ppid=1069416 vsize=19108176 memory=-7163077989868989027 CPUtime=0 cores=5,7
/proc/1069420/task/1069497/stat : 1069497 (Timer-0) S 1069416 1069420 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196655704 19566772224 1472735 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
Current children cumulated CPU time: 3215.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5890940 KiB

[startup+3102.3 s]
/proc/loadavg: 4.27 4.26 4.26 5/336 1071259
/proc/meminfo: memFree=104625828/131524600 swapFree=131071996/131071996
[pid=1069420] ppid=1069416 vsize=19108176 memory=6116032 CPUtime=3279.46 cores=5,7
/proc/1069420/stat : 1069420 (java) S 1069416 1069420 1069348 0 -1 1077936128 649037 0 0 0 327492 454 0 0 20 0 20 0 196655450 19566772224 1529008 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
/proc/1069420/statm: 4777044 1529008 5912 1 0 1545881 0
[pid=1069420/tid=1069423] ppid=1069416 vsize=19108176 memory=6007620 CPUtime=3074.07 cores=5,7
/proc/1069420/task/1069423/stat : 1069423 (java) R 1069416 1069420 1069348 0 -1 4194368 115124 0 0 0 307294 113 0 0 20 0 20 0 196655450 19566772224 1529008 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 17 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
[pid=1069420/tid=1069446] ppid=1069416 vsize=19108176 memory=5890948 CPUtime=0 cores=5,7
/proc/1069420/task/1069446/stat : 1069446 (Finalizer) S 1069416 1069420 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196655453 19566772224 1529008 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
[pid=1069420/tid=1069458] ppid=1069416 vsize=19108176 memory=6116032 CPUtime=0 cores=5,7
/proc/1069420/task/1069458/stat : 1069458 (Common-Cleaner) S 1069416 1069420 1069348 0 -1 1077936192 2602 0 0 0 0 0 0 0 20 0 20 0 196655453 19566772224 1529008 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
[pid=1069420/tid=1069497] ppid=1069416 vsize=19108176 memory=104 CPUtime=0 cores=5,7
/proc/1069420/task/1069497/stat : 1069497 (Timer-0) S 1069416 1069420 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196655704 19566772224 1529008 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
Current children cumulated CPU time: 3279.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6116032 KiB

[startup+3162.3 s]
/proc/loadavg: 4.40 4.29 4.28 6/334 1071284
/proc/meminfo: memFree=104374328/131524600 swapFree=131071996/131071996
[pid=1069420] ppid=1069416 vsize=19108176 memory=6366264 CPUtime=3345.53 cores=5,7
/proc/1069420/stat : 1069420 (java) S 1069416 1069420 1069348 0 -1 1077936128 670546 0 0 0 334082 471 0 0 20 0 20 0 196655450 19566772224 1591566 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
/proc/1069420/statm: 4777044 1591566 5912 1 0 1608548 0
[pid=1069420/tid=1069423] ppid=1069416 vsize=19108176 memory=6007620 CPUtime=3133.13 cores=5,7
/proc/1069420/task/1069423/stat : 1069423 (java) R 1069416 1069420 1069348 0 -1 4194368 117993 0 0 0 313194 119 0 0 20 0 20 0 196655450 19566772224 1591566 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 21 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
[pid=1069420/tid=1069446] ppid=1069416 vsize=19108176 memory=5890948 CPUtime=0 cores=5,7
/proc/1069420/task/1069446/stat : 1069446 (Finalizer) S 1069416 1069420 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196655453 19566772224 1591566 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
[pid=1069420/tid=1069458] ppid=1069416 vsize=19108176 memory=6341108 CPUtime=0 cores=5,7
/proc/1069420/task/1069458/stat : 1069458 (Common-Cleaner) S 1069416 1069420 1069348 0 -1 1077936192 2608 0 0 0 0 0 0 0 20 0 20 0 196655453 19566772224 1591566 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
[pid=1069420/tid=1069497] ppid=1069416 vsize=19108176 memory=11860 CPUtime=0 cores=5,7
/proc/1069420/task/1069497/stat : 1069497 (Timer-0) S 1069416 1069420 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196655704 19566772224 1591566 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
Current children cumulated CPU time: 3345.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6366264 KiB

[startup+3222.3 s]
/proc/loadavg: 4.38 4.30 4.28 5/335 1071295
/proc/meminfo: memFree=104189992/131524600 swapFree=131071996/131071996
[pid=1069420] ppid=1069416 vsize=19108176 memory=6549644 CPUtime=3412.71 cores=5,7
/proc/1069420/stat : 1069420 (java) S 1069416 1069420 1069348 0 -1 1077936128 672710 0 0 0 340787 484 0 0 20 0 20 0 196655450 19566772224 1637411 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
/proc/1069420/statm: 4777044 1637411 5912 1 0 1654503 0
[pid=1069420/tid=1069423] ppid=1069416 vsize=19108176 memory=6007620 CPUtime=3192.07 cores=5,7
/proc/1069420/task/1069423/stat : 1069423 (java) R 1069416 1069420 1069348 0 -1 4194368 118381 0 0 0 319085 122 0 0 20 0 20 0 196655450 19566772224 1637411 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 21 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
[pid=1069420/tid=1069446] ppid=1069416 vsize=19108176 memory=11860 CPUtime=0 cores=5,7
/proc/1069420/task/1069446/stat : 1069446 (Finalizer) S 1069416 1069420 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196655453 19566772224 1637411 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
[pid=1069420/tid=1069458] ppid=1069416 vsize=19108176 memory=6391124 CPUtime=0 cores=5,7
/proc/1069420/task/1069458/stat : 1069458 (Common-Cleaner) S 1069416 1069420 1069348 0 -1 1077936192 2641 0 0 0 0 0 0 0 20 0 20 0 196655453 19566772224 1637411 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
[pid=1069420/tid=1069497] ppid=1069416 vsize=19108176 memory=6549644 CPUtime=0 cores=5,7
/proc/1069420/task/1069497/stat : 1069497 (Timer-0) S 1069416 1069420 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196655704 19566772224 1637411 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
Current children cumulated CPU time: 3412.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6549644 KiB

[startup+3282.3 s]
/proc/loadavg: 4.20 4.26 4.26 5/335 1071307
/proc/meminfo: memFree=104055116/131524600 swapFree=131071996/131071996
[pid=1069420] ppid=1069416 vsize=19108176 memory=6683172 CPUtime=3474.23 cores=5,7
/proc/1069420/stat : 1069420 (java) S 1069416 1069420 1069348 0 -1 1077936128 678869 0 0 0 346932 491 0 0 20 0 20 0 196655450 19566772224 1670793 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
/proc/1069420/statm: 4777044 1670793 5912 1 0 1687925 0
[pid=1069420/tid=1069423] ppid=1069416 vsize=19108176 memory=6683080 CPUtime=3251.39 cores=5,7
/proc/1069420/task/1069423/stat : 1069423 (java) R 1069416 1069420 1069348 0 -1 4194368 120618 0 0 0 325014 125 0 0 20 0 20 0 196655450 19566772224 1670793 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 21 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
[pid=1069420/tid=1069446] ppid=1069416 vsize=19108176 memory=6683080 CPUtime=0 cores=5,7
/proc/1069420/task/1069446/stat : 1069446 (Finalizer) S 1069416 1069420 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196655453 19566772224 1670793 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
[pid=1069420/tid=1069458] ppid=1069416 vsize=19108176 memory=11860 CPUtime=0 cores=5,7
/proc/1069420/task/1069458/stat : 1069458 (Common-Cleaner) S 1069416 1069420 1069348 0 -1 1077936192 2641 0 0 0 0 0 0 0 20 0 20 0 196655453 19566772224 1670793 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
[pid=1069420/tid=1069497] ppid=1069416 vsize=19108176 memory=6683172 CPUtime=0 cores=5,7
/proc/1069420/task/1069497/stat : 1069497 (Timer-0) S 1069416 1069420 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196655704 19566772224 1670793 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
Current children cumulated CPU time: 3474.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6683172 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.22 4.25 5/333 1071318
/proc/meminfo: memFree=103774620/131524600 swapFree=131071996/131071996
[pid=1069420] ppid=1069416 vsize=19108176 memory=6849840 CPUtime=3536 cores=5,7
/proc/1069420/stat : 1069420 (java) S 1069416 1069420 1069348 0 -1 1077936128 698984 0 0 0 353099 501 0 0 20 0 20 0 196655450 19566772224 1712460 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
/proc/1069420/statm: 4777044 1712460 5912 1 0 1729703 0
[pid=1069420/tid=1069423] ppid=1069416 vsize=19108176 memory=6849840 CPUtime=3310.96 cores=5,7
/proc/1069420/task/1069423/stat : 1069423 (java) R 1069416 1069420 1069348 0 -1 4194368 121566 0 0 0 330968 128 0 0 20 0 20 0 196655450 19566772224 1712460 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 21 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
[pid=1069420/tid=1069446] ppid=1069416 vsize=19108176 memory=46916 CPUtime=0 cores=5,7
/proc/1069420/task/1069446/stat : 1069446 (Finalizer) S 1069416 1069420 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196655453 19566772224 1712460 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
[pid=1069420/tid=1069458] ppid=1069416 vsize=19108176 memory=11860 CPUtime=0 cores=5,7
/proc/1069420/task/1069458/stat : 1069458 (Common-Cleaner) S 1069416 1069420 1069348 0 -1 1077936192 2718 0 0 0 0 0 0 0 20 0 20 0 196655453 19566772224 1712460 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
[pid=1069420/tid=1069497] ppid=1069416 vsize=19108176 memory=11860 CPUtime=0 cores=5,7
/proc/1069420/task/1069497/stat : 1069497 (Timer-0) S 1069416 1069420 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196655704 19566772224 1712460 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
Current children cumulated CPU time: 3536 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6849840 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.20 4.24 6/333 1071329
/proc/meminfo: memFree=103475820/131524600 swapFree=131071996/131071996
[pid=1069420] ppid=1069416 vsize=19108176 memory=7216844 CPUtime=3599.73 cores=5,7
/proc/1069420/stat : 1069420 (java) S 1069416 1069420 1069348 0 -1 1077936128 725617 0 0 0 359455 518 0 0 20 0 20 0 196655450 19566772224 1804211 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
/proc/1069420/statm: 4777044 1804211 5912 1 0 1821614 0
[pid=1069420/tid=1069423] ppid=1069416 vsize=19108176 memory=7050032 CPUtime=3370.13 cores=5,7
/proc/1069420/task/1069423/stat : 1069423 (java) R 1069416 1069420 1069348 0 -1 4194368 124161 0 0 0 336878 135 0 0 20 0 20 0 196655450 19566772224 1804211 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 21 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
[pid=1069420/tid=1069446] ppid=1069416 vsize=19108176 memory=6781584 CPUtime=0 cores=5,7
/proc/1069420/task/1069446/stat : 1069446 (Finalizer) S 1069416 1069420 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196655453 19566772224 1804211 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
[pid=1069420/tid=1069458] ppid=1069416 vsize=19108176 memory=13040 CPUtime=0 cores=5,7
/proc/1069420/task/1069458/stat : 1069458 (Common-Cleaner) S 1069416 1069420 1069348 0 -1 1077936192 2720 0 0 0 0 0 0 0 20 0 20 0 196655453 19566772224 1804211 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
[pid=1069420/tid=1069497] ppid=1069416 vsize=19108176 memory=16096 CPUtime=0 cores=5,7
/proc/1069420/task/1069497/stat : 1069497 (Timer-0) S 1069416 1069420 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196655704 19566772224 1804211 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
Current children cumulated CPU time: 3599.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7216844 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3402.6 s]
/proc/loadavg: 4.12 4.20 4.24 6/333 1071329
/proc/meminfo: memFree=103475820/131524600 swapFree=131071996/131071996
[pid=1069420] ppid=1069416 vsize=19108176 memory=7216844 CPUtime=3600.03 cores=5,7
/proc/1069420/stat : 1069420 (java) S 1069416 1069420 1069348 0 -1 1077936128 725617 0 0 0 359485 518 0 0 20 0 20 0 196655450 19566772224 1804211 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
/proc/1069420/statm: 4777044 1804211 5912 1 0 1821614 0
[pid=1069420/tid=1069423] ppid=1069416 vsize=19108176 memory=7075192 CPUtime=3370.43 cores=5,7
/proc/1069420/task/1069423/stat : 1069423 (java) R 1069416 1069420 1069348 0 -1 4194368 124161 0 0 0 336908 135 0 0 20 0 20 0 196655450 19566772224 1804211 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 21 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
[pid=1069420/tid=1069446] ppid=1069416 vsize=19108176 memory=7075192 CPUtime=0 cores=5,7
/proc/1069420/task/1069446/stat : 1069446 (Finalizer) S 1069416 1069420 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196655453 19566772224 1804211 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
[pid=1069420/tid=1069458] ppid=1069416 vsize=19108176 memory=2768 CPUtime=0 cores=5,7
/proc/1069420/task/1069458/stat : 1069458 (Common-Cleaner) S 1069416 1069420 1069348 0 -1 1077936192 2720 0 0 0 0 0 0 0 20 0 20 0 196655453 19566772224 1804211 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
[pid=1069420/tid=1069497] ppid=1069416 vsize=19108176 memory=4880 CPUtime=0 cores=5,7
/proc/1069420/task/1069497/stat : 1069497 (Timer-0) S 1069416 1069420 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196655704 19566772224 1804211 134679101440 93829060292608 93829060296304 140723842725632 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93829060304120 93829060304912 93829062172672 140723842728947 140723842729055 140723842729055 140723842736072 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7216844 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.93 s, system=5.20823 s

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

Child status: 143

Real time (s): 3402.67
CPU time (s): 3600.14
CPU user time (s): 3594.93
CPU system time (s): 5.20823
CPU usage (%): 105.803
Max. virtual memory (cumulated for all children) (KiB): 19114500
Max. memory (cumulated for all children) (KiB): 7216844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.93
system time used= 5.20823
maximum resident set size= 7218224
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 727855
page faults= 0
swaps= 0
block input operations= 32
block output operations= 3776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 150960
involuntary context switches= 21083


# summary of solver processes directly reported to runsolver:
#   pid: 1069420
#   total CPU time (s): 3600.14
#   total CPU user time (s): 3594.93
#   total CPU system time (s): 5.20823

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.33594 second user time and 16.8537 second system time

The end

Launcher Data

Begin job on nodeC025 at 2024-07-20 05:08:34
IDJOB=4452211
IDBENCH=164078
IDSOLVER=3052
FILE ID=nodeC025/4452211-1721444901
RUNJOBID= nodeC025-1721444913-1069361
SLURM_JOB_ID= 7545661
Free space on /tmp= 890016 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2017/normalized-rmine11.0.u.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452211-1721444901/watcher-4452211-1721444901 -o /tmp/evaluation-result-4452211-1721444901/solver-4452211-1721444901 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1721444913-1069361 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4452211-1721444901.opb

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

MD5SUM BENCH= f2b4c33dfdd2685ad5de2b9c67a512a4
RANDOM SEED=146156770

nodeC025.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		: 3645.759
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.72
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		: 3667.755
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	: 7007.09
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		: 3636.839
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.72
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        123422168 kB
MemAvailable:   129578368 kB
Buffers:          565428 kB
Cached:          6360740 kB
SwapCached:            0 kB
Active:          1143920 kB
Inactive:        6176396 kB
Active(anon):       1440 kB
Inactive(anon):   438612 kB
Active(file):    1142480 kB
Inactive(file):  5737784 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             17060 kB
Writeback:            96 kB
AnonPages:        392240 kB
Mapped:           118708 kB
Shmem:             45912 kB
KReclaimable:     231164 kB
Slab:             360408 kB
SReclaimable:     231164 kB
SUnreclaim:       129244 kB
KernelStack:        4040 kB
PageTables:        10120 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    3022540 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            73568 kB
HardwareCorrupted:     0 kB
AnonHugePages:    247808 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:      318164 kB
DirectMap2M:    43495424 kB
DirectMap1G:    92274688 kB

Free space on /tmp at the end= 890008 MiB
End job on nodeC025 at 2024-07-20 06:05:16