Trace number 4429749

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.35 3595.84

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.11/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.14	c See www.sat4j.org for details.
0.11/0.15	c version CUSTOM.v20240707
0.11/0.17	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.17	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.17	c java.vm.version	22.0.1+8-16
0.11/0.18	c java.vm.vendor	Oracle Corporation
0.11/0.18	c sun.arch.data.model	64
0.11/0.18	c java.version		22.0.1
0.11/0.18	c os.name		Linux
0.11/0.18	c os.version		4.18.0-301.1.el8.x86_64
0.11/0.18	c os.arch		amd64
0.11/0.18	c Free memory 		2113181440
0.11/0.18	c Max memory 		16282288128
0.11/0.19	c Total memory 		2122317824
0.11/0.19	c Number of processors 	2
0.41/0.34	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.41/0.34	 - never skip resolution steps
0.41/0.34	 - Auto-division on coefficients is disabled
0.41/0.34	 - No postprocessing
0.41/0.34	 - Conflict is considered as is when resolving
0.41/0.34	 - Use constraints as they come during conflict analysis
0.41/0.34	 - Weaken first using unassigned literals
0.41/0.34	 - Bump strategy: ALWAYS_ONE
0.41/0.34	 - Bumper: EFFECTIVE
0.41/0.34	--- Begin Solver configuration ---
0.41/0.34	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.41/0.34	Learn all clauses as in MiniSAT
0.41/0.34	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.41/0.34	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.41/0.34	No reason simplification
0.41/0.34	Dynamic restart strategy considering the size of the coefficients
0.41/0.34	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.41/0.34	timeout=2147483s
0.41/0.34	DB Simplification allowed=false
0.41/0.34	Listener: none
0.41/0.34	--- End Solver configuration ---
0.41/0.34	c Pseudo Boolean Optimization by upper bound
0.41/0.34	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.41/0.34	c  - never skip resolution steps
0.41/0.34	c  - Auto-division on coefficients is disabled
0.41/0.34	c  - No postprocessing
0.41/0.34	c  - Conflict is considered as is when resolving
0.41/0.34	c  - Use constraints as they come during conflict analysis
0.41/0.34	c  - Weaken first using unassigned literals
0.41/0.34	c  - Bump strategy: ALWAYS_ONE
0.41/0.34	c  - Bumper: EFFECTIVE
0.41/0.34	c --- Begin Solver configuration ---
0.41/0.34	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.41/0.34	c Learn all clauses as in MiniSAT
0.41/0.34	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.41/0.34	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.41/0.34	c No reason simplification
0.41/0.34	c Dynamic restart strategy considering the size of the coefficients
0.41/0.34	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.41/0.34	c timeout=2147483s
0.41/0.34	c DB Simplification allowed=false
0.41/0.34	c Listener: none
0.41/0.34	c --- End Solver configuration ---
0.41/0.34	c solving HOME/instance-4429749-1721066556.opb
0.41/0.35	c reading problem ... 
0.41/0.35	c  objective function found
1.54/0.90	c ... done. Wall clock time 0.555s.
1.54/0.90	c declared #vars     7287
1.54/0.90	c #constraints  595
1.54/0.90	c constraints type 
1.54/0.90	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 420
1.54/0.90	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 175
1.54/0.90	c 595 constraints processed.
1.54/0.92	c objective function length is 31 literals
3600.09/3595.73	c starts		: 11
3600.09/3595.74	c conflicts		: 3297
3600.09/3595.74	c decisions		: 192021
3600.09/3595.75	c propagations		: 1344541
3600.09/3595.75	c inspects		: 47813734
3600.09/3595.75	c shortcuts		: 0
3600.09/3595.75	c learnt literals	: 0
3600.09/3595.78	c learnt binary clauses	: 0
3600.09/3595.78	c learnt ternary clauses	: 0
3600.09/3595.78	c learnt constraints	: 3297
3600.09/3595.79	c ignored constraints	: 0
3600.09/3595.79	c root simplifications	: 0
3600.09/3595.79	c removed literals (reason simplification)	: 0
3600.09/3595.79	c reason swapping (by a shorter reason)	: 0
3600.09/3595.79	c Calls to reduceDB	: 0
3600.09/3595.79	c Number of update (reduction) of LBD	: 3402
3600.09/3595.79	c Imported unit clauses	: 0
3600.09/3595.79	c No decision after first conflict	: false
3600.09/3595.79	c number of reductions to clauses (during analyze)	: 0
3600.09/3595.79	c number of learned constraints concerned by reduction	: 0
3600.09/3595.79	c number of learning phase by resolution	: 0
3600.09/3595.79	c number of learning phase by cutting planes	: 0
3600.09/3595.79	c number of rounding to 1 operations	: 0
3600.09/3595.79	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3595.79	c number of reductions of the coefficients by power 2 	: 0
3600.09/3595.79	c number of right shift for reduction by power 2 	: 0
3600.09/3595.79	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3595.79	c number of ending skipping 	: 0
3600.09/3595.79	c number of internal skipping 	: 0
3600.09/3595.79	c number of derivation steps 	: 9563
3600.09/3595.79	c number of skipped derivation steps 	: 0
3600.09/3595.79	c number of remaining unassigned 	: 521864
3600.09/3595.79	c number of remaining assigned 	: 9312909
3600.09/3595.79	c number of falsified literals weakened from reason	: 0
3600.09/3595.79	c number of falsified literals weakened from conflict	: 0
3600.09/3595.79	c time for arithmetic operations	: 1043755489
3600.31/3595.81	c minimum degree of deleted constraints	: null
3600.31/3595.81	c maximum degree of deleted constraints	: null
3600.31/3595.81	c number of deleted constraints	: 0
3600.31/3595.81	c speed (assignments/second)	: 374.0164807026455
3600.31/3595.81	c non guided choices	: 0
3600.31/3595.82	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1
3600.31/3595.82	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 3296
3600.31/3595.82	s UNKNOWN
3600.31/3595.82	c Total wall clock time (in seconds): 3595.475

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429749-1721066556/watcher-4429749-1721066556 -o /tmp/evaluation-result-4429749-1721066556/solver-4429749-1721066556 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721059563-801473 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429749-1721066556.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=805565, runsolver pid=805562

