Trace number 4427430

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.11 2409.36

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_10.opb.PB06.opb
MD5SUMe06e3866d9960a7084ad077c8fb9619e
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 benchmark248
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 495457
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 495457
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2106806208
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.16	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	 - never skip resolution steps
0.13/0.16	 - Auto-division on coefficients is disabled
0.13/0.16	 - No postprocessing
0.13/0.16	 - Conflict is considered as is when resolving
0.13/0.16	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.16	 - Weaken first using unassigned literals
0.13/0.16	 - Bump strategy: ALWAYS_ONE
0.13/0.16	 - Bumper: ASSIGNED
0.13/0.16	--- Begin Solver configuration ---
0.13/0.16	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.16	Learn all clauses as in MiniSAT
0.13/0.16	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	No reason simplification
0.13/0.16	Armin Biere (Picosat) restarts strategy
0.13/0.16	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.16	timeout=2147483s
0.13/0.16	DB Simplification allowed=false
0.13/0.16	Listener: none
0.13/0.16	--- End Solver configuration ---
0.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: ASSIGNED
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Armin Biere (Picosat) restarts strategy
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4427430-1720994537.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c  objective function found
12.65/11.07	c ... done. Wall clock time 10.899s.
12.65/11.07	c declared #vars     10000
12.65/11.07	c #constraints  656900
12.65/11.07	c constraints type 
12.65/11.07	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
12.65/11.07	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
12.65/11.07	c 656900 constraints processed.
12.65/11.09	c objective function length is 10000 literals
20.86/17.51	c cleaning 0 clauses out of 5001 with flag 0/5001
26.85/23.20	c cleaning 0 clauses out of 11000 with flag 0/11000
34.99/30.94	c cleaning 0 clauses out of 18001 with flag 0/18001
45.21/40.87	c cleaning 0 clauses out of 26000 with flag 0/26000
57.69/53.09	c cleaning 0 clauses out of 35001 with flag 0/35001
73.55/68.33	c cleaning 0 clauses out of 45001 with flag 0/45001
91.88/86.24	c cleaning 0 clauses out of 56002 with flag 0/56002
112.39/106.44	c cleaning 0 clauses out of 68000 with flag 0/68000
137.93/131.62	c cleaning 0 clauses out of 81001 with flag 0/81001
174.43/167.54	c cleaning 0 clauses out of 95000 with flag 0/95000
218.56/211.08	c cleaning 0 clauses out of 110000 with flag 0/110000
260.54/252.59	c cleaning 0 clauses out of 126000 with flag 0/126000
307.93/291.95	c cleaning 0 clauses out of 143002 with flag 0/143002
347.49/322.99	c cleaning 0 clauses out of 161000 with flag 0/161000
396.71/363.10	c cleaning 0 clauses out of 180002 with flag 0/180002
473.19/419.60	c cleaning 0 clauses out of 200001 with flag 0/200001
538.42/472.86	c cleaning 0 clauses out of 221003 with flag 0/221003
599.87/520.70	c cleaning 0 clauses out of 243000 with flag 0/243000
688.67/582.71	c cleaning 0 clauses out of 266000 with flag 0/266000
785.66/664.23	c cleaning 0 clauses out of 290000 with flag 0/290000
910.00/771.83	c cleaning 0 clauses out of 315000 with flag 0/315000
995.68/840.00	c cleaning 0 clauses out of 341003 with flag 0/341003
1165.20/970.94	c cleaning 0 clauses out of 368000 with flag 0/368000
1370.94/1133.40	c cleaning 0 clauses out of 396000 with flag 0/396000
1585.48/1280.73	c cleaning 0 clauses out of 425000 with flag 0/425000
1867.68/1476.79	c cleaning 0 clauses out of 455000 with flag 0/455000
2217.84/1682.68	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: 63968 MiB (63001 MiB free)
  memory of node 1: 64473 MiB (63415 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=776138, runsolver pid=776134
Current StackSize limit: 8192 KiB


[startup+0.101058 s]*
/proc/loadavg: 0.22 0.14 0.10 7/309 776223
/proc/meminfo: memFree=129336080/131524600 swapFree=131071996/131071996
[pid=776138] ppid=776134 vsize=18975048 memory=63132 CPUtime=0.13 cores=0,2
/proc/776138/stat : 776138 (java) S 776134 776138 776098 0 -1 1077936128 7706 0 0 0 10 3 0 0 20 0 18 0 151624558 19430449152 15783 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
/proc/776138/statm: 4743762 15783 5690 1 0 549318 0
[pid=776138/tid=776141] ppid=776134 vsize=18975048 memory=4026531971 CPUtime=0.07 cores=0,2
/proc/776138/task/776141/stat : 776141 (java) R 776134 776138 776098 0 -1 1077936192 6249 0 0 0 6 1 0 0 20 0 18 0 151624558 19430449152 15783 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
[pid=776138/tid=776173] ppid=776134 vsize=18975048 memory=15997 CPUtime=0 cores=0,2
/proc/776138/task/776173/stat : 776173 (Finalizer) S 776134 776138 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151624561 19430449152 15783 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
[pid=776138/tid=776180] ppid=776134 vsize=18975048 memory=14689703802701563 CPUtime=0 cores=0,2
/proc/776138/task/776180/stat : 776180 (Common-Cleaner) S 776134 776138 776098 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151624561 19430449152 15783 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63132 KiB

[startup+0.206657 s]*
/proc/loadavg: 0.22 0.14 0.10 11/326 776240
/proc/meminfo: memFree=129246468/131524600 swapFree=131071996/131071996
[pid=776138] ppid=776134 vsize=18975048 memory=81408 CPUtime=0.31 cores=0,2
/proc/776138/stat : 776138 (java) S 776134 776138 776098 0 -1 1077936128 8120 0 0 0 28 3 0 0 20 0 18 0 151624558 19430449152 20352 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
/proc/776138/statm: 4743762 20352 5754 1 0 549640 0
[pid=776138/tid=776141] ppid=776134 vsize=18975048 memory=8737651120394928259 CPUtime=0.17 cores=0,2
/proc/776138/task/776141/stat : 776141 (java) R 776134 776138 776098 0 -1 4194368 6537 0 0 0 15 2 0 0 20 0 18 0 151624558 19430449152 20352 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
[pid=776138/tid=776173] ppid=776134 vsize=18975048 memory=15997 CPUtime=0 cores=0,2
/proc/776138/task/776173/stat : 776173 (Finalizer) S 776134 776138 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151624561 19430449152 20352 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
[pid=776138/tid=776180] ppid=776134 vsize=18975048 memory=14689703802701563 CPUtime=0 cores=0,2
/proc/776138/task/776180/stat : 776180 (Common-Cleaner) S 776134 776138 776098 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151624561 19430449152 20352 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 81408 KiB

[startup+0.313823 s]*
/proc/loadavg: 0.22 0.14 0.10 15/328 776242
/proc/meminfo: memFree=128951696/131524600 swapFree=131071996/131071996
[pid=776138] ppid=776134 vsize=19041612 memory=169232 CPUtime=0.5 cores=0,2
/proc/776138/stat : 776138 (java) S 776134 776138 776098 0 -1 1077936128 10266 0 0 0 44 6 0 0 20 0 19 0 151624558 19498610688 42308 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
/proc/776138/statm: 4760403 42308 5840 1 0 551346 0
[pid=776138/tid=776141] ppid=776134 vsize=19041612 memory=-8528806583362560700 CPUtime=0.24 cores=0,2
/proc/776138/task/776141/stat : 776141 (java) S 776134 776138 776098 0 -1 1077936192 6587 0 0 0 20 4 0 0 20 0 19 0 151624558 19498610688 42308 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
[pid=776138/tid=776173] ppid=776134 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/776138/task/776173/stat : 776173 (Finalizer) S 776134 776138 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151624561 19498610688 42308 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
[pid=776138/tid=776180] ppid=776134 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/776138/task/776180/stat : 776180 (Common-Cleaner) S 776134 776138 776098 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 151624561 19498610688 42308 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 169232 KiB

[startup+0.700861 s]
/proc/loadavg: 0.22 0.14 0.10 11/330 776244
/proc/meminfo: memFree=128113900/131524600 swapFree=131071996/131071996
[pid=776138] ppid=776134 vsize=19041612 memory=1039036 CPUtime=1.22 cores=0,2
/proc/776138/stat : 776138 (java) S 776134 776138 776098 0 -1 1077936128 14204 0 0 0 98 24 0 0 20 0 19 0 151624558 19498610688 259759 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
/proc/776138/statm: 4760403 259759 5840 1 0 1079869 0
[pid=776138/tid=776141] ppid=776134 vsize=19041612 memory=1928 CPUtime=0.59 cores=0,2
/proc/776138/task/776141/stat : 776141 (java) R 776134 776138 776098 0 -1 4194368 6998 0 0 0 38 21 0 0 20 0 19 0 151624558 19498610688 259759 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
[pid=776138/tid=776173] ppid=776134 vsize=19041612 memory=13184 CPUtime=0 cores=0,2
/proc/776138/task/776173/stat : 776173 (Finalizer) S 776134 776138 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151624561 19498610688 259759 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
[pid=776138/tid=776180] ppid=776134 vsize=19041612 memory=32812 CPUtime=0 cores=0,2
/proc/776138/task/776180/stat : 776180 (Common-Cleaner) S 776134 776138 776098 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 151624561 19498610688 259759 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1039036 KiB

[startup+1.50082 s]
/proc/loadavg: 0.22 0.14 0.10 10/330 776244
/proc/meminfo: memFree=122985412/131524600 swapFree=131071996/131071996
[pid=776138] ppid=776134 vsize=19041612 memory=2589844 CPUtime=2.79 cores=0,2
/proc/776138/stat : 776138 (java) S 776134 776138 776098 0 -1 1077936128 22167 0 0 0 221 58 0 0 20 0 19 0 151624558 19498610688 647461 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
/proc/776138/statm: 4760403 647461 5840 1 0 1083421 0
[pid=776138/tid=776141] ppid=776134 vsize=19041612 memory=13184 CPUtime=1.36 cores=0,2
/proc/776138/task/776141/stat : 776141 (java) R 776134 776138 776098 0 -1 4194368 7747 0 0 0 84 52 0 0 20 0 19 0 151624558 19498610688 647461 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
[pid=776138/tid=776173] ppid=776134 vsize=19041612 memory=32812 CPUtime=0 cores=0,2
/proc/776138/task/776173/stat : 776173 (Finalizer) S 776134 776138 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151624561 19498610688 647461 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
[pid=776138/tid=776180] ppid=776134 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/776138/task/776180/stat : 776180 (Common-Cleaner) S 776134 776138 776098 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 151624561 19498610688 647461 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2589844 KiB

[startup+3.10623 s]
/proc/loadavg: 0.52 0.20 0.12 5/330 776246
/proc/meminfo: memFree=117399476/131524600 swapFree=131071996/131071996
[pid=776138] ppid=776134 vsize=19041612 memory=3026076 CPUtime=4.5 cores=0,2
/proc/776138/stat : 776138 (java) S 776134 776138 776098 0 -1 1077936128 22425 0 0 0 383 67 0 0 20 0 19 0 151624558 19498610688 756519 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
/proc/776138/statm: 4760403 756519 5840 1 0 1083432 0
[pid=776138/tid=776141] ppid=776134 vsize=19041612 memory=0 CPUtime=2.92 cores=0,2
/proc/776138/task/776141/stat : 776141 (java) R 776134 776138 776098 0 -1 4194368 7964 0 0 0 231 61 0 0 20 0 19 0 151624558 19498610688 756519 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
[pid=776138/tid=776173] ppid=776134 vsize=19041612 memory=13184 CPUtime=0 cores=0,2
/proc/776138/task/776173/stat : 776173 (Finalizer) S 776134 776138 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151624561 19498610688 756519 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
[pid=776138/tid=776180] ppid=776134 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/776138/task/776180/stat : 776180 (Common-Cleaner) S 776134 776138 776098 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 151624561 19498610688 756519 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
Current children cumulated CPU time: 4.5 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3026076 KiB

[startup+6.30029 s]
/proc/loadavg: 0.52 0.20 0.12 5/330 776246
/proc/meminfo: memFree=116312856/131524600 swapFree=131071996/131071996
[pid=776138] ppid=776134 vsize=19041612 memory=3023300 CPUtime=7.78 cores=0,2
/proc/776138/stat : 776138 (java) S 776134 776138 776098 0 -1 1077936128 22807 0 0 0 710 68 0 0 20 0 19 0 151624558 19498610688 755825 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
/proc/776138/statm: 4760403 755825 5840 1 0 1083433 0
[pid=776138/tid=776141] ppid=776134 vsize=19041612 memory=0 CPUtime=5.95 cores=0,2
/proc/776138/task/776141/stat : 776141 (java) R 776134 776138 776098 0 -1 4194368 8311 0 0 0 533 62 0 0 20 0 19 0 151624558 19498610688 755825 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
[pid=776138/tid=776173] ppid=776134 vsize=19041612 memory=2808988 CPUtime=0 cores=0,2
/proc/776138/task/776173/stat : 776173 (Finalizer) S 776134 776138 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151624561 19498610688 755825 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
[pid=776138/tid=776180] ppid=776134 vsize=19041612 memory=-8888532703110406844 CPUtime=0 cores=0,2
/proc/776138/task/776180/stat : 776180 (Common-Cleaner) S 776134 776138 776098 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 151624561 19498610688 755825 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
Current children cumulated CPU time: 7.78 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3023300 KiB

[startup+12.7002 s]
/proc/loadavg: 0.88 0.29 0.15 8/334 776251
/proc/meminfo: memFree=112452944/131524600 swapFree=131071996/131071996
[pid=776138] ppid=776134 vsize=19108176 memory=4028616 CPUtime=15.54 cores=0,2
/proc/776138/stat : 776138 (java) S 776134 776138 776098 0 -1 1077936128 28475 0 0 0 1464 90 0 0 20 0 20 0 151624558 19566772224 1007154 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
/proc/776138/statm: 4777044 1007154 5878 1 0 1333273 0
[pid=776138/tid=776141] ppid=776134 vsize=19108176 memory=4025924 CPUtime=12 cores=0,2
/proc/776138/task/776141/stat : 776141 (java) R 776134 776138 776098 0 -1 4194368 9365 0 0 0 1117 83 0 0 20 0 20 0 151624558 19566772224 1007154 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
[pid=776138/tid=776173] ppid=776134 vsize=19108176 memory=3026076 CPUtime=0 cores=0,2
/proc/776138/task/776173/stat : 776173 (Finalizer) S 776134 776138 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151624561 19566772224 1007154 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
[pid=776138/tid=776180] ppid=776134 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/776138/task/776180/stat : 776180 (Common-Cleaner) S 776134 776138 776098 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 151624561 19566772224 1007154 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
[pid=776138/tid=776247] ppid=776134 vsize=19108176 memory=4331160 CPUtime=0 cores=0,2
/proc/776138/task/776247/stat : 776247 (Timer-0) S 776134 776138 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151625667 19566772224 1007154 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
Current children cumulated CPU time: 15.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4028616 KiB

[startup+25.5108 s]
/proc/loadavg: 1.57 0.47 0.21 5/334 776253
/proc/meminfo: memFree=112455960/131524600 swapFree=131071996/131071996
[pid=776138] ppid=776134 vsize=19108176 memory=4160624 CPUtime=29.41 cores=0,2
/proc/776138/stat : 776138 (java) S 776134 776138 776098 0 -1 1077936128 36739 0 0 0 2846 95 0 0 20 0 20 0 151624558 19566772224 1040156 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
/proc/776138/statm: 4777044 1040156 5878 1 0 1333308 0
[pid=776138/tid=776141] ppid=776134 vsize=19108176 memory=3023668 CPUtime=24.23 cores=0,2
/proc/776138/task/776141/stat : 776141 (java) S 776134 776138 776098 0 -1 1077936192 12493 0 0 0 2340 83 0 0 20 0 20 0 151624558 19566772224 1040156 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
[pid=776138/tid=776173] ppid=776134 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/776138/task/776173/stat : 776173 (Finalizer) S 776134 776138 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151624561 19566772224 1040156 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
[pid=776138/tid=776180] ppid=776134 vsize=19108176 memory=-8528806583362560700 CPUtime=0 cores=0,2
/proc/776138/task/776180/stat : 776180 (Common-Cleaner) S 776134 776138 776098 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 151624561 19566772224 1040156 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
[pid=776138/tid=776247] ppid=776134 vsize=19108176 memory=15852 CPUtime=0 cores=0,2
/proc/776138/task/776247/stat : 776247 (Timer-0) S 776134 776138 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151625667 19566772224 1040156 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
Current children cumulated CPU time: 29.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4160624 KiB

[startup+51.1056 s]
/proc/loadavg: 2.53 0.79 0.32 5/334 776256
/proc/meminfo: memFree=105890392/131524600 swapFree=131071996/131071996
[pid=776138] ppid=776134 vsize=19108176 memory=7641920 CPUtime=55.79 cores=0,2
/proc/776138/stat : 776138 (java) S 776134 776138 776098 0 -1 1077936128 41961 0 0 0 5416 163 0 0 20 0 20 0 151624558 19566772224 1910480 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
/proc/776138/statm: 4777044 1910480 5878 1 0 2070700 0
[pid=776138/tid=776141] ppid=776134 vsize=19108176 memory=7449088 CPUtime=48.82 cores=0,2
/proc/776138/task/776141/stat : 776141 (java) R 776134 776138 776098 0 -1 4194368 15768 0 0 0 4746 136 0 0 20 0 20 0 151624558 19566772224 1910480 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
[pid=776138/tid=776173] ppid=776134 vsize=19108176 memory=7449088 CPUtime=0 cores=0,2
/proc/776138/task/776173/stat : 776173 (Finalizer) S 776134 776138 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151624561 19566772224 1910480 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
[pid=776138/tid=776180] ppid=776134 vsize=19108176 memory=11588 CPUtime=0 cores=0,2
/proc/776138/task/776180/stat : 776180 (Common-Cleaner) S 776134 776138 776098 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 151624561 19566772224 1910480 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
[pid=776138/tid=776247] ppid=776134 vsize=19108176 memory=11588 CPUtime=0 cores=0,2
/proc/776138/task/776247/stat : 776247 (Timer-0) S 776134 776138 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151625667 19566772224 1910480 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
Current children cumulated CPU time: 55.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7641920 KiB


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

/proc/776138/stat : 776138 (java) S 776134 776138 776098 0 -1 1077936128 1097426 0 0 0 331193 725 0 0 20 0 20 0 151624558 19566772224 4078403 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
/proc/776138/statm: 4777044 4078403 5935 1 0 4091010 0
[pid=776138/tid=776141] ppid=776134 vsize=19108176 memory=16313620 CPUtime=1681.85 cores=0,2
/proc/776138/task/776141/stat : 776141 (java) S 776134 776138 776098 0 -1 1077936192 489841 0 0 0 167851 334 0 0 20 0 20 0 151624558 19566772224 4078403 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 6 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
[pid=776138/tid=776173] ppid=776134 vsize=19108176 memory=16313488 CPUtime=0 cores=0,2
/proc/776138/task/776173/stat : 776173 (Finalizer) S 776134 776138 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151624561 19566772224 4078403 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
[pid=776138/tid=776180] ppid=776134 vsize=19108176 memory=1928 CPUtime=0 cores=0,2
/proc/776138/task/776180/stat : 776180 (Common-Cleaner) S 776134 776138 776098 0 -1 1077936192 1688 0 0 0 0 0 0 0 20 0 20 0 151624561 19566772224 4078403 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
[pid=776138/tid=776247] ppid=776134 vsize=19108176 memory=16313540 CPUtime=0 cores=0,2
/proc/776138/task/776247/stat : 776247 (Timer-0) S 776134 776138 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151625667 19566772224 4078403 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
Current children cumulated CPU time: 3319.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16313612 KiB

[startup+2322.3 s]
/proc/loadavg: 8.07 8.03 6.57 10/332 777839
/proc/meminfo: memFree=64185976/131524600 swapFree=131071996/131071996
[pid=776138] ppid=776134 vsize=19108176 memory=16313640 CPUtime=3435.3 cores=0,2
/proc/776138/stat : 776138 (java) S 776134 776138 776098 0 -1 1077936128 1132699 0 0 0 342802 728 0 0 20 0 20 0 151624558 19566772224 4078410 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
/proc/776138/statm: 4777044 4078410 5935 1 0 4091011 0
[pid=776138/tid=776141] ppid=776134 vsize=19108176 memory=2305 CPUtime=1684.62 cores=0,2
/proc/776138/task/776141/stat : 776141 (java) S 776134 776138 776098 0 -1 1077936192 490518 0 0 0 168128 334 0 0 20 0 20 0 151624558 19566772224 4078410 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 6 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
[pid=776138/tid=776173] ppid=776134 vsize=19108176 memory=16313588 CPUtime=0 cores=0,2
/proc/776138/task/776173/stat : 776173 (Finalizer) S 776134 776138 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151624561 19566772224 4078410 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
[pid=776138/tid=776180] ppid=776134 vsize=19108176 memory=5472 CPUtime=0 cores=0,2
/proc/776138/task/776180/stat : 776180 (Common-Cleaner) S 776134 776138 776098 0 -1 1077936192 1689 0 0 0 0 0 0 0 20 0 20 0 151624561 19566772224 4078410 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
[pid=776138/tid=776247] ppid=776134 vsize=19108176 memory=16313604 CPUtime=0 cores=0,2
/proc/776138/task/776247/stat : 776247 (Timer-0) S 776134 776138 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151625667 19566772224 4078410 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
Current children cumulated CPU time: 3435.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16313640 KiB

[startup+2382.31 s]
/proc/loadavg: 8.04 8.04 6.67 10/332 777849
/proc/meminfo: memFree=64185004/131524600 swapFree=131071996/131071996
[pid=776138] ppid=776134 vsize=19108176 memory=16313664 CPUtime=3551.59 cores=0,2
/proc/776138/stat : 776138 (java) S 776134 776138 776098 0 -1 1077936128 1135433 0 0 0 354429 730 0 0 20 0 20 0 151624558 19566772224 4078416 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
/proc/776138/statm: 4777044 4078416 5935 1 0 4091011 0
[pid=776138/tid=776141] ppid=776134 vsize=19108176 memory=16313588 CPUtime=1687.29 cores=0,2
/proc/776138/task/776141/stat : 776141 (java) S 776134 776138 776098 0 -1 1077936192 490871 0 0 0 168395 334 0 0 20 0 20 0 151624558 19566772224 4078416 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 6 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
[pid=776138/tid=776173] ppid=776134 vsize=19108176 memory=5472 CPUtime=0 cores=0,2
/proc/776138/task/776173/stat : 776173 (Finalizer) S 776134 776138 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151624561 19566772224 4078416 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
[pid=776138/tid=776180] ppid=776134 vsize=19108176 memory=16313588 CPUtime=0 cores=0,2
/proc/776138/task/776180/stat : 776180 (Common-Cleaner) S 776134 776138 776098 0 -1 1077936192 1739 0 0 0 0 0 0 0 20 0 20 0 151624561 19566772224 4078416 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
[pid=776138/tid=776247] ppid=776134 vsize=19108176 memory=16313664 CPUtime=0 cores=0,2
/proc/776138/task/776247/stat : 776247 (Timer-0) S 776134 776138 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151625667 19566772224 4078416 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
Current children cumulated CPU time: 3551.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16313664 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2407.3 s]
/proc/loadavg: 8.02 8.03 6.71 8/332 777855
/proc/meminfo: memFree=64184916/131524600 swapFree=131071996/131071996
[pid=776138] ppid=776134 vsize=19108176 memory=16313588 CPUtime=3600.04 cores=0,2
/proc/776138/stat : 776138 (java) S 776134 776138 776098 0 -1 1077936128 1136656 0 0 0 359274 730 0 0 20 0 20 0 151624558 19566772224 4078397 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
/proc/776138/statm: 4777044 4078397 5935 1 0 4091011 0
[pid=776138/tid=776141] ppid=776134 vsize=19108176 memory=16313588 CPUtime=1688.41 cores=0,2
/proc/776138/task/776141/stat : 776141 (java) S 776134 776138 776098 0 -1 1077936192 491044 0 0 0 168507 334 0 0 20 0 20 0 151624558 19566772224 4078397 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 6 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
[pid=776138/tid=776173] ppid=776134 vsize=19108176 memory=16313652 CPUtime=0 cores=0,2
/proc/776138/task/776173/stat : 776173 (Finalizer) S 776134 776138 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151624561 19566772224 4078397 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
[pid=776138/tid=776180] ppid=776134 vsize=19108176 memory=16313652 CPUtime=0 cores=0,2
/proc/776138/task/776180/stat : 776180 (Common-Cleaner) S 776134 776138 776098 0 -1 1077936192 1739 0 0 0 0 0 0 0 20 0 20 0 151624561 19566772224 4078397 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
[pid=776138/tid=776247] ppid=776134 vsize=19108176 memory=11588 CPUtime=0 cores=0,2
/proc/776138/task/776247/stat : 776247 (Timer-0) S 776134 776138 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151625667 19566772224 4078397 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16313588 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3596.76 s, system=7.35247 s

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

