Trace number 4445165

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.32 3571.07

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-cuww4.opb
MD5SUM13439fe0222d33319b9169d149c100b9
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.00553
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables82
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 constraint82
Maximum length of a constraint82
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 104723596
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 1078440737
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.12/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.11	c See www.sat4j.org for details.
0.12/0.12	c version CUSTOM.v20240707
0.12/0.13	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.13	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.13	c java.vm.version	22.0.1+8-16
0.12/0.13	c java.vm.vendor	Oracle Corporation
0.12/0.13	c sun.arch.data.model	64
0.12/0.13	c java.version		22.0.1
0.12/0.13	c os.name		Linux
0.12/0.13	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.13	c os.arch		amd64
0.12/0.13	c Free memory 		2113181440
0.12/0.13	c Max memory 		16282288128
0.12/0.13	c Total memory 		2122317824
0.12/0.14	c Number of processors 	2
0.32/0.25	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.32/0.25	 - never skip resolution steps
0.32/0.25	 - Auto-division on coefficients is disabled
0.32/0.25	 - No postprocessing
0.32/0.25	 - Conflict is considered as is when resolving
0.32/0.25	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.32/0.25	 - Weaken first using unassigned literals
0.32/0.25	 - Bump strategy: ALWAYS_ONE
0.32/0.25	 - Bumper: ASSIGNED
0.32/0.25	--- Begin Solver configuration ---
0.32/0.25	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.32/0.25	Learn all clauses as in MiniSAT
0.32/0.25	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32/0.25	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.32/0.25	No reason simplification
0.32/0.25	Armin Biere (Picosat) restarts strategy
0.32/0.25	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.32/0.25	timeout=2147483s
0.32/0.25	DB Simplification allowed=false
0.32/0.25	Listener: none
0.32/0.25	--- End Solver configuration ---
0.32/0.26	c Pseudo Boolean Optimization by upper bound
0.32/0.26	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.32/0.26	c  - never skip resolution steps
0.32/0.26	c  - Auto-division on coefficients is disabled
0.32/0.26	c  - No postprocessing
0.32/0.26	c  - Conflict is considered as is when resolving
0.32/0.26	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.32/0.26	c  - Weaken first using unassigned literals
0.32/0.26	c  - Bump strategy: ALWAYS_ONE
0.32/0.26	c  - Bumper: ASSIGNED
0.32/0.26	c --- Begin Solver configuration ---
0.32/0.26	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.32/0.26	c Learn all clauses as in MiniSAT
0.32/0.26	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32/0.26	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.32/0.26	c No reason simplification
0.32/0.26	c Armin Biere (Picosat) restarts strategy
0.32/0.26	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.32/0.26	c timeout=2147483s
0.32/0.26	c DB Simplification allowed=false
0.32/0.26	c Listener: none
0.32/0.26	c --- End Solver configuration ---
0.32/0.26	c solving HOME/instance-4445165-1721320859.opb
0.32/0.26	c reading problem ... 
0.32/0.26	c  no objective function found
0.32/0.28	c ... done. Wall clock time 0.018s.
0.32/0.28	c declared #vars     82
0.32/0.28	c #constraints  2
0.32/0.28	c constraints type 
0.32/0.28	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 2
0.32/0.28	c 2 constraints processed.
40.28/33.83	c cleaning 2491 clauses out of 5000 with flag 0/5000
97.57/88.55	c cleaning 4246 clauses out of 8510 with flag 0/11001
136.47/126.41	c cleaning 3640 clauses out of 11263 with flag 0/18000
148.18/137.66	c cleaning 1097 clauses out of 15623 with flag 0/26000
223.77/212.59	c cleaning 4119 clauses out of 23526 with flag 0/35000
280.39/269.06	c cleaning 3562 clauses out of 29408 with flag 0/45001
431.79/418.92	c cleaning 5257 clauses out of 36846 with flag 0/56001
716.49/703.18	c cleaning 11143 clauses out of 43589 with flag 0/68001
1093.09/1079.29	c cleaning 12773 clauses out of 45445 with flag 0/81000
1457.16/1442.50	c cleaning 11311 clauses out of 46672 with flag 0/95000
1700.44/1684.97	c cleaning 12504 clauses out of 50361 with flag 0/110000
2037.40/2020.98	c cleaning 14438 clauses out of 53857 with flag 0/126000
2455.82/2438.66	c cleaning 15714 clauses out of 56419 with flag 0/143000
2954.82/2932.14	c cleaning 10270 clauses out of 58705 with flag 0/161000
3271.00/3245.78	c cleaning 8316 clauses out of 67435 with flag 0/180000
3480.84/3453.68	c cleaning 9064 clauses out of 79119 with flag 0/200000
3528.88/3501.28	c cleaning 2263 clauses out of 91055 with flag 0/221000
3540.88/3513.11	c cleaning 3282 clauses out of 110792 with flag 0/243000
3600.07/3570.95	c starts		: 127
3600.07/3570.95	c timeout
3600.07/3570.95	c conflicts		: 262240
3600.07/3570.95	c decisions		: 455654
3600.07/3570.96	c propagations		: 1720883
3600.07/3570.96	c inspects		: 2201505444
3600.07/3570.96	c shortcuts		: 0
3600.07/3570.96	c learnt literals	: 0
3600.07/3570.96	c learnt binary clauses	: 0
3600.07/3570.96	c learnt ternary clauses	: 0
3600.07/3570.96	c learnt constraints	: 262240
3600.07/3570.96	c ignored constraints	: 0
3600.07/3570.96	c root simplifications	: 0
3600.07/3570.96	c removed literals (reason simplification)	: 0
3600.07/3570.96	c reason swapping (by a shorter reason)	: 0
3600.07/3570.96	c Calls to reduceDB	: 18
3600.07/3570.96	c Number of update (reduction) of LBD	: 2
3600.07/3570.96	c Imported unit clauses	: 0
3600.07/3570.96	c No decision after first conflict	: false
3600.07/3570.96	c number of reductions to clauses (during analyze)	: 0
3600.07/3570.96	c number of learned constraints concerned by reduction	: 0
3600.07/3570.96	c number of learning phase by resolution	: 0
3600.07/3570.96	c number of learning phase by cutting planes	: 0
3600.07/3570.96	c number of rounding to 1 operations	: 940850
3600.07/3570.96	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3570.96	c number of reductions of the coefficients by power 2 	: 0
3600.07/3570.96	c number of right shift for reduction by power 2 	: 0
3600.07/3570.96	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3570.96	c number of ending skipping 	: 0
3600.07/3570.96	c number of internal skipping 	: 0
3600.07/3570.96	c number of derivation steps 	: 840367
3600.07/3570.96	c number of skipped derivation steps 	: 0
3600.07/3570.96	c number of remaining unassigned 	: 65910
3600.07/3570.97	c number of remaining assigned 	: 35112125
3600.07/3570.97	c number of falsified literals weakened from reason	: 0
3600.07/3570.97	c number of falsified literals weakened from conflict	: 0
3600.07/3570.97	c time for arithmetic operations	: 1476649120
3600.07/3570.97	c minimum degree of deleted constraints	: 4
3600.07/3570.97	c maximum degree of deleted constraints	: 14886963904248
3600.07/3570.97	c number of deleted constraints	: 135490
3600.07/3570.97	c speed (assignments/second)	: 481.947446513079
3600.07/3570.97	c non guided choices	: 69
3600.27/3571.03	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 120233
3600.27/3571.03	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 15
3600.27/3571.03	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 6502
3600.27/3571.03	s UNKNOWN
3600.27/3571.03	c Total wall clock time (in seconds): 3570.776

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=972556, runsolver pid=972553

