Trace number 4462001

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.12 3595.06

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/
StableMatchings/SMTI/x1/Init-x1-i4_pp_80_merged.opb
MD5SUM4616ac8a16a5f48e16aff56bf369874b
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 benchmark344
Best CPU time to get the best result obtained on this benchmark2.97819
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables113616
Total number of constraints113617
Number of constraints which are clauses97461
Number of constraints which are cardinality constraints (but not clauses)1444
Number of constraints which are nor clauses,nor cardinality constraints14712
Minimum length of a constraint1
Maximum length of a constraint1444
Number of terms in the objective function 1444
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 1444
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 344
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1788
Number of bits of the biggest sum of numbers11
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2106806208
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.14/0.16	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.16	 - never skip resolution steps
0.14/0.16	 - Auto-division on coefficients is disabled
0.14/0.16	 - No postprocessing
0.14/0.16	 - Conflict is considered as is when resolving
0.14/0.16	 - Use constraints as they come during conflict analysis
0.14/0.16	 - Weaken first using unassigned literals
0.14/0.16	 - Bump strategy: ALWAYS_ONE
0.14/0.16	 - Bumper: EFFECTIVE
0.14/0.16	--- Begin Solver configuration ---
0.14/0.16	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.16	Learn all clauses as in MiniSAT
0.14/0.16	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.16	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.16	No reason simplification
0.14/0.16	Dynamic restart strategy considering the size of the coefficients
0.14/0.16	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.16	timeout=2147483s
0.14/0.16	DB Simplification allowed=false
0.14/0.16	Listener: none
0.14/0.16	--- End Solver configuration ---
0.14/0.16	c Pseudo Boolean Optimization by upper bound
0.14/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.16	c  - never skip resolution steps
0.14/0.16	c  - Auto-division on coefficients is disabled
0.14/0.16	c  - No postprocessing
0.14/0.16	c  - Conflict is considered as is when resolving
0.14/0.16	c  - Use constraints as they come during conflict analysis
0.14/0.16	c  - Weaken first using unassigned literals
0.14/0.16	c  - Bump strategy: ALWAYS_ONE
0.14/0.16	c  - Bumper: EFFECTIVE
0.14/0.16	c --- Begin Solver configuration ---
0.14/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.16	c Learn all clauses as in MiniSAT
0.14/0.16	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.16	c No reason simplification
0.14/0.16	c Dynamic restart strategy considering the size of the coefficients
0.14/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.16	c timeout=2147483s
0.14/0.16	c DB Simplification allowed=false
0.14/0.16	c Listener: none
0.14/0.16	c --- End Solver configuration ---
0.14/0.16	c solving HOME/instance-4462001-1722207919.opb
0.14/0.16	c reading problem ... 
0.14/0.16	c  objective function found
28.27/26.47	c ... done. Wall clock time 26.311s.
28.27/26.47	c declared #vars     113616
28.27/26.47	c #constraints  129773
28.27/26.47	c constraints type 
28.27/26.47	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 99025
28.27/26.47	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 15373
28.27/26.47	c org.sat4j.specs.Constr$1 => 2
28.27/26.47	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 15371
28.27/26.47	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
28.27/26.47	c 129773 constraints processed.
28.27/26.49	c objective function length is 1444 literals
547.39/539.28	c cleaning 2467 clauses out of 4945 with flag 0/5000
3600.03/3595.02	c starts		: 50
3600.03/3595.02	c conflicts		: 9472
3600.03/3595.02	c decisions		: 361184
3600.03/3595.02	c propagations		: 46975851
3600.03/3595.02	c inspects		: 28750507
3600.03/3595.02	c shortcuts		: 0
3600.03/3595.02	c learnt literals	: 58
3600.03/3595.02	c learnt binary clauses	: 27
3600.03/3595.02	c learnt ternary clauses	: 29
3600.03/3595.02	c learnt constraints	: 9413
3600.03/3595.02	c ignored constraints	: 0
3600.03/3595.02	c root simplifications	: 0
3600.03/3595.02	c removed literals (reason simplification)	: 0
3600.03/3595.02	c reason swapping (by a shorter reason)	: 0
3600.03/3595.02	c Calls to reduceDB	: 1
3600.03/3595.02	c Number of update (reduction) of LBD	: 21095
3600.03/3595.02	c Imported unit clauses	: 0
3600.03/3595.02	c No decision after first conflict	: false
3600.03/3595.02	c number of reductions to clauses (during analyze)	: 0
3600.03/3595.02	c number of learned constraints concerned by reduction	: 0
3600.03/3595.02	c number of learning phase by resolution	: 0
3600.03/3595.02	c number of learning phase by cutting planes	: 0
3600.03/3595.02	c number of rounding to 1 operations	: 0
3600.03/3595.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3595.02	c number of reductions of the coefficients by power 2 	: 0
3600.03/3595.02	c number of right shift for reduction by power 2 	: 0
3600.03/3595.02	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3595.02	c number of ending skipping 	: 0
3600.03/3595.02	c number of internal skipping 	: 0
3600.03/3595.02	c number of derivation steps 	: 109801
3600.03/3595.02	c number of skipped derivation steps 	: 0
3600.03/3595.02	c number of remaining unassigned 	: 108314
3600.03/3595.02	c number of remaining assigned 	: 7398238
3600.03/3595.02	c number of falsified literals weakened from reason	: 0
3600.03/3595.02	c number of falsified literals weakened from conflict	: 0
3600.03/3595.02	c time for arithmetic operations	: 1670183225
3600.03/3595.02	c minimum degree of deleted constraints	: 1
3600.03/3595.02	c maximum degree of deleted constraints	: 50851978908813
3600.03/3595.02	c number of deleted constraints	: 2467
3600.03/3595.03	c speed (assignments/second)	: 13163.962697130099
3600.03/3595.03	c non guided choices	: 170
3600.03/3595.03	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 171
3600.03/3595.03	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 711
3600.03/3595.03	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 27
3600.03/3595.03	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 6037
3600.03/3595.03	s UNKNOWN
3600.03/3595.03	c Total wall clock time (in seconds): 3594.874

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4462001-1722207919/watcher-4462001-1722207919 -o /tmp/evaluation-result-4462001-1722207919/solver-4462001-1722207919 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1722204305-381757 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4462001-1722207919.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=384580, runsolver pid=384577

