Trace number 4459267

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.12 3598.46

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/
MIPLIB01/opt/miplib2017/normalized-rmine15.opb
MD5SUM8b0f0a056877f36e2c13e33d533276b3
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-218422812
Best CPU time to get the best result obtained on this benchmark3558.11
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables42438
Total number of constraints358395
Number of constraints which are clauses358365
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints30
Minimum length of a constraint2
Maximum length of a constraint6750
Number of terms in the objective function 42438
Biggest coefficient in the objective function 100528
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 500000100
Number of bits of the sum of numbers in the objective function 29
Biggest number in a constraint 74056307
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 500000100
Number of bits of the biggest sum of numbers29
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.14/0.14	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.14	 - never skip resolution steps
0.14/0.14	 - Auto-division on coefficients is disabled
0.14/0.14	 - No postprocessing
0.14/0.14	 - Conflict is considered as is when resolving
0.14/0.14	 - Use constraints as they come during conflict analysis
0.14/0.14	 - Weaken first using unassigned literals
0.14/0.14	 - Bump strategy: ALWAYS_ONE
0.14/0.14	 - Bumper: EFFECTIVE
0.14/0.14	--- Begin Solver configuration ---
0.14/0.14	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.14	Learn all clauses as in MiniSAT
0.14/0.14	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.14	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.14	No reason simplification
0.14/0.14	Dynamic restart strategy considering the size of the coefficients
0.14/0.14	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.14	timeout=2147483s
0.14/0.14	DB Simplification allowed=false
0.14/0.14	Listener: none
0.14/0.14	--- End Solver configuration ---
0.14/0.14	c Pseudo Boolean Optimization by upper bound
0.14/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.14	c  - never skip resolution steps
0.14/0.14	c  - Auto-division on coefficients is disabled
0.14/0.14	c  - No postprocessing
0.14/0.14	c  - Conflict is considered as is when resolving
0.14/0.14	c  - Use constraints as they come during conflict analysis
0.14/0.14	c  - Weaken first using unassigned literals
0.14/0.14	c  - Bump strategy: ALWAYS_ONE
0.14/0.14	c  - Bumper: EFFECTIVE
0.14/0.14	c --- Begin Solver configuration ---
0.14/0.14	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.14	c Learn all clauses as in MiniSAT
0.14/0.14	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.14	c No reason simplification
0.14/0.14	c Dynamic restart strategy considering the size of the coefficients
0.14/0.14	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.14	c timeout=2147483s
0.14/0.14	c DB Simplification allowed=false
0.14/0.14	c Listener: none
0.14/0.14	c --- End Solver configuration ---
0.14/0.14	c solving HOME/instance-4459267-1721900158.opb
0.14/0.14	c reading problem ... 
0.14/0.15	c  objective function found
26.88/25.30	c ... done. Wall clock time 25.158s.
27.10/25.30	c declared #vars     42438
27.10/25.30	c #constraints  358395
27.10/25.30	c constraints type 
27.10/25.30	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 358365
27.10/25.30	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 30
27.10/25.30	c 358395 constraints processed.
27.10/25.31	c objective function length is 42438 literals
3600.01/3598.41	c starts		: 2
3600.01/3598.42	c conflicts		: 4669
3600.01/3598.42	c decisions		: 24337
3600.01/3598.42	c propagations		: 420180
3600.01/3598.42	c inspects		: 35568276
3600.01/3598.42	c shortcuts		: 0
3600.01/3598.42	c learnt literals	: 0
3600.01/3598.42	c learnt binary clauses	: 0
3600.01/3598.42	c learnt ternary clauses	: 0
3600.01/3598.42	c learnt constraints	: 4669
3600.01/3598.42	c ignored constraints	: 0
3600.01/3598.42	c root simplifications	: 0
3600.01/3598.42	c removed literals (reason simplification)	: 0
3600.01/3598.42	c reason swapping (by a shorter reason)	: 0
3600.01/3598.42	c Calls to reduceDB	: 0
3600.01/3598.42	c Number of update (reduction) of LBD	: 4829
3600.01/3598.42	c Imported unit clauses	: 0
3600.01/3598.42	c No decision after first conflict	: false
3600.01/3598.42	c number of reductions to clauses (during analyze)	: 0
3600.01/3598.42	c number of learned constraints concerned by reduction	: 0
3600.01/3598.42	c number of learning phase by resolution	: 0
3600.01/3598.42	c number of learning phase by cutting planes	: 0
3600.01/3598.42	c number of rounding to 1 operations	: 0
3600.01/3598.42	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3598.42	c number of reductions of the coefficients by power 2 	: 0
3600.01/3598.42	c number of right shift for reduction by power 2 	: 0
3600.01/3598.42	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3598.42	c number of ending skipping 	: 0
3600.01/3598.42	c number of internal skipping 	: 0
3600.01/3598.42	c number of derivation steps 	: 11184
3600.01/3598.42	c number of skipped derivation steps 	: 0
3600.01/3598.42	c number of remaining unassigned 	: 29468
3600.01/3598.42	c number of remaining assigned 	: 3274026
3600.01/3598.42	c number of falsified literals weakened from reason	: 0
3600.01/3598.42	c number of falsified literals weakened from conflict	: 0
3600.01/3598.42	c time for arithmetic operations	: 1188426038
3600.01/3598.44	c minimum degree of deleted constraints	: null
3600.01/3598.44	c maximum degree of deleted constraints	: null
3600.01/3598.44	c number of deleted constraints	: 0
3600.01/3598.44	c speed (assignments/second)	: 117.59625398081708
3600.01/3598.44	c non guided choices	: 0
3600.01/3598.44	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 4669
3600.01/3598.44	s UNKNOWN
3600.01/3598.44	c Total wall clock time (in seconds): 3598.291

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (61762 MiB free)
  memory of node 1: 64473 MiB (61077 MiB free)
  node distances:
     10  21
     21  10

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


