Trace number 4430033

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.21 3601.47

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/NG/
normalized-NG.dot_fibo_10null50mast_rapportOE2.0_TMAX15_K192_cod1.opb
MD5SUM19fb62140527f06bc9ecc93817abb881
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 benchmark-42187
Best CPU time to get the best result obtained on this benchmark3095.68
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 306555
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 1985662740
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 1985662740
Number of bits of the biggest sum of numbers31
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.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Use constraints as they come during conflict analysis
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: EFFECTIVE
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Dynamic restart strategy considering the size of the coefficients
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4430033-1721159009.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  objective function found
258.46/255.04	c ... done. Wall clock time 254.886s.
258.46/255.04	c declared #vars     399113
258.46/255.04	c #constraints  400980
258.46/255.04	c constraints type 
258.46/255.04	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
258.46/255.04	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
258.46/255.04	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1
258.46/255.04	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
258.46/255.04	c 400980 constraints processed.
258.46/255.05	c objective function length is 306555 literals
3600.09/3601.41	c starts		: 1
3600.09/3601.42	c conflicts		: 12
3600.09/3601.42	c decisions		: 467891
3600.09/3601.42	c propagations		: 1284498
3600.09/3601.42	c inspects		: 1476346
3600.09/3601.42	c shortcuts		: 0
3600.09/3601.42	c learnt literals	: 0
3600.09/3601.42	c learnt binary clauses	: 0
3600.09/3601.42	c learnt ternary clauses	: 0
3600.09/3601.42	c learnt constraints	: 11
3600.09/3601.42	c ignored constraints	: 0
3600.09/3601.42	c root simplifications	: 0
3600.09/3601.42	c removed literals (reason simplification)	: 0
3600.09/3601.42	c reason swapping (by a shorter reason)	: 0
3600.09/3601.43	c Calls to reduceDB	: 0
3600.09/3601.43	c Number of update (reduction) of LBD	: 13
3600.09/3601.43	c Imported unit clauses	: 0
3600.09/3601.43	c No decision after first conflict	: false
3600.09/3601.43	c number of reductions to clauses (during analyze)	: 0
3600.09/3601.43	c number of learned constraints concerned by reduction	: 0
3600.09/3601.43	c number of learning phase by resolution	: 0
3600.09/3601.43	c number of learning phase by cutting planes	: 0
3600.09/3601.43	c number of rounding to 1 operations	: 0
3600.09/3601.43	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3601.43	c number of reductions of the coefficients by power 2 	: 0
3600.09/3601.43	c number of right shift for reduction by power 2 	: 0
3600.09/3601.43	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3601.43	c number of ending skipping 	: 0
3600.09/3601.43	c number of internal skipping 	: 0
3600.09/3601.43	c number of derivation steps 	: 133
3600.09/3601.43	c number of skipped derivation steps 	: 0
3600.09/3601.43	c number of remaining unassigned 	: 0
3600.09/3601.43	c number of remaining assigned 	: 0
3600.09/3601.43	c number of falsified literals weakened from reason	: 0
3600.09/3601.43	c number of falsified literals weakened from conflict	: 0
3600.09/3601.43	c time for arithmetic operations	: 76790701
3600.09/3601.44	c minimum degree of deleted constraints	: null
3600.09/3601.44	c maximum degree of deleted constraints	: null
3600.09/3601.44	c number of deleted constraints	: 0
3600.09/3601.44	c speed (assignments/second)	: 383.8545934422173
3600.09/3601.44	c non guided choices	: 0
3600.09/3601.44	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1
3600.09/3601.44	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 10
3600.09/3601.44	s UNKNOWN
3600.09/3601.44	c Total wall clock time (in seconds): 3601.297

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

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


[startup+0.10461 s]*
/proc/loadavg: 4.39 4.26 4.14 6/331 874261
/proc/meminfo: memFree=112419292/131524596 swapFree=131071996/131071996
[pid=874243] ppid=874240 vsize=18975048 memory=64792 CPUtime=0.14 cores=5,7
/proc/874243/stat : 874243 (java) S 874240 874243 870065 0 -1 1077936128 7135 0 0 0 13 1 0 0 20 0 18 0 168071454 19430449152 16198 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
/proc/874243/statm: 4743762 16198 5650 1 0 549389 0
[pid=874243/tid=874245] ppid=874240 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=5,7
/proc/874243/task/874245/stat : 874245 (java) R 874240 874243 870065 0 -1 4194368 5695 0 0 0 8 1 0 0 20 0 18 0 168071454 19430449152 16198 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
[pid=874243/tid=874254] ppid=874240 vsize=18975048 memory=237146210664 CPUtime=0 cores=5,7
/proc/874243/task/874254/stat : 874254 (Finalizer) S 874240 874243 870065 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 168071457 19430449152 16198 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
[pid=874243/tid=874261] ppid=874240 vsize=18975048 memory=14136645158986520 CPUtime=0 cores=5,7
/proc/874243/task/874261/stat : 874261 (Common-Cleaner) S 874240 874243 870065 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 168071457 19430449152 16198 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64792 KiB

