Trace number 4427645

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 Partial RoundingSAT 2024 2024-07-12? (TO) 3600.11 3601.36

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.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	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: ASSIGNED
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@59690aa4 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	Armin Biere (Picosat) restarts strategy
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
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.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  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
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: ASSIGNED
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@59690aa4 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 Armin Biere (Picosat) restarts strategy
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
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-4427645-1720998218.opb
0.14/0.15	c reading problem ... 
0.14/0.16	c  objective function found
251.69/248.58	c ... done. Wall clock time 248.428s.
251.69/248.58	c declared #vars     399113
251.69/248.58	c #constraints  400980
251.69/248.58	c constraints type 
251.69/248.58	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
251.69/248.58	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
251.69/248.58	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 1
251.69/248.58	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
251.69/248.58	c 400980 constraints processed.
251.69/248.59	c objective function length is 306555 literals
3600.01/3601.31	c starts		: 1
3600.01/3601.32	c conflicts		: 14
3600.01/3601.32	c decisions		: 397415
3600.01/3601.32	c propagations		: 1197783
3600.01/3601.32	c inspects		: 522735
3600.01/3601.32	c shortcuts		: 0
3600.01/3601.32	c learnt literals	: 0
3600.01/3601.32	c learnt binary clauses	: 0
3600.01/3601.32	c learnt ternary clauses	: 0
3600.01/3601.32	c learnt constraints	: 13
3600.01/3601.32	c ignored constraints	: 0
3600.01/3601.32	c root simplifications	: 0
3600.01/3601.32	c removed literals (reason simplification)	: 0
3600.01/3601.32	c reason swapping (by a shorter reason)	: 0
3600.01/3601.32	c Calls to reduceDB	: 0
3600.01/3601.32	c Number of update (reduction) of LBD	: 0
3600.01/3601.32	c Imported unit clauses	: 0
3600.01/3601.32	c No decision after first conflict	: false
3600.01/3601.32	c number of reductions to clauses (during analyze)	: 0
3600.01/3601.32	c number of learned constraints concerned by reduction	: 0
3600.01/3601.32	c number of learning phase by resolution	: 0
3600.01/3601.32	c number of learning phase by cutting planes	: 0
3600.01/3601.32	c number of rounding to 1 operations	: 0
3600.01/3601.32	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3601.32	c number of reductions of the coefficients by power 2 	: 0
3600.01/3601.32	c number of right shift for reduction by power 2 	: 0
3600.01/3601.32	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3601.32	c number of ending skipping 	: 0
3600.01/3601.32	c number of internal skipping 	: 0
3600.01/3601.32	c number of derivation steps 	: 147
3600.01/3601.32	c number of skipped derivation steps 	: 0
3600.01/3601.32	c number of remaining unassigned 	: 0
3600.01/3601.32	c number of remaining assigned 	: 0
3600.01/3601.32	c number of falsified literals weakened from reason	: 0
3600.01/3601.32	c number of falsified literals weakened from conflict	: 0
3600.01/3601.32	c time for arithmetic operations	: 0
3600.01/3601.33	c minimum degree of deleted constraints	: null
3600.01/3601.33	c maximum degree of deleted constraints	: null
3600.01/3601.33	c number of deleted constraints	: 0
3600.01/3601.33	c speed (assignments/second)	: 357.2633797452233
3600.01/3601.33	c non guided choices	: 0
3600.01/3601.33	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1
3600.01/3601.33	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 12
3600.01/3601.33	s UNKNOWN
3600.01/3601.33	c Total wall clock time (in seconds): 3601.179

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427645-1720998218/watcher-4427645-1720998218 -o /tmp/evaluation-result-4427645-1720998218/solver-4427645-1720998218 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1720994548-773380 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427645-1720998218.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=776299, runsolver pid=776296
Current StackSize limit: 8192 KiB


[startup+0.100595 s]*
/proc/loadavg: 4.52 4.38 4.22 7/333 776317
/proc/meminfo: memFree=108484592/131524600 swapFree=131071996/131071996
[pid=776299] ppid=776296 vsize=18975048 memory=65064 CPUtime=0.14 cores=4,6
/proc/776299/stat : 776299 (java) S 776296 776299 773369 0 -1 1077936128 7136 0 0 0 13 1 0 0 20 0 18 0 151985650 19430449152 16266 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
/proc/776299/statm: 4743762 16266 5706 1 0 549356 0
[pid=776299/tid=776301] ppid=776296 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/776299/task/776301/stat : 776301 (java) R 776296 776299 773369 0 -1 1077936192 5704 0 0 0 7 1 0 0 20 0 18 0 151985651 19430449152 16266 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
[pid=776299/tid=776310] ppid=776296 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/776299/task/776310/stat : 776310 (Finalizer) S 776296 776299 773369 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151985653 19430449152 16266 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
[pid=776299/tid=776317] ppid=776296 vsize=18975048 memory=13847473600877114 CPUtime=0 cores=4,6
/proc/776299/task/776317/stat : 776317 (Common-Cleaner) S 776296 776299 773369 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151985654 19430449152 16266 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65064 KiB

