Trace number 4427434

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.2 2439.86

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_1.opb.PB06.opb
MD5SUMa599905096c946af5176c07959aa4b57
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 benchmark225
Best CPU time to get the best result obtained on this benchmark3558.15
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 488873
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 488873
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-4427434-1720994537.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  objective function found
12.20/11.07	c ... done. Wall clock time 10.921s.
12.20/11.07	c declared #vars     10000
12.20/11.07	c #constraints  656900
12.20/11.07	c constraints type 
12.20/11.07	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
12.20/11.07	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
12.20/11.07	c 656900 constraints processed.
12.20/11.09	c objective function length is 10000 literals
20.43/17.92	c cleaning 0 clauses out of 5000 with flag 0/5000
26.14/23.35	c cleaning 0 clauses out of 11000 with flag 0/11000
35.32/32.15	c cleaning 0 clauses out of 18002 with flag 0/18002
44.98/41.58	c cleaning 0 clauses out of 26000 with flag 0/26000
58.50/54.65	c cleaning 0 clauses out of 35001 with flag 0/35001
74.15/69.77	c cleaning 0 clauses out of 45002 with flag 0/45002
95.51/90.78	c cleaning 0 clauses out of 56000 with flag 0/56000
115.94/110.68	c cleaning 0 clauses out of 68001 with flag 0/68001
144.19/138.46	c cleaning 0 clauses out of 81001 with flag 0/81001
178.11/171.81	c cleaning 0 clauses out of 95000 with flag 0/95000
220.40/213.49	c cleaning 0 clauses out of 110002 with flag 0/110002
262.59/254.95	c cleaning 0 clauses out of 126001 with flag 0/126001
323.18/301.40	c cleaning 0 clauses out of 143001 with flag 0/143001
389.35/358.93	c cleaning 0 clauses out of 161000 with flag 0/161000
467.31/427.18	c cleaning 0 clauses out of 180002 with flag 0/180002
541.64/491.48	c cleaning 0 clauses out of 200001 with flag 0/200001
622.24/560.86	c cleaning 0 clauses out of 221000 with flag 0/221000
741.24/665.99	c cleaning 0 clauses out of 243000 with flag 0/243000
873.79/772.51	c cleaning 0 clauses out of 266002 with flag 0/266002
976.13/859.74	c cleaning 0 clauses out of 290000 with flag 0/290000
1047.16/913.63	c cleaning 0 clauses out of 315000 with flag 0/315000
1146.86/995.12	c cleaning 0 clauses out of 341000 with flag 0/341000
1265.66/1077.77	c cleaning 0 clauses out of 368000 with flag 0/368000
1402.92/1190.61	c cleaning 0 clauses out of 396000 with flag 0/396000
1625.11/1368.06	c cleaning 0 clauses out of 425000 with flag 0/425000
1819.31/1487.92	c cleaning 0 clauses out of 455002 with flag 0/455002
2009.75/1598.13	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 (62962 MiB free)
  memory of node 1: 64473 MiB (63344 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.100353 s]*
/proc/loadavg: 0.22 0.14 0.10 11/326 776240
/proc/meminfo: memFree=129252864/131524600 swapFree=131071996/131071996
[pid=776222] ppid=776219 vsize=18975048 memory=64876 CPUtime=0.13 cores=4,6
/proc/776222/stat : 776222 (java) S 776219 776222 776098 0 -1 1077936128 7134 0 0 0 11 2 0 0 20 0 18 0 151624567 19430449152 16219 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
/proc/776222/statm: 4743762 16219 5676 1 0 549365 0
[pid=776222/tid=776224] ppid=776219 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=4,6
/proc/776222/task/776224/stat : 776224 (java) R 776219 776222 776098 0 -1 4194368 5701 0 0 0 7 2 0 0 20 0 18 0 151624568 19430449152 16219 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
[pid=776222/tid=776233] ppid=776219 vsize=18975048 memory=237146210664 CPUtime=0 cores=4,6
/proc/776222/task/776233/stat : 776233 (Finalizer) S 776219 776222 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151624571 19430449152 16219 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
[pid=776222/tid=776240] ppid=776219 vsize=18975048 memory=14971178779437607 CPUtime=0 cores=4,6
/proc/776222/task/776240/stat : 776240 (Common-Cleaner) S 776219 776222 776098 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151624571 19430449152 16219 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64876 KiB

