Trace number 4427439

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.21 2359.36

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_13.opb.PB06.opb
MD5SUM41281aaad41c07f4dcd6eb689ad0db2a
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 benchmark220
Best CPU time to get the best result obtained on this benchmark3558.15
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 497468
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 497468
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.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	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-4427439-1720994537.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  objective function found
11.74/10.53	c ... done. Wall clock time 10.374s.
11.74/10.53	c declared #vars     10000
11.74/10.53	c #constraints  656900
11.74/10.53	c constraints type 
11.74/10.53	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
11.74/10.53	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
11.74/10.53	c 656900 constraints processed.
11.74/10.53	c objective function length is 10000 literals
21.47/18.37	c cleaning 0 clauses out of 5001 with flag 0/5001
28.24/24.94	c cleaning 0 clauses out of 11000 with flag 0/11000
38.09/34.38	c cleaning 0 clauses out of 18000 with flag 0/18000
51.32/47.27	c cleaning 0 clauses out of 26002 with flag 0/26002
67.74/63.20	c cleaning 0 clauses out of 35000 with flag 0/35000
83.13/78.09	c cleaning 0 clauses out of 45003 with flag 0/45003
103.92/98.20	c cleaning 0 clauses out of 56000 with flag 0/56000
125.73/119.75	c cleaning 0 clauses out of 68000 with flag 0/68000
148.55/142.05	c cleaning 0 clauses out of 81000 with flag 0/81000
165.96/158.80	c cleaning 0 clauses out of 95003 with flag 0/95003
184.44/176.53	c cleaning 0 clauses out of 110000 with flag 0/110000
209.38/200.99	c cleaning 0 clauses out of 126000 with flag 0/126000
246.42/230.79	c cleaning 0 clauses out of 143001 with flag 0/143001
296.49/266.12	c cleaning 0 clauses out of 161000 with flag 0/161000
345.48/306.16	c cleaning 0 clauses out of 180001 with flag 0/180001
403.64/354.52	c cleaning 0 clauses out of 200000 with flag 0/200000
472.72/412.49	c cleaning 0 clauses out of 221000 with flag 0/221000
555.74/482.88	c cleaning 0 clauses out of 243000 with flag 0/243000
658.78/572.34	c cleaning 0 clauses out of 266002 with flag 0/266002
790.39/676.75	c cleaning 0 clauses out of 290000 with flag 0/290000
917.35/784.54	c cleaning 0 clauses out of 315003 with flag 0/315003
1019.91/869.11	c cleaning 0 clauses out of 341001 with flag 0/341001
1138.52/949.78	c cleaning 0 clauses out of 368002 with flag 0/368002
1274.52/1044.25	c cleaning 0 clauses out of 396000 with flag 0/396000
1445.62/1170.01	c cleaning 0 clauses out of 425000 with flag 0/425000
1615.86/1281.35	c cleaning 0 clauses out of 455002 with flag 0/455002
1771.18/1369.99	c cleaning 0 clauses out of 486001 with flag 0/486001
2005.73/1500.22	c cleaning 0 clauses out of 518001 with flag 0/518001

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

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


[startup+0.100933 s]*
/proc/loadavg: 0.12 0.10 0.09 8/305 779089
/proc/meminfo: memFree=125073648/131524600 swapFree=131071996/131071996
[pid=779071] ppid=779068 vsize=18975048 memory=64344 CPUtime=0.13 cores=5,7
/proc/779071/stat : 779071 (java) S 779068 779071 778840 0 -1 1077936128 7103 0 0 0 12 1 0 0 20 0 18 0 151619079 19430449152 16086 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
/proc/779071/statm: 4743762 16086 5586 1 0 549358 0
[pid=779071/tid=779073] ppid=779068 vsize=18975048 memory=4026532157 CPUtime=0.08 cores=5,7
/proc/779071/task/779073/stat : 779073 (java) R 779068 779071 778840 0 -1 1078198336 5675 0 0 0 7 1 0 0 20 0 18 0 151619079 19430449152 16086 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
[pid=779071/tid=779082] ppid=779068 vsize=18975048 memory=215671374179 CPUtime=0 cores=5,7
/proc/779071/task/779082/stat : 779082 (Finalizer) S 779068 779071 778840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151619082 19430449152 16086 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
[pid=779071/tid=779089] ppid=779068 vsize=18975048 memory=14410406374434246 CPUtime=0 cores=5,7
/proc/779071/task/779089/stat : 779089 (Common-Cleaner) S 779068 779071 778840 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151619082 19430449152 16086 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64344 KiB