[startup+0.101483 s]*
/proc/loadavg: 1.06 1.09 1.46 13/324 231363
/proc/meminfo: memFree=125663260/131524600 swapFree=131055836/131071996
[pid=231345] ppid=231342 vsize=18975048 memory=64692 CPUtime=0.14 cores=5,7
/proc/231345/stat : 231345 (java) S 231342 231345 225610 0 -1 1077936128 7155 0 0 0 13 1 0 0 20 0 18 0 26545498 19430449152 16173 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
/proc/231345/statm: 4743762 16173 5613 1 0 549381 0
[pid=231345/tid=231347] ppid=231342 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=5,7
/proc/231345/task/231347/stat : 231347 (java) R 231342 231345 225610 0 -1 4194368 5718 0 0 0 8 1 0 0 20 0 18 0 26545498 19430449152 16173 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
[pid=231345/tid=231356] ppid=231342 vsize=18975048 memory=237146210664 CPUtime=0 cores=5,7
/proc/231345/task/231356/stat : 231356 (Finalizer) S 231342 231345 225610 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 26545501 19430449152 16173 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
[pid=231345/tid=231363] ppid=231342 vsize=18975048 memory=14131147602236477 CPUtime=0 cores=5,7
/proc/231345/task/231363/stat : 231363 (Common-Cleaner) S 231342 231345 225610 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 26545501 19430449152 16173 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64692 KiB

[startup+0.205889 s]*
/proc/loadavg: 1.06 1.09 1.46 16/327 231366
/proc/meminfo: memFree=125379096/131524600 swapFree=131055836/131071996
[pid=231345] ppid=231342 vsize=18975048 memory=79656 CPUtime=0.34 cores=5,7
/proc/231345/stat : 231345 (java) S 231342 231345 225610 0 -1 1077936128 7628 0 0 0 33 1 0 0 20 0 18 0 26545498 19430449152 19914 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
/proc/231345/statm: 4743762 19914 5846 1 0 549686 0
[pid=231345/tid=231347] ppid=231342 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=5,7
/proc/231345/task/231347/stat : 231347 (java) R 231342 231345 225610 0 -1 4194368 5937 0 0 0 18 1 0 0 20 0 18 0 26545498 19430449152 19914 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
[pid=231345/tid=231356] ppid=231342 vsize=18975048 memory=1416227 CPUtime=0 cores=5,7
/proc/231345/task/231356/stat : 231356 (Finalizer) S 231342 231345 225610 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 26545501 19430449152 19914 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
[pid=231345/tid=231363] ppid=231342 vsize=18975048 memory=15537422972749500 CPUtime=0 cores=5,7
/proc/231345/task/231363/stat : 231363 (Common-Cleaner) S 231342 231345 225610 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 26545501 19430449152 19914 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 79656 KiB

[startup+0.3069 s]*
/proc/loadavg: 1.06 1.09 1.46 12/328 231367
/proc/meminfo: memFree=125042528/131524600 swapFree=131055836/131071996
[pid=231345] ppid=231342 vsize=18975048 memory=147928 CPUtime=0.53 cores=5,7
/proc/231345/stat : 231345 (java) S 231342 231345 225610 0 -1 1077936128 9675 0 0 0 50 3 0 0 20 0 18 0 26545498 19430449152 36982 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
/proc/231345/statm: 4743762 36982 5846 1 0 550831 0
[pid=231345/tid=231347] ppid=231342 vsize=18975048 memory=-9032364238728569532 CPUtime=0.28 cores=5,7
/proc/231345/task/231347/stat : 231347 (java) R 231342 231345 225610 0 -1 4194368 5988 0 0 0 26 2 0 0 20 0 18 0 26545498 19430449152 36982 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
[pid=231345/tid=231356] ppid=231342 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/231345/task/231356/stat : 231356 (Finalizer) S 231342 231345 225610 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 26545501 19430449152 36982 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
[pid=231345/tid=231363] ppid=231342 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/231345/task/231363/stat : 231363 (Common-Cleaner) S 231342 231345 225610 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 26545501 19430449152 36982 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 147928 KiB

