Trace number 4427431

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.17 2424.36

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_7.opb.PB06.opb
MD5SUM0cfe35c6a899c796e17247c8eb2f096e
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 benchmark241
Best CPU time to get the best result obtained on this benchmark3558.02
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 493167
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 493167
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-4427431-1720994537.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  objective function found
12.19/11.07	c ... done. Wall clock time 10.915s.
12.19/11.07	c declared #vars     10000
12.19/11.07	c #constraints  656900
12.19/11.07	c constraints type 
12.19/11.07	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
12.19/11.07	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
12.19/11.07	c 656900 constraints processed.
12.19/11.08	c objective function length is 10000 literals
21.06/18.50	c cleaning 0 clauses out of 5002 with flag 0/5002
26.87/24.08	c cleaning 0 clauses out of 11001 with flag 0/11001
35.80/32.63	c cleaning 0 clauses out of 18000 with flag 0/18000
46.06/42.51	c cleaning 0 clauses out of 26002 with flag 0/26002
59.04/55.16	c cleaning 0 clauses out of 35001 with flag 0/35001
74.36/69.95	c cleaning 0 clauses out of 45003 with flag 0/45003
93.23/88.33	c cleaning 0 clauses out of 56002 with flag 0/56002
114.70/109.03	c cleaning 0 clauses out of 68000 with flag 0/68000
140.22/134.12	c cleaning 0 clauses out of 81000 with flag 0/81000
161.09/154.69	c cleaning 0 clauses out of 95000 with flag 0/95000
198.42/191.47	c cleaning 0 clauses out of 110001 with flag 0/110001
234.82/227.20	c cleaning 0 clauses out of 126000 with flag 0/126000
281.70/269.86	c cleaning 0 clauses out of 143001 with flag 0/143001
335.14/311.47	c cleaning 0 clauses out of 161000 with flag 0/161000
390.51/357.54	c cleaning 0 clauses out of 180000 with flag 0/180000
468.91/410.13	c cleaning 0 clauses out of 200001 with flag 0/200001
539.27/466.13	c cleaning 0 clauses out of 221001 with flag 0/221001
638.41/552.96	c cleaning 0 clauses out of 243001 with flag 0/243001
775.07/662.44	c cleaning 0 clauses out of 266002 with flag 0/266002
892.77/765.10	c cleaning 0 clauses out of 290000 with flag 0/290000
1033.70/873.87	c cleaning 0 clauses out of 315001 with flag 0/315001
1131.62/952.24	c cleaning 0 clauses out of 341000 with flag 0/341000
1314.20/1094.31	c cleaning 0 clauses out of 368000 with flag 0/368000
1543.28/1261.57	c cleaning 0 clauses out of 396001 with flag 0/396001
1705.22/1376.43	c cleaning 0 clauses out of 425000 with flag 0/425000
1893.71/1488.61	c cleaning 0 clauses out of 455000 with flag 0/455000
2257.77/1704.09	c cleaning 0 clauses out of 486000 with flag 0/486000

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (62968 MiB free)
  memory of node 1: 64473 MiB (63413 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=776166, runsolver pid=776160

[startup+0.100223 s]*
/proc/loadavg: 0.22 0.14 0.10 8/317 776231
/proc/meminfo: memFree=129290372/131524600 swapFree=131071996/131071996
[pid=776166] ppid=776160 vsize=18975048 memory=62852 CPUtime=0.13 cores=5,7
/proc/776166/stat : 776166 (java) S 776160 776166 776098 0 -1 1077936128 7271 0 0 0 12 1 0 0 20 0 18 0 151624560 19430449152 15713 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
/proc/776166/statm: 4743762 15713 5597 1 0 549357 0
[pid=776166/tid=776171] ppid=776160 vsize=18975048 memory=4026531971 CPUtime=0.08 cores=5,7
/proc/776166/task/776171/stat : 776171 (java) R 776160 776166 776098 0 -1 1078198336 5798 0 0 0 7 1 0 0 20 0 18 0 151624561 19430449152 15713 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 151624561 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
[pid=776166/tid=776198] ppid=776160 vsize=18975048 memory=15997 CPUtime=0 cores=5,7
/proc/776166/task/776198/stat : 776198 (Finalizer) S 776160 776166 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151624564 19430449152 15743 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
[pid=776166/tid=776211] ppid=776160 vsize=18975048 memory=14689703802701563 CPUtime=0 cores=5,7
/proc/776166/task/776211/stat : 776211 (Common-Cleaner) S 776160 776166 776098 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151624564 19430449152 15743 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62852 KiB

[startup+0.206847 s]*
/proc/loadavg: 0.22 0.14 0.10 15/326 776240
/proc/meminfo: memFree=129180948/131524600 swapFree=131071996/131071996
[pid=776166] ppid=776160 vsize=18975048 memory=99120 CPUtime=0.33 cores=5,7
/proc/776166/stat : 776166 (java) S 776160 776166 776098 0 -1 1077936128 7934 0 0 0 31 2 0 0 20 0 18 0 151624560 19430449152 24780 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
/proc/776166/statm: 4743762 24780 5827 1 0 549822 0
[pid=776166/tid=776171] ppid=776160 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=5,7
/proc/776166/task/776171/stat : 776171 (java) R 776160 776166 776098 0 -1 4194368 6066 0 0 0 17 1 0 0 20 0 18 0 151624561 19430449152 24780 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 151624561 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
[pid=776166/tid=776198] ppid=776160 vsize=18975048 memory=15997 CPUtime=0 cores=5,7
/proc/776166/task/776198/stat : 776198 (Finalizer) S 776160 776166 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151624564 19430449152 24780 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
[pid=776166/tid=776211] ppid=776160 vsize=18975048 memory=14689703802701563 CPUtime=0 cores=5,7
/proc/776166/task/776211/stat : 776211 (Common-Cleaner) S 776160 776166 776098 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151624564 19430449152 24780 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 99120 KiB

[startup+0.311264 s]*
/proc/loadavg: 0.22 0.14 0.10 12/329 776243
/proc/meminfo: memFree=128888736/131524600 swapFree=131071996/131071996
[pid=776166] ppid=776160 vsize=19041612 memory=167588 CPUtime=0.52 cores=5,7
/proc/776166/stat : 776166 (java) S 776160 776166 776098 0 -1 1077936128 9938 0 0 0 48 4 0 0 20 0 19 0 151624560 19498610688 41897 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
/proc/776166/statm: 4760403 41897 5843 1 0 551311 0
[pid=776166/tid=776171] ppid=776160 vsize=19041612 memory=-8528806583362560700 CPUtime=0.25 cores=5,7
/proc/776166/task/776171/stat : 776171 (java) R 776160 776166 776098 0 -1 4194368 6102 0 0 0 23 2 0 0 20 0 19 0 151624561 19498610688 41897 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 151624561 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
[pid=776166/tid=776198] ppid=776160 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/776166/task/776198/stat : 776198 (Finalizer) S 776160 776166 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151624564 19498610688 41897 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
[pid=776166/tid=776211] ppid=776160 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/776166/task/776211/stat : 776211 (Common-Cleaner) S 776160 776166 776098 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151624564 19498610688 41897 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 167588 KiB

[startup+0.700848 s]
/proc/loadavg: 0.22 0.14 0.10 12/330 776244
/proc/meminfo: memFree=127760836/131524600 swapFree=131071996/131071996
[pid=776166] ppid=776160 vsize=19041612 memory=1087568 CPUtime=1.24 cores=5,7
/proc/776166/stat : 776166 (java) S 776160 776166 776098 0 -1 1077936128 17818 0 0 0 101 23 0 0 20 0 19 0 151624560 19498610688 271892 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
/proc/776166/statm: 4760403 271892 5843 1 0 887752 0
[pid=776166/tid=776171] ppid=776160 vsize=19041612 memory=5472 CPUtime=0.6 cores=5,7
/proc/776166/task/776171/stat : 776171 (java) R 776160 776166 776098 0 -1 4194368 6538 0 0 0 40 20 0 0 20 0 19 0 151624561 19498610688 271892 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 151624561 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
[pid=776166/tid=776198] ppid=776160 vsize=19041612 memory=13184 CPUtime=0 cores=5,7
/proc/776166/task/776198/stat : 776198 (Finalizer) S 776160 776166 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151624564 19498610688 271892 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
[pid=776166/tid=776211] ppid=776160 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/776166/task/776211/stat : 776211 (Common-Cleaner) S 776160 776166 776098 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151624564 19498610688 271892 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1087568 KiB

[startup+1.50028 s]
/proc/loadavg: 0.22 0.14 0.10 11/330 776244
/proc/meminfo: memFree=122679260/131524600 swapFree=131071996/131071996
[pid=776166] ppid=776160 vsize=19041612 memory=2300592 CPUtime=2.45 cores=5,7
/proc/776166/stat : 776166 (java) S 776160 776166 776098 0 -1 1077936128 22674 0 0 0 198 47 0 0 20 0 19 0 151624560 19498610688 575148 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
/proc/776166/statm: 4760403 575148 5843 1 0 891102 0
[pid=776166/tid=776171] ppid=776160 vsize=19041612 memory=13184 CPUtime=1.37 cores=5,7
/proc/776166/task/776171/stat : 776171 (java) R 776160 776166 776098 0 -1 4194368 7127 0 0 0 94 43 0 0 20 0 19 0 151624561 19498610688 575148 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 151624561 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
[pid=776166/tid=776198] ppid=776160 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/776166/task/776198/stat : 776198 (Finalizer) S 776160 776166 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151624564 19498610688 575148 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
[pid=776166/tid=776211] ppid=776160 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/776166/task/776211/stat : 776211 (Common-Cleaner) S 776160 776166 776098 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151624564 19498610688 575148 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2300592 KiB

[startup+3.10651 s]
/proc/loadavg: 0.52 0.20 0.12 6/330 776246
/proc/meminfo: memFree=117399476/131524600 swapFree=131071996/131071996
[pid=776166] ppid=776160 vsize=19041612 memory=2300596 CPUtime=4.1 cores=5,7
/proc/776166/stat : 776166 (java) S 776160 776166 776098 0 -1 1077936128 22814 0 0 0 362 48 0 0 20 0 19 0 151624560 19498610688 575149 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
/proc/776166/statm: 4760403 575149 5843 1 0 891106 0
[pid=776166/tid=776171] ppid=776160 vsize=19041612 memory=1435744 CPUtime=2.92 cores=5,7
/proc/776166/task/776171/stat : 776171 (java) R 776160 776166 776098 0 -1 4194368 7237 0 0 0 249 43 0 0 20 0 19 0 151624561 19498610688 575149 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 151624561 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
[pid=776166/tid=776198] ppid=776160 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/776166/task/776198/stat : 776198 (Finalizer) S 776160 776166 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151624564 19498610688 575149 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
[pid=776166/tid=776211] ppid=776160 vsize=19041612 memory=13184 CPUtime=0 cores=5,7
/proc/776166/task/776211/stat : 776211 (Common-Cleaner) S 776160 776166 776098 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151624564 19498610688 575149 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
Current children cumulated CPU time: 4.1 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2300596 KiB

[startup+6.3003 s]
/proc/loadavg: 0.52 0.20 0.12 6/330 776246
/proc/meminfo: memFree=116312856/131524600 swapFree=131071996/131071996
[pid=776166] ppid=776160 vsize=19041612 memory=3401928 CPUtime=7.33 cores=5,7
/proc/776166/stat : 776166 (java) S 776160 776166 776098 0 -1 1077936128 24489 0 0 0 662 71 0 0 20 0 19 0 151624560 19498610688 850482 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
/proc/776166/statm: 4760403 850482 5843 1 0 1173111 0
[pid=776166/tid=776171] ppid=776160 vsize=19041612 memory=0 CPUtime=5.89 cores=5,7
/proc/776166/task/776171/stat : 776171 (java) R 776160 776166 776098 0 -1 4194368 8091 0 0 0 523 66 0 0 20 0 19 0 151624561 19498610688 850482 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 151624561 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
[pid=776166/tid=776198] ppid=776160 vsize=19041612 memory=2300596 CPUtime=0 cores=5,7
/proc/776166/task/776198/stat : 776198 (Finalizer) S 776160 776166 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151624564 19498610688 850482 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
[pid=776166/tid=776211] ppid=776160 vsize=19041612 memory=11588 CPUtime=0 cores=5,7
/proc/776166/task/776211/stat : 776211 (Common-Cleaner) S 776160 776166 776098 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151624564 19498610688 850482 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
Current children cumulated CPU time: 7.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3401928 KiB

[startup+12.7008 s]
/proc/loadavg: 0.88 0.29 0.15 11/334 776251
/proc/meminfo: memFree=112452776/131524600 swapFree=131071996/131071996
[pid=776166] ppid=776160 vsize=19108176 memory=4189268 CPUtime=14.76 cores=5,7
/proc/776166/stat : 776166 (java) S 776160 776166 776098 0 -1 1077936128 30794 0 0 0 1387 89 0 0 20 0 20 0 151624560 19566772224 1047317 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
/proc/776166/statm: 4777044 1047317 5881 1 0 1366235 0
[pid=776166/tid=776171] ppid=776160 vsize=19108176 memory=11588 CPUtime=11.98 cores=5,7
/proc/776166/task/776171/stat : 776171 (java) R 776160 776166 776098 0 -1 4194368 9161 0 0 0 1116 82 0 0 20 0 20 0 151624561 19566772224 1047317 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 151624561 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
[pid=776166/tid=776198] ppid=776160 vsize=19108176 memory=4188932 CPUtime=0 cores=5,7
/proc/776166/task/776198/stat : 776198 (Finalizer) S 776160 776166 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151624564 19566772224 1047317 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
[pid=776166/tid=776211] ppid=776160 vsize=19108176 memory=13184 CPUtime=0 cores=5,7
/proc/776166/task/776211/stat : 776211 (Common-Cleaner) S 776160 776166 776098 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151624564 19566772224 1047317 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
[pid=776166/tid=776248] ppid=776160 vsize=19108176 memory=5472 CPUtime=0 cores=5,7
/proc/776166/task/776248/stat : 776248 (Timer-0) S 776160 776166 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151625670 19566772224 1047317 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
Current children cumulated CPU time: 14.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4189268 KiB

[startup+25.5008 s]
/proc/loadavg: 1.57 0.47 0.21 6/334 776253
/proc/meminfo: memFree=112455960/131524600 swapFree=131071996/131071996
[pid=776166] ppid=776160 vsize=19108176 memory=4193068 CPUtime=28.36 cores=5,7
/proc/776166/stat : 776166 (java) S 776160 776166 776098 0 -1 1077936128 40300 0 0 0 2746 90 0 0 20 0 20 0 151624560 19566772224 1048267 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
/proc/776166/statm: 4777044 1048267 5897 1 0 1366331 0
[pid=776166/tid=776171] ppid=776160 vsize=19108176 memory=5472 CPUtime=24.39 cores=5,7
/proc/776166/task/776171/stat : 776171 (java) R 776160 776166 776098 0 -1 4194368 11951 0 0 0 2357 82 0 0 20 0 20 0 151624561 19566772224 1048267 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 151624561 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
[pid=776166/tid=776198] ppid=776160 vsize=19108176 memory=9394416 CPUtime=0 cores=5,7
/proc/776166/task/776198/stat : 776198 (Finalizer) S 776160 776166 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151624564 19566772224 1048267 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
[pid=776166/tid=776211] ppid=776160 vsize=19108176 memory=38480 CPUtime=0 cores=5,7
/proc/776166/task/776211/stat : 776211 (Common-Cleaner) S 776160 776166 776098 0 -1 1077936192 63 0 0 0 0 0 0 0 20 0 20 0 151624564 19566772224 1048267 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
[pid=776166/tid=776248] ppid=776160 vsize=19108176 memory=13184 CPUtime=0 cores=5,7
/proc/776166/task/776248/stat : 776248 (Timer-0) S 776160 776166 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151625670 19566772224 1048267 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
Current children cumulated CPU time: 28.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4193068 KiB

[startup+51.1058 s]
/proc/loadavg: 2.53 0.79 0.32 7/334 776256
/proc/meminfo: memFree=105890392/131524600 swapFree=131071996/131071996
[pid=776166] ppid=776160 vsize=19108176 memory=4750620 CPUtime=54.87 cores=5,7
/proc/776166/stat : 776166 (java) S 776160 776166 776098 0 -1 1077936128 46282 0 0 0 5383 104 0 0 20 0 20 0 151624560 19566772224 1187655 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
/proc/776166/statm: 4777044 1187655 5919 1 0 1366331 0
[pid=776166/tid=776171] ppid=776160 vsize=19108176 memory=4750520 CPUtime=48.67 cores=5,7
/proc/776166/task/776171/stat : 776171 (java) R 776160 776166 776098 0 -1 4194368 14567 0 0 0 4784 83 0 0 20 0 20 0 151624561 19566772224 1187655 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 151624561 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
[pid=776166/tid=776198] ppid=776160 vsize=19108176 memory=4189268 CPUtime=0 cores=5,7
/proc/776166/task/776198/stat : 776198 (Finalizer) S 776160 776166 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151624564 19566772224 1187655 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
[pid=776166/tid=776211] ppid=776160 vsize=19108176 memory=1928 CPUtime=0 cores=5,7
/proc/776166/task/776211/stat : 776211 (Common-Cleaner) S 776160 776166 776098 0 -1 1077936192 63 0 0 0 0 0 0 0 20 0 20 0 151624564 19566772224 1187655 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
[pid=776166/tid=776248] ppid=776160 vsize=19108176 memory=4331160 CPUtime=0 cores=5,7
/proc/776166/task/776248/stat : 776248 (Timer-0) S 776160 776166 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151625670 19566772224 1187655 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
Current children cumulated CPU time: 54.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4750620 KiB


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

/proc/776166/stat : 776166 (java) S 776160 776166 776098 0 -1 1077936128 805210 0 0 0 340016 682 0 0 20 0 20 0 151624560 19566772224 4079028 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
/proc/776166/statm: 4777044 4079028 5970 1 0 4090782 0
[pid=776166/tid=776171] ppid=776160 vsize=19108176 memory=38888 CPUtime=1731.43 cores=5,7
/proc/776166/task/776171/stat : 776171 (java) S 776160 776166 776098 0 -1 1077936192 398390 0 0 0 172815 328 0 0 20 0 20 0 151624561 19566772224 4079028 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 151624575 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
[pid=776166/tid=776198] ppid=776160 vsize=19108176 memory=13184 CPUtime=0 cores=5,7
/proc/776166/task/776198/stat : 776198 (Finalizer) S 776160 776166 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151624564 19566772224 4079028 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
[pid=776166/tid=776211] ppid=776160 vsize=19108176 memory=16316176 CPUtime=0 cores=5,7
/proc/776166/task/776211/stat : 776211 (Common-Cleaner) S 776160 776166 776098 0 -1 1077936192 1591 0 0 0 0 0 0 0 20 0 20 0 151624564 19566772224 4079028 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
[pid=776166/tid=776248] ppid=776160 vsize=19108176 memory=-9175918654331986620 CPUtime=0 cores=5,7
/proc/776166/task/776248/stat : 776248 (Timer-0) S 776160 776166 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151625670 19566772224 4079028 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
Current children cumulated CPU time: 3406.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16316112 KiB

[startup+2382.3 s]
/proc/loadavg: 8.04 8.04 6.67 10/332 777849
/proc/meminfo: memFree=64185004/131524600 swapFree=131071996/131071996
[pid=776166] ppid=776160 vsize=19108176 memory=16316164 CPUtime=3522.76 cores=5,7
/proc/776166/stat : 776166 (java) S 776160 776166 776098 0 -1 1077936128 807023 0 0 0 351593 683 0 0 20 0 20 0 151624560 19566772224 4079041 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
/proc/776166/statm: 4777044 4079041 5970 1 0 4090782 0
[pid=776166/tid=776171] ppid=776160 vsize=19108176 memory=16316176 CPUtime=1734.56 cores=5,7
/proc/776166/task/776171/stat : 776171 (java) S 776160 776166 776098 0 -1 1077936192 398390 0 0 0 173128 328 0 0 20 0 20 0 151624561 19566772224 4079041 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 151624575 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
[pid=776166/tid=776198] ppid=776160 vsize=19108176 memory=16316072 CPUtime=0 cores=5,7
/proc/776166/task/776198/stat : 776198 (Finalizer) S 776160 776166 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151624564 19566772224 4079041 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
[pid=776166/tid=776211] ppid=776160 vsize=19108176 memory=16316216 CPUtime=0 cores=5,7
/proc/776166/task/776211/stat : 776211 (Common-Cleaner) S 776160 776166 776098 0 -1 1077936192 1591 0 0 0 0 0 0 0 20 0 20 0 151624564 19566772224 4079041 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
[pid=776166/tid=776248] ppid=776160 vsize=19108176 memory=16316272 CPUtime=0 cores=5,7
/proc/776166/task/776248/stat : 776248 (Timer-0) S 776160 776166 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151625670 19566772224 4079041 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
Current children cumulated CPU time: 3522.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16316164 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2422.3 s]
/proc/loadavg: 7.87 8.00 6.72 8/332 777923
/proc/meminfo: memFree=78925672/131524600 swapFree=131071996/131071996
[pid=776166] ppid=776160 vsize=19108176 memory=16316288 CPUtime=3600.12 cores=5,7
/proc/776166/stat : 776166 (java) S 776160 776166 776098 0 -1 1077936128 808255 0 0 0 359329 683 0 0 20 0 20 0 151624560 19566772224 4079072 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
/proc/776166/statm: 4777044 4079072 5970 1 0 4090782 0
[pid=776166/tid=776171] ppid=776160 vsize=19108176 memory=16316176 CPUtime=1736.59 cores=5,7
/proc/776166/task/776171/stat : 776171 (java) S 776160 776166 776098 0 -1 1077936192 398394 0 0 0 173331 328 0 0 20 0 20 0 151624561 19566772224 4079072 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 151624575 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
[pid=776166/tid=776198] ppid=776160 vsize=19108176 memory=38888 CPUtime=0 cores=5,7
/proc/776166/task/776198/stat : 776198 (Finalizer) S 776160 776166 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151624564 19566772224 4079072 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
[pid=776166/tid=776211] ppid=776160 vsize=19108176 memory=11588 CPUtime=0 cores=5,7
/proc/776166/task/776211/stat : 776211 (Common-Cleaner) S 776160 776166 776098 0 -1 1077936192 1591 0 0 0 0 0 0 0 20 0 20 0 151624564 19566772224 4079072 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
[pid=776166/tid=776248] ppid=776160 vsize=19108176 memory=38888 CPUtime=0 cores=5,7
/proc/776166/task/776248/stat : 776248 (Timer-0) S 776160 776166 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151625670 19566772224 4079072 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
Current children cumulated CPU time: 3600.12 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16316288 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3597.29 s, system=6.88116 s

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

