Trace number 4459111

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.14 3532.89

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/comppebphp_pyrheight_equals_nholes/
normalized-comppebphp_opt_pyrheightequalsnholes_54.opb
MD5SUM8dda82f4961ecebecfcf9bee24c61458
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1540
Best CPU time to get the best result obtained on this benchmark1431.86
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4576880
Total number of constraints176770
Number of constraints which are clauses89155
Number of constraints which are cardinality constraints (but not clauses)81620
Number of constraints which are nor clauses,nor cardinality constraints5995
Minimum length of a constraint54
Maximum length of a constraint59
Number of terms in the objective function 3080
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 3080
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 3080
Number of bits of the biggest sum of numbers12
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Use constraints as they come during conflict analysis
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: EFFECTIVE
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Dynamic restart strategy considering the size of the coefficients
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.16	c Pseudo Boolean Optimization by upper bound
0.14/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.16	c  - never skip resolution steps
0.14/0.16	c  - Auto-division on coefficients is disabled
0.14/0.16	c  - No postprocessing
0.14/0.16	c  - Conflict is considered as is when resolving
0.14/0.16	c  - Use constraints as they come during conflict analysis
0.14/0.16	c  - Weaken first using unassigned literals
0.14/0.16	c  - Bump strategy: ALWAYS_ONE
0.14/0.16	c  - Bumper: EFFECTIVE
0.14/0.16	c --- Begin Solver configuration ---
0.14/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.16	c Learn all clauses as in MiniSAT
0.14/0.16	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.16	c No reason simplification
0.14/0.16	c Dynamic restart strategy considering the size of the coefficients
0.14/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.16	c timeout=2147483s
0.14/0.16	c DB Simplification allowed=false
0.14/0.16	c Listener: none
0.14/0.16	c --- End Solver configuration ---
0.14/0.16	c solving HOME/instance-4459111-1721896229.opb
0.14/0.16	c reading problem ... 
0.14/0.19	c  objective function found
2350.25/2354.28	c ... done. Wall clock time 2354.124s.
2350.25/2354.28	c declared #vars     4576880
2350.25/2354.28	c #constraints  176770
2350.25/2354.28	c constraints type 
2350.25/2354.28	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 87615
2350.25/2354.28	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 89155
2350.25/2354.28	c 176770 constraints processed.
2350.25/2354.29	c objective function length is 3080 literals
2473.55/2473.44	c cleaning 2003 clauses out of 5001 with flag 0/5001
2687.77/2679.55	c cleaning 3731 clauses out of 9015 with flag 0/11018
2863.26/2819.56	c cleaning 3131 clauses out of 12267 with flag 0/18001
3245.39/3182.01	c cleaning 5403 clauses out of 17136 with flag 0/26001
3600.02/3532.81	c starts		: 63
3600.02/3532.81	c conflicts		: 32006
3600.02/3532.81	c decisions		: 10928865
3600.02/3532.81	c propagations		: 23675367
3600.02/3532.81	c inspects		: 78921156
3600.02/3532.81	c shortcuts		: 0
3600.02/3532.81	c learnt literals	: 0
3600.02/3532.81	c learnt binary clauses	: 1
3600.02/3532.81	c learnt ternary clauses	: 0
3600.02/3532.81	c learnt constraints	: 32005
3600.02/3532.81	c ignored constraints	: 0
3600.02/3532.81	c root simplifications	: 0
3600.02/3532.81	c removed literals (reason simplification)	: 0
3600.02/3532.81	c reason swapping (by a shorter reason)	: 0
3600.02/3532.81	c Calls to reduceDB	: 4
3600.02/3532.81	c Number of update (reduction) of LBD	: 33014
3600.02/3532.81	c Imported unit clauses	: 0
3600.02/3532.81	c No decision after first conflict	: false
3600.02/3532.81	c number of reductions to clauses (during analyze)	: 0
3600.02/3532.81	c number of learned constraints concerned by reduction	: 0
3600.02/3532.81	c number of learning phase by resolution	: 0
3600.02/3532.81	c number of learning phase by cutting planes	: 0
3600.02/3532.81	c number of rounding to 1 operations	: 0
3600.02/3532.81	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3532.81	c number of reductions of the coefficients by power 2 	: 0
3600.02/3532.81	c number of right shift for reduction by power 2 	: 0
3600.02/3532.81	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3532.81	c number of ending skipping 	: 0
3600.02/3532.81	c number of internal skipping 	: 0
3600.02/3532.81	c number of derivation steps 	: 97150
3600.02/3532.81	c number of skipped derivation steps 	: 0
3600.02/3532.81	c number of remaining unassigned 	: 26916
3600.02/3532.81	c number of remaining assigned 	: 43413964
3600.02/3532.81	c number of falsified literals weakened from reason	: 0
3600.02/3532.81	c number of falsified literals weakened from conflict	: 0
3600.02/3532.81	c time for arithmetic operations	: 280169674
3600.02/3532.82	c minimum degree of deleted constraints	: 155
3600.02/3532.82	c maximum degree of deleted constraints	: 88066097
3600.02/3532.82	c number of deleted constraints	: 14268
3600.02/3532.82	c timeout
3600.02/3532.82	c speed (assignments/second)	: 20091.283021750012
3600.02/3532.82	c non guided choices	: 9921104
3600.02/3532.84	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 13218
3600.02/3532.84	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 1
3600.02/3532.84	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 4518
3600.02/3532.84	s UNKNOWN
3600.02/3532.84	c Total wall clock time (in seconds): 3532.684

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459111-1721896229/watcher-4459111-1721896229 -o /tmp/evaluation-result-4459111-1721896229/solver-4459111-1721896229 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1721889099-215887 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4459111-1721896229.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=220099, runsolver pid=220096