[startup+2408 s]*
/proc/loadavg: 8.02 8.03 6.71 9/332 777855
/proc/meminfo: memFree=64184912/131524600 swapFree=131071996/131071996
[pid=776138] ppid=776134 vsize=19108176 memory=16313588 CPUtime=3601.44 cores=0,2
/proc/776138/stat : 776138 (java) S 776134 776138 776098 0 -1 1077936128 1136662 0 0 0 359414 730 0 0 20 0 20 0 151624558 19566772224 4078397 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
/proc/776138/statm: 4777044 4078397 5935 1 0 4091011 0
[pid=776138/tid=776141] ppid=776134 vsize=19108176 memory=-8528806583362560700 CPUtime=1688.41 cores=0,2
/proc/776138/task/776141/stat : 776141 (java) S 776134 776138 776098 0 -1 1077936192 491044 0 0 0 168507 334 0 0 20 0 20 0 151624558 19566772224 4078397 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 6 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
[pid=776138/tid=776173] ppid=776134 vsize=19108176 memory=-8693842174836981401 CPUtime=0 cores=0,2
/proc/776138/task/776173/stat : 776173 (Finalizer) S 776134 776138 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151624561 19566772224 4078397 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
[pid=776138/tid=776180] ppid=776134 vsize=19108176 memory=193 CPUtime=0 cores=0,2
/proc/776138/task/776180/stat : 776180 (Common-Cleaner) S 776134 776138 776098 0 -1 1077936192 1739 0 0 0 0 0 0 0 20 0 20 0 151624561 19566772224 4078397 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
[pid=776138/tid=776247] ppid=776134 vsize=19108176 memory=6944656592455097440 CPUtime=0 cores=0,2
/proc/776138/task/776247/stat : 776247 (Timer-0) S 776134 776138 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151625667 19566772224 4078397 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
Current children cumulated CPU time: 3601.44 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16313588 KiB