[startup+0.20572 s]*
/proc/loadavg: 0.22 0.14 0.10 15/328 776242
/proc/meminfo: memFree=128969760/131524600 swapFree=131071996/131071996
[pid=776222] ppid=776219 vsize=18975048 memory=91748 CPUtime=0.33 cores=4,6
/proc/776222/stat : 776222 (java) S 776219 776222 776098 0 -1 1077936128 7629 0 0 0 30 3 0 0 20 0 18 0 151624567 19430449152 22937 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
/proc/776222/statm: 4743762 22937 5837 1 0 549683 0
[pid=776222/tid=776224] ppid=776219 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=4,6
/proc/776222/task/776224/stat : 776224 (java) R 776219 776222 776098 0 -1 4194368 5952 0 0 0 17 2 0 0 20 0 18 0 151624568 19430449152 22937 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
[pid=776222/tid=776233] ppid=776219 vsize=18975048 memory=15997 CPUtime=0 cores=4,6
/proc/776222/task/776233/stat : 776233 (Finalizer) S 776219 776222 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151624571 19430449152 22937 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
[pid=776222/tid=776240] ppid=776219 vsize=18975048 memory=14689703802701563 CPUtime=0 cores=4,6
/proc/776222/task/776240/stat : 776240 (Common-Cleaner) S 776219 776222 776098 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151624571 19430449152 22937 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 91748 KiB

[startup+0.306062 s]*
/proc/loadavg: 0.22 0.14 0.10 11/330 776244
/proc/meminfo: memFree=128815524/131524600 swapFree=131071996/131071996
[pid=776222] ppid=776219 vsize=19041612 memory=167760 CPUtime=0.52 cores=4,6
/proc/776222/stat : 776222 (java) S 776219 776222 776098 0 -1 1077936128 9218 0 0 0 48 4 0 0 20 0 19 0 151624567 19498610688 41940 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
/proc/776222/statm: 4760403 41940 5852 1 0 550897 0
[pid=776222/tid=776224] ppid=776219 vsize=19041612 memory=-8528806583362560700 CPUtime=0.28 cores=4,6
/proc/776222/task/776224/stat : 776224 (java) S 776219 776222 776098 0 -1 1077936192 5996 0 0 0 25 3 0 0 20 0 19 0 151624568 19498610688 41940 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
[pid=776222/tid=776233] ppid=776219 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/776222/task/776233/stat : 776233 (Finalizer) S 776219 776222 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151624571 19498610688 41940 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
[pid=776222/tid=776240] ppid=776219 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/776222/task/776240/stat : 776240 (Common-Cleaner) S 776219 776222 776098 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151624571 19498610688 41940 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 167760 KiB

[startup+0.701173 s]
/proc/loadavg: 0.22 0.14 0.10 11/330 776244
/proc/meminfo: memFree=126883292/131524600 swapFree=131071996/131071996
[pid=776222] ppid=776219 vsize=19041612 memory=1007576 CPUtime=1.25 cores=4,6
/proc/776222/stat : 776222 (java) S 776219 776222 776098 0 -1 1077936128 15388 0 0 0 104 21 0 0 20 0 19 0 151624567 19498610688 251894 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
/proc/776222/statm: 4760403 251894 5868 1 0 553381 0
[pid=776222/tid=776224] ppid=776219 vsize=19041612 memory=5472 CPUtime=0.65 cores=4,6
/proc/776222/task/776224/stat : 776224 (java) R 776219 776222 776098 0 -1 4194368 6395 0 0 0 46 19 0 0 20 0 19 0 151624568 19498610688 251894 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
[pid=776222/tid=776233] ppid=776219 vsize=19041612 memory=13184 CPUtime=0 cores=4,6
/proc/776222/task/776233/stat : 776233 (Finalizer) S 776219 776222 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151624571 19498610688 251894 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
[pid=776222/tid=776240] ppid=776219 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/776222/task/776240/stat : 776240 (Common-Cleaner) S 776219 776222 776098 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151624571 19498610688 251894 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1007576 KiB