[startup+0.206415 s]*
/proc/loadavg: 4.52 4.38 4.22 7/333 776317
/proc/meminfo: memFree=108459572/131524600 swapFree=131071996/131071996
[pid=776299] ppid=776296 vsize=18975048 memory=90424 CPUtime=0.33 cores=4,6
/proc/776299/stat : 776299 (java) S 776296 776299 773369 0 -1 1077936128 7784 0 0 0 31 2 0 0 20 0 18 0 151985650 19430449152 22606 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
/proc/776299/statm: 4743762 22606 5855 1 0 549823 0
[pid=776299/tid=776301] ppid=776296 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=4,6
/proc/776299/task/776301/stat : 776301 (java) R 776296 776299 773369 0 -1 4194368 5935 0 0 0 16 1 0 0 20 0 18 0 151985651 19430449152 22606 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
[pid=776299/tid=776310] ppid=776296 vsize=18975048 memory=3640 CPUtime=0 cores=4,6
/proc/776299/task/776310/stat : 776310 (Finalizer) S 776296 776299 773369 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151985653 19430449152 22672 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
[pid=776299/tid=776317] ppid=776296 vsize=18975048 memory=15819993166120615 CPUtime=0 cores=4,6
/proc/776299/task/776317/stat : 776317 (Common-Cleaner) S 776296 776299 773369 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151985654 19430449152 22672 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 90424 KiB

[startup+0.312422 s]*
/proc/loadavg: 4.52 4.38 4.22 6/333 776317
/proc/meminfo: memFree=108433188/131524600 swapFree=131071996/131071996
[pid=776299] ppid=776296 vsize=18975048 memory=114536 CPUtime=0.53 cores=4,6
/proc/776299/stat : 776299 (java) S 776296 776299 773369 0 -1 1077936128 9156 0 0 0 50 3 0 0 20 0 18 0 151985650 19430449152 28634 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
/proc/776299/statm: 4743762 28634 5855 1 0 550617 0
[pid=776299/tid=776301] ppid=776296 vsize=18975048 memory=-8742727565662659260 CPUtime=0.27 cores=4,6
/proc/776299/task/776301/stat : 776301 (java) R 776296 776299 773369 0 -1 4194368 5947 0 0 0 25 2 0 0 20 0 18 0 151985651 19430449152 28634 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
[pid=776299/tid=776310] ppid=776296 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/776299/task/776310/stat : 776310 (Finalizer) S 776296 776299 773369 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151985653 19430449152 28634 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
[pid=776299/tid=776317] ppid=776296 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/776299/task/776317/stat : 776317 (Common-Cleaner) S 776296 776299 773369 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151985654 19430449152 28634 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 114536 KiB

[startup+0.700238 s]
/proc/loadavg: 4.52 4.38 4.22 5/334 776318
/proc/meminfo: memFree=108355900/131524600 swapFree=131071996/131071996
[pid=776299] ppid=776296 vsize=19041612 memory=428152 CPUtime=1.15 cores=4,6
/proc/776299/stat : 776299 (java) S 776296 776299 773369 0 -1 1077936128 10514 0 0 0 105 10 0 0 20 0 19 0 151985650 19498610688 107038 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
/proc/776299/statm: 4760403 107038 5887 1 0 1077583 0
[pid=776299/tid=776301] ppid=776296 vsize=19041612 memory=5496 CPUtime=0.59 cores=4,6
/proc/776299/task/776301/stat : 776301 (java) R 776296 776299 773369 0 -1 4194368 6106 0 0 0 52 7 0 0 20 0 19 0 151985651 19498610688 107038 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
[pid=776299/tid=776310] ppid=776296 vsize=19041612 memory=12180 CPUtime=0 cores=4,6
/proc/776299/task/776310/stat : 776310 (Finalizer) S 776296 776299 773369 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151985653 19498610688 107038 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
[pid=776299/tid=776317] ppid=776296 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/776299/task/776317/stat : 776317 (Common-Cleaner) S 776296 776299 773369 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151985654 19498610688 107038 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 428152 KiB