[startup+0.101536 s]*
/proc/loadavg: 4.27 4.17 4.07 6/328 384598
/proc/meminfo: memFree=108939468/131524600 swapFree=131054992/131071996
[pid=384580] ppid=384577 vsize=18975048 memory=63320 CPUtime=0.14 cores=0,2
/proc/384580/stat : 384580 (java) S 384577 384580 381747 0 -1 1077936128 7187 0 0 0 12 2 0 0 20 0 18 0 57322167 19430449152 15830 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
/proc/384580/statm: 4743762 15830 5728 1 0 549317 0
[pid=384580/tid=384582] ppid=384577 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=0,2
/proc/384580/task/384582/stat : 384582 (java) R 384577 384580 381747 0 -1 4194368 5749 0 0 0 8 1 0 0 20 0 18 0 57322168 19430449152 15830 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
[pid=384580/tid=384591] ppid=384577 vsize=18975048 memory=237146210664 CPUtime=0 cores=0,2
/proc/384580/task/384591/stat : 384591 (Finalizer) S 384577 384580 381747 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 57322170 19430449152 15830 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
[pid=384580/tid=384598] ppid=384577 vsize=18975048 memory=14692998044028133 CPUtime=0 cores=0,2
/proc/384580/task/384598/stat : 384598 (Common-Cleaner) S 384577 384580 381747 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 57322171 19430449152 15830 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63320 KiB

[startup+0.213 s]*
/proc/loadavg: 4.27 4.17 4.07 7/328 384598
/proc/meminfo: memFree=108893912/131524600 swapFree=131054992/131071996
[pid=384580] ppid=384577 vsize=18975048 memory=108628 CPUtime=0.35 cores=0,2
/proc/384580/stat : 384580 (java) S 384577 384580 381747 0 -1 1077936128 7753 0 0 0 32 3 0 0 20 0 18 0 57322167 19430449152 27157 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
/proc/384580/statm: 4743762 27157 5760 1 0 549670 0
[pid=384580/tid=384582] ppid=384577 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=0,2
/proc/384580/task/384582/stat : 384582 (java) R 384577 384580 381747 0 -1 4194368 6057 0 0 0 17 1 0 0 20 0 18 0 57322168 19430449152 27157 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
[pid=384580/tid=384591] ppid=384577 vsize=18975048 memory=1412932 CPUtime=0 cores=0,2
/proc/384580/task/384591/stat : 384591 (Finalizer) S 384577 384580 381747 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 57322170 19430449152 27157 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
[pid=384580/tid=384598] ppid=384577 vsize=18975048 memory=14411523065906868 CPUtime=0 cores=0,2
/proc/384580/task/384598/stat : 384598 (Common-Cleaner) S 384577 384580 381747 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 57322171 19430449152 27157 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 108628 KiB

