Trace number 4427344

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.3 3577.24

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-blp-ir98.opb
MD5SUM1ab00a09bce4fe90071f9bd51d0e1c65
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1081565440
Best CPU time to get the best result obtained on this benchmark3600.22
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7287
Total number of constraints529
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)420
Number of constraints which are nor clauses,nor cardinality constraints109
Minimum length of a constraint3
Maximum length of a constraint6062
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 83886080000000
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 400587756783443
Number of bits of the biggest sum of numbers49
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.13/0.17	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.17	c See www.sat4j.org for details.
0.22/0.23	c version CUSTOM.v20240707
0.22/0.26	c java.runtime.name	OpenJDK Runtime Environment
0.22/0.26	c java.vm.name		OpenJDK 64-Bit Server VM
0.22/0.26	c java.vm.version	22.0.1+8-16
0.22/0.26	c java.vm.vendor	Oracle Corporation
0.22/0.26	c sun.arch.data.model	64
0.22/0.26	c java.version		22.0.1
0.22/0.26	c os.name		Linux
0.22/0.26	c os.version		4.18.0-301.1.el8.x86_64
0.22/0.26	c os.arch		amd64
0.22/0.27	c Free memory 		2113181440
0.22/0.27	c Max memory 		16282288128
0.22/0.27	c Total memory 		2122317824
0.22/0.28	c Number of processors 	2
0.56/0.45	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.56/0.45	 - never skip resolution steps
0.56/0.45	 - Auto-division on coefficients is disabled
0.56/0.45	 - No postprocessing
0.56/0.45	 - Conflict is considered as is when resolving
0.56/0.45	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.56/0.45	 - Weaken first using unassigned literals
0.56/0.45	 - Bump strategy: ALWAYS_ONE
0.56/0.45	 - Bumper: ASSIGNED
0.56/0.45	--- Begin Solver configuration ---
0.56/0.45	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.56/0.45	Learn all clauses as in MiniSAT
0.56/0.45	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.56/0.45	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.56/0.45	No reason simplification
0.56/0.45	Armin Biere (Picosat) restarts strategy
0.56/0.45	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.56/0.45	timeout=2147483s
0.56/0.45	DB Simplification allowed=false
0.56/0.45	Listener: none
0.56/0.45	--- End Solver configuration ---
0.56/0.45	c Pseudo Boolean Optimization by upper bound
0.56/0.45	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.56/0.45	c  - never skip resolution steps
0.56/0.45	c  - Auto-division on coefficients is disabled
0.56/0.45	c  - No postprocessing
0.56/0.45	c  - Conflict is considered as is when resolving
0.56/0.45	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.56/0.45	c  - Weaken first using unassigned literals
0.56/0.45	c  - Bump strategy: ALWAYS_ONE
0.56/0.45	c  - Bumper: ASSIGNED
0.56/0.45	c --- Begin Solver configuration ---
0.56/0.45	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.56/0.45	c Learn all clauses as in MiniSAT
0.56/0.45	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.56/0.45	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.56/0.45	c No reason simplification
0.56/0.45	c Armin Biere (Picosat) restarts strategy
0.56/0.45	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.56/0.45	c timeout=2147483s
0.56/0.45	c DB Simplification allowed=false
0.56/0.45	c Listener: none
0.56/0.45	c --- End Solver configuration ---
0.56/0.45	c solving HOME/instance-4427344-1720994535.opb
0.56/0.46	c reading problem ... 
0.56/0.46	c  objective function found
1.88/1.20	c ... done. Wall clock time 0.738s.
1.88/1.20	c declared #vars     7287
1.88/1.20	c #constraints  595
1.88/1.20	c constraints type 
1.88/1.20	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 420
1.88/1.20	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 175
1.88/1.20	c 595 constraints processed.
2.07/1.22	c objective function length is 31 literals
3600.04/3577.13	c starts		: 19
3600.04/3577.15	c conflicts		: 3796
3600.04/3577.16	c decisions		: 192258
3600.04/3577.16	c propagations		: 659879
3600.04/3577.16	c inspects		: 51040780
3600.04/3577.16	c shortcuts		: 0
3600.04/3577.16	c learnt literals	: 0
3600.04/3577.16	c learnt binary clauses	: 0
3600.04/3577.16	c learnt ternary clauses	: 0
3600.04/3577.17	c learnt constraints	: 3796
3600.04/3577.17	c ignored constraints	: 0
3600.04/3577.17	c root simplifications	: 0
3600.04/3577.17	c removed literals (reason simplification)	: 0
3600.04/3577.17	c reason swapping (by a shorter reason)	: 0
3600.04/3577.17	c Calls to reduceDB	: 0
3600.04/3577.17	c Number of update (reduction) of LBD	: 0
3600.04/3577.17	c Imported unit clauses	: 0
3600.04/3577.18	c No decision after first conflict	: false
3600.04/3577.18	c number of reductions to clauses (during analyze)	: 0
3600.04/3577.18	c number of learned constraints concerned by reduction	: 0
3600.04/3577.18	c number of learning phase by resolution	: 0
3600.04/3577.18	c number of learning phase by cutting planes	: 0
3600.04/3577.18	c number of rounding to 1 operations	: 19982
3600.04/3577.18	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3577.19	c number of reductions of the coefficients by power 2 	: 0
3600.04/3577.19	c number of right shift for reduction by power 2 	: 0
3600.04/3577.19	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3577.19	c number of ending skipping 	: 0
3600.04/3577.21	c number of internal skipping 	: 0
3600.04/3577.21	c number of derivation steps 	: 17132
3600.04/3577.21	c number of skipped derivation steps 	: 0
3600.04/3577.21	c number of remaining unassigned 	: 9596
3600.04/3577.21	c number of remaining assigned 	: 56051684
3600.04/3577.21	c number of falsified literals weakened from reason	: 0
3600.04/3577.21	c number of falsified literals weakened from conflict	: 0
3600.04/3577.21	c time for arithmetic operations	: 2848747844
3600.04/3577.21	c minimum degree of deleted constraints	: null
3600.04/3577.21	c maximum degree of deleted constraints	: null
3600.04/3577.21	c number of deleted constraints	: 0
3600.04/3577.21	c speed (assignments/second)	: 184.53252347974177
3600.04/3577.21	c non guided choices	: 0
3600.23/3577.23	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 214
3600.23/3577.23	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 3582
3600.23/3577.23	s UNKNOWN
3600.23/3577.23	c Total wall clock time (in seconds): 3576.771

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427344-1720994535/watcher-4427344-1720994535 -o /tmp/evaluation-result-4427344-1720994535/solver-4427344-1720994535 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1720994548-763754 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427344-1720994535.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
Current StackSize limit: 8192 KiB