[startup+1.50119 s]
/proc/loadavg: 0.22 0.14 0.10 11/330 776244
/proc/meminfo: memFree=121743672/131524600 swapFree=131071996/131071996
[pid=776222] ppid=776219 vsize=19041612 memory=3276852 CPUtime=2.45 cores=4,6
/proc/776222/stat : 776222 (java) S 776219 776222 776098 0 -1 1077936128 22737 0 0 0 179 66 0 0 20 0 19 0 151624567 19498610688 819213 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
/proc/776222/statm: 4760403 819213 5868 1 0 1083275 0
[pid=776222/tid=776224] ppid=776219 vsize=19041612 memory=13184 CPUtime=1.42 cores=4,6
/proc/776222/task/776224/stat : 776224 (java) R 776219 776222 776098 0 -1 4194368 7494 0 0 0 80 62 0 0 20 0 19 0 151624568 19498610688 819213 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
[pid=776222/tid=776233] ppid=776219 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/776222/task/776233/stat : 776233 (Finalizer) S 776219 776222 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151624571 19498610688 819213 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
[pid=776222/tid=776240] ppid=776219 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/776222/task/776240/stat : 776240 (Common-Cleaner) S 776219 776222 776098 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151624571 19498610688 819213 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3276852 KiB

[startup+3.10619 s]
/proc/loadavg: 0.52 0.20 0.12 5/330 776246
/proc/meminfo: memFree=117399476/131524600 swapFree=131071996/131071996
[pid=776222] ppid=776219 vsize=19041612 memory=3393852 CPUtime=4.1 cores=4,6
/proc/776222/stat : 776222 (java) S 776219 776222 776098 0 -1 1077936128 22852 0 0 0 340 70 0 0 20 0 19 0 151624567 19498610688 848463 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
/proc/776222/statm: 4760403 848463 5868 1 0 1083295 0
[pid=776222/tid=776224] ppid=776219 vsize=19041612 memory=0 CPUtime=2.96 cores=4,6
/proc/776222/task/776224/stat : 776224 (java) R 776219 776222 776098 0 -1 4194368 7554 0 0 0 231 65 0 0 20 0 19 0 151624568 19498610688 848463 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
[pid=776222/tid=776233] ppid=776219 vsize=19041612 memory=13184 CPUtime=0 cores=4,6
/proc/776222/task/776233/stat : 776233 (Finalizer) S 776219 776222 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151624571 19498610688 848463 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
[pid=776222/tid=776240] ppid=776219 vsize=19041612 memory=3393852 CPUtime=0 cores=4,6
/proc/776222/task/776240/stat : 776240 (Common-Cleaner) S 776219 776222 776098 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151624571 19498610688 848463 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
Current children cumulated CPU time: 4.1 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3393852 KiB

[startup+6.30119 s]
/proc/loadavg: 0.52 0.20 0.12 5/330 776246
/proc/meminfo: memFree=116312856/131524600 swapFree=131071996/131071996
[pid=776222] ppid=776219 vsize=19041612 memory=3386352 CPUtime=7.36 cores=4,6
/proc/776222/stat : 776222 (java) S 776219 776222 776098 0 -1 1077936128 23109 0 0 0 665 71 0 0 20 0 19 0 151624567 19498610688 846588 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
/proc/776222/statm: 4760403 846588 5868 1 0 1083295 0
[pid=776222/tid=776224] ppid=776219 vsize=19041612 memory=0 CPUtime=6 cores=4,6
/proc/776222/task/776224/stat : 776224 (java) R 776219 776222 776098 0 -1 4194368 7771 0 0 0 535 65 0 0 20 0 19 0 151624568 19498610688 846588 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
[pid=776222/tid=776233] ppid=776219 vsize=19041612 memory=3393588 CPUtime=0 cores=4,6
/proc/776222/task/776233/stat : 776233 (Finalizer) S 776219 776222 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151624571 19498610688 846588 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
[pid=776222/tid=776240] ppid=776219 vsize=19041612 memory=228489167166 CPUtime=0 cores=4,6
/proc/776222/task/776240/stat : 776240 (Common-Cleaner) S 776219 776222 776098 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151624571 19498610688 846588 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
Current children cumulated CPU time: 7.36 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3386352 KiB

