Trace number 4445015

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 NameAnswerCPU timeWall clock time
Sat4j Partial RoundingSAT 2024 2024-07-12? (TO) 3600.49 3578.72

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-prob10.opb
MD5SUMff70f65d4e56aadb7819a27e192bee4f
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.311995
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables106
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint106
Maximum length of a constraint106
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 106925262
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 1723212177
Number of bits of the biggest sum of numbers31
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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.08	c version CUSTOM.v20240707
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.10	c Free memory 		2115194816
0.00/0.10	c Max memory 		16282288128
0.00/0.10	c Total memory 		2122317824
0.00/0.10	c Number of processors 	2
0.19/0.18	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.19/0.18	 - never skip resolution steps
0.19/0.18	 - Auto-division on coefficients is disabled
0.19/0.18	 - No postprocessing
0.19/0.18	 - Conflict is considered as is when resolving
0.19/0.18	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.19/0.18	 - Weaken first using unassigned literals
0.19/0.18	 - Bump strategy: ALWAYS_ONE
0.19/0.18	 - Bumper: ASSIGNED
0.19/0.18	--- Begin Solver configuration ---
0.19/0.18	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.19/0.18	Learn all clauses as in MiniSAT
0.19/0.18	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.18	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.19/0.18	No reason simplification
0.19/0.18	Armin Biere (Picosat) restarts strategy
0.19/0.18	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.19/0.18	timeout=2147483s
0.19/0.18	DB Simplification allowed=false
0.19/0.18	Listener: none
0.19/0.18	--- End Solver configuration ---
0.19/0.18	c Pseudo Boolean Optimization by upper bound
0.19/0.18	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.19/0.18	c  - never skip resolution steps
0.19/0.18	c  - Auto-division on coefficients is disabled
0.19/0.18	c  - No postprocessing
0.19/0.18	c  - Conflict is considered as is when resolving
0.19/0.18	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.19/0.18	c  - Weaken first using unassigned literals
0.19/0.18	c  - Bump strategy: ALWAYS_ONE
0.19/0.18	c  - Bumper: ASSIGNED
0.19/0.18	c --- Begin Solver configuration ---
0.19/0.18	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.19/0.18	c Learn all clauses as in MiniSAT
0.19/0.18	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.19/0.18	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.19/0.18	c No reason simplification
0.19/0.18	c Armin Biere (Picosat) restarts strategy
0.19/0.18	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.19/0.18	c timeout=2147483s
0.19/0.18	c DB Simplification allowed=false
0.19/0.18	c Listener: none
0.19/0.18	c --- End Solver configuration ---
0.19/0.18	c solving HOME/instance-4445015-1721319783.opb
0.19/0.18	c reading problem ... 
0.19/0.18	c  no objective function found
0.19/0.19	c ... done. Wall clock time 0.012s.
0.19/0.19	c declared #vars     106
0.19/0.19	c #constraints  2
0.19/0.19	c constraints type 
0.19/0.19	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 2
0.19/0.19	c 2 constraints processed.
43.35/38.65	c cleaning 2490 clauses out of 5002 with flag 0/5002
132.62/126.74	c cleaning 4251 clauses out of 8510 with flag 0/11000
265.32/258.44	c cleaning 5630 clauses out of 11260 with flag 0/18001
441.47/434.14	c cleaning 6804 clauses out of 13630 with flag 0/26001
657.73/649.89	c cleaning 7905 clauses out of 15826 with flag 0/35001
916.00/907.41	c cleaning 8955 clauses out of 17922 with flag 0/45002
1235.46/1225.91	c cleaning 9976 clauses out of 19965 with flag 0/56000
1585.10/1574.51	c cleaning 10987 clauses out of 21989 with flag 0/68000
1951.89/1939.57	c cleaning 11992 clauses out of 24002 with flag 0/81000
2430.96/2416.67	c cleaning 12997 clauses out of 26011 with flag 0/95001
2928.94/2912.31	c cleaning 14002 clauses out of 28013 with flag 0/110000
3567.77/3546.49	c cleaning 14999 clauses out of 30012 with flag 0/126001
3600.07/3578.52	c starts		: 102
3600.07/3578.55	c conflicts		: 129892
3600.07/3578.55	c decisions		: 153720
3600.07/3578.55	c propagations		: 566381
3600.07/3578.56	c inspects		: 1431325662
3600.07/3578.56	c shortcuts		: 0
3600.07/3578.56	c learnt literals	: 0
3600.07/3578.56	c learnt binary clauses	: 0
3600.07/3578.56	c learnt ternary clauses	: 0
3600.07/3578.56	c learnt constraints	: 129891
3600.07/3578.56	c ignored constraints	: 0
3600.07/3578.56	c root simplifications	: 0
3600.07/3578.56	c removed literals (reason simplification)	: 0
3600.07/3578.56	c reason swapping (by a shorter reason)	: 0
3600.07/3578.56	c Calls to reduceDB	: 12
3600.07/3578.56	c Number of update (reduction) of LBD	: 0
3600.07/3578.56	c Imported unit clauses	: 0
3600.07/3578.56	c No decision after first conflict	: false
3600.07/3578.56	c number of reductions to clauses (during analyze)	: 0
3600.07/3578.56	c number of learned constraints concerned by reduction	: 0
3600.07/3578.56	c number of learning phase by resolution	: 0
3600.07/3578.56	c number of learning phase by cutting planes	: 0
3600.07/3578.56	c number of rounding to 1 operations	: 493788
3600.07/3578.56	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3578.56	c number of reductions of the coefficients by power 2 	: 0
3600.07/3578.56	c number of right shift for reduction by power 2 	: 0
3600.07/3578.56	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3578.56	c number of ending skipping 	: 0
3600.07/3578.56	c number of internal skipping 	: 0
3600.07/3578.56	c number of derivation steps 	: 421398
3600.07/3578.56	c number of skipped derivation steps 	: 0
3600.07/3578.56	c number of remaining unassigned 	: 40793
3600.07/3578.56	c number of remaining assigned 	: 24888650
3600.07/3578.57	c number of falsified literals weakened from reason	: 0
3600.07/3578.57	c number of falsified literals weakened from conflict	: 0
3600.07/3578.57	c time for arithmetic operations	: 1877296368
3600.07/3578.58	c minimum degree of deleted constraints	: 512
3600.07/3578.58	c maximum degree of deleted constraints	: 90320555091
3600.07/3578.58	c number of deleted constraints	: 110988
3600.29/3578.62	c speed (assignments/second)	: 158.27904884067328
3600.29/3578.63	c non guided choices	: 94
3600.29/3578.68	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 4424
3600.29/3578.68	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 14479
3600.29/3578.69	s UNKNOWN
3600.47/3578.70	c Total wall clock time (in seconds): 3578.515

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445015-1721319783/watcher-4445015-1721319783 -o /tmp/evaluation-result-4445015-1721319783/solver-4445015-1721319783 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1721317707-968472 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4445015-1721319783.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=971682, runsolver pid=971679