[startup+0.7009 s]
/proc/loadavg: 1.06 1.09 1.46 9/330 231371
/proc/meminfo: memFree=124182548/131524600 swapFree=131055836/131071996
[pid=231345] ppid=231342 vsize=19041612 memory=929108 CPUtime=1.11 cores=5,7
/proc/231345/stat : 231345 (java) S 231342 231345 225610 0 -1 1077936128 11310 0 0 0 92 19 0 0 20 0 19 0 26545498 19498610688 232277 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
/proc/231345/statm: 4760403 232277 5894 1 0 1077832 0
[pid=231345/tid=231347] ppid=231342 vsize=19041612 memory=5476 CPUtime=0.6 cores=5,7
/proc/231345/task/231347/stat : 231347 (java) R 231342 231345 225610 0 -1 4194368 6365 0 0 0 43 17 0 0 20 0 19 0 26545498 19498610688 232277 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
[pid=231345/tid=231356] ppid=231342 vsize=19041612 memory=12928 CPUtime=0 cores=5,7
/proc/231345/task/231356/stat : 231356 (Finalizer) S 231342 231345 225610 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 26545501 19498610688 232277 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
[pid=231345/tid=231363] ppid=231342 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/231345/task/231363/stat : 231363 (Common-Cleaner) S 231342 231345 225610 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 26545501 19498610688 232277 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 929108 KiB

[startup+1.5009 s]
/proc/loadavg: 1.06 1.09 1.46 9/307 231382
/proc/meminfo: memFree=123530684/131524600 swapFree=131055836/131071996
[pid=231345] ppid=231342 vsize=19041612 memory=2574672 CPUtime=2.55 cores=5,7
/proc/231345/stat : 231345 (java) S 231342 231345 225610 0 -1 1077936128 23163 0 0 0 203 52 0 0 20 0 19 0 26545498 19498610688 643668 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
/proc/231345/statm: 4760403 643668 5894 1 0 1083241 0
[pid=231345/tid=231347] ppid=231342 vsize=19041612 memory=12928 CPUtime=1.38 cores=5,7
/proc/231345/task/231347/stat : 231347 (java) R 231342 231345 225610 0 -1 4194368 7208 0 0 0 90 48 0 0 20 0 19 0 26545498 19498610688 643668 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
[pid=231345/tid=231356] ppid=231342 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/231345/task/231356/stat : 231356 (Finalizer) S 231342 231345 225610 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 26545501 19498610688 643668 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
[pid=231345/tid=231363] ppid=231342 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/231345/task/231363/stat : 231363 (Common-Cleaner) S 231342 231345 225610 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 26545501 19498610688 643668 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
Current children cumulated CPU time: 2.55 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2574672 KiB

[startup+3.1059 s]
/proc/loadavg: 1.06 1.09 1.46 9/331 231439
/proc/meminfo: memFree=120908852/131524600 swapFree=131055836/131071996
[pid=231345] ppid=231342 vsize=19041612 memory=2578840 CPUtime=4.65 cores=5,7
/proc/231345/stat : 231345 (java) S 231342 231345 225610 0 -1 1077936128 23906 0 0 0 412 53 0 0 20 0 19 0 26545498 19498610688 644710 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
/proc/231345/statm: 4760403 644710 5894 1 0 1083662 0
[pid=231345/tid=231347] ppid=231342 vsize=19041612 memory=0 CPUtime=2.94 cores=5,7
/proc/231345/task/231347/stat : 231347 (java) R 231342 231345 225610 0 -1 4194368 7374 0 0 0 246 48 0 0 20 0 19 0 26545498 19498610688 644710 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
[pid=231345/tid=231356] ppid=231342 vsize=19041612 memory=12928 CPUtime=0 cores=5,7
/proc/231345/task/231356/stat : 231356 (Finalizer) S 231342 231345 225610 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 26545501 19498610688 644710 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
[pid=231345/tid=231363] ppid=231342 vsize=19041612 memory=1134296568137649 CPUtime=0 cores=5,7
/proc/231345/task/231363/stat : 231363 (Common-Cleaner) S 231342 231345 225610 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 26545501 19498610688 644710 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
Current children cumulated CPU time: 4.65 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2578840 KiB