[startup+2422.41 s]
/proc/loadavg: 7.87 8.00 6.72 8/332 777923
/proc/meminfo: memFree=78925672/131524600 swapFree=131071996/131071996
[pid=776166] ppid=776160 vsize=19108176 memory=16316288 CPUtime=3600.34 cores=5,7
/proc/776166/stat : 776166 (java) S 776160 776166 776098 0 -1 1077936128 808260 0 0 0 359351 683 0 0 20 0 20 0 151624560 19566772224 4079072 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
/proc/776166/statm: 4777044 4079072 5970 1 0 4090782 0
[pid=776166/tid=776171] ppid=776160 vsize=19108176 memory=5472 CPUtime=1736.59 cores=5,7
/proc/776166/task/776171/stat : 776171 (java) S 776160 776166 776098 0 -1 1077936192 398394 0 0 0 173331 328 0 0 20 0 20 0 151624561 19566772224 4079072 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 151624575 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
[pid=776166/tid=776198] ppid=776160 vsize=19108176 memory=1928 CPUtime=0 cores=5,7
/proc/776166/task/776198/stat : 776198 (Finalizer) S 776160 776166 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151624564 19566772224 4079072 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
[pid=776166/tid=776211] ppid=776160 vsize=19108176 memory=2164 CPUtime=0 cores=5,7
/proc/776166/task/776211/stat : 776211 (Common-Cleaner) S 776160 776166 776098 0 -1 1077936192 1591 0 0 0 0 0 0 0 20 0 20 0 151624564 19566772224 4079072 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
[pid=776166/tid=776248] ppid=776160 vsize=19108176 memory=32812 CPUtime=0 cores=5,7
/proc/776166/task/776248/stat : 776248 (Timer-0) S 776160 776166 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151625670 19566772224 4079072 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
Current children cumulated CPU time: 3600.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16316288 KiB