[startup+0.313907 s]*
/proc/loadavg: 4.27 4.17 4.07 6/329 384599
/proc/meminfo: memFree=108833800/131524600 swapFree=131054992/131071996
[pid=384580] ppid=384577 vsize=19041612 memory=168880 CPUtime=0.51 cores=0,2
/proc/384580/stat : 384580 (java) S 384577 384580 381747 0 -1 1077936128 9466 0 0 0 47 4 0 0 20 0 19 0 57322167 19498610688 42220 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
/proc/384580/statm: 4760403 42220 5859 1 0 551058 0
[pid=384580/tid=384582] ppid=384577 vsize=19041612 memory=-8671229631616688828 CPUtime=0.25 cores=0,2
/proc/384580/task/384582/stat : 384582 (java) R 384577 384580 381747 0 -1 4194368 6095 0 0 0 23 2 0 0 20 0 19 0 57322168 19498610688 42220 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
[pid=384580/tid=384591] ppid=384577 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/384580/task/384591/stat : 384591 (Finalizer) S 384577 384580 381747 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 57322170 19498610688 42220 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
[pid=384580/tid=384598] ppid=384577 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/384580/task/384598/stat : 384598 (Common-Cleaner) S 384577 384580 381747 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 57322171 19498610688 42220 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 168880 KiB

[startup+0.700998 s]
/proc/loadavg: 4.27 4.17 4.07 7/329 384599
/proc/meminfo: memFree=108558444/131524600 swapFree=131054992/131071996
[pid=384580] ppid=384577 vsize=19041612 memory=643900 CPUtime=1.19 cores=0,2
/proc/384580/stat : 384580 (java) S 384577 384580 381747 0 -1 1077936128 11592 0 0 0 105 14 0 0 20 0 19 0 57322167 19498610688 160975 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
/proc/384580/statm: 4760403 160975 5859 1 0 1190717 0
[pid=384580/tid=384582] ppid=384577 vsize=19041612 memory=5552 CPUtime=0.56 cores=0,2
/proc/384580/task/384582/stat : 384582 (java) R 384577 384580 381747 0 -1 4194368 6307 0 0 0 45 11 0 0 20 0 19 0 57322168 19498610688 160975 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
[pid=384580/tid=384591] ppid=384577 vsize=19041612 memory=12348 CPUtime=0 cores=0,2
/proc/384580/task/384591/stat : 384591 (Finalizer) S 384577 384580 381747 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 57322170 19498610688 160975 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
[pid=384580/tid=384598] ppid=384577 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/384580/task/384598/stat : 384598 (Common-Cleaner) S 384577 384580 381747 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 57322171 19498610688 160975 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 643900 KiB

[startup+1.501 s]
/proc/loadavg: 4.27 4.17 4.07 6/329 384599
/proc/meminfo: memFree=107933288/131524600 swapFree=131054992/131071996
[pid=384580] ppid=384577 vsize=19041612 memory=2443708 CPUtime=2.47 cores=0,2
/proc/384580/stat : 384580 (java) S 384577 384580 381747 0 -1 1077936128 15965 0 0 0 197 50 0 0 20 0 19 0 57322167 19498610688 610927 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
/proc/384580/statm: 4760403 610927 5874 1 0 1723427 0
[pid=384580/tid=384582] ppid=384577 vsize=19041612 memory=12348 CPUtime=1.29 cores=0,2
/proc/384580/task/384582/stat : 384582 (java) R 384577 384580 381747 0 -1 4194368 7142 0 0 0 85 44 0 0 20 0 19 0 57322168 19498610688 610927 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
[pid=384580/tid=384591] ppid=384577 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/384580/task/384591/stat : 384591 (Finalizer) S 384577 384580 381747 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 57322170 19498610688 610927 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
[pid=384580/tid=384598] ppid=384577 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/384580/task/384598/stat : 384598 (Common-Cleaner) S 384577 384580 381747 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 57322171 19498610688 610927 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2443708 KiB

[startup+3.10599 s]
/proc/loadavg: 4.24 4.17 4.07 5/329 384599
/proc/meminfo: memFree=104712576/131524600 swapFree=131054992/131071996
[pid=384580] ppid=384577 vsize=19041612 memory=4279836 CPUtime=4.76 cores=0,2
/proc/384580/stat : 384580 (java) S 384577 384580 381747 0 -1 1077936128 21837 0 0 0 390 86 0 0 20 0 19 0 57322167 19498610688 1069959 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
/proc/384580/statm: 4760403 1069959 5874 1 0 1727352 0
[pid=384580/tid=384582] ppid=384577 vsize=19041612 memory=0 CPUtime=2.82 cores=0,2
/proc/384580/task/384582/stat : 384582 (java) R 384577 384580 381747 0 -1 4194368 8093 0 0 0 204 78 0 0 20 0 19 0 57322168 19498610688 1069959 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
[pid=384580/tid=384591] ppid=384577 vsize=19041612 memory=12348 CPUtime=0 cores=0,2
/proc/384580/task/384591/stat : 384591 (Finalizer) S 384577 384580 381747 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 57322170 19498610688 1069959 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
[pid=384580/tid=384598] ppid=384577 vsize=19041612 memory=2847180 CPUtime=0 cores=0,2
/proc/384580/task/384598/stat : 384598 (Common-Cleaner) S 384577 384580 381747 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 57322171 19498610688 1069959 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
Current children cumulated CPU time: 4.76 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4279836 KiB