[startup+0.104162 s]*
/proc/loadavg: 4.10 4.19 4.18 9/330 220117
/proc/meminfo: memFree=112892848/131524600 swapFree=131054992/131071996
[pid=220099] ppid=220096 vsize=18975048 memory=64896 CPUtime=0.14 cores=1,3
/proc/220099/stat : 220099 (java) S 220096 220099 215875 0 -1 1077936128 7232 0 0 0 12 2 0 0 20 0 18 0 26153273 19430449152 16224 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
/proc/220099/statm: 4743762 16224 5594 1 0 549356 0
[pid=220099/tid=220101] ppid=220096 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=1,3
/proc/220099/task/220101/stat : 220101 (java) R 220096 220099 215875 0 -1 1078198336 5769 0 0 0 8 1 0 0 20 0 18 0 26153273 19430449152 16224 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
[pid=220099/tid=220110] ppid=220096 vsize=18975048 memory=237146210664 CPUtime=0 cores=1,3
/proc/220099/task/220110/stat : 220110 (Finalizer) S 220096 220099 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 26153276 19430449152 16224 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
[pid=220099/tid=220117] ppid=220096 vsize=18975048 memory=14692998044028133 CPUtime=0 cores=1,3
/proc/220099/task/220117/stat : 220117 (Common-Cleaner) S 220096 220099 215875 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 26153277 19430449152 16224 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64896 KiB

[startup+0.208798 s]*
/proc/loadavg: 4.10 4.19 4.18 9/330 220117
/proc/meminfo: memFree=112759424/131524600 swapFree=131054992/131071996
[pid=220099] ppid=220096 vsize=18975048 memory=198244 CPUtime=0.31 cores=1,3
/proc/220099/stat : 220099 (java) S 220096 220099 215875 0 -1 1077936128 7703 0 0 0 26 5 0 0 20 0 18 0 26153273 19430449152 49561 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
/proc/220099/statm: 4743762 49561 5754 1 0 549612 0
[pid=220099/tid=220101] ppid=220096 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=1,3
/proc/220099/task/220101/stat : 220101 (java) R 220096 220099 215875 0 -1 4194368 6066 0 0 0 14 4 0 0 20 0 18 0 26153273 19430449152 49561 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
[pid=220099/tid=220110] ppid=220096 vsize=18975048 memory=1412932 CPUtime=0 cores=1,3
/proc/220099/task/220110/stat : 220110 (Finalizer) S 220096 220099 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 26153276 19430449152 49561 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
[pid=220099/tid=220117] ppid=220096 vsize=18975048 memory=14411523065906868 CPUtime=0 cores=1,3
/proc/220099/task/220117/stat : 220117 (Common-Cleaner) S 220096 220099 215875 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 26153277 19430449152 49561 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 198244 KiB

[startup+0.316812 s]*
/proc/loadavg: 4.10 4.19 4.18 5/330 220117
/proc/meminfo: memFree=112515156/131524600 swapFree=131054992/131071996
[pid=220099] ppid=220096 vsize=18975048 memory=440172 CPUtime=0.48 cores=1,3
/proc/220099/stat : 220099 (java) S 220096 220099 215875 0 -1 1077936128 8394 0 0 0 38 10 0 0 20 0 18 0 26153273 19430449152 110043 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
/proc/220099/statm: 4743762 110043 5853 1 0 550013 0
[pid=220099/tid=220101] ppid=220096 vsize=18975048 memory=-8742729790539932348 CPUtime=0.29 cores=1,3
/proc/220099/task/220101/stat : 220101 (java) R 220096 220099 215875 0 -1 4194368 6223 0 0 0 20 9 0 0 20 0 18 0 26153273 19430449152 110043 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
[pid=220099/tid=220110] ppid=220096 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/220099/task/220110/stat : 220110 (Finalizer) S 220096 220099 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 26153276 19430449152 110043 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
[pid=220099/tid=220117] ppid=220096 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/220099/task/220117/stat : 220117 (Common-Cleaner) S 220096 220099 215875 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 26153277 19430449152 110043 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 440172 KiB