[startup+0.206149 s]*
/proc/loadavg: 4.39 4.26 4.14 7/331 874261
/proc/meminfo: memFree=112391216/131524596 swapFree=131071996/131071996
[pid=874243] ppid=874240 vsize=18975048 memory=95244 CPUtime=0.33 cores=5,7
/proc/874243/stat : 874243 (java) S 874240 874243 870065 0 -1 1077936128 8240 0 0 0 31 2 0 0 20 0 18 0 168071454 19430449152 23811 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
/proc/874243/statm: 4743762 23811 5801 1 0 550033 0
[pid=874243/tid=874245] ppid=874240 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=5,7
/proc/874243/task/874245/stat : 874245 (java) R 874240 874243 870065 0 -1 4194368 5915 0 0 0 17 2 0 0 20 0 18 0 168071454 19430449152 23811 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
[pid=874243/tid=874254] ppid=874240 vsize=18975048 memory=15965 CPUtime=0 cores=5,7
/proc/874243/task/874254/stat : 874254 (Finalizer) S 874240 874243 870065 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 168071457 19430449152 23811 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
[pid=874243/tid=874261] ppid=874240 vsize=18975048 memory=13855170182252270 CPUtime=0 cores=5,7
/proc/874243/task/874261/stat : 874261 (Common-Cleaner) S 874240 874243 870065 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 168071457 19430449152 23811 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 95244 KiB

[startup+0.307969 s]*
/proc/loadavg: 4.39 4.26 4.14 6/331 874261
/proc/meminfo: memFree=112354668/131524596 swapFree=131071996/131071996
[pid=874243] ppid=874240 vsize=18975048 memory=131652 CPUtime=0.53 cores=5,7
/proc/874243/stat : 874243 (java) S 874240 874243 870065 0 -1 1077936128 9610 0 0 0 50 3 0 0 20 0 18 0 168071454 19430449152 32913 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
/proc/874243/statm: 4743762 32913 5801 1 0 550971 0
[pid=874243/tid=874245] ppid=874240 vsize=18975048 memory=-9176480513363649212 CPUtime=0.29 cores=5,7
/proc/874243/task/874245/stat : 874245 (java) R 874240 874243 870065 0 -1 4194368 5932 0 0 0 27 2 0 0 20 0 18 0 168071454 19430449152 32913 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
[pid=874243/tid=874254] ppid=874240 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/874243/task/874254/stat : 874254 (Finalizer) S 874240 874243 870065 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 168071457 19430449152 32913 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
[pid=874243/tid=874261] ppid=874240 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/874243/task/874261/stat : 874261 (Common-Cleaner) S 874240 874243 870065 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 168071457 19430449152 32913 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 131652 KiB

[startup+0.700245 s]
/proc/loadavg: 4.39 4.26 4.14 6/332 874262
/proc/meminfo: memFree=112293316/131524596 swapFree=131071996/131071996
[pid=874243] ppid=874240 vsize=19041612 memory=444668 CPUtime=1.18 cores=5,7
/proc/874243/stat : 874243 (java) S 874240 874243 870065 0 -1 1077936128 10727 0 0 0 109 9 0 0 20 0 19 0 168071454 19498610688 111167 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
/proc/874243/statm: 4760403 111167 5833 1 0 1161522 0
[pid=874243/tid=874245] ppid=874240 vsize=19041612 memory=5552 CPUtime=0.62 cores=5,7
/proc/874243/task/874245/stat : 874245 (java) R 874240 874243 870065 0 -1 4194368 6089 0 0 0 55 7 0 0 20 0 19 0 168071454 19498610688 111167 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
[pid=874243/tid=874254] ppid=874240 vsize=19041612 memory=12996 CPUtime=0 cores=5,7
/proc/874243/task/874254/stat : 874254 (Finalizer) S 874240 874243 870065 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 168071457 19498610688 111167 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
[pid=874243/tid=874261] ppid=874240 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/874243/task/874261/stat : 874261 (Common-Cleaner) S 874240 874243 870065 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 168071457 19498610688 111167 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 444668 KiB

