Trace number 4427433

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) 3604.04 2438.56

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_8.opb.PB06.opb
MD5SUM50cf9112b5ea763531dadde21846562c
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark211
Best CPU time to get the best result obtained on this benchmark3558.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 495981
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 495981
Number of bits of the biggest sum of numbers19
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	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-4427433-1720994537.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  objective function found
12.39/10.61	c ... done. Wall clock time 10.46s.
12.39/10.61	c declared #vars     10000
12.39/10.61	c #constraints  656900
12.39/10.61	c constraints type 
12.39/10.61	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
12.39/10.61	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
12.39/10.61	c 656900 constraints processed.
12.39/10.63	c objective function length is 10000 literals
20.56/17.06	c cleaning 0 clauses out of 5000 with flag 0/5000
27.02/23.38	c cleaning 0 clauses out of 11000 with flag 0/11000
35.95/31.68	c cleaning 0 clauses out of 18001 with flag 0/18001
47.44/42.70	c cleaning 0 clauses out of 26000 with flag 0/26000
60.52/55.46	c cleaning 0 clauses out of 35001 with flag 0/35001
78.25/72.62	c cleaning 0 clauses out of 45000 with flag 0/45000
98.65/92.45	c cleaning 0 clauses out of 56000 with flag 0/56000
121.97/115.54	c cleaning 0 clauses out of 68001 with flag 0/68001
151.50/144.52	c cleaning 0 clauses out of 81000 with flag 0/81000
174.71/167.22	c cleaning 0 clauses out of 95000 with flag 0/95000
203.70/195.69	c cleaning 0 clauses out of 110000 with flag 0/110000
237.80/229.14	c cleaning 0 clauses out of 126000 with flag 0/126000
293.71/277.43	c cleaning 0 clauses out of 143002 with flag 0/143002
368.13/339.61	c cleaning 0 clauses out of 161000 with flag 0/161000
465.71/414.04	c cleaning 0 clauses out of 180001 with flag 0/180001
527.49/464.89	c cleaning 0 clauses out of 200003 with flag 0/200003
622.16/547.41	c cleaning 0 clauses out of 221001 with flag 0/221001
759.62/658.93	c cleaning 0 clauses out of 243004 with flag 0/243004
901.21/785.92	c cleaning 0 clauses out of 266000 with flag 0/266000
998.50/852.02	c cleaning 0 clauses out of 290001 with flag 0/290001
1087.16/914.69	c cleaning 0 clauses out of 315000 with flag 0/315000
1259.09/1059.36	c cleaning 0 clauses out of 341000 with flag 0/341000
1421.74/1181.45	c cleaning 0 clauses out of 368000 with flag 0/368000
1598.18/1314.38	c cleaning 0 clauses out of 396000 with flag 0/396000
1753.40/1422.34	c cleaning 0 clauses out of 425002 with flag 0/425002
1963.58/1556.52	c cleaning 0 clauses out of 455001 with flag 0/455001
2235.04/1710.38	c cleaning 0 clauses out of 486000 with flag 0/486000

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63931 MiB (62387 MiB free)
  memory of node 1: 64510 MiB (61498 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427433-1720994537/watcher-4427433-1720994537 -o /tmp/evaluation-result-4427433-1720994537/solver-4427433-1720994537 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1720994549-769725 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427433-1720994537.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=769982, runsolver pid=769979

[startup+0.100879 s]*
/proc/loadavg: 0.10 0.10 0.09 7/286 770000
/proc/meminfo: memFree=126715820/131524600 swapFree=131071996/131071996
[pid=769982] ppid=769979 vsize=18975048 memory=63036 CPUtime=0.13 cores=1,3
/proc/769982/stat : 769982 (java) S 769979 769982 769713 0 -1 1077936128 7218 0 0 0 12 1 0 0 20 0 18 0 151618634 19430449152 15759 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
/proc/769982/statm: 4743762 15759 5626 1 0 549355 0
[pid=769982/tid=769984] ppid=769979 vsize=18975048 memory=4026531959 CPUtime=0.08 cores=1,3
/proc/769982/task/769984/stat : 769984 (java) R 769979 769982 769713 0 -1 4194368 5760 0 0 0 7 1 0 0 20 0 18 0 151618634 19430449152 15759 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
[pid=769982/tid=769993] ppid=769979 vsize=18975048 memory=219966358794 CPUtime=0 cores=1,3
/proc/769982/task/769993/stat : 769993 (Finalizer) S 769979 769982 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151618637 19430449152 15759 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
[pid=769982/tid=770000] ppid=769979 vsize=18975048 memory=28636 CPUtime=0 cores=1,3
/proc/769982/task/770000/stat : 770000 (Common-Cleaner) S 769979 769982 769713 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151618638 19430449152 15759 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63036 KiB

[startup+0.206299 s]*
/proc/loadavg: 0.10 0.10 0.09 8/282 770000
/proc/meminfo: memFree=126626728/131524600 swapFree=131071996/131071996
[pid=769982] ppid=769979 vsize=18975048 memory=83640 CPUtime=0.32 cores=1,3
/proc/769982/stat : 769982 (java) S 769979 769982 769713 0 -1 1077936128 7721 0 0 0 30 2 0 0 20 0 18 0 151618634 19430449152 20910 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
/proc/769982/statm: 4743762 20910 5714 1 0 549662 0
[pid=769982/tid=769984] ppid=769979 vsize=18975048 memory=4027853050 CPUtime=0.18 cores=1,3
/proc/769982/task/769984/stat : 769984 (java) R 769979 769982 769713 0 -1 4194368 6023 0 0 0 16 2 0 0 20 0 18 0 151618634 19430449152 20910 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
[pid=769982/tid=769993] ppid=769979 vsize=18975048 memory=17934 CPUtime=0 cores=1,3
/proc/769982/task/769993/stat : 769993 (Finalizer) S 769979 769982 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151618637 19430449152 20910 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
[pid=769982/tid=770000] ppid=769979 vsize=18975048 memory=62917932483887 CPUtime=0 cores=1,3
/proc/769982/task/770000/stat : 770000 (Common-Cleaner) S 769979 769982 769713 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151618638 19430449152 20910 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 83640 KiB

[startup+0.305564 s]*
/proc/loadavg: 0.10 0.10 0.09 7/298 770023
/proc/meminfo: memFree=126481736/131524600 swapFree=131071996/131071996
[pid=769982] ppid=769979 vsize=19041612 memory=167484 CPUtime=0.5 cores=1,3
/proc/769982/stat : 769982 (java) S 769979 769982 769713 0 -1 1077936128 9762 0 0 0 46 4 0 0 20 0 19 0 151618634 19498610688 41871 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
/proc/769982/statm: 4760403 41871 5828 1 0 551271 0
[pid=769982/tid=769984] ppid=769979 vsize=19041612 memory=7311146985107750967 CPUtime=0.25 cores=1,3
/proc/769982/task/769984/stat : 769984 (java) R 769979 769982 769713 0 -1 4194368 6077 0 0 0 22 3 0 0 20 0 19 0 151618634 19498610688 41871 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
[pid=769982/tid=769993] ppid=769979 vsize=19041612 memory=17962 CPUtime=0 cores=1,3
/proc/769982/task/769993/stat : 769993 (Finalizer) S 769979 769982 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151618637 19498610688 41871 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
[pid=769982/tid=770000] ppid=769979 vsize=19041612 memory=14695179886003514 CPUtime=0 cores=1,3
/proc/769982/task/770000/stat : 770000 (Common-Cleaner) S 769979 769982 769713 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151618638 19498610688 41871 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 167484 KiB

[startup+0.708313 s]
/proc/loadavg: 0.10 0.10 0.09 7/329 770057
/proc/meminfo: memFree=125899324/131524600 swapFree=131071996/131071996
[pid=769982] ppid=769979 vsize=19041612 memory=1071536 CPUtime=1.24 cores=1,3
/proc/769982/stat : 769982 (java) S 769979 769982 769713 0 -1 1077936128 15256 0 0 0 103 21 0 0 20 0 19 0 151618634 19498610688 267884 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
/proc/769982/statm: 4760403 267884 5828 1 0 1080702 0
[pid=769982/tid=769984] ppid=769979 vsize=19041612 memory=15944 CPUtime=0.61 cores=1,3
/proc/769982/task/769984/stat : 769984 (java) R 769979 769982 769713 0 -1 4194368 6503 0 0 0 42 19 0 0 20 0 19 0 151618634 19498610688 267884 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
[pid=769982/tid=769993] ppid=769979 vsize=19041612 memory=13072 CPUtime=0 cores=1,3
/proc/769982/task/769993/stat : 769993 (Finalizer) S 769979 769982 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151618637 19498610688 267884 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
[pid=769982/tid=770000] ppid=769979 vsize=19041612 memory=5528 CPUtime=0 cores=1,3
/proc/769982/task/770000/stat : 770000 (Common-Cleaner) S 769979 769982 769713 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151618638 19498610688 267884 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1071536 KiB

[startup+1.5043 s]
/proc/loadavg: 0.10 0.10 0.09 11/331 770059
/proc/meminfo: memFree=121999948/131524600 swapFree=131071996/131071996
[pid=769982] ppid=769979 vsize=19041612 memory=2524808 CPUtime=2.81 cores=1,3
/proc/769982/stat : 769982 (java) S 769979 769982 769713 0 -1 1077936128 20238 0 0 0 230 51 0 0 20 0 19 0 151618634 19498610688 631202 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
/proc/769982/statm: 4760403 631202 5828 1 0 1083441 0
[pid=769982/tid=769984] ppid=769979 vsize=19041612 memory=0 CPUtime=1.39 cores=1,3
/proc/769982/task/769984/stat : 769984 (java) R 769979 769982 769713 0 -1 4194368 7206 0 0 0 92 47 0 0 20 0 19 0 151618634 19498610688 631202 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
[pid=769982/tid=769993] ppid=769979 vsize=19041612 memory=13072 CPUtime=0 cores=1,3
/proc/769982/task/769993/stat : 769993 (Finalizer) S 769979 769982 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151618637 19498610688 631202 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
[pid=769982/tid=770000] ppid=769979 vsize=19041612 memory=33 CPUtime=0 cores=1,3
/proc/769982/task/770000/stat : 770000 (Common-Cleaner) S 769979 769982 769713 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151618638 19498610688 631202 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2524808 KiB

[startup+3.1063 s]
/proc/loadavg: 0.73 0.23 0.13 5/331 770059
/proc/meminfo: memFree=119863784/131524600 swapFree=131071996/131071996
[pid=769982] ppid=769979 vsize=19041612 memory=3010184 CPUtime=4.7 cores=1,3
/proc/769982/stat : 769982 (java) S 769979 769982 769713 0 -1 1077936128 20511 0 0 0 409 61 0 0 20 0 19 0 151618634 19498610688 752546 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
/proc/769982/statm: 4760403 752546 5828 1 0 1083448 0
[pid=769982/tid=769984] ppid=769979 vsize=19041612 memory=13072 CPUtime=2.92 cores=1,3
/proc/769982/task/769984/stat : 769984 (java) R 769979 769982 769713 0 -1 4194368 7443 0 0 0 235 57 0 0 20 0 19 0 151618634 19498610688 752546 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
[pid=769982/tid=769993] ppid=769979 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/769982/task/769993/stat : 769993 (Finalizer) S 769979 769982 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151618637 19498610688 752546 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
[pid=769982/tid=770000] ppid=769979 vsize=19041612 memory=1816 CPUtime=0 cores=1,3
/proc/769982/task/770000/stat : 770000 (Common-Cleaner) S 769979 769982 769713 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151618638 19498610688 752546 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
Current children cumulated CPU time: 4.7 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3010184 KiB

[startup+6.30032 s]
/proc/loadavg: 0.73 0.23 0.13 5/331 770061
/proc/meminfo: memFree=118848700/131524600 swapFree=131071996/131071996
[pid=769982] ppid=769979 vsize=19041612 memory=3488008 CPUtime=7.95 cores=1,3
/proc/769982/stat : 769982 (java) S 769979 769982 769713 0 -1 1077936128 21418 0 0 0 724 71 0 0 20 0 19 0 151618634 19498610688 872002 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
/proc/769982/statm: 4760403 872002 5828 1 0 1204606 0
[pid=769982/tid=769984] ppid=769979 vsize=19041612 memory=1816 CPUtime=5.95 cores=1,3
/proc/769982/task/769984/stat : 769984 (java) R 769979 769982 769713 0 -1 4194368 7894 0 0 0 528 67 0 0 20 0 19 0 151618634 19498610688 872002 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
[pid=769982/tid=769993] ppid=769979 vsize=19041612 memory=-8527110024052777660 CPUtime=0 cores=1,3
/proc/769982/task/769993/stat : 769993 (Finalizer) S 769979 769982 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151618637 19498610688 872002 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
[pid=769982/tid=770000] ppid=769979 vsize=19041612 memory=13072 CPUtime=0 cores=1,3
/proc/769982/task/770000/stat : 770000 (Common-Cleaner) S 769979 769982 769713 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151618638 19498610688 872002 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
Current children cumulated CPU time: 7.95 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3488008 KiB

[startup+12.7003 s]
/proc/loadavg: 1.47 0.40 0.19 6/332 770062
/proc/meminfo: memFree=118358484/131524600 swapFree=131071996/131071996
[pid=769982] ppid=769979 vsize=19108176 memory=3968984 CPUtime=15.85 cores=1,3
/proc/769982/stat : 769982 (java) S 769979 769982 769713 0 -1 1077936128 25233 0 0 0 1501 84 0 0 20 0 20 0 151618634 19566772224 992246 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
/proc/769982/statm: 4777044 992246 5881 1 0 1322566 0
[pid=769982/tid=769984] ppid=769979 vsize=19108176 memory=0 CPUtime=12.01 cores=1,3
/proc/769982/task/769984/stat : 769984 (java) R 769979 769982 769713 0 -1 4194368 8988 0 0 0 1123 78 0 0 20 0 20 0 151618634 19566772224 992246 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
[pid=769982/tid=769993] ppid=769979 vsize=19108176 memory=-8527110024052777660 CPUtime=0 cores=1,3
/proc/769982/task/769993/stat : 769993 (Finalizer) S 769979 769982 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618637 19566772224 992246 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
[pid=769982/tid=770000] ppid=769979 vsize=19108176 memory=11436 CPUtime=0 cores=1,3
/proc/769982/task/770000/stat : 770000 (Common-Cleaner) S 769979 769982 769713 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151618638 19566772224 992246 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
[pid=769982/tid=770062] ppid=769979 vsize=19108176 memory=-8527110024052777660 CPUtime=0 cores=1,3
/proc/769982/task/770062/stat : 770062 (Timer-0) S 769979 769982 769713 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151619698 19566772224 992246 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
Current children cumulated CPU time: 15.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3968984 KiB

[startup+25.5003 s]
/proc/loadavg: 2.01 0.55 0.24 5/332 770065
/proc/meminfo: memFree=117909636/131524600 swapFree=131071996/131071996
[pid=769982] ppid=769979 vsize=19108176 memory=4675388 CPUtime=29.76 cores=1,3
/proc/769982/stat : 769982 (java) S 769979 769982 769713 0 -1 1077936128 33518 0 0 0 2878 98 0 0 20 0 20 0 151618634 19566772224 1168847 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
/proc/769982/statm: 4777044 1168847 5897 1 0 1433313 0
[pid=769982/tid=769984] ppid=769979 vsize=19108176 memory=11436 CPUtime=24.07 cores=1,3
/proc/769982/task/769984/stat : 769984 (java) R 769979 769982 769713 0 -1 4194368 10642 0 0 0 2321 86 0 0 20 0 20 0 151618634 19566772224 1168847 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
[pid=769982/tid=769993] ppid=769979 vsize=19108176 memory=11436 CPUtime=0 cores=1,3
/proc/769982/task/769993/stat : 769993 (Finalizer) S 769979 769982 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618637 19566772224 1168847 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
[pid=769982/tid=770000] ppid=769979 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/769982/task/770000/stat : 770000 (Common-Cleaner) S 769979 769982 769713 0 -1 1077936192 62 0 0 0 0 0 0 0 20 0 20 0 151618638 19566772224 1168847 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
[pid=769982/tid=770062] ppid=769979 vsize=19108176 memory=3488416 CPUtime=0 cores=1,3
/proc/769982/task/770062/stat : 770062 (Timer-0) S 769979 769982 769713 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151619698 19566772224 1168847 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
Current children cumulated CPU time: 29.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4675388 KiB

[startup+51.1059 s]
/proc/loadavg: 2.90 0.88 0.36 5/333 770071
/proc/meminfo: memFree=117159836/131524600 swapFree=131071996/131071996
[pid=769982] ppid=769979 vsize=19108176 memory=5104508 CPUtime=56.16 cores=1,3
/proc/769982/stat : 769982 (java) S 769979 769982 769713 0 -1 1077936128 39304 0 0 0 5507 109 0 0 20 0 20 0 151618634 19566772224 1276127 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
/proc/769982/statm: 4777044 1276127 5902 1 0 1433313 0
[pid=769982/tid=769984] ppid=769979 vsize=19108176 memory=0 CPUtime=48.71 cores=1,3
/proc/769982/task/769984/stat : 769984 (java) R 769979 769982 769713 0 -1 4194368 13105 0 0 0 4784 87 0 0 20 0 20 0 151618634 19566772224 1276127 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
[pid=769982/tid=769993] ppid=769979 vsize=19108176 memory=5104508 CPUtime=0 cores=1,3
/proc/769982/task/769993/stat : 769993 (Finalizer) S 769979 769982 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618637 19566772224 1276127 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
[pid=769982/tid=770000] ppid=769979 vsize=19108176 memory=4885024 CPUtime=0 cores=1,3
/proc/769982/task/770000/stat : 770000 (Common-Cleaner) S 769979 769982 769713 0 -1 1077936192 62 0 0 0 0 0 0 0 20 0 20 0 151618638 19566772224 1276127 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
[pid=769982/tid=770062] ppid=769979 vsize=19108176 memory=4884888 CPUtime=0 cores=1,3
/proc/769982/task/770062/stat : 770062 (Timer-0) S 769979 769982 769713 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151619698 19566772224 1276127 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
Current children cumulated CPU time: 56.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5104508 KiB


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

/proc/769982/stat : 769982 (java) S 769979 769982 769713 0 -1 1077936128 1138749 0 0 0 337172 752 0 0 20 0 20 0 151618634 19566772224 4078114 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
/proc/769982/statm: 4777044 4078114 5951 1 0 4090552 0
[pid=769982/tid=769984] ppid=769979 vsize=19108176 memory=16312500 CPUtime=1756.92 cores=1,3
/proc/769982/task/769984/stat : 769984 (java) S 769979 769982 769713 0 -1 1077936192 496670 0 0 0 175357 335 0 0 20 0 20 0 151618634 19566772224 4078114 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 27 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
[pid=769982/tid=769993] ppid=769979 vsize=19108176 memory=11436 CPUtime=0 cores=1,3
/proc/769982/task/769993/stat : 769993 (Finalizer) S 769979 769982 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618637 19566772224 4078114 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
[pid=769982/tid=770000] ppid=769979 vsize=19108176 memory=15944 CPUtime=0 cores=1,3
/proc/769982/task/770000/stat : 770000 (Common-Cleaner) S 769979 769982 769713 0 -1 1077936192 1829 0 0 0 0 0 0 0 20 0 20 0 151618638 19566772224 4078114 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
[pid=769982/tid=770062] ppid=769979 vsize=19108176 memory=16312500 CPUtime=0 cores=1,3
/proc/769982/task/770062/stat : 770062 (Timer-0) S 769979 769982 769713 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151619698 19566772224 4078114 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
Current children cumulated CPU time: 3379.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16312456 KiB

[startup+2382.3 s]
/proc/loadavg: 5.36 5.22 4.65 6/334 771859
/proc/meminfo: memFree=102411336/131524600 swapFree=131071996/131071996
[pid=769982] ppid=769979 vsize=19108176 memory=16312556 CPUtime=3494.81 cores=1,3
/proc/769982/stat : 769982 (java) S 769979 769982 769713 0 -1 1077936128 1178276 0 0 0 348724 757 0 0 20 0 20 0 151618634 19566772224 4078139 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
/proc/769982/statm: 4777044 4078139 5951 1 0 4090560 0
[pid=769982/tid=769984] ppid=769979 vsize=19108176 memory=16312488 CPUtime=1760.44 cores=1,3
/proc/769982/task/769984/stat : 769984 (java) S 769979 769982 769713 0 -1 1077936192 497623 0 0 0 175708 336 0 0 20 0 20 0 151618634 19566772224 4078139 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 27 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
[pid=769982/tid=769993] ppid=769979 vsize=19108176 memory=16312520 CPUtime=0 cores=1,3
/proc/769982/task/769993/stat : 769993 (Finalizer) S 769979 769982 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618637 19566772224 4078139 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
[pid=769982/tid=770000] ppid=769979 vsize=19108176 memory=16312524 CPUtime=0 cores=1,3
/proc/769982/task/770000/stat : 770000 (Common-Cleaner) S 769979 769982 769713 0 -1 1077936192 1912 0 0 0 0 0 0 0 20 0 20 0 151618638 19566772224 4078139 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
[pid=769982/tid=770062] ppid=769979 vsize=19108176 memory=16312544 CPUtime=0 cores=1,3
/proc/769982/task/770062/stat : 770062 (Timer-0) S 769979 769982 769713 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151619698 19566772224 4078139 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
Current children cumulated CPU time: 3494.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16312556 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2436.5 s]
/proc/loadavg: 5.39 5.26 4.70 7/334 771870
/proc/meminfo: memFree=102386328/131524600 swapFree=131071996/131071996
[pid=769982] ppid=769979 vsize=19108176 memory=16312596 CPUtime=3600 cores=1,3
/proc/769982/stat : 769982 (java) S 769979 769982 769713 0 -1 1077936128 1216364 0 0 0 359239 761 0 0 20 0 20 0 151618634 19566772224 4078149 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
/proc/769982/statm: 4777044 4078149 5951 1 0 4090568 0
[pid=769982/tid=769984] ppid=769979 vsize=19108176 memory=16312488 CPUtime=1762.9 cores=1,3
/proc/769982/task/769984/stat : 769984 (java) S 769979 769982 769713 0 -1 1077936192 498675 0 0 0 175954 336 0 0 20 0 20 0 151618634 19566772224 4078149 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 27 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
[pid=769982/tid=769993] ppid=769979 vsize=19108176 memory=11436 CPUtime=0 cores=1,3
/proc/769982/task/769993/stat : 769993 (Finalizer) S 769979 769982 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618637 19566772224 4078149 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
[pid=769982/tid=770000] ppid=769979 vsize=19108176 memory=5516 CPUtime=0 cores=1,3
/proc/769982/task/770000/stat : 770000 (Common-Cleaner) S 769979 769982 769713 0 -1 1077936192 1935 0 0 0 0 0 0 0 20 0 20 0 151618638 19566772224 4078149 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
[pid=769982/tid=770062] ppid=769979 vsize=19108176 memory=5516 CPUtime=0 cores=1,3
/proc/769982/task/770062/stat : 770062 (Timer-0) S 769979 769982 769713 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151619698 19566772224 4078149 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16312596 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+2438.56 s]
# the end of solver process 769982 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3596.38 s, system=7.65977 s