solver pid=763788, runsolver pid=763781

[startup+0.107155 s]*
/proc/loadavg: 0.08 0.08 0.09 8/277 763848
/proc/meminfo: memFree=128956412/131655788 swapFree=131071996/131071996
[pid=763788] ppid=763781 vsize=18975048 memory=56512 CPUtime=0.13 cores=4,6
/proc/763788/stat : 763788 (java) S 763781 763788 763743 0 -1 1077936128 6243 0 0 0 9 4 0 0 20 0 18 0 151610245 19430449152 14128 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
/proc/763788/statm: 4743762 14128 5518 1 0 550745 0
[pid=763788/tid=763794] ppid=763781 vsize=18975048 memory=4026531971 CPUtime=0.08 cores=4,6
/proc/763788/task/763794/stat : 763794 (java) R 763781 763788 763743 0 -1 4194368 5217 0 0 0 5 3 0 0 20 0 18 0 151610246 19430449152 14128 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
[pid=763788/tid=763823] ppid=763781 vsize=18975048 memory=5822 CPUtime=0 cores=4,6
/proc/763788/task/763823/stat : 763823 (Finalizer) S 763781 763788 763743 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151610252 19430449152 14128 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
[pid=763788/tid=763841] ppid=763781 vsize=18975048 memory=13849655494580062 CPUtime=0 cores=4,6
/proc/763788/task/763841/stat : 763841 (Common-Cleaner) S 763781 763788 763743 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151610253 19430449152 14128 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56512 KiB

[startup+0.21483 s]*
/proc/loadavg: 0.08 0.08 0.09 1/302 763873
/proc/meminfo: memFree=128941084/131655788 swapFree=131071996/131071996
[pid=763788] ppid=763781 vsize=18975048 memory=57824 CPUtime=0.22 cores=4,6
/proc/763788/stat : 763788 (java) S 763781 763788 763743 0 -1 1077936128 6524 0 0 0 18 4 0 0 20 0 18 0 151610245 19430449152 14456 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
/proc/763788/statm: 4743762 14456 5547 1 0 550958 0
[pid=763788/tid=763794] ppid=763781 vsize=18975048 memory=8737651120394928259 CPUtime=0.14 cores=4,6
/proc/763788/task/763794/stat : 763794 (java) R 763781 763788 763743 0 -1 4194368 5461 0 0 0 11 3 0 0 20 0 18 0 151610246 19430449152 14456 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
[pid=763788/tid=763823] ppid=763781 vsize=18975048 memory=5822 CPUtime=0 cores=4,6
/proc/763788/task/763823/stat : 763823 (Finalizer) S 763781 763788 763743 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151610252 19430449152 14456 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
[pid=763788/tid=763841] ppid=763781 vsize=18975048 memory=13849655494580062 CPUtime=0 cores=4,6
/proc/763788/task/763841/stat : 763841 (Common-Cleaner) S 763781 763788 763743 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151610253 19430449152 14456 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 57824 KiB

