Trace number 4427524

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Partial RoundingSAT 2024 2024-07-12? (TO) 3600.17 3571.77

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx49.opb
MD5SUMbb00c8681178995acecbc2b6e4ec1a1a
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2386.3
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2130
Total number of constraints2495
Number of constraints which are clauses2125
Number of constraints which are cardinality constraints (but not clauses)50
Number of constraints which are nor clauses,nor cardinality constraints320
Minimum length of a constraint2
Maximum length of a constraint320
Number of terms in the objective function 5
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 5
Number of bits of the sum of numbers in the objective function 3
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 636
Number of bits of the biggest sum of numbers10
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.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: ASSIGNED
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Armin Biere (Picosat) restarts strategy
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: ASSIGNED
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Armin Biere (Picosat) restarts strategy
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4427524-1720998031.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  objective function found
0.34/0.30	c ... done. Wall clock time 0.13s.
0.34/0.30	c declared #vars     2130
0.34/0.30	c #constraints  2544
0.34/0.30	c constraints type 
0.34/0.30	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2125
0.34/0.30	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 49
0.34/0.30	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 320
0.34/0.30	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
0.34/0.30	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 49
0.34/0.30	c 2544 constraints processed.
0.51/0.31	c objective function length is 5 literals
12.52/9.52	c cleaning 2499 clauses out of 5002 with flag 0/5002
26.70/23.24	c cleaning 4248 clauses out of 8501 with flag 0/11000
60.73/57.14	c cleaning 5619 clauses out of 11253 with flag 0/18000
105.90/101.77	c cleaning 6793 clauses out of 13634 with flag 0/26000
169.17/164.54	c cleaning 7886 clauses out of 15842 with flag 0/35001
298.72/293.41	c cleaning 8928 clauses out of 17955 with flag 0/45000
859.45/853.79	c cleaning 9985 clauses out of 20027 with flag 0/56000
1048.62/1041.36	c cleaning 11003 clauses out of 22042 with flag 0/68000
1127.44/1119.09	c cleaning 12010 clauses out of 24039 with flag 0/81000
1489.11/1479.43	c cleaning 12981 clauses out of 26029 with flag 0/95000
1878.15/1866.82	c cleaning 13997 clauses out of 28048 with flag 0/110000
1974.35/1961.72	c cleaning 15008 clauses out of 30052 with flag 0/126001
2112.75/2097.66	c cleaning 16005 clauses out of 32043 with flag 0/143000
2658.67/2640.49	c cleaning 16986 clauses out of 34039 with flag 0/161001
2862.72/2841.89	c cleaning 18022 clauses out of 36052 with flag 0/180000
3077.31/3053.54	c cleaning 18950 clauses out of 38030 with flag 0/200000
3316.29/3290.33	c cleaning 20005 clauses out of 40082 with flag 0/221002
3600.05/3571.72	c timeout
3600.05/3571.72	c starts		: 120
3600.05/3571.73	c conflicts		: 239802
3600.05/3571.73	c decisions		: 464998
3600.05/3571.73	c propagations		: 28156765
3600.05/3571.73	c inspects		: 1186902785
3600.05/3571.73	c shortcuts		: 0
3600.05/3571.73	c learnt literals	: 0
3600.05/3571.73	c learnt binary clauses	: 0
3600.05/3571.73	c learnt ternary clauses	: 0
3600.05/3571.73	c learnt constraints	: 239801
3600.05/3571.73	c ignored constraints	: 0
3600.05/3571.73	c root simplifications	: 0
3600.05/3571.73	c removed literals (reason simplification)	: 0
3600.05/3571.73	c reason swapping (by a shorter reason)	: 0
3600.05/3571.73	c Calls to reduceDB	: 17
3600.05/3571.73	c Number of update (reduction) of LBD	: 12161
3600.05/3571.73	c Imported unit clauses	: 0
3600.05/3571.73	c No decision after first conflict	: false
3600.05/3571.73	c number of reductions to clauses (during analyze)	: 0
3600.05/3571.73	c number of learned constraints concerned by reduction	: 0
3600.05/3571.73	c number of learning phase by resolution	: 0
3600.05/3571.73	c number of learning phase by cutting planes	: 0
3600.05/3571.73	c number of rounding to 1 operations	: 1892462
3600.05/3571.73	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3571.73	c number of reductions of the coefficients by power 2 	: 0
3600.05/3571.73	c number of right shift for reduction by power 2 	: 0
3600.05/3571.73	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3571.73	c number of ending skipping 	: 0
3600.05/3571.73	c number of internal skipping 	: 0
3600.05/3571.73	c number of derivation steps 	: 2105952
3600.05/3571.73	c number of skipped derivation steps 	: 0
3600.05/3571.73	c number of remaining unassigned 	: 794708
3600.05/3571.73	c number of remaining assigned 	: 129497031
3600.05/3571.73	c number of falsified literals weakened from reason	: 0
3600.05/3571.73	c number of falsified literals weakened from conflict	: 0
3600.05/3571.73	c time for arithmetic operations	: 18519778313
3600.05/3571.73	c minimum degree of deleted constraints	: 4
3600.05/3571.73	c maximum degree of deleted constraints	: 3487550
3600.05/3571.73	c number of deleted constraints	: 200925
3600.05/3571.73	c speed (assignments/second)	: 7883.915328893082
3600.05/3571.73	c non guided choices	: 1560
3600.05/3571.76	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 9101
3600.05/3571.76	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1848
3600.05/3571.76	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 27927
3600.05/3571.76	s UNKNOWN
3600.05/3571.76	c Total wall clock time (in seconds): 3571.605

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: 63968 MiB (55992 MiB free)
  memory of node 1: 64473 MiB (59141 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427524-1720998031/watcher-4427524-1720998031 -o /tmp/evaluation-result-4427524-1720998031/solver-4427524-1720998031 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1720994549-776186 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427524-1720998031.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
solver pid=778923, runsolver pid=778920
Current StackSize limit: 8192 KiB


[startup+0.100081 s]*
/proc/loadavg: 4.25 4.25 4.18 5/334 778941
/proc/meminfo: memFree=117854952/131524596 swapFree=131071996/131071996
[pid=778923] ppid=778920 vsize=18975048 memory=63072 CPUtime=0.13 cores=1,3
/proc/778923/stat : 778923 (java) S 778920 778923 776174 0 -1 1077936128 7206 0 0 0 11 2 0 0 20 0 18 0 151973681 19430449152 15768 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
/proc/778923/statm: 4743762 15768 5681 1 0 549331 0
[pid=778923/tid=778925] ppid=778920 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/778923/task/778925/stat : 778925 (java) R 778920 778923 776174 0 -1 4194368 5750 0 0 0 7 1 0 0 20 0 18 0 151973681 19430449152 15768 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
[pid=778923/tid=778934] ppid=778920 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/778923/task/778934/stat : 778934 (Finalizer) S 778920 778923 776174 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151973684 19430449152 15768 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
[pid=778923/tid=778941] ppid=778920 vsize=18975048 memory=15542920530912022 CPUtime=0 cores=1,3
/proc/778923/task/778941/stat : 778941 (Common-Cleaner) S 778920 778923 776174 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151973684 19430449152 15768 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63072 KiB

[startup+0.206464 s]*
/proc/loadavg: 4.25 4.25 4.18 7/334 778941
/proc/meminfo: memFree=117833776/131524596 swapFree=131071996/131071996
[pid=778923] ppid=778920 vsize=18975048 memory=86448 CPUtime=0.34 cores=1,3
/proc/778923/stat : 778923 (java) S 778920 778923 776174 0 -1 1077936128 7784 0 0 0 31 3 0 0 20 0 18 0 151973681 19430449152 21612 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
/proc/778923/statm: 4743762 21612 5834 1 0 549707 0
[pid=778923/tid=778925] ppid=778920 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=1,3
/proc/778923/task/778925/stat : 778925 (java) R 778920 778923 776174 0 -1 4194368 6045 0 0 0 17 2 0 0 20 0 18 0 151973681 19430449152 21612 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
[pid=778923/tid=778934] ppid=778920 vsize=18975048 memory=15962 CPUtime=0 cores=1,3
/proc/778923/task/778934/stat : 778934 (Finalizer) S 778920 778923 776174 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151973684 19430449152 21612 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
[pid=778923/tid=778941] ppid=778920 vsize=18975048 memory=15261445554177769 CPUtime=0 cores=1,3
/proc/778923/task/778941/stat : 778941 (Common-Cleaner) S 778920 778923 776174 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151973684 19430449152 21612 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 86448 KiB

[startup+0.30621 s]*
/proc/loadavg: 4.25 4.25 4.18 7/334 778941
/proc/meminfo: memFree=117782192/131524596 swapFree=131071996/131071996
[pid=778923] ppid=778920 vsize=18975048 memory=136008 CPUtime=0.51 cores=1,3
/proc/778923/stat : 778923 (java) S 778920 778923 776174 0 -1 1077936128 9392 0 0 0 47 4 0 0 20 0 18 0 151973681 19430449152 34002 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
/proc/778923/statm: 4743762 34002 5869 1 0 550784 0
[pid=778923/tid=778925] ppid=778920 vsize=18975048 memory=-9177035749555872444 CPUtime=0.28 cores=1,3
/proc/778923/task/778925/stat : 778925 (java) R 778920 778923 776174 0 -1 4194368 6172 0 0 0 25 3 0 0 20 0 18 0 151973681 19430449152 34002 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
[pid=778923/tid=778934] ppid=778920 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/778923/task/778934/stat : 778934 (Finalizer) S 778920 778923 776174 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151973684 19430449152 34002 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
[pid=778923/tid=778941] ppid=778920 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/778923/task/778941/stat : 778941 (Common-Cleaner) S 778920 778923 776174 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151973684 19430449152 34002 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 136008 KiB

[startup+0.700517 s]
/proc/loadavg: 4.25 4.25 4.18 7/336 778943
/proc/meminfo: memFree=117748692/131524596 swapFree=131071996/131071996
[pid=778923] ppid=778920 vsize=19108176 memory=179328 CPUtime=1.25 cores=1,3
/proc/778923/stat : 778923 (java) S 778920 778923 776174 0 -1 1077936128 15325 0 0 0 118 7 0 0 20 0 20 0 151973681 19566772224 44832 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
/proc/778923/statm: 4777044 44832 5872 1 0 554837 0
[pid=778923/tid=778925] ppid=778920 vsize=19108176 memory=5552 CPUtime=0.6 cores=1,3
/proc/778923/task/778925/stat : 778925 (java) R 778920 778923 776174 0 -1 4194368 6258 0 0 0 56 4 0 0 20 0 20 0 151973681 19566772224 44832 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
[pid=778923/tid=778934] ppid=778920 vsize=19108176 memory=12996 CPUtime=0 cores=1,3
/proc/778923/task/778934/stat : 778934 (Finalizer) S 778920 778923 776174 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151973684 19566772224 44832 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
[pid=778923/tid=778941] ppid=778920 vsize=19108176 memory=164 CPUtime=0 cores=1,3
/proc/778923/task/778941/stat : 778941 (Common-Cleaner) S 778920 778923 776174 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151973684 19566772224 44832 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
[pid=778923/tid=778942] ppid=778920 vsize=19108176 memory=117636 CPUtime=0 cores=1,3
/proc/778923/task/778942/stat : 778942 (Timer-0) S 778920 778923 776174 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151973713 19566772224 44832 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 179328 KiB

[startup+1.50045 s]
/proc/loadavg: 4.25 4.25 4.18 6/336 778943
/proc/meminfo: memFree=117731864/131524596 swapFree=131071996/131071996
[pid=778923] ppid=778920 vsize=19108176 memory=227056 CPUtime=2.83 cores=1,3
/proc/778923/stat : 778923 (java) S 778920 778923 776174 0 -1 1077936128 21960 0 0 0 274 9 0 0 20 0 20 0 151973681 19566772224 56764 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
/proc/778923/statm: 4777044 56764 5872 1 0 555167 0
[pid=778923/tid=778925] ppid=778920 vsize=19108176 memory=12996 CPUtime=1.37 cores=1,3
/proc/778923/task/778925/stat : 778925 (java) R 778920 778923 776174 0 -1 4194368 6612 0 0 0 133 4 0 0 20 0 20 0 151973681 19566772224 56764 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
[pid=778923/tid=778934] ppid=778920 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/778923/task/778934/stat : 778934 (Finalizer) S 778920 778923 776174 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151973684 19566772224 56764 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
[pid=778923/tid=778941] ppid=778920 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/778923/task/778941/stat : 778941 (Common-Cleaner) S 778920 778923 776174 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151973684 19566772224 56764 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
[pid=778923/tid=778942] ppid=778920 vsize=19108176 memory=280964412646672 CPUtime=0 cores=1,3
/proc/778923/task/778942/stat : 778942 (Timer-0) S 778920 778923 776174 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151973713 19566772224 56764 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 227056 KiB

[startup+3.10845 s]
/proc/loadavg: 4.31 4.26 4.19 7/336 778943
/proc/meminfo: memFree=117152892/131524596 swapFree=131071996/131071996
[pid=778923] ppid=778920 vsize=19108176 memory=815088 CPUtime=5.92 cores=1,3
/proc/778923/stat : 778923 (java) S 778920 778923 776174 0 -1 1077936128 24353 0 0 0 570 22 0 0 20 0 20 0 151973681 19566772224 203772 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
/proc/778923/statm: 4777044 203772 5888 1 0 707644 0
[pid=778923/tid=778925] ppid=778920 vsize=19108176 memory=0 CPUtime=2.9 cores=1,3
/proc/778923/task/778925/stat : 778925 (java) S 778920 778923 776174 0 -1 1077936192 7372 0 0 0 275 15 0 0 20 0 20 0 151973681 19566772224 203772 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
[pid=778923/tid=778934] ppid=778920 vsize=19108176 memory=12996 CPUtime=0 cores=1,3
/proc/778923/task/778934/stat : 778934 (Finalizer) S 778920 778923 776174 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151973684 19566772224 203772 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
[pid=778923/tid=778941] ppid=778920 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/778923/task/778941/stat : 778941 (Common-Cleaner) S 778920 778923 776174 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151973684 19566772224 203772 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
[pid=778923/tid=778942] ppid=778920 vsize=19108176 memory=11440 CPUtime=0 cores=1,3
/proc/778923/task/778942/stat : 778942 (Timer-0) S 778920 778923 776174 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151973713 19566772224 203772 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
Current children cumulated CPU time: 5.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 815088 KiB

[startup+6.30029 s]
/proc/loadavg: 4.31 4.26 4.19 6/336 778943
/proc/meminfo: memFree=116958156/131524596 swapFree=131071996/131071996
[pid=778923] ppid=778920 vsize=19108176 memory=957960 CPUtime=9.19 cores=1,3
/proc/778923/stat : 778923 (java) S 778920 778923 776174 0 -1 1077936128 24544 0 0 0 894 25 0 0 20 0 20 0 151973681 19566772224 239490 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
/proc/778923/statm: 4777044 239490 5888 1 0 707647 0
[pid=778923/tid=778925] ppid=778920 vsize=19108176 memory=12996 CPUtime=6.01 cores=1,3
/proc/778923/task/778925/stat : 778925 (java) R 778920 778923 776174 0 -1 4194368 7425 0 0 0 584 17 0 0 20 0 20 0 151973681 19566772224 239490 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
[pid=778923/tid=778934] ppid=778920 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/778923/task/778934/stat : 778934 (Finalizer) S 778920 778923 776174 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151973684 19566772224 239490 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
[pid=778923/tid=778941] ppid=778920 vsize=19108176 memory=259920 CPUtime=0 cores=1,3
/proc/778923/task/778941/stat : 778941 (Common-Cleaner) S 778920 778923 776174 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151973684 19566772224 239490 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
[pid=778923/tid=778942] ppid=778920 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/778923/task/778942/stat : 778942 (Timer-0) S 778920 778923 776174 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151973713 19566772224 239490 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
Current children cumulated CPU time: 9.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 957960 KiB

[startup+12.7003 s]
/proc/loadavg: 4.29 4.26 4.19 5/336 778944
/proc/meminfo: memFree=116059644/131524596 swapFree=131071996/131071996
[pid=778923] ppid=778920 vsize=19108176 memory=1854524 CPUtime=15.82 cores=1,3
/proc/778923/stat : 778923 (java) S 778920 778923 776174 0 -1 1077936128 26684 0 0 0 1538 44 0 0 20 0 20 0 151973681 19566772224 463631 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
/proc/778923/statm: 4777044 463631 5888 1 0 843463 0
[pid=778923/tid=778925] ppid=778920 vsize=19108176 memory=0 CPUtime=12.21 cores=1,3
/proc/778923/task/778925/stat : 778925 (java) R 778920 778923 776174 0 -1 4194368 9008 0 0 0 1187 34 0 0 20 0 20 0 151973681 19566772224 463631 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
[pid=778923/tid=778934] ppid=778920 vsize=19108176 memory=-9177035749555872444 CPUtime=0 cores=1,3
/proc/778923/task/778934/stat : 778934 (Finalizer) S 778920 778923 776174 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151973684 19566772224 463631 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
[pid=778923/tid=778941] ppid=778920 vsize=19108176 memory=2248 CPUtime=0 cores=1,3
/proc/778923/task/778941/stat : 778941 (Common-Cleaner) S 778920 778923 776174 0 -1 1077936192 41 0 0 0 0 0 0 0 20 0 20 0 151973684 19566772224 463631 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
[pid=778923/tid=778942] ppid=778920 vsize=19108176 memory=11440 CPUtime=0 cores=1,3
/proc/778923/task/778942/stat : 778942 (Timer-0) S 778920 778923 776174 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151973713 19566772224 463631 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
Current children cumulated CPU time: 15.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1854524 KiB

[startup+25.5005 s]
/proc/loadavg: 4.22 4.24 4.18 5/334 778959
/proc/meminfo: memFree=115777836/131524596 swapFree=131071996/131071996
[pid=778923] ppid=778920 vsize=19108176 memory=2135668 CPUtime=29.04 cores=1,3
/proc/778923/stat : 778923 (java) S 778920 778923 776174 0 -1 1077936128 32041 0 0 0 2853 51 0 0 20 0 20 0 151973681 19566772224 533917 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
/proc/778923/statm: 4777044 533917 5888 1 0 843465 0
[pid=778923/tid=778925] ppid=778920 vsize=19108176 memory=11440 CPUtime=24.73 cores=1,3
/proc/778923/task/778925/stat : 778925 (java) R 778920 778923 776174 0 -1 4194368 11533 0 0 0 2435 38 0 0 20 0 20 0 151973681 19566772224 533917 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
[pid=778923/tid=778934] ppid=778920 vsize=19108176 memory=11440 CPUtime=0 cores=1,3
/proc/778923/task/778934/stat : 778934 (Finalizer) S 778920 778923 776174 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151973684 19566772224 533917 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
[pid=778923/tid=778941] ppid=778920 vsize=19108176 memory=966152 CPUtime=0 cores=1,3
/proc/778923/task/778941/stat : 778941 (Common-Cleaner) S 778920 778923 776174 0 -1 1077936192 41 0 0 0 0 0 0 0 20 0 20 0 151973684 19566772224 533917 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
[pid=778923/tid=778942] ppid=778920 vsize=19108176 memory=280964412593456 CPUtime=0 cores=1,3
/proc/778923/task/778942/stat : 778942 (Timer-0) S 778920 778923 776174 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151973713 19566772224 533917 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
Current children cumulated CPU time: 29.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2135668 KiB

[startup+51.1065 s]
/proc/loadavg: 4.28 4.26 4.19 6/333 779100
/proc/meminfo: memFree=116843644/131524596 swapFree=131071996/131071996
[pid=778923] ppid=778920 vsize=19108176 memory=2191044 CPUtime=54.61 cores=1,3
/proc/778923/stat : 778923 (java) S 778920 778923 776174 0 -1 1077936128 37130 0 0 0 5407 54 0 0 20 0 20 0 151973681 19566772224 547761 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
/proc/778923/statm: 4777044 547761 5888 1 0 843465 0
[pid=778923/tid=778925] ppid=778920 vsize=19108176 memory=2191044 CPUtime=49.7 cores=1,3
/proc/778923/task/778925/stat : 778925 (java) R 778920 778923 776174 0 -1 4194368 14119 0 0 0 4932 38 0 0 20 0 20 0 151973681 19566772224 547761 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 3 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
[pid=778923/tid=778934] ppid=778920 vsize=19108176 memory=11440 CPUtime=0 cores=1,3
/proc/778923/task/778934/stat : 778934 (Finalizer) S 778920 778923 776174 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151973684 19566772224 547761 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0

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

/proc/meminfo: memFree=110929616/131524596 swapFree=131071996/131071996
[pid=778923] ppid=778920 vsize=19108176 memory=3337052 CPUtime=3247.68 cores=1,3
/proc/778923/stat : 778923 (java) S 778920 778923 776174 0 -1 1077936128 260428 0 0 0 324553 215 0 0 20 0 20 0 151973681 19566772224 834263 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
/proc/778923/statm: 4777044 834263 5937 1 0 843880 0
[pid=778923/tid=778925] ppid=778920 vsize=19108176 memory=12996 CPUtime=3173.07 cores=1,3
/proc/778923/task/778925/stat : 778925 (java) R 778920 778923 776174 0 -1 4194368 121390 0 0 0 317249 58 0 0 20 0 20 0 151973681 19566772224 834263 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 27 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
[pid=778923/tid=778934] ppid=778920 vsize=19108176 memory=-9177035749555872444 CPUtime=0 cores=1,3
/proc/778923/task/778934/stat : 778934 (Finalizer) S 778920 778923 776174 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151973684 19566772224 834263 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
[pid=778923/tid=778941] ppid=778920 vsize=19108176 memory=3337052 CPUtime=0 cores=1,3
/proc/778923/task/778941/stat : 778941 (Common-Cleaner) S 778920 778923 776174 0 -1 1077936192 3444 0 0 0 0 0 0 0 20 0 20 0 151973684 19566772224 834263 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
[pid=778923/tid=778942] ppid=778920 vsize=19108176 memory=3337052 CPUtime=0 cores=1,3
/proc/778923/task/778942/stat : 778942 (Timer-0) S 778920 778923 776174 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151973713 19566772224 834263 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
Current children cumulated CPU time: 3247.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3337052 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.16 4.17 5/332 780588
/proc/meminfo: memFree=110844684/131524596 swapFree=131071996/131071996
[pid=778923] ppid=778920 vsize=19108176 memory=3337052 CPUtime=3308.24 cores=1,3
/proc/778923/stat : 778923 (java) S 778920 778923 776174 0 -1 1077936128 261145 0 0 0 330607 217 0 0 20 0 20 0 151973681 19566772224 834263 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
/proc/778923/statm: 4777044 834263 5937 1 0 843880 0
[pid=778923/tid=778925] ppid=778920 vsize=19108176 memory=3337052 CPUtime=3231.45 cores=1,3
/proc/778923/task/778925/stat : 778925 (java) R 778920 778923 776174 0 -1 4194368 122011 0 0 0 323086 59 0 0 20 0 20 0 151973681 19566772224 834263 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 27 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
[pid=778923/tid=778934] ppid=778920 vsize=19108176 memory=3337052 CPUtime=0 cores=1,3
/proc/778923/task/778934/stat : 778934 (Finalizer) S 778920 778923 776174 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151973684 19566772224 834263 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
[pid=778923/tid=778941] ppid=778920 vsize=19108176 memory=3337052 CPUtime=0 cores=1,3
/proc/778923/task/778941/stat : 778941 (Common-Cleaner) S 778920 778923 776174 0 -1 1077936192 3444 0 0 0 0 0 0 0 20 0 20 0 151973684 19566772224 834263 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
[pid=778923/tid=778942] ppid=778920 vsize=19108176 memory=3337052 CPUtime=0 cores=1,3
/proc/778923/task/778942/stat : 778942 (Timer-0) S 778920 778923 776174 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151973713 19566772224 834263 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
Current children cumulated CPU time: 3308.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3337052 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.14 4.17 5/333 780982
/proc/meminfo: memFree=110843312/131524596 swapFree=131071996/131071996
[pid=778923] ppid=778920 vsize=19108176 memory=3337068 CPUtime=3369.04 cores=1,3
/proc/778923/stat : 778923 (java) S 778920 778923 776174 0 -1 1077936128 264076 0 0 0 336684 220 0 0 20 0 20 0 151973681 19566772224 834267 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
/proc/778923/statm: 4777044 834267 5937 1 0 843891 0
[pid=778923/tid=778925] ppid=778920 vsize=19108176 memory=3337068 CPUtime=3290.16 cores=1,3
/proc/778923/task/778925/stat : 778925 (java) R 778920 778923 776174 0 -1 4194368 124052 0 0 0 328957 59 0 0 20 0 20 0 151973681 19566772224 834267 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 27 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
[pid=778923/tid=778934] ppid=778920 vsize=19108176 memory=11440 CPUtime=0 cores=1,3
/proc/778923/task/778934/stat : 778934 (Finalizer) S 778920 778923 776174 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151973684 19566772224 834267 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
[pid=778923/tid=778941] ppid=778920 vsize=19108176 memory=3337068 CPUtime=0 cores=1,3
/proc/778923/task/778941/stat : 778941 (Common-Cleaner) S 778920 778923 776174 0 -1 1077936192 3517 0 0 0 0 0 0 0 20 0 20 0 151973684 19566772224 834267 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
[pid=778923/tid=778942] ppid=778920 vsize=19108176 memory=11440 CPUtime=0 cores=1,3
/proc/778923/task/778942/stat : 778942 (Timer-0) S 778920 778923 776174 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151973713 19566772224 834267 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
Current children cumulated CPU time: 3369.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3337068 KiB

[startup+3402.3 s]
/proc/loadavg: 4.21 4.16 4.17 5/332 780994
/proc/meminfo: memFree=110842596/131524596 swapFree=131071996/131071996
[pid=778923] ppid=778920 vsize=19108176 memory=3337220 CPUtime=3429.92 cores=1,3
/proc/778923/stat : 778923 (java) S 778920 778923 776174 0 -1 1077936128 267288 0 0 0 342769 223 0 0 20 0 20 0 151973681 19566772224 834305 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
/proc/778923/statm: 4777044 834305 5937 1 0 843940 0
[pid=778923/tid=778925] ppid=778920 vsize=19108176 memory=100 CPUtime=3349.1 cores=1,3
/proc/778923/task/778925/stat : 778925 (java) R 778920 778923 776174 0 -1 4194368 124466 0 0 0 334851 59 0 0 20 0 20 0 151973681 19566772224 834305 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 31 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
[pid=778923/tid=778934] ppid=778920 vsize=19108176 memory=3337068 CPUtime=0 cores=1,3
/proc/778923/task/778934/stat : 778934 (Finalizer) S 778920 778923 776174 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151973684 19566772224 834305 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
[pid=778923/tid=778941] ppid=778920 vsize=19108176 memory=11440 CPUtime=0 cores=1,3
/proc/778923/task/778941/stat : 778941 (Common-Cleaner) S 778920 778923 776174 0 -1 1077936192 3517 0 0 0 0 0 0 0 20 0 20 0 151973684 19566772224 834305 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
[pid=778923/tid=778942] ppid=778920 vsize=19108176 memory=3337220 CPUtime=0 cores=1,3
/proc/778923/task/778942/stat : 778942 (Timer-0) S 778920 778923 776174 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151973713 19566772224 834305 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
Current children cumulated CPU time: 3429.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3337220 KiB

[startup+3462.3 s]
/proc/loadavg: 4.40 4.21 4.19 5/332 781004
/proc/meminfo: memFree=110440012/131524596 swapFree=131071996/131071996
[pid=778923] ppid=778920 vsize=19108176 memory=3337220 CPUtime=3490.29 cores=1,3
/proc/778923/stat : 778923 (java) S 778920 778923 776174 0 -1 1077936128 267872 0 0 0 348805 224 0 0 20 0 20 0 151973681 19566772224 834305 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
/proc/778923/statm: 4777044 834305 5937 1 0 843940 0
[pid=778923/tid=778925] ppid=778920 vsize=19108176 memory=3337068 CPUtime=3408.25 cores=1,3
/proc/778923/task/778925/stat : 778925 (java) R 778920 778923 776174 0 -1 4194368 124976 0 0 0 340766 59 0 0 20 0 20 0 151973681 19566772224 834305 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 37 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
[pid=778923/tid=778934] ppid=778920 vsize=19108176 memory=3337220 CPUtime=0 cores=1,3
/proc/778923/task/778934/stat : 778934 (Finalizer) S 778920 778923 776174 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151973684 19566772224 834305 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
[pid=778923/tid=778941] ppid=778920 vsize=19108176 memory=3337220 CPUtime=0 cores=1,3
/proc/778923/task/778941/stat : 778941 (Common-Cleaner) S 778920 778923 776174 0 -1 1077936192 3517 0 0 0 0 0 0 0 20 0 20 0 151973684 19566772224 834305 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
[pid=778923/tid=778942] ppid=778920 vsize=19108176 memory=11440 CPUtime=0 cores=1,3
/proc/778923/task/778942/stat : 778942 (Timer-0) S 778920 778923 776174 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151973713 19566772224 834305 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
Current children cumulated CPU time: 3490.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3337220 KiB

[startup+3522.3 s]
/proc/loadavg: 4.47 4.27 4.21 6/333 781184
/proc/meminfo: memFree=110439032/131524596 swapFree=131071996/131071996
[pid=778923] ppid=778920 vsize=19108176 memory=3337220 CPUtime=3550.51 cores=1,3
/proc/778923/stat : 778923 (java) S 778920 778923 776174 0 -1 1077936128 270208 0 0 0 354824 227 0 0 20 0 20 0 151973681 19566772224 834305 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
/proc/778923/statm: 4777044 834305 5937 1 0 843940 0
[pid=778923/tid=778925] ppid=778920 vsize=19108176 memory=3337220 CPUtime=3467.62 cores=1,3
/proc/778923/task/778925/stat : 778925 (java) R 778920 778923 776174 0 -1 4194368 126241 0 0 0 346703 59 0 0 20 0 20 0 151973681 19566772224 834305 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 37 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
[pid=778923/tid=778934] ppid=778920 vsize=19108176 memory=3337220 CPUtime=0 cores=1,3
/proc/778923/task/778934/stat : 778934 (Finalizer) S 778920 778923 776174 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151973684 19566772224 834305 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
[pid=778923/tid=778941] ppid=778920 vsize=19108176 memory=-9177035749555872444 CPUtime=0 cores=1,3
/proc/778923/task/778941/stat : 778941 (Common-Cleaner) S 778920 778923 776174 0 -1 1077936192 3591 0 0 0 0 0 0 0 20 0 20 0 151973684 19566772224 834305 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
[pid=778923/tid=778942] ppid=778920 vsize=19108176 memory=3337220 CPUtime=0 cores=1,3
/proc/778923/task/778942/stat : 778942 (Timer-0) S 778920 778923 776174 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151973713 19566772224 834305 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
Current children cumulated CPU time: 3550.51 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3337220 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3571.7 s]
/proc/loadavg: 4.40 4.29 4.22 5/333 781192
/proc/meminfo: memFree=110204192/131524596 swapFree=131071996/131071996
[pid=778923] ppid=778920 vsize=19108176 memory=3337220 CPUtime=3600.05 cores=1,3
/proc/778923/stat : 778923 (java) S 778920 778923 776174 0 -1 1077936128 270569 0 0 0 359777 228 0 0 20 0 20 0 151973681 19566772224 834305 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
/proc/778923/statm: 4777044 834305 5937 1 0 843940 0
[pid=778923/tid=778925] ppid=778920 vsize=19108176 memory=3337220 CPUtime=3516.65 cores=1,3
/proc/778923/task/778925/stat : 778925 (java) R 778920 778923 776174 0 -1 4194368 126527 0 0 0 351606 59 0 0 20 0 20 0 151973681 19566772224 834305 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 37 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
[pid=778923/tid=778934] ppid=778920 vsize=19108176 memory=11440 CPUtime=0 cores=1,3
/proc/778923/task/778934/stat : 778934 (Finalizer) S 778920 778923 776174 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151973684 19566772224 834305 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
[pid=778923/tid=778941] ppid=778920 vsize=19108176 memory=5452 CPUtime=0 cores=1,3
/proc/778923/task/778941/stat : 778941 (Common-Cleaner) S 778920 778923 776174 0 -1 1077936192 3591 0 0 0 0 0 0 0 20 0 20 0 151973684 19566772224 834305 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
[pid=778923/tid=778942] ppid=778920 vsize=19108176 memory=3337220 CPUtime=0 cores=1,3
/proc/778923/task/778942/stat : 778942 (Timer-0) S 778920 778923 776174 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151973713 19566772224 834305 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3337220 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.87 s, system=2.2964 s

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