[startup+2423.2 s]
/proc/loadavg: 7.87 8.00 6.72 9/332 777923
/proc/meminfo: memFree=78925576/131524600 swapFree=131071996/131071996
[pid=776166] ppid=776160 vsize=19108176 memory=16316288 CPUtime=3601.91 cores=5,7
/proc/776166/stat : 776166 (java) S 776160 776166 776098 0 -1 1077936128 808392 0 0 0 359508 683 0 0 20 0 20 0 151624560 19566772224 4079072 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
/proc/776166/statm: 4777044 4079072 5970 1 0 4090782 0
[pid=776166/tid=776171] ppid=776160 vsize=19108176 memory=19640 CPUtime=1736.59 cores=5,7
/proc/776166/task/776171/stat : 776171 (java) S 776160 776166 776098 0 -1 1077936192 398394 0 0 0 173331 328 0 0 20 0 20 0 151624561 19566772224 4079072 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 151624575 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
[pid=776166/tid=776198] ppid=776160 vsize=19108176 memory=5516 CPUtime=0 cores=5,7
/proc/776166/task/776198/stat : 776198 (Finalizer) S 776160 776166 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151624564 19566772224 4079072 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
[pid=776166/tid=776211] ppid=776160 vsize=19108176 memory=16316288 CPUtime=0 cores=5,7
/proc/776166/task/776211/stat : 776211 (Common-Cleaner) S 776160 776166 776098 0 -1 1077936192 1591 0 0 0 0 0 0 0 20 0 20 0 151624564 19566772224 4079072 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
[pid=776166/tid=776248] ppid=776160 vsize=19108176 memory=104 CPUtime=0 cores=5,7
/proc/776166/task/776248/stat : 776248 (Timer-0) S 776160 776166 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151625670 19566772224 4079072 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
Current children cumulated CPU time: 3601.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16316288 KiB