[startup+0.100269 s]*
/proc/loadavg: 4.50 4.61 4.62 6/319 972574
/proc/meminfo: memFree=94118152/131655788 swapFree=131071996/131071996
[pid=972556] ppid=972553 vsize=18975048 memory=56388 CPUtime=0.12 cores=5,7
/proc/972556/stat : 972556 (java) S 972553 972556 968460 0 -1 1077936128 6627 0 0 0 11 1 0 0 20 0 18 0 184244681 19430449152 14097 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
/proc/972556/statm: 4743762 14097 5600 1 0 550925 0
[pid=972556/tid=972558] ppid=972553 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/972556/task/972558/stat : 972558 (java) R 972553 972556 968460 0 -1 4194368 5534 0 0 0 7 1 0 0 20 0 18 0 184244682 19430449152 14097 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
[pid=972556/tid=972567] ppid=972553 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/972556/task/972567/stat : 972567 (Finalizer) S 972553 972556 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184244684 19430449152 14097 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
[pid=972556/tid=972574] ppid=972553 vsize=18975048 memory=3472611996011331616 CPUtime=0 cores=5,7
/proc/972556/task/972574/stat : 972574 (Common-Cleaner) S 972553 972556 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 184244685 19430449152 14097 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56388 KiB

[startup+0.213704 s]*
/proc/loadavg: 4.50 4.61 4.62 7/319 972574
/proc/meminfo: memFree=94108480/131655788 swapFree=131071996/131071996
[pid=972556] ppid=972553 vsize=18975048 memory=65952 CPUtime=0.32 cores=5,7
/proc/972556/stat : 972556 (java) S 972553 972556 968460 0 -1 1077936128 7455 0 0 0 30 2 0 0 20 0 18 0 184244681 19430449152 16488 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
/proc/972556/statm: 4743762 16488 5621 1 0 551623 0
[pid=972556/tid=972558] ppid=972553 vsize=18975048 memory=4782652875487838339 CPUtime=0.2 cores=5,7
/proc/972556/task/972558/stat : 972558 (java) R 972553 972556 968460 0 -1 4194368 5960 0 0 0 18 2 0 0 20 0 18 0 184244682 19430449152 16488 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
[pid=972556/tid=972567] ppid=972553 vsize=18975048 memory=18025 CPUtime=0 cores=5,7
/proc/972556/task/972567/stat : 972567 (Finalizer) S 972553 972556 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184244684 19430449152 16488 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
[pid=972556/tid=972574] ppid=972553 vsize=18975048 memory=14414838847783020 CPUtime=0 cores=5,7
/proc/972556/task/972574/stat : 972574 (Common-Cleaner) S 972553 972556 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 184244685 19430449152 16488 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65952 KiB