[startup+1.5003 s]
/proc/loadavg: 4.52 4.38 4.22 5/334 776318
/proc/meminfo: memFree=107408360/131524600 swapFree=131071996/131071996
[pid=776299] ppid=776296 vsize=19041612 memory=1726908 CPUtime=2.02 cores=4,6
/proc/776299/stat : 776299 (java) S 776296 776299 773369 0 -1 1077936128 11238 0 0 0 167 35 0 0 20 0 19 0 151985650 19498610688 431727 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
/proc/776299/statm: 4760403 431727 5887 1 0 1077611 0
[pid=776299/tid=776301] ppid=776296 vsize=19041612 memory=12180 CPUtime=1.38 cores=4,6
/proc/776299/task/776301/stat : 776301 (java) R 776296 776299 773369 0 -1 4194368 6752 0 0 0 107 31 0 0 20 0 19 0 151985651 19498610688 431727 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
[pid=776299/tid=776310] ppid=776296 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/776299/task/776310/stat : 776310 (Finalizer) S 776296 776299 773369 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151985653 19498610688 431727 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
[pid=776299/tid=776317] ppid=776296 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/776299/task/776317/stat : 776317 (Common-Cleaner) S 776296 776299 773369 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151985654 19498610688 431727 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
Current children cumulated CPU time: 2.02 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1726908 KiB

[startup+3.10592 s]
/proc/loadavg: 4.48 4.37 4.22 5/334 776318
/proc/meminfo: memFree=105929808/131524600 swapFree=131071996/131071996
[pid=776299] ppid=776296 vsize=19041612 memory=2612872 CPUtime=4.13 cores=4,6
/proc/776299/stat : 776299 (java) S 776296 776299 773369 0 -1 1077936128 22467 0 0 0 359 54 0 0 20 0 19 0 151985650 19498610688 653218 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
/proc/776299/statm: 4760403 653218 5918 1 0 1083375 0
[pid=776299/tid=776301] ppid=776296 vsize=19041612 memory=0 CPUtime=2.96 cores=4,6
/proc/776299/task/776301/stat : 776301 (java) R 776296 776299 773369 0 -1 4194368 7263 0 0 0 248 48 0 0 20 0 19 0 151985651 19498610688 653218 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
[pid=776299/tid=776310] ppid=776296 vsize=19041612 memory=12180 CPUtime=0 cores=4,6
/proc/776299/task/776310/stat : 776310 (Finalizer) S 776296 776299 773369 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151985653 19498610688 653218 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
[pid=776299/tid=776317] ppid=776296 vsize=19041612 memory=2208188 CPUtime=0 cores=4,6
/proc/776299/task/776317/stat : 776317 (Common-Cleaner) S 776296 776299 773369 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151985654 19498610688 653218 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
Current children cumulated CPU time: 4.13 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2612872 KiB

[startup+6.30022 s]
/proc/loadavg: 4.48 4.37 4.22 5/334 776320
/proc/meminfo: memFree=105929176/131524600 swapFree=131071996/131071996
[pid=776299] ppid=776296 vsize=19041612 memory=2613108 CPUtime=7.48 cores=4,6
/proc/776299/stat : 776299 (java) S 776296 776299 773369 0 -1 1077936128 23122 0 0 0 693 55 0 0 20 0 19 0 151985650 19498610688 653277 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
/proc/776299/statm: 4760403 653277 5918 1 0 1083375 0
[pid=776299/tid=776301] ppid=776296 vsize=19041612 memory=0 CPUtime=6.08 cores=4,6
/proc/776299/task/776301/stat : 776301 (java) R 776296 776299 773369 0 -1 4194368 7647 0 0 0 560 48 0 0 20 0 19 0 151985651 19498610688 653277 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
[pid=776299/tid=776310] ppid=776296 vsize=19041612 memory=2124220 CPUtime=0 cores=4,6
/proc/776299/task/776310/stat : 776310 (Finalizer) S 776296 776299 773369 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151985653 19498610688 653277 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
[pid=776299/tid=776317] ppid=776296 vsize=19041612 memory=224194199869 CPUtime=0 cores=4,6
/proc/776299/task/776317/stat : 776317 (Common-Cleaner) S 776296 776299 773369 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151985654 19498610688 653277 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
Current children cumulated CPU time: 7.48 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2613108 KiB