[startup+12.7012 s]
/proc/loadavg: 0.88 0.29 0.15 6/334 776251
/proc/meminfo: memFree=112452776/131524600 swapFree=131071996/131071996
[pid=776222] ppid=776219 vsize=19108176 memory=4354320 CPUtime=14.79 cores=4,6
/proc/776222/stat : 776222 (java) S 776219 776222 776098 0 -1 1077936128 29619 0 0 0 1388 91 0 0 20 0 20 0 151624567 19566772224 1088580 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
/proc/776222/statm: 4777044 1088580 5922 1 0 1322274 0
[pid=776222/tid=776224] ppid=776219 vsize=19108176 memory=4353860 CPUtime=11.93 cores=4,6
/proc/776222/task/776224/stat : 776224 (java) R 776219 776222 776098 0 -1 4194368 8677 0 0 0 1108 85 0 0 20 0 20 0 151624568 19566772224 1088580 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
[pid=776222/tid=776233] ppid=776219 vsize=19108176 memory=4329112 CPUtime=0 cores=4,6
/proc/776222/task/776233/stat : 776233 (Finalizer) S 776219 776222 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151624571 19566772224 1088580 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
[pid=776222/tid=776240] ppid=776219 vsize=19108176 memory=14130043794228969 CPUtime=0 cores=4,6
/proc/776222/task/776240/stat : 776240 (Common-Cleaner) S 776219 776222 776098 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151624571 19566772224 1088580 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
[pid=776222/tid=776249] ppid=776219 vsize=19108176 memory=3380208 CPUtime=0 cores=4,6
/proc/776222/task/776249/stat : 776249 (Timer-0) S 776219 776222 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151625678 19566772224 1088580 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
Current children cumulated CPU time: 14.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4354320 KiB

[startup+25.5012 s]
/proc/loadavg: 1.57 0.47 0.21 5/334 776253
/proc/meminfo: memFree=112455960/131524600 swapFree=131071996/131071996
[pid=776222] ppid=776219 vsize=19108176 memory=4385240 CPUtime=28.35 cores=4,6
/proc/776222/stat : 776222 (java) S 776219 776222 776098 0 -1 1077936128 37591 0 0 0 2741 94 0 0 20 0 20 0 151624567 19566772224 1096310 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
/proc/776222/statm: 4777044 1096310 5922 1 0 1322311 0
[pid=776222/tid=776224] ppid=776219 vsize=19108176 memory=4352472 CPUtime=24.31 cores=4,6
/proc/776222/task/776224/stat : 776224 (java) S 776219 776222 776098 0 -1 1077936192 11082 0 0 0 2346 85 0 0 20 0 20 0 151624568 19566772224 1096310 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
[pid=776222/tid=776233] ppid=776219 vsize=19108176 memory=-8528806583362560700 CPUtime=0 cores=4,6
/proc/776222/task/776233/stat : 776233 (Finalizer) S 776219 776222 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151624571 19566772224 1096310 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
[pid=776222/tid=776240] ppid=776219 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/776222/task/776240/stat : 776240 (Common-Cleaner) S 776219 776222 776098 0 -1 1077936192 63 0 0 0 0 0 0 0 20 0 20 0 151624571 19566772224 1096310 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
[pid=776222/tid=776249] ppid=776219 vsize=19108176 memory=38480 CPUtime=0 cores=4,6
/proc/776222/task/776249/stat : 776249 (Timer-0) S 776219 776222 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151625678 19566772224 1096310 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
Current children cumulated CPU time: 28.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4385240 KiB

[startup+51.1058 s]
/proc/loadavg: 2.53 0.79 0.32 5/334 776256
/proc/meminfo: memFree=105890392/131524600 swapFree=131071996/131071996
[pid=776222] ppid=776219 vsize=19108176 memory=5537596 CPUtime=55.02 cores=4,6
/proc/776222/stat : 776222 (java) S 776219 776222 776098 0 -1 1077936128 43453 0 0 0 5385 117 0 0 20 0 20 0 151624567 19566772224 1384399 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
/proc/776222/statm: 4777044 1384399 5938 1 0 1433024 0
[pid=776222/tid=776224] ppid=776219 vsize=19108176 memory=11588 CPUtime=48.48 cores=4,6
/proc/776222/task/776224/stat : 776224 (java) R 776219 776222 776098 0 -1 4194368 14165 0 0 0 4754 94 0 0 20 0 20 0 151624568 19566772224 1384399 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
[pid=776222/tid=776233] ppid=776219 vsize=19108176 memory=4354320 CPUtime=0 cores=4,6
/proc/776222/task/776233/stat : 776233 (Finalizer) S 776219 776222 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151624571 19566772224 1384399 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
[pid=776222/tid=776240] ppid=776219 vsize=19108176 memory=11588 CPUtime=0 cores=4,6
/proc/776222/task/776240/stat : 776240 (Common-Cleaner) S 776219 776222 776098 0 -1 1077936192 63 0 0 0 0 0 0 0 20 0 20 0 151624571 19566772224 1384399 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
[pid=776222/tid=776249] ppid=776219 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/776222/task/776249/stat : 776249 (Timer-0) S 776219 776222 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151625678 19566772224 1384399 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
Current children cumulated CPU time: 55.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5537596 KiB


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