[startup+0.31993 s]*
/proc/loadavg: 4.50 4.61 4.62 7/320 972575
/proc/meminfo: memFree=94105508/131655788 swapFree=131071996/131071996
[pid=972556] ppid=972553 vsize=19041612 memory=71704 CPUtime=0.53 cores=5,7
/proc/972556/stat : 972556 (java) S 972553 972556 968460 0 -1 1077936128 7702 0 0 0 51 2 0 0 20 0 19 0 184244681 19498610688 17926 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
/proc/972556/statm: 4760403 17926 5819 1 0 552052 0
[pid=972556/tid=972558] ppid=972553 vsize=19041612 memory=-8960022966328140476 CPUtime=0.31 cores=5,7
/proc/972556/task/972558/stat : 972558 (java) R 972553 972556 968460 0 -1 4194368 6107 0 0 0 29 2 0 0 20 0 19 0 184244682 19498610688 17926 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
[pid=972556/tid=972567] ppid=972553 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/972556/task/972567/stat : 972567 (Finalizer) S 972553 972556 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184244684 19498610688 17926 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
[pid=972556/tid=972574] ppid=972553 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/972556/task/972574/stat : 972574 (Common-Cleaner) S 972553 972556 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 184244685 19498610688 17926 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
[pid=972556/tid=972575] ppid=972553 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/972556/task/972575/stat : 972575 (Timer-0) S 972553 972556 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 184244710 19498610688 17926 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 71704 KiB

[startup+0.710262 s]
/proc/loadavg: 4.50 4.61 4.62 7/320 972575
/proc/meminfo: memFree=94077512/131655788 swapFree=131071996/131071996
[pid=972556] ppid=972553 vsize=19041612 memory=138500 CPUtime=1.22 cores=5,7
/proc/972556/stat : 972556 (java) S 972553 972556 968460 0 -1 1077936128 10239 0 0 0 117 5 0 0 20 0 19 0 184244681 19498610688 34625 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
/proc/972556/statm: 4760403 34625 5835 1 0 553721 0
[pid=972556/tid=972558] ppid=972553 vsize=19041612 memory=11936 CPUtime=0.59 cores=5,7
/proc/972556/task/972558/stat : 972558 (java) R 972553 972556 968460 0 -1 4194368 6175 0 0 0 56 3 0 0 20 0 19 0 184244682 19498610688 34625 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
[pid=972556/tid=972567] ppid=972553 vsize=19041612 memory=11936 CPUtime=0 cores=5,7
/proc/972556/task/972567/stat : 972567 (Finalizer) S 972553 972556 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184244684 19498610688 34625 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
[pid=972556/tid=972574] ppid=972553 vsize=19041612 memory=117636 CPUtime=0 cores=5,7
/proc/972556/task/972574/stat : 972574 (Common-Cleaner) S 972553 972556 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 184244685 19498610688 34625 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
[pid=972556/tid=972575] ppid=972553 vsize=19041612 memory=5532 CPUtime=0 cores=5,7
/proc/972556/task/972575/stat : 972575 (Timer-0) S 972553 972556 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 184244710 19498610688 34625 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 138500 KiB

[startup+1.50126 s]
/proc/loadavg: 4.50 4.61 4.62 6/321 972576
/proc/meminfo: memFree=93996952/131655788 swapFree=131071996/131071996
[pid=972556] ppid=972553 vsize=19108176 memory=179132 CPUtime=2.76 cores=5,7
/proc/972556/stat : 972556 (java) S 972553 972556 968460 0 -1 1077936128 17870 0 0 0 270 6 0 0 20 0 20 0 184244681 19566772224 44783 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
/proc/972556/statm: 4777044 44783 5867 1 0 556698 0
[pid=972556/tid=972558] ppid=972553 vsize=19108176 memory=11936 CPUtime=1.32 cores=5,7
/proc/972556/task/972558/stat : 972558 (java) R 972553 972556 968460 0 -1 4194368 6554 0 0 0 128 4 0 0 20 0 20 0 184244682 19566772224 44783 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
[pid=972556/tid=972567] ppid=972553 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/972556/task/972567/stat : 972567 (Finalizer) S 972553 972556 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184244684 19566772224 44783 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
[pid=972556/tid=972574] ppid=972553 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/972556/task/972574/stat : 972574 (Common-Cleaner) S 972553 972556 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 184244685 19566772224 44783 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
[pid=972556/tid=972575] ppid=972553 vsize=19108176 memory=65 CPUtime=0 cores=5,7
/proc/972556/task/972575/stat : 972575 (Timer-0) S 972553 972556 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184244710 19566772224 44783 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
Current children cumulated CPU time: 2.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 179132 KiB