[startup+12.7003 s]
/proc/loadavg: 4.44 4.37 4.22 5/334 776321
/proc/meminfo: memFree=105923000/131524600 swapFree=131071996/131071996
[pid=776299] ppid=776296 vsize=19041612 memory=2619444 CPUtime=13.92 cores=4,6
/proc/776299/stat : 776299 (java) S 776296 776299 773369 0 -1 1077936128 25780 0 0 0 1336 56 0 0 20 0 19 0 151985650 19498610688 654861 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
/proc/776299/statm: 4760403 654861 5918 1 0 1083375 0
[pid=776299/tid=776301] ppid=776296 vsize=19041612 memory=2617204 CPUtime=12.38 cores=4,6
/proc/776299/task/776301/stat : 776301 (java) R 776296 776299 773369 0 -1 4194368 9118 0 0 0 1189 49 0 0 20 0 19 0 151985651 19498610688 654861 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
[pid=776299/tid=776310] ppid=776296 vsize=19041612 memory=2617204 CPUtime=0 cores=4,6
/proc/776299/task/776310/stat : 776310 (Finalizer) S 776296 776299 773369 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151985653 19498610688 654861 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
[pid=776299/tid=776317] ppid=776296 vsize=19041612 memory=14412605397665070 CPUtime=0 cores=4,6
/proc/776299/task/776317/stat : 776317 (Common-Cleaner) S 776296 776299 773369 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151985654 19498610688 654861 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
Current children cumulated CPU time: 13.92 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2619444 KiB

[startup+25.5003 s]
/proc/loadavg: 4.34 4.35 4.21 5/334 776324
/proc/meminfo: memFree=105916324/131524600 swapFree=131071996/131071996
[pid=776299] ppid=776296 vsize=19041612 memory=2625588 CPUtime=26.76 cores=4,6
/proc/776299/stat : 776299 (java) S 776296 776299 773369 0 -1 1077936128 26753 0 0 0 2618 58 0 0 20 0 19 0 151985650 19498610688 656397 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
/proc/776299/statm: 4760403 656397 5918 1 0 1083375 0
[pid=776299/tid=776301] ppid=776296 vsize=19041612 memory=2623540 CPUtime=24.98 cores=4,6
/proc/776299/task/776301/stat : 776301 (java) R 776296 776299 773369 0 -1 4194368 10005 0 0 0 2449 49 0 0 20 0 19 0 151985651 19498610688 656397 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
[pid=776299/tid=776310] ppid=776296 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/776299/task/776310/stat : 776310 (Finalizer) S 776296 776299 773369 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151985653 19498610688 656397 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
[pid=776299/tid=776317] ppid=776296 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/776299/task/776317/stat : 776317 (Common-Cleaner) S 776296 776299 773369 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151985654 19498610688 656397 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
Current children cumulated CPU time: 26.76 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2625588 KiB

[startup+51.106 s]
/proc/loadavg: 4.30 4.33 4.21 6/334 776327
/proc/meminfo: memFree=102570004/131524600 swapFree=131071996/131071996
[pid=776299] ppid=776296 vsize=19041612 memory=5942800 CPUtime=53.4 cores=4,6
/proc/776299/stat : 776299 (java) S 776296 776299 773369 0 -1 1077936128 37756 0 0 0 5214 126 0 0 20 0 19 0 151985650 19498610688 1485700 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
/proc/776299/statm: 4760403 1485700 5934 1 0 1891874 0
[pid=776299/tid=776301] ppid=776296 vsize=19041612 memory=0 CPUtime=49.38 cores=4,6
/proc/776299/task/776301/stat : 776301 (java) R 776296 776299 773369 0 -1 4194368 14378 0 0 0 4828 110 0 0 20 0 19 0 151985651 19498610688 1485700 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
[pid=776299/tid=776310] ppid=776296 vsize=19041612 memory=2619444 CPUtime=0 cores=4,6
/proc/776299/task/776310/stat : 776310 (Finalizer) S 776296 776299 773369 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151985653 19498610688 1485700 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
[pid=776299/tid=776317] ppid=776296 vsize=19041612 memory=2613016 CPUtime=0 cores=4,6
/proc/776299/task/776317/stat : 776317 (Common-Cleaner) S 776296 776299 773369 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151985654 19498610688 1485700 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
Current children cumulated CPU time: 53.4 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5942800 KiB