[startup+0.700796 s]
/proc/loadavg: 4.10 4.19 4.18 5/331 220118
/proc/meminfo: memFree=112069500/131524600 swapFree=131054992/131071996
[pid=220099] ppid=220096 vsize=19041612 memory=886692 CPUtime=0.93 cores=1,3
/proc/220099/stat : 220099 (java) S 220096 220099 215875 0 -1 1077936128 10258 0 0 0 74 19 0 0 20 0 19 0 26153273 19498610688 221673 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
/proc/220099/statm: 4760403 221673 5853 1 0 551312 0
[pid=220099/tid=220101] ppid=220096 vsize=19041612 memory=5552 CPUtime=0.64 cores=1,3
/proc/220099/task/220101/stat : 220101 (java) R 220096 220099 215875 0 -1 4194368 6431 0 0 0 47 17 0 0 20 0 19 0 26153273 19498610688 221673 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
[pid=220099/tid=220110] ppid=220096 vsize=19041612 memory=12348 CPUtime=0 cores=1,3
/proc/220099/task/220110/stat : 220110 (Finalizer) S 220096 220099 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 26153276 19498610688 221673 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
[pid=220099/tid=220117] ppid=220096 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/220099/task/220117/stat : 220117 (Common-Cleaner) S 220096 220099 215875 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 26153277 19498610688 221673 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
Current children cumulated CPU time: 0.93 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 886692 KiB

[startup+1.5008 s]
/proc/loadavg: 4.10 4.19 4.18 5/331 220118
/proc/meminfo: memFree=112064116/131524600 swapFree=131054992/131071996
[pid=220099] ppid=220096 vsize=19041612 memory=890056 CPUtime=1.83 cores=1,3
/proc/220099/stat : 220099 (java) S 220096 220099 215875 0 -1 1077936128 10654 0 0 0 163 20 0 0 20 0 19 0 26153273 19498610688 222514 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
/proc/220099/statm: 4760403 222514 5853 1 0 551544 0
[pid=220099/tid=220101] ppid=220096 vsize=19041612 memory=12348 CPUtime=1.41 cores=1,3
/proc/220099/task/220101/stat : 220101 (java) R 220096 220099 215875 0 -1 4194368 6475 0 0 0 124 17 0 0 20 0 19 0 26153273 19498610688 222514 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
[pid=220099/tid=220110] ppid=220096 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/220099/task/220110/stat : 220110 (Finalizer) S 220096 220099 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 26153276 19498610688 222514 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
[pid=220099/tid=220117] ppid=220096 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/220099/task/220117/stat : 220117 (Common-Cleaner) S 220096 220099 215875 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 26153277 19498610688 222514 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
Current children cumulated CPU time: 1.83 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 890056 KiB

[startup+3.11482 s]
/proc/loadavg: 4.10 4.19 4.18 5/331 220118
/proc/meminfo: memFree=111859524/131524600 swapFree=131054992/131071996
[pid=220099] ppid=220096 vsize=19041612 memory=1095884 CPUtime=3.53 cores=1,3
/proc/220099/stat : 220099 (java) S 220096 220099 215875 0 -1 1077936128 11176 0 0 0 328 25 0 0 20 0 19 0 26153273 19498610688 273971 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
/proc/220099/statm: 4760403 273971 5853 1 0 658064 0
[pid=220099/tid=220101] ppid=220096 vsize=19041612 memory=0 CPUtime=2.97 cores=1,3
/proc/220099/task/220101/stat : 220101 (java) R 220096 220099 215875 0 -1 4194368 6677 0 0 0 276 21 0 0 20 0 19 0 26153273 19498610688 273971 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
[pid=220099/tid=220110] ppid=220096 vsize=19041612 memory=12348 CPUtime=0 cores=1,3
/proc/220099/task/220110/stat : 220110 (Finalizer) S 220096 220099 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 26153276 19498610688 273971 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
[pid=220099/tid=220117] ppid=220096 vsize=19041612 memory=890056 CPUtime=0 cores=1,3
/proc/220099/task/220117/stat : 220117 (Common-Cleaner) S 220096 220099 215875 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 26153277 19498610688 273971 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
Current children cumulated CPU time: 3.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1095884 KiB