[startup+6.30091 s]
/proc/loadavg: 1.77 1.24 1.51 5/331 231439
/proc/meminfo: memFree=120338620/131524600 swapFree=131055836/131071996
[pid=231345] ppid=231342 vsize=19041612 memory=2581684 CPUtime=7.86 cores=5,7
/proc/231345/stat : 231345 (java) S 231342 231345 225610 0 -1 1077936128 24389 0 0 0 732 54 0 0 20 0 19 0 26545498 19498610688 645421 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
/proc/231345/statm: 4760403 645421 5894 1 0 1083664 0
[pid=231345/tid=231347] ppid=231342 vsize=19041612 memory=12928 CPUtime=6.03 cores=5,7
/proc/231345/task/231347/stat : 231347 (java) R 231342 231345 225610 0 -1 4194368 7810 0 0 0 554 49 0 0 20 0 19 0 26545498 19498610688 645421 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
[pid=231345/tid=231356] ppid=231342 vsize=19041612 memory=2578840 CPUtime=0 cores=5,7
/proc/231345/task/231356/stat : 231356 (Finalizer) S 231342 231345 225610 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 26545501 19498610688 645421 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
[pid=231345/tid=231363] ppid=231342 vsize=19041612 memory=11588 CPUtime=0 cores=5,7
/proc/231345/task/231363/stat : 231363 (Common-Cleaner) S 231342 231345 225610 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 26545501 19498610688 645421 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
Current children cumulated CPU time: 7.86 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2581684 KiB

[startup+12.7009 s]
/proc/loadavg: 1.95 1.28 1.52 5/331 231440
/proc/meminfo: memFree=119662044/131524600 swapFree=131055836/131071996
[pid=231345] ppid=231342 vsize=19041612 memory=2588864 CPUtime=14.29 cores=5,7
/proc/231345/stat : 231345 (java) S 231342 231345 225610 0 -1 1077936128 27093 0 0 0 1374 55 0 0 20 0 19 0 26545498 19498610688 647216 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
/proc/231345/statm: 4760403 647216 5894 1 0 1083664 0
[pid=231345/tid=231347] ppid=231342 vsize=19041612 memory=11588 CPUtime=12.2 cores=5,7
/proc/231345/task/231347/stat : 231347 (java) R 231342 231345 225610 0 -1 4194368 8874 0 0 0 1171 49 0 0 20 0 19 0 26545498 19498610688 647216 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
[pid=231345/tid=231356] ppid=231342 vsize=19041612 memory=2586768 CPUtime=0 cores=5,7
/proc/231345/task/231356/stat : 231356 (Finalizer) S 231342 231345 225610 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 26545501 19498610688 647216 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
[pid=231345/tid=231363] ppid=231342 vsize=19041612 memory=68448 CPUtime=0 cores=5,7
/proc/231345/task/231363/stat : 231363 (Common-Cleaner) S 231342 231345 225610 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 26545501 19498610688 647216 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
Current children cumulated CPU time: 14.29 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2588864 KiB

[startup+25.5009 s]
/proc/loadavg: 2.57 1.45 1.57 6/332 231444
/proc/meminfo: memFree=118924636/131524600 swapFree=131055836/131071996
[pid=231345] ppid=231342 vsize=19108176 memory=2611516 CPUtime=27.48 cores=5,7
/proc/231345/stat : 231345 (java) S 231342 231345 225610 0 -1 1077936128 38762 0 0 0 2690 58 0 0 20 0 20 0 26545498 19566772224 652879 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
/proc/231345/statm: 4777044 652879 5932 1 0 1084074 0
[pid=231345/tid=231347] ppid=231342 vsize=19108176 memory=2599388 CPUtime=24.52 cores=5,7
/proc/231345/task/231347/stat : 231347 (java) R 231342 231345 225610 0 -1 4194368 12529 0 0 0 2401 51 0 0 20 0 20 0 26545498 19566772224 652879 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
[pid=231345/tid=231356] ppid=231342 vsize=19108176 memory=2599388 CPUtime=0 cores=5,7
/proc/231345/task/231356/stat : 231356 (Finalizer) S 231342 231345 225610 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26545501 19566772224 652879 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
[pid=231345/tid=231363] ppid=231342 vsize=19108176 memory=12928 CPUtime=0 cores=5,7
/proc/231345/task/231363/stat : 231363 (Common-Cleaner) S 231342 231345 225610 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 26545501 19566772224 652879 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
Current children cumulated CPU time: 27.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2611516 KiB