[startup+3.10626 s]
/proc/loadavg: 4.54 4.62 4.63 6/321 972576
/proc/meminfo: memFree=93696240/131655788 swapFree=131071996/131071996
[pid=972556] ppid=972553 vsize=19108176 memory=510876 CPUtime=5.94 cores=5,7
/proc/972556/stat : 972556 (java) S 972553 972556 968460 0 -1 1077936128 26442 0 0 0 580 14 0 0 20 0 20 0 184244681 19566772224 127719 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
/proc/972556/statm: 4777044 127719 5883 1 0 560645 0
[pid=972556/tid=972558] ppid=972553 vsize=19108176 memory=0 CPUtime=2.89 cores=5,7
/proc/972556/task/972558/stat : 972558 (java) R 972553 972556 968460 0 -1 4194368 7307 0 0 0 279 10 0 0 20 0 20 0 184244682 19566772224 127719 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
[pid=972556/tid=972567] ppid=972553 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/972556/task/972567/stat : 972567 (Finalizer) S 972553 972556 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184244684 19566772224 127719 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
[pid=972556/tid=972574] ppid=972553 vsize=19108176 memory=181420 CPUtime=0 cores=5,7
/proc/972556/task/972574/stat : 972574 (Common-Cleaner) S 972553 972556 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 184244685 19566772224 127719 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
[pid=972556/tid=972575] ppid=972553 vsize=19108176 memory=11936 CPUtime=0 cores=5,7
/proc/972556/task/972575/stat : 972575 (Timer-0) S 972553 972556 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184244710 19566772224 127719 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
Current children cumulated CPU time: 5.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 510876 KiB

[startup+6.30028 s]
/proc/loadavg: 4.54 4.62 4.63 6/296 972597
/proc/meminfo: memFree=105217036/131655788 swapFree=131071996/131071996
[pid=972556] ppid=972553 vsize=19108176 memory=790392 CPUtime=10.28 cores=5,7
/proc/972556/stat : 972556 (java) S 972553 972556 968460 0 -1 1077936128 27411 0 0 0 1007 21 0 0 20 0 20 0 184244681 19566772224 197598 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
/proc/972556/statm: 4777044 197598 5883 1 0 560647 0
[pid=972556/tid=972558] ppid=972553 vsize=19108176 memory=11936 CPUtime=6.02 cores=5,7
/proc/972556/task/972558/stat : 972558 (java) R 972553 972556 968460 0 -1 4194368 7595 0 0 0 587 15 0 0 20 0 20 0 184244682 19566772224 197598 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
[pid=972556/tid=972567] ppid=972553 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/972556/task/972567/stat : 972567 (Finalizer) S 972553 972556 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184244684 19566772224 197598 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
[pid=972556/tid=972574] ppid=972553 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/972556/task/972574/stat : 972574 (Common-Cleaner) S 972553 972556 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 184244685 19566772224 197598 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
[pid=972556/tid=972575] ppid=972553 vsize=19108176 memory=12740 CPUtime=0 cores=5,7
/proc/972556/task/972575/stat : 972575 (Timer-0) S 972553 972556 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184244710 19566772224 197598 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
Current children cumulated CPU time: 10.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 790392 KiB

[startup+12.7004 s]
/proc/loadavg: 4.61 4.63 4.63 6/320 972646
/proc/meminfo: memFree=103851096/131655788 swapFree=131071996/131071996
[pid=972556] ppid=972553 vsize=19108176 memory=1262148 CPUtime=17.66 cores=5,7
/proc/972556/stat : 972556 (java) S 972553 972556 968460 0 -1 1077936128 38603 0 0 0 1733 33 0 0 20 0 20 0 184244681 19566772224 315537 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
/proc/972556/statm: 4777044 315537 5883 1 0 561363 0
[pid=972556/tid=972558] ppid=972553 vsize=19108176 memory=0 CPUtime=12.38 cores=5,7
/proc/972556/task/972558/stat : 972558 (java) R 972553 972556 968460 0 -1 4194368 9166 0 0 0 1214 24 0 0 20 0 20 0 184244682 19566772224 315537 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
[pid=972556/tid=972567] ppid=972553 vsize=19108176 memory=888472 CPUtime=0 cores=5,7
/proc/972556/task/972567/stat : 972567 (Finalizer) S 972553 972556 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184244684 19566772224 315537 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
[pid=972556/tid=972574] ppid=972553 vsize=19108176 memory=-8960022966328140476 CPUtime=0 cores=5,7
/proc/972556/task/972574/stat : 972574 (Common-Cleaner) S 972553 972556 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 184244685 19566772224 315537 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
[pid=972556/tid=972575] ppid=972553 vsize=19108176 memory=11936 CPUtime=0 cores=5,7
/proc/972556/task/972575/stat : 972575 (Timer-0) S 972553 972556 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184244710 19566772224 315537 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
Current children cumulated CPU time: 17.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1262148 KiB