[startup+0.206317 s]*
/proc/loadavg: 0.12 0.10 0.09 8/308 779094
/proc/meminfo: memFree=125032036/131524600 swapFree=131071996/131071996
[pid=779071] ppid=779068 vsize=18975048 memory=78972 CPUtime=0.33 cores=5,7
/proc/779071/stat : 779071 (java) S 779068 779071 778840 0 -1 1077936128 7570 0 0 0 31 2 0 0 20 0 18 0 151619079 19430449152 19743 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
/proc/779071/statm: 4743762 19743 5746 1 0 549642 0
[pid=779071/tid=779073] ppid=779068 vsize=18975048 memory=3472328300254199927 CPUtime=0.18 cores=5,7
/proc/779071/task/779073/stat : 779073 (java) R 779068 779071 778840 0 -1 4194368 5922 0 0 0 17 1 0 0 20 0 18 0 151619079 19430449152 19743 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
[pid=779071/tid=779082] ppid=779068 vsize=18975048 memory=1651 CPUtime=0 cores=5,7
/proc/779071/task/779082/stat : 779082 (Finalizer) S 779068 779071 778840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151619082 19430449152 19743 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
[pid=779071/tid=779089] ppid=779068 vsize=18975048 memory=15535206769624345 CPUtime=0 cores=5,7
/proc/779071/task/779089/stat : 779089 (Common-Cleaner) S 779068 779071 778840 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151619082 19430449152 19743 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 78972 KiB

[startup+0.305664 s]*
/proc/loadavg: 0.12 0.10 0.09 13/329 779118
/proc/meminfo: memFree=124908212/131524600 swapFree=131071996/131071996
[pid=779071] ppid=779068 vsize=19041612 memory=169364 CPUtime=0.5 cores=5,7
/proc/779071/stat : 779071 (java) S 779068 779071 778840 0 -1 1077936128 9762 0 0 0 46 4 0 0 20 0 19 0 151619079 19498610688 42341 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
/proc/779071/statm: 4760403 42341 5831 1 0 551363 0
[pid=779071/tid=779073] ppid=779068 vsize=19041612 memory=-8742729751801012924 CPUtime=0.24 cores=5,7
/proc/779071/task/779073/stat : 779073 (java) R 779068 779071 778840 0 -1 4194368 5974 0 0 0 21 3 0 0 20 0 19 0 151619079 19498610688 42341 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
[pid=779071/tid=779082] ppid=779068 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/779071/task/779082/stat : 779082 (Finalizer) S 779068 779071 778840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151619082 19498610688 42341 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
[pid=779071/tid=779089] ppid=779068 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/779071/task/779089/stat : 779089 (Common-Cleaner) S 779068 779071 778840 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 151619082 19498610688 42341 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 169364 KiB

[startup+0.703792 s]
/proc/loadavg: 0.12 0.10 0.09 9/330 779119
/proc/meminfo: memFree=124463772/131524600 swapFree=131071996/131071996
[pid=779071] ppid=779068 vsize=19041612 memory=1040536 CPUtime=1.22 cores=5,7
/proc/779071/stat : 779071 (java) S 779068 779071 778840 0 -1 1077936128 13510 0 0 0 101 21 0 0 20 0 19 0 151619079 19498610688 260134 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
/proc/779071/statm: 4760403 260134 5831 1 0 1205232 0
[pid=779071/tid=779073] ppid=779068 vsize=19041612 memory=38816 CPUtime=0.58 cores=5,7
/proc/779071/task/779073/stat : 779073 (java) R 779068 779071 778840 0 -1 4194368 6385 0 0 0 39 19 0 0 20 0 19 0 151619079 19498610688 260134 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
[pid=779071/tid=779082] ppid=779068 vsize=19041612 memory=13040 CPUtime=0 cores=5,7
/proc/779071/task/779082/stat : 779082 (Finalizer) S 779068 779071 778840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151619082 19498610688 260134 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
[pid=779071/tid=779089] ppid=779068 vsize=19041612 memory=2244 CPUtime=0 cores=5,7
/proc/779071/task/779089/stat : 779089 (Common-Cleaner) S 779068 779071 778840 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 151619082 19498610688 260134 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1040536 KiB