[startup+51.1058 s]
/proc/loadavg: 3.13 1.67 1.65 5/332 231450
/proc/meminfo: memFree=117755480/131524600 swapFree=131055836/131071996
[pid=231345] ppid=231342 vsize=19108176 memory=2706836 CPUtime=56 cores=5,7
/proc/231345/stat : 231345 (java) S 231342 231345 225610 0 -1 1077936128 49843 0 0 0 5537 63 0 0 20 0 20 0 26545498 19566772224 676709 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
/proc/231345/statm: 4777044 676709 5948 1 0 1084155 0
[pid=231345/tid=231347] ppid=231342 vsize=19108176 memory=-9032364238728569532 CPUtime=49.94 cores=5,7
/proc/231345/task/231347/stat : 231347 (java) R 231342 231345 225610 0 -1 4194368 14531 0 0 0 4943 51 0 0 20 0 20 0 26545498 19566772224 676709 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
[pid=231345/tid=231356] ppid=231342 vsize=19108176 memory=2706632 CPUtime=0 cores=5,7
/proc/231345/task/231356/stat : 231356 (Finalizer) S 231342 231345 225610 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26545501 19566772224 676709 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
[pid=231345/tid=231363] ppid=231342 vsize=19108176 memory=2706632 CPUtime=0 cores=5,7
/proc/231345/task/231363/stat : 231363 (Common-Cleaner) S 231342 231345 225610 0 -1 1077936192 55 0 0 0 0 0 0 0 20 0 20 0 26545501 19566772224 676709 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
[pid=231345/tid=231445] ppid=231342 vsize=19108176 memory=2580888 CPUtime=0 cores=5,7
/proc/231345/task/231445/stat : 231445 (Timer-0) S 231342 231345 225610 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 26548034 19566772224 676709 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
Current children cumulated CPU time: 56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2706836 KiB

[startup+102.3 s]
/proc/loadavg: 3.78 2.08 1.79 5/332 231458
/proc/meminfo: memFree=117078092/131524600 swapFree=131055836/131071996
[pid=231345] ppid=231342 vsize=19108176 memory=2707076 CPUtime=107.38 cores=5,7

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

/proc/meminfo: memFree=111595904/131524600 swapFree=131055836/131071996
[pid=231345] ppid=231342 vsize=19108176 memory=4217040 CPUtime=3224.53 cores=5,7
/proc/231345/stat : 231345 (java) S 231342 231345 225610 0 -1 1077936128 233120 0 0 0 322226 227 0 0 20 0 20 0 26545498 19566772224 1054260 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
/proc/231345/statm: 4777044 1054260 5980 1 0 1084156 0
[pid=231345/tid=231347] ppid=231342 vsize=19108176 memory=68448 CPUtime=3210.14 cores=5,7
/proc/231345/task/231347/stat : 231347 (java) R 231342 231345 225610 0 -1 4194368 123328 0 0 0 320950 64 0 0 20 0 20 0 26545498 19566772224 1054260 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
[pid=231345/tid=231356] ppid=231342 vsize=19108176 memory=19124 CPUtime=0 cores=5,7
/proc/231345/task/231356/stat : 231356 (Finalizer) S 231342 231345 225610 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26545501 19566772224 1054260 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
[pid=231345/tid=231363] ppid=231342 vsize=19108176 memory=4217040 CPUtime=0 cores=5,7
/proc/231345/task/231363/stat : 231363 (Common-Cleaner) S 231342 231345 225610 0 -1 1077936192 5820 0 0 0 0 0 0 0 20 0 20 0 26545501 19566772224 1054260 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
[pid=231345/tid=231445] ppid=231342 vsize=19108176 memory=11588 CPUtime=0 cores=5,7
/proc/231345/task/231445/stat : 231445 (Timer-0) S 231342 231345 225610 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 26548034 19566772224 1054260 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
Current children cumulated CPU time: 3224.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4217040 KiB

[startup+3282.3 s]
/proc/loadavg: 4.17 4.23 4.13 5/335 233240
/proc/meminfo: memFree=111594664/131524600 swapFree=131055836/131071996
[pid=231345] ppid=231342 vsize=19108176 memory=4217108 CPUtime=3284.4 cores=5,7
/proc/231345/stat : 231345 (java) S 231342 231345 225610 0 -1 1077936128 236568 0 0 0 328211 229 0 0 20 0 20 0 26545498 19566772224 1054277 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
/proc/231345/statm: 4777044 1054277 5996 1 0 1084156 0
[pid=231345/tid=231347] ppid=231342 vsize=19108176 memory=4217108 CPUtime=3269.97 cores=5,7
/proc/231345/task/231347/stat : 231347 (java) R 231342 231345 225610 0 -1 4194368 125714 0 0 0 326933 64 0 0 20 0 20 0 26545498 19566772224 1054277 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
[pid=231345/tid=231356] ppid=231342 vsize=19108176 memory=4216972 CPUtime=0 cores=5,7
/proc/231345/task/231356/stat : 231356 (Finalizer) S 231342 231345 225610 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26545501 19566772224 1054277 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
[pid=231345/tid=231363] ppid=231342 vsize=19108176 memory=5476 CPUtime=0 cores=5,7
/proc/231345/task/231363/stat : 231363 (Common-Cleaner) S 231342 231345 225610 0 -1 1077936192 5940 0 0 0 0 0 0 0 20 0 20 0 26545501 19566772224 1054277 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
[pid=231345/tid=231445] ppid=231342 vsize=19108176 memory=2220 CPUtime=0 cores=5,7
/proc/231345/task/231445/stat : 231445 (Timer-0) S 231342 231345 225610 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 26548034 19566772224 1054277 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
Current children cumulated CPU time: 3284.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4217108 KiB