[startup+0.319323 s]*
/proc/loadavg: 0.08 0.08 0.09 9/313 763884
/proc/meminfo: memFree=128906164/131655788 swapFree=131071996/131071996
[pid=763788] ppid=763781 vsize=18975048 memory=66120 CPUtime=0.39 cores=4,6
/proc/763788/stat : 763788 (java) S 763781 763788 763743 0 -1 1077936128 7093 0 0 0 34 5 0 0 20 0 18 0 151610245 19430449152 16530 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
/proc/763788/statm: 4743762 16530 5540 1 0 551464 0
[pid=763788/tid=763794] ppid=763781 vsize=18975048 memory=-8672633712293618364 CPUtime=0.24 cores=4,6
/proc/763788/task/763794/stat : 763794 (java) R 763781 763788 763743 0 -1 4194368 5650 0 0 0 20 4 0 0 20 0 18 0 151610246 19430449152 16530 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
[pid=763788/tid=763823] ppid=763781 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/763788/task/763823/stat : 763823 (Finalizer) S 763781 763788 763743 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151610252 19430449152 16530 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
[pid=763788/tid=763841] ppid=763781 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/763788/task/763841/stat : 763841 (Common-Cleaner) S 763781 763788 763743 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151610253 19430449152 16530 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66120 KiB

[startup+0.700795 s]
/proc/loadavg: 0.08 0.08 0.09 13/313 763884
/proc/meminfo: memFree=128867808/131655788 swapFree=131071996/131071996
[pid=763788] ppid=763781 vsize=18975048 memory=93400 CPUtime=1.08 cores=4,6
/proc/763788/stat : 763788 (java) S 763781 763788 763743 0 -1 1077936128 8025 0 0 0 101 7 0 0 20 0 18 0 151610245 19430449152 23350 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
/proc/763788/statm: 4743762 23350 5837 1 0 552177 0
[pid=763788/tid=763794] ppid=763781 vsize=18975048 memory=5620 CPUtime=0.58 cores=4,6
/proc/763788/task/763794/stat : 763794 (java) R 763781 763788 763743 0 -1 4194368 5919 0 0 0 53 5 0 0 20 0 18 0 151610246 19430449152 23350 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
[pid=763788/tid=763823] ppid=763781 vsize=18975048 memory=12724 CPUtime=0 cores=4,6
/proc/763788/task/763823/stat : 763823 (Finalizer) S 763781 763788 763743 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151610252 19430449152 23350 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
[pid=763788/tid=763841] ppid=763781 vsize=18975048 memory=26520 CPUtime=0 cores=4,6
/proc/763788/task/763841/stat : 763841 (Common-Cleaner) S 763781 763788 763743 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151610253 19430449152 23350 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 93400 KiB

[startup+1.501 s]
/proc/loadavg: 1.12 0.30 0.16 13/314 763885
/proc/meminfo: memFree=128577848/131655788 swapFree=131071996/131071996
[pid=763788] ppid=763781 vsize=19108176 memory=194808 CPUtime=2.66 cores=4,6
/proc/763788/stat : 763788 (java) S 763781 763788 763743 0 -1 1077936128 21812 0 0 0 253 13 0 0 20 0 20 0 151610245 19566772224 48702 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
/proc/763788/statm: 4777044 48702 5875 1 0 557835 0
[pid=763788/tid=763794] ppid=763781 vsize=19108176 memory=12724 CPUtime=1.29 cores=4,6
/proc/763788/task/763794/stat : 763794 (java) R 763781 763788 763743 0 -1 4194368 8160 0 0 0 121 8 0 0 20 0 20 0 151610246 19566772224 48702 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
[pid=763788/tid=763823] ppid=763781 vsize=19108176 memory=26520 CPUtime=0 cores=4,6
/proc/763788/task/763823/stat : 763823 (Finalizer) S 763781 763788 763743 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151610252 19566772224 48702 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
[pid=763788/tid=763841] ppid=763781 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/763788/task/763841/stat : 763841 (Common-Cleaner) S 763781 763788 763743 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151610253 19566772224 48702 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
Current children cumulated CPU time: 2.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 194808 KiB

[startup+3.10579 s]
/proc/loadavg: 1.12 0.30 0.16 9/321 763892
/proc/meminfo: memFree=127268980/131655788 swapFree=131071996/131071996
[pid=763788] ppid=763781 vsize=19108176 memory=208092 CPUtime=5.3 cores=4,6
/proc/763788/stat : 763788 (java) S 763781 763788 763743 0 -1 1077936128 23761 0 0 0 516 14 0 0 20 0 20 0 151610245 19566772224 52023 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
/proc/763788/statm: 4777044 52023 5891 1 0 557863 0
[pid=763788/tid=763794] ppid=763781 vsize=19108176 memory=0 CPUtime=2.86 cores=4,6
/proc/763788/task/763794/stat : 763794 (java) R 763781 763788 763743 0 -1 4194368 8380 0 0 0 278 8 0 0 20 0 20 0 151610246 19566772224 52023 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
[pid=763788/tid=763823] ppid=763781 vsize=19108176 memory=12724 CPUtime=0 cores=4,6
/proc/763788/task/763823/stat : 763823 (Finalizer) S 763781 763788 763743 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151610252 19566772224 52023 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
[pid=763788/tid=763841] ppid=763781 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/763788/task/763841/stat : 763841 (Common-Cleaner) S 763781 763788 763743 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 20 0 151610253 19566772224 52023 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
[pid=763788/tid=763890] ppid=763781 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/763788/task/763890/stat : 763890 (Timer-0) S 763781 763788 763743 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151610369 19566772224 52023 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
Current children cumulated CPU time: 5.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 208092 KiB

