Trace number 4430120

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12? (TO) 3600.21 3593.07

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/
hw64/normalized-hw64-vm98p-opt.opb.negationfix.opb
MD5SUM380e20810b586058c5e1cee383ac3a23
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 benchmark63
Best CPU time to get the best result obtained on this benchmark76.9855
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables45632
Total number of constraints1554
Number of constraints which are clauses712
Number of constraints which are cardinality constraints (but not clauses)712
Number of constraints which are nor clauses,nor cardinality constraints130
Minimum length of a constraint64
Maximum length of a constraint713
Number of terms in the objective function 64
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 64
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 264674
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 586791
Number of bits of the biggest sum of numbers20
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.06	c version CUSTOM.v20240707
0.00/0.07	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.07	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.07	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.14	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.14	 - never skip resolution steps
0.14/0.14	 - Auto-division on coefficients is disabled
0.14/0.14	 - No postprocessing
0.14/0.14	 - Conflict is considered as is when resolving
0.14/0.14	 - Use constraints as they come during conflict analysis
0.14/0.14	 - Weaken first using unassigned literals
0.14/0.14	 - Bump strategy: ALWAYS_ONE
0.14/0.14	 - Bumper: EFFECTIVE
0.14/0.14	--- Begin Solver configuration ---
0.14/0.14	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.14	Learn all clauses as in MiniSAT
0.14/0.14	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.14	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.14	No reason simplification
0.14/0.14	Dynamic restart strategy considering the size of the coefficients
0.14/0.14	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.14	timeout=2147483s
0.14/0.14	DB Simplification allowed=false
0.14/0.14	Listener: none
0.14/0.14	--- End Solver configuration ---
0.14/0.14	c Pseudo Boolean Optimization by upper bound
0.14/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.14	c  - never skip resolution steps
0.14/0.14	c  - Auto-division on coefficients is disabled
0.14/0.14	c  - No postprocessing
0.14/0.14	c  - Conflict is considered as is when resolving
0.14/0.14	c  - Use constraints as they come during conflict analysis
0.14/0.14	c  - Weaken first using unassigned literals
0.14/0.14	c  - Bump strategy: ALWAYS_ONE
0.14/0.14	c  - Bumper: EFFECTIVE
0.14/0.14	c --- Begin Solver configuration ---
0.14/0.14	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.14	c Learn all clauses as in MiniSAT
0.14/0.14	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.14	c No reason simplification
0.14/0.14	c Dynamic restart strategy considering the size of the coefficients
0.14/0.14	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.14	c timeout=2147483s
0.14/0.14	c DB Simplification allowed=false
0.14/0.14	c Listener: none
0.14/0.14	c --- End Solver configuration ---
0.14/0.14	c solving HOME/instance-4430120-1721175604.opb
0.14/0.14	c reading problem ... 
0.14/0.15	c  objective function found
1.90/1.01	c ... done. Wall clock time 0.855s.
1.90/1.01	c declared #vars     45632
1.90/1.01	c #constraints  1554
1.90/1.01	c constraints type 
1.90/1.01	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 712
1.90/1.01	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 130
1.90/1.01	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 712
1.90/1.01	c 1554 constraints processed.
1.90/1.01	c objective function length is 64 literals
3600.09/3593.02	c starts		: 6
3600.09/3593.03	c conflicts		: 2358
3600.09/3593.03	c decisions		: 210418
3600.09/3593.03	c propagations		: 525562
3600.09/3593.03	c inspects		: 6007171
3600.09/3593.03	c shortcuts		: 0
3600.09/3593.03	c learnt literals	: 0
3600.09/3593.03	c learnt binary clauses	: 0
3600.09/3593.03	c learnt ternary clauses	: 0
3600.09/3593.03	c learnt constraints	: 2358
3600.09/3593.03	c ignored constraints	: 0
3600.09/3593.03	c root simplifications	: 0
3600.09/3593.03	c removed literals (reason simplification)	: 0
3600.09/3593.03	c reason swapping (by a shorter reason)	: 0
3600.09/3593.03	c Calls to reduceDB	: 0
3600.09/3593.03	c Number of update (reduction) of LBD	: 2314
3600.09/3593.03	c Imported unit clauses	: 0
3600.09/3593.03	c No decision after first conflict	: false
3600.09/3593.03	c number of reductions to clauses (during analyze)	: 0
3600.09/3593.03	c number of learned constraints concerned by reduction	: 0
3600.09/3593.03	c number of learning phase by resolution	: 0
3600.09/3593.03	c number of learning phase by cutting planes	: 0
3600.09/3593.03	c number of rounding to 1 operations	: 0
3600.09/3593.03	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3593.03	c number of reductions of the coefficients by power 2 	: 0
3600.09/3593.03	c number of right shift for reduction by power 2 	: 0
3600.09/3593.03	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3593.03	c number of ending skipping 	: 0
3600.09/3593.03	c number of internal skipping 	: 0
3600.09/3593.03	c number of derivation steps 	: 4554
3600.09/3593.03	c number of skipped derivation steps 	: 0
3600.09/3593.03	c number of remaining unassigned 	: 637297
3600.09/3593.03	c number of remaining assigned 	: 1709386
3600.09/3593.03	c number of falsified literals weakened from reason	: 0
3600.09/3593.03	c number of falsified literals weakened from conflict	: 0
3600.09/3593.03	c time for arithmetic operations	: 251934465
3600.09/3593.03	c minimum degree of deleted constraints	: null
3600.09/3593.04	c maximum degree of deleted constraints	: null
3600.09/3593.04	c number of deleted constraints	: 0
3600.09/3593.05	c speed (assignments/second)	: 146.3147101737557
3600.09/3593.05	c non guided choices	: 43720
3600.09/3593.05	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 2358
3600.09/3593.05	s UNKNOWN
3600.09/3593.05	c Total wall clock time (in seconds): 3592.906

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63931 MiB (61706 MiB free)
  memory of node 1: 64510 MiB (60348 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4430120-1721175604/watcher-4430120-1721175604 -o /tmp/evaluation-result-4430120-1721175604/solver-4430120-1721175604 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721175616-908265 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4430120-1721175604.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=908343, runsolver pid=908340

[startup+0.101262 s]*
/proc/loadavg: 2.94 3.22 3.64 11/326 908394
/proc/meminfo: memFree=124874900/131524600 swapFree=131071996/131071996
[pid=908343] ppid=908340 vsize=18975048 memory=63484 CPUtime=0.14 cores=5,7
/proc/908343/stat : 908343 (java) S 908340 908343 908252 0 -1 1077936128 7256 0 0 0 12 2 0 0 20 0 18 0 169722210 19430449152 15871 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
/proc/908343/statm: 4743762 15871 5706 1 0 549380 0
[pid=908343/tid=908345] ppid=908340 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/908343/task/908345/stat : 908345 (java) R 908340 908343 908252 0 -1 4194368 5781 0 0 0 7 1 0 0 20 0 18 0 169722210 19430449152 15871 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
[pid=908343/tid=908387] ppid=908340 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/908343/task/908387/stat : 908387 (Finalizer) S 908340 908343 908252 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 169722213 19430449152 15871 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
[pid=908343/tid=908394] ppid=908340 vsize=18975048 memory=15824395507619580 CPUtime=0 cores=5,7
/proc/908343/task/908394/stat : 908394 (Common-Cleaner) S 908340 908343 908252 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 169722213 19430449152 15871 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63484 KiB

[startup+0.211014 s]*
/proc/loadavg: 2.94 3.22 3.64 13/326 908394
/proc/meminfo: memFree=124792884/131524600 swapFree=131071996/131071996
[pid=908343] ppid=908340 vsize=18975048 memory=86160 CPUtime=0.35 cores=5,7
/proc/908343/stat : 908343 (java) S 908340 908343 908252 0 -1 1077936128 7766 0 0 0 33 2 0 0 20 0 18 0 169722210 19430449152 21540 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
/proc/908343/statm: 4743762 21540 5839 1 0 549681 0
[pid=908343/tid=908345] ppid=908340 vsize=18975048 memory=4782652875487838339 CPUtime=0.2 cores=5,7
/proc/908343/task/908345/stat : 908345 (java) R 908340 908343 908252 0 -1 4194368 6023 0 0 0 18 2 0 0 20 0 18 0 169722210 19430449152 22052 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
[pid=908343/tid=908387] ppid=908340 vsize=18975048 memory=15975 CPUtime=0 cores=5,7
/proc/908343/task/908387/stat : 908387 (Finalizer) S 908340 908343 908252 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 169722213 19430449152 22052 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
[pid=908343/tid=908394] ppid=908340 vsize=18975048 memory=14698495600756458 CPUtime=0 cores=5,7
/proc/908343/task/908394/stat : 908394 (Common-Cleaner) S 908340 908343 908252 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 169722213 19430449152 22052 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 86160 KiB

[startup+0.310459 s]*
/proc/loadavg: 2.94 3.22 3.64 13/326 908394
/proc/meminfo: memFree=124596152/131524600 swapFree=131071996/131071996
[pid=908343] ppid=908340 vsize=18975048 memory=144340 CPUtime=0.55 cores=5,7
/proc/908343/stat : 908343 (java) S 908340 908343 908252 0 -1 1077936128 11231 0 0 0 51 4 0 0 20 0 18 0 169722210 19430449152 36085 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
/proc/908343/statm: 4743762 36085 5839 1 0 552049 0
[pid=908343/tid=908345] ppid=908340 vsize=18975048 memory=-9176479396789527228 CPUtime=0.29 cores=5,7
/proc/908343/task/908345/stat : 908345 (java) R 908340 908343 908252 0 -1 4194368 6050 0 0 0 27 2 0 0 20 0 18 0 169722210 19430449152 36085 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
[pid=908343/tid=908387] ppid=908340 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/908343/task/908387/stat : 908387 (Finalizer) S 908340 908343 908252 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 169722213 19430449152 36085 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
[pid=908343/tid=908394] ppid=908340 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/908343/task/908394/stat : 908394 (Common-Cleaner) S 908340 908343 908252 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 169722213 19430449152 36085 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 144340 KiB

[startup+0.710013 s]
/proc/loadavg: 2.94 3.22 3.64 14/331 908399
/proc/meminfo: memFree=124431072/131524600 swapFree=131071996/131071996
[pid=908343] ppid=908340 vsize=19041612 memory=202740 CPUtime=1.31 cores=5,7
/proc/908343/stat : 908343 (java) S 908340 908343 908252 0 -1 1077936128 12555 0 0 0 126 5 0 0 20 0 19 0 169722210 19498610688 50685 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
/proc/908343/statm: 4760403 50685 5855 1 0 553315 0
[pid=908343/tid=908345] ppid=908340 vsize=19041612 memory=5472 CPUtime=0.59 cores=5,7
/proc/908343/task/908345/stat : 908345 (java) R 908340 908343 908252 0 -1 4194368 6087 0 0 0 56 3 0 0 20 0 19 0 169722210 19498610688 50685 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
[pid=908343/tid=908387] ppid=908340 vsize=19041612 memory=13196 CPUtime=0 cores=5,7
/proc/908343/task/908387/stat : 908387 (Finalizer) S 908340 908343 908252 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 169722213 19498610688 50685 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
[pid=908343/tid=908394] ppid=908340 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/908343/task/908394/stat : 908394 (Common-Cleaner) S 908340 908343 908252 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 169722213 19498610688 50685 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
Current children cumulated CPU time: 1.31 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 202740 KiB

[startup+1.50101 s]
/proc/loadavg: 2.94 3.22 3.64 13/333 908401
/proc/meminfo: memFree=123796380/131524600 swapFree=131071996/131071996
[pid=908343] ppid=908340 vsize=19108176 memory=600752 CPUtime=2.84 cores=5,7
/proc/908343/stat : 908343 (java) S 908340 908343 908252 0 -1 1077936128 14229 0 0 0 271 13 0 0 20 0 20 0 169722210 19566772224 150188 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
/proc/908343/statm: 4777044 150188 5940 1 0 844159 0
[pid=908343/tid=908345] ppid=908340 vsize=19108176 memory=13196 CPUtime=1.29 cores=5,7
/proc/908343/task/908345/stat : 908345 (java) R 908340 908343 908252 0 -1 4194368 6407 0 0 0 119 10 0 0 20 0 20 0 169722210 19566772224 150188 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
[pid=908343/tid=908387] ppid=908340 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/908343/task/908387/stat : 908387 (Finalizer) S 908340 908343 908252 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169722213 19566772224 150188 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
[pid=908343/tid=908394] ppid=908340 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/908343/task/908394/stat : 908394 (Common-Cleaner) S 908340 908343 908252 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 169722213 19566772224 150188 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 600752 KiB

[startup+3.10601 s]
/proc/loadavg: 3.35 3.30 3.66 7/333 908402
/proc/meminfo: memFree=123577000/131524600 swapFree=131071996/131071996
[pid=908343] ppid=908340 vsize=19108176 memory=644528 CPUtime=4.86 cores=5,7
/proc/908343/stat : 908343 (java) S 908340 908343 908252 0 -1 1077936128 14350 0 0 0 472 14 0 0 20 0 20 0 169722210 19566772224 161132 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
/proc/908343/statm: 4777044 161132 5940 1 0 844182 0
[pid=908343/tid=908345] ppid=908340 vsize=19108176 memory=198340509722 CPUtime=2.88 cores=5,7
/proc/908343/task/908345/stat : 908345 (java) R 908340 908343 908252 0 -1 4194368 6430 0 0 0 277 11 0 0 20 0 20 0 169722210 19566772224 161132 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
[pid=908343/tid=908387] ppid=908340 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/908343/task/908387/stat : 908387 (Finalizer) S 908340 908343 908252 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169722213 19566772224 161132 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
[pid=908343/tid=908394] ppid=908340 vsize=19108176 memory=13196 CPUtime=0 cores=5,7
/proc/908343/task/908394/stat : 908394 (Common-Cleaner) S 908340 908343 908252 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 169722213 19566772224 161132 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
[pid=908343/tid=908402] ppid=908340 vsize=19108176 memory=611516 CPUtime=0 cores=5,7
/proc/908343/task/908402/stat : 908402 (Timer-0) S 908340 908343 908252 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169722313 19566772224 161132 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
Current children cumulated CPU time: 4.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 644528 KiB

[startup+6.30101 s]
/proc/loadavg: 3.35 3.30 3.66 4/333 908402
/proc/meminfo: memFree=123136516/131524600 swapFree=131071996/131071996
[pid=908343] ppid=908340 vsize=19108176 memory=734784 CPUtime=8.82 cores=5,7
/proc/908343/stat : 908343 (java) S 908340 908343 908252 0 -1 1077936128 19918 0 0 0 865 17 0 0 20 0 20 0 169722210 19566772224 183696 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
/proc/908343/statm: 4777044 183696 5940 1 0 844611 0
[pid=908343/tid=908345] ppid=908340 vsize=19108176 memory=0 CPUtime=6.05 cores=5,7
/proc/908343/task/908345/stat : 908345 (java) R 908340 908343 908252 0 -1 4194368 7103 0 0 0 592 13 0 0 20 0 20 0 169722210 19566772224 183696 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
[pid=908343/tid=908387] ppid=908340 vsize=19108176 memory=13196 CPUtime=0 cores=5,7
/proc/908343/task/908387/stat : 908387 (Finalizer) S 908340 908343 908252 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169722213 19566772224 183696 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
[pid=908343/tid=908394] ppid=908340 vsize=19108176 memory=623804 CPUtime=0 cores=5,7
/proc/908343/task/908394/stat : 908394 (Common-Cleaner) S 908340 908343 908252 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 169722213 19566772224 183696 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
[pid=908343/tid=908402] ppid=908340 vsize=19108176 memory=732736 CPUtime=0 cores=5,7
/proc/908343/task/908402/stat : 908402 (Timer-0) S 908340 908343 908252 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169722313 19566772224 183696 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
Current children cumulated CPU time: 8.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 734784 KiB

[startup+12.7002 s]
/proc/loadavg: 3.40 3.31 3.67 5/333 908403
/proc/meminfo: memFree=122277832/131524600 swapFree=131071996/131071996
[pid=908343] ppid=908340 vsize=19108176 memory=863596 CPUtime=16 cores=5,7
/proc/908343/stat : 908343 (java) S 908340 908343 908252 0 -1 1077936128 21784 0 0 0 1581 19 0 0 20 0 20 0 169722210 19566772224 215899 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
/proc/908343/statm: 4777044 215899 5940 1 0 844997 0
[pid=908343/tid=908345] ppid=908340 vsize=19108176 memory=839020 CPUtime=12.43 cores=5,7
/proc/908343/task/908345/stat : 908345 (java) R 908340 908343 908252 0 -1 4194368 7470 0 0 0 1228 15 0 0 20 0 20 0 169722210 19566772224 215899 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
[pid=908343/tid=908387] ppid=908340 vsize=19108176 memory=11544 CPUtime=0 cores=5,7
/proc/908343/task/908387/stat : 908387 (Finalizer) S 908340 908343 908252 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169722213 19566772224 215899 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
[pid=908343/tid=908394] ppid=908340 vsize=19108176 memory=6082781338512483155 CPUtime=0 cores=5,7
/proc/908343/task/908394/stat : 908394 (Common-Cleaner) S 908340 908343 908252 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 169722213 19566772224 215899 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
[pid=908343/tid=908402] ppid=908340 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/908343/task/908402/stat : 908402 (Timer-0) S 908340 908343 908252 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169722313 19566772224 215899 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
Current children cumulated CPU time: 16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 863596 KiB

[startup+25.5002 s]
/proc/loadavg: 3.53 3.35 3.67 5/333 908405
/proc/meminfo: memFree=120691224/131524600 swapFree=131071996/131071996
[pid=908343] ppid=908340 vsize=19108176 memory=988768 CPUtime=28.94 cores=5,7
/proc/908343/stat : 908343 (java) S 908340 908343 908252 0 -1 1077936128 25536 0 0 0 2872 22 0 0 20 0 20 0 169722210 19566772224 247192 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
/proc/908343/statm: 4777044 247192 5940 1 0 844997 0
[pid=908343/tid=908345] ppid=908340 vsize=19108176 memory=6082781338512483155 CPUtime=25.21 cores=5,7
/proc/908343/task/908345/stat : 908345 (java) R 908340 908343 908252 0 -1 4194368 8341 0 0 0 2503 18 0 0 20 0 20 0 169722210 19566772224 247192 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
[pid=908343/tid=908387] ppid=908340 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/908343/task/908387/stat : 908387 (Finalizer) S 908340 908343 908252 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169722213 19566772224 247192 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
[pid=908343/tid=908394] ppid=908340 vsize=19108176 memory=974428 CPUtime=0 cores=5,7
/proc/908343/task/908394/stat : 908394 (Common-Cleaner) S 908340 908343 908252 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 169722213 19566772224 247192 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
[pid=908343/tid=908402] ppid=908340 vsize=19108176 memory=6944656592455097440 CPUtime=0 cores=5,7
/proc/908343/task/908402/stat : 908402 (Timer-0) S 908340 908343 908252 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169722313 19566772224 247192 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
Current children cumulated CPU time: 28.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 988768 KiB

[startup+51.1049 s]
/proc/loadavg: 3.84 3.43 3.69 5/333 908409
/proc/meminfo: memFree=119107308/131524600 swapFree=131071996/131071996
[pid=908343] ppid=908340 vsize=19108176 memory=1343312 CPUtime=54.58 cores=5,7
/proc/908343/stat : 908343 (java) S 908340 908343 908252 0 -1 1077936128 31816 0 0 0 5429 29 0 0 20 0 20 0 169722210 19566772224 335828 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
/proc/908343/statm: 4777044 335828 5940 1 0 844997 0
[pid=908343/tid=908345] ppid=908340 vsize=19108176 memory=1259292 CPUtime=50.74 cores=5,7
/proc/908343/task/908345/stat : 908345 (java) R 908340 908343 908252 0 -1 4194368 10404 0 0 0 5050 24 0 0 20 0 20 0 169722210 19566772224 335828 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
[pid=908343/tid=908387] ppid=908340 vsize=19108176 memory=863596 CPUtime=0 cores=5,7
/proc/908343/task/908387/stat : 908387 (Finalizer) S 908340 908343 908252 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169722213 19566772224 335828 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
[pid=908343/tid=908394] ppid=908340 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/908343/task/908394/stat : 908394 (Common-Cleaner) S 908340 908343 908252 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 169722213 19566772224 335828 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
[pid=908343/tid=908402] ppid=908340 vsize=19108176 memory=11544 CPUtime=0 cores=5,7
/proc/908343/task/908402/stat : 908402 (Timer-0) S 908340 908343 908252 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169722313 19566772224 335828 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0

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

/proc/meminfo: memFree=110553028/131524600 swapFree=131071996/131071996
[pid=908343] ppid=908340 vsize=19108176 memory=3647268 CPUtime=3229.93 cores=5,7
/proc/908343/stat : 908343 (java) S 908340 908343 908252 0 -1 1077936128 214499 0 0 0 322825 168 0 0 20 0 20 0 169722210 19566772224 911817 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
/proc/908343/statm: 4777044 911817 5968 1 0 972929 0
[pid=908343/tid=908345] ppid=908340 vsize=19108176 memory=3337416 CPUtime=3210.84 cores=5,7
/proc/908343/task/908345/stat : 908345 (java) R 908340 908343 908252 0 -1 4194368 95596 0 0 0 321031 53 0 0 20 0 20 0 169722210 19566772224 911817 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
[pid=908343/tid=908387] ppid=908340 vsize=19108176 memory=3559204 CPUtime=0 cores=5,7
/proc/908343/task/908387/stat : 908387 (Finalizer) S 908340 908343 908252 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169722213 19566772224 911817 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
[pid=908343/tid=908394] ppid=908340 vsize=19108176 memory=11544 CPUtime=0 cores=5,7
/proc/908343/task/908394/stat : 908394 (Common-Cleaner) S 908340 908343 908252 0 -1 1077936192 6332 0 0 0 0 0 0 0 20 0 20 0 169722213 19566772224 911817 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
[pid=908343/tid=908402] ppid=908340 vsize=19108176 memory=-9176479396789527228 CPUtime=0 cores=5,7
/proc/908343/task/908402/stat : 908402 (Timer-0) S 908340 908343 908252 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169722313 19566772224 911817 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
Current children cumulated CPU time: 3229.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3647268 KiB

[startup+3282.3 s]
/proc/loadavg: 4.19 4.16 4.11 5/334 910193
/proc/meminfo: memFree=110215580/131524600 swapFree=131071996/131071996
[pid=908343] ppid=908340 vsize=19108176 memory=3839928 CPUtime=3289.92 cores=5,7
/proc/908343/stat : 908343 (java) S 908340 908343 908252 0 -1 1077936128 218976 0 0 0 328819 173 0 0 20 0 20 0 169722210 19566772224 959982 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
/proc/908343/statm: 4777044 959982 5968 1 0 972929 0
[pid=908343/tid=908345] ppid=908340 vsize=19108176 memory=11544 CPUtime=3270.62 cores=5,7
/proc/908343/task/908345/stat : 908345 (java) R 908340 908343 908252 0 -1 4194368 98008 0 0 0 327005 57 0 0 20 0 20 0 169722210 19566772224 959982 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
[pid=908343/tid=908387] ppid=908340 vsize=19108176 memory=3790628 CPUtime=0 cores=5,7
/proc/908343/task/908387/stat : 908387 (Finalizer) S 908340 908343 908252 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169722213 19566772224 959982 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
[pid=908343/tid=908394] ppid=908340 vsize=19108176 memory=3839780 CPUtime=0 cores=5,7
/proc/908343/task/908394/stat : 908394 (Common-Cleaner) S 908340 908343 908252 0 -1 1077936192 6468 0 0 0 0 0 0 0 20 0 20 0 169722213 19566772224 959982 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
[pid=908343/tid=908402] ppid=908340 vsize=19108176 memory=3839928 CPUtime=0 cores=5,7
/proc/908343/task/908402/stat : 908402 (Timer-0) S 908340 908343 908252 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169722313 19566772224 959982 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
Current children cumulated CPU time: 3289.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3839928 KiB

[startup+3342.3 s]
/proc/loadavg: 4.21 4.18 4.12 5/332 910204
/proc/meminfo: memFree=109778840/131524600 swapFree=131071996/131071996
[pid=908343] ppid=908340 vsize=19108176 memory=3839928 CPUtime=3349.81 cores=5,7
/proc/908343/stat : 908343 (java) S 908340 908343 908252 0 -1 1077936128 221100 0 0 0 334806 175 0 0 20 0 20 0 169722210 19566772224 959982 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
/proc/908343/statm: 4777044 959982 5968 1 0 972929 0
[pid=908343/tid=908345] ppid=908340 vsize=19108176 memory=-9176479396789527228 CPUtime=3330.49 cores=5,7
/proc/908343/task/908345/stat : 908345 (java) R 908340 908343 908252 0 -1 4194368 100040 0 0 0 332992 57 0 0 20 0 20 0 169722210 19566772224 959982 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
[pid=908343/tid=908387] ppid=908340 vsize=19108176 memory=3839928 CPUtime=0 cores=5,7
/proc/908343/task/908387/stat : 908387 (Finalizer) S 908340 908343 908252 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169722213 19566772224 959982 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
[pid=908343/tid=908394] ppid=908340 vsize=19108176 memory=43860 CPUtime=0 cores=5,7
/proc/908343/task/908394/stat : 908394 (Common-Cleaner) S 908340 908343 908252 0 -1 1077936192 6469 0 0 0 0 0 0 0 20 0 20 0 169722213 19566772224 959982 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
[pid=908343/tid=908402] ppid=908340 vsize=19108176 memory=6636 CPUtime=0 cores=5,7
/proc/908343/task/908402/stat : 908402 (Timer-0) S 908340 908343 908252 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169722313 19566772224 959982 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
Current children cumulated CPU time: 3349.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3839928 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.16 4.11 5/332 910214
/proc/meminfo: memFree=109778424/131524600 swapFree=131071996/131071996
[pid=908343] ppid=908340 vsize=19108176 memory=3839928 CPUtime=3409.69 cores=5,7
/proc/908343/stat : 908343 (java) S 908340 908343 908252 0 -1 1077936128 223282 0 0 0 340793 176 0 0 20 0 20 0 169722210 19566772224 959982 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
/proc/908343/statm: 4777044 959982 5968 1 0 972929 0
[pid=908343/tid=908345] ppid=908340 vsize=19108176 memory=-9176479396789527228 CPUtime=3390.34 cores=5,7
/proc/908343/task/908345/stat : 908345 (java) R 908340 908343 908252 0 -1 4194368 101933 0 0 0 338977 57 0 0 20 0 20 0 169722210 19566772224 959982 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
[pid=908343/tid=908387] ppid=908340 vsize=19108176 memory=3839928 CPUtime=0 cores=5,7
/proc/908343/task/908387/stat : 908387 (Finalizer) S 908340 908343 908252 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169722213 19566772224 959982 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
[pid=908343/tid=908394] ppid=908340 vsize=19108176 memory=11544 CPUtime=0 cores=5,7
/proc/908343/task/908394/stat : 908394 (Common-Cleaner) S 908340 908343 908252 0 -1 1077936192 6603 0 0 0 0 0 0 0 20 0 20 0 169722213 19566772224 959982 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
[pid=908343/tid=908402] ppid=908340 vsize=19108176 memory=3839928 CPUtime=0 cores=5,7
/proc/908343/task/908402/stat : 908402 (Timer-0) S 908340 908343 908252 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169722313 19566772224 959982 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
Current children cumulated CPU time: 3409.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3839928 KiB

[startup+3462.3 s]
/proc/loadavg: 4.19 4.17 4.12 5/332 910225
/proc/meminfo: memFree=109711328/131524600 swapFree=131071996/131071996
[pid=908343] ppid=908340 vsize=19108176 memory=3839928 CPUtime=3469.65 cores=5,7
/proc/908343/stat : 908343 (java) S 908340 908343 908252 0 -1 1077936128 227795 0 0 0 346787 178 0 0 20 0 20 0 169722210 19566772224 959982 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
/proc/908343/statm: 4777044 959982 5968 1 0 972929 0
[pid=908343/tid=908345] ppid=908340 vsize=19108176 memory=-9176479396789527228 CPUtime=3450.09 cores=5,7
/proc/908343/task/908345/stat : 908345 (java) R 908340 908343 908252 0 -1 4194368 104408 0 0 0 344952 57 0 0 20 0 20 0 169722210 19566772224 959982 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
[pid=908343/tid=908387] ppid=908340 vsize=19108176 memory=3839928 CPUtime=0 cores=5,7
/proc/908343/task/908387/stat : 908387 (Finalizer) S 908340 908343 908252 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169722213 19566772224 959982 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
[pid=908343/tid=908394] ppid=908340 vsize=19108176 memory=198340509722 CPUtime=0 cores=5,7
/proc/908343/task/908394/stat : 908394 (Common-Cleaner) S 908340 908343 908252 0 -1 1077936192 6739 0 0 0 0 0 0 0 20 0 20 0 169722213 19566772224 959982 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
[pid=908343/tid=908402] ppid=908340 vsize=19108176 memory=20088 CPUtime=0 cores=5,7
/proc/908343/task/908402/stat : 908402 (Timer-0) S 908340 908343 908252 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169722313 19566772224 959982 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
Current children cumulated CPU time: 3469.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3839928 KiB

[startup+3522.3 s]
/proc/loadavg: 4.07 4.14 4.10 5/331 910235
/proc/meminfo: memFree=109710956/131524600 swapFree=131071996/131071996
[pid=908343] ppid=908340 vsize=19108176 memory=3839928 CPUtime=3529.54 cores=5,7
/proc/908343/stat : 908343 (java) S 908340 908343 908252 0 -1 1077936128 229961 0 0 0 352774 180 0 0 20 0 20 0 169722210 19566772224 959982 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
/proc/908343/statm: 4777044 959982 5968 1 0 972929 0
[pid=908343/tid=908345] ppid=908340 vsize=19108176 memory=3839928 CPUtime=3509.95 cores=5,7
/proc/908343/task/908345/stat : 908345 (java) R 908340 908343 908252 0 -1 4194368 106345 0 0 0 350938 57 0 0 20 0 20 0 169722210 19566772224 959982 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
[pid=908343/tid=908387] ppid=908340 vsize=19108176 memory=3839928 CPUtime=0 cores=5,7
/proc/908343/task/908387/stat : 908387 (Finalizer) S 908340 908343 908252 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169722213 19566772224 959982 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
[pid=908343/tid=908394] ppid=908340 vsize=19108176 memory=3839928 CPUtime=0 cores=5,7
/proc/908343/task/908394/stat : 908394 (Common-Cleaner) S 908340 908343 908252 0 -1 1077936192 6823 0 0 0 0 0 0 0 20 0 20 0 169722213 19566772224 959982 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
[pid=908343/tid=908402] ppid=908340 vsize=19108176 memory=13668 CPUtime=0 cores=5,7
/proc/908343/task/908402/stat : 908402 (Timer-0) S 908340 908343 908252 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169722313 19566772224 959982 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
Current children cumulated CPU time: 3529.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3839928 KiB

[startup+3582.3 s]
/proc/loadavg: 5.10 4.42 4.20 4/305 910279
/proc/meminfo: memFree=112989376/131524600 swapFree=131071996/131071996
[pid=908343] ppid=908340 vsize=19108176 memory=3839928 CPUtime=3589.41 cores=5,7
/proc/908343/stat : 908343 (java) S 908340 908343 908252 0 -1 1077936128 232613 0 0 0 358759 182 0 0 20 0 20 0 169722210 19566772224 959982 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
/proc/908343/statm: 4777044 959982 5968 1 0 972929 0
[pid=908343/tid=908345] ppid=908340 vsize=19108176 memory=43860 CPUtime=3569.8 cores=5,7
/proc/908343/task/908345/stat : 908345 (java) R 908340 908343 908252 0 -1 4194368 108678 0 0 0 356923 57 0 0 20 0 20 0 169722210 19566772224 959982 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
[pid=908343/tid=908387] ppid=908340 vsize=19108176 memory=13196 CPUtime=0 cores=5,7
/proc/908343/task/908387/stat : 908387 (Finalizer) S 908340 908343 908252 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169722213 19566772224 959982 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
[pid=908343/tid=908394] ppid=908340 vsize=19108176 memory=43860 CPUtime=0 cores=5,7
/proc/908343/task/908394/stat : 908394 (Common-Cleaner) S 908340 908343 908252 0 -1 1077936192 6959 0 0 0 0 0 0 0 20 0 20 0 169722213 19566772224 959982 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
[pid=908343/tid=908402] ppid=908340 vsize=19108176 memory=13196 CPUtime=0 cores=5,7
/proc/908343/task/908402/stat : 908402 (Timer-0) S 908340 908343 908252 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169722313 19566772224 959982 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
Current children cumulated CPU time: 3589.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3839928 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3593 s]*
/proc/loadavg: 4.69 4.36 4.18 3/280 910335
/proc/meminfo: memFree=117726020/131524600 swapFree=131071996/131071996
[pid=908343] ppid=908340 vsize=19108176 memory=3839928 CPUtime=3600.09 cores=5,7
/proc/908343/stat : 908343 (java) S 908340 908343 908252 0 -1 1077936128 233059 0 0 0 359827 182 0 0 20 0 20 0 169722210 19566772224 959982 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
/proc/908343/statm: 4777044 959982 5968 1 0 972929 0
[pid=908343/tid=908345] ppid=908340 vsize=19108176 memory=-9176479396789527228 CPUtime=3580.48 cores=5,7
/proc/908343/task/908345/stat : 908345 (java) R 908340 908343 908252 0 -1 4194368 109124 0 0 0 357991 57 0 0 20 0 20 0 169722210 19566772224 959982 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
[pid=908343/tid=908387] ppid=908340 vsize=19108176 memory=-7738721993186499966 CPUtime=0 cores=5,7
/proc/908343/task/908387/stat : 908387 (Finalizer) S 908340 908343 908252 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 169722213 19566772224 959982 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
[pid=908343/tid=908394] ppid=908340 vsize=19108176 memory=4746392 CPUtime=0 cores=5,7
/proc/908343/task/908394/stat : 908394 (Common-Cleaner) S 908340 908343 908252 0 -1 1077936192 6959 0 0 0 0 0 0 0 20 0 20 0 169722213 19566772224 959982 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
[pid=908343/tid=908402] ppid=908340 vsize=19108176 memory=19440 CPUtime=0 cores=5,7
/proc/908343/task/908402/stat : 908402 (Timer-0) S 908340 908343 908252 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 169722313 19566772224 959982 134679101440 93902920028160 93902920031856 140730923169072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93902920039672 93902920040464 93902951735296 140730923176949 140730923177057 140730923177057 140730923184072 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3839928 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.36 s, system=1.85013 s

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