[startup+0.100059 s]*
/proc/loadavg: 4.31 4.31 4.32 5/317 805583
/proc/meminfo: memFree=119172400/131655788 swapFree=131071996/131071996
[pid=805565] ppid=805562 vsize=18975048 memory=57604 CPUtime=0.11 cores=0,2
/proc/805565/stat : 805565 (java) S 805562 805565 801463 0 -1 1077936128 6335 0 0 0 8 3 0 0 20 0 18 0 158812022 19430449152 14401 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
/proc/805565/statm: 4743762 14401 5690 1 0 550799 0
[pid=805565/tid=805567] ppid=805562 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/805565/task/805567/stat : 805567 (java) R 805562 805565 801463 0 -1 4194368 5298 0 0 0 6 2 0 0 20 0 18 0 158812022 19430449152 14401 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
[pid=805565/tid=805576] ppid=805562 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/805565/task/805576/stat : 805576 (Finalizer) S 805562 805565 801463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 158812027 19430449152 14401 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
[pid=805565/tid=805583] ppid=805562 vsize=18975048 memory=16101481095009462 CPUtime=0 cores=0,2
/proc/805565/task/805583/stat : 805583 (Common-Cleaner) S 805562 805565 801463 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 158812028 19430449152 14401 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 57604 KiB

[startup+0.205994 s]*
/proc/loadavg: 4.31 4.31 4.32 5/317 805583
/proc/meminfo: memFree=119165308/131655788 swapFree=131071996/131071996
[pid=805565] ppid=805562 vsize=18975048 memory=66692 CPUtime=0.25 cores=0,2
/proc/805565/stat : 805565 (java) S 805562 805565 801463 0 -1 1077936128 7062 0 0 0 22 3 0 0 20 0 18 0 158812022 19430449152 16673 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
/proc/805565/statm: 4743762 16673 5698 1 0 551399 0
[pid=805565/tid=805567] ppid=805562 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=0,2
/proc/805565/task/805567/stat : 805567 (java) R 805562 805565 801463 0 -1 4194368 5628 0 0 0 16 3 0 0 20 0 18 0 158812022 19430449152 16673 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
[pid=805565/tid=805576] ppid=805562 vsize=18975048 memory=5697 CPUtime=0 cores=0,2
/proc/805565/task/805576/stat : 805576 (Finalizer) S 805562 805565 801463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 158812027 19430449152 16673 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
[pid=805565/tid=805583] ppid=805562 vsize=18975048 memory=14699599474464555 CPUtime=0 cores=0,2
/proc/805565/task/805583/stat : 805583 (Common-Cleaner) S 805562 805565 801463 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 158812028 19430449152 16673 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66692 KiB