[startup+6.301 s]
/proc/loadavg: 4.24 4.17 4.07 5/330 384600
/proc/meminfo: memFree=104708456/131524600 swapFree=131054992/131071996
[pid=384580] ppid=384577 vsize=19041612 memory=4279796 CPUtime=8 cores=0,2
/proc/384580/stat : 384580 (java) S 384577 384580 381747 0 -1 1077936128 22246 0 0 0 714 86 0 0 20 0 19 0 57322167 19498610688 1069949 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
/proc/384580/statm: 4760403 1069949 5874 1 0 1727352 0
[pid=384580/tid=384582] ppid=384577 vsize=19041612 memory=0 CPUtime=5.88 cores=0,2
/proc/384580/task/384582/stat : 384582 (java) R 384577 384580 381747 0 -1 4194368 8477 0 0 0 510 78 0 0 20 0 19 0 57322168 19498610688 1069949 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
[pid=384580/tid=384591] ppid=384577 vsize=19041612 memory=2443708 CPUtime=0 cores=0,2
/proc/384580/task/384591/stat : 384591 (Finalizer) S 384577 384580 381747 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 57322170 19498610688 1069949 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
[pid=384580/tid=384598] ppid=384577 vsize=19041612 memory=228489167166 CPUtime=0 cores=0,2
/proc/384580/task/384598/stat : 384598 (Common-Cleaner) S 384577 384580 381747 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 57322171 19498610688 1069949 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
Current children cumulated CPU time: 8 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4279796 KiB

[startup+12.701 s]
/proc/loadavg: 4.30 4.18 4.07 5/330 384602
/proc/meminfo: memFree=104689812/131524600 swapFree=131054992/131071996
[pid=384580] ppid=384577 vsize=19041612 memory=4305032 CPUtime=14.55 cores=0,2
/proc/384580/stat : 384580 (java) S 384577 384580 381747 0 -1 1077936128 23162 0 0 0 1368 87 0 0 20 0 19 0 57322167 19498610688 1076258 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
/proc/384580/statm: 4760403 1076258 5874 1 0 1727374 0
[pid=384580/tid=384582] ppid=384577 vsize=19041612 memory=4294588 CPUtime=11.95 cores=0,2
/proc/384580/task/384582/stat : 384582 (java) R 384577 384580 381747 0 -1 4194368 9232 0 0 0 1117 78 0 0 20 0 19 0 57322168 19498610688 1076258 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
[pid=384580/tid=384591] ppid=384577 vsize=19041612 memory=4290260 CPUtime=0 cores=0,2
/proc/384580/task/384591/stat : 384591 (Finalizer) S 384577 384580 381747 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 57322170 19498610688 1076258 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
[pid=384580/tid=384598] ppid=384577 vsize=19041612 memory=14410410669376904 CPUtime=0 cores=0,2
/proc/384580/task/384598/stat : 384598 (Common-Cleaner) S 384577 384580 381747 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 57322171 19498610688 1076258 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
Current children cumulated CPU time: 14.55 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4305032 KiB

[startup+25.501 s]
/proc/loadavg: 4.32 4.19 4.08 5/330 384604
/proc/meminfo: memFree=104667044/131524600 swapFree=131054992/131071996
[pid=384580] ppid=384577 vsize=19041612 memory=4315728 CPUtime=27.37 cores=0,2
/proc/384580/stat : 384580 (java) S 384577 384580 381747 0 -1 1077936128 27340 0 0 0 2648 89 0 0 20 0 19 0 57322167 19498610688 1078932 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
/proc/384580/statm: 4760403 1078932 5874 1 0 1727377 0
[pid=384580/tid=384582] ppid=384577 vsize=19041612 memory=4313512 CPUtime=24.41 cores=0,2
/proc/384580/task/384582/stat : 384582 (java) R 384577 384580 381747 0 -1 4194368 10905 0 0 0 2362 79 0 0 20 0 19 0 57322168 19498610688 1078932 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
[pid=384580/tid=384591] ppid=384577 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/384580/task/384591/stat : 384591 (Finalizer) S 384577 384580 381747 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 57322170 19498610688 1078932 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
[pid=384580/tid=384598] ppid=384577 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/384580/task/384598/stat : 384598 (Common-Cleaner) S 384577 384580 381747 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 57322171 19498610688 1078932 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
Current children cumulated CPU time: 27.37 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4315728 KiB