Solver just ended.
Dumping a history of the last processes samples

[startup+2436.8 s]
/proc/loadavg: 5.39 5.26 4.70 7/334 771870
/proc/meminfo: memFree=102386328/131524600 swapFree=131071996/131071996
[pid=769982] ppid=769979 vsize=19108176 memory=16312596 CPUtime=3600.59 cores=1,3
/proc/769982/stat : 769982 (java) S 769979 769982 769713 0 -1 1077936128 1216368 0 0 0 359298 761 0 0 20 0 20 0 151618634 19566772224 4078149 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
/proc/769982/statm: 4777044 4078149 5951 1 0 4090568 0
[pid=769982/tid=769984] ppid=769979 vsize=19108176 memory=16312596 CPUtime=1762.9 cores=1,3
/proc/769982/task/769984/stat : 769984 (java) S 769979 769982 769713 0 -1 1077936192 498675 0 0 0 175954 336 0 0 20 0 20 0 151618634 19566772224 4078149 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 27 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
[pid=769982/tid=769993] ppid=769979 vsize=19108176 memory=5516 CPUtime=0 cores=1,3
/proc/769982/task/769993/stat : 769993 (Finalizer) S 769979 769982 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618637 19566772224 4078149 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
[pid=769982/tid=770000] ppid=769979 vsize=19108176 memory=-8527110024052777660 CPUtime=0 cores=1,3
/proc/769982/task/770000/stat : 770000 (Common-Cleaner) S 769979 769982 769713 0 -1 1077936192 1935 0 0 0 0 0 0 0 20 0 20 0 151618638 19566772224 4078149 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
[pid=769982/tid=770062] ppid=769979 vsize=19108176 memory=2776 CPUtime=0 cores=1,3
/proc/769982/task/770062/stat : 770062 (Timer-0) S 769979 769982 769713 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151619698 19566772224 4078149 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
Current children cumulated CPU time: 3600.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16312596 KiB