[startup+0.308479 s]*
/proc/loadavg: 4.31 4.31 4.32 8/317 805583
/proc/meminfo: memFree=119161748/131655788 swapFree=131071996/131071996
[pid=805565] ppid=805562 vsize=18975048 memory=67888 CPUtime=0.41 cores=0,2
/proc/805565/stat : 805565 (java) S 805562 805565 801463 0 -1 1077936128 7371 0 0 0 37 4 0 0 20 0 18 0 158812022 19430449152 16972 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
/proc/805565/statm: 4743762 16972 5713 1 0 551634 0
[pid=805565/tid=805567] ppid=805562 vsize=18975048 memory=-9031799072621961916 CPUtime=0.28 cores=0,2
/proc/805565/task/805567/stat : 805567 (java) S 805562 805565 801463 0 -1 1077936192 5807 0 0 0 25 3 0 0 20 0 18 0 158812022 19430449152 16972 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
[pid=805565/tid=805576] ppid=805562 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/805565/task/805576/stat : 805576 (Finalizer) S 805562 805565 801463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 158812027 19430449152 16972 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
[pid=805565/tid=805583] ppid=805562 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/805565/task/805583/stat : 805583 (Common-Cleaner) S 805562 805565 801463 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 158812028 19430449152 16972 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67888 KiB

[startup+0.708762 s]
/proc/loadavg: 4.31 4.31 4.32 7/317 805583
/proc/meminfo: memFree=119142140/131655788 swapFree=131071996/131071996
[pid=805565] ppid=805562 vsize=18975048 memory=128864 CPUtime=1.15 cores=0,2
/proc/805565/stat : 805565 (java) S 805562 805565 801463 0 -1 1077936128 9792 0 0 0 110 5 0 0 20 0 18 0 158812022 19430449152 32216 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
/proc/805565/statm: 4743762 32216 5876 1 0 553206 0
[pid=805565/tid=805567] ppid=805562 vsize=18975048 memory=5512 CPUtime=0.66 cores=0,2
/proc/805565/task/805567/stat : 805567 (java) R 805562 805565 801463 0 -1 4194368 5941 0 0 0 62 4 0 0 20 0 18 0 158812022 19430449152 32216 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
[pid=805565/tid=805576] ppid=805562 vsize=18975048 memory=11992 CPUtime=0 cores=0,2
/proc/805565/task/805576/stat : 805576 (Finalizer) S 805562 805565 801463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 158812027 19430449152 32216 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
[pid=805565/tid=805583] ppid=805562 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/805565/task/805583/stat : 805583 (Common-Cleaner) S 805562 805565 801463 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 158812028 19430449152 32216 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 128864 KiB

[startup+1.50026 s]
/proc/loadavg: 4.31 4.31 4.32 6/319 805585
/proc/meminfo: memFree=119051320/131655788 swapFree=131071996/131071996
[pid=805565] ppid=805562 vsize=19108176 memory=189152 CPUtime=2.62 cores=0,2
/proc/805565/stat : 805565 (java) S 805562 805565 801463 0 -1 1077936128 17644 0 0 0 254 8 0 0 20 0 20 0 158812022 19566772224 47288 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
/proc/805565/statm: 4777044 47288 5962 1 0 556224 0
[pid=805565/tid=805567] ppid=805562 vsize=19108176 memory=11992 CPUtime=1.43 cores=0,2
/proc/805565/task/805567/stat : 805567 (java) R 805562 805565 801463 0 -1 4194368 6904 0 0 0 138 5 0 0 20 0 20 0 158812022 19566772224 47288 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
[pid=805565/tid=805576] ppid=805562 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/805565/task/805576/stat : 805576 (Finalizer) S 805562 805565 801463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158812027 19566772224 47288 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
[pid=805565/tid=805583] ppid=805562 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/805565/task/805583/stat : 805583 (Common-Cleaner) S 805562 805565 801463 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 158812028 19566772224 47288 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
[pid=805565/tid=805585] ppid=805562 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/805565/task/805585/stat : 805585 (Timer-0) S 805562 805565 801463 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158812115 19566772224 47288 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
Current children cumulated CPU time: 2.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 189152 KiB

[startup+3.10566 s]
/proc/loadavg: 4.36 4.32 4.33 5/319 805585
/proc/meminfo: memFree=119028144/131655788 swapFree=131071996/131071996
[pid=805565] ppid=805562 vsize=19108176 memory=202068 CPUtime=5.02 cores=0,2
/proc/805565/stat : 805565 (java) S 805562 805565 801463 0 -1 1077936128 19092 0 0 0 494 8 0 0 20 0 20 0 158812022 19566772224 50517 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
/proc/805565/statm: 4777044 50517 5962 1 0 556265 0
[pid=805565/tid=805567] ppid=805562 vsize=19108176 memory=0 CPUtime=3.02 cores=0,2
/proc/805565/task/805567/stat : 805567 (java) R 805562 805565 801463 0 -1 4194368 7132 0 0 0 297 5 0 0 20 0 20 0 158812022 19566772224 50517 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
[pid=805565/tid=805576] ppid=805562 vsize=19108176 memory=11600 CPUtime=0 cores=0,2
/proc/805565/task/805576/stat : 805576 (Finalizer) S 805562 805565 801463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158812027 19566772224 50517 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
[pid=805565/tid=805583] ppid=805562 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/805565/task/805583/stat : 805583 (Common-Cleaner) S 805562 805565 801463 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 158812028 19566772224 50517 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
[pid=805565/tid=805585] ppid=805562 vsize=19108176 memory=11992 CPUtime=0 cores=0,2
/proc/805565/task/805585/stat : 805585 (Timer-0) S 805562 805565 801463 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158812115 19566772224 50517 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
Current children cumulated CPU time: 5.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 202068 KiB