Child status: 143

Real time (s): 3593.07
CPU time (s): 3600.21
CPU user time (s): 3598.36
CPU system time (s): 1.85013
CPU usage (%): 100.199
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 3839928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.36
system time used= 1.85013
maximum resident set size= 3841416
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 236716
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 108033
involuntary context switches= 3030


# summary of solver processes directly reported to runsolver:
#   pid: 908343
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3598.36
#   total CPU system time (s): 1.85013

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.13053 second user time and 16.1867 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-17 02:20:16
IDJOB=4430120
IDBENCH=158610
IDSOLVER=3052
FILE ID=nodeC017/4430120-1721175604
RUNJOBID= nodeC017-1721175616-908265
SLURM_JOB_ID= 7505816
Free space on /tmp= 890076 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/pbfvmc-formulae/hw64/normalized-hw64-vm98p-opt.opb.negationfix.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4430120-1721175604/watcher-4430120-1721175604 -o /tmp/evaluation-result-4430120-1721175604/solver-4430120-1721175604 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721175616-908265 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4430120-1721175604.opb

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

MD5SUM BENCH= 380e20810b586058c5e1cee383ac3a23
RANDOM SEED=2113146190

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        125046280 kB
MemAvailable:   129699944 kB
Buffers:          448412 kB
Cached:          4993040 kB
SwapCached:            0 kB
Active:          1017628 kB
Inactive:        4755392 kB
Active(anon):       1448 kB
Inactive(anon):   367848 kB
Active(file):    1016180 kB
Inactive(file):  4387544 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              6296 kB
Writeback:             0 kB
AnonPages:        331316 kB
Mapped:           105012 kB
Shmem:             37720 kB
KReclaimable:     179172 kB
Slab:             295112 kB
SReclaimable:     179172 kB
SUnreclaim:       115940 kB
KernelStack:        3956 kB
PageTables:         9888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     712668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            63040 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:      246484 kB
DirectMap2M:    33081344 kB
DirectMap1G:    102760448 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC017 at 2024-07-17 03:20:09