[startup+102.3 s]
/proc/loadavg: 4.18 4.30 4.20 5/332 776336
/proc/meminfo: memFree=102519484/131524600 swapFree=131071996/131071996
[pid=776299] ppid=776296 vsize=19041612 memory=5953408 CPUtime=104.77 cores=4,6
/proc/776299/stat : 776299 (java) S 776296 776299 773369 0 -1 1077936128 44610 0 0 0 10346 131 0 0 20 0 19 0 151985650 19498610688 1488352 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
/proc/776299/statm: 4760403 1488352 5934 1 0 1891874 0

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

/proc/meminfo: memFree=100979244/131524600 swapFree=131071996/131071996
[pid=776299] ppid=776296 vsize=19108176 memory=5992212 CPUtime=3281.41 cores=4,6
/proc/776299/stat : 776299 (java) S 776296 776299 773369 0 -1 1077936128 173238 0 0 0 327804 337 0 0 20 0 20 0 151985650 19566772224 1498053 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
/proc/776299/statm: 4777044 1498053 5987 1 0 1892664 0
[pid=776299/tid=776301] ppid=776296 vsize=19108176 memory=4638778415882195049 CPUtime=3266.93 cores=4,6
/proc/776299/task/776301/stat : 776301 (java) R 776296 776299 773369 0 -1 4194368 48048 0 0 0 326577 116 0 0 20 0 20 0 151985651 19566772224 1498053 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 14 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
[pid=776299/tid=776310] ppid=776296 vsize=19108176 memory=2268 CPUtime=0 cores=4,6
/proc/776299/task/776310/stat : 776310 (Finalizer) S 776296 776299 773369 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151985653 19566772224 1498053 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
[pid=776299/tid=776317] ppid=776296 vsize=19108176 memory=5992212 CPUtime=0 cores=4,6
/proc/776299/task/776317/stat : 776317 (Common-Cleaner) S 776296 776299 773369 0 -1 1077936192 7866 0 0 0 0 0 0 0 20 0 20 0 151985654 19566772224 1498053 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
[pid=776299/tid=776365] ppid=776296 vsize=19108176 memory=5992212 CPUtime=0 cores=4,6
/proc/776299/task/776365/stat : 776365 (Timer-0) S 776296 776299 773369 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 152010518 19566772224 1498053 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
Current children cumulated CPU time: 3281.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5992212 KiB

[startup+3342.3 s]
/proc/loadavg: 4.11 4.19 4.18 5/333 778175
/proc/meminfo: memFree=100974596/131524600 swapFree=131071996/131071996
[pid=776299] ppid=776296 vsize=19108176 memory=5992212 CPUtime=3341.3 cores=4,6
/proc/776299/stat : 776299 (java) S 776296 776299 773369 0 -1 1077936128 174278 0 0 0 333790 340 0 0 20 0 20 0 151985650 19566772224 1498053 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
/proc/776299/statm: 4777044 1498053 5987 1 0 1892664 0
[pid=776299/tid=776301] ppid=776296 vsize=19108176 memory=5992212 CPUtime=3326.74 cores=4,6
/proc/776299/task/776301/stat : 776301 (java) R 776296 776299 773369 0 -1 4194368 48264 0 0 0 332558 116 0 0 20 0 20 0 151985651 19566772224 1498053 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 14 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
[pid=776299/tid=776310] ppid=776296 vsize=19108176 memory=5992212 CPUtime=0 cores=4,6
/proc/776299/task/776310/stat : 776310 (Finalizer) S 776296 776299 773369 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151985653 19566772224 1498053 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
[pid=776299/tid=776317] ppid=776296 vsize=19108176 memory=5992212 CPUtime=0 cores=4,6
/proc/776299/task/776317/stat : 776317 (Common-Cleaner) S 776296 776299 773369 0 -1 1077936192 8016 0 0 0 0 0 0 0 20 0 20 0 151985654 19566772224 1498053 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
[pid=776299/tid=776365] ppid=776296 vsize=19108176 memory=28308 CPUtime=0 cores=4,6
/proc/776299/task/776365/stat : 776365 (Timer-0) S 776296 776299 773369 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 152010518 19566772224 1498053 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
Current children cumulated CPU time: 3341.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5992212 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.18 4.18 5/334 778189
/proc/meminfo: memFree=100957316/131524600 swapFree=131071996/131071996
[pid=776299] ppid=776296 vsize=19108176 memory=5992212 CPUtime=3401.16 cores=4,6
/proc/776299/stat : 776299 (java) S 776296 776299 773369 0 -1 1077936128 175324 0 0 0 339773 343 0 0 20 0 20 0 151985650 19566772224 1498053 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
/proc/776299/statm: 4777044 1498053 5987 1 0 1892664 0
[pid=776299/tid=776301] ppid=776296 vsize=19108176 memory=5992212 CPUtime=3386.55 cores=4,6
/proc/776299/task/776301/stat : 776301 (java) R 776296 776299 773369 0 -1 4194368 48486 0 0 0 338539 116 0 0 20 0 20 0 151985651 19566772224 1498053 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 14 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
[pid=776299/tid=776310] ppid=776296 vsize=19108176 memory=16020 CPUtime=0 cores=4,6
/proc/776299/task/776310/stat : 776310 (Finalizer) S 776296 776299 773369 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151985653 19566772224 1498053 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
[pid=776299/tid=776317] ppid=776296 vsize=19108176 memory=5992212 CPUtime=0 cores=4,6
/proc/776299/task/776317/stat : 776317 (Common-Cleaner) S 776296 776299 773369 0 -1 1077936192 8166 0 0 0 0 0 0 0 20 0 20 0 151985654 19566772224 1498053 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
[pid=776299/tid=776365] ppid=776296 vsize=19108176 memory=5992212 CPUtime=0 cores=4,6
/proc/776299/task/776365/stat : 776365 (Timer-0) S 776296 776299 773369 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 152010518 19566772224 1498053 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
Current children cumulated CPU time: 3401.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5992212 KiB