[startup+1.50025 s]
/proc/loadavg: 4.39 4.26 4.14 5/332 874262
/proc/meminfo: memFree=111381684/131524596 swapFree=131071996/131071996
[pid=874243] ppid=874240 vsize=19041612 memory=2009936 CPUtime=2.07 cores=5,7
/proc/874243/stat : 874243 (java) S 874240 874243 870065 0 -1 1077936128 11577 0 0 0 167 40 0 0 20 0 19 0 168071454 19498610688 502484 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
/proc/874243/statm: 4760403 502484 5848 1 0 1161551 0
[pid=874243/tid=874245] ppid=874240 vsize=19041612 memory=12996 CPUtime=1.41 cores=5,7
/proc/874243/task/874245/stat : 874245 (java) R 874240 874243 870065 0 -1 4194368 6867 0 0 0 104 37 0 0 20 0 19 0 168071454 19498610688 502484 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
[pid=874243/tid=874254] ppid=874240 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/874243/task/874254/stat : 874254 (Finalizer) S 874240 874243 870065 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 168071457 19498610688 502484 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
[pid=874243/tid=874261] ppid=874240 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/874243/task/874261/stat : 874261 (Common-Cleaner) S 874240 874243 870065 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 168071457 19498610688 502484 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
Current children cumulated CPU time: 2.07 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2009936 KiB

[startup+3.10622 s]
/proc/loadavg: 4.52 4.29 4.16 6/332 874262
/proc/meminfo: memFree=109670620/131524596 swapFree=131071996/131071996
[pid=874243] ppid=874240 vsize=19041612 memory=2808160 CPUtime=4.21 cores=5,7
/proc/874243/stat : 874243 (java) S 874240 874243 870065 0 -1 1077936128 22373 0 0 0 364 57 0 0 20 0 19 0 168071454 19498610688 702040 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
/proc/874243/statm: 4760403 702040 5848 1 0 1166968 0
[pid=874243/tid=874245] ppid=874240 vsize=19041612 memory=0 CPUtime=2.99 cores=5,7
/proc/874243/task/874245/stat : 874245 (java) R 874240 874243 870065 0 -1 4194368 7273 0 0 0 247 52 0 0 20 0 19 0 168071454 19498610688 702040 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
[pid=874243/tid=874254] ppid=874240 vsize=19041612 memory=12996 CPUtime=0 cores=5,7
/proc/874243/task/874254/stat : 874254 (Finalizer) S 874240 874243 870065 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 168071457 19498610688 702040 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
[pid=874243/tid=874261] ppid=874240 vsize=19041612 memory=2306904 CPUtime=0 cores=5,7
/proc/874243/task/874261/stat : 874261 (Common-Cleaner) S 874240 874243 870065 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 168071457 19498610688 702040 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
Current children cumulated CPU time: 4.21 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2808160 KiB

[startup+6.30027 s]
/proc/loadavg: 4.52 4.29 4.16 5/332 874262
/proc/meminfo: memFree=109670568/131524596 swapFree=131071996/131071996
[pid=874243] ppid=874240 vsize=19041612 memory=2810140 CPUtime=8 cores=5,7
/proc/874243/stat : 874243 (java) S 874240 874243 870065 0 -1 1077936128 23746 0 0 0 742 58 0 0 20 0 19 0 168071454 19498610688 702535 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
/proc/874243/statm: 4760403 702535 5848 1 0 1167132 0
[pid=874243/tid=874245] ppid=874240 vsize=19041612 memory=0 CPUtime=6.13 cores=5,7
/proc/874243/task/874245/stat : 874245 (java) R 874240 874243 870065 0 -1 4194368 7657 0 0 0 561 52 0 0 20 0 19 0 168071454 19498610688 702535 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
[pid=874243/tid=874254] ppid=874240 vsize=19041612 memory=2306904 CPUtime=0 cores=5,7
/proc/874243/task/874254/stat : 874254 (Finalizer) S 874240 874243 870065 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 168071457 19498610688 702535 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
[pid=874243/tid=874261] ppid=874240 vsize=19041612 memory=228489167166 CPUtime=0 cores=5,7
/proc/874243/task/874261/stat : 874261 (Common-Cleaner) S 874240 874243 870065 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 168071457 19498610688 702535 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
Current children cumulated CPU time: 8 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2810140 KiB