[startup+1.50632 s]
/proc/loadavg: 0.12 0.10 0.09 11/330 779119
/proc/meminfo: memFree=121841212/131524600 swapFree=131071996/131071996
[pid=779071] ppid=779068 vsize=19041612 memory=2709620 CPUtime=2.49 cores=5,7
/proc/779071/stat : 779071 (java) S 779068 779071 778840 0 -1 1077936128 20240 0 0 0 194 55 0 0 20 0 19 0 151619079 19498610688 677405 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
/proc/779071/statm: 4760403 677405 5831 1 0 1208483 0
[pid=779071/tid=779073] ppid=779068 vsize=19041612 memory=13040 CPUtime=1.37 cores=5,7
/proc/779071/task/779073/stat : 779073 (java) R 779068 779071 778840 0 -1 4194368 7193 0 0 0 86 51 0 0 20 0 19 0 151619079 19498610688 677405 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
[pid=779071/tid=779082] ppid=779068 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/779071/task/779082/stat : 779082 (Finalizer) S 779068 779071 778840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151619082 19498610688 677405 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
[pid=779071/tid=779089] ppid=779068 vsize=19041612 memory=33 CPUtime=0 cores=5,7
/proc/779071/task/779089/stat : 779089 (Common-Cleaner) S 779068 779071 778840 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 151619082 19498610688 677405 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
Current children cumulated CPU time: 2.49 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2709620 KiB

[startup+3.10632 s]
/proc/loadavg: 0.51 0.18 0.12 5/330 779119
/proc/meminfo: memFree=117792644/131524600 swapFree=131071996/131071996
[pid=779071] ppid=779068 vsize=19041612 memory=3500256 CPUtime=4.11 cores=5,7
/proc/779071/stat : 779071 (java) S 779068 779071 778840 0 -1 1077936128 20663 0 0 0 340 71 0 0 20 0 19 0 151619079 19498610688 875064 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
/proc/779071/statm: 4760403 875064 5831 1 0 1208509 0
[pid=779071/tid=779073] ppid=779068 vsize=19041612 memory=0 CPUtime=2.92 cores=5,7
/proc/779071/task/779073/stat : 779073 (java) R 779068 779071 778840 0 -1 4194368 7580 0 0 0 225 67 0 0 20 0 19 0 151619079 19498610688 875064 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
[pid=779071/tid=779082] ppid=779068 vsize=19041612 memory=13040 CPUtime=0 cores=5,7
/proc/779071/task/779082/stat : 779082 (Finalizer) S 779068 779071 778840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151619082 19498610688 875064 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
[pid=779071/tid=779089] ppid=779068 vsize=19041612 memory=5448 CPUtime=0 cores=5,7
/proc/779071/task/779089/stat : 779089 (Common-Cleaner) S 779068 779071 778840 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 151619082 19498610688 875064 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
Current children cumulated CPU time: 4.11 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3500256 KiB

[startup+6.30033 s]
/proc/loadavg: 0.51 0.18 0.12 5/331 779120
/proc/meminfo: memFree=116715484/131524600 swapFree=131071996/131071996
[pid=779071] ppid=779068 vsize=19041612 memory=3493804 CPUtime=7.39 cores=5,7
/proc/779071/stat : 779071 (java) S 779068 779071 778840 0 -1 1077936128 20953 0 0 0 668 71 0 0 20 0 19 0 151619079 19498610688 873451 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
/proc/779071/statm: 4760403 873451 5831 1 0 1208510 0
[pid=779071/tid=779073] ppid=779068 vsize=19041612 memory=5448 CPUtime=5.94 cores=5,7
/proc/779071/task/779073/stat : 779073 (java) R 779068 779071 778840 0 -1 4194368 7781 0 0 0 527 67 0 0 20 0 19 0 151619079 19498610688 873451 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
[pid=779071/tid=779082] ppid=779068 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/779071/task/779082/stat : 779082 (Finalizer) S 779068 779071 778840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151619082 19498610688 873451 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
[pid=779071/tid=779089] ppid=779068 vsize=19041612 memory=-8599458988655289020 CPUtime=0 cores=5,7
/proc/779071/task/779089/stat : 779089 (Common-Cleaner) S 779068 779071 778840 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 151619082 19498610688 873451 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
Current children cumulated CPU time: 7.39 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3493804 KiB