[startup+6.30824 s]
/proc/loadavg: 4.36 4.32 4.33 6/319 805585
/proc/meminfo: memFree=119024000/131655788 swapFree=131071996/131071996
[pid=805565] ppid=805562 vsize=19108176 memory=206268 CPUtime=9.09 cores=0,2
/proc/805565/stat : 805565 (java) S 805562 805565 801463 0 -1 1077936128 20581 0 0 0 900 9 0 0 20 0 20 0 158812022 19566772224 51567 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
/proc/805565/statm: 4777044 51567 5962 1 0 557264 0
[pid=805565/tid=805567] ppid=805562 vsize=19108176 memory=0 CPUtime=6.21 cores=0,2
/proc/805565/task/805567/stat : 805567 (java) R 805562 805565 801463 0 -1 4194368 7206 0 0 0 616 5 0 0 20 0 20 0 158812022 19566772224 51567 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
[pid=805565/tid=805576] ppid=805562 vsize=19108176 memory=11992 CPUtime=0 cores=0,2
/proc/805565/task/805576/stat : 805576 (Finalizer) S 805562 805565 801463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158812027 19566772224 51567 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
[pid=805565/tid=805583] ppid=805562 vsize=19108176 memory=11600 CPUtime=0 cores=0,2
/proc/805565/task/805583/stat : 805583 (Common-Cleaner) S 805562 805565 801463 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 158812028 19566772224 51567 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
[pid=805565/tid=805585] ppid=805562 vsize=19108176 memory=40468 CPUtime=0 cores=0,2
/proc/805565/task/805585/stat : 805585 (Timer-0) S 805562 805565 801463 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158812115 19566772224 51567 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
Current children cumulated CPU time: 9.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 206268 KiB

[startup+12.7004 s]
/proc/loadavg: 4.33 4.32 4.33 5/319 805587
/proc/meminfo: memFree=119027192/131655788 swapFree=131071996/131071996
[pid=805565] ppid=805562 vsize=19108176 memory=203256 CPUtime=16.81 cores=0,2
/proc/805565/stat : 805565 (java) S 805562 805565 801463 0 -1 1077936128 26776 0 0 0 1670 11 0 0 20 0 20 0 158812022 19566772224 50814 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
/proc/805565/statm: 4777044 50814 5962 1 0 557264 0
[pid=805565/tid=805567] ppid=805562 vsize=19108176 memory=153440 CPUtime=12.51 cores=0,2
/proc/805565/task/805567/stat : 805567 (java) R 805562 805565 801463 0 -1 4194368 7786 0 0 0 1246 5 0 0 20 0 20 0 158812022 19566772224 50814 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
[pid=805565/tid=805576] ppid=805562 vsize=19108176 memory=203168 CPUtime=0 cores=0,2
/proc/805565/task/805576/stat : 805576 (Finalizer) S 805562 805565 801463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158812027 19566772224 50814 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
[pid=805565/tid=805583] ppid=805562 vsize=19108176 memory=202068 CPUtime=0 cores=0,2
/proc/805565/task/805583/stat : 805583 (Common-Cleaner) S 805562 805565 801463 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 158812028 19566772224 50814 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
[pid=805565/tid=805585] ppid=805562 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/805565/task/805585/stat : 805585 (Timer-0) S 805562 805565 801463 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158812115 19566772224 50814 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
Current children cumulated CPU time: 16.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 203256 KiB

[startup+25.5005 s]
/proc/loadavg: 4.41 4.33 4.33 5/319 805588
/proc/meminfo: memFree=119018628/131655788 swapFree=131071996/131071996
[pid=805565] ppid=805562 vsize=19108176 memory=211700 CPUtime=30.33 cores=0,2
/proc/805565/stat : 805565 (java) S 805562 805565 801463 0 -1 1077936128 36296 0 0 0 3020 13 0 0 20 0 20 0 158812022 19566772224 52925 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
/proc/805565/statm: 4777044 52925 5962 1 0 557264 0
[pid=805565/tid=805567] ppid=805562 vsize=19108176 memory=203168 CPUtime=25.18 cores=0,2
/proc/805565/task/805567/stat : 805567 (java) R 805562 805565 801463 0 -1 4194368 9209 0 0 0 2513 5 0 0 20 0 20 0 158812022 19566772224 52925 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
[pid=805565/tid=805576] ppid=805562 vsize=19108176 memory=207484 CPUtime=0 cores=0,2
/proc/805565/task/805576/stat : 805576 (Finalizer) S 805562 805565 801463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158812027 19566772224 52925 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
[pid=805565/tid=805583] ppid=805562 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/805565/task/805583/stat : 805583 (Common-Cleaner) S 805562 805565 801463 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 158812028 19566772224 52925 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
[pid=805565/tid=805585] ppid=805562 vsize=19108176 memory=6944656592455097440 CPUtime=0 cores=0,2
/proc/805565/task/805585/stat : 805585 (Timer-0) S 805562 805565 801463 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158812115 19566772224 52925 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
Current children cumulated CPU time: 30.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 211700 KiB