[startup+2408.8 s]
/proc/loadavg: 8.02 8.03 6.71 9/332 777855
/proc/meminfo: memFree=64184912/131524600 swapFree=131071996/131071996
[pid=776138] ppid=776134 vsize=19108176 memory=16313588 CPUtime=3603.03 cores=0,2
/proc/776138/stat : 776138 (java) S 776134 776138 776098 0 -1 1077936128 1136662 0 0 0 359573 730 0 0 20 0 20 0 151624558 19566772224 4078397 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
/proc/776138/statm: 4777044 4078397 5935 1 0 4091011 0
[pid=776138/tid=776141] ppid=776134 vsize=19108176 memory=16313588 CPUtime=1688.41 cores=0,2
/proc/776138/task/776141/stat : 776141 (java) S 776134 776138 776098 0 -1 1077936192 491044 0 0 0 168507 334 0 0 20 0 20 0 151624558 19566772224 4078397 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 6 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
[pid=776138/tid=776173] ppid=776134 vsize=19108176 memory=38888 CPUtime=0 cores=0,2
/proc/776138/task/776173/stat : 776173 (Finalizer) S 776134 776138 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151624561 19566772224 4078397 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
[pid=776138/tid=776180] ppid=776134 vsize=19108176 memory=13184 CPUtime=0 cores=0,2
/proc/776138/task/776180/stat : 776180 (Common-Cleaner) S 776134 776138 776098 0 -1 1077936192 1739 0 0 0 0 0 0 0 20 0 20 0 151624561 19566772224 4078397 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
[pid=776138/tid=776247] ppid=776134 vsize=19108176 memory=5472 CPUtime=0 cores=0,2
/proc/776138/task/776247/stat : 776247 (Timer-0) S 776134 776138 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151625667 19566772224 4078397 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
Current children cumulated CPU time: 3603.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16313588 KiB