[startup+2437.6 s]
/proc/loadavg: 5.39 5.26 4.70 6/334 771870
/proc/meminfo: memFree=102386320/131524600 swapFree=131071996/131071996
[pid=769982] ppid=769979 vsize=19108176 memory=16312596 CPUtime=3602.18 cores=1,3
/proc/769982/stat : 769982 (java) S 769979 769982 769713 0 -1 1077936128 1216703 0 0 0 359457 761 0 0 20 0 20 0 151618634 19566772224 4078149 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
/proc/769982/statm: 4777044 4078149 5951 1 0 4090568 0
[pid=769982/tid=769984] ppid=769979 vsize=19108176 memory=38948 CPUtime=1762.9 cores=1,3
/proc/769982/task/769984/stat : 769984 (java) S 769979 769982 769713 0 -1 1077936192 498675 0 0 0 175954 336 0 0 20 0 20 0 151618634 19566772224 4078149 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 27 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
[pid=769982/tid=769993] ppid=769979 vsize=19108176 memory=-8527110024052777660 CPUtime=0 cores=1,3
/proc/769982/task/769993/stat : 769993 (Finalizer) S 769979 769982 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618637 19566772224 4078149 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
[pid=769982/tid=770000] ppid=769979 vsize=19108176 memory=2280 CPUtime=0 cores=1,3
/proc/769982/task/770000/stat : 770000 (Common-Cleaner) S 769979 769982 769713 0 -1 1077936192 1935 0 0 0 0 0 0 0 20 0 20 0 151618638 19566772224 4078149 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
[pid=769982/tid=770062] ppid=769979 vsize=19108176 memory=5528 CPUtime=0 cores=1,3
/proc/769982/task/770062/stat : 770062 (Timer-0) S 769979 769982 769713 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151619698 19566772224 4078149 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
Current children cumulated CPU time: 3602.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16312596 KiB