[startup+0.10007 s]*
/proc/loadavg: 5.04 4.85 4.61 8/320 971700
/proc/meminfo: memFree=93340824/131655788 swapFree=131071996/131071996
[pid=971682] ppid=971679 vsize=18975048 memory=62048 CPUtime=0.19 cores=1,3
/proc/971682/stat : 971682 (java) S 971679 971682 968460 0 -1 1077936128 6914 0 0 0 16 3 0 0 20 0 18 0 184137061 19430449152 15512 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
/proc/971682/statm: 4743762 15512 5716 1 0 551175 0
[pid=971682/tid=971684] ppid=971679 vsize=18975048 memory=4026561586 CPUtime=0.1 cores=1,3
/proc/971682/task/971684/stat : 971684 (java) R 971679 971682 968460 0 -1 4194368 5816 0 0 0 8 2 0 0 20 0 18 0 184137061 19430449152 15512 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
[pid=971682/tid=971693] ppid=971679 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/971682/task/971693/stat : 971693 (Finalizer) S 971679 971682 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184137064 19430449152 15512 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
[pid=971682/tid=971700] ppid=971679 vsize=18975048 memory=3472611996011331616 CPUtime=0 cores=1,3
/proc/971682/task/971700/stat : 971700 (Common-Cleaner) S 971679 971682 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184137065 19430449152 15512 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62048 KiB

[startup+0.254819 s]*
/proc/loadavg: 5.04 4.85 4.61 7/321 971701
/proc/meminfo: memFree=93325744/131655788 swapFree=131071996/131071996
[pid=971682] ppid=971679 vsize=19041612 memory=74136 CPUtime=0.43 cores=1,3
/proc/971682/stat : 971682 (java) S 971679 971682 968460 0 -1 1077936128 7881 0 0 0 40 3 0 0 20 0 19 0 184137061 19498610688 18534 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
/proc/971682/statm: 4760403 18534 5733 1 0 552253 0
[pid=971682/tid=971684] ppid=971679 vsize=19041612 memory=4782652875487838339 CPUtime=0.22 cores=1,3
/proc/971682/task/971684/stat : 971684 (java) R 971679 971682 968460 0 -1 4194368 6114 0 0 0 20 2 0 0 20 0 19 0 184137061 19498610688 18534 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
[pid=971682/tid=971693] ppid=971679 vsize=19041612 memory=18025 CPUtime=0 cores=1,3
/proc/971682/task/971693/stat : 971693 (Finalizer) S 971679 971682 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184137064 19498610688 18534 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
[pid=971682/tid=971700] ppid=971679 vsize=19041612 memory=14414838847783020 CPUtime=0 cores=1,3
/proc/971682/task/971700/stat : 971700 (Common-Cleaner) S 971679 971682 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 184137065 19498610688 18534 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
[pid=971682/tid=971701] ppid=971679 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/971682/task/971701/stat : 971701 (Timer-0) S 971679 971682 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 184137081 19498610688 18534 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 74136 KiB