[startup+12.7002 s]
/proc/loadavg: 4.44 4.28 4.15 5/332 874263
/proc/meminfo: memFree=109662160/131524596 swapFree=131071996/131071996
[pid=874243] ppid=874240 vsize=19041612 memory=2816460 CPUtime=14.4 cores=5,7
/proc/874243/stat : 874243 (java) S 874240 874243 870065 0 -1 1077936128 24564 0 0 0 1382 58 0 0 20 0 19 0 168071454 19498610688 704115 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
/proc/874243/statm: 4760403 704115 5848 1 0 1167132 0
[pid=874243/tid=874245] ppid=874240 vsize=19041612 memory=2814236 CPUtime=12.37 cores=5,7
/proc/874243/task/874245/stat : 874245 (java) S 874240 874243 870065 0 -1 1077936192 8435 0 0 0 1185 52 0 0 20 0 19 0 168071454 19498610688 704115 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
[pid=874243/tid=874254] ppid=874240 vsize=19041612 memory=2814236 CPUtime=0 cores=5,7
/proc/874243/task/874254/stat : 874254 (Finalizer) S 874240 874243 870065 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 168071457 19498610688 704115 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
[pid=874243/tid=874261] ppid=874240 vsize=19041612 memory=16098169607947905 CPUtime=0 cores=5,7
/proc/874243/task/874261/stat : 874261 (Common-Cleaner) S 874240 874243 870065 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 168071457 19498610688 704115 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
Current children cumulated CPU time: 14.4 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2816460 KiB

[startup+25.501 s]
/proc/loadavg: 4.52 4.30 4.16 5/330 874400
/proc/meminfo: memFree=112459116/131524596 swapFree=131071996/131071996
[pid=874243] ppid=874240 vsize=19041612 memory=2822812 CPUtime=27.14 cores=5,7
/proc/874243/stat : 874243 (java) S 874240 874243 870065 0 -1 1077936128 26577 0 0 0 2653 61 0 0 20 0 19 0 168071454 19498610688 705703 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
/proc/874243/statm: 4760403 705703 5848 1 0 1167132 0
[pid=874243/tid=874245] ppid=874240 vsize=19041612 memory=2820764 CPUtime=24.86 cores=5,7
/proc/874243/task/874245/stat : 874245 (java) R 874240 874243 870065 0 -1 4194368 9565 0 0 0 2433 53 0 0 20 0 19 0 168071454 19498610688 705703 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
[pid=874243/tid=874254] ppid=874240 vsize=19041612 memory=11440 CPUtime=0 cores=5,7
/proc/874243/task/874254/stat : 874254 (Finalizer) S 874240 874243 870065 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 168071457 19498610688 705703 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
[pid=874243/tid=874261] ppid=874240 vsize=19041612 memory=12996 CPUtime=0 cores=5,7
/proc/874243/task/874261/stat : 874261 (Common-Cleaner) S 874240 874243 870065 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 168071457 19498610688 705703 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
Current children cumulated CPU time: 27.14 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2822812 KiB

[startup+51.1065 s]
/proc/loadavg: 4.56 4.33 4.17 5/330 874473
/proc/meminfo: memFree=110854772/131524596 swapFree=131071996/131071996
[pid=874243] ppid=874240 vsize=19041612 memory=5816784 CPUtime=53.67 cores=5,7
/proc/874243/stat : 874243 (java) S 874240 874243 870065 0 -1 1077936128 35864 0 0 0 5242 125 0 0 20 0 19 0 168071454 19498610688 1454196 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
/proc/874243/statm: 4760403 1454196 5848 1 0 1892025 0
[pid=874243/tid=874245] ppid=874240 vsize=19041612 memory=1832 CPUtime=49.1 cores=5,7
/proc/874243/task/874245/stat : 874245 (java) R 874240 874243 870065 0 -1 4194368 12832 0 0 0 4799 111 0 0 20 0 19 0 168071454 19498610688 1454196 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
[pid=874243/tid=874254] ppid=874240 vsize=19041612 memory=2827092 CPUtime=0 cores=5,7
/proc/874243/task/874254/stat : 874254 (Finalizer) S 874240 874243 870065 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 168071457 19498610688 1454196 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
[pid=874243/tid=874261] ppid=874240 vsize=19041612 memory=-8744132750112826044 CPUtime=0 cores=5,7
/proc/874243/task/874261/stat : 874261 (Common-Cleaner) S 874240 874243 870065 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 168071457 19498610688 1454196 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
Current children cumulated CPU time: 53.67 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5816784 KiB