[startup+12.7003 s]
/proc/loadavg: 0.79 0.24 0.14 6/332 779123
/proc/meminfo: memFree=116078400/131524600 swapFree=131071996/131071996
[pid=779071] ppid=779068 vsize=19108176 memory=3985608 CPUtime=15.3 cores=5,7
/proc/779071/stat : 779071 (java) S 779068 779071 778840 0 -1 1077936128 28083 0 0 0 1447 83 0 0 20 0 20 0 151619079 19566772224 996402 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
/proc/779071/statm: 4777044 996402 5868 1 0 1326886 0
[pid=779071/tid=779073] ppid=779068 vsize=19108176 memory=3493996 CPUtime=12.08 cores=5,7
/proc/779071/task/779073/stat : 779073 (java) R 779068 779071 778840 0 -1 4194368 8871 0 0 0 1131 77 0 0 20 0 20 0 151619079 19566772224 996402 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
[pid=779071/tid=779082] ppid=779068 vsize=19108176 memory=11836 CPUtime=0 cores=5,7
/proc/779071/task/779082/stat : 779082 (Finalizer) S 779068 779071 778840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151619082 19566772224 996402 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
[pid=779071/tid=779089] ppid=779068 vsize=19108176 memory=5448 CPUtime=0 cores=5,7
/proc/779071/task/779089/stat : 779089 (Common-Cleaner) S 779068 779071 778840 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 151619082 19566772224 996402 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
[pid=779071/tid=779123] ppid=779068 vsize=19108176 memory=3500256 CPUtime=0 cores=5,7
/proc/779071/task/779123/stat : 779123 (Timer-0) S 779068 779071 778840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151620134 19566772224 996402 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
Current children cumulated CPU time: 15.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3985608 KiB

[startup+25.5003 s]
/proc/loadavg: 1.57 0.44 0.21 6/332 779124
/proc/meminfo: memFree=115380304/131524600 swapFree=131071996/131071996
[pid=779071] ppid=779068 vsize=19108176 memory=4418132 CPUtime=28.93 cores=5,7
/proc/779071/stat : 779071 (java) S 779068 779071 778840 0 -1 1077936128 36537 0 0 0 2798 95 0 0 20 0 20 0 151619079 19566772224 1104533 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
/proc/779071/statm: 4777044 1104533 5884 1 0 1437654 0
[pid=779071/tid=779073] ppid=779068 vsize=19108176 memory=11836 CPUtime=24.61 cores=5,7
/proc/779071/task/779073/stat : 779073 (java) R 779068 779071 778840 0 -1 4194368 11028 0 0 0 2374 87 0 0 20 0 20 0 151619079 19566772224 1104533 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
[pid=779071/tid=779082] ppid=779068 vsize=19108176 memory=3741048 CPUtime=0 cores=5,7
/proc/779071/task/779082/stat : 779082 (Finalizer) S 779068 779071 778840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151619082 19566772224 1104533 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
[pid=779071/tid=779089] ppid=779068 vsize=19108176 memory=-8599458988655289020 CPUtime=0 cores=5,7
/proc/779071/task/779089/stat : 779089 (Common-Cleaner) S 779068 779071 778840 0 -1 1077936192 63 0 0 0 0 0 0 0 20 0 20 0 151619082 19566772224 1104533 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
[pid=779071/tid=779123] ppid=779068 vsize=19108176 memory=749 CPUtime=0 cores=5,7
/proc/779071/task/779123/stat : 779123 (Timer-0) S 779068 779071 778840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151620134 19566772224 1104533 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
Current children cumulated CPU time: 28.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4418132 KiB

[startup+51.106 s]
/proc/loadavg: 2.47 0.75 0.31 5/332 779130
/proc/meminfo: memFree=114448976/131524600 swapFree=131071996/131071996
[pid=779071] ppid=779068 vsize=19108176 memory=4918288 CPUtime=55.33 cores=5,7
/proc/779071/stat : 779071 (java) S 779068 779071 778840 0 -1 1077936128 42058 0 0 0 5425 108 0 0 20 0 20 0 151619079 19566772224 1229572 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
/proc/779071/statm: 4777044 1229572 5903 1 0 1437657 0
[pid=779071/tid=779073] ppid=779068 vsize=19108176 memory=749 CPUtime=48.99 cores=5,7
/proc/779071/task/779073/stat : 779073 (java) R 779068 779071 778840 0 -1 4194368 13915 0 0 0 4811 88 0 0 20 0 20 0 151619079 19566772224 1229572 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
[pid=779071/tid=779082] ppid=779068 vsize=19108176 memory=-8599458988655289020 CPUtime=0 cores=5,7
/proc/779071/task/779082/stat : 779082 (Finalizer) S 779068 779071 778840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151619082 19566772224 1229572 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
[pid=779071/tid=779089] ppid=779068 vsize=19108176 memory=4918128 CPUtime=0 cores=5,7
/proc/779071/task/779089/stat : 779089 (Common-Cleaner) S 779068 779071 778840 0 -1 1077936192 63 0 0 0 0 0 0 0 20 0 20 0 151619082 19566772224 1229572 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
[pid=779071/tid=779123] ppid=779068 vsize=19108176 memory=4918128 CPUtime=0 cores=5,7
/proc/779071/task/779123/stat : 779123 (Timer-0) S 779068 779071 778840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151620134 19566772224 1229572 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
Current children cumulated CPU time: 55.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4918288 KiB


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