[startup+0.320812 s]*
/proc/loadavg: 5.04 4.85 4.61 7/321 971701
/proc/meminfo: memFree=93318760/131655788 swapFree=131071996/131071996
[pid=971682] ppid=971679 vsize=19041612 memory=79680 CPUtime=0.56 cores=1,3
/proc/971682/stat : 971682 (java) S 971679 971682 968460 0 -1 1077936128 8429 0 0 0 53 3 0 0 20 0 19 0 184137061 19498610688 19920 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
/proc/971682/statm: 4760403 19920 5837 1 0 552515 0
[pid=971682/tid=971684] ppid=971679 vsize=19041612 memory=-8527113356930491068 CPUtime=0.25 cores=1,3
/proc/971682/task/971684/stat : 971684 (java) R 971679 971682 968460 0 -1 4194368 6132 0 0 0 23 2 0 0 20 0 19 0 184137061 19498610688 19920 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
[pid=971682/tid=971693] ppid=971679 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/971682/task/971693/stat : 971693 (Finalizer) S 971679 971682 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184137064 19498610688 19920 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
[pid=971682/tid=971700] ppid=971679 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/971682/task/971700/stat : 971700 (Common-Cleaner) S 971679 971682 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 184137065 19498610688 19920 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
[pid=971682/tid=971701] ppid=971679 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/971682/task/971701/stat : 971701 (Timer-0) S 971679 971682 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 184137081 19498610688 19920 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 79680 KiB

[startup+0.705808 s]
/proc/loadavg: 5.04 4.85 4.61 7/321 971701
/proc/meminfo: memFree=93286900/131655788 swapFree=131071996/131071996
[pid=971682] ppid=971679 vsize=19041612 memory=140572 CPUtime=1.25 cores=1,3
/proc/971682/stat : 971682 (java) S 971679 971682 968460 0 -1 1077936128 14020 0 0 0 120 5 0 0 20 0 19 0 184137061 19498610688 35143 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
/proc/971682/statm: 4760403 35143 5853 1 0 555253 0
[pid=971682/tid=971684] ppid=971679 vsize=19041612 memory=46996 CPUtime=0.53 cores=1,3
/proc/971682/task/971684/stat : 971684 (java) R 971679 971682 968460 0 -1 4194368 6165 0 0 0 50 3 0 0 20 0 19 0 184137061 19498610688 35143 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
[pid=971682/tid=971693] ppid=971679 vsize=19041612 memory=11936 CPUtime=0 cores=1,3
/proc/971682/task/971693/stat : 971693 (Finalizer) S 971679 971682 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184137064 19498610688 35143 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
[pid=971682/tid=971700] ppid=971679 vsize=19041612 memory=2268 CPUtime=0 cores=1,3
/proc/971682/task/971700/stat : 971700 (Common-Cleaner) S 971679 971682 968460 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 184137065 19498610688 35143 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
[pid=971682/tid=971701] ppid=971679 vsize=19041612 memory=5532 CPUtime=0 cores=1,3
/proc/971682/task/971701/stat : 971701 (Timer-0) S 971679 971682 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 184137081 19498610688 35143 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 140572 KiB

[startup+1.50081 s]
/proc/loadavg: 5.04 4.85 4.61 6/322 971702
/proc/meminfo: memFree=93223364/131655788 swapFree=131071996/131071996
[pid=971682] ppid=971679 vsize=19108176 memory=192596 CPUtime=2.83 cores=1,3
/proc/971682/stat : 971682 (java) S 971679 971682 968460 0 -1 1077936128 24387 0 0 0 275 8 0 0 20 0 20 0 184137061 19566772224 48149 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
/proc/971682/statm: 4777044 48149 5885 1 0 559776 0
[pid=971682/tid=971684] ppid=971679 vsize=19108176 memory=11936 CPUtime=1.25 cores=1,3
/proc/971682/task/971684/stat : 971684 (java) R 971679 971682 968460 0 -1 4194368 6259 0 0 0 121 4 0 0 20 0 20 0 184137061 19566772224 48149 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
[pid=971682/tid=971693] ppid=971679 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/971682/task/971693/stat : 971693 (Finalizer) S 971679 971682 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184137064 19566772224 48149 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
[pid=971682/tid=971700] ppid=971679 vsize=19108176 memory=2268 CPUtime=0 cores=1,3
/proc/971682/task/971700/stat : 971700 (Common-Cleaner) S 971679 971682 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 184137065 19566772224 48149 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
[pid=971682/tid=971701] ppid=971679 vsize=19108176 memory=5532 CPUtime=0 cores=1,3
/proc/971682/task/971701/stat : 971701 (Timer-0) S 971679 971682 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184137081 19566772224 48149 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 192596 KiB