[startup+6.3008 s]
/proc/loadavg: 4.09 4.19 4.18 5/331 220118
/proc/meminfo: memFree=111852756/131524600 swapFree=131054992/131071996
[pid=220099] ppid=220096 vsize=19041612 memory=1098300 CPUtime=6.72 cores=1,3
/proc/220099/stat : 220099 (java) S 220096 220099 215875 0 -1 1077936128 11452 0 0 0 647 25 0 0 20 0 19 0 26153273 19498610688 274575 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
/proc/220099/statm: 4760403 274575 5853 1 0 658082 0
[pid=220099/tid=220101] ppid=220096 vsize=19041612 memory=0 CPUtime=6.08 cores=1,3
/proc/220099/task/220101/stat : 220101 (java) R 220096 220099 215875 0 -1 4194368 6914 0 0 0 587 21 0 0 20 0 19 0 26153273 19498610688 274575 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
[pid=220099/tid=220110] ppid=220096 vsize=19041612 memory=890056 CPUtime=0 cores=1,3
/proc/220099/task/220110/stat : 220110 (Finalizer) S 220096 220099 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 26153276 19498610688 274575 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
[pid=220099/tid=220117] ppid=220096 vsize=19041612 memory=228489167166 CPUtime=0 cores=1,3
/proc/220099/task/220117/stat : 220117 (Common-Cleaner) S 220096 220099 215875 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 26153277 19498610688 274575 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
Current children cumulated CPU time: 6.72 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1098300 KiB

[startup+12.7008 s]
/proc/loadavg: 4.09 4.18 4.18 6/331 220120
/proc/meminfo: memFree=111843844/131524600 swapFree=131054992/131071996
[pid=220099] ppid=220096 vsize=19041612 memory=1107216 CPUtime=13.2 cores=1,3
/proc/220099/stat : 220099 (java) S 220096 220099 215875 0 -1 1077936128 15610 0 0 0 1293 27 0 0 20 0 19 0 26153273 19498610688 276804 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
/proc/220099/statm: 4760403 276804 5853 1 0 658201 0
[pid=220099/tid=220101] ppid=220096 vsize=19041612 memory=1105168 CPUtime=12.31 cores=1,3
/proc/220099/task/220101/stat : 220101 (java) R 220096 220099 215875 0 -1 4194368 7744 0 0 0 1210 21 0 0 20 0 19 0 26153273 19498610688 276804 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
[pid=220099/tid=220110] ppid=220096 vsize=19041612 memory=1105144 CPUtime=0 cores=1,3
/proc/220099/task/220110/stat : 220110 (Finalizer) S 220096 220099 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 26153276 19498610688 276804 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
[pid=220099/tid=220117] ppid=220096 vsize=19041612 memory=14410410669376904 CPUtime=0 cores=1,3
/proc/220099/task/220117/stat : 220117 (Common-Cleaner) S 220096 220099 215875 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 26153277 19498610688 276804 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
Current children cumulated CPU time: 13.2 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1107216 KiB

[startup+25.5008 s]
/proc/loadavg: 4.21 4.21 4.18 5/331 220121
/proc/meminfo: memFree=111832636/131524600 swapFree=131054992/131071996
[pid=220099] ppid=220096 vsize=19041612 memory=1107668 CPUtime=25.99 cores=1,3
/proc/220099/stat : 220099 (java) S 220096 220099 215875 0 -1 1077936128 18870 0 0 0 2571 28 0 0 20 0 19 0 26153273 19498610688 276917 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
/proc/220099/statm: 4760403 276917 5868 1 0 658201 0
[pid=220099/tid=220101] ppid=220096 vsize=19041612 memory=1107564 CPUtime=24.79 cores=1,3
/proc/220099/task/220101/stat : 220101 (java) R 220096 220099 215875 0 -1 4194368 8891 0 0 0 2458 21 0 0 20 0 19 0 26153273 19498610688 276917 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
[pid=220099/tid=220110] ppid=220096 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/220099/task/220110/stat : 220110 (Finalizer) S 220096 220099 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 26153276 19498610688 276917 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
[pid=220099/tid=220117] ppid=220096 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/220099/task/220117/stat : 220117 (Common-Cleaner) S 220096 220099 215875 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 26153277 19498610688 276917 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
Current children cumulated CPU time: 25.99 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1107668 KiB