/proc/779071/stat : 779071 (java) S 779068 779071 778840 0 -1 1077936128 879872 0 0 0 329509 664 0 0 20 0 20 0 151619079 19566772224 4078279 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
/proc/779071/statm: 4777044 4078279 5954 1 0 4091106 0
[pid=779071/tid=779073] ppid=779068 vsize=19108176 memory=13040 CPUtime=1541.7 cores=5,7
/proc/779071/task/779073/stat : 779073 (java) S 779068 779071 778840 0 -1 1077936192 434579 0 0 0 153854 316 0 0 20 0 20 0 151619079 19566772224 4078279 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 12 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
[pid=779071/tid=779082] ppid=779068 vsize=19108176 memory=16313156 CPUtime=0 cores=5,7
/proc/779071/task/779082/stat : 779082 (Finalizer) S 779068 779071 778840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151619082 19566772224 4078279 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
[pid=779071/tid=779089] ppid=779068 vsize=19108176 memory=16313096 CPUtime=0 cores=5,7
/proc/779071/task/779089/stat : 779089 (Common-Cleaner) S 779068 779071 778840 0 -1 1077936192 1351 0 0 0 0 0 0 0 20 0 20 0 151619082 19566772224 4078279 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
[pid=779071/tid=779123] ppid=779068 vsize=19108176 memory=16313168 CPUtime=0 cores=5,7
/proc/779071/task/779123/stat : 779123 (Timer-0) S 779068 779071 778840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151620134 19566772224 4078279 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
Current children cumulated CPU time: 3301.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16313116 KiB

[startup+2262.31 s]
/proc/loadavg: 5.17 5.08 4.54 6/332 780881
/proc/meminfo: memFree=102349364/131524600 swapFree=131071996/131071996
[pid=779071] ppid=779068 vsize=19108176 memory=16313148 CPUtime=3416.35 cores=5,7
/proc/779071/stat : 779071 (java) S 779068 779071 778840 0 -1 1077936128 881822 0 0 0 340971 664 0 0 20 0 20 0 151619079 19566772224 4078287 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
/proc/779071/statm: 4777044 4078287 5954 1 0 4091109 0
[pid=779071/tid=779073] ppid=779068 vsize=19108176 memory=16313272 CPUtime=1546.14 cores=5,7
/proc/779071/task/779073/stat : 779073 (java) S 779068 779071 778840 0 -1 1077936192 434707 0 0 0 154298 316 0 0 20 0 20 0 151619079 19566772224 4078287 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 12 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
[pid=779071/tid=779082] ppid=779068 vsize=19108176 memory=11836 CPUtime=0 cores=5,7
/proc/779071/task/779082/stat : 779082 (Finalizer) S 779068 779071 778840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151619082 19566772224 4078287 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
[pid=779071/tid=779089] ppid=779068 vsize=19108176 memory=16313148 CPUtime=0 cores=5,7
/proc/779071/task/779089/stat : 779089 (Common-Cleaner) S 779068 779071 778840 0 -1 1077936192 1351 0 0 0 0 0 0 0 20 0 20 0 151619082 19566772224 4078287 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
[pid=779071/tid=779123] ppid=779068 vsize=19108176 memory=16313276 CPUtime=0 cores=5,7
/proc/779071/task/779123/stat : 779123 (Timer-0) S 779068 779071 778840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151620134 19566772224 4078287 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
Current children cumulated CPU time: 3416.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16313148 KiB