[startup+3.11081 s]
/proc/loadavg: 5.12 4.87 4.62 5/322 971702
/proc/meminfo: memFree=93016828/131655788 swapFree=131071996/131071996
[pid=971682] ppid=971679 vsize=19108176 memory=380952 CPUtime=5.94 cores=1,3
/proc/971682/stat : 971682 (java) S 971679 971682 968460 0 -1 1077936128 37202 0 0 0 582 12 0 0 20 0 20 0 184137061 19566772224 95238 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
/proc/971682/statm: 4777044 95238 5885 1 0 562501 0
[pid=971682/tid=971684] ppid=971679 vsize=19108176 memory=0 CPUtime=2.83 cores=1,3
/proc/971682/task/971684/stat : 971684 (java) R 971679 971682 968460 0 -1 4194368 6978 0 0 0 277 6 0 0 20 0 20 0 184137061 19566772224 95238 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
[pid=971682/tid=971693] ppid=971679 vsize=19108176 memory=-8527113356930491068 CPUtime=0 cores=1,3
/proc/971682/task/971693/stat : 971693 (Finalizer) S 971679 971682 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184137064 19566772224 95238 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
[pid=971682/tid=971700] ppid=971679 vsize=19108176 memory=11936 CPUtime=0 cores=1,3
/proc/971682/task/971700/stat : 971700 (Common-Cleaner) S 971679 971682 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 184137065 19566772224 95238 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
[pid=971682/tid=971701] ppid=971679 vsize=19108176 memory=2268 CPUtime=0 cores=1,3
/proc/971682/task/971701/stat : 971701 (Timer-0) S 971679 971682 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184137081 19566772224 95238 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
Current children cumulated CPU time: 5.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 380952 KiB

[startup+6.30084 s]
/proc/loadavg: 5.12 4.87 4.62 5/322 971702
/proc/meminfo: memFree=92743960/131655788 swapFree=131071996/131071996
[pid=971682] ppid=971679 vsize=19108176 memory=653160 CPUtime=10.58 cores=1,3
/proc/971682/stat : 971682 (java) S 971679 971682 968460 0 -1 1077936128 37709 0 0 0 1040 18 0 0 20 0 20 0 184137061 19566772224 163290 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
/proc/971682/statm: 4777044 163290 5885 1 0 562505 0
[pid=971682/tid=971684] ppid=971679 vsize=19108176 memory=11936 CPUtime=5.95 cores=1,3
/proc/971682/task/971684/stat : 971684 (java) R 971679 971682 968460 0 -1 4194368 7260 0 0 0 583 12 0 0 20 0 20 0 184137061 19566772224 163290 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
[pid=971682/tid=971693] ppid=971679 vsize=19108176 memory=2268 CPUtime=0 cores=1,3
/proc/971682/task/971693/stat : 971693 (Finalizer) S 971679 971682 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184137064 19566772224 163290 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
[pid=971682/tid=971700] ppid=971679 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/971682/task/971700/stat : 971700 (Common-Cleaner) S 971679 971682 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 184137065 19566772224 163290 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
[pid=971682/tid=971701] ppid=971679 vsize=19108176 memory=192984 CPUtime=0 cores=1,3
/proc/971682/task/971701/stat : 971701 (Timer-0) S 971679 971682 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184137081 19566772224 163290 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
Current children cumulated CPU time: 10.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 653160 KiB

[startup+12.7005 s]
/proc/loadavg: 5.03 4.85 4.62 5/322 971704
/proc/meminfo: memFree=92040500/131655788 swapFree=131071996/131071996
[pid=971682] ppid=971679 vsize=19108176 memory=1424628 CPUtime=17.08 cores=1,3
/proc/971682/stat : 971682 (java) S 971679 971682 968460 0 -1 1077936128 42425 0 0 0 1674 34 0 0 20 0 20 0 184137061 19566772224 356157 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
/proc/971682/statm: 4777044 356157 5885 1 0 669019 0
[pid=971682/tid=971684] ppid=971679 vsize=19108176 memory=192984 CPUtime=12.17 cores=1,3
/proc/971682/task/971684/stat : 971684 (java) R 971679 971682 968460 0 -1 4194368 8514 0 0 0 1191 26 0 0 20 0 20 0 184137061 19566772224 356157 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
[pid=971682/tid=971693] ppid=971679 vsize=19108176 memory=1244400 CPUtime=0 cores=1,3
/proc/971682/task/971693/stat : 971693 (Finalizer) S 971679 971682 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184137064 19566772224 356157 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
[pid=971682/tid=971700] ppid=971679 vsize=19108176 memory=1013716 CPUtime=0 cores=1,3
/proc/971682/task/971700/stat : 971700 (Common-Cleaner) S 971679 971682 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 184137065 19566772224 356157 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
[pid=971682/tid=971701] ppid=971679 vsize=19108176 memory=12740 CPUtime=0 cores=1,3
/proc/971682/task/971701/stat : 971701 (Timer-0) S 971679 971682 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184137081 19566772224 356157 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
Current children cumulated CPU time: 17.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1424628 KiB