[startup+3342.3 s]
/proc/loadavg: 4.18 4.22 4.13 5/335 233252
/proc/meminfo: memFree=111593996/131524600 swapFree=131055836/131071996
[pid=231345] ppid=231342 vsize=19108176 memory=4217108 CPUtime=3344.41 cores=5,7
/proc/231345/stat : 231345 (java) S 231342 231345 225610 0 -1 1077936128 240437 0 0 0 334210 231 0 0 20 0 20 0 26545498 19566772224 1054277 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
/proc/231345/statm: 4777044 1054277 5996 1 0 1084156 0
[pid=231345/tid=231347] ppid=231342 vsize=19108176 memory=32692 CPUtime=3329.64 cores=5,7
/proc/231345/task/231347/stat : 231347 (java) R 231342 231345 225610 0 -1 4194368 127888 0 0 0 332900 64 0 0 20 0 20 0 26545498 19566772224 1054277 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
[pid=231345/tid=231356] ppid=231342 vsize=19108176 memory=-9032364238728569532 CPUtime=0 cores=5,7
/proc/231345/task/231356/stat : 231356 (Finalizer) S 231342 231345 225610 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26545501 19566772224 1054277 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
[pid=231345/tid=231363] ppid=231342 vsize=19108176 memory=4217108 CPUtime=0 cores=5,7
/proc/231345/task/231363/stat : 231363 (Common-Cleaner) S 231342 231345 225610 0 -1 1077936192 6017 0 0 0 0 0 0 0 20 0 20 0 26545501 19566772224 1054277 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
[pid=231345/tid=231445] ppid=231342 vsize=19108176 memory=4217108 CPUtime=0 cores=5,7
/proc/231345/task/231445/stat : 231445 (Timer-0) S 231342 231345 225610 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 26548034 19566772224 1054277 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
Current children cumulated CPU time: 3344.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4217108 KiB

[startup+3402.3 s]
/proc/loadavg: 4.28 4.24 4.14 5/335 233262
/proc/meminfo: memFree=111593376/131524600 swapFree=131055836/131071996
[pid=231345] ppid=231342 vsize=19108176 memory=4217108 CPUtime=3404.32 cores=5,7
/proc/231345/stat : 231345 (java) S 231342 231345 225610 0 -1 1077936128 242540 0 0 0 340198 234 0 0 20 0 20 0 26545498 19566772224 1054277 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
/proc/231345/statm: 4777044 1054277 5996 1 0 1084156 0
[pid=231345/tid=231347] ppid=231342 vsize=19108176 memory=-9032364238728569532 CPUtime=3389.51 cores=5,7
/proc/231345/task/231347/stat : 231347 (java) R 231342 231345 225610 0 -1 4194368 129727 0 0 0 338886 65 0 0 20 0 20 0 26545498 19566772224 1054277 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
[pid=231345/tid=231356] ppid=231342 vsize=19108176 memory=4217108 CPUtime=0 cores=5,7
/proc/231345/task/231356/stat : 231356 (Finalizer) S 231342 231345 225610 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26545501 19566772224 1054277 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
[pid=231345/tid=231363] ppid=231342 vsize=19108176 memory=4217108 CPUtime=0 cores=5,7
/proc/231345/task/231363/stat : 231363 (Common-Cleaner) S 231342 231345 225610 0 -1 1077936192 6139 0 0 0 0 0 0 0 20 0 20 0 26545501 19566772224 1054277 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
[pid=231345/tid=231445] ppid=231342 vsize=19108176 memory=11588 CPUtime=0 cores=5,7
/proc/231345/task/231445/stat : 231445 (Timer-0) S 231342 231345 225610 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 26548034 19566772224 1054277 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
Current children cumulated CPU time: 3404.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4217108 KiB