[startup+3571.7 s]
/proc/loadavg: 4.40 4.29 4.22 5/333 781192
/proc/meminfo: memFree=110204192/131524596 swapFree=131071996/131071996
[pid=778923] ppid=778920 vsize=19108176 memory=3337220 CPUtime=3600.05 cores=1,3
/proc/778923/stat : 778923 (java) S 778920 778923 776174 0 -1 1077936128 270569 0 0 0 359777 228 0 0 20 0 20 0 151973681 19566772224 834305 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
/proc/778923/statm: 4777044 834305 5937 1 0 843940 0
[pid=778923/tid=778925] ppid=778920 vsize=19108176 memory=3337220 CPUtime=3516.65 cores=1,3
/proc/778923/task/778925/stat : 778925 (java) R 778920 778923 776174 0 -1 4194368 126527 0 0 0 351606 59 0 0 20 0 20 0 151973681 19566772224 834305 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 37 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
[pid=778923/tid=778934] ppid=778920 vsize=19108176 memory=11440 CPUtime=0 cores=1,3
/proc/778923/task/778934/stat : 778934 (Finalizer) S 778920 778923 776174 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151973684 19566772224 834305 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
[pid=778923/tid=778941] ppid=778920 vsize=19108176 memory=5452 CPUtime=0 cores=1,3
/proc/778923/task/778941/stat : 778941 (Common-Cleaner) S 778920 778923 776174 0 -1 1077936192 3591 0 0 0 0 0 0 0 20 0 20 0 151973684 19566772224 834305 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
[pid=778923/tid=778942] ppid=778920 vsize=19108176 memory=3337220 CPUtime=0 cores=1,3
/proc/778923/task/778942/stat : 778942 (Timer-0) S 778920 778923 776174 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151973713 19566772224 834305 134679101440 93902495928320 93902495932016 140720694427040 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93902495939832 93902495940624 93902524129280 140720694432752 140720694432865 140720694432865 140720694439880 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3337220 KiB