[startup+51.1066 s]
/proc/loadavg: 4.22 4.21 4.18 5/330 220262
/proc/meminfo: memFree=119687196/131524600 swapFree=131054992/131071996
[pid=220099] ppid=220096 vsize=19041612 memory=1114956 CPUtime=51.89 cores=1,3
/proc/220099/stat : 220099 (java) S 220096 220099 215875 0 -1 1077936128 36356 0 0 0 5156 33 0 0 20 0 19 0 26153273 19498610688 278739 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
/proc/220099/statm: 4760403 278739 5868 1 0 663599 0
[pid=220099/tid=220101] ppid=220096 vsize=19041612 memory=0 CPUtime=49.87 cores=1,3
/proc/220099/task/220101/stat : 220101 (java) R 220096 220099 215875 0 -1 4194368 10723 0 0 0 4965 22 0 0 20 0 19 0 26153273 19498610688 278739 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
[pid=220099/tid=220110] ppid=220096 vsize=19041612 memory=-8742729790539932348 CPUtime=0 cores=1,3
/proc/220099/task/220110/stat : 220110 (Finalizer) S 220096 220099 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 26153276 19498610688 278739 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
[pid=220099/tid=220117] ppid=220096 vsize=19041612 memory=11576 CPUtime=0 cores=1,3
/proc/220099/task/220117/stat : 220117 (Common-Cleaner) S 220096 220099 215875 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 26153277 19498610688 278739 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
Current children cumulated CPU time: 51.89 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1114956 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.19 4.18 5/331 220271
/proc/meminfo: memFree=116339504/131524600 swapFree=131054992/131071996
[pid=220099] ppid=220096 vsize=19041612 memory=1119280 CPUtime=103.4 cores=1,3
/proc/220099/stat : 220099 (java) S 220096 220099 215875 0 -1 1077936128 53240 0 0 0 10296 44 0 0 20 0 19 0 26153273 19498610688 279820 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
/proc/220099/statm: 4760403 279820 5868 1 0 663762 0

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

/proc/meminfo: memFree=75769932/131524600 swapFree=131054992/131071996
[pid=220099] ppid=220096 vsize=19174740 memory=15654092 CPUtime=3220.39 cores=1,3
/proc/220099/stat : 220099 (java) S 220096 220099 215875 0 -1 1077936128 315307 0 0 0 320975 1064 0 0 20 0 21 0 26153273 19634933760 3913523 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
/proc/220099/statm: 4793685 3913523 5954 1 0 4090492 0
[pid=220099/tid=220101] ppid=220096 vsize=19174740 memory=15637708 CPUtime=3078.21 cores=1,3
/proc/220099/task/220101/stat : 220101 (java) R 220096 220099 215875 0 -1 4194368 106874 0 0 0 307343 478 0 0 20 0 21 0 26153273 19634933760 3913523 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 42 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
[pid=220099/tid=220110] ppid=220096 vsize=19174740 memory=15637708 CPUtime=0 cores=1,3
/proc/220099/task/220110/stat : 220110 (Finalizer) S 220096 220099 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 26153276 19634933760 3913523 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
[pid=220099/tid=220117] ppid=220096 vsize=19174740 memory=62280 CPUtime=0 cores=1,3
/proc/220099/task/220117/stat : 220117 (Common-Cleaner) S 220096 220099 215875 0 -1 1077936192 3295 0 0 0 0 0 0 0 20 0 21 0 26153277 19634933760 3913523 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
[pid=220099/tid=221263] ppid=220096 vsize=19174740 memory=15647948 CPUtime=0 cores=1,3
/proc/220099/task/221263/stat : 221263 (Timer-0) S 220096 220099 215875 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 26388716 19634933760 3913523 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
Current children cumulated CPU time: 3220.39 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 15654092 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.30 4.30 5/335 221430
/proc/meminfo: memFree=74299988/131524600 swapFree=131054992/131071996
[pid=220099] ppid=220096 vsize=19174740 memory=16269232 CPUtime=3287.72 cores=1,3
/proc/220099/stat : 220099 (java) S 220096 220099 215875 0 -1 1077936128 399841 0 0 0 327677 1095 0 0 20 0 21 0 26153273 19634933760 4067308 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
/proc/220099/statm: 4793685 4067308 5954 1 0 4090495 0
[pid=220099/tid=220101] ppid=220096 vsize=19174740 memory=15637708 CPUtime=3136.86 cores=1,3
/proc/220099/task/220101/stat : 220101 (java) R 220096 220099 215875 0 -1 4194368 123880 0 0 0 313193 493 0 0 20 0 21 0 26153273 19634933760 4067308 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 44 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
[pid=220099/tid=220110] ppid=220096 vsize=19174740 memory=62280 CPUtime=0 cores=1,3
/proc/220099/task/220110/stat : 220110 (Finalizer) S 220096 220099 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 26153276 19634933760 4067308 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
[pid=220099/tid=220117] ppid=220096 vsize=19174740 memory=16269232 CPUtime=0 cores=1,3
/proc/220099/task/220117/stat : 220117 (Common-Cleaner) S 220096 220099 215875 0 -1 1077936192 3319 0 0 0 0 0 0 0 20 0 21 0 26153277 19634933760 4067308 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
[pid=220099/tid=221263] ppid=220096 vsize=19174740 memory=16269232 CPUtime=0 cores=1,3
/proc/220099/task/221263/stat : 221263 (Timer-0) S 220096 220099 215875 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 26388716 19634933760 4067308 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
Current children cumulated CPU time: 3287.72 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16269232 KiB