[startup+25.5005 s]
/proc/loadavg: 4.67 4.64 4.63 6/320 972647
/proc/meminfo: memFree=103335396/131655788 swapFree=131071996/131071996
[pid=972556] ppid=972553 vsize=19108176 memory=1333552 CPUtime=30.57 cores=5,7
/proc/972556/stat : 972556 (java) S 972553 972556 968460 0 -1 1077936128 43709 0 0 0 3021 36 0 0 20 0 20 0 184244681 19566772224 333388 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
/proc/972556/statm: 4777044 333388 5883 1 0 561363 0
[pid=972556/tid=972558] ppid=972553 vsize=19108176 memory=11936 CPUtime=24.95 cores=5,7
/proc/972556/task/972558/stat : 972558 (java) R 972553 972556 968460 0 -1 4194368 10476 0 0 0 2469 26 0 0 20 0 20 0 184244682 19566772224 333388 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
[pid=972556/tid=972567] ppid=972553 vsize=19108176 memory=1333528 CPUtime=0 cores=5,7
/proc/972556/task/972567/stat : 972567 (Finalizer) S 972553 972556 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184244684 19566772224 333388 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
[pid=972556/tid=972574] ppid=972553 vsize=19108176 memory=888472 CPUtime=0 cores=5,7
/proc/972556/task/972574/stat : 972574 (Common-Cleaner) S 972553 972556 968460 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 184244685 19566772224 333388 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
[pid=972556/tid=972575] ppid=972553 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/972556/task/972575/stat : 972575 (Timer-0) S 972553 972556 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184244710 19566772224 333388 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
Current children cumulated CPU time: 30.57 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1333552 KiB

[startup+51.1135 s]
/proc/loadavg: 4.65 4.64 4.64 6/320 972652
/proc/meminfo: memFree=102854336/131655788 swapFree=131071996/131071996
[pid=972556] ppid=972553 vsize=19108176 memory=1355888 CPUtime=59.6 cores=5,7
/proc/972556/stat : 972556 (java) S 972553 972556 968460 0 -1 1077936128 67198 0 0 0 5917 43 0 0 20 0 20 0 184244681 19566772224 338972 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
/proc/972556/statm: 4777044 338972 5883 1 0 561442 0
[pid=972556/tid=972558] ppid=972553 vsize=19108176 memory=0 CPUtime=50.08 cores=5,7
/proc/972556/task/972558/stat : 972558 (java) R 972553 972556 968460 0 -1 4194368 13789 0 0 0 4982 26 0 0 20 0 20 0 184244682 19566772224 338972 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0

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

/proc/meminfo: memFree=110766736/131655788 swapFree=131071996/131071996
[pid=972556] ppid=972553 vsize=19108176 memory=3072984 CPUtime=3247.39 cores=5,7
/proc/972556/stat : 972556 (java) S 972553 972556 968460 0 -1 1077936128 311720 0 0 0 324434 305 0 0 20 0 20 0 184244681 19566772224 768246 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
/proc/972556/statm: 4777044 768246 5912 1 0 795847 0
[pid=972556/tid=972558] ppid=972553 vsize=19108176 memory=3072984 CPUtime=3170.97 cores=5,7
/proc/972556/task/972558/stat : 972558 (java) R 972553 972556 968460 0 -1 4194368 124776 0 0 0 317025 72 0 0 20 0 20 0 184244682 19566772224 768246 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 218 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
[pid=972556/tid=972567] ppid=972553 vsize=19108176 memory=11936 CPUtime=0 cores=5,7
/proc/972556/task/972567/stat : 972567 (Finalizer) S 972553 972556 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184244684 19566772224 768246 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
[pid=972556/tid=972574] ppid=972553 vsize=19108176 memory=3072984 CPUtime=0 cores=5,7
/proc/972556/task/972574/stat : 972574 (Common-Cleaner) S 972553 972556 968460 0 -1 1077936192 4064 0 0 0 0 0 0 0 20 0 20 0 184244685 19566772224 768246 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
[pid=972556/tid=972575] ppid=972553 vsize=19108176 memory=3072984 CPUtime=0 cores=5,7
/proc/972556/task/972575/stat : 972575 (Timer-0) S 972553 972556 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184244710 19566772224 768246 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
Current children cumulated CPU time: 3247.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3072984 KiB