[startup+102.3 s]
/proc/loadavg: 4.35 4.30 4.18 5/330 874482
/proc/meminfo: memFree=104577468/131524596 swapFree=131071996/131071996
[pid=874243] ppid=874240 vsize=19041612 memory=5829488 CPUtime=105.05 cores=5,7
/proc/874243/stat : 874243 (java) S 874240 874243 870065 0 -1 1077936128 42672 0 0 0 10373 132 0 0 20 0 19 0 168071454 19498610688 1457372 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
/proc/874243/statm: 4760403 1457372 5864 1 0 1892028 0

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

/proc/meminfo: memFree=103222908/131524596 swapFree=131071996/131071996
[pid=874243] ppid=874240 vsize=19108176 memory=5867948 CPUtime=3221.91 cores=5,7
/proc/874243/stat : 874243 (java) S 874240 874243 870065 0 -1 1077936128 232409 0 0 0 321843 348 0 0 20 0 20 0 168071454 19566772224 1466987 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
/proc/874243/statm: 4777044 1466987 5934 1 0 1892635 0
[pid=874243/tid=874245] ppid=874240 vsize=19108176 memory=12996 CPUtime=3205.19 cores=5,7
/proc/874243/task/874245/stat : 874245 (java) R 874240 874243 870065 0 -1 4194368 51348 0 0 0 320399 120 0 0 20 0 20 0 168071454 19566772224 1466987 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
[pid=874243/tid=874254] ppid=874240 vsize=19108176 memory=5867664 CPUtime=0 cores=5,7
/proc/874243/task/874254/stat : 874254 (Finalizer) S 874240 874243 870065 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168071457 19566772224 1466987 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
[pid=874243/tid=874261] ppid=874240 vsize=19108176 memory=5867948 CPUtime=0 cores=5,7
/proc/874243/task/874261/stat : 874261 (Common-Cleaner) S 874240 874243 870065 0 -1 1077936192 7445 0 0 0 0 0 0 0 20 0 20 0 168071457 19566772224 1466987 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
[pid=874243/tid=874509] ppid=874240 vsize=19108176 memory=11440 CPUtime=0 cores=5,7
/proc/874243/task/874509/stat : 874509 (Timer-0) S 874240 874243 870065 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 168096967 19566772224 1466987 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
Current children cumulated CPU time: 3221.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5867948 KiB