[startup+3282.3 s]
/proc/loadavg: 4.45 4.38 4.33 5/335 221441
/proc/meminfo: memFree=74038760/131524600 swapFree=131054992/131071996
[pid=220099] ppid=220096 vsize=19174740 memory=16269244 CPUtime=3347.79 cores=1,3
/proc/220099/stat : 220099 (java) S 220096 220099 215875 0 -1 1077936128 411915 0 0 0 333681 1098 0 0 20 0 21 0 26153273 19634933760 4067311 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
/proc/220099/statm: 4793685 4067311 5954 1 0 4090495 0
[pid=220099/tid=220101] ppid=220096 vsize=19174740 memory=16269232 CPUtime=3196.45 cores=1,3
/proc/220099/task/220101/stat : 220101 (java) R 220096 220099 215875 0 -1 4194368 131983 0 0 0 319151 494 0 0 20 0 21 0 26153273 19634933760 4067311 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 44 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
[pid=220099/tid=220110] ppid=220096 vsize=19174740 memory=16269232 CPUtime=0 cores=1,3
/proc/220099/task/220110/stat : 220110 (Finalizer) S 220096 220099 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 26153276 19634933760 4067311 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
[pid=220099/tid=220117] ppid=220096 vsize=19174740 memory=16269232 CPUtime=0 cores=1,3
/proc/220099/task/220117/stat : 220117 (Common-Cleaner) S 220096 220099 215875 0 -1 1077936192 3468 0 0 0 0 0 0 0 20 0 21 0 26153277 19634933760 4067311 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
[pid=220099/tid=221263] ppid=220096 vsize=19174740 memory=31384 CPUtime=0 cores=1,3
/proc/220099/task/221263/stat : 221263 (Timer-0) S 220096 220099 215875 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 26388716 19634933760 4067311 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
Current children cumulated CPU time: 3347.79 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16269244 KiB

[startup+3342.3 s]
/proc/loadavg: 4.60 4.43 4.35 5/335 221835
/proc/meminfo: memFree=74486700/131524600 swapFree=131054992/131071996
[pid=220099] ppid=220096 vsize=19174740 memory=16269300 CPUtime=3408.7 cores=1,3
/proc/220099/stat : 220099 (java) S 220096 220099 215875 0 -1 1077936128 421360 0 0 0 339770 1100 0 0 20 0 21 0 26153273 19634933760 4067325 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
/proc/220099/statm: 4793685 4067325 5954 1 0 4090495 0
[pid=220099/tid=220101] ppid=220096 vsize=19174740 memory=16269244 CPUtime=3254.7 cores=1,3
/proc/220099/task/220101/stat : 220101 (java) R 220096 220099 215875 0 -1 4194368 138161 0 0 0 324976 494 0 0 20 0 21 0 26153273 19634933760 4067325 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 44 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
[pid=220099/tid=220110] ppid=220096 vsize=19174740 memory=11576 CPUtime=0 cores=1,3
/proc/220099/task/220110/stat : 220110 (Finalizer) S 220096 220099 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 26153276 19634933760 4067325 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
[pid=220099/tid=220117] ppid=220096 vsize=19174740 memory=2188 CPUtime=0 cores=1,3
/proc/220099/task/220117/stat : 220117 (Common-Cleaner) S 220096 220099 215875 0 -1 1077936192 3542 0 0 0 0 0 0 0 20 0 21 0 26153277 19634933760 4067325 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
[pid=220099/tid=221263] ppid=220096 vsize=19174740 memory=16269300 CPUtime=0 cores=1,3
/proc/220099/task/221263/stat : 221263 (Timer-0) S 220096 220099 215875 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 26388716 19634933760 4067325 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
Current children cumulated CPU time: 3408.7 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16269300 KiB