[startup+3282.3 s]
/proc/loadavg: 4.12 4.25 4.29 5/317 974548
/proc/meminfo: memFree=110217104/131655788 swapFree=131071996/131071996
[pid=972556] ppid=972553 vsize=19108176 memory=3598400 CPUtime=3308.24 cores=5,7
/proc/972556/stat : 972556 (java) S 972553 972556 968460 0 -1 1077936128 320040 0 0 0 330503 321 0 0 20 0 20 0 184244681 19566772224 899600 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
/proc/972556/statm: 4777044 899600 5912 1 0 929532 0
[pid=972556/tid=972558] ppid=972553 vsize=19108176 memory=12740 CPUtime=3229.42 cores=5,7
/proc/972556/task/972558/stat : 972558 (java) R 972553 972556 968460 0 -1 4194368 127602 0 0 0 322859 83 0 0 20 0 20 0 184244682 19566772224 899600 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 224 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
[pid=972556/tid=972567] ppid=972553 vsize=19108176 memory=139741123086513 CPUtime=0 cores=5,7
/proc/972556/task/972567/stat : 972567 (Finalizer) S 972553 972556 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184244684 19566772224 899600 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
[pid=972556/tid=972574] ppid=972553 vsize=19108176 memory=11936 CPUtime=0 cores=5,7
/proc/972556/task/972574/stat : 972574 (Common-Cleaner) S 972553 972556 968460 0 -1 1077936192 4114 0 0 0 0 0 0 0 20 0 20 0 184244685 19566772224 899600 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
[pid=972556/tid=972575] ppid=972553 vsize=19108176 memory=21664 CPUtime=0 cores=5,7
/proc/972556/task/972575/stat : 972575 (Timer-0) S 972553 972556 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184244710 19566772224 899600 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
Current children cumulated CPU time: 3308.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3598400 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.23 4.28 5/317 974558
/proc/meminfo: memFree=110198196/131655788 swapFree=131071996/131071996
[pid=972556] ppid=972553 vsize=19108176 memory=3598612 CPUtime=3369.05 cores=5,7
/proc/972556/stat : 972556 (java) S 972553 972556 968460 0 -1 1077936128 324242 0 0 0 336581 324 0 0 20 0 20 0 184244681 19566772224 899653 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
/proc/972556/statm: 4777044 899653 5912 1 0 929542 0
[pid=972556/tid=972558] ppid=972553 vsize=19108176 memory=12740 CPUtime=3287.79 cores=5,7
/proc/972556/task/972558/stat : 972558 (java) R 972553 972556 968460 0 -1 4194368 130021 0 0 0 328695 84 0 0 20 0 20 0 184244682 19566772224 899653 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 224 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
[pid=972556/tid=972567] ppid=972553 vsize=19108176 memory=12740 CPUtime=0 cores=5,7
/proc/972556/task/972567/stat : 972567 (Finalizer) S 972553 972556 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184244684 19566772224 899653 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
[pid=972556/tid=972574] ppid=972553 vsize=19108176 memory=11936 CPUtime=0 cores=5,7
/proc/972556/task/972574/stat : 972574 (Common-Cleaner) S 972553 972556 968460 0 -1 1077936192 4199 0 0 0 0 0 0 0 20 0 20 0 184244685 19566772224 899653 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
[pid=972556/tid=972575] ppid=972553 vsize=19108176 memory=3598612 CPUtime=0 cores=5,7
/proc/972556/task/972575/stat : 972575 (Timer-0) S 972553 972556 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184244710 19566772224 899653 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
Current children cumulated CPU time: 3369.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3598612 KiB

[startup+3402.3 s]
/proc/loadavg: 4.84 4.38 4.33 5/317 974568
/proc/meminfo: memFree=110181404/131655788 swapFree=131071996/131071996
[pid=972556] ppid=972553 vsize=19108176 memory=3598616 CPUtime=3429.33 cores=5,7
/proc/972556/stat : 972556 (java) S 972553 972556 968460 0 -1 1077936128 326414 0 0 0 342605 328 0 0 20 0 20 0 184244681 19566772224 899654 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
/proc/972556/statm: 4777044 899654 5912 1 0 929542 0
[pid=972556/tid=972558] ppid=972553 vsize=19108176 memory=3598612 CPUtime=3346.94 cores=5,7
/proc/972556/task/972558/stat : 972558 (java) R 972553 972556 968460 0 -1 4194368 131938 0 0 0 334610 84 0 0 20 0 20 0 184244682 19566772224 899654 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 224 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
[pid=972556/tid=972567] ppid=972553 vsize=19108176 memory=3598612 CPUtime=0 cores=5,7
/proc/972556/task/972567/stat : 972567 (Finalizer) S 972553 972556 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184244684 19566772224 899654 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
[pid=972556/tid=972574] ppid=972553 vsize=19108176 memory=3598612 CPUtime=0 cores=5,7
/proc/972556/task/972574/stat : 972574 (Common-Cleaner) S 972553 972556 968460 0 -1 1077936192 4200 0 0 0 0 0 0 0 20 0 20 0 184244685 19566772224 899654 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
[pid=972556/tid=972575] ppid=972553 vsize=19108176 memory=3598612 CPUtime=0 cores=5,7
/proc/972556/task/972575/stat : 972575 (Timer-0) S 972553 972556 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184244710 19566772224 899654 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
Current children cumulated CPU time: 3429.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3598616 KiB