[startup+3282.3 s]
/proc/loadavg: 4.26 4.23 4.17 5/332 876252
/proc/meminfo: memFree=103221780/131524596 swapFree=131071996/131071996
[pid=874243] ppid=874240 vsize=19108176 memory=5867948 CPUtime=3281.63 cores=5,7
/proc/874243/stat : 874243 (java) S 874240 874243 870065 0 -1 1077936128 232929 0 0 0 327811 352 0 0 20 0 20 0 168071454 19566772224 1466987 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
/proc/874243/statm: 4777044 1466987 5934 1 0 1892635 0
[pid=874243/tid=874245] ppid=874240 vsize=19108176 memory=11440 CPUtime=3264.84 cores=5,7
/proc/874243/task/874245/stat : 874245 (java) R 874240 874243 870065 0 -1 4194368 51412 0 0 0 326364 120 0 0 20 0 20 0 168071454 19566772224 1466987 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
[pid=874243/tid=874254] ppid=874240 vsize=19108176 memory=42252 CPUtime=0 cores=5,7
/proc/874243/task/874254/stat : 874254 (Finalizer) S 874240 874243 870065 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168071457 19566772224 1466987 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
[pid=874243/tid=874261] ppid=874240 vsize=19108176 memory=5867948 CPUtime=0 cores=5,7
/proc/874243/task/874261/stat : 874261 (Common-Cleaner) S 874240 874243 870065 0 -1 1077936192 7598 0 0 0 0 0 0 0 20 0 20 0 168071457 19566772224 1466987 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
[pid=874243/tid=874509] ppid=874240 vsize=19108176 memory=11440 CPUtime=0 cores=5,7
/proc/874243/task/874509/stat : 874509 (Timer-0) S 874240 874243 870065 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 168096967 19566772224 1466987 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
Current children cumulated CPU time: 3281.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5867948 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.20 4.17 5/332 876262
/proc/meminfo: memFree=103221144/131524596 swapFree=131071996/131071996
[pid=874243] ppid=874240 vsize=19108176 memory=5867960 CPUtime=3341.53 cores=5,7
/proc/874243/stat : 874243 (java) S 874240 874243 870065 0 -1 1077936128 233602 0 0 0 333799 354 0 0 20 0 20 0 168071454 19566772224 1466990 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
/proc/874243/statm: 4777044 1466990 5934 1 0 1892635 0
[pid=874243/tid=874245] ppid=874240 vsize=19108176 memory=5867948 CPUtime=3324.7 cores=5,7
/proc/874243/task/874245/stat : 874245 (java) R 874240 874243 870065 0 -1 4194368 51492 0 0 0 332350 120 0 0 20 0 20 0 168071454 19566772224 1466990 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
[pid=874243/tid=874254] ppid=874240 vsize=19108176 memory=5552 CPUtime=0 cores=5,7
/proc/874243/task/874254/stat : 874254 (Finalizer) S 874240 874243 870065 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168071457 19566772224 1466990 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
[pid=874243/tid=874261] ppid=874240 vsize=19108176 memory=5867948 CPUtime=0 cores=5,7
/proc/874243/task/874261/stat : 874261 (Common-Cleaner) S 874240 874243 870065 0 -1 1077936192 7743 0 0 0 0 0 0 0 20 0 20 0 168071457 19566772224 1466990 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
[pid=874243/tid=874509] ppid=874240 vsize=19108176 memory=5867960 CPUtime=0 cores=5,7
/proc/874243/task/874509/stat : 874509 (Timer-0) S 874240 874243 870065 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 168096967 19566772224 1466990 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
Current children cumulated CPU time: 3341.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5867960 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.19 4.17 5/332 876272
/proc/meminfo: memFree=103220032/131524596 swapFree=131071996/131071996
[pid=874243] ppid=874240 vsize=19108176 memory=5867960 CPUtime=3401.4 cores=5,7
/proc/874243/stat : 874243 (java) S 874240 874243 870065 0 -1 1077936128 234319 0 0 0 339784 356 0 0 20 0 20 0 168071454 19566772224 1466990 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
/proc/874243/statm: 4777044 1466990 5934 1 0 1892635 0
[pid=874243/tid=874245] ppid=874240 vsize=19108176 memory=5867948 CPUtime=3384.51 cores=5,7
/proc/874243/task/874245/stat : 874245 (java) R 874240 874243 870065 0 -1 4194368 51597 0 0 0 338331 120 0 0 20 0 20 0 168071454 19566772224 1466990 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
[pid=874243/tid=874254] ppid=874240 vsize=19108176 memory=5867960 CPUtime=0 cores=5,7
/proc/874243/task/874254/stat : 874254 (Finalizer) S 874240 874243 870065 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168071457 19566772224 1466990 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
[pid=874243/tid=874261] ppid=874240 vsize=19108176 memory=5867948 CPUtime=0 cores=5,7
/proc/874243/task/874261/stat : 874261 (Common-Cleaner) S 874240 874243 870065 0 -1 1077936192 7888 0 0 0 0 0 0 0 20 0 20 0 168071457 19566772224 1466990 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
[pid=874243/tid=874509] ppid=874240 vsize=19108176 memory=32564 CPUtime=0 cores=5,7
/proc/874243/task/874509/stat : 874509 (Timer-0) S 874240 874243 870065 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 168096967 19566772224 1466990 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
Current children cumulated CPU time: 3401.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5867960 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.18 4.17 5/335 876289
/proc/meminfo: memFree=103219404/131524596 swapFree=131071996/131071996
[pid=874243] ppid=874240 vsize=19108176 memory=5867960 CPUtime=3461.27 cores=5,7
/proc/874243/stat : 874243 (java) S 874240 874243 870065 0 -1 1077936128 235022 0 0 0 345768 359 0 0 20 0 20 0 168071454 19566772224 1466990 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
/proc/874243/statm: 4777044 1466990 5934 1 0 1892635 0
[pid=874243/tid=874245] ppid=874240 vsize=19108176 memory=5867948 CPUtime=3444.33 cores=5,7
/proc/874243/task/874245/stat : 874245 (java) R 874240 874243 870065 0 -1 4194368 51696 0 0 0 344313 120 0 0 20 0 20 0 168071454 19566772224 1466990 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
[pid=874243/tid=874254] ppid=874240 vsize=19108176 memory=5867960 CPUtime=0 cores=5,7
/proc/874243/task/874254/stat : 874254 (Finalizer) S 874240 874243 870065 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168071457 19566772224 1466990 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
[pid=874243/tid=874261] ppid=874240 vsize=19108176 memory=5867948 CPUtime=0 cores=5,7
/proc/874243/task/874261/stat : 874261 (Common-Cleaner) S 874240 874243 870065 0 -1 1077936192 8033 0 0 0 0 0 0 0 20 0 20 0 168071457 19566772224 1466990 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
[pid=874243/tid=874509] ppid=874240 vsize=19108176 memory=11440 CPUtime=0 cores=5,7
/proc/874243/task/874509/stat : 874509 (Timer-0) S 874240 874243 870065 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 168096967 19566772224 1466990 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
Current children cumulated CPU time: 3461.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5867960 KiB