[startup+3402.3 s]
/proc/loadavg: 4.61 4.46 4.37 5/335 221846
/proc/meminfo: memFree=74934724/131524600 swapFree=131054992/131071996
[pid=220099] ppid=220096 vsize=19174740 memory=16269300 CPUtime=3469.03 cores=1,3
/proc/220099/stat : 220099 (java) S 220096 220099 215875 0 -1 1077936128 433059 0 0 0 345799 1104 0 0 20 0 21 0 26153273 19634933760 4067325 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
/proc/220099/statm: 4793685 4067325 5954 1 0 4090495 0
[pid=220099/tid=220101] ppid=220096 vsize=19174740 memory=16269300 CPUtime=3313.63 cores=1,3
/proc/220099/task/220101/stat : 220101 (java) R 220096 220099 215875 0 -1 4194368 146262 0 0 0 330867 496 0 0 20 0 21 0 26153273 19634933760 4067325 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 47 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
[pid=220099/tid=220110] ppid=220096 vsize=19174740 memory=12348 CPUtime=0 cores=1,3
/proc/220099/task/220110/stat : 220110 (Finalizer) S 220096 220099 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 26153276 19634933760 4067325 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
[pid=220099/tid=220117] ppid=220096 vsize=19174740 memory=16269300 CPUtime=0 cores=1,3
/proc/220099/task/220117/stat : 220117 (Common-Cleaner) S 220096 220099 215875 0 -1 1077936192 3665 0 0 0 0 0 0 0 20 0 21 0 26153277 19634933760 4067325 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
[pid=220099/tid=221263] ppid=220096 vsize=19174740 memory=16269300 CPUtime=0 cores=1,3
/proc/220099/task/221263/stat : 221263 (Timer-0) S 220096 220099 215875 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 26388716 19634933760 4067325 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
Current children cumulated CPU time: 3469.03 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16269300 KiB

[startup+3462.3 s]
/proc/loadavg: 4.56 4.46 4.37 6/335 221857
/proc/meminfo: memFree=73479516/131524600 swapFree=131054992/131071996
[pid=220099] ppid=220096 vsize=19174740 memory=16269368 CPUtime=3529.64 cores=1,3
/proc/220099/stat : 220099 (java) S 220096 220099 215875 0 -1 1077936128 449602 0 0 0 351856 1108 0 0 20 0 21 0 26153273 19634933760 4067342 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
/proc/220099/statm: 4793685 4067342 5954 1 0 4090509 0
[pid=220099/tid=220101] ppid=220096 vsize=19174740 memory=16269368 CPUtime=3373.46 cores=1,3
/proc/220099/task/220101/stat : 220101 (java) R 220096 220099 215875 0 -1 4194368 152872 0 0 0 336848 498 0 0 20 0 21 0 26153273 19634933760 4067342 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 47 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
[pid=220099/tid=220110] ppid=220096 vsize=19174740 memory=16269368 CPUtime=0 cores=1,3
/proc/220099/task/220110/stat : 220110 (Finalizer) S 220096 220099 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 26153276 19634933760 4067342 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
[pid=220099/tid=220117] ppid=220096 vsize=19174740 memory=16269368 CPUtime=0 cores=1,3
/proc/220099/task/220117/stat : 220117 (Common-Cleaner) S 220096 220099 215875 0 -1 1077936192 3779 0 0 0 0 0 0 0 20 0 21 0 26153277 19634933760 4067342 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
[pid=220099/tid=221263] ppid=220096 vsize=19174740 memory=16269368 CPUtime=0 cores=1,3
/proc/220099/task/221263/stat : 221263 (Timer-0) S 220096 220099 215875 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 26388716 19634933760 4067342 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
Current children cumulated CPU time: 3529.64 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16269368 KiB