[startup+6.3008 s]
/proc/loadavg: 1.51 0.39 0.19 8/321 763892
/proc/meminfo: memFree=126749064/131655788 swapFree=131071996/131071996
[pid=763788] ppid=763781 vsize=19108176 memory=199664 CPUtime=9.45 cores=4,6
/proc/763788/stat : 763788 (java) S 763781 763788 763743 0 -1 1077936128 23951 0 0 0 931 14 0 0 20 0 20 0 151610245 19566772224 49916 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
/proc/763788/statm: 4777044 49916 5891 1 0 557874 0
[pid=763788/tid=763794] ppid=763781 vsize=19108176 memory=0 CPUtime=6.01 cores=4,6
/proc/763788/task/763794/stat : 763794 (java) R 763781 763788 763743 0 -1 4194368 8394 0 0 0 593 8 0 0 20 0 20 0 151610246 19566772224 49916 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
[pid=763788/tid=763823] ppid=763781 vsize=19108176 memory=12724 CPUtime=0 cores=4,6
/proc/763788/task/763823/stat : 763823 (Finalizer) S 763781 763788 763743 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151610252 19566772224 49916 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
[pid=763788/tid=763841] ppid=763781 vsize=19108176 memory=-9103291526172549820 CPUtime=0 cores=4,6
/proc/763788/task/763841/stat : 763841 (Common-Cleaner) S 763781 763788 763743 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 20 0 151610253 19566772224 49916 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
[pid=763788/tid=763890] ppid=763781 vsize=19108176 memory=-9103291526172549820 CPUtime=0 cores=4,6
/proc/763788/task/763890/stat : 763890 (Timer-0) S 763781 763788 763743 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151610369 19566772224 49916 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
Current children cumulated CPU time: 9.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 199664 KiB

[startup+12.7004 s]
/proc/loadavg: 1.71 0.45 0.21 5/321 763894
/proc/meminfo: memFree=126400296/131655788 swapFree=131071996/131071996
[pid=763788] ppid=763781 vsize=19108176 memory=212788 CPUtime=16.98 cores=4,6
/proc/763788/stat : 763788 (java) S 763781 763788 763743 0 -1 1077936128 28032 0 0 0 1682 16 0 0 20 0 20 0 151610245 19566772224 53197 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
/proc/763788/statm: 4777044 53197 5891 1 0 557874 0
[pid=763788/tid=763794] ppid=763781 vsize=19108176 memory=212764 CPUtime=12.33 cores=4,6
/proc/763788/task/763794/stat : 763794 (java) R 763781 763788 763743 0 -1 4194368 8925 0 0 0 1225 8 0 0 20 0 20 0 151610246 19566772224 53197 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
[pid=763788/tid=763823] ppid=763781 vsize=19108176 memory=212764 CPUtime=0 cores=4,6
/proc/763788/task/763823/stat : 763823 (Finalizer) S 763781 763788 763743 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151610252 19566772224 53197 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
[pid=763788/tid=763841] ppid=763781 vsize=19108176 memory=11408 CPUtime=0 cores=4,6
/proc/763788/task/763841/stat : 763841 (Common-Cleaner) S 763781 763788 763743 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 20 0 151610253 19566772224 53197 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
[pid=763788/tid=763890] ppid=763781 vsize=19108176 memory=12724 CPUtime=0 cores=4,6
/proc/763788/task/763890/stat : 763890 (Timer-0) S 763781 763788 763743 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151610369 19566772224 53197 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
Current children cumulated CPU time: 16.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 212788 KiB