[startup+51.1052 s]
/proc/loadavg: 4.21 4.17 4.07 5/330 384609
/proc/meminfo: memFree=104657028/131524600 swapFree=131054992/131071996
[pid=384580] ppid=384577 vsize=19108176 memory=4318612 CPUtime=56.62 cores=0,2
/proc/384580/stat : 384580 (java) S 384577 384580 381747 0 -1 1077936128 42180 0 0 0 5569 93 0 0 20 0 20 0 57322167 19566772224 1079653 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
/proc/384580/statm: 4777044 1079653 5912 1 0 1727955 0
[pid=384580/tid=384582] ppid=384577 vsize=19108176 memory=11580 CPUtime=49.88 cores=0,2
/proc/384580/task/384582/stat : 384582 (java) R 384577 384580 381747 0 -1 4194368 16232 0 0 0 4908 80 0 0 20 0 20 0 57322168 19566772224 1079653 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
[pid=384580/tid=384591] ppid=384577 vsize=19108176 memory=4318612 CPUtime=0 cores=0,2
/proc/384580/task/384591/stat : 384591 (Finalizer) S 384577 384580 381747 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 57322170 19566772224 1079653 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
[pid=384580/tid=384598] ppid=384577 vsize=19108176 memory=4318612 CPUtime=0 cores=0,2
/proc/384580/task/384598/stat : 384598 (Common-Cleaner) S 384577 384580 381747 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 20 0 57322171 19566772224 1079653 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
[pid=384580/tid=384605] ppid=384577 vsize=19108176 memory=4305032 CPUtime=0 cores=0,2
/proc/384580/task/384605/stat : 384605 (Timer-0) S 384577 384580 381747 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 57324818 19566772224 1079653 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
Current children cumulated CPU time: 56.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4318612 KiB

[startup+102.3 s]
/proc/loadavg: 4.14 4.16 4.07 5/330 384619
/proc/meminfo: memFree=104488580/131524600 swapFree=131054992/131071996
[pid=384580] ppid=384577 vsize=19108176 memory=4376772 CPUtime=108.99 cores=0,2

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

/proc/meminfo: memFree=100815376/131524600 swapFree=131054992/131071996
[pid=384580] ppid=384577 vsize=19108176 memory=5899896 CPUtime=3228.32 cores=0,2
/proc/384580/stat : 384580 (java) S 384577 384580 381747 0 -1 1077936128 295701 0 0 0 322626 206 0 0 20 0 20 0 57322167 19566772224 1474974 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
/proc/384580/statm: 4777044 1474974 5975 1 0 1729284 0
[pid=384580/tid=384582] ppid=384577 vsize=19108176 memory=5899896 CPUtime=3208.12 cores=0,2
/proc/384580/task/384582/stat : 384582 (java) R 384577 384580 381747 0 -1 4194368 124925 0 0 0 320717 95 0 0 20 0 20 0 57322168 19566772224 1474974 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
[pid=384580/tid=384591] ppid=384577 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/384580/task/384591/stat : 384591 (Finalizer) S 384577 384580 381747 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 57322170 19566772224 1474974 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
[pid=384580/tid=384598] ppid=384577 vsize=19108176 memory=5899896 CPUtime=0 cores=0,2
/proc/384580/task/384598/stat : 384598 (Common-Cleaner) S 384577 384580 381747 0 -1 1077936192 6491 0 0 0 0 0 0 0 20 0 20 0 57322171 19566772224 1474974 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
[pid=384580/tid=384605] ppid=384577 vsize=19108176 memory=-8671229631616688828 CPUtime=0 cores=0,2
/proc/384580/task/384605/stat : 384605 (Timer-0) S 384577 384580 381747 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 57324818 19566772224 1474974 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
Current children cumulated CPU time: 3228.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5899896 KiB

[startup+3282.3 s]
/proc/loadavg: 4.10 4.14 4.13 5/334 386444
/proc/meminfo: memFree=100814680/131524600 swapFree=131054992/131071996
[pid=384580] ppid=384577 vsize=19108176 memory=5899896 CPUtime=3288.16 cores=0,2
/proc/384580/stat : 384580 (java) S 384577 384580 381747 0 -1 1077936128 298400 0 0 0 328608 208 0 0 20 0 20 0 57322167 19566772224 1474974 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
/proc/384580/statm: 4777044 1474974 5975 1 0 1729284 0
[pid=384580/tid=384582] ppid=384577 vsize=19108176 memory=5899896 CPUtime=3267.95 cores=0,2
/proc/384580/task/384582/stat : 384582 (java) R 384577 384580 381747 0 -1 4194368 126926 0 0 0 326700 95 0 0 20 0 20 0 57322168 19566772224 1474974 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
[pid=384580/tid=384591] ppid=384577 vsize=19108176 memory=5899896 CPUtime=0 cores=0,2
/proc/384580/task/384591/stat : 384591 (Finalizer) S 384577 384580 381747 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 57322170 19566772224 1474974 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
[pid=384580/tid=384598] ppid=384577 vsize=19108176 memory=11580 CPUtime=0 cores=0,2
/proc/384580/task/384598/stat : 384598 (Common-Cleaner) S 384577 384580 381747 0 -1 1077936192 6633 0 0 0 0 0 0 0 20 0 20 0 57322171 19566772224 1474974 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
[pid=384580/tid=384605] ppid=384577 vsize=19108176 memory=68980 CPUtime=0 cores=0,2
/proc/384580/task/384605/stat : 384605 (Timer-0) S 384577 384580 381747 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 57324818 19566772224 1474974 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
Current children cumulated CPU time: 3288.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5899896 KiB