[startup+3522.3 s]
/proc/loadavg: 4.29 4.40 4.35 4/312 222076
/proc/meminfo: memFree=88713836/131524600 swapFree=131054992/131071996
[pid=220099] ppid=220096 vsize=19174740 memory=16269368 CPUtime=3589.54 cores=1,3
/proc/220099/stat : 220099 (java) S 220096 220099 215875 0 -1 1077936128 463482 0 0 0 357843 1111 0 0 20 0 21 0 26153273 19634933760 4067342 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
/proc/220099/statm: 4793685 4067342 5954 1 0 4090509 0
[pid=220099/tid=220101] ppid=220096 vsize=19174740 memory=16269368 CPUtime=3433.03 cores=1,3
/proc/220099/task/220101/stat : 220101 (java) R 220096 220099 215875 0 -1 4194368 159050 0 0 0 342804 499 0 0 20 0 21 0 26153273 19634933760 4067342 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 47 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
[pid=220099/tid=220110] ppid=220096 vsize=19174740 memory=16269368 CPUtime=0 cores=1,3
/proc/220099/task/220110/stat : 220110 (Finalizer) S 220096 220099 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 26153276 19634933760 4067342 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
[pid=220099/tid=220117] ppid=220096 vsize=19174740 memory=12348 CPUtime=0 cores=1,3
/proc/220099/task/220117/stat : 220117 (Common-Cleaner) S 220096 220099 215875 0 -1 1077936192 3851 0 0 0 0 0 0 0 20 0 21 0 26153277 19634933760 4067342 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
[pid=220099/tid=221263] ppid=220096 vsize=19174740 memory=16269368 CPUtime=0 cores=1,3
/proc/220099/task/221263/stat : 221263 (Timer-0) S 220096 220099 215875 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 26388716 19634933760 4067342 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
Current children cumulated CPU time: 3589.54 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16269368 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3532.8 s]
/proc/loadavg: 4.09 4.35 4.34 4/312 222078
/proc/meminfo: memFree=88708888/131524600 swapFree=131054992/131071996
[pid=220099] ppid=220096 vsize=19174740 memory=16269368 CPUtime=3600.02 cores=1,3
/proc/220099/stat : 220099 (java) S 220096 220099 215875 0 -1 1077936128 464729 0 0 0 358891 1111 0 0 20 0 21 0 26153273 19634933760 4067342 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
/proc/220099/statm: 4793685 4067342 5954 1 0 4090509 0
[pid=220099/tid=220101] ppid=220096 vsize=19174740 memory=16269368 CPUtime=3443.51 cores=1,3
/proc/220099/task/220101/stat : 220101 (java) R 220096 220099 215875 0 -1 4194368 160295 0 0 0 343852 499 0 0 20 0 21 0 26153273 19634933760 4067342 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 47 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
[pid=220099/tid=220110] ppid=220096 vsize=19174740 memory=62280 CPUtime=0 cores=1,3
/proc/220099/task/220110/stat : 220110 (Finalizer) S 220096 220099 215875 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 26153276 19634933760 4067342 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
[pid=220099/tid=220117] ppid=220096 vsize=19174740 memory=340047 CPUtime=0 cores=1,3
/proc/220099/task/220117/stat : 220117 (Common-Cleaner) S 220096 220099 215875 0 -1 1077936192 3851 0 0 0 0 0 0 0 20 0 21 0 26153277 19634933760 4067342 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
[pid=220099/tid=221263] ppid=220096 vsize=19174740 memory=0 CPUtime=0 cores=1,3
/proc/220099/task/221263/stat : 221263 (Timer-0) S 220096 220099 215875 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 26388716 19634933760 4067342 134679101440 94282687893504 94282687897200 140733839317920 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94282687905016 94282687905808 94282709508096 140733839324149 140733839324257 140733839324257 140733839331272 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16269368 KiB

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

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

# cumulated CPU time of all completed processes:  user=3588.98 s, system=11.1618 s

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

Child status: 143

Real time (s): 3532.89
CPU time (s): 3600.14
CPU user time (s): 3588.98
CPU system time (s): 11.1618
CPU usage (%): 101.903
Max. virtual memory (cumulated for all children) (KiB): 19174740
Max. memory (cumulated for all children) (KiB): 16269368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3588.98
system time used= 11.1618
maximum resident set size= 16270960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 468640
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 928115
involuntary context switches= 33088


# summary of solver processes directly reported to runsolver:
#   pid: 220099
#   total CPU time (s): 3600.14
#   total CPU user time (s): 3588.98
#   total CPU system time (s): 11.1618

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.06957 second user time and 19.1533 second system time

The end

Launcher Data

Begin job on nodeC035 at 2024-07-25 10:30:30
IDJOB=4459111
IDBENCH=178517
IDSOLVER=3052
FILE ID=nodeC035/4459111-1721896229
RUNJOBID= nodeC035-1721889099-215887
SLURM_JOB_ID= 8089322
Free space on /tmp= 889924 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/comppebphp_pyrheight_equals_nholes/normalized-comppebphp_opt_pyrheightequalsnholes_54.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459111-1721896229/watcher-4459111-1721896229 -o /tmp/evaluation-result-4459111-1721896229/solver-4459111-1721896229 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1721889099-215887 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4459111-1721896229.opb

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

MD5SUM BENCH= 8dda82f4961ecebecfcf9bee24c61458
RANDOM SEED=1049996026

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.909
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.54
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		: 3657.566
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	: 7006.93
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		: 3685.034
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.54
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		: 3692.527
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	: 7006.93
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		: 3667.969
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.54
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		: 3691.765
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	: 7006.93
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		: 3684.970
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.54
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		: 3600.824
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	: 7006.93
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        112936864 kB
MemAvailable:   118690496 kB
Buffers:          312228 kB
Cached:          6230448 kB
SwapCached:          296 kB
Active:          2278228 kB
Inactive:       15620448 kB
Active(anon):       2024 kB
Inactive(anon): 11398996 kB
Active(file):    2276204 kB
Inactive(file):  4221452 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131054992 kB
Dirty:            132584 kB
Writeback:             0 kB
AnonPages:      11355152 kB
Mapped:           123852 kB
Shmem:             45024 kB
KReclaimable:     191248 kB
Slab:             311720 kB
SReclaimable:     191248 kB
SUnreclaim:       120472 kB
KernelStack:        5024 kB
PageTables:        32260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   14743952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            16992 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10954752 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:      414420 kB
DirectMap2M:    48642048 kB
DirectMap1G:    87031808 kB

Free space on /tmp at the end= 889936 MiB
End job on nodeC035 at 2024-07-25 11:29:23