[startup+25.5005 s]
/proc/loadavg: 5.04 4.86 4.63 7/322 971705
/proc/meminfo: memFree=91808432/131655788 swapFree=131071996/131071996
[pid=971682] ppid=971679 vsize=19108176 memory=1557988 CPUtime=29.88 cores=1,3
/proc/971682/stat : 971682 (java) S 971679 971682 968460 0 -1 1077936128 45745 0 0 0 2950 38 0 0 20 0 20 0 184137061 19566772224 389497 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
/proc/971682/statm: 4777044 389497 5885 1 0 669032 0
[pid=971682/tid=971684] ppid=971679 vsize=19108176 memory=104 CPUtime=24.76 cores=1,3
/proc/971682/task/971684/stat : 971684 (java) R 971679 971682 968460 0 -1 4194368 10042 0 0 0 2447 29 0 0 20 0 20 0 184137061 19566772224 389497 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
[pid=971682/tid=971693] ppid=971679 vsize=19108176 memory=12740 CPUtime=0 cores=1,3
/proc/971682/task/971693/stat : 971693 (Finalizer) S 971679 971682 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184137064 19566772224 389497 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
[pid=971682/tid=971700] ppid=971679 vsize=19108176 memory=1557988 CPUtime=0 cores=1,3
/proc/971682/task/971700/stat : 971700 (Common-Cleaner) S 971679 971682 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 184137065 19566772224 389497 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
[pid=971682/tid=971701] ppid=971679 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/971682/task/971701/stat : 971701 (Timer-0) S 971679 971682 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184137081 19566772224 389497 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
Current children cumulated CPU time: 29.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1557988 KiB

[startup+51.1134 s]
/proc/loadavg: 4.92 4.85 4.63 5/322 971710
/proc/meminfo: memFree=88595696/131655788 swapFree=131071996/131071996
[pid=971682] ppid=971679 vsize=19108176 memory=1638292 CPUtime=56.54 cores=1,3
/proc/971682/stat : 971682 (java) S 971679 971682 968460 0 -1 1077936128 58721 0 0 0 5611 43 0 0 20 0 20 0 184137061 19566772224 409573 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
/proc/971682/statm: 4777044 409573 5885 1 0 669064 0

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

Current children cumulated memory: 3084508 KiB

[startup+3282.3 s]
/proc/loadavg: 4.22 4.36 4.34 5/318 973675
/proc/meminfo: memFree=112548716/131655788 swapFree=131071996/131071996
[pid=971682] ppid=971679 vsize=19108176 memory=3086448 CPUtime=3301.88 cores=1,3
/proc/971682/stat : 971682 (java) S 971679 971682 968460 0 -1 1077936128 282837 0 0 0 329910 278 0 0 20 0 20 0 184137061 19566772224 771612 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
/proc/971682/statm: 4777044 771612 5901 1 0 797185 0
[pid=971682/tid=971684] ppid=971679 vsize=19108176 memory=3086448 CPUtime=3233.18 cores=1,3
/proc/971682/task/971684/stat : 971684 (java) R 971679 971682 968460 0 -1 4194368 120452 0 0 0 323255 63 0 0 20 0 20 0 184137061 19566772224 771612 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 138 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
[pid=971682/tid=971693] ppid=971679 vsize=19108176 memory=12740 CPUtime=0 cores=1,3
/proc/971682/task/971693/stat : 971693 (Finalizer) S 971679 971682 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184137064 19566772224 771612 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
[pid=971682/tid=971700] ppid=971679 vsize=19108176 memory=11936 CPUtime=0.01 cores=1,3
/proc/971682/task/971700/stat : 971700 (Common-Cleaner) S 971679 971682 968460 0 -1 1077936192 3686 0 0 0 0 1 0 0 20 0 20 0 184137065 19566772224 771612 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
[pid=971682/tid=971701] ppid=971679 vsize=19108176 memory=3086448 CPUtime=0 cores=1,3
/proc/971682/task/971701/stat : 971701 (Timer-0) S 971679 971682 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184137081 19566772224 771612 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
Current children cumulated CPU time: 3301.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3086448 KiB