[startup+2322.3 s]
/proc/loadavg: 5.14 5.09 4.58 5/334 780897
/proc/meminfo: memFree=102348672/131524600 swapFree=131071996/131071996
[pid=779071] ppid=779068 vsize=19108176 memory=16313164 CPUtime=3531.97 cores=5,7
/proc/779071/stat : 779071 (java) S 779068 779071 778840 0 -1 1077936128 912093 0 0 0 352530 667 0 0 20 0 20 0 151619079 19566772224 4078291 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
/proc/779071/statm: 4777044 4078291 5954 1 0 4091109 0
[pid=779071/tid=779073] ppid=779068 vsize=19108176 memory=16313288 CPUtime=1549.6 cores=5,7
/proc/779071/task/779073/stat : 779073 (java) S 779068 779071 778840 0 -1 1077936192 435302 0 0 0 154644 316 0 0 20 0 20 0 151619079 19566772224 4078291 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 12 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
[pid=779071/tid=779082] ppid=779068 vsize=19108176 memory=16313288 CPUtime=0 cores=5,7
/proc/779071/task/779082/stat : 779082 (Finalizer) S 779068 779071 778840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151619082 19566772224 4078291 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
[pid=779071/tid=779089] ppid=779068 vsize=19108176 memory=16313160 CPUtime=0 cores=5,7
/proc/779071/task/779089/stat : 779089 (Common-Cleaner) S 779068 779071 778840 0 -1 1077936192 1402 0 0 0 0 0 0 0 20 0 20 0 151619082 19566772224 4078291 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
[pid=779071/tid=779123] ppid=779068 vsize=19108176 memory=16313292 CPUtime=0 cores=5,7
/proc/779071/task/779123/stat : 779123 (Timer-0) S 779068 779071 778840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151620134 19566772224 4078291 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
Current children cumulated CPU time: 3531.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16313164 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2357.3 s]
/proc/loadavg: 5.18 5.11 4.60 6/334 780904
/proc/meminfo: memFree=102347984/131524600 swapFree=131071996/131071996
[pid=779071] ppid=779068 vsize=19108176 memory=16313288 CPUtime=3600.16 cores=5,7
/proc/779071/stat : 779071 (java) S 779068 779071 778840 0 -1 1077936128 912967 0 0 0 359349 667 0 0 20 0 20 0 151619079 19566772224 4078322 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
/proc/779071/statm: 4777044 4078322 5954 1 0 4091110 0
[pid=779071/tid=779073] ppid=779068 vsize=19108176 memory=16313288 CPUtime=1550.91 cores=5,7
/proc/779071/task/779073/stat : 779073 (java) S 779068 779071 778840 0 -1 1077936192 435430 0 0 0 154774 317 0 0 20 0 20 0 151619079 19566772224 4078322 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 12 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
[pid=779071/tid=779082] ppid=779068 vsize=19108176 memory=16313160 CPUtime=0 cores=5,7
/proc/779071/task/779082/stat : 779082 (Finalizer) S 779068 779071 778840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151619082 19566772224 4078322 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
[pid=779071/tid=779089] ppid=779068 vsize=19108176 memory=11836 CPUtime=0 cores=5,7
/proc/779071/task/779089/stat : 779089 (Common-Cleaner) S 779068 779071 778840 0 -1 1077936192 1402 0 0 0 0 0 0 0 20 0 20 0 151619082 19566772224 4078322 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
[pid=779071/tid=779123] ppid=779068 vsize=19108176 memory=16313292 CPUtime=0 cores=5,7
/proc/779071/task/779123/stat : 779123 (Timer-0) S 779068 779071 778840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151620134 19566772224 4078322 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
Current children cumulated CPU time: 3600.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16313288 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3597.49 s, system=6.71876 s

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

[startup+2358.4 s]
/proc/loadavg: 5.17 5.11 4.61 6/334 780904
/proc/meminfo: memFree=102347984/131524600 swapFree=131071996/131071996
[pid=779071] ppid=779068 vsize=19108176 memory=16313288 CPUtime=3602.35 cores=5,7
/proc/779071/stat : 779071 (java) S 779068 779071 778840 0 -1 1077936128 912972 0 0 0 359568 667 0 0 20 0 20 0 151619079 19566772224 4078322 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
/proc/779071/statm: 4777044 4078322 5954 1 0 4091110 0
[pid=779071/tid=779073] ppid=779068 vsize=19108176 memory=5448 CPUtime=1550.91 cores=5,7
/proc/779071/task/779073/stat : 779073 (java) S 779068 779071 778840 0 -1 1077936192 435430 0 0 0 154774 317 0 0 20 0 20 0 151619079 19566772224 4078322 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 12 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
[pid=779071/tid=779082] ppid=779068 vsize=19108176 memory=13040 CPUtime=0 cores=5,7
/proc/779071/task/779082/stat : 779082 (Finalizer) S 779068 779071 778840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151619082 19566772224 4078322 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
[pid=779071/tid=779089] ppid=779068 vsize=19108176 memory=11836 CPUtime=0 cores=5,7
/proc/779071/task/779089/stat : 779089 (Common-Cleaner) S 779068 779071 778840 0 -1 1077936192 1402 0 0 0 0 0 0 0 20 0 20 0 151619082 19566772224 4078322 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
[pid=779071/tid=779123] ppid=779068 vsize=19108176 memory=16313288 CPUtime=0 cores=5,7
/proc/779071/task/779123/stat : 779123 (Timer-0) S 779068 779071 778840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151620134 19566772224 4078322 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
Current children cumulated CPU time: 3602.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16313288 KiB