[startup+3462.3 s]
/proc/loadavg: 4.75 4.46 4.36 5/317 974578
/proc/meminfo: memFree=110160432/131655788 swapFree=131071996/131071996
[pid=972556] ppid=972553 vsize=19108176 memory=3598616 CPUtime=3489.56 cores=5,7
/proc/972556/stat : 972556 (java) S 972553 972556 968460 0 -1 1077936128 329734 0 0 0 348624 332 0 0 20 0 20 0 184244681 19566772224 899654 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
/proc/972556/statm: 4777044 899654 5912 1 0 929542 0
[pid=972556/tid=972558] ppid=972553 vsize=19108176 memory=3598616 CPUtime=3406.01 cores=5,7
/proc/972556/task/972558/stat : 972558 (java) R 972553 972556 968460 0 -1 4194368 133654 0 0 0 340517 84 0 0 20 0 20 0 184244682 19566772224 899654 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 224 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
[pid=972556/tid=972567] ppid=972553 vsize=19108176 memory=3598616 CPUtime=0 cores=5,7
/proc/972556/task/972567/stat : 972567 (Finalizer) S 972553 972556 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184244684 19566772224 899654 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
[pid=972556/tid=972574] ppid=972553 vsize=19108176 memory=3598616 CPUtime=0 cores=5,7
/proc/972556/task/972574/stat : 972574 (Common-Cleaner) S 972553 972556 968460 0 -1 1077936192 4251 0 0 0 0 0 0 0 20 0 20 0 184244685 19566772224 899654 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
[pid=972556/tid=972575] ppid=972553 vsize=19108176 memory=12740 CPUtime=0 cores=5,7
/proc/972556/task/972575/stat : 972575 (Timer-0) S 972553 972556 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184244710 19566772224 899654 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
Current children cumulated CPU time: 3489.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3598616 KiB

[startup+3522.3 s]
/proc/loadavg: 4.35 4.39 4.34 5/317 974589
/proc/meminfo: memFree=110135324/131655788 swapFree=131071996/131071996
[pid=972556] ppid=972553 vsize=19108176 memory=3598672 CPUtime=3550.58 cores=5,7
/proc/972556/stat : 972556 (java) S 972553 972556 968460 0 -1 1077936128 334345 0 0 0 354721 337 0 0 20 0 20 0 184244681 19566772224 899668 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
/proc/972556/statm: 4777044 899668 5912 1 0 929542 0
[pid=972556/tid=972558] ppid=972553 vsize=19108176 memory=3598616 CPUtime=3464.69 cores=5,7
/proc/972556/task/972558/stat : 972558 (java) R 972553 972556 968460 0 -1 4194368 135194 0 0 0 346384 85 0 0 20 0 20 0 184244682 19566772224 899668 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 232 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
[pid=972556/tid=972567] ppid=972553 vsize=19108176 memory=3598668 CPUtime=0 cores=5,7
/proc/972556/task/972567/stat : 972567 (Finalizer) S 972553 972556 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184244684 19566772224 899668 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
[pid=972556/tid=972574] ppid=972553 vsize=19108176 memory=-8960022966328140476 CPUtime=0 cores=5,7
/proc/972556/task/972574/stat : 972574 (Common-Cleaner) S 972553 972556 968460 0 -1 1077936192 4301 0 0 0 0 0 0 0 20 0 20 0 184244685 19566772224 899668 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
[pid=972556/tid=972575] ppid=972553 vsize=19108176 memory=46996 CPUtime=0 cores=5,7
/proc/972556/task/972575/stat : 972575 (Timer-0) S 972553 972556 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184244710 19566772224 899668 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
Current children cumulated CPU time: 3550.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3598672 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3570.9 s]
/proc/loadavg: 4.23 4.34 4.33 5/319 974602
/proc/meminfo: memFree=110122512/131655788 swapFree=131071996/131071996
[pid=972556] ppid=972553 vsize=19108176 memory=3598692 CPUtime=3600.07 cores=5,7
/proc/972556/stat : 972556 (java) S 972553 972556 968460 0 -1 1077936128 338298 0 0 0 359667 340 0 0 20 0 20 0 184244681 19566772224 899673 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
/proc/972556/statm: 4777044 899673 5912 1 0 929542 0
[pid=972556/tid=972558] ppid=972553 vsize=19108176 memory=3598692 CPUtime=3512.39 cores=5,7
/proc/972556/task/972558/stat : 972558 (java) R 972553 972556 968460 0 -1 4194368 136998 0 0 0 351154 85 0 0 20 0 20 0 184244682 19566772224 899673 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 232 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
[pid=972556/tid=972567] ppid=972553 vsize=19108176 memory=46996 CPUtime=0 cores=5,7
/proc/972556/task/972567/stat : 972567 (Finalizer) S 972553 972556 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184244684 19566772224 899673 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
[pid=972556/tid=972574] ppid=972553 vsize=19108176 memory=3598692 CPUtime=0 cores=5,7
/proc/972556/task/972574/stat : 972574 (Common-Cleaner) S 972553 972556 968460 0 -1 1077936192 4301 0 0 0 0 0 0 0 20 0 20 0 184244685 19566772224 899673 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
[pid=972556/tid=972575] ppid=972553 vsize=19108176 memory=3598692 CPUtime=0 cores=5,7
/proc/972556/task/972575/stat : 972575 (Timer-0) S 972553 972556 968460 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184244710 19566772224 899673 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3598692 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.88 s, system=3.43861 s

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