[startup+3342.3 s]
/proc/loadavg: 4.22 4.34 4.34 5/317 973685
/proc/meminfo: memFree=112490880/131655788 swapFree=131071996/131071996
[pid=971682] ppid=971679 vsize=19108176 memory=3086448 CPUtime=3362.23 cores=1,3
/proc/971682/stat : 971682 (java) S 971679 971682 968460 0 -1 1077936128 285649 0 0 0 335942 281 0 0 20 0 20 0 184137061 19566772224 771612 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
/proc/971682/statm: 4777044 771612 5901 1 0 797185 0
[pid=971682/tid=971684] ppid=971679 vsize=19108176 memory=46996 CPUtime=3292.46 cores=1,3
/proc/971682/task/971684/stat : 971684 (java) S 971679 971682 968460 0 -1 1077936192 122226 0 0 0 329182 64 0 0 20 0 20 0 184137061 19566772224 771612 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 147 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
[pid=971682/tid=971693] ppid=971679 vsize=19108176 memory=3086448 CPUtime=0 cores=1,3
/proc/971682/task/971693/stat : 971693 (Finalizer) S 971679 971682 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184137064 19566772224 771612 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
[pid=971682/tid=971700] ppid=971679 vsize=19108176 memory=3086448 CPUtime=0.01 cores=1,3
/proc/971682/task/971700/stat : 971700 (Common-Cleaner) S 971679 971682 968460 0 -1 1077936192 3751 0 0 0 0 1 0 0 20 0 20 0 184137065 19566772224 771612 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
[pid=971682/tid=971701] ppid=971679 vsize=19108176 memory=46996 CPUtime=0 cores=1,3
/proc/971682/task/971701/stat : 971701 (Timer-0) S 971679 971682 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184137081 19566772224 771612 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
Current children cumulated CPU time: 3362.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3086448 KiB

[startup+3402.3 s]
/proc/loadavg: 4.19 4.31 4.32 5/318 973698
/proc/meminfo: memFree=112449512/131655788 swapFree=131071996/131071996
[pid=971682] ppid=971679 vsize=19108176 memory=3086448 CPUtime=3422.52 cores=1,3
/proc/971682/stat : 971682 (java) S 971679 971682 968460 0 -1 1077936128 288314 0 0 0 341968 284 0 0 20 0 20 0 184137061 19566772224 771612 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
/proc/971682/statm: 4777044 771612 5901 1 0 797185 0
[pid=971682/tid=971684] ppid=971679 vsize=19108176 memory=3086448 CPUtime=3351.69 cores=1,3
/proc/971682/task/971684/stat : 971684 (java) R 971679 971682 968460 0 -1 4194368 123777 0 0 0 335105 64 0 0 20 0 20 0 184137061 19566772224 771612 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 149 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
[pid=971682/tid=971693] ppid=971679 vsize=19108176 memory=3086448 CPUtime=0 cores=1,3
/proc/971682/task/971693/stat : 971693 (Finalizer) S 971679 971682 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184137064 19566772224 771612 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
[pid=971682/tid=971700] ppid=971679 vsize=19108176 memory=11936 CPUtime=0.01 cores=1,3
/proc/971682/task/971700/stat : 971700 (Common-Cleaner) S 971679 971682 968460 0 -1 1077936192 3837 0 0 0 0 1 0 0 20 0 20 0 184137065 19566772224 771612 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
[pid=971682/tid=971701] ppid=971679 vsize=19108176 memory=3086448 CPUtime=0 cores=1,3
/proc/971682/task/971701/stat : 971701 (Timer-0) S 971679 971682 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184137081 19566772224 771612 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
Current children cumulated CPU time: 3422.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3086448 KiB

[startup+3462.3 s]
/proc/loadavg: 4.20 4.29 4.32 5/321 973713
/proc/meminfo: memFree=112420424/131655788 swapFree=131071996/131071996
[pid=971682] ppid=971679 vsize=19108176 memory=3086448 CPUtime=3482.87 cores=1,3
/proc/971682/stat : 971682 (java) S 971679 971682 968460 0 -1 1077936128 290850 0 0 0 347999 288 0 0 20 0 20 0 184137061 19566772224 771612 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
/proc/971682/statm: 4777044 771612 5901 1 0 797185 0
[pid=971682/tid=971684] ppid=971679 vsize=19108176 memory=3086448 CPUtime=3410.85 cores=1,3
/proc/971682/task/971684/stat : 971684 (java) R 971679 971682 968460 0 -1 4194368 125280 0 0 0 341020 65 0 0 20 0 20 0 184137061 19566772224 771612 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 149 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
[pid=971682/tid=971693] ppid=971679 vsize=19108176 memory=3086448 CPUtime=0 cores=1,3
/proc/971682/task/971693/stat : 971693 (Finalizer) S 971679 971682 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184137064 19566772224 771612 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
[pid=971682/tid=971700] ppid=971679 vsize=19108176 memory=3086448 CPUtime=0.01 cores=1,3
/proc/971682/task/971700/stat : 971700 (Common-Cleaner) S 971679 971682 968460 0 -1 1077936192 3923 0 0 0 0 1 0 0 20 0 20 0 184137065 19566772224 771612 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
[pid=971682/tid=971701] ppid=971679 vsize=19108176 memory=11936 CPUtime=0 cores=1,3
/proc/971682/task/971701/stat : 971701 (Timer-0) S 971679 971682 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184137081 19566772224 771612 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
Current children cumulated CPU time: 3482.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3086448 KiB