[startup+2358.8 s]
/proc/loadavg: 5.17 5.11 4.61 6/334 780904
/proc/meminfo: memFree=102347984/131524600 swapFree=131071996/131071996
[pid=779071] ppid=779068 vsize=19108176 memory=16313324 CPUtime=3603.14 cores=5,7
/proc/779071/stat : 779071 (java) S 779068 779071 778840 0 -1 1077936128 913085 0 0 0 359647 667 0 0 20 0 20 0 151619079 19566772224 4078331 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
/proc/779071/statm: 4777044 4078331 5954 1 0 4091110 0
[pid=779071/tid=779073] ppid=779068 vsize=19108176 memory=7296 CPUtime=1550.91 cores=5,7
/proc/779071/task/779073/stat : 779073 (java) S 779068 779071 778840 0 -1 1077936192 435430 0 0 0 154774 317 0 0 20 0 20 0 151619079 19566772224 4078331 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 12 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
[pid=779071/tid=779082] ppid=779068 vsize=19108176 memory=18684 CPUtime=0 cores=5,7
/proc/779071/task/779082/stat : 779082 (Finalizer) S 779068 779071 778840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151619082 19566772224 4078331 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
[pid=779071/tid=779089] ppid=779068 vsize=19108176 memory=26952 CPUtime=0 cores=5,7
/proc/779071/task/779089/stat : 779089 (Common-Cleaner) S 779068 779071 778840 0 -1 1077936192 1402 0 0 0 0 0 0 0 20 0 20 0 151619082 19566772224 4078331 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
[pid=779071/tid=779123] ppid=779068 vsize=19108176 memory=-8599458988655289020 CPUtime=0 cores=5,7
/proc/779071/task/779123/stat : 779123 (Timer-0) S 779068 779071 778840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151620134 19566772224 4078331 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
Current children cumulated CPU time: 3603.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16313324 KiB

[startup+2359.2 s]
/proc/loadavg: 5.17 5.11 4.61 6/334 780904
/proc/meminfo: memFree=102347984/131524600 swapFree=131071996/131071996
[pid=779071] ppid=779068 vsize=19108176 memory=16313324 CPUtime=3603.94 cores=5,7
/proc/779071/stat : 779071 (java) S 779068 779071 778840 0 -1 1077936128 913092 0 0 0 359727 667 0 0 20 0 20 0 151619079 19566772224 4078331 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
/proc/779071/statm: 4777044 4078331 5954 1 0 4091110 0
[pid=779071/tid=779073] ppid=779068 vsize=19108176 memory=16313324 CPUtime=1550.91 cores=5,7
/proc/779071/task/779073/stat : 779073 (java) S 779068 779071 778840 0 -1 1077936192 435430 0 0 0 154774 317 0 0 20 0 20 0 151619079 19566772224 4078331 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 12 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
[pid=779071/tid=779082] ppid=779068 vsize=19108176 memory=38816 CPUtime=0 cores=5,7
/proc/779071/task/779082/stat : 779082 (Finalizer) S 779068 779071 778840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151619082 19566772224 4078331 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
[pid=779071/tid=779089] ppid=779068 vsize=19108176 memory=11836 CPUtime=0 cores=5,7
/proc/779071/task/779089/stat : 779089 (Common-Cleaner) S 779068 779071 778840 0 -1 1077936192 1402 0 0 0 0 0 0 0 20 0 20 0 151619082 19566772224 4078331 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
[pid=779071/tid=779123] ppid=779068 vsize=19108176 memory=38816 CPUtime=0 cores=5,7
/proc/779071/task/779123/stat : 779123 (Timer-0) S 779068 779071 778840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151620134 19566772224 4078331 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
Current children cumulated CPU time: 3603.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16313324 KiB