[startup+2424 s]*
/proc/loadavg: 7.80 7.98 6.72 9/332 777923
/proc/meminfo: memFree=78909136/131524600 swapFree=131071996/131071996
[pid=776166] ppid=776160 vsize=19108176 memory=16316288 CPUtime=3603.51 cores=5,7
/proc/776166/stat : 776166 (java) S 776160 776166 776098 0 -1 1077936128 808392 0 0 0 359668 683 0 0 20 0 20 0 151624560 19566772224 4079072 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
/proc/776166/statm: 4777044 4079072 5970 1 0 4090782 0
[pid=776166/tid=776171] ppid=776160 vsize=19108176 memory=-8670663370259997372 CPUtime=1736.59 cores=5,7
/proc/776166/task/776171/stat : 776171 (java) S 776160 776166 776098 0 -1 1077936192 398394 0 0 0 173331 328 0 0 20 0 20 0 151624561 19566772224 4079072 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 151624575 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
[pid=776166/tid=776198] ppid=776160 vsize=19108176 memory=16313364 CPUtime=0 cores=5,7
/proc/776166/task/776198/stat : 776198 (Finalizer) S 776160 776166 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151624564 19566772224 4079072 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
[pid=776166/tid=776211] ppid=776160 vsize=19108176 memory=2684 CPUtime=0 cores=5,7
/proc/776166/task/776211/stat : 776211 (Common-Cleaner) S 776160 776166 776098 0 -1 1077936192 1591 0 0 0 0 0 0 0 20 0 20 0 151624564 19566772224 4079072 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
[pid=776166/tid=776248] ppid=776160 vsize=19108176 memory=2900 CPUtime=0 cores=5,7
/proc/776166/task/776248/stat : 776248 (Timer-0) S 776160 776166 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151625670 19566772224 4079072 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
Current children cumulated CPU time: 3603.51 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16316288 KiB