[startup+2438 s]*
/proc/loadavg: 5.36 5.26 4.70 6/334 771870
/proc/meminfo: memFree=102384272/131524600 swapFree=131071996/131071996
[pid=769982] ppid=769979 vsize=19108176 memory=16312596 CPUtime=3602.98 cores=1,3
/proc/769982/stat : 769982 (java) S 769979 769982 769713 0 -1 1077936128 1216703 0 0 0 359537 761 0 0 20 0 20 0 151618634 19566772224 4078149 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
/proc/769982/statm: 4777044 4078149 5951 1 0 4090568 0
[pid=769982/tid=769984] ppid=769979 vsize=19108176 memory=-8528519632302547644 CPUtime=1762.9 cores=1,3
/proc/769982/task/769984/stat : 769984 (java) S 769979 769982 769713 0 -1 1077936192 498675 0 0 0 175954 336 0 0 20 0 20 0 151618634 19566772224 4078149 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 27 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
[pid=769982/tid=769993] ppid=769979 vsize=19108176 memory=-8693842170525238425 CPUtime=0 cores=1,3
/proc/769982/task/769993/stat : 769993 (Finalizer) S 769979 769982 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618637 19566772224 4078149 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
[pid=769982/tid=770000] ppid=769979 vsize=19108176 memory=-8693842170525238425 CPUtime=0 cores=1,3
/proc/769982/task/770000/stat : 770000 (Common-Cleaner) S 769979 769982 769713 0 -1 1077936192 1935 0 0 0 0 0 0 0 20 0 20 0 151618638 19566772224 4078149 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
[pid=769982/tid=770062] ppid=769979 vsize=19108176 memory=1322 CPUtime=0 cores=1,3
/proc/769982/task/770062/stat : 770062 (Timer-0) S 769979 769982 769713 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151619698 19566772224 4078149 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
Current children cumulated CPU time: 3602.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16312596 KiB