/proc/776222/stat : 776222 (java) S 776219 776222 776098 0 -1 1077936128 987224 0 0 0 325459 675 0 0 20 0 20 0 151624567 19566772224 4078341 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
/proc/776222/statm: 4777044 4078341 5981 1 0 4090976 0
[pid=776222/tid=776224] ppid=776219 vsize=19108176 memory=16313404 CPUtime=1671.58 cores=4,6
/proc/776222/task/776224/stat : 776224 (java) S 776219 776222 776098 0 -1 1077936192 486012 0 0 0 166821 337 0 0 20 0 20 0 151624568 19566772224 4078341 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 4 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
[pid=776222/tid=776233] ppid=776219 vsize=19108176 memory=16313404 CPUtime=0 cores=4,6
/proc/776222/task/776233/stat : 776233 (Finalizer) S 776219 776222 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151624571 19566772224 4078341 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
[pid=776222/tid=776240] ppid=776219 vsize=19108176 memory=38888 CPUtime=0 cores=4,6
/proc/776222/task/776240/stat : 776240 (Common-Cleaner) S 776219 776222 776098 0 -1 1077936192 1681 0 0 0 0 0 0 0 20 0 20 0 151624571 19566772224 4078341 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
[pid=776222/tid=776249] ppid=776219 vsize=19108176 memory=11588 CPUtime=0 cores=4,6
/proc/776222/task/776249/stat : 776249 (Timer-0) S 776219 776222 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151625678 19566772224 4078341 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
Current children cumulated CPU time: 3261.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16313364 KiB

[startup+2322.3 s]
/proc/loadavg: 8.07 8.03 6.57 9/332 777839
/proc/meminfo: memFree=64185976/131524600 swapFree=131071996/131071996
[pid=776222] ppid=776219 vsize=19108176 memory=16313464 CPUtime=3377.02 cores=4,6
/proc/776222/stat : 776222 (java) S 776219 776222 776098 0 -1 1077936128 989246 0 0 0 337026 676 0 0 20 0 20 0 151624567 19566772224 4078366 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
/proc/776222/statm: 4777044 4078366 5981 1 0 4090979 0
[pid=776222/tid=776224] ppid=776219 vsize=19108176 memory=-8528806583362560700 CPUtime=1674.89 cores=4,6
/proc/776222/task/776224/stat : 776224 (java) S 776219 776222 776098 0 -1 1077936192 486141 0 0 0 167152 337 0 0 20 0 20 0 151624568 19566772224 4078366 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 4 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
[pid=776222/tid=776233] ppid=776219 vsize=19108176 memory=1928 CPUtime=0 cores=4,6
/proc/776222/task/776233/stat : 776233 (Finalizer) S 776219 776222 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151624571 19566772224 4078366 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
[pid=776222/tid=776240] ppid=776219 vsize=19108176 memory=16313464 CPUtime=0 cores=4,6
/proc/776222/task/776240/stat : 776240 (Common-Cleaner) S 776219 776222 776098 0 -1 1077936192 1681 0 0 0 0 0 0 0 20 0 20 0 151624571 19566772224 4078366 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
[pid=776222/tid=776249] ppid=776219 vsize=19108176 memory=13184 CPUtime=0 cores=4,6
/proc/776222/task/776249/stat : 776249 (Timer-0) S 776219 776222 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151625678 19566772224 4078366 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
Current children cumulated CPU time: 3377.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16313464 KiB