[startup+51.114 s]
/proc/loadavg: 4.54 4.37 4.34 5/319 805661
/proc/meminfo: memFree=121323292/131655788 swapFree=131071996/131071996
[pid=805565] ppid=805562 vsize=19108176 memory=379884 CPUtime=56.38 cores=0,2
/proc/805565/stat : 805565 (java) S 805562 805565 801463 0 -1 1077936128 45523 0 0 0 5617 21 0 0 20 0 20 0 158812022 19566772224 94971 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
/proc/805565/statm: 4777044 94971 5962 1 0 557264 0
[pid=805565/tid=805567] ppid=805562 vsize=19108176 memory=261016 CPUtime=50.49 cores=0,2
/proc/805565/task/805567/stat : 805567 (java) R 805562 805565 801463 0 -1 4194368 11151 0 0 0 5040 9 0 0 20 0 20 0 158812022 19566772224 94971 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
[pid=805565/tid=805576] ppid=805562 vsize=19108176 memory=261016 CPUtime=0 cores=0,2
/proc/805565/task/805576/stat : 805576 (Finalizer) S 805562 805565 801463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158812027 19566772224 94971 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
[pid=805565/tid=805583] ppid=805562 vsize=19108176 memory=11600 CPUtime=0 cores=0,2
/proc/805565/task/805583/stat : 805583 (Common-Cleaner) S 805562 805565 801463 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 158812028 19566772224 94971 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0

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

[startup+3282.3 s]
/proc/loadavg: 4.30 4.38 4.35 5/321 807389
/proc/meminfo: memFree=98313940/131655788 swapFree=131071996/131071996
[pid=805565] ppid=805562 vsize=19108176 memory=2181388 CPUtime=3286.54 cores=0,2
/proc/805565/stat : 805565 (java) S 805562 805565 801463 0 -1 1077936128 184024 0 0 0 328419 235 0 0 20 0 20 0 158812022 19566772224 545347 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
/proc/805565/statm: 4777044 545347 5978 1 0 557694 0
[pid=805565/tid=805567] ppid=805562 vsize=19108176 memory=2181388 CPUtime=3263.96 cores=0,2
/proc/805565/task/805567/stat : 805567 (java) R 805562 805565 801463 0 -1 4194368 76397 0 0 0 326361 35 0 0 20 0 20 0 158812022 19566772224 545347 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 3 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
[pid=805565/tid=805576] ppid=805562 vsize=19108176 memory=2181388 CPUtime=0 cores=0,2
/proc/805565/task/805576/stat : 805576 (Finalizer) S 805562 805565 801463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158812027 19566772224 545347 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
[pid=805565/tid=805583] ppid=805562 vsize=19108176 memory=5512 CPUtime=0 cores=0,2
/proc/805565/task/805583/stat : 805583 (Common-Cleaner) S 805562 805565 801463 0 -1 1077936192 5191 0 0 0 0 0 0 0 20 0 20 0 158812028 19566772224 545347 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
[pid=805565/tid=805585] ppid=805562 vsize=19108176 memory=2181388 CPUtime=0 cores=0,2
/proc/805565/task/805585/stat : 805585 (Timer-0) S 805562 805565 801463 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158812115 19566772224 545347 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
Current children cumulated CPU time: 3286.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2181388 KiB