[startup+2438.4 s]
/proc/loadavg: 5.36 5.26 4.70 6/334 771870
/proc/meminfo: memFree=102384272/131524600 swapFree=131071996/131071996
[pid=769982] ppid=769979 vsize=19108176 memory=16312596 CPUtime=3603.77 cores=1,3
/proc/769982/stat : 769982 (java) S 769979 769982 769713 0 -1 1077936128 1216703 0 0 0 359616 761 0 0 20 0 20 0 151618634 19566772224 4078149 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
/proc/769982/statm: 4777044 4078149 5951 1 0 4090568 0
[pid=769982/tid=769984] ppid=769979 vsize=19108176 memory=16312612 CPUtime=1762.9 cores=1,3
/proc/769982/task/769984/stat : 769984 (java) S 769979 769982 769713 0 -1 1077936192 498675 0 0 0 175954 336 0 0 20 0 20 0 151618634 19566772224 4078149 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 27 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
[pid=769982/tid=769993] ppid=769979 vsize=19108176 memory=5516 CPUtime=0 cores=1,3
/proc/769982/task/769993/stat : 769993 (Finalizer) S 769979 769982 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618637 19566772224 4078149 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
[pid=769982/tid=770000] ppid=769979 vsize=19108176 memory=15944 CPUtime=0 cores=1,3
/proc/769982/task/770000/stat : 770000 (Common-Cleaner) S 769979 769982 769713 0 -1 1077936192 1935 0 0 0 0 0 0 0 20 0 20 0 151618638 19566772224 4078149 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
[pid=769982/tid=770062] ppid=769979 vsize=19108176 memory=5516 CPUtime=0 cores=1,3
/proc/769982/task/770062/stat : 770062 (Timer-0) S 769979 769982 769713 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151619698 19566772224 4078149 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
Current children cumulated CPU time: 3603.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16312596 KiB