Child status: 143

Real time (s): 3571.77
CPU time (s): 3600.17
CPU user time (s): 3597.87
CPU system time (s): 2.2964
CPU usage (%): 100.795
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 3337220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.87
system time used= 2.2964
maximum resident set size= 3337984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 273061
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 129371
involuntary context switches= 13154


# summary of solver processes directly reported to runsolver:
#   pid: 778923
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3597.87
#   total CPU system time (s): 2.2964

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.45586 second user time and 18.6271 second system time

The end

Launcher Data

Begin job on nodeC034 at 2024-07-15 01:00:44
IDJOB=4427524
IDBENCH=148770
IDSOLVER=3046
FILE ID=nodeC034/4427524-1720998031
RUNJOBID= nodeC034-1720994549-776186
SLURM_JOB_ID= 7505328
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB09/OPT-LIN/flexray/normalized-fx49.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427524-1720998031/watcher-4427524-1720998031 -o /tmp/evaluation-result-4427524-1720998031/solver-4427524-1720998031 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1720994549-776186 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427524-1720998031.opb

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

MD5SUM BENCH= bb00c8681178995acecbc2b6e4ec1a1a
RANDOM SEED=895933221

nodeC034.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		: 3600.099
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.99
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		: 3639.766
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	: 7005.58
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		: 3657.699
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.99
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		: 3646.314
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	: 7005.58
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		: 3600.190
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.99
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		: 3665.961
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	: 7005.58
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		: 3657.869
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.99
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		: 3600.101
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	: 7005.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524596 kB
MemFree:        117896964 kB
MemAvailable:   121090836 kB
Buffers:          340436 kB
Cached:          3654840 kB
SwapCached:            0 kB
Active:           523312 kB
Inactive:       12417736 kB
Active(anon):       1508 kB
Inactive(anon):  8981976 kB
Active(file):     521804 kB
Inactive(file):  3435760 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1472 kB
Writeback:             0 kB
AnonPages:       8942868 kB
Mapped:           122964 kB
Shmem:             37720 kB
KReclaimable:     152260 kB
Slab:             264140 kB
SReclaimable:     152260 kB
SUnreclaim:       111880 kB
KernelStack:        5104 kB
PageTables:        27624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834292 kB
Committed_AS:    9579428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            59776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8593408 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:      221908 kB
DirectMap2M:    23668736 kB
DirectMap1G:    112197632 kB

Free space on /tmp at the end= 889792 MiB
End job on nodeC034 at 2024-07-15 02:00:16