[startup+2359.3 s]
/proc/loadavg: 5.17 5.11 4.61 6/334 780904
/proc/meminfo: memFree=102347984/131524600 swapFree=131071996/131071996
[pid=779071] ppid=779068 vsize=19108176 memory=16313324 CPUtime=3604.13 cores=5,7
/proc/779071/stat : 779071 (java) S 779068 779071 778840 0 -1 1077936128 913092 0 0 0 359746 667 0 0 20 0 20 0 151619079 19566772224 4078331 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
/proc/779071/statm: 4777044 4078331 5954 1 0 4091110 0
[pid=779071/tid=779073] ppid=779068 vsize=19108176 memory=16313288 CPUtime=1550.91 cores=5,7
/proc/779071/task/779073/stat : 779073 (java) S 779068 779071 778840 0 -1 1077936192 435430 0 0 0 154774 317 0 0 20 0 20 0 151619079 19566772224 4078331 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 12 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
[pid=779071/tid=779082] ppid=779068 vsize=19108176 memory=16313160 CPUtime=0 cores=5,7
/proc/779071/task/779082/stat : 779082 (Finalizer) S 779068 779071 778840 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151619082 19566772224 4078331 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
[pid=779071/tid=779089] ppid=779068 vsize=19108176 memory=11836 CPUtime=0 cores=5,7
/proc/779071/task/779089/stat : 779089 (Common-Cleaner) S 779068 779071 778840 0 -1 1077936192 1402 0 0 0 0 0 0 0 20 0 20 0 151619082 19566772224 4078331 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
[pid=779071/tid=779123] ppid=779068 vsize=19108176 memory=16313292 CPUtime=0 cores=5,7
/proc/779071/task/779123/stat : 779123 (Timer-0) S 779068 779071 778840 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151620134 19566772224 4078331 134679101440 94094696062976 94094696066672 140722909226592 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94094696074488 94094696075280 94094718988288 140722909234160 140722909234273 140722909234273 140722909241288 0
Current children cumulated CPU time: 3604.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16313324 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 2359.36
CPU time (s): 3604.21
CPU user time (s): 3597.49
CPU system time (s): 6.71876
CPU usage (%): 152.763
Max. virtual memory (cumulated for all children) (KiB): 19112280
Max. memory (cumulated for all children) (KiB): 16313324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.49
system time used= 6.71876
maximum resident set size= 16313644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 913097
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 82691
involuntary context switches= 54554


# summary of solver processes directly reported to runsolver:
#   pid: 779071
#   total CPU time (s): 3604.21
#   total CPU user time (s): 3597.49
#   total CPU system time (s): 6.71876

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.30244 second user time and 12.6345 second system time

The end

Launcher Data

Begin job on nodeC025 at 2024-07-15 00:02:30
IDJOB=4427439
IDBENCH=147565
IDSOLVER=3046
FILE ID=nodeC025/4427439-1720994537
RUNJOBID= nodeC025-1720994549-778853
SLURM_JOB_ID= 7505319
Free space on /tmp= 890036 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_13.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-4427439-1720994537/watcher-4427439-1720994537 -o /tmp/evaluation-result-4427439-1720994537/solver-4427439-1720994537 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1720994549-778853 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427439-1720994537.opb

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

MD5SUM BENCH= 41281aaad41c07f4dcd6eb689ad0db2a
RANDOM SEED=895933221

nodeC025.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		: 3599.889
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.72
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		: 3645.748
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.09
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		: 3599.860
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.72
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		: 3490.101
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.09
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.890
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.72
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		: 3667.633
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.09
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.862
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.72
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		: 3390.412
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.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        125573728 kB
MemAvailable:   128670204 kB
Buffers:          344020 kB
Cached:          3555868 kB
SwapCached:            0 kB
Active:           518772 kB
Inactive:        4767364 kB
Active(anon):       1520 kB
Inactive(anon):  1422468 kB
Active(file):     517252 kB
Inactive(file):  3344896 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             52276 kB
Writeback:             0 kB
AnonPages:       1386412 kB
Mapped:           122768 kB
Shmem:             37720 kB
KReclaimable:     147948 kB
Slab:             257884 kB
SReclaimable:     147948 kB
SUnreclaim:       109936 kB
KernelStack:        4656 kB
PageTables:        12244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    5066676 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            59488 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1112064 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      221908 kB
DirectMap2M:    25765888 kB
DirectMap1G:    110100480 kB

Free space on /tmp at the end= 890056 MiB
End job on nodeC025 at 2024-07-15 00:41:49