[startup+3342.3 s]
/proc/loadavg: 4.67 4.46 4.38 5/321 807399
/proc/meminfo: memFree=98274788/131655788 swapFree=131071996/131071996
[pid=805565] ppid=805562 vsize=19108176 memory=2181388 CPUtime=3346.36 cores=0,2
/proc/805565/stat : 805565 (java) S 805562 805565 801463 0 -1 1077936128 184743 0 0 0 334398 238 0 0 20 0 20 0 158812022 19566772224 545347 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
/proc/805565/statm: 4777044 545347 5978 1 0 557694 0
[pid=805565/tid=805567] ppid=805562 vsize=19108176 memory=2181388 CPUtime=3323.75 cores=0,2
/proc/805565/task/805567/stat : 805567 (java) R 805562 805565 801463 0 -1 4194368 76930 0 0 0 332339 36 0 0 20 0 20 0 158812022 19566772224 545347 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 3 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
[pid=805565/tid=805576] ppid=805562 vsize=19108176 memory=11992 CPUtime=0 cores=0,2
/proc/805565/task/805576/stat : 805576 (Finalizer) S 805562 805565 801463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158812027 19566772224 545347 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
[pid=805565/tid=805583] ppid=805562 vsize=19108176 memory=11600 CPUtime=0 cores=0,2
/proc/805565/task/805583/stat : 805583 (Common-Cleaner) S 805562 805565 801463 0 -1 1077936192 5312 0 0 0 0 0 0 0 20 0 20 0 158812028 19566772224 545347 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
[pid=805565/tid=805585] ppid=805562 vsize=19108176 memory=2181388 CPUtime=0 cores=0,2
/proc/805565/task/805585/stat : 805585 (Timer-0) S 805562 805565 801463 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158812115 19566772224 545347 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
Current children cumulated CPU time: 3346.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2181388 KiB

[startup+3402.3 s]
/proc/loadavg: 4.22 4.39 4.36 4/297 807613
/proc/meminfo: memFree=107557556/131655788 swapFree=131071996/131071996
[pid=805565] ppid=805562 vsize=19108176 memory=2181388 CPUtime=3406.2 cores=0,2
/proc/805565/stat : 805565 (java) S 805562 805565 801463 0 -1 1077936128 186551 0 0 0 340379 241 0 0 20 0 20 0 158812022 19566772224 545347 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
/proc/805565/statm: 4777044 545347 5978 1 0 557694 0
[pid=805565/tid=805567] ppid=805562 vsize=19108176 memory=11600 CPUtime=3383.33 cores=0,2
/proc/805565/task/805567/stat : 805567 (java) R 805562 805565 801463 0 -1 4194368 77531 0 0 0 338297 36 0 0 20 0 20 0 158812022 19566772224 545347 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 3 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
[pid=805565/tid=805576] ppid=805562 vsize=19108176 memory=2181388 CPUtime=0 cores=0,2
/proc/805565/task/805576/stat : 805576 (Finalizer) S 805562 805565 801463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158812027 19566772224 545347 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
[pid=805565/tid=805583] ppid=805562 vsize=19108176 memory=2181388 CPUtime=0 cores=0,2
/proc/805565/task/805583/stat : 805583 (Common-Cleaner) S 805562 805565 801463 0 -1 1077936192 5434 0 0 0 0 0 0 0 20 0 20 0 158812028 19566772224 545347 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
[pid=805565/tid=805585] ppid=805562 vsize=19108176 memory=2181388 CPUtime=0 cores=0,2
/proc/805565/task/805585/stat : 805585 (Timer-0) S 805562 805565 801463 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158812115 19566772224 545347 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
Current children cumulated CPU time: 3406.2 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2181388 KiB

[startup+3462.3 s]
/proc/loadavg: 3.44 4.14 4.27 4/297 807623
/proc/meminfo: memFree=107357864/131655788 swapFree=131071996/131071996
[pid=805565] ppid=805562 vsize=19108176 memory=2181612 CPUtime=3467.87 cores=0,2
/proc/805565/stat : 805565 (java) S 805562 805565 801463 0 -1 1077936128 194721 0 0 0 346540 247 0 0 20 0 20 0 158812022 19566772224 545403 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
/proc/805565/statm: 4777044 545403 5978 1 0 557714 0
[pid=805565/tid=805567] ppid=805562 vsize=19108176 memory=11600 CPUtime=3443.04 cores=0,2
/proc/805565/task/805567/stat : 805567 (java) R 805562 805565 801463 0 -1 4194368 78903 0 0 0 344268 36 0 0 20 0 20 0 158812022 19566772224 545403 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 3 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
[pid=805565/tid=805576] ppid=805562 vsize=19108176 memory=40468 CPUtime=0 cores=0,2
/proc/805565/task/805576/stat : 805576 (Finalizer) S 805562 805565 801463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158812027 19566772224 545403 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
[pid=805565/tid=805583] ppid=805562 vsize=19108176 memory=11600 CPUtime=0 cores=0,2
/proc/805565/task/805583/stat : 805583 (Common-Cleaner) S 805562 805565 801463 0 -1 1077936192 5500 0 0 0 0 0 0 0 20 0 20 0 158812028 19566772224 545403 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
[pid=805565/tid=805585] ppid=805562 vsize=19108176 memory=40468 CPUtime=0 cores=0,2
/proc/805565/task/805585/stat : 805585 (Timer-0) S 805562 805565 801463 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158812115 19566772224 545403 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
Current children cumulated CPU time: 3467.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2181612 KiB