[startup+2438.5 s]
/proc/loadavg: 5.36 5.26 4.70 6/334 771870
/proc/meminfo: memFree=102384272/131524600 swapFree=131071996/131071996
[pid=769982] ppid=769979 vsize=19108176 memory=16312596 CPUtime=3603.96 cores=1,3
/proc/769982/stat : 769982 (java) S 769979 769982 769713 0 -1 1077936128 1216703 0 0 0 359635 761 0 0 20 0 20 0 151618634 19566772224 4078149 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
/proc/769982/statm: 4777044 4078149 5951 1 0 4090568 0
[pid=769982/tid=769984] ppid=769979 vsize=19108176 memory=16312488 CPUtime=1762.9 cores=1,3
/proc/769982/task/769984/stat : 769984 (java) S 769979 769982 769713 0 -1 1077936192 498675 0 0 0 175954 336 0 0 20 0 20 0 151618634 19566772224 4078149 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 27 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
[pid=769982/tid=769993] ppid=769979 vsize=19108176 memory=11436 CPUtime=0 cores=1,3
/proc/769982/task/769993/stat : 769993 (Finalizer) S 769979 769982 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618637 19566772224 4078149 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
[pid=769982/tid=770000] ppid=769979 vsize=19108176 memory=16312596 CPUtime=0 cores=1,3
/proc/769982/task/770000/stat : 770000 (Common-Cleaner) S 769979 769982 769713 0 -1 1077936192 1935 0 0 0 0 0 0 0 20 0 20 0 151618638 19566772224 4078149 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
[pid=769982/tid=770062] ppid=769979 vsize=19108176 memory=16312596 CPUtime=0 cores=1,3
/proc/769982/task/770062/stat : 770062 (Timer-0) S 769979 769982 769713 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151619698 19566772224 4078149 134679101440 94751375388672 94751375392368 140734078197488 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94751375400184 94751375400976 94751403745280 140734078202864 140734078202977 140734078202977 140734078209992 0
Current children cumulated CPU time: 3603.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16312596 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 2438.56
CPU time (s): 3604.04
CPU user time (s): 3596.38
CPU system time (s): 7.65977
CPU usage (%): 147.794
Max. virtual memory (cumulated for all children) (KiB): 19112280
Max. memory (cumulated for all children) (KiB): 16312612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.38
system time used= 7.65977
maximum resident set size= 16312920
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1216709
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2664
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 85532
involuntary context switches= 54513