[startup+2409.21 s]
/proc/loadavg: 7.94 8.02 6.71 10/332 777855
/proc/meminfo: memFree=64184968/131524600 swapFree=131071996/131071996
[pid=776138] ppid=776134 vsize=19108176 memory=16313588 CPUtime=3603.83 cores=0,2
/proc/776138/stat : 776138 (java) S 776134 776138 776098 0 -1 1077936128 1136662 0 0 0 359653 730 0 0 20 0 20 0 151624558 19566772224 4078397 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
/proc/776138/statm: 4777044 4078397 5935 1 0 4091011 0
[pid=776138/tid=776141] ppid=776134 vsize=19108176 memory=4704 CPUtime=1688.41 cores=0,2
/proc/776138/task/776141/stat : 776141 (java) S 776134 776138 776098 0 -1 1077936192 491044 0 0 0 168507 334 0 0 20 0 20 0 151624558 19566772224 4078397 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 6 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
[pid=776138/tid=776173] ppid=776134 vsize=19108176 memory=4916 CPUtime=0 cores=0,2
/proc/776138/task/776173/stat : 776173 (Finalizer) S 776134 776138 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151624561 19566772224 4078397 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
[pid=776138/tid=776180] ppid=776134 vsize=19108176 memory=16308712 CPUtime=0 cores=0,2
/proc/776138/task/776180/stat : 776180 (Common-Cleaner) S 776134 776138 776098 0 -1 1077936192 1739 0 0 0 0 0 0 0 20 0 20 0 151624561 19566772224 4078397 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
[pid=776138/tid=776247] ppid=776134 vsize=19108176 memory=16316284 CPUtime=0 cores=0,2
/proc/776138/task/776247/stat : 776247 (Timer-0) S 776134 776138 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151625667 19566772224 4078397 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
Current children cumulated CPU time: 3603.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16313588 KiB