[startup+25.5005 s]
/proc/loadavg: 2.14 0.59 0.26 5/321 763895
/proc/meminfo: memFree=125217848/131655788 swapFree=131071996/131071996
[pid=763788] ppid=763781 vsize=19108176 memory=323812 CPUtime=31.26 cores=4,6
/proc/763788/stat : 763788 (java) S 763781 763788 763743 0 -1 1077936128 39934 0 0 0 3105 21 0 0 20 0 20 0 151610245 19566772224 80953 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
/proc/763788/statm: 4777044 80953 5891 1 0 557890 0
[pid=763788/tid=763794] ppid=763781 vsize=19108176 memory=0 CPUtime=25.02 cores=4,6
/proc/763788/task/763794/stat : 763794 (java) R 763781 763788 763743 0 -1 4194368 11686 0 0 0 2492 10 0 0 20 0 20 0 151610246 19566772224 80953 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
[pid=763788/tid=763823] ppid=763781 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/763788/task/763823/stat : 763823 (Finalizer) S 763781 763788 763743 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151610252 19566772224 80953 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
[pid=763788/tid=763841] ppid=763781 vsize=19108176 memory=2482 CPUtime=0 cores=4,6
/proc/763788/task/763841/stat : 763841 (Common-Cleaner) S 763781 763788 763743 0 -1 1077936192 84 0 0 0 0 0 0 0 20 0 20 0 151610253 19566772224 80953 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
[pid=763788/tid=763890] ppid=763781 vsize=19108176 memory=328676 CPUtime=0 cores=4,6
/proc/763788/task/763890/stat : 763890 (Timer-0) S 763781 763788 763743 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151610369 19566772224 80953 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
Current children cumulated CPU time: 31.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 323812 KiB

[startup+51.1134 s]
/proc/loadavg: 3.04 0.96 0.39 5/321 763900
/proc/meminfo: memFree=123389872/131655788 swapFree=131071996/131071996
[pid=763788] ppid=763781 vsize=19108176 memory=694772 CPUtime=58 cores=4,6
/proc/763788/stat : 763788 (java) S 763781 763788 763743 0 -1 1077936128 49914 0 0 0 5769 31 0 0 20 0 20 0 151610245 19566772224 173693 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
/proc/763788/statm: 4777044 173693 5891 1 0 557890 0
[pid=763788/tid=763794] ppid=763781 vsize=19108176 memory=451060 CPUtime=50.51 cores=4,6
/proc/763788/task/763794/stat : 763794 (java) R 763781 763788 763743 0 -1 4194368 13522 0 0 0 5034 17 0 0 20 0 20 0 151610246 19566772224 173693 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
[pid=763788/tid=763823] ppid=763781 vsize=19108176 memory=212788 CPUtime=0 cores=4,6
/proc/763788/task/763823/stat : 763823 (Finalizer) S 763781 763788 763743 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151610252 19566772224 173693 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
[pid=763788/tid=763841] ppid=763781 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/763788/task/763841/stat : 763841 (Common-Cleaner) S 763781 763788 763743 0 -1 1077936192 84 0 0 0 0 0 0 0 20 0 20 0 151610253 19566772224 173693 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
[pid=763788/tid=763890] ppid=763781 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/763788/task/763890/stat : 763890 (Timer-0) S 763781 763788 763743 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151610369 19566772224 173693 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0

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

[startup+3222.3 s]
/proc/loadavg: 4.16 4.17 4.09 5/320 765994
/proc/meminfo: memFree=112879000/131655788 swapFree=131071996/131071996
[pid=763788] ppid=763781 vsize=19108176 memory=2746068 CPUtime=3235.2 cores=4,6
/proc/763788/stat : 763788 (java) S 763781 763788 763743 0 -1 1077936128 180843 0 0 0 323265 255 0 0 20 0 20 0 151610245 19566772224 686517 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
/proc/763788/statm: 4777044 686517 5903 1 0 696069 0
[pid=763788/tid=763794] ppid=763781 vsize=19108176 memory=2741968 CPUtime=3201.47 cores=4,6
/proc/763788/task/763794/stat : 763794 (java) R 763781 763788 763743 0 -1 4194368 60976 0 0 0 320098 49 0 0 20 0 20 0 151610246 19566772224 686517 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
[pid=763788/tid=763823] ppid=763781 vsize=19108176 memory=2741968 CPUtime=0 cores=4,6
/proc/763788/task/763823/stat : 763823 (Finalizer) S 763781 763788 763743 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151610252 19566772224 686517 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
[pid=763788/tid=763841] ppid=763781 vsize=19108176 memory=2746068 CPUtime=0 cores=4,6
/proc/763788/task/763841/stat : 763841 (Common-Cleaner) S 763781 763788 763743 0 -1 1077936192 2909 0 0 0 0 0 0 0 20 0 20 0 151610253 19566772224 686517 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
[pid=763788/tid=763890] ppid=763781 vsize=19108176 memory=2746068 CPUtime=0 cores=4,6
/proc/763788/task/763890/stat : 763890 (Timer-0) S 763781 763788 763743 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151610369 19566772224 686517 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
Current children cumulated CPU time: 3235.2 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2746068 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.17 4.09 5/320 766004
/proc/meminfo: memFree=112876596/131655788 swapFree=131071996/131071996
[pid=763788] ppid=763781 vsize=19108176 memory=2746068 CPUtime=3295.13 cores=4,6
/proc/763788/stat : 763788 (java) S 763781 763788 763743 0 -1 1077936128 181825 0 0 0 329254 259 0 0 20 0 20 0 151610245 19566772224 686517 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
/proc/763788/statm: 4777044 686517 5903 1 0 696069 0
[pid=763788/tid=763794] ppid=763781 vsize=19108176 memory=2746068 CPUtime=3261.34 cores=4,6
/proc/763788/task/763794/stat : 763794 (java) R 763781 763788 763743 0 -1 4194368 61849 0 0 0 326085 49 0 0 20 0 20 0 151610246 19566772224 686517 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
[pid=763788/tid=763823] ppid=763781 vsize=19108176 memory=2746068 CPUtime=0 cores=4,6
/proc/763788/task/763823/stat : 763823 (Finalizer) S 763781 763788 763743 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151610252 19566772224 686517 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
[pid=763788/tid=763841] ppid=763781 vsize=19108176 memory=11408 CPUtime=0 cores=4,6
/proc/763788/task/763841/stat : 763841 (Common-Cleaner) S 763781 763788 763743 0 -1 1077936192 3007 0 0 0 0 0 0 0 20 0 20 0 151610253 19566772224 686517 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
[pid=763788/tid=763890] ppid=763781 vsize=19108176 memory=2746068 CPUtime=0 cores=4,6
/proc/763788/task/763890/stat : 763890 (Timer-0) S 763781 763788 763743 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151610369 19566772224 686517 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
Current children cumulated CPU time: 3295.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2746068 KiB