[startup+3342.3 s]
/proc/loadavg: 4.20 4.16 4.13 5/334 386460
/proc/meminfo: memFree=100813436/131524600 swapFree=131054992/131071996
[pid=384580] ppid=384577 vsize=19108176 memory=5899896 CPUtime=3348 cores=0,2
/proc/384580/stat : 384580 (java) S 384577 384580 381747 0 -1 1077936128 299664 0 0 0 334591 209 0 0 20 0 20 0 57322167 19566772224 1474974 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
/proc/384580/statm: 4777044 1474974 5975 1 0 1729284 0
[pid=384580/tid=384582] ppid=384577 vsize=19108176 memory=0 CPUtime=3327.77 cores=0,2
/proc/384580/task/384582/stat : 384582 (java) R 384577 384580 381747 0 -1 4194368 127703 0 0 0 332682 95 0 0 20 0 20 0 57322168 19566772224 1474974 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
[pid=384580/tid=384591] ppid=384577 vsize=19108176 memory=5899896 CPUtime=0 cores=0,2
/proc/384580/task/384591/stat : 384591 (Finalizer) S 384577 384580 381747 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 57322170 19566772224 1474974 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
[pid=384580/tid=384598] ppid=384577 vsize=19108176 memory=-8671229631616688828 CPUtime=0 cores=0,2
/proc/384580/task/384598/stat : 384598 (Common-Cleaner) S 384577 384580 381747 0 -1 1077936192 6777 0 0 0 0 0 0 0 20 0 20 0 57322171 19566772224 1474974 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
[pid=384580/tid=384605] ppid=384577 vsize=19108176 memory=5899896 CPUtime=0 cores=0,2
/proc/384580/task/384605/stat : 384605 (Timer-0) S 384577 384580 381747 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 57324818 19566772224 1474974 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
Current children cumulated CPU time: 3348 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5899896 KiB