[startup+3462.3 s]
/proc/loadavg: 4.28 4.21 4.19 5/334 778214
/proc/meminfo: memFree=100948012/131524600 swapFree=131071996/131071996
[pid=776299] ppid=776296 vsize=19108176 memory=5992376 CPUtime=3461.24 cores=4,6
/proc/776299/stat : 776299 (java) S 776296 776299 773369 0 -1 1077936128 182996 0 0 0 345777 347 0 0 20 0 20 0 151985650 19566772224 1498094 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
/proc/776299/statm: 4777044 1498094 5987 1 0 1892680 0
[pid=776299/tid=776301] ppid=776296 vsize=19108176 memory=5992212 CPUtime=3446.34 cores=4,6
/proc/776299/task/776301/stat : 776301 (java) R 776296 776299 773369 0 -1 4194368 49738 0 0 0 344518 116 0 0 20 0 20 0 151985651 19566772224 1498094 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 14 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
[pid=776299/tid=776310] ppid=776296 vsize=19108176 memory=5992276 CPUtime=0 cores=4,6
/proc/776299/task/776310/stat : 776310 (Finalizer) S 776296 776299 773369 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151985653 19566772224 1498094 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
[pid=776299/tid=776317] ppid=776296 vsize=19108176 memory=11560 CPUtime=0 cores=4,6
/proc/776299/task/776317/stat : 776317 (Common-Cleaner) S 776296 776299 773369 0 -1 1077936192 8316 0 0 0 0 0 0 0 20 0 20 0 151985654 19566772224 1498094 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
[pid=776299/tid=776365] ppid=776296 vsize=19108176 memory=39428 CPUtime=0 cores=4,6
/proc/776299/task/776365/stat : 776365 (Timer-0) S 776296 776299 773369 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 152010518 19566772224 1498094 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
Current children cumulated CPU time: 3461.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5992376 KiB

[startup+3522.3 s]
/proc/loadavg: 3.80 4.10 4.15 4/287 778275
/proc/meminfo: memFree=115810712/131524600 swapFree=131071996/131071996
[pid=776299] ppid=776296 vsize=19108176 memory=5992376 CPUtime=3521.15 cores=4,6
/proc/776299/stat : 776299 (java) S 776296 776299 773369 0 -1 1077936128 184009 0 0 0 351765 350 0 0 20 0 20 0 151985650 19566772224 1498094 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
/proc/776299/statm: 4777044 1498094 5987 1 0 1892680 0
[pid=776299/tid=776301] ppid=776296 vsize=19108176 memory=5992284 CPUtime=3506.17 cores=4,6
/proc/776299/task/776301/stat : 776301 (java) R 776296 776299 773369 0 -1 4194368 49831 0 0 0 350501 116 0 0 20 0 20 0 151985651 19566772224 1498094 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 14 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
[pid=776299/tid=776310] ppid=776296 vsize=19108176 memory=5496 CPUtime=0 cores=4,6
/proc/776299/task/776310/stat : 776310 (Finalizer) S 776296 776299 773369 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151985653 19566772224 1498094 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
[pid=776299/tid=776317] ppid=776296 vsize=19108176 memory=5992376 CPUtime=0 cores=4,6
/proc/776299/task/776317/stat : 776317 (Common-Cleaner) S 776296 776299 773369 0 -1 1077936192 8467 0 0 0 0 0 0 0 20 0 20 0 151985654 19566772224 1498094 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
[pid=776299/tid=776365] ppid=776296 vsize=19108176 memory=5992376 CPUtime=0 cores=4,6
/proc/776299/task/776365/stat : 776365 (Timer-0) S 776296 776299 773369 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 152010518 19566772224 1498094 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
Current children cumulated CPU time: 3521.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5992376 KiB