[startup+3462.3 s]
/proc/loadavg: 4.30 4.24 4.15 5/335 233272
/proc/meminfo: memFree=111592252/131524600 swapFree=131055836/131071996
[pid=231345] ppid=231342 vsize=19108176 memory=4217108 CPUtime=3464.19 cores=5,7
/proc/231345/stat : 231345 (java) S 231342 231345 225610 0 -1 1077936128 245077 0 0 0 346183 236 0 0 20 0 20 0 26545498 19566772224 1054277 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
/proc/231345/statm: 4777044 1054277 5996 1 0 1084156 0
[pid=231345/tid=231347] ppid=231342 vsize=19108176 memory=-9032364238728569532 CPUtime=3449.34 cores=5,7
/proc/231345/task/231347/stat : 231347 (java) R 231342 231345 225610 0 -1 4194368 131961 0 0 0 344869 65 0 0 20 0 20 0 26545498 19566772224 1054277 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
[pid=231345/tid=231356] ppid=231342 vsize=19108176 memory=4217108 CPUtime=0 cores=5,7
/proc/231345/task/231356/stat : 231356 (Finalizer) S 231342 231345 225610 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26545501 19566772224 1054277 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
[pid=231345/tid=231363] ppid=231342 vsize=19108176 memory=4217108 CPUtime=0 cores=5,7
/proc/231345/task/231363/stat : 231363 (Common-Cleaner) S 231342 231345 225610 0 -1 1077936192 6261 0 0 0 0 0 0 0 20 0 20 0 26545501 19566772224 1054277 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
[pid=231345/tid=231445] ppid=231342 vsize=19108176 memory=11588 CPUtime=0 cores=5,7
/proc/231345/task/231445/stat : 231445 (Timer-0) S 231342 231345 225610 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 26548034 19566772224 1054277 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
Current children cumulated CPU time: 3464.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4217108 KiB

[startup+3522.3 s]
/proc/loadavg: 4.19 4.22 4.15 4/309 233316
/proc/meminfo: memFree=115878488/131524600 swapFree=131055836/131071996
[pid=231345] ppid=231342 vsize=19108176 memory=4217108 CPUtime=3524.06 cores=5,7
/proc/231345/stat : 231345 (java) S 231342 231345 225610 0 -1 1077936128 247556 0 0 0 352168 238 0 0 20 0 20 0 26545498 19566772224 1054277 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
/proc/231345/statm: 4777044 1054277 5996 1 0 1084156 0
[pid=231345/tid=231347] ppid=231342 vsize=19108176 memory=4217108 CPUtime=3509.19 cores=5,7
/proc/231345/task/231347/stat : 231347 (java) R 231342 231345 225610 0 -1 4194368 134103 0 0 0 350853 66 0 0 20 0 20 0 26545498 19566772224 1054277 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
[pid=231345/tid=231356] ppid=231342 vsize=19108176 memory=2220 CPUtime=0 cores=5,7
/proc/231345/task/231356/stat : 231356 (Finalizer) S 231342 231345 225610 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26545501 19566772224 1054277 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
[pid=231345/tid=231363] ppid=231342 vsize=19108176 memory=4217108 CPUtime=0 cores=5,7
/proc/231345/task/231363/stat : 231363 (Common-Cleaner) S 231342 231345 225610 0 -1 1077936192 6383 0 0 0 0 0 0 0 20 0 20 0 26545501 19566772224 1054277 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
[pid=231345/tid=231445] ppid=231342 vsize=19108176 memory=4217108 CPUtime=0 cores=5,7
/proc/231345/task/231445/stat : 231445 (Timer-0) S 231342 231345 225610 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 26548034 19566772224 1054277 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
Current children cumulated CPU time: 3524.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4217108 KiB