[startup+3342.3 s]
/proc/loadavg: 4.23 4.18 4.10 5/320 766014
/proc/meminfo: memFree=112875992/131655788 swapFree=131071996/131071996
[pid=763788] ppid=763781 vsize=19108176 memory=2746184 CPUtime=3360.09 cores=4,6
/proc/763788/stat : 763788 (java) S 763781 763788 763743 0 -1 1077936128 191533 0 0 0 335744 265 0 0 20 0 20 0 151610245 19566772224 686546 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
/proc/763788/statm: 4777044 686546 5903 1 0 696101 0
[pid=763788/tid=763794] ppid=763781 vsize=19108176 memory=2746184 CPUtime=3320.55 cores=4,6
/proc/763788/task/763794/stat : 763794 (java) R 763781 763788 763743 0 -1 4194368 63954 0 0 0 332006 49 0 0 20 0 20 0 151610246 19566772224 686546 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
[pid=763788/tid=763823] ppid=763781 vsize=19108176 memory=2746184 CPUtime=0 cores=4,6
/proc/763788/task/763823/stat : 763823 (Finalizer) S 763781 763788 763743 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151610252 19566772224 686546 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
[pid=763788/tid=763841] ppid=763781 vsize=19108176 memory=11408 CPUtime=0 cores=4,6
/proc/763788/task/763841/stat : 763841 (Common-Cleaner) S 763781 763788 763743 0 -1 1077936192 3007 0 0 0 0 0 0 0 20 0 20 0 151610253 19566772224 686546 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
[pid=763788/tid=763890] ppid=763781 vsize=19108176 memory=11408 CPUtime=0 cores=4,6
/proc/763788/task/763890/stat : 763890 (Timer-0) S 763781 763788 763743 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151610369 19566772224 686546 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
Current children cumulated CPU time: 3360.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2746184 KiB

[startup+3402.3 s]
/proc/loadavg: 4.19 4.18 4.10 5/323 766197
/proc/meminfo: memFree=112873420/131655788 swapFree=131071996/131071996
[pid=763788] ppid=763781 vsize=19108176 memory=2748268 CPUtime=3421.48 cores=4,6
/proc/763788/stat : 763788 (java) S 763781 763788 763743 0 -1 1077936128 200258 0 0 0 341879 269 0 0 20 0 20 0 151610245 19566772224 687067 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
/proc/763788/statm: 4777044 687067 5903 1 0 696101 0
[pid=763788/tid=763794] ppid=763781 vsize=19108176 memory=2746184 CPUtime=3379.9 cores=4,6
/proc/763788/task/763794/stat : 763794 (java) R 763781 763788 763743 0 -1 4194368 66244 0 0 0 337941 49 0 0 20 0 20 0 151610246 19566772224 687067 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
[pid=763788/tid=763823] ppid=763781 vsize=19108176 memory=11408 CPUtime=0 cores=4,6
/proc/763788/task/763823/stat : 763823 (Finalizer) S 763781 763788 763743 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151610252 19566772224 687067 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
[pid=763788/tid=763841] ppid=763781 vsize=19108176 memory=2748268 CPUtime=0 cores=4,6
/proc/763788/task/763841/stat : 763841 (Common-Cleaner) S 763781 763788 763743 0 -1 1077936192 3031 0 0 0 0 0 0 0 20 0 20 0 151610253 19566772224 687067 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
[pid=763788/tid=763890] ppid=763781 vsize=19108176 memory=2748268 CPUtime=0 cores=4,6
/proc/763788/task/763890/stat : 763890 (Timer-0) S 763781 763788 763743 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151610369 19566772224 687067 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
Current children cumulated CPU time: 3421.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2748268 KiB