[startup+2382.3 s]
/proc/loadavg: 8.04 8.04 6.67 9/332 777849
/proc/meminfo: memFree=64185004/131524600 swapFree=131071996/131071996
[pid=776222] ppid=776219 vsize=19108176 memory=16313412 CPUtime=3493.01 cores=4,6
/proc/776222/stat : 776222 (java) S 776219 776222 776098 0 -1 1077936128 991315 0 0 0 348624 677 0 0 20 0 20 0 151624567 19566772224 4078353 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
/proc/776222/statm: 4777044 4078353 5981 1 0 4090979 0
[pid=776222/tid=776224] ppid=776219 vsize=19108176 memory=13184 CPUtime=1677.86 cores=4,6
/proc/776222/task/776224/stat : 776224 (java) S 776219 776222 776098 0 -1 1077936192 486354 0 0 0 167449 337 0 0 20 0 20 0 151624568 19566772224 4078353 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 4 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
[pid=776222/tid=776233] ppid=776219 vsize=19108176 memory=11588 CPUtime=0 cores=4,6
/proc/776222/task/776233/stat : 776233 (Finalizer) S 776219 776222 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151624571 19566772224 4078353 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
[pid=776222/tid=776240] ppid=776219 vsize=19108176 memory=16313440 CPUtime=0 cores=4,6
/proc/776222/task/776240/stat : 776240 (Common-Cleaner) S 776219 776222 776098 0 -1 1077936192 1681 0 0 0 0 0 0 0 20 0 20 0 151624571 19566772224 4078353 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
[pid=776222/tid=776249] ppid=776219 vsize=19108176 memory=16313440 CPUtime=0 cores=4,6
/proc/776222/task/776249/stat : 776249 (Timer-0) S 776219 776222 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151625678 19566772224 4078353 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
Current children cumulated CPU time: 3493.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16313412 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2437.8 s]
/proc/loadavg: 7.60 7.93 6.72 7/333 777990
/proc/meminfo: memFree=94182228/131524600 swapFree=131071996/131071996
[pid=776222] ppid=776219 vsize=19108176 memory=16313420 CPUtime=3600.14 cores=4,6
/proc/776222/stat : 776222 (java) S 776219 776222 776098 0 -1 1077936128 993277 0 0 0 359336 678 0 0 20 0 20 0 151624567 19566772224 4078355 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
/proc/776222/statm: 4777044 4078355 5981 1 0 4090979 0
[pid=776222/tid=776224] ppid=776219 vsize=19108176 memory=19640 CPUtime=1680.74 cores=4,6
/proc/776222/task/776224/stat : 776224 (java) S 776219 776222 776098 0 -1 1077936192 486370 0 0 0 167737 337 0 0 20 0 20 0 151624568 19566772224 4078355 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 4 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
[pid=776222/tid=776233] ppid=776219 vsize=19108176 memory=5516 CPUtime=0 cores=4,6
/proc/776222/task/776233/stat : 776233 (Finalizer) S 776219 776222 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151624571 19566772224 4078355 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
[pid=776222/tid=776240] ppid=776219 vsize=19108176 memory=39888 CPUtime=0 cores=4,6
/proc/776222/task/776240/stat : 776240 (Common-Cleaner) S 776219 776222 776098 0 -1 1077936192 1681 0 0 0 0 0 0 0 20 0 20 0 151624571 19566772224 4078355 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
[pid=776222/tid=776249] ppid=776219 vsize=19108176 memory=13184 CPUtime=0 cores=4,6
/proc/776222/task/776249/stat : 776249 (Timer-0) S 776219 776222 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151625678 19566772224 4078355 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
Current children cumulated CPU time: 3600.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16313420 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3597.37 s, system=6.82889 s

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