[startup+3522.3 s]
/proc/loadavg: 4.23 4.27 4.31 5/321 973723
/proc/meminfo: memFree=112397436/131655788 swapFree=131071996/131071996
[pid=971682] ppid=971679 vsize=19108176 memory=3086448 CPUtime=3543.37 cores=1,3
/proc/971682/stat : 971682 (java) S 971679 971682 968460 0 -1 1077936128 293087 0 0 0 354045 292 0 0 20 0 20 0 184137061 19566772224 771612 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
/proc/971682/statm: 4777044 771612 5901 1 0 797185 0
[pid=971682/tid=971684] ppid=971679 vsize=19108176 memory=5624 CPUtime=3470.06 cores=1,3
/proc/971682/task/971684/stat : 971684 (java) R 971679 971682 968460 0 -1 4194368 127025 0 0 0 346940 66 0 0 20 0 20 0 184137061 19566772224 771612 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 151 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
[pid=971682/tid=971693] ppid=971679 vsize=19108176 memory=3086448 CPUtime=0 cores=1,3
/proc/971682/task/971693/stat : 971693 (Finalizer) S 971679 971682 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184137064 19566772224 771612 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
[pid=971682/tid=971700] ppid=971679 vsize=19108176 memory=3086448 CPUtime=0.01 cores=1,3
/proc/971682/task/971700/stat : 971700 (Common-Cleaner) S 971679 971682 968460 0 -1 1077936192 4010 0 0 0 0 1 0 0 20 0 20 0 184137065 19566772224 771612 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
[pid=971682/tid=971701] ppid=971679 vsize=19108176 memory=11936 CPUtime=0 cores=1,3
/proc/971682/task/971701/stat : 971701 (Timer-0) S 971679 971682 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184137081 19566772224 771612 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
Current children cumulated CPU time: 3543.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3086448 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3578.5 s]
/proc/loadavg: 4.24 4.26 4.30 6/321 973735
/proc/meminfo: memFree=112374556/131655788 swapFree=131071996/131071996
[pid=971682] ppid=971679 vsize=19108176 memory=3086460 CPUtime=3600.07 cores=1,3
/proc/971682/stat : 971682 (java) S 971679 971682 968460 0 -1 1077936128 295963 0 0 0 359712 295 0 0 20 0 20 0 184137061 19566772224 771615 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
/proc/971682/statm: 4777044 771615 5901 1 0 797185 0
[pid=971682/tid=971684] ppid=971679 vsize=19108176 memory=3086448 CPUtime=3525.31 cores=1,3
/proc/971682/task/971684/stat : 971684 (java) R 971679 971682 968460 0 -1 4194368 128475 0 0 0 352465 66 0 0 20 0 20 0 184137061 19566772224 771615 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 159 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
[pid=971682/tid=971693] ppid=971679 vsize=19108176 memory=3086460 CPUtime=0 cores=1,3
/proc/971682/task/971693/stat : 971693 (Finalizer) S 971679 971682 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184137064 19566772224 771615 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
[pid=971682/tid=971700] ppid=971679 vsize=19108176 memory=3086460 CPUtime=0.01 cores=1,3
/proc/971682/task/971700/stat : 971700 (Common-Cleaner) S 971679 971682 968460 0 -1 1077936192 4082 0 0 0 0 1 0 0 20 0 20 0 184137065 19566772224 771615 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
[pid=971682/tid=971701] ppid=971679 vsize=19108176 memory=31092 CPUtime=0 cores=1,3
/proc/971682/task/971701/stat : 971701 (Timer-0) S 971679 971682 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184137081 19566772224 771615 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3086460 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.52 s, system=2.97538 s

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