[startup+3462.3 s]
/proc/loadavg: 4.15 4.16 4.10 5/323 766207
/proc/meminfo: memFree=112739712/131655788 swapFree=131071996/131071996
[pid=763788] ppid=763781 vsize=19108176 memory=2748268 CPUtime=3481.01 cores=4,6
/proc/763788/stat : 763788 (java) S 763781 763788 763743 0 -1 1077936128 200760 0 0 0 347827 274 0 0 20 0 20 0 151610245 19566772224 687067 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
/proc/763788/statm: 4777044 687067 5903 1 0 696101 0
[pid=763788/tid=763794] ppid=763781 vsize=19108176 memory=2746184 CPUtime=3439.12 cores=4,6
/proc/763788/task/763794/stat : 763794 (java) R 763781 763788 763743 0 -1 4194368 66600 0 0 0 343863 49 0 0 20 0 20 0 151610246 19566772224 687067 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
[pid=763788/tid=763823] ppid=763781 vsize=19108176 memory=2748268 CPUtime=0 cores=4,6
/proc/763788/task/763823/stat : 763823 (Finalizer) S 763781 763788 763743 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151610252 19566772224 687067 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
[pid=763788/tid=763841] ppid=763781 vsize=19108176 memory=2748268 CPUtime=0 cores=4,6
/proc/763788/task/763841/stat : 763841 (Common-Cleaner) S 763781 763788 763743 0 -1 1077936192 3031 0 0 0 0 0 0 0 20 0 20 0 151610253 19566772224 687067 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
[pid=763788/tid=763890] ppid=763781 vsize=19108176 memory=2748268 CPUtime=0 cores=4,6
/proc/763788/task/763890/stat : 763890 (Timer-0) S 763781 763788 763743 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151610369 19566772224 687067 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
Current children cumulated CPU time: 3481.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2748268 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.16 4.10 5/322 766232
/proc/meminfo: memFree=112739360/131655788 swapFree=131071996/131071996
[pid=763788] ppid=763781 vsize=19108176 memory=2748272 CPUtime=3540.53 cores=4,6
/proc/763788/stat : 763788 (java) S 763781 763788 763743 0 -1 1077936128 203883 0 0 0 353776 277 0 0 20 0 20 0 151610245 19566772224 687068 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
/proc/763788/statm: 4777044 687068 5903 1 0 696101 0
[pid=763788/tid=763794] ppid=763781 vsize=19108176 memory=2748268 CPUtime=3498.36 cores=4,6
/proc/763788/task/763794/stat : 763794 (java) R 763781 763788 763743 0 -1 4194368 68566 0 0 0 349786 50 0 0 20 0 20 0 151610246 19566772224 687068 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
[pid=763788/tid=763823] ppid=763781 vsize=19108176 memory=2748268 CPUtime=0 cores=4,6
/proc/763788/task/763823/stat : 763823 (Finalizer) S 763781 763788 763743 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151610252 19566772224 687068 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
[pid=763788/tid=763841] ppid=763781 vsize=19108176 memory=2748272 CPUtime=0 cores=4,6
/proc/763788/task/763841/stat : 763841 (Common-Cleaner) S 763781 763788 763743 0 -1 1077936192 3130 0 0 0 0 0 0 0 20 0 20 0 151610253 19566772224 687068 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
[pid=763788/tid=763890] ppid=763781 vsize=19108176 memory=2748268 CPUtime=0 cores=4,6
/proc/763788/task/763890/stat : 763890 (Timer-0) S 763781 763788 763743 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151610369 19566772224 687068 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
Current children cumulated CPU time: 3540.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2748272 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3577.11 s]
/proc/loadavg: 4.55 4.26 4.13 5/322 766242
/proc/meminfo: memFree=112739292/131655788 swapFree=131071996/131071996
[pid=763788] ppid=763781 vsize=19108176 memory=2748276 CPUtime=3600.04 cores=4,6
/proc/763788/stat : 763788 (java) S 763781 763788 763743 0 -1 1077936128 210947 0 0 0 359721 283 0 0 20 0 20 0 151610245 19566772224 687069 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
/proc/763788/statm: 4777044 687069 5903 1 0 696101 0
[pid=763788/tid=763794] ppid=763781 vsize=19108176 memory=2748276 CPUtime=3551.82 cores=4,6
/proc/763788/task/763794/stat : 763794 (java) R 763781 763788 763743 0 -1 4194368 70651 0 0 0 355132 50 0 0 20 0 20 0 151610246 19566772224 687069 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
[pid=763788/tid=763823] ppid=763781 vsize=19108176 memory=2748276 CPUtime=0 cores=4,6
/proc/763788/task/763823/stat : 763823 (Finalizer) S 763781 763788 763743 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151610252 19566772224 687069 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
[pid=763788/tid=763841] ppid=763781 vsize=19108176 memory=11408 CPUtime=0 cores=4,6
/proc/763788/task/763841/stat : 763841 (Common-Cleaner) S 763781 763788 763743 0 -1 1077936192 3130 0 0 0 0 0 0 0 20 0 20 0 151610253 19566772224 687069 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
[pid=763788/tid=763890] ppid=763781 vsize=19108176 memory=11408 CPUtime=0 cores=4,6
/proc/763788/task/763890/stat : 763890 (Timer-0) S 763781 763788 763743 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151610369 19566772224 687069 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2748276 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.45 s, system=2.84992 s

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