[startup+2424.2 s]
/proc/loadavg: 7.80 7.98 6.72 9/332 777923
/proc/meminfo: memFree=78909136/131524600 swapFree=131071996/131071996
[pid=776166] ppid=776160 vsize=19108176 memory=16316288 CPUtime=3603.9 cores=5,7
/proc/776166/stat : 776166 (java) S 776160 776166 776098 0 -1 1077936128 808392 0 0 0 359707 683 0 0 20 0 20 0 151624560 19566772224 4079072 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
/proc/776166/statm: 4777044 4079072 5970 1 0 4090782 0
[pid=776166/tid=776171] ppid=776160 vsize=19108176 memory=-8670663370259997372 CPUtime=1736.59 cores=5,7
/proc/776166/task/776171/stat : 776171 (java) S 776160 776166 776098 0 -1 1077936192 398394 0 0 0 173331 328 0 0 20 0 20 0 151624561 19566772224 4079072 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 151624575 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
[pid=776166/tid=776198] ppid=776160 vsize=19108176 memory=2656 CPUtime=0 cores=5,7
/proc/776166/task/776198/stat : 776198 (Finalizer) S 776160 776166 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151624564 19566772224 4079072 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
[pid=776166/tid=776211] ppid=776160 vsize=19108176 memory=13812 CPUtime=0 cores=5,7
/proc/776166/task/776211/stat : 776211 (Common-Cleaner) S 776160 776166 776098 0 -1 1077936192 1591 0 0 0 0 0 0 0 20 0 20 0 151624564 19566772224 4079072 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
[pid=776166/tid=776248] ppid=776160 vsize=19108176 memory=1928 CPUtime=0 cores=5,7
/proc/776166/task/776248/stat : 776248 (Timer-0) S 776160 776166 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151625670 19566772224 4079072 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
Current children cumulated CPU time: 3603.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16316288 KiB