[startup+3522.3 s]
/proc/loadavg: 4.19 4.18 4.17 5/335 876301
/proc/meminfo: memFree=103218544/131524596 swapFree=131071996/131071996
[pid=874243] ppid=874240 vsize=19108176 memory=5867960 CPUtime=3521.15 cores=5,7
/proc/874243/stat : 874243 (java) S 874240 874243 870065 0 -1 1077936128 235733 0 0 0 351753 362 0 0 20 0 20 0 168071454 19566772224 1466990 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
/proc/874243/statm: 4777044 1466990 5934 1 0 1892635 0
[pid=874243/tid=874245] ppid=874240 vsize=19108176 memory=42252 CPUtime=3504.15 cores=5,7
/proc/874243/task/874245/stat : 874245 (java) R 874240 874243 870065 0 -1 4194368 51804 0 0 0 350295 120 0 0 20 0 20 0 168071454 19566772224 1466990 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
[pid=874243/tid=874254] ppid=874240 vsize=19108176 memory=5867960 CPUtime=0 cores=5,7
/proc/874243/task/874254/stat : 874254 (Finalizer) S 874240 874243 870065 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168071457 19566772224 1466990 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
[pid=874243/tid=874261] ppid=874240 vsize=19108176 memory=5867960 CPUtime=0 cores=5,7
/proc/874243/task/874261/stat : 874261 (Common-Cleaner) S 874240 874243 870065 0 -1 1077936192 8178 0 0 0 0 0 0 0 20 0 20 0 168071457 19566772224 1466990 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
[pid=874243/tid=874509] ppid=874240 vsize=19108176 memory=32440 CPUtime=0 cores=5,7
/proc/874243/task/874509/stat : 874509 (Timer-0) S 874240 874243 870065 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 168096967 19566772224 1466990 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
Current children cumulated CPU time: 3521.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5867960 KiB