[startup+3578.61 s]
/proc/loadavg: 4.24 4.26 4.30 6/321 973735
/proc/meminfo: memFree=112374556/131655788 swapFree=131071996/131071996
[pid=971682] ppid=971679 vsize=19307868 memory=3087168 CPUtime=3600.29 cores=1,3
/proc/971682/stat : 971682 (java) S 971679 971682 968460 0 -1 1077936128 297605 0 0 0 359733 296 0 0 20 0 21 0 184137061 19771256832 771792 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
/proc/971682/statm: 4826967 771792 5900 1 0 798088 0
[pid=971682/tid=971684] ppid=971679 vsize=19307868 memory=-8527113356930491068 CPUtime=3525.41 cores=1,3
/proc/971682/task/971684/stat : 971684 (java) R 971679 971682 968460 0 -1 4194368 128494 0 0 0 352475 66 0 0 20 0 21 0 184137061 19771256832 771792 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 159 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
[pid=971682/tid=971693] ppid=971679 vsize=19307868 memory=1976 CPUtime=0 cores=1,3
/proc/971682/task/971693/stat : 971693 (Finalizer) S 971679 971682 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 184137064 19771256832 771792 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
[pid=971682/tid=971700] ppid=971679 vsize=19307868 memory=20508 CPUtime=0.01 cores=1,3
/proc/971682/task/971700/stat : 971700 (Common-Cleaner) S 971679 971682 968460 0 -1 1077936192 4082 0 0 0 0 1 0 0 20 0 21 0 184137065 19771256832 771792 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
Current children cumulated CPU time: 3600.29 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 3087168 KiB

[startup+3578.7 s]
/proc/loadavg: 4.24 4.26 4.30 6/321 973735
/proc/meminfo: memFree=112374556/131655788 swapFree=131071996/131071996
[pid=971682] ppid=971679 vsize=19307868 memory=3087200 CPUtime=3600.47 cores=1,3
/proc/971682/stat : 971682 (java) S 971679 971682 968460 0 -1 1077936128 297779 0 0 0 359751 296 0 0 20 0 21 0 184137061 19771256832 771800 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
/proc/971682/statm: 4826967 771800 5898 1 0 798088 0
[pid=971682/tid=971684] ppid=971679 vsize=19307868 memory=3086448 CPUtime=3525.51 cores=1,3
/proc/971682/task/971684/stat : 971684 (java) R 971679 971682 968460 0 -1 4194368 128494 0 0 0 352485 66 0 0 20 0 21 0 184137061 19771256832 771800 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 159 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
[pid=971682/tid=971693] ppid=971679 vsize=19307868 memory=3086460 CPUtime=0 cores=1,3
/proc/971682/task/971693/stat : 971693 (Finalizer) S 971679 971682 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 184137064 19771256832 771800 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
[pid=971682/tid=971700] ppid=971679 vsize=19307868 memory=3086460 CPUtime=0.01 cores=1,3
/proc/971682/task/971700/stat : 971700 (Common-Cleaner) S 971679 971682 968460 0 -1 1077936192 4082 0 0 0 0 1 0 0 20 0 21 0 184137065 19771256832 771800 134679101440 94358689497088 94358689500784 140735077771984 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94358689508600 94358689509392 94358696222720 140735077774319 140735077774432 140735077774432 140735077781448 0
Current children cumulated CPU time: 3600.47 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 3087200 KiB

Child status: 143

Real time (s): 3578.72
CPU time (s): 3600.49
CPU user time (s): 3597.52
CPU system time (s): 2.97538
CPU usage (%): 100.608
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 3087200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.52
system time used= 2.97538
maximum resident set size= 3087308
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 297830
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 123830
involuntary context switches= 5243


# summary of solver processes directly reported to runsolver:
#   pid: 971682
#   total CPU time (s): 3600.49
#   total CPU user time (s): 3597.52
#   total CPU system time (s): 2.97538

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.9389 second user time and 39.6827 second system time

The end

Launcher Data

Begin job on nodeC005 at 2024-07-18 18:23:15
IDJOB=4445015
IDBENCH=148097
IDSOLVER=3046
FILE ID=nodeC005/4445015-1721319783
RUNJOBID= nodeC005-1721317707-968472
SLURM_JOB_ID= 7542668
Free space on /tmp= 723752 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-prob10.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445015-1721319783/watcher-4445015-1721319783 -o /tmp/evaluation-result-4445015-1721319783/solver-4445015-1721319783 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1721317707-968472 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4445015-1721319783.opb

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

MD5SUM BENCH= ff70f65d4e56aadb7819a27e192bee4f
RANDOM SEED=1732692299

nodeC005.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		: 3503.708
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.53
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		: 3491.815
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.35
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        93377392 kB
MemAvailable:   98710196 kB
Buffers:          485644 kB
Cached:          5630424 kB
SwapCached:            0 kB
Active:          1068208 kB
Inactive:       36457592 kB
Active(anon):       3440 kB
Inactive(anon): 31452180 kB
Active(file):    1064768 kB
Inactive(file):  5005412 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               776 kB
Writeback:            12 kB
AnonPages:      31408852 kB
Mapped:           127380 kB
Shmem:             45896 kB
KReclaimable:     205644 kB
Slab:             323480 kB
SReclaimable:     205644 kB
SUnreclaim:       117836 kB
KernelStack:        4880 kB
PageTables:        71672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   32004964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58464 kB
HardwareCorrupted:     0 kB
AnonHugePages:  30869504 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:      285512 kB
DirectMap2M:    36319232 kB
DirectMap1G:    99614720 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC005 at 2024-07-18 19:22:53