[startup+3571 s]*
/proc/loadavg: 4.23 4.34 4.33 5/320 974605
/proc/meminfo: memFree=110121752/131655788 swapFree=131071996/131071996
[pid=972556] ppid=972553 vsize=19307868 memory=3599508 CPUtime=3600.27 cores=5,7
/proc/972556/stat : 972556 (java) S 972553 972556 968460 0 -1 1077936128 341599 0 0 0 359686 341 0 0 20 0 21 0 184244681 19771256832 899877 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
/proc/972556/statm: 4826967 899877 5911 1 0 930461 0
[pid=972556/tid=972558] ppid=972553 vsize=19307868 memory=-9175349120193569468 CPUtime=3512.44 cores=5,7
/proc/972556/task/972558/stat : 972558 (java) S 972553 972556 968460 0 -1 1077936192 137080 0 0 0 351159 85 0 0 20 0 21 0 184244682 19771256832 899877 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 232 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
[pid=972556/tid=972567] ppid=972553 vsize=19307868 memory=7968 CPUtime=0 cores=5,7
/proc/972556/task/972567/stat : 972567 (Finalizer) S 972553 972556 968460 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 184244684 19771256832 899877 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
[pid=972556/tid=972574] ppid=972553 vsize=19307868 memory=19900 CPUtime=0 cores=5,7
/proc/972556/task/972574/stat : 972574 (Common-Cleaner) S 972553 972556 968460 0 -1 1077936192 4301 0 0 0 0 0 0 0 20 0 21 0 184244685 19771256832 899877 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
[pid=972556/tid=974604] ppid=972553 vsize=19307868 memory=6932 CPUtime=0.06 cores=5,7
/proc/972556/task/974604/stat : 974604 (Thread-0) S 972553 972556 968460 0 -1 1077936192 500 0 0 0 6 0 0 0 20 0 21 0 184601773 19771256832 899877 134679101440 94200451878912 94200451882608 140726402318144 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94200451890424 94200451891216 94200453050368 140726402319343 140726402319456 140726402319456 140726402326472 0
Current children cumulated CPU time: 3600.27 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 3599508 KiB

Child status: 143

Real time (s): 3571.07
CPU time (s): 3600.32
CPU user time (s): 3596.88
CPU system time (s): 3.43861
CPU usage (%): 100.819
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 3599508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.88
system time used= 3.43861
maximum resident set size= 3600348
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 341831
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 132050
involuntary context switches= 6178


# summary of solver processes directly reported to runsolver:
#   pid: 972556
#   total CPU time (s): 3600.32
#   total CPU user time (s): 3596.88
#   total CPU system time (s): 3.43861

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.4161 second user time and 38.1737 second system time

The end

Launcher Data

Begin job on nodeC005 at 2024-07-18 18:41:11
IDJOB=4445165
IDBENCH=148102
IDSOLVER=3046
FILE ID=nodeC005/4445165-1721320859
RUNJOBID= nodeC005-1721317707-968473
SLURM_JOB_ID= 7542668
Free space on /tmp= 723772 MiB

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

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

MD5SUM BENCH= 13439fe0222d33319b9169d149c100b9
RANDOM SEED=1197336949

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		: 3509.937
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		: 3557.613
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.327
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.356
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		: 3517.552
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		: 3491.785
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		: 1197.414
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.182
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:        94153808 kB
MemAvailable:   99473180 kB
Buffers:          486624 kB
Cached:          5615992 kB
SwapCached:            0 kB
Active:          1049700 kB
Inactive:       35700460 kB
Active(anon):       3448 kB
Inactive(anon): 30689988 kB
Active(file):    1046252 kB
Inactive(file):  5010472 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               992 kB
Writeback:             0 kB
AnonPages:      30646632 kB
Mapped:           127436 kB
Shmem:             45896 kB
KReclaimable:     205692 kB
Slab:             324264 kB
SReclaimable:     205692 kB
SUnreclaim:       118572 kB
KernelStack:        4880 kB
PageTables:        70224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   31926024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58496 kB
HardwareCorrupted:     0 kB
AnonHugePages:  30199808 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:40:42