# summary of solver processes directly reported to runsolver:
#   pid: 769982
#   total CPU time (s): 3604.04
#   total CPU user time (s): 3596.38
#   total CPU system time (s): 7.65977

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.42742 second user time and 10.4778 second system time

The end

Launcher Data

Begin job on nodeC024 at 2024-07-15 00:02:30
IDJOB=4427433
IDBENCH=147555
IDSOLVER=3046
FILE ID=nodeC024/4427433-1720994537
RUNJOBID= nodeC024-1720994549-769725
SLURM_JOB_ID= 7505318
Free space on /tmp= 890064 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_8.opb.PB06.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427433-1720994537/watcher-4427433-1720994537 -o /tmp/evaluation-result-4427433-1720994537/solver-4427433-1720994537 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1720994549-769725 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427433-1720994537.opb

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

MD5SUM BENCH= 50cf9112b5ea763531dadde21846562c
RANDOM SEED=895933221

nodeC024.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		: 3674.553
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.60
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		: 3692.935
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	: 7007.08
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		: 3674.546
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.60
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		: 3681.729
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	: 7007.08
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		: 3599.911
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.60
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		: 3611.130
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	: 7007.08
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		: 3599.889
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.60
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		: 3639.732
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	: 7007.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        126871228 kB
MemAvailable:   129129772 kB
Buffers:          333252 kB
Cached:          2740788 kB
SwapCached:            0 kB
Active:           507732 kB
Inactive:        3514636 kB
Active(anon):       1500 kB
Inactive(anon):   984524 kB
Active(file):     506232 kB
Inactive(file):  2530112 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             19116 kB
Writeback:             0 kB
AnonPages:        947708 kB
Mapped:           122472 kB
Shmem:             37720 kB
KReclaimable:     123692 kB
Slab:             229708 kB
SReclaimable:     123692 kB
SUnreclaim:       106016 kB
KernelStack:        4272 kB
PageTables:        11224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    2877012 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57184 kB
HardwareCorrupted:     0 kB
AnonHugePages:    671744 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:      203476 kB
DirectMap2M:    13201408 kB
DirectMap1G:    122683392 kB

Free space on /tmp at the end= 890060 MiB
End job on nodeC024 at 2024-07-15 00:43:09