[startup+2424.3 s]
/proc/loadavg: 7.80 7.98 6.72 9/332 777923
/proc/meminfo: memFree=78909136/131524600 swapFree=131071996/131071996
[pid=776166] ppid=776160 vsize=19108176 memory=16316288 CPUtime=3604.1 cores=5,7
/proc/776166/stat : 776166 (java) S 776160 776166 776098 0 -1 1077936128 808392 0 0 0 359727 683 0 0 20 0 20 0 151624560 19566772224 4079072 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
/proc/776166/statm: 4777044 4079072 5970 1 0 4090782 0
[pid=776166/tid=776171] ppid=776160 vsize=19108176 memory=16316176 CPUtime=1736.59 cores=5,7
/proc/776166/task/776171/stat : 776171 (java) S 776160 776166 776098 0 -1 1077936192 398394 0 0 0 173331 328 0 0 20 0 20 0 151624561 19566772224 4079072 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 151624575 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
[pid=776166/tid=776198] ppid=776160 vsize=19108176 memory=38888 CPUtime=0 cores=5,7
/proc/776166/task/776198/stat : 776198 (Finalizer) S 776160 776166 776098 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151624564 19566772224 4079072 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
[pid=776166/tid=776211] ppid=776160 vsize=19108176 memory=11588 CPUtime=0 cores=5,7
/proc/776166/task/776211/stat : 776211 (Common-Cleaner) S 776160 776166 776098 0 -1 1077936192 1591 0 0 0 0 0 0 0 20 0 20 0 151624564 19566772224 4079072 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
[pid=776166/tid=776248] ppid=776160 vsize=19108176 memory=38888 CPUtime=0 cores=5,7
/proc/776166/task/776248/stat : 776248 (Timer-0) S 776160 776166 776098 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151625670 19566772224 4079072 134679101440 94354994483200 94354994486896 140736812771072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94354994494712 94354994495504 94354997243904 140736812778480 140736812778593 140736812778593 140736812785608 0
Current children cumulated CPU time: 3604.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16316288 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 2424.36
CPU time (s): 3604.17
CPU user time (s): 3597.29
CPU system time (s): 6.88116
CPU usage (%): 148.665
Max. virtual memory (cumulated for all children) (KiB): 19112280
Max. memory (cumulated for all children) (KiB): 16316288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.29
system time used= 6.88116
maximum resident set size= 16316612
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 808397
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= 85431
involuntary context switches= 69052


# summary of solver processes directly reported to runsolver:
#   pid: 776166
#   total CPU time (s): 3604.17
#   total CPU user time (s): 3597.29
#   total CPU system time (s): 6.88116

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.64778 second user time and 12.2574 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= 0cfe35c6a899c796e17247c8eb2f096e
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		: 3602.784
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		: 3669.439
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		: 3641.786
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		: 3658.305
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		: 3600.343
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		: 3670.011
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		: 3634.472
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		: 3649.880
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:        129446604 kB
MemAvailable:   129737116 kB
Buffers:          332364 kB
Cached:           800956 kB
SwapCached:            0 kB
Active:           531044 kB
Inactive:         973392 kB
Active(anon):       1448 kB
Inactive(anon):   407412 kB
Active(file):     529596 kB
Inactive(file):   565980 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             64480 kB
Writeback:             0 kB
AnonPages:        370732 kB
Mapped:           110020 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= 890028 MiB
End job on nodeC035 at 2024-07-15 00:42:54