[startup+3522.3 s]
/proc/loadavg: 3.34 3.99 4.21 4/295 807646
/proc/meminfo: memFree=112064356/131655788 swapFree=131071996/131071996
[pid=805565] ppid=805562 vsize=19108176 memory=2181612 CPUtime=3527.34 cores=0,2
/proc/805565/stat : 805565 (java) S 805562 805565 801463 0 -1 1077936128 195118 0 0 0 352484 250 0 0 20 0 20 0 158812022 19566772224 545403 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
/proc/805565/statm: 4777044 545403 5978 1 0 557714 0
[pid=805565/tid=805567] ppid=805562 vsize=19108176 memory=2181388 CPUtime=3502.29 cores=0,2
/proc/805565/task/805567/stat : 805567 (java) R 805562 805565 801463 0 -1 4194368 79246 0 0 0 350193 36 0 0 20 0 20 0 158812022 19566772224 545403 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 5 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
[pid=805565/tid=805576] ppid=805562 vsize=19108176 memory=2181612 CPUtime=0 cores=0,2
/proc/805565/task/805576/stat : 805576 (Finalizer) S 805562 805565 801463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158812027 19566772224 545403 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
[pid=805565/tid=805583] ppid=805562 vsize=19108176 memory=40468 CPUtime=0 cores=0,2
/proc/805565/task/805583/stat : 805583 (Common-Cleaner) S 805562 805565 801463 0 -1 1077936192 5514 0 0 0 0 0 0 0 20 0 20 0 158812028 19566772224 545403 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
[pid=805565/tid=805585] ppid=805562 vsize=19108176 memory=2648 CPUtime=0 cores=0,2
/proc/805565/task/805585/stat : 805585 (Timer-0) S 805562 805565 801463 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158812115 19566772224 545403 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
Current children cumulated CPU time: 3527.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2181612 KiB

[startup+3582.3 s]
/proc/loadavg: 3.17 3.82 4.14 4/294 807658
/proc/meminfo: memFree=112024956/131655788 swapFree=131071996/131071996
[pid=805565] ppid=805562 vsize=19108176 memory=2181620 CPUtime=3586.82 cores=0,2
/proc/805565/stat : 805565 (java) S 805562 805565 801463 0 -1 1077936128 195899 0 0 0 358428 254 0 0 20 0 20 0 158812022 19566772224 545405 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
/proc/805565/statm: 4777044 545405 5978 1 0 557714 0
[pid=805565/tid=805567] ppid=805562 vsize=19108176 memory=2181620 CPUtime=3561.71 cores=0,2
/proc/805565/task/805567/stat : 805567 (java) R 805562 805565 801463 0 -1 4194368 79839 0 0 0 356134 37 0 0 20 0 20 0 158812022 19566772224 545405 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 5 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
[pid=805565/tid=805576] ppid=805562 vsize=19108176 memory=40468 CPUtime=0 cores=0,2
/proc/805565/task/805576/stat : 805576 (Finalizer) S 805562 805565 801463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158812027 19566772224 545405 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
[pid=805565/tid=805583] ppid=805562 vsize=19108176 memory=32180 CPUtime=0 cores=0,2
/proc/805565/task/805583/stat : 805583 (Common-Cleaner) S 805562 805565 801463 0 -1 1077936192 5635 0 0 0 0 0 0 0 20 0 20 0 158812028 19566772224 545405 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
[pid=805565/tid=805585] ppid=805562 vsize=19108176 memory=2181620 CPUtime=0 cores=0,2
/proc/805565/task/805585/stat : 805585 (Timer-0) S 805562 805565 801463 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158812115 19566772224 545405 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
Current children cumulated CPU time: 3586.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2181620 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3595.7 s]
/proc/loadavg: 3.14 3.78 4.12 4/294 807660
/proc/meminfo: memFree=112018652/131655788 swapFree=131071996/131071996
[pid=805565] ppid=805562 vsize=19108176 memory=2181620 CPUtime=3600.09 cores=0,2
/proc/805565/stat : 805565 (java) S 805562 805565 801463 0 -1 1077936128 196053 0 0 0 359755 254 0 0 20 0 20 0 158812022 19566772224 545405 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
/proc/805565/statm: 4777044 545405 5978 1 0 557714 0
[pid=805565/tid=805567] ppid=805562 vsize=19108176 memory=2181612 CPUtime=3574.99 cores=0,2
/proc/805565/task/805567/stat : 805567 (java) R 805562 805565 801463 0 -1 4194368 79993 0 0 0 357462 37 0 0 20 0 20 0 158812022 19566772224 545405 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 5 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
[pid=805565/tid=805576] ppid=805562 vsize=19108176 memory=11992 CPUtime=0 cores=0,2
/proc/805565/task/805576/stat : 805576 (Finalizer) S 805562 805565 801463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 158812027 19566772224 545405 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
[pid=805565/tid=805583] ppid=805562 vsize=19108176 memory=2648 CPUtime=0 cores=0,2
/proc/805565/task/805583/stat : 805583 (Common-Cleaner) S 805562 805565 801463 0 -1 1077936192 5635 0 0 0 0 0 0 0 20 0 20 0 158812028 19566772224 545405 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
[pid=805565/tid=805585] ppid=805562 vsize=19108176 memory=2181380 CPUtime=0 cores=0,2
/proc/805565/task/805585/stat : 805585 (Timer-0) S 805562 805565 801463 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 158812115 19566772224 545405 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2181620 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.79 s, system=2.56331 s

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