[startup+3582.3 s]
/proc/loadavg: 4.27 4.21 4.18 5/334 876311
/proc/meminfo: memFree=103217740/131524596 swapFree=131071996/131071996
[pid=874243] ppid=874240 vsize=19108176 memory=5867960 CPUtime=3581.02 cores=5,7
/proc/874243/stat : 874243 (java) S 874240 874243 870065 0 -1 1077936128 236424 0 0 0 357738 364 0 0 20 0 20 0 168071454 19566772224 1466990 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
/proc/874243/statm: 4777044 1466990 5934 1 0 1892635 0
[pid=874243/tid=874245] ppid=874240 vsize=19108176 memory=1832 CPUtime=3563.97 cores=5,7
/proc/874243/task/874245/stat : 874245 (java) R 874240 874243 870065 0 -1 4194368 51892 0 0 0 356277 120 0 0 20 0 20 0 168071454 19566772224 1466990 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
[pid=874243/tid=874254] ppid=874240 vsize=19108176 memory=1832 CPUtime=0 cores=5,7
/proc/874243/task/874254/stat : 874254 (Finalizer) S 874240 874243 870065 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168071457 19566772224 1466990 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
[pid=874243/tid=874261] ppid=874240 vsize=19108176 memory=2036 CPUtime=0 cores=5,7
/proc/874243/task/874261/stat : 874261 (Common-Cleaner) S 874240 874243 870065 0 -1 1077936192 8323 0 0 0 0 0 0 0 20 0 20 0 168071457 19566772224 1466990 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
[pid=874243/tid=874509] ppid=874240 vsize=19108176 memory=5867960 CPUtime=0 cores=5,7
/proc/874243/task/874509/stat : 874509 (Timer-0) S 874240 874243 870065 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 168096967 19566772224 1466990 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
Current children cumulated CPU time: 3581.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5867960 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601.4 s]
/proc/loadavg: 4.19 4.19 4.17 5/334 876314
/proc/meminfo: memFree=103217368/131524596 swapFree=131071996/131071996
[pid=874243] ppid=874240 vsize=19108176 memory=5867960 CPUtime=3600.09 cores=5,7
/proc/874243/stat : 874243 (java) S 874240 874243 870065 0 -1 1077936128 236605 0 0 0 359644 365 0 0 20 0 20 0 168071454 19566772224 1466990 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
/proc/874243/statm: 4777044 1466990 5934 1 0 1892635 0
[pid=874243/tid=874245] ppid=874240 vsize=19108176 memory=1832 CPUtime=3583.01 cores=5,7
/proc/874243/task/874245/stat : 874245 (java) R 874240 874243 870065 0 -1 4194368 51922 0 0 0 358181 120 0 0 20 0 20 0 168071454 19566772224 1466990 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
[pid=874243/tid=874254] ppid=874240 vsize=19108176 memory=2036 CPUtime=0 cores=5,7
/proc/874243/task/874254/stat : 874254 (Finalizer) S 874240 874243 870065 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 168071457 19566772224 1466990 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
[pid=874243/tid=874261] ppid=874240 vsize=19108176 memory=37268 CPUtime=0 cores=5,7
/proc/874243/task/874261/stat : 874261 (Common-Cleaner) S 874240 874243 870065 0 -1 1077936192 8323 0 0 0 0 0 0 0 20 0 20 0 168071457 19566772224 1466990 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
[pid=874243/tid=874509] ppid=874240 vsize=19108176 memory=1832 CPUtime=0 cores=5,7
/proc/874243/task/874509/stat : 874509 (Timer-0) S 874240 874243 870065 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 168096967 19566772224 1466990 134679101440 94530325139456 94530325143152 140726735567088 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94530325150968 94530325151760 94530334298112 140726735569909 140726735570017 140726735570017 140726735577032 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5867960 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.54 s, system=3.67653 s

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

Child status: 143

Real time (s): 3601.47
CPU time (s): 3600.21
CPU user time (s): 3596.54
CPU system time (s): 3.67653
CPU usage (%): 99.965
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 5867960

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.54
system time used= 3.67652
maximum resident set size= 5869364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 240217
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2728
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 173968
involuntary context switches= 2136


# summary of solver processes directly reported to runsolver:
#   pid: 874243
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3596.54
#   total CPU system time (s): 3.67653

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.36584 second user time and 19.759 second system time

The end

Launcher Data

Begin job on nodeC034 at 2024-07-16 21:43:42
IDJOB=4430033
IDBENCH=157434
IDSOLVER=3052
FILE ID=nodeC034/4430033-1721159009
RUNJOBID= nodeC034-1721151828-870078
SLURM_JOB_ID= 7505752
Free space on /tmp= 890040 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB12/OPT-LIN/sroussel/NG/normalized-NG.dot_fibo_10null50mast_rapportOE2.0_TMAX15_K192_cod1.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4430033-1721159009/watcher-4430033-1721159009 -o /tmp/evaluation-result-4430033-1721159009/solver-4430033-1721159009 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1721151828-870078 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4430033-1721159009.opb

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

MD5SUM BENCH= 19fb62140527f06bc9ecc93817abb881
RANDOM SEED=687534650

nodeC034.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		: 3683.688
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		: 3685.313
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.58
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		: 3600.195
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		: 3600.261
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.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131524596 kB
MemFree:        112462776 kB
MemAvailable:   117405352 kB
Buffers:          417164 kB
Cached:          5303544 kB
SwapCached:            0 kB
Active:           803156 kB
Inactive:       17500592 kB
Active(anon):       1516 kB
Inactive(anon): 12619272 kB
Active(file):     801640 kB
Inactive(file):  4881320 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             32452 kB
Writeback:            36 kB
AnonPages:      12583072 kB
Mapped:           124680 kB
Shmem:             37720 kB
KReclaimable:     198880 kB
Slab:             321436 kB
SReclaimable:     198880 kB
SUnreclaim:       122556 kB
KernelStack:        5012 kB
PageTables:        34644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834292 kB
Committed_AS:   13804060 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            65056 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12279808 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:      295636 kB
DirectMap2M:    40372224 kB
DirectMap1G:    95420416 kB

Free space on /tmp at the end= 889960 MiB
End job on nodeC034 at 2024-07-16 22:43:43