[startup+3582.3 s]
/proc/loadavg: 2.94 3.82 4.05 3/280 778302
/proc/meminfo: memFree=116421872/131524600 swapFree=131071996/131071996
[pid=776299] ppid=776296 vsize=19108176 memory=5992376 CPUtime=3581.05 cores=4,6
/proc/776299/stat : 776299 (java) S 776296 776299 773369 0 -1 1077936128 185023 0 0 0 357753 352 0 0 20 0 20 0 151985650 19566772224 1498094 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
/proc/776299/statm: 4777044 1498094 5987 1 0 1892680 0
[pid=776299/tid=776301] ppid=776296 vsize=19108176 memory=5992376 CPUtime=3566.01 cores=4,6
/proc/776299/task/776301/stat : 776301 (java) R 776296 776299 773369 0 -1 4194368 49927 0 0 0 356485 116 0 0 20 0 20 0 151985651 19566772224 1498094 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 14 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
[pid=776299/tid=776310] ppid=776296 vsize=19108176 memory=5992376 CPUtime=0 cores=4,6
/proc/776299/task/776310/stat : 776310 (Finalizer) S 776296 776299 773369 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151985653 19566772224 1498094 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
[pid=776299/tid=776317] ppid=776296 vsize=19108176 memory=5992376 CPUtime=0 cores=4,6
/proc/776299/task/776317/stat : 776317 (Common-Cleaner) S 776296 776299 773369 0 -1 1077936192 8618 0 0 0 0 0 0 0 20 0 20 0 151985654 19566772224 1498094 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
[pid=776299/tid=776365] ppid=776296 vsize=19108176 memory=39428 CPUtime=0 cores=4,6
/proc/776299/task/776365/stat : 776365 (Timer-0) S 776296 776299 773369 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 152010518 19566772224 1498094 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
Current children cumulated CPU time: 3581.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5992376 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601.3 s]
/proc/loadavg: 2.67 3.70 4.00 3/279 778306
/proc/meminfo: memFree=116421780/131524600 swapFree=131071996/131071996
[pid=776299] ppid=776296 vsize=19108176 memory=5992376 CPUtime=3600.01 cores=4,6
/proc/776299/stat : 776299 (java) S 776296 776299 773369 0 -1 1077936128 185316 0 0 0 359648 353 0 0 20 0 20 0 151985650 19566772224 1498094 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
/proc/776299/statm: 4777044 1498094 5987 1 0 1892680 0
[pid=776299/tid=776301] ppid=776296 vsize=19108176 memory=12180 CPUtime=3584.96 cores=4,6
/proc/776299/task/776301/stat : 776301 (java) R 776296 776299 773369 0 -1 4194368 49968 0 0 0 358380 116 0 0 20 0 20 0 151985651 19566772224 1498094 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 14 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
[pid=776299/tid=776310] ppid=776296 vsize=19108176 memory=5992376 CPUtime=0 cores=4,6
/proc/776299/task/776310/stat : 776310 (Finalizer) S 776296 776299 773369 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151985653 19566772224 1498094 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
[pid=776299/tid=776317] ppid=776296 vsize=19108176 memory=5992376 CPUtime=0 cores=4,6
/proc/776299/task/776317/stat : 776317 (Common-Cleaner) S 776296 776299 773369 0 -1 1077936192 8618 0 0 0 0 0 0 0 20 0 20 0 151985654 19566772224 1498094 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
[pid=776299/tid=776365] ppid=776296 vsize=19108176 memory=39428 CPUtime=0 cores=4,6
/proc/776299/task/776365/stat : 776365 (Timer-0) S 776296 776299 773369 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 152010518 19566772224 1498094 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5992376 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.56 s, system=3.55654 s

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