[startup+3595.81 s]
/proc/loadavg: 3.14 3.78 4.12 4/294 807660
/proc/meminfo: memFree=112018652/131655788 swapFree=131071996/131071996
[pid=805565] ppid=805562 vsize=19307868 memory=2182292 CPUtime=3600.31 cores=0,2
/proc/805565/stat : 805565 (java) S 805562 805565 801463 0 -1 1077936128 198619 0 0 0 359776 255 0 0 20 0 21 0 158812022 19771256832 545573 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
/proc/805565/statm: 4826967 545573 5977 1 0 558649 0
[pid=805565/tid=805567] ppid=805562 vsize=19307868 memory=11512 CPUtime=3575.1 cores=0,2
/proc/805565/task/805567/stat : 805567 (java) R 805562 805565 801463 0 -1 4194368 79994 0 0 0 357473 37 0 0 20 0 21 0 158812022 19771256832 545573 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 5 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
[pid=805565/tid=805576] ppid=805562 vsize=19307868 memory=2692 CPUtime=0 cores=0,2
/proc/805565/task/805576/stat : 805576 (Finalizer) S 805562 805565 801463 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 158812027 19771256832 545573 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
[pid=805565/tid=805583] ppid=805562 vsize=19307868 memory=3368 CPUtime=0 cores=0,2
/proc/805565/task/805583/stat : 805583 (Common-Cleaner) S 805562 805565 801463 0 -1 1077936192 5635 0 0 0 0 0 0 0 20 0 21 0 158812028 19771256832 545573 134679101440 94330249502720 94330249506416 140729756026848 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94330249514232 94330249515024 94330252988416 140729756034037 140729756034145 140729756034145 140729756041160 0
Current children cumulated CPU time: 3600.31 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 2182292 KiB

Child status: 143

Real time (s): 3595.84
CPU time (s): 3600.35
CPU user time (s): 3597.79
CPU system time (s): 2.56331
CPU usage (%): 100.126
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 2182292

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.79
system time used= 2.56331
maximum resident set size= 2183072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 198807
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3120
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 107226
involuntary context switches= 26382


# summary of solver processes directly reported to runsolver:
#   pid: 805565
#   total CPU time (s): 3600.35
#   total CPU user time (s): 3597.79
#   total CPU system time (s): 2.56331

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.1569 second user time and 37.2889 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-15 20:02:48
IDJOB=4429749
IDBENCH=146775
IDSOLVER=3052
FILE ID=nodeC008/4429749-1721066556
RUNJOBID= nodeC008-1721059563-801473
SLURM_JOB_ID= 7505500
Free space on /tmp= 723760 MiB

SOLVER NAME= Sat4j Cutting Planes 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 CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429749-1721066556/watcher-4429749-1721066556 -o /tmp/evaluation-result-4429749-1721066556/solver-4429749-1721066556 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721059563-801473 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429749-1721066556.opb

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

MD5SUM BENCH= 1ab00a09bce4fe90071f9bd51d0e1c65
RANDOM SEED=1082529219

nodeC008.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.246
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.91
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		: 3599.875
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.31
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		: 3491.995
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.91
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.335
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.31
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		: 3491.958
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.91
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		: 3650.600
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.31
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.388
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.91
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.429
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.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        119209136 kB
MemAvailable:   119402148 kB
Buffers:          383592 kB
Cached:           654428 kB
SwapCached:            0 kB
Active:           613856 kB
Inactive:       11294044 kB
Active(anon):       1484 kB
Inactive(anon): 10906100 kB
Active(file):     612372 kB
Inactive(file):   387944 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1888 kB
Writeback:             0 kB
AnonPages:      10867936 kB
Mapped:           123272 kB
Shmem:             37704 kB
KReclaimable:      65456 kB
Slab:             159228 kB
SReclaimable:      65456 kB
SUnreclaim:        93772 kB
KernelStack:        4796 kB
PageTables:        31316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   11471380 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            51040 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10426368 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:      170824 kB
DirectMap2M:    19656704 kB
DirectMap1G:    116391936 kB

Free space on /tmp at the end= 723760 MiB
End job on nodeC008 at 2024-07-15 21:02:44