[startup+3577.21 s]
/proc/loadavg: 4.55 4.26 4.13 5/322 766242
/proc/meminfo: memFree=112739292/131655788 swapFree=131071996/131071996
[pid=763788] ppid=763781 vsize=19307868 memory=2748900 CPUtime=3600.23 cores=4,6
/proc/763788/stat : 763788 (java) S 763781 763788 763743 0 -1 1077936128 212395 0 0 0 359740 283 0 0 20 0 21 0 151610245 19771256832 687225 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
/proc/763788/statm: 4826967 687225 5902 1 0 697023 0
[pid=763788/tid=763794] ppid=763781 vsize=19307868 memory=5116 CPUtime=3551.92 cores=4,6
/proc/763788/task/763794/stat : 763794 (java) R 763781 763788 763743 0 -1 4194368 70666 0 0 0 355142 50 0 0 20 0 21 0 151610246 19771256832 687225 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
[pid=763788/tid=763823] ppid=763781 vsize=19307868 memory=6637664 CPUtime=0 cores=4,6
/proc/763788/task/763823/stat : 763823 (Finalizer) S 763781 763788 763743 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 151610252 19771256832 687225 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
[pid=763788/tid=763841] ppid=763781 vsize=19307868 memory=2812 CPUtime=0 cores=4,6
/proc/763788/task/763841/stat : 763841 (Common-Cleaner) S 763781 763788 763743 0 -1 1077936192 3130 0 0 0 0 0 0 0 20 0 21 0 151610253 19771256832 687225 134679101440 93991514607616 93991514611312 140721702083200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93991514619128 93991514619920 93991517532160 140721702085616 140721702085729 140721702085729 140721702092744 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 2748900 KiB

Child status: 143

Real time (s): 3577.24
CPU time (s): 3600.3
CPU user time (s): 3597.45
CPU system time (s): 2.84992
CPU usage (%): 100.644
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 2748900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.45
system time used= 2.84992
maximum resident set size= 2749784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 212496
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 116624
involuntary context switches= 9053


# summary of solver processes directly reported to runsolver:
#   pid: 763788
#   total CPU time (s): 3600.3
#   total CPU user time (s): 3597.45
#   total CPU system time (s): 2.84992

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.95 second user time and 36.4865 second system time

The end

Launcher Data

Begin job on nodeC007 at 2024-07-15 00:02:28
IDJOB=4427344
IDBENCH=146775
IDSOLVER=3046
FILE ID=nodeC007/4427344-1720994535
RUNJOBID= nodeC007-1720994548-763754
SLURM_JOB_ID= 7505308
Free space on /tmp= 723776 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-blp-ir98.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427344-1720994535/watcher-4427344-1720994535 -o /tmp/evaluation-result-4427344-1720994535/solver-4427344-1720994535 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1720994548-763754 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427344-1720994535.opb

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

MD5SUM BENCH= 1ab00a09bce4fe90071f9bd51d0e1c65
RANDOM SEED=77768655

nodeC007.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	: 0xb00001f
cpu MHz		: 1197.157
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.25
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	: 0xb00001f
cpu MHz		: 1197.338
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.30
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	: 0xb00001f
cpu MHz		: 1197.194
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.25
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	: 0xb00001f
cpu MHz		: 1197.129
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.30
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	: 0xb00001f
cpu MHz		: 1197.133
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.25
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	: 0xb00001f
cpu MHz		: 1197.172
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.30
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	: 0xb00001f
cpu MHz		: 1197.148
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.25
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	: 0xb00001f
cpu MHz		: 1197.259
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        129059344 kB
MemAvailable:   129943988 kB
Buffers:          340780 kB
Cached:          1379108 kB
SwapCached:            0 kB
Active:           506204 kB
Inactive:        1554468 kB
Active(anon):       1336 kB
Inactive(anon):   377180 kB
Active(file):     504868 kB
Inactive(file):  1177288 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              6584 kB
Writeback:             0 kB
AnonPages:        341184 kB
Mapped:           102116 kB
Shmem:             37704 kB
KReclaimable:      85040 kB
Slab:             178408 kB
SReclaimable:      85040 kB
SUnreclaim:        93368 kB
KernelStack:        3588 kB
PageTables:         9944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     713624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            48960 kB
HardwareCorrupted:     0 kB
AnonHugePages:    208896 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:      238408 kB
DirectMap2M:    18540544 kB
DirectMap1G:    117440512 kB

Free space on /tmp at the end= 723768 MiB
End job on nodeC007 at 2024-07-15 01:02:06