[startup+2438.4 s]
/proc/loadavg: 7.60 7.93 6.72 7/333 777990
/proc/meminfo: memFree=94018080/131524600 swapFree=131071996/131071996
[pid=776222] ppid=776219 vsize=19108176 memory=16313420 CPUtime=3601.33 cores=4,6
/proc/776222/stat : 776222 (java) S 776219 776222 776098 0 -1 1077936128 993286 0 0 0 359455 678 0 0 20 0 20 0 151624567 19566772224 4078355 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
/proc/776222/statm: 4777044 4078355 5981 1 0 4090979 0
[pid=776222/tid=776224] ppid=776219 vsize=19108176 memory=38888 CPUtime=1680.74 cores=4,6
/proc/776222/task/776224/stat : 776224 (java) S 776219 776222 776098 0 -1 1077936192 486370 0 0 0 167737 337 0 0 20 0 20 0 151624568 19566772224 4078355 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 4 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
[pid=776222/tid=776233] ppid=776219 vsize=19108176 memory=11588 CPUtime=0 cores=4,6
/proc/776222/task/776233/stat : 776233 (Finalizer) S 776219 776222 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151624571 19566772224 4078355 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
[pid=776222/tid=776240] ppid=776219 vsize=19108176 memory=16313484 CPUtime=0 cores=4,6
/proc/776222/task/776240/stat : 776240 (Common-Cleaner) S 776219 776222 776098 0 -1 1077936192 1681 0 0 0 0 0 0 0 20 0 20 0 151624571 19566772224 4078355 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
[pid=776222/tid=776249] ppid=776219 vsize=19108176 memory=-9044459746194447340 CPUtime=0 cores=4,6
/proc/776222/task/776249/stat : 776249 (Timer-0) S 776219 776222 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151625678 19566772224 4078355 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
Current children cumulated CPU time: 3601.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16313420 KiB

[startup+2439.2 s]
/proc/loadavg: 7.47 7.90 6.71 7/333 777990
/proc/meminfo: memFree=93684628/131524600 swapFree=131071996/131071996
[pid=776222] ppid=776219 vsize=19108176 memory=16313420 CPUtime=3602.92 cores=4,6
/proc/776222/stat : 776222 (java) S 776219 776222 776098 0 -1 1077936128 993286 0 0 0 359614 678 0 0 20 0 20 0 151624567 19566772224 4078355 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
/proc/776222/statm: 4777044 4078355 5981 1 0 4090979 0
[pid=776222/tid=776224] ppid=776219 vsize=19108176 memory=11588 CPUtime=1680.74 cores=4,6
/proc/776222/task/776224/stat : 776224 (java) S 776219 776222 776098 0 -1 1077936192 486370 0 0 0 167737 337 0 0 20 0 20 0 151624568 19566772224 4078355 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 4 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
[pid=776222/tid=776233] ppid=776219 vsize=19108176 memory=16313484 CPUtime=0 cores=4,6
/proc/776222/task/776233/stat : 776233 (Finalizer) S 776219 776222 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151624571 19566772224 4078355 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
[pid=776222/tid=776240] ppid=776219 vsize=19108176 memory=5516 CPUtime=0 cores=4,6
/proc/776222/task/776240/stat : 776240 (Common-Cleaner) S 776219 776222 776098 0 -1 1077936192 1681 0 0 0 0 0 0 0 20 0 20 0 151624571 19566772224 4078355 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
[pid=776222/tid=776249] ppid=776219 vsize=19108176 memory=-8528806583362560700 CPUtime=0 cores=4,6
/proc/776222/task/776249/stat : 776249 (Timer-0) S 776219 776222 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151625678 19566772224 4078355 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
Current children cumulated CPU time: 3602.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16313420 KiB

[startup+2439.6 s]
/proc/loadavg: 7.47 7.90 6.71 7/333 777990
/proc/meminfo: memFree=93684628/131524600 swapFree=131071996/131071996
[pid=776222] ppid=776219 vsize=19108176 memory=16313420 CPUtime=3603.72 cores=4,6
/proc/776222/stat : 776222 (java) S 776219 776222 776098 0 -1 1077936128 993286 0 0 0 359694 678 0 0 20 0 20 0 151624567 19566772224 4078355 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
/proc/776222/statm: 4777044 4078355 5981 1 0 4090979 0
[pid=776222/tid=776224] ppid=776219 vsize=19108176 memory=38888 CPUtime=1680.74 cores=4,6
/proc/776222/task/776224/stat : 776224 (java) S 776219 776222 776098 0 -1 1077936192 486370 0 0 0 167737 337 0 0 20 0 20 0 151624568 19566772224 4078355 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 4 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
[pid=776222/tid=776233] ppid=776219 vsize=19108176 memory=13184 CPUtime=0 cores=4,6
/proc/776222/task/776233/stat : 776233 (Finalizer) S 776219 776222 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151624571 19566772224 4078355 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
[pid=776222/tid=776240] ppid=776219 vsize=19108176 memory=-8528806583362560700 CPUtime=0 cores=4,6
/proc/776222/task/776240/stat : 776240 (Common-Cleaner) S 776219 776222 776098 0 -1 1077936192 1681 0 0 0 0 0 0 0 20 0 20 0 151624571 19566772224 4078355 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
[pid=776222/tid=776249] ppid=776219 vsize=19108176 memory=1928 CPUtime=0 cores=4,6
/proc/776222/task/776249/stat : 776249 (Timer-0) S 776219 776222 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151625678 19566772224 4078355 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
Current children cumulated CPU time: 3603.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16313420 KiB