[startup+3402.3 s]
/proc/loadavg: 4.20 4.16 4.13 5/334 386484
/proc/meminfo: memFree=100558468/131524600 swapFree=131054992/131071996
[pid=384580] ppid=384577 vsize=19108176 memory=5899896 CPUtime=3407.84 cores=0,2
/proc/384580/stat : 384580 (java) S 384577 384580 381747 0 -1 1077936128 302398 0 0 0 340574 210 0 0 20 0 20 0 57322167 19566772224 1474974 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
/proc/384580/statm: 4777044 1474974 5975 1 0 1729284 0
[pid=384580/tid=384582] ppid=384577 vsize=19108176 memory=5899896 CPUtime=3387.59 cores=0,2
/proc/384580/task/384582/stat : 384582 (java) R 384577 384580 381747 0 -1 4194368 129926 0 0 0 338664 95 0 0 20 0 20 0 57322168 19566772224 1474974 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
[pid=384580/tid=384591] ppid=384577 vsize=19108176 memory=5899896 CPUtime=0 cores=0,2
/proc/384580/task/384591/stat : 384591 (Finalizer) S 384577 384580 381747 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 57322170 19566772224 1474974 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
[pid=384580/tid=384598] ppid=384577 vsize=19108176 memory=5899896 CPUtime=0 cores=0,2
/proc/384580/task/384598/stat : 384598 (Common-Cleaner) S 384577 384580 381747 0 -1 1077936192 6922 0 0 0 0 0 0 0 20 0 20 0 57322171 19566772224 1474974 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
[pid=384580/tid=384605] ppid=384577 vsize=19108176 memory=5899896 CPUtime=0 cores=0,2
/proc/384580/task/384605/stat : 384605 (Timer-0) S 384577 384580 381747 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 57324818 19566772224 1474974 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
Current children cumulated CPU time: 3407.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5899896 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.14 4.13 5/334 386495
/proc/meminfo: memFree=100432348/131524600 swapFree=131054992/131071996
[pid=384580] ppid=384577 vsize=19108176 memory=5899896 CPUtime=3467.68 cores=0,2
/proc/384580/stat : 384580 (java) S 384577 384580 381747 0 -1 1077936128 304370 0 0 0 346556 212 0 0 20 0 20 0 57322167 19566772224 1474974 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
/proc/384580/statm: 4777044 1474974 5975 1 0 1729284 0
[pid=384580/tid=384582] ppid=384577 vsize=19108176 memory=5899896 CPUtime=3447.42 cores=0,2
/proc/384580/task/384582/stat : 384582 (java) R 384577 384580 381747 0 -1 4194368 131362 0 0 0 344646 96 0 0 20 0 20 0 57322168 19566772224 1474974 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
[pid=384580/tid=384591] ppid=384577 vsize=19108176 memory=11580 CPUtime=0 cores=0,2
/proc/384580/task/384591/stat : 384591 (Finalizer) S 384577 384580 381747 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 57322170 19566772224 1474974 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
[pid=384580/tid=384598] ppid=384577 vsize=19108176 memory=5899896 CPUtime=0 cores=0,2
/proc/384580/task/384598/stat : 384598 (Common-Cleaner) S 384577 384580 381747 0 -1 1077936192 7065 0 0 0 0 0 0 0 20 0 20 0 57322171 19566772224 1474974 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
[pid=384580/tid=384605] ppid=384577 vsize=19108176 memory=11580 CPUtime=0 cores=0,2
/proc/384580/task/384605/stat : 384605 (Timer-0) S 384577 384580 381747 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 57324818 19566772224 1474974 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
Current children cumulated CPU time: 3467.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5899896 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.13 4.12 5/334 386507
/proc/meminfo: memFree=100428972/131524600 swapFree=131054992/131071996
[pid=384580] ppid=384577 vsize=19108176 memory=5899896 CPUtime=3527.52 cores=0,2
/proc/384580/stat : 384580 (java) S 384577 384580 381747 0 -1 1077936128 306780 0 0 0 352539 213 0 0 20 0 20 0 57322167 19566772224 1474974 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
/proc/384580/statm: 4777044 1474974 5975 1 0 1729284 0
[pid=384580/tid=384582] ppid=384577 vsize=19108176 memory=5899896 CPUtime=3507.23 cores=0,2
/proc/384580/task/384582/stat : 384582 (java) R 384577 384580 381747 0 -1 4194368 133205 0 0 0 350627 96 0 0 20 0 20 0 57322168 19566772224 1474974 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
[pid=384580/tid=384591] ppid=384577 vsize=19108176 memory=11580 CPUtime=0 cores=0,2
/proc/384580/task/384591/stat : 384591 (Finalizer) S 384577 384580 381747 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 57322170 19566772224 1474974 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
[pid=384580/tid=384598] ppid=384577 vsize=19108176 memory=5899896 CPUtime=0 cores=0,2
/proc/384580/task/384598/stat : 384598 (Common-Cleaner) S 384577 384580 381747 0 -1 1077936192 7208 0 0 0 0 0 0 0 20 0 20 0 57322171 19566772224 1474974 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
[pid=384580/tid=384605] ppid=384577 vsize=19108176 memory=5899896 CPUtime=0 cores=0,2
/proc/384580/task/384605/stat : 384605 (Timer-0) S 384577 384580 381747 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 57324818 19566772224 1474974 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
Current children cumulated CPU time: 3527.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5899896 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.12 4.11 4/308 386551
/proc/meminfo: memFree=106425900/131524600 swapFree=131054992/131071996
[pid=384580] ppid=384577 vsize=19108176 memory=5899896 CPUtime=3587.36 cores=0,2
/proc/384580/stat : 384580 (java) S 384577 384580 381747 0 -1 1077936128 309191 0 0 0 358522 214 0 0 20 0 20 0 57322167 19566772224 1474974 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
/proc/384580/statm: 4777044 1474974 5975 1 0 1729284 0
[pid=384580/tid=384582] ppid=384577 vsize=19108176 memory=12348 CPUtime=3567.05 cores=0,2
/proc/384580/task/384582/stat : 384582 (java) R 384577 384580 381747 0 -1 4194368 134548 0 0 0 356609 96 0 0 20 0 20 0 57322168 19566772224 1474974 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
[pid=384580/tid=384591] ppid=384577 vsize=19108176 memory=5899896 CPUtime=0 cores=0,2
/proc/384580/task/384591/stat : 384591 (Finalizer) S 384577 384580 381747 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 57322170 19566772224 1474974 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
[pid=384580/tid=384598] ppid=384577 vsize=19108176 memory=68980 CPUtime=0 cores=0,2
/proc/384580/task/384598/stat : 384598 (Common-Cleaner) S 384577 384580 381747 0 -1 1077936192 7352 0 0 0 0 0 0 0 20 0 20 0 57322171 19566772224 1474974 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
[pid=384580/tid=384605] ppid=384577 vsize=19108176 memory=12348 CPUtime=0 cores=0,2
/proc/384580/task/384605/stat : 384605 (Timer-0) S 384577 384580 381747 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 57324818 19566772224 1474974 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
Current children cumulated CPU time: 3587.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5899896 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3595 s]*
/proc/loadavg: 3.63 4.01 4.08 3/283 386588
/proc/meminfo: memFree=109851188/131524600 swapFree=131054992/131071996
[pid=384580] ppid=384577 vsize=19108176 memory=5899896 CPUtime=3600.03 cores=0,2
/proc/384580/stat : 384580 (java) S 384577 384580 381747 0 -1 1077936128 309584 0 0 0 359789 214 0 0 20 0 20 0 57322167 19566772224 1474974 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
/proc/384580/statm: 4777044 1474974 5975 1 0 1729284 0
[pid=384580/tid=384582] ppid=384577 vsize=19108176 memory=-9104698896727843516 CPUtime=3579.72 cores=0,2
/proc/384580/task/384582/stat : 384582 (java) R 384577 384580 381747 0 -1 4194368 134728 0 0 0 357876 96 0 0 20 0 20 0 57322168 19566772224 1474974 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
[pid=384580/tid=384591] ppid=384577 vsize=19108176 memory=-7304412701191921275 CPUtime=0 cores=0,2
/proc/384580/task/384591/stat : 384591 (Finalizer) S 384577 384580 381747 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 57322170 19566772224 1474974 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
[pid=384580/tid=384598] ppid=384577 vsize=19108176 memory=1404222122299264374 CPUtime=0 cores=0,2
/proc/384580/task/384598/stat : 384598 (Common-Cleaner) S 384577 384580 381747 0 -1 1077936192 7502 0 0 0 0 0 0 0 20 0 20 0 57322171 19566772224 1474974 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
[pid=384580/tid=384605] ppid=384577 vsize=19108176 memory=8514726395714820749 CPUtime=0 cores=0,2
/proc/384580/task/384605/stat : 384605 (Timer-0) S 384577 384580 381747 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 57324818 19566772224 1474974 134679101440 94134755573760 94134755577456 140736858057536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94134755585272 94134755586064 94134763978752 140736858059764 140736858059872 140736858059872 140736858066888 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5899896 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.96 s, system=2.16452 s

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