[startup+3582.3 s]
/proc/loadavg: 2.85 3.83 4.02 3/279 233361
/proc/meminfo: memFree=118475064/131524600 swapFree=131055836/131071996
[pid=231345] ppid=231342 vsize=19108176 memory=4217108 CPUtime=3583.94 cores=5,7
/proc/231345/stat : 231345 (java) S 231342 231345 225610 0 -1 1077936128 250103 0 0 0 358154 240 0 0 20 0 20 0 26545498 19566772224 1054277 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
/proc/231345/statm: 4777044 1054277 5996 1 0 1084156 0
[pid=231345/tid=231347] ppid=231342 vsize=19108176 memory=12928 CPUtime=3569.02 cores=5,7
/proc/231345/task/231347/stat : 231347 (java) R 231342 231345 225610 0 -1 4194368 136272 0 0 0 356836 66 0 0 20 0 20 0 26545498 19566772224 1054277 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
[pid=231345/tid=231356] ppid=231342 vsize=19108176 memory=11588 CPUtime=0 cores=5,7
/proc/231345/task/231356/stat : 231356 (Finalizer) S 231342 231345 225610 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26545501 19566772224 1054277 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
[pid=231345/tid=231363] ppid=231342 vsize=19108176 memory=4217108 CPUtime=0 cores=5,7
/proc/231345/task/231363/stat : 231363 (Common-Cleaner) S 231342 231345 225610 0 -1 1077936192 6505 0 0 0 0 0 0 0 20 0 20 0 26545501 19566772224 1054277 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
[pid=231345/tid=231445] ppid=231342 vsize=19108176 memory=11588 CPUtime=0 cores=5,7
/proc/231345/task/231445/stat : 231445 (Timer-0) S 231342 231345 225610 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 26548034 19566772224 1054277 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
Current children cumulated CPU time: 3583.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4217108 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3598.4 s]
/proc/loadavg: 2.51 3.71 3.97 2/253 233397
/proc/meminfo: memFree=121664944/131524600 swapFree=131055836/131071996
[pid=231345] ppid=231342 vsize=19108176 memory=4217108 CPUtime=3600.01 cores=5,7
/proc/231345/stat : 231345 (java) S 231342 231345 225610 0 -1 1077936128 251557 0 0 0 359760 241 0 0 20 0 20 0 26545498 19566772224 1054277 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
/proc/231345/statm: 4777044 1054277 5996 1 0 1084156 0
[pid=231345/tid=231347] ppid=231342 vsize=19108176 memory=11588 CPUtime=3585.09 cores=5,7
/proc/231345/task/231347/stat : 231347 (java) R 231342 231345 225610 0 -1 4194368 137433 0 0 0 358443 66 0 0 20 0 20 0 26545498 19566772224 1054277 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
[pid=231345/tid=231356] ppid=231342 vsize=19108176 memory=68448 CPUtime=0 cores=5,7
/proc/231345/task/231356/stat : 231356 (Finalizer) S 231342 231345 225610 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26545501 19566772224 1054277 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
[pid=231345/tid=231363] ppid=231342 vsize=19108176 memory=12928 CPUtime=0 cores=5,7
/proc/231345/task/231363/stat : 231363 (Common-Cleaner) S 231342 231345 225610 0 -1 1077936192 6505 0 0 0 0 0 0 0 20 0 20 0 26545501 19566772224 1054277 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
[pid=231345/tid=231445] ppid=231342 vsize=19108176 memory=5476 CPUtime=0 cores=5,7
/proc/231345/task/231445/stat : 231445 (Timer-0) S 231342 231345 225610 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 26548034 19566772224 1054277 134679101440 94161691500544 94161691504240 140735396977888 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94161691512056 94161691512848 94161707065344 140735396979701 140735396979809 140735396979809 140735396986824 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4217108 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.68 s, system=2.43634 s

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

Child status: 143

Real time (s): 3598.46
CPU time (s): 3600.12
CPU user time (s): 3597.68
CPU system time (s): 2.43634
CPU usage (%): 100.046
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 4217108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.68
system time used= 2.43634
maximum resident set size= 4218416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 254645
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 128766
involuntary context switches= 1977


# summary of solver processes directly reported to runsolver:
#   pid: 231345
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3597.68
#   total CPU system time (s): 2.43634

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.93046 second user time and 17.9481 second system time

The end

Launcher Data

Begin job on nodeC033 at 2024-07-25 11:35:58
IDJOB=4459267
IDBENCH=178667
IDSOLVER=3052
FILE ID=nodeC033/4459267-1721900158
RUNJOBID= nodeC033-1721900158-231233
SLURM_JOB_ID= 8089342
Free space on /tmp= 890068 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/opt/miplib2017/normalized-rmine15.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459267-1721900158/watcher-4459267-1721900158 -o /tmp/evaluation-result-4459267-1721900158/solver-4459267-1721900158 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC033-1721900158-231233 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4459267-1721900158.opb

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

MD5SUM BENCH= 8b0f0a056877f36e2c13e33d533276b3
RANDOM SEED=954240477

nodeC033.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		: 3594.020
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.99
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		: 3635.262
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.76
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		: 3587.863
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.99
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		: 3636.643
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.76
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		: 3601.070
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.99
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		: 3605.233
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.76
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		: 3595.363
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.99
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		: 3648.938
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        125800360 kB
MemAvailable:   129599792 kB
Buffers:          312260 kB
Cached:          4285220 kB
SwapCached:          300 kB
Active:          2526188 kB
Inactive:        2536680 kB
Active(anon):       2224 kB
Inactive(anon):   516224 kB
Active(file):    2523964 kB
Inactive(file):  2020456 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131055836 kB
Dirty:             18376 kB
Writeback:             0 kB
AnonPages:        465688 kB
Mapped:           127920 kB
Shmem:             53064 kB
KReclaimable:     189672 kB
Slab:             305936 kB
SReclaimable:     189672 kB
SUnreclaim:       116264 kB
KernelStack:        4928 kB
PageTables:        10632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7373104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            16704 kB
HardwareCorrupted:     0 kB
AnonHugePages:    260096 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:      391892 kB
DirectMap2M:    39227392 kB
DirectMap1G:    96468992 kB

Free space on /tmp at the end= 890072 MiB
End job on nodeC033 at 2024-07-25 12:35:57