Trace number 4427435

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.06 2556.26

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_0.opb.PB06.opb
MD5SUM9792288b3bfa4387008e61c6fa17d472
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 benchmark245
Best CPU time to get the best result obtained on this benchmark3558.03
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 495293
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 495293
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-4427435-1720994537.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  objective function found
11.72/10.26	c ... done. Wall clock time 10.098s.
11.72/10.26	c declared #vars     10000
11.72/10.26	c #constraints  656900
11.72/10.26	c constraints type 
11.72/10.26	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
11.72/10.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
11.72/10.26	c 656900 constraints processed.
11.72/10.26	c objective function length is 10000 literals
18.55/15.53	c cleaning 0 clauses out of 5002 with flag 0/5002
24.35/21.10	c cleaning 0 clauses out of 11001 with flag 0/11001
33.07/29.47	c cleaning 0 clauses out of 18000 with flag 0/18000
42.70/38.85	c cleaning 0 clauses out of 26000 with flag 0/26000
54.58/50.34	c cleaning 0 clauses out of 35001 with flag 0/35001
71.33/66.38	c cleaning 0 clauses out of 45000 with flag 0/45000
89.12/83.83	c cleaning 0 clauses out of 56000 with flag 0/56000
106.70/101.11	c cleaning 0 clauses out of 68002 with flag 0/68002
135.86/129.79	c cleaning 0 clauses out of 81001 with flag 0/81001
171.40/164.89	c cleaning 0 clauses out of 95000 with flag 0/95000
210.52/203.56	c cleaning 0 clauses out of 110002 with flag 0/110002
241.83/234.16	c cleaning 0 clauses out of 126001 with flag 0/126001
285.61/270.57	c cleaning 0 clauses out of 143002 with flag 0/143002
364.47/333.63	c cleaning 0 clauses out of 161000 with flag 0/161000
439.34/399.18	c cleaning 0 clauses out of 180001 with flag 0/180001
503.56/452.80	c cleaning 0 clauses out of 200000 with flag 0/200000
582.25/519.69	c cleaning 0 clauses out of 221002 with flag 0/221002
695.52/607.84	c cleaning 0 clauses out of 243000 with flag 0/243000
821.78/719.90	c cleaning 0 clauses out of 266000 with flag 0/266000
958.88/826.94	c cleaning 0 clauses out of 290001 with flag 0/290001
1120.83/971.88	c cleaning 0 clauses out of 315002 with flag 0/315002
1294.53/1108.09	c cleaning 0 clauses out of 341001 with flag 0/341001
1471.53/1263.67	c cleaning 0 clauses out of 368001 with flag 0/368001
1713.74/1439.29	c cleaning 0 clauses out of 396000 with flag 0/396000
2032.20/1674.01	c cleaning 0 clauses out of 425001 with flag 0/425001
2369.59/1881.52	c cleaning 0 clauses out of 455000 with flag 0/455000
3493.25/2498.26	c cleaning 0 clauses out of 486002 with flag 0/486002

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427435-1720994537/watcher-4427435-1720994537 -o /tmp/evaluation-result-4427435-1720994537/solver-4427435-1720994537 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1720994548-770233 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427435-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=770415, runsolver pid=770412

[startup+0.101228 s]*
/proc/loadavg: 1.06 0.30 0.15 8/332 770434
/proc/meminfo: memFree=127874980/131524600 swapFree=131071996/131071996
[pid=770415] ppid=770412 vsize=18975048 memory=63136 CPUtime=0.13 cores=1,3
/proc/770415/stat : 770415 (java) S 770412 770415 770221 0 -1 1077936128 7724 0 0 0 11 2 0 0 20 0 18 0 151617882 19430449152 15784 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
/proc/770415/statm: 4743762 15784 5693 1 0 549318 0
[pid=770415/tid=770417] ppid=770412 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/770415/task/770417/stat : 770417 (java) R 770412 770415 770221 0 -1 1077936192 6256 0 0 0 7 1 0 0 20 0 18 0 151617882 19430449152 15784 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
[pid=770415/tid=770426] ppid=770412 vsize=18975048 memory=237146210664 CPUtime=0 cores=1,3
/proc/770415/task/770426/stat : 770426 (Finalizer) S 770412 770415 770221 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151617885 19430449152 15784 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
[pid=770415/tid=770433] ppid=770412 vsize=18975048 memory=14126753849302661 CPUtime=0 cores=1,3
/proc/770415/task/770433/stat : 770433 (Common-Cleaner) S 770412 770415 770221 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151617886 19430449152 15784 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63136 KiB

[startup+0.20572 s]*
/proc/loadavg: 1.06 0.30 0.15 11/332 770434
/proc/meminfo: memFree=127852568/131524600 swapFree=131071996/131071996
[pid=770415] ppid=770412 vsize=18975048 memory=77908 CPUtime=0.33 cores=1,3
/proc/770415/stat : 770415 (java) S 770412 770415 770221 0 -1 1077936128 8145 0 0 0 31 2 0 0 20 0 18 0 151617882 19430449152 19477 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
/proc/770415/statm: 4743762 19477 5857 1 0 549672 0
[pid=770415/tid=770417] ppid=770412 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=1,3
/proc/770415/task/770417/stat : 770417 (java) R 770412 770415 770221 0 -1 4194368 6530 0 0 0 16 2 0 0 20 0 18 0 151617882 19430449152 19477 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
[pid=770415/tid=770426] ppid=770412 vsize=18975048 memory=19020 CPUtime=0 cores=1,3
/proc/770415/task/770426/stat : 770426 (Finalizer) S 770412 770415 770221 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151617885 19430449152 19477 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
[pid=770415/tid=770433] ppid=770412 vsize=18975048 memory=15544020042516216 CPUtime=0 cores=1,3
/proc/770415/task/770433/stat : 770433 (Common-Cleaner) S 770412 770415 770221 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151617886 19430449152 19477 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 77908 KiB

[startup+0.308674 s]*
/proc/loadavg: 1.06 0.30 0.15 9/332 770434
/proc/meminfo: memFree=127746620/131524600 swapFree=131071996/131071996
[pid=770415] ppid=770412 vsize=18975308 memory=168400 CPUtime=0.52 cores=1,3
/proc/770415/stat : 770415 (java) S 770412 770415 770221 0 -1 1077936128 14099 0 0 0 48 4 0 0 20 0 18 0 151617882 19430715392 42100 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
/proc/770415/statm: 4743827 42100 5857 1 0 553716 0
[pid=770415/tid=770417] ppid=770412 vsize=18975308 memory=-9033207568374604476 CPUtime=0.26 cores=1,3
/proc/770415/task/770417/stat : 770417 (java) R 770412 770415 770221 0 -1 4194368 6580 0 0 0 23 3 0 0 20 0 18 0 151617882 19430715392 42100 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
[pid=770415/tid=770426] ppid=770412 vsize=18975308 memory=0 CPUtime=0 cores=1,3
/proc/770415/task/770426/stat : 770426 (Finalizer) S 770412 770415 770221 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151617885 19430715392 42100 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
[pid=770415/tid=770433] ppid=770412 vsize=18975308 memory=0 CPUtime=0 cores=1,3
/proc/770415/task/770433/stat : 770433 (Common-Cleaner) S 770412 770415 770221 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151617886 19430715392 42100 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18975308 KiB
Current children cumulated memory: 168400 KiB

[startup+0.70051 s]
/proc/loadavg: 1.06 0.30 0.15 9/333 770435
/proc/meminfo: memFree=127662952/131524600 swapFree=131071996/131071996
[pid=770415] ppid=770412 vsize=19041612 memory=797932 CPUtime=1.28 cores=1,3
/proc/770415/stat : 770415 (java) S 770412 770415 770221 0 -1 1077936128 16692 0 0 0 111 17 0 0 20 0 19 0 151617882 19498610688 199483 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
/proc/770415/statm: 4760403 199483 5873 1 0 555771 0
[pid=770415/tid=770417] ppid=770412 vsize=19041612 memory=5432 CPUtime=0.59 cores=1,3
/proc/770415/task/770417/stat : 770417 (java) R 770412 770415 770221 0 -1 4194368 6878 0 0 0 45 14 0 0 20 0 19 0 151617882 19498610688 199483 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
[pid=770415/tid=770426] ppid=770412 vsize=19041612 memory=12576 CPUtime=0 cores=1,3
/proc/770415/task/770426/stat : 770426 (Finalizer) S 770412 770415 770221 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151617885 19498610688 199483 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
[pid=770415/tid=770433] ppid=770412 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/770415/task/770433/stat : 770433 (Common-Cleaner) S 770412 770415 770221 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151617886 19498610688 199483 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 797932 KiB

[startup+1.50029 s]
/proc/loadavg: 1.06 0.30 0.15 7/333 770435
/proc/meminfo: memFree=126580108/131524600 swapFree=131071996/131071996
[pid=770415] ppid=770412 vsize=19041612 memory=2647336 CPUtime=2.81 cores=1,3
/proc/770415/stat : 770415 (java) S 770412 770415 770221 0 -1 1077936128 20644 0 0 0 229 52 0 0 20 0 19 0 151617882 19498610688 661834 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
/proc/770415/statm: 4760403 661834 5873 1 0 893306 0
[pid=770415/tid=770417] ppid=770412 vsize=19041612 memory=12576 CPUtime=1.36 cores=1,3
/proc/770415/task/770417/stat : 770417 (java) R 770412 770415 770221 0 -1 4194368 7775 0 0 0 88 48 0 0 20 0 19 0 151617882 19498610688 661834 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
[pid=770415/tid=770426] ppid=770412 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/770415/task/770426/stat : 770426 (Finalizer) S 770412 770415 770221 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151617885 19498610688 661834 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
[pid=770415/tid=770433] ppid=770412 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/770415/task/770433/stat : 770433 (Common-Cleaner) S 770412 770415 770221 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151617886 19498610688 661834 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2647336 KiB

[startup+3.10587 s]
/proc/loadavg: 1.06 0.30 0.15 5/333 770437
/proc/meminfo: memFree=124742288/131524600 swapFree=131071996/131071996
[pid=770415] ppid=770412 vsize=19041612 memory=2647336 CPUtime=4.47 cores=1,3
/proc/770415/stat : 770415 (java) S 770412 770415 770221 0 -1 1077936128 20677 0 0 0 394 53 0 0 20 0 19 0 151617882 19498610688 661834 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
/proc/770415/statm: 4760403 661834 5873 1 0 893326 0
[pid=770415/tid=770417] ppid=770412 vsize=19041612 memory=0 CPUtime=2.91 cores=1,3
/proc/770415/task/770417/stat : 770417 (java) R 770412 770415 770221 0 -1 4194368 7777 0 0 0 242 49 0 0 20 0 19 0 151617882 19498610688 661834 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
[pid=770415/tid=770426] ppid=770412 vsize=19041612 memory=12576 CPUtime=0 cores=1,3
/proc/770415/task/770426/stat : 770426 (Finalizer) S 770412 770415 770221 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151617885 19498610688 661834 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
[pid=770415/tid=770433] ppid=770412 vsize=19041612 memory=2647336 CPUtime=0 cores=1,3
/proc/770415/task/770433/stat : 770433 (Common-Cleaner) S 770412 770415 770221 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151617886 19498610688 661834 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
Current children cumulated CPU time: 4.47 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2647336 KiB

[startup+6.30029 s]
/proc/loadavg: 1.46 0.39 0.19 5/334 770438
/proc/meminfo: memFree=122630144/131524600 swapFree=131071996/131071996
[pid=770415] ppid=770412 vsize=19041612 memory=3970404 CPUtime=7.7 cores=1,3
/proc/770415/stat : 770415 (java) S 770412 770415 770221 0 -1 1077936128 22593 0 0 0 691 79 0 0 20 0 19 0 151617882 19498610688 992601 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
/proc/770415/statm: 4760403 992601 5873 1 0 1231731 0
[pid=770415/tid=770417] ppid=770412 vsize=19041612 memory=0 CPUtime=5.88 cores=1,3
/proc/770415/task/770417/stat : 770417 (java) R 770412 770415 770221 0 -1 4194368 8756 0 0 0 513 75 0 0 20 0 19 0 151617882 19498610688 992601 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
[pid=770415/tid=770426] ppid=770412 vsize=19041612 memory=2647336 CPUtime=0 cores=1,3
/proc/770415/task/770426/stat : 770426 (Finalizer) S 770412 770415 770221 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151617885 19498610688 992601 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
[pid=770415/tid=770433] ppid=770412 vsize=19041612 memory=228489167166 CPUtime=0 cores=1,3
/proc/770415/task/770433/stat : 770433 (Common-Cleaner) S 770412 770415 770221 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151617886 19498610688 992601 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
Current children cumulated CPU time: 7.7 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3970404 KiB

[startup+12.7005 s]
/proc/loadavg: 1.66 0.45 0.21 6/335 770441
/proc/meminfo: memFree=121633192/131524600 swapFree=131071996/131071996
[pid=770415] ppid=770412 vsize=19108176 memory=4461184 CPUtime=15.73 cores=1,3
/proc/770415/stat : 770415 (java) S 770412 770415 770221 0 -1 1077936128 28449 0 0 0 1482 91 0 0 20 0 20 0 151617882 19566772224 1115296 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
/proc/770415/statm: 4777044 1115296 5910 1 0 1349371 0
[pid=770415/tid=770417] ppid=770412 vsize=19108176 memory=0 CPUtime=11.94 cores=1,3
/proc/770415/task/770417/stat : 770417 (java) R 770412 770415 770221 0 -1 4194368 9773 0 0 0 1109 85 0 0 20 0 20 0 151617882 19566772224 1115296 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
[pid=770415/tid=770426] ppid=770412 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/770415/task/770426/stat : 770426 (Finalizer) S 770412 770415 770221 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151617885 19566772224 1115296 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
[pid=770415/tid=770433] ppid=770412 vsize=19108176 memory=3970404 CPUtime=0 cores=1,3
/proc/770415/task/770433/stat : 770433 (Common-Cleaner) S 770412 770415 770221 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151617886 19566772224 1115296 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
[pid=770415/tid=770439] ppid=770412 vsize=19108176 memory=2647336 CPUtime=0 cores=1,3
/proc/770415/task/770439/stat : 770439 (Timer-0) S 770412 770415 770221 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151618910 19566772224 1115296 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
Current children cumulated CPU time: 15.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4461184 KiB

[startup+25.5005 s]
/proc/loadavg: 2.25 0.65 0.27 5/335 770442
/proc/meminfo: memFree=121344884/131524600 swapFree=131071996/131071996
[pid=770415] ppid=770412 vsize=19108176 memory=4713628 CPUtime=29.11 cores=1,3
/proc/770415/stat : 770415 (java) S 770412 770415 770221 0 -1 1077936128 33118 0 0 0 2813 98 0 0 20 0 20 0 151617882 19566772224 1178407 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
/proc/770415/statm: 4777044 1178407 5910 1 0 1349407 0
[pid=770415/tid=770417] ppid=770412 vsize=19108176 memory=0 CPUtime=24.05 cores=1,3
/proc/770415/task/770417/stat : 770417 (java) R 770412 770415 770221 0 -1 4194368 12051 0 0 0 2319 86 0 0 20 0 20 0 151617882 19566772224 1178407 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
[pid=770415/tid=770426] ppid=770412 vsize=19108176 memory=-9033207568374604476 CPUtime=0 cores=1,3
/proc/770415/task/770426/stat : 770426 (Finalizer) S 770412 770415 770221 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151617885 19566772224 1178407 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
[pid=770415/tid=770433] ppid=770412 vsize=19108176 memory=3484 CPUtime=0 cores=1,3
/proc/770415/task/770433/stat : 770433 (Common-Cleaner) S 770412 770415 770221 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151617886 19566772224 1178407 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
[pid=770415/tid=770439] ppid=770412 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/770415/task/770439/stat : 770439 (Timer-0) S 770412 770415 770221 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151618910 19566772224 1178407 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
Current children cumulated CPU time: 29.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4713628 KiB

[startup+51.1057 s]
/proc/loadavg: 2.85 0.92 0.37 5/335 770445
/proc/meminfo: memFree=119947916/131524600 swapFree=131071996/131071996
[pid=770415] ppid=770412 vsize=19108176 memory=5678492 CPUtime=55.58 cores=1,3
/proc/770415/stat : 770415 (java) S 770412 770415 770221 0 -1 1077936128 38699 0 0 0 5440 118 0 0 20 0 20 0 151617882 19566772224 1419623 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
/proc/770415/statm: 4777044 1419623 5926 1 0 1460119 0
[pid=770415/tid=770417] ppid=770412 vsize=19108176 memory=5460640 CPUtime=48.34 cores=1,3
/proc/770415/task/770417/stat : 770417 (java) R 770412 770415 770221 0 -1 4194368 14604 0 0 0 4740 94 0 0 20 0 20 0 151617882 19566772224 1419623 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
[pid=770415/tid=770426] ppid=770412 vsize=19108176 memory=-9033207568374604476 CPUtime=0 cores=1,3
/proc/770415/task/770426/stat : 770426 (Finalizer) S 770412 770415 770221 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151617885 19566772224 1419623 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
[pid=770415/tid=770433] ppid=770412 vsize=19108176 memory=5460640 CPUtime=0 cores=1,3
/proc/770415/task/770433/stat : 770433 (Common-Cleaner) S 770412 770415 770221 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151617886 19566772224 1419623 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
[pid=770415/tid=770439] ppid=770412 vsize=19108176 memory=-9033207568374604476 CPUtime=0 cores=1,3
/proc/770415/task/770439/stat : 770439 (Timer-0) S 770412 770415 770221 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151618910 19566772224 1419623 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
Current children cumulated CPU time: 55.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5678492 KiB


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

/proc/770415/stat : 770415 (java) S 770412 770415 770221 0 -1 1077936128 1157631 0 0 0 315304 743 0 0 20 0 20 0 151617882 19566772224 4077487 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
/proc/770415/statm: 4777044 4077487 5979 1 0 4090119 0
[pid=770415/tid=770417] ppid=770412 vsize=19108176 memory=11604 CPUtime=1983.37 cores=1,3
/proc/770415/task/770417/stat : 770417 (java) S 770412 770415 770221 0 -1 1077936192 619398 0 0 0 197988 349 0 0 20 0 20 0 151617882 19566772224 4077487 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 11 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
[pid=770415/tid=770426] ppid=770412 vsize=19108176 memory=16309640 CPUtime=0 cores=1,3
/proc/770415/task/770426/stat : 770426 (Finalizer) S 770412 770415 770221 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151617885 19566772224 4077487 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
[pid=770415/tid=770433] ppid=770412 vsize=19108176 memory=16309928 CPUtime=0 cores=1,3
/proc/770415/task/770433/stat : 770433 (Common-Cleaner) S 770412 770415 770221 0 -1 1077936192 2026 0 0 0 0 0 0 0 20 0 20 0 151617886 19566772224 4077487 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
[pid=770415/tid=770439] ppid=770412 vsize=19108176 memory=16309852 CPUtime=0 cores=1,3
/proc/770415/task/770439/stat : 770439 (Timer-0) S 770412 770415 770221 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151618910 19566772224 4077487 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
Current children cumulated CPU time: 3160.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16309948 KiB

[startup+2382.3 s]
/proc/loadavg: 5.09 5.06 4.47 7/332 772074
/proc/meminfo: memFree=103959932/131524600 swapFree=131071996/131071996
[pid=770415] ppid=770412 vsize=19108176 memory=16309984 CPUtime=3273.23 cores=1,3
/proc/770415/stat : 770415 (java) S 770412 770415 770221 0 -1 1077936128 1163234 0 0 0 326578 745 0 0 20 0 20 0 151617882 19566772224 4077496 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
/proc/770415/statm: 4777044 4077496 5979 1 0 4090131 0
[pid=770415/tid=770417] ppid=770412 vsize=19108176 memory=16309852 CPUtime=1989.59 cores=1,3
/proc/770415/task/770417/stat : 770417 (java) S 770412 770415 770221 0 -1 1077936192 620009 0 0 0 198610 349 0 0 20 0 20 0 151617882 19566772224 4077496 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 11 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
[pid=770415/tid=770426] ppid=770412 vsize=19108176 memory=16309948 CPUtime=0 cores=1,3
/proc/770415/task/770426/stat : 770426 (Finalizer) S 770412 770415 770221 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151617885 19566772224 4077496 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
[pid=770415/tid=770433] ppid=770412 vsize=19108176 memory=37196 CPUtime=0 cores=1,3
/proc/770415/task/770433/stat : 770433 (Common-Cleaner) S 770412 770415 770221 0 -1 1077936192 2076 0 0 0 0 0 0 0 20 0 20 0 151617886 19566772224 4077496 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
[pid=770415/tid=770439] ppid=770412 vsize=19108176 memory=1924 CPUtime=0 cores=1,3
/proc/770415/task/770439/stat : 770439 (Timer-0) S 770412 770415 770221 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151618910 19566772224 4077496 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
Current children cumulated CPU time: 3273.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16309984 KiB

[startup+2442.3 s]
/proc/loadavg: 5.10 5.06 4.51 6/332 772084
/proc/meminfo: memFree=103959432/131524600 swapFree=131071996/131071996
[pid=770415] ppid=770412 vsize=19108176 memory=16309988 CPUtime=3386.38 cores=1,3
/proc/770415/stat : 770415 (java) S 770412 770415 770221 0 -1 1077936128 1201054 0 0 0 337888 750 0 0 20 0 20 0 151617882 19566772224 4077497 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
/proc/770415/statm: 4777044 4077497 5979 1 0 4090131 0
[pid=770415/tid=770417] ppid=770412 vsize=19108176 memory=16309852 CPUtime=1995.48 cores=1,3
/proc/770415/task/770417/stat : 770417 (java) S 770412 770415 770221 0 -1 1077936192 621238 0 0 0 199198 350 0 0 20 0 20 0 151617882 19566772224 4077497 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 11 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
[pid=770415/tid=770426] ppid=770412 vsize=19108176 memory=16309948 CPUtime=0 cores=1,3
/proc/770415/task/770426/stat : 770426 (Finalizer) S 770412 770415 770221 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151617885 19566772224 4077497 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
[pid=770415/tid=770433] ppid=770412 vsize=19108176 memory=16309988 CPUtime=0 cores=1,3
/proc/770415/task/770433/stat : 770433 (Common-Cleaner) S 770412 770415 770221 0 -1 1077936192 2126 0 0 0 0 0 0 0 20 0 20 0 151617886 19566772224 4077497 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
[pid=770415/tid=770439] ppid=770412 vsize=19108176 memory=16309988 CPUtime=0 cores=1,3
/proc/770415/task/770439/stat : 770439 (Timer-0) S 770412 770415 770221 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151618910 19566772224 4077497 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
Current children cumulated CPU time: 3386.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16309988 KiB

[startup+2502.3 s]
/proc/loadavg: 5.30 5.14 4.57 6/332 772096
/proc/meminfo: memFree=103906944/131524600 swapFree=131071996/131071996
[pid=770415] ppid=770412 vsize=19108176 memory=16310008 CPUtime=3500.55 cores=1,3
/proc/770415/stat : 770415 (java) S 770412 770415 770221 0 -1 1077936128 1239243 0 0 0 349301 754 0 0 20 0 20 0 151617882 19566772224 4077502 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
/proc/770415/statm: 4777044 4077502 5979 1 0 4090133 0
[pid=770415/tid=770417] ppid=770412 vsize=19108176 memory=16309964 CPUtime=2000.39 cores=1,3
/proc/770415/task/770417/stat : 770417 (java) S 770412 770415 770221 0 -1 1077936192 622477 0 0 0 199689 350 0 0 20 0 20 0 151617882 19566772224 4077502 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 11 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
[pid=770415/tid=770426] ppid=770412 vsize=19108176 memory=16309888 CPUtime=0 cores=1,3
/proc/770415/task/770426/stat : 770426 (Finalizer) S 770412 770415 770221 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151617885 19566772224 4077502 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
[pid=770415/tid=770433] ppid=770412 vsize=19108176 memory=16310008 CPUtime=0 cores=1,3
/proc/770415/task/770433/stat : 770433 (Common-Cleaner) S 770412 770415 770221 0 -1 1077936192 2207 0 0 0 0 0 0 0 20 0 20 0 151617886 19566772224 4077502 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
[pid=770415/tid=770439] ppid=770412 vsize=19108176 memory=-8693842196262011801 CPUtime=0 cores=1,3
/proc/770415/task/770439/stat : 770439 (Timer-0) S 770412 770415 770221 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151618910 19566772224 4077502 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
Current children cumulated CPU time: 3500.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16310008 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2554.2 s]
/proc/loadavg: 5.15 5.13 4.60 6/332 772105
/proc/meminfo: memFree=103906560/131524600 swapFree=131071996/131071996
[pid=770415] ppid=770412 vsize=19108176 memory=16310036 CPUtime=3600.04 cores=1,3
/proc/770415/stat : 770415 (java) S 770412 770415 770221 0 -1 1077936128 1264086 0 0 0 359247 757 0 0 20 0 20 0 151617882 19566772224 4077509 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
/proc/770415/statm: 4777044 4077509 5979 1 0 4090133 0
[pid=770415/tid=770417] ppid=770412 vsize=19108176 memory=5024 CPUtime=2003.95 cores=1,3
/proc/770415/task/770417/stat : 770417 (java) S 770412 770415 770221 0 -1 1077936192 622852 0 0 0 200045 350 0 0 20 0 20 0 151617882 19566772224 4077509 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 11 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
[pid=770415/tid=770426] ppid=770412 vsize=19108176 memory=2664876 CPUtime=0 cores=1,3
/proc/770415/task/770426/stat : 770426 (Finalizer) S 770412 770415 770221 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151617885 19566772224 4077509 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
[pid=770415/tid=770433] ppid=770412 vsize=19108176 memory=-8600860904635409084 CPUtime=0 cores=1,3
/proc/770415/task/770433/stat : 770433 (Common-Cleaner) S 770412 770415 770221 0 -1 1077936192 2207 0 0 0 0 0 0 0 20 0 20 0 151617886 19566772224 4077509 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
[pid=770415/tid=770439] ppid=770412 vsize=19108176 memory=2748 CPUtime=0 cores=1,3
/proc/770415/task/770439/stat : 770439 (Timer-0) S 770412 770415 770221 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151618910 19566772224 4077509 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16310036 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3596.45 s, system=7.61782 s

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

[startup+2555.21 s]
/proc/loadavg: 5.22 5.14 4.61 6/332 772105
/proc/meminfo: memFree=103906576/131524600 swapFree=131071996/131071996
[pid=770415] ppid=770412 vsize=19108176 memory=16310052 CPUtime=3602.01 cores=1,3
/proc/770415/stat : 770415 (java) S 770412 770415 770221 0 -1 1077936128 1268035 0 0 0 359444 757 0 0 20 0 20 0 151617882 19566772224 4077513 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
/proc/770415/statm: 4777044 4077513 5979 1 0 4090133 0
[pid=770415/tid=770417] ppid=770412 vsize=19108176 memory=-8693842196262011801 CPUtime=2003.95 cores=1,3
/proc/770415/task/770417/stat : 770417 (java) S 770412 770415 770221 0 -1 1077936192 622852 0 0 0 200045 350 0 0 20 0 20 0 151617882 19566772224 4077513 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 11 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
[pid=770415/tid=770426] ppid=770412 vsize=19108176 memory=11604 CPUtime=0 cores=1,3
/proc/770415/task/770426/stat : 770426 (Finalizer) S 770412 770415 770221 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151617885 19566772224 4077513 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
[pid=770415/tid=770433] ppid=770412 vsize=19108176 memory=5432 CPUtime=0 cores=1,3
/proc/770415/task/770433/stat : 770433 (Common-Cleaner) S 770412 770415 770221 0 -1 1077936192 2207 0 0 0 0 0 0 0 20 0 20 0 151617886 19566772224 4077513 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
[pid=770415/tid=770439] ppid=770412 vsize=19108176 memory=16196 CPUtime=0 cores=1,3
/proc/770415/task/770439/stat : 770439 (Timer-0) S 770412 770415 770221 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151618910 19566772224 4077513 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
Current children cumulated CPU time: 3602.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16310052 KiB

[startup+2556 s]*
/proc/loadavg: 5.22 5.14 4.61 6/332 772105
/proc/meminfo: memFree=103906560/131524600 swapFree=131071996/131071996
[pid=770415] ppid=770412 vsize=19108176 memory=16310052 CPUtime=3603.6 cores=1,3
/proc/770415/stat : 770415 (java) S 770412 770415 770221 0 -1 1077936128 1268059 0 0 0 359603 757 0 0 20 0 20 0 151617882 19566772224 4077513 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
/proc/770415/statm: 4777044 4077513 5979 1 0 4090133 0
[pid=770415/tid=770417] ppid=770412 vsize=19108176 memory=-8600860904635409084 CPUtime=2003.95 cores=1,3
/proc/770415/task/770417/stat : 770417 (java) S 770412 770415 770221 0 -1 1077936192 622852 0 0 0 200045 350 0 0 20 0 20 0 151617882 19566772224 4077513 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 11 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
[pid=770415/tid=770426] ppid=770412 vsize=19108176 memory=1924 CPUtime=0 cores=1,3
/proc/770415/task/770426/stat : 770426 (Finalizer) S 770412 770415 770221 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151617885 19566772224 4077513 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
[pid=770415/tid=770433] ppid=770412 vsize=19108176 memory=19284 CPUtime=0 cores=1,3
/proc/770415/task/770433/stat : 770433 (Common-Cleaner) S 770412 770415 770221 0 -1 1077936192 2207 0 0 0 0 0 0 0 20 0 20 0 151617886 19566772224 4077513 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
[pid=770415/tid=770439] ppid=770412 vsize=19108176 memory=26124 CPUtime=0 cores=1,3
/proc/770415/task/770439/stat : 770439 (Timer-0) S 770412 770415 770221 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151618910 19566772224 4077513 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
Current children cumulated CPU time: 3603.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16310052 KiB

[startup+2556.2 s]
/proc/loadavg: 5.22 5.14 4.61 6/332 772105
/proc/meminfo: memFree=103906560/131524600 swapFree=131071996/131071996
[pid=770415] ppid=770412 vsize=19108176 memory=16310052 CPUtime=3603.99 cores=1,3
/proc/770415/stat : 770415 (java) S 770412 770415 770221 0 -1 1077936128 1268060 0 0 0 359642 757 0 0 20 0 20 0 151617882 19566772224 4077513 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
/proc/770415/statm: 4777044 4077513 5979 1 0 4090133 0
[pid=770415/tid=770417] ppid=770412 vsize=19108176 memory=37196 CPUtime=2003.95 cores=1,3
/proc/770415/task/770417/stat : 770417 (java) S 770412 770415 770221 0 -1 1077936192 622852 0 0 0 200045 350 0 0 20 0 20 0 151617882 19566772224 4077513 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 11 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
[pid=770415/tid=770426] ppid=770412 vsize=19108176 memory=16310036 CPUtime=0 cores=1,3
/proc/770415/task/770426/stat : 770426 (Finalizer) S 770412 770415 770221 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151617885 19566772224 4077513 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
[pid=770415/tid=770433] ppid=770412 vsize=19108176 memory=1924 CPUtime=0 cores=1,3
/proc/770415/task/770433/stat : 770433 (Common-Cleaner) S 770412 770415 770221 0 -1 1077936192 2207 0 0 0 0 0 0 0 20 0 20 0 151617886 19566772224 4077513 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
[pid=770415/tid=770439] ppid=770412 vsize=19108176 memory=4960 CPUtime=0 cores=1,3
/proc/770415/task/770439/stat : 770439 (Timer-0) S 770412 770415 770221 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151618910 19566772224 4077513 134679101440 94319373352960 94319373356656 140725023091568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94319373364472 94319373365264 94319395045376 140725023093744 140725023093857 140725023093857 140725023100872 0
Current children cumulated CPU time: 3603.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16310052 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 2556.26
CPU time (s): 3604.06
CPU user time (s): 3596.45
CPU system time (s): 7.61782
CPU usage (%): 140.99
Max. virtual memory (cumulated for all children) (KiB): 19112280
Max. memory (cumulated for all children) (KiB): 16310052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.45
system time used= 7.61782
maximum resident set size= 16310520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1268070
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 87638
involuntary context switches= 52549


# summary of solver processes directly reported to runsolver:
#   pid: 770415
#   total CPU time (s): 3604.06
#   total CPU user time (s): 3596.45
#   total CPU system time (s): 7.61782

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.03099 second user time and 13.2521 second system time

The end

Launcher Data

Begin job on nodeC022 at 2024-07-15 00:02:30
IDJOB=4427435
IDBENCH=147558
IDSOLVER=3046
FILE ID=nodeC022/4427435-1720994537
RUNJOBID= nodeC022-1720994548-770233
SLURM_JOB_ID= 7505316
Free space on /tmp= 890056 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_0.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-4427435-1720994537/watcher-4427435-1720994537 -o /tmp/evaluation-result-4427435-1720994537/solver-4427435-1720994537 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1720994548-770233 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427435-1720994537.opb

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

MD5SUM BENCH= 9792288b3bfa4387008e61c6fa17d472
RANDOM SEED=895933221

nodeC022.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.835
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.66
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		: 3599.829
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	: 7006.96
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.826
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.66
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		: 3599.902
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	: 7006.96
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.826
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.66
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		: 3623.217
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	: 7006.96
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.826
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.66
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		: 3623.219
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	: 7006.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127926604 kB
MemAvailable:   128942100 kB
Buffers:          338904 kB
Cached:          1509772 kB
SwapCached:            0 kB
Active:           549548 kB
Inactive:        2454536 kB
Active(anon):       1564 kB
Inactive(anon):  1191588 kB
Active(file):     547984 kB
Inactive(file):  1262948 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             28620 kB
Writeback:             0 kB
AnonPages:       1154480 kB
Mapped:           122632 kB
Shmem:             37720 kB
KReclaimable:      88420 kB
Slab:             190712 kB
SReclaimable:      88420 kB
SUnreclaim:       102292 kB
KernelStack:        5072 kB
PageTables:        12212 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    9376232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57152 kB
HardwareCorrupted:     0 kB
AnonHugePages:    819200 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:      213716 kB
DirectMap2M:    18434048 kB
DirectMap1G:    117440512 kB

Free space on /tmp at the end= 890056 MiB
End job on nodeC022 at 2024-07-15 00:45:06