[startup+3601.3 s]
/proc/loadavg: 2.67 3.70 4.00 3/279 778306
/proc/meminfo: memFree=116421780/131524600 swapFree=131071996/131071996
[pid=776299] ppid=776296 vsize=19108176 memory=5992376 CPUtime=3600.01 cores=4,6
/proc/776299/stat : 776299 (java) S 776296 776299 773369 0 -1 1077936128 185316 0 0 0 359648 353 0 0 20 0 20 0 151985650 19566772224 1498094 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
/proc/776299/statm: 4777044 1498094 5987 1 0 1892680 0
[pid=776299/tid=776301] ppid=776296 vsize=19108176 memory=12180 CPUtime=3584.96 cores=4,6
/proc/776299/task/776301/stat : 776301 (java) R 776296 776299 773369 0 -1 4194368 49968 0 0 0 358380 116 0 0 20 0 20 0 151985651 19566772224 1498094 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 14 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
[pid=776299/tid=776310] ppid=776296 vsize=19108176 memory=5992376 CPUtime=0 cores=4,6
/proc/776299/task/776310/stat : 776310 (Finalizer) S 776296 776299 773369 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151985653 19566772224 1498094 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
[pid=776299/tid=776317] ppid=776296 vsize=19108176 memory=5992376 CPUtime=0 cores=4,6
/proc/776299/task/776317/stat : 776317 (Common-Cleaner) S 776296 776299 773369 0 -1 1077936192 8618 0 0 0 0 0 0 0 20 0 20 0 151985654 19566772224 1498094 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
[pid=776299/tid=776365] ppid=776296 vsize=19108176 memory=39428 CPUtime=0 cores=4,6
/proc/776299/task/776365/stat : 776365 (Timer-0) S 776296 776299 773369 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 152010518 19566772224 1498094 134679101440 94119225565184 94119225568880 140735540272416 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94119225576696 94119225577488 94119245881344 140735540278256 140735540278369 140735540278369 140735540285384 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5992376 KiB

Child status: 143

Real time (s): 3601.36
CPU time (s): 3600.11
CPU user time (s): 3596.56
CPU system time (s): 3.55654
CPU usage (%): 99.9655
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 5992376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.56
system time used= 3.55654
maximum resident set size= 5993816
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 188801
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 153988
involuntary context switches= 4559


# summary of solver processes directly reported to runsolver:
#   pid: 776299
#   total CPU time (s): 3600.11
#   total CPU user time (s): 3596.56
#   total CPU system time (s): 3.55654

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.30563 second user time and 17.5573 second system time

The end

Launcher Data

Begin job on nodeC021 at 2024-07-15 01:03:51
IDJOB=4427645
IDBENCH=157434
IDSOLVER=3046
FILE ID=nodeC021/4427645-1720998218
RUNJOBID= nodeC021-1720994548-773380
SLURM_JOB_ID= 7505315
Free space on /tmp= 889472 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 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 PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427645-1720998218/watcher-4427645-1720998218 -o /tmp/evaluation-result-4427645-1720998218/solver-4427645-1720998218 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC021-1720994548-773380 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427645-1720998218.opb

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

MD5SUM BENCH= 19fb62140527f06bc9ecc93817abb881
RANDOM SEED=664437564

nodeC021.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		: 3671.653
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.42
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		: 3686.399
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.23
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.873
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.42
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		: 3599.760
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.23
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		: 3625.890
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.42
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		: 3686.427
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.23
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		: 3673.599
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.42
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		: 3599.858
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.23
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        108528684 kB
MemAvailable:   112075348 kB
Buffers:          344996 kB
Cached:          3998840 kB
SwapCached:            0 kB
Active:          1133572 kB
Inactive:       21150520 kB
Active(anon):       1560 kB
Inactive(anon): 17976084 kB
Active(file):    1132012 kB
Inactive(file):  3174436 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             32168 kB
Writeback:             0 kB
AnonPages:      17939288 kB
Mapped:           123492 kB
Shmem:             37720 kB
KReclaimable:     160076 kB
Slab:             273636 kB
SReclaimable:     160076 kB
SUnreclaim:       113560 kB
KernelStack:        5136 kB
PageTables:        45288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   22091640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58592 kB
HardwareCorrupted:     0 kB
AnonHugePages:  17553408 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:      232148 kB
DirectMap2M:    17367040 kB
DirectMap1G:    118489088 kB

Free space on /tmp at the end= 889936 MiB
End job on nodeC021 at 2024-07-15 02:03:52