[startup+2439.8 s]
/proc/loadavg: 7.47 7.90 6.71 7/333 777990
/proc/meminfo: memFree=93684628/131524600 swapFree=131071996/131071996
[pid=776222] ppid=776219 vsize=19108176 memory=16313420 CPUtime=3604.12 cores=4,6
/proc/776222/stat : 776222 (java) S 776219 776222 776098 0 -1 1077936128 993286 0 0 0 359734 678 0 0 20 0 20 0 151624567 19566772224 4078355 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
/proc/776222/statm: 4777044 4078355 5981 1 0 4090979 0
[pid=776222/tid=776224] ppid=776219 vsize=19108176 memory=32812 CPUtime=1680.74 cores=4,6
/proc/776222/task/776224/stat : 776224 (java) S 776219 776222 776098 0 -1 1077936192 486370 0 0 0 167737 337 0 0 20 0 20 0 151624568 19566772224 4078355 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 4 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
[pid=776222/tid=776233] ppid=776219 vsize=19108176 memory=19640 CPUtime=0 cores=4,6
/proc/776222/task/776233/stat : 776233 (Finalizer) S 776219 776222 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151624571 19566772224 4078355 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
[pid=776222/tid=776240] ppid=776219 vsize=19108176 memory=5516 CPUtime=0 cores=4,6
/proc/776222/task/776240/stat : 776240 (Common-Cleaner) S 776219 776222 776098 0 -1 1077936192 1681 0 0 0 0 0 0 0 20 0 20 0 151624571 19566772224 4078355 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
[pid=776222/tid=776249] ppid=776219 vsize=19108176 memory=28428 CPUtime=0 cores=4,6
/proc/776222/task/776249/stat : 776249 (Timer-0) S 776219 776222 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151625678 19566772224 4078355 134679101440 94324210929664 94324210933360 140728032364064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94324210941176 94324210941968 94324211240960 140728032371696 140728032371809 140728032371809 140728032378824 0
Current children cumulated CPU time: 3604.12 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16313420 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 2439.86
CPU time (s): 3604.2
CPU user time (s): 3597.37
CPU system time (s): 6.82889
CPU usage (%): 147.722
Max. virtual memory (cumulated for all children) (KiB): 19112280
Max. memory (cumulated for all children) (KiB): 16313484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.37
system time used= 6.82888
maximum resident set size= 16313984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 993291
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 84675
involuntary context switches= 65198


# summary of solver processes directly reported to runsolver:
#   pid: 776222
#   total CPU time (s): 3604.2
#   total CPU user time (s): 3597.37
#   total CPU system time (s): 6.82889

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.93853 second user time and 12.3232 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= a599905096c946af5176c07959aa4b57
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		: 3624.740
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		: 3598.905
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		: 3603.383
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		: 3607.920
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		: 3602.333
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		: 3609.435
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		: 3626.789
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		: 3606.157
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:        129345632 kB
MemAvailable:   129643128 kB
Buffers:          332364 kB
Cached:           807884 kB
SwapCached:            0 kB
Active:           531444 kB
Inactive:        1071840 kB
Active(anon):       1504 kB
Inactive(anon):   499244 kB
Active(file):     529940 kB
Inactive(file):   572596 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             71012 kB
Writeback:             0 kB
AnonPages:        463456 kB
Mapped:           122272 kB
Shmem:             37720 kB
KReclaimable:      69568 kB
Slab:             169536 kB
SReclaimable:      69568 kB
SUnreclaim:        99968 kB
KernelStack:        4888 kB
PageTables:        10360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7261124 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            59552 kB
HardwareCorrupted:     0 kB
AnonHugePages:    245760 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= 890048 MiB
End job on nodeC035 at 2024-07-15 00:43:10