Child status: 143

Real time (s): 3595.06
CPU time (s): 3600.12
CPU user time (s): 3597.96
CPU system time (s): 2.16452
CPU usage (%): 100.141
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 5899896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.96
system time used= 2.16452
maximum resident set size= 5901164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 313229
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 116023
involuntary context switches= 26315


# summary of solver processes directly reported to runsolver:
#   pid: 384580
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3597.96
#   total CPU system time (s): 2.16452

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.03413 second user time and 13.3993 second system time

The end

Launcher Data

Begin job on nodeC035 at 2024-07-29 01:05:19
IDJOB=4462001
IDBENCH=178875
IDSOLVER=3052
FILE ID=nodeC035/4462001-1722207919
RUNJOBID= nodeC035-1722204305-381757
SLURM_JOB_ID= 8248636
Free space on /tmp= 890040 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/SMTI/x1/Init-x1-i4_pp_80_merged.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4462001-1722207919/watcher-4462001-1722207919 -o /tmp/evaluation-result-4462001-1722207919/solver-4462001-1722207919 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC035-1722204305-381757 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4462001-1722207919.opb

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

MD5SUM BENCH= 4616ac8a16a5f48e16aff56bf369874b
RANDOM SEED=925023862

nodeC035.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		: 3659.647
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.54
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		: 3681.213
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.93
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		: 3640.686
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.782
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.93
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		: 3660.687
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.54
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		: 3681.201
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.93
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		: 3602.175
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        108981500 kB
MemAvailable:   118331012 kB
Buffers:          407916 kB
Cached:          9745896 kB
SwapCached:          296 kB
Active:          2423684 kB
Inactive:       19438004 kB
Active(anon):       2012 kB
Inactive(anon): 11758800 kB
Active(file):    2421672 kB
Inactive(file):  7679204 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131054992 kB
Dirty:              8660 kB
Writeback:             0 kB
AnonPages:      11706796 kB
Mapped:           127172 kB
Shmem:             53220 kB
KReclaimable:     176568 kB
Slab:             300348 kB
SReclaimable:     176568 kB
SUnreclaim:       123780 kB
KernelStack:        5072 kB
PageTables:        33100 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   15906808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            20128 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11483136 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:      416468 kB
DirectMap2M:    49688576 kB
DirectMap1G:    85983232 kB

Free space on /tmp at the end= 890068 MiB
End job on nodeC035 at 2024-07-29 02:05:14