[startup+2409.31 s]
/proc/loadavg: 7.94 8.02 6.71 10/332 777855
/proc/meminfo: memFree=64184968/131524600 swapFree=131071996/131071996
[pid=776138] ppid=776134 vsize=19108176 memory=16313588 CPUtime=3604.03 cores=0,2
/proc/776138/stat : 776138 (java) S 776134 776138 776098 0 -1 1077936128 1136662 0 0 0 359673 730 0 0 20 0 20 0 151624558 19566772224 4078397 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
/proc/776138/statm: 4777044 4078397 5935 1 0 4091011 0
[pid=776138/tid=776141] ppid=776134 vsize=19108176 memory=16313588 CPUtime=1688.41 cores=0,2
/proc/776138/task/776141/stat : 776141 (java) S 776134 776138 776098 0 -1 1077936192 491044 0 0 0 168507 334 0 0 20 0 20 0 151624558 19566772224 4078397 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 6 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
[pid=776138/tid=776173] ppid=776134 vsize=19108176 memory=16313652 CPUtime=0 cores=0,2
/proc/776138/task/776173/stat : 776173 (Finalizer) S 776134 776138 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151624561 19566772224 4078397 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
[pid=776138/tid=776180] ppid=776134 vsize=19108176 memory=16313652 CPUtime=0 cores=0,2
/proc/776138/task/776180/stat : 776180 (Common-Cleaner) S 776134 776138 776098 0 -1 1077936192 1739 0 0 0 0 0 0 0 20 0 20 0 151624561 19566772224 4078397 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
[pid=776138/tid=776247] ppid=776134 vsize=19108176 memory=11588 CPUtime=0 cores=0,2
/proc/776138/task/776247/stat : 776247 (Timer-0) S 776134 776138 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151625667 19566772224 4078397 134679101440 94605359337472 94605359341168 140722743372048 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94605359348984 94605359349776 94605361651712 140722743378928 140722743379041 140722743379041 140722743386056 0
Current children cumulated CPU time: 3604.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16313588 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 2409.36
CPU time (s): 3604.11
CPU user time (s): 3596.76
CPU system time (s): 7.35247
CPU usage (%): 149.588
Max. virtual memory (cumulated for all children) (KiB): 19112280
Max. memory (cumulated for all children) (KiB): 16313672

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.76
system time used= 7.35247
maximum resident set size= 16314216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1136667
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 83336
involuntary context switches= 77140


# summary of solver processes directly reported to runsolver:
#   pid: 776138
#   total CPU time (s): 3604.11
#   total CPU user time (s): 3596.76
#   total CPU system time (s): 7.35247

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.5378 second user time and 11.4744 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= e06e3866d9960a7084ad077c8fb9619e
RANDOM SEED=1610764465

nodeC035.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		: 3662.759
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.65
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		: 3687.688
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.79
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		: 3626.504
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.65
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		: 3601.491
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.79
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		: 3605.323
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.65
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		: 3686.724
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.79
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		: 3651.735
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.65
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		: 3599.946
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        129453432 kB
MemAvailable:   129738760 kB
Buffers:          332364 kB
Cached:           795772 kB
SwapCached:            0 kB
Active:           531044 kB
Inactive:         966236 kB
Active(anon):       1448 kB
Inactive(anon):   405440 kB
Active(file):     529596 kB
Inactive(file):   560796 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             58972 kB
Writeback:             0 kB
AnonPages:        369348 kB
Mapped:           102568 kB
Shmem:             37720 kB
KReclaimable:      69516 kB
Slab:             169348 kB
SReclaimable:      69516 kB
SUnreclaim:        99832 kB
KernelStack:        3888 kB
PageTables:         9608 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     565004 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            59552 kB
HardwareCorrupted:     0 kB
AnonHugePages:    237568 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:      174804 kB
DirectMap2M:     7987200 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 890012 MiB
End job on nodeC035 at 2024-07-15 00:42:39