Trace number 4427437

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.13 2343.56

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_2.opb.PB06.opb
MD5SUM890f6157e6331f3256b55d88c2fb39bb
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.03
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 494314
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 494314
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.08	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: ASSIGNED
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Armin Biere (Picosat) restarts strategy
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: ASSIGNED
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Armin Biere (Picosat) restarts strategy
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4427437-1720994537.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  objective function found
11.50/10.03	c ... done. Wall clock time 9.881s.
11.50/10.03	c declared #vars     10000
11.50/10.03	c #constraints  656900
11.50/10.03	c constraints type 
11.50/10.03	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
11.50/10.03	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
11.50/10.03	c 656900 constraints processed.
11.50/10.05	c objective function length is 10000 literals
18.11/15.16	c cleaning 0 clauses out of 5000 with flag 0/5000
23.67/20.43	c cleaning 0 clauses out of 11000 with flag 0/11000
32.23/28.52	c cleaning 0 clauses out of 18002 with flag 0/18002
41.21/37.12	c cleaning 0 clauses out of 26000 with flag 0/26000
53.34/48.89	c cleaning 0 clauses out of 35000 with flag 0/35000
67.29/62.31	c cleaning 0 clauses out of 45001 with flag 0/45001
84.83/79.37	c cleaning 0 clauses out of 56002 with flag 0/56002
105.14/99.37	c cleaning 0 clauses out of 68000 with flag 0/68000
122.47/116.35	c cleaning 0 clauses out of 81000 with flag 0/81000
146.24/139.48	c cleaning 0 clauses out of 95000 with flag 0/95000
175.17/167.71	c cleaning 0 clauses out of 110003 with flag 0/110003
203.93/195.86	c cleaning 0 clauses out of 126000 with flag 0/126000
245.81/237.21	c cleaning 0 clauses out of 143001 with flag 0/143001
283.71/274.51	c cleaning 0 clauses out of 161000 with flag 0/161000
331.12/321.04	c cleaning 0 clauses out of 180000 with flag 0/180000
381.47/368.38	c cleaning 0 clauses out of 200001 with flag 0/200001
474.27/440.20	c cleaning 0 clauses out of 221000 with flag 0/221000
555.42/507.24	c cleaning 0 clauses out of 243001 with flag 0/243001
649.22/586.29	c cleaning 0 clauses out of 266000 with flag 0/266000
729.21/648.18	c cleaning 0 clauses out of 290001 with flag 0/290001
848.69/736.61	c cleaning 0 clauses out of 315000 with flag 0/315000
983.01/826.60	c cleaning 0 clauses out of 341000 with flag 0/341000
1112.90/923.02	c cleaning 0 clauses out of 368001 with flag 0/368001
1290.17/1055.25	c cleaning 0 clauses out of 396001 with flag 0/396001
1454.57/1161.40	c cleaning 0 clauses out of 425003 with flag 0/425003
1815.62/1390.86	c cleaning 0 clauses out of 455000 with flag 0/455000
2513.83/1771.23	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 (61790 MiB free)
  memory of node 1: 64473 MiB (63515 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=771456, runsolver pid=771453

[startup+0.102057 s]*
/proc/loadavg: 0.15 0.13 0.09 8/329 771485
/proc/meminfo: memFree=128250620/131524600 swapFree=131071996/131071996
[pid=771456] ppid=771453 vsize=18975048 memory=63496 CPUtime=0.14 cores=1,3
/proc/771456/stat : 771456 (java) S 771453 771456 771208 0 -1 1077936128 7243 0 0 0 12 2 0 0 20 0 18 0 151618689 19430449152 15874 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
/proc/771456/statm: 4743762 15874 5692 1 0 549373 0
[pid=771456/tid=771459] ppid=771453 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/771456/task/771459/stat : 771459 (java) R 771453 771456 771208 0 -1 1078198336 5768 0 0 0 7 1 0 0 20 0 18 0 151618690 19430449152 15874 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
[pid=771456/tid=771478] ppid=771453 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/771456/task/771478/stat : 771478 (Finalizer) S 771453 771456 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151618693 19430449152 15874 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
[pid=771456/tid=771485] ppid=771453 vsize=18975048 memory=13846374089254215 CPUtime=0 cores=1,3
/proc/771456/task/771485/stat : 771485 (Common-Cleaner) S 771453 771456 771208 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 151618693 19430449152 15874 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63496 KiB

[startup+0.20577 s]*
/proc/loadavg: 0.15 0.13 0.09 11/329 771485
/proc/meminfo: memFree=128213512/131524600 swapFree=131071996/131071996
[pid=771456] ppid=771453 vsize=18975048 memory=80064 CPUtime=0.33 cores=1,3
/proc/771456/stat : 771456 (java) S 771453 771456 771208 0 -1 1077936128 7707 0 0 0 31 2 0 0 20 0 18 0 151618689 19430449152 20016 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
/proc/771456/statm: 4743762 20016 5831 1 0 549641 0
[pid=771456/tid=771459] ppid=771453 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=1,3
/proc/771456/task/771459/stat : 771459 (java) R 771453 771456 771208 0 -1 4194368 6021 0 0 0 16 2 0 0 20 0 18 0 151618690 19430449152 20016 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
[pid=771456/tid=771478] ppid=771453 vsize=18975048 memory=5714 CPUtime=0 cores=1,3
/proc/771456/task/771478/stat : 771478 (Finalizer) S 771453 771456 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151618693 19430449152 20016 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
[pid=771456/tid=771485] ppid=771453 vsize=18975048 memory=15252649461155485 CPUtime=0 cores=1,3
/proc/771456/task/771485/stat : 771485 (Common-Cleaner) S 771453 771456 771208 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 151618693 19430449152 20016 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 80064 KiB

[startup+0.305771 s]*
/proc/loadavg: 0.15 0.13 0.09 12/331 771487
/proc/meminfo: memFree=128033924/131524600 swapFree=131071996/131071996
[pid=771456] ppid=771453 vsize=19041612 memory=167800 CPUtime=0.52 cores=1,3
/proc/771456/stat : 771456 (java) S 771453 771456 771208 0 -1 1077936128 9888 0 0 0 47 5 0 0 20 0 19 0 151618689 19498610688 41950 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
/proc/771456/statm: 4760403 41950 5879 1 0 551322 0
[pid=771456/tid=771459] ppid=771453 vsize=19041612 memory=-8960024070134866620 CPUtime=0.26 cores=1,3
/proc/771456/task/771459/stat : 771459 (java) R 771453 771456 771208 0 -1 4194368 6070 0 0 0 22 4 0 0 20 0 19 0 151618690 19498610688 41950 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
[pid=771456/tid=771478] ppid=771453 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/771456/task/771478/stat : 771478 (Finalizer) S 771453 771456 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151618693 19498610688 41950 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
[pid=771456/tid=771485] ppid=771453 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/771456/task/771485/stat : 771485 (Common-Cleaner) S 771453 771456 771208 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 151618693 19498610688 41950 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 167800 KiB

[startup+0.700569 s]
/proc/loadavg: 0.15 0.13 0.09 10/331 771487
/proc/meminfo: memFree=127168620/131524600 swapFree=131071996/131071996
[pid=771456] ppid=771453 vsize=19041612 memory=1151916 CPUtime=1.25 cores=1,3
/proc/771456/stat : 771456 (java) S 771453 771456 771208 0 -1 1077936128 18055 0 0 0 99 26 0 0 20 0 19 0 151618689 19498610688 287979 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
/proc/771456/statm: 4760403 287979 5879 1 0 1080512 0
[pid=771456/tid=771459] ppid=771453 vsize=19041612 memory=5432 CPUtime=0.62 cores=1,3
/proc/771456/task/771459/stat : 771459 (java) R 771453 771456 771208 0 -1 4194368 6537 0 0 0 40 22 0 0 20 0 19 0 151618690 19498610688 287979 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
[pid=771456/tid=771478] ppid=771453 vsize=19041612 memory=12952 CPUtime=0 cores=1,3
/proc/771456/task/771478/stat : 771478 (Finalizer) S 771453 771456 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151618693 19498610688 287979 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
[pid=771456/tid=771485] ppid=771453 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/771456/task/771485/stat : 771485 (Common-Cleaner) S 771453 771456 771208 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 151618693 19498610688 287979 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1151916 KiB

[startup+1.50028 s]
/proc/loadavg: 0.15 0.13 0.09 8/309 771503
/proc/meminfo: memFree=124207924/131524600 swapFree=131071996/131071996
[pid=771456] ppid=771453 vsize=19041612 memory=2750184 CPUtime=2.76 cores=1,3
/proc/771456/stat : 771456 (java) S 771453 771456 771208 0 -1 1077936128 24171 0 0 0 219 57 0 0 20 0 19 0 151618689 19498610688 687546 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
/proc/771456/statm: 4760403 687546 5879 1 0 1083675 0
[pid=771456/tid=771459] ppid=771453 vsize=19041612 memory=0 CPUtime=1.39 cores=1,3
/proc/771456/task/771459/stat : 771459 (java) R 771453 771456 771208 0 -1 4194368 7315 0 0 0 87 52 0 0 20 0 19 0 151618690 19498610688 687546 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
[pid=771456/tid=771478] ppid=771453 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/771456/task/771478/stat : 771478 (Finalizer) S 771453 771456 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151618693 19498610688 687546 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
[pid=771456/tid=771485] ppid=771453 vsize=19041612 memory=12952 CPUtime=0 cores=1,3
/proc/771456/task/771485/stat : 771485 (Common-Cleaner) S 771453 771456 771208 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 151618693 19498610688 687546 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
Current children cumulated CPU time: 2.76 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2750184 KiB

[startup+3.10592 s]
/proc/loadavg: 1.10 0.33 0.16 7/332 771555
/proc/meminfo: memFree=122033612/131524600 swapFree=131071996/131071996
[pid=771456] ppid=771453 vsize=19041612 memory=3057396 CPUtime=4.42 cores=1,3
/proc/771456/stat : 771456 (java) S 771453 771456 771208 0 -1 1077936128 24356 0 0 0 378 64 0 0 20 0 19 0 151618689 19498610688 764349 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
/proc/771456/statm: 4760403 764349 5879 1 0 1083685 0
[pid=771456/tid=771459] ppid=771453 vsize=19041612 memory=12952 CPUtime=2.95 cores=1,3
/proc/771456/task/771459/stat : 771459 (java) R 771453 771456 771208 0 -1 4194368 7466 0 0 0 237 58 0 0 20 0 19 0 151618690 19498610688 764349 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
[pid=771456/tid=771478] ppid=771453 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/771456/task/771478/stat : 771478 (Finalizer) S 771453 771456 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151618693 19498610688 764349 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
[pid=771456/tid=771485] ppid=771453 vsize=19041612 memory=3454004110280064 CPUtime=0 cores=1,3
/proc/771456/task/771485/stat : 771485 (Common-Cleaner) S 771453 771456 771208 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 151618693 19498610688 764349 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
Current children cumulated CPU time: 4.42 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3057396 KiB

[startup+6.30027 s]
/proc/loadavg: 1.10 0.33 0.16 6/332 771557
/proc/meminfo: memFree=120277308/131524600 swapFree=131071996/131071996
[pid=771456] ppid=771453 vsize=19041612 memory=3769500 CPUtime=7.68 cores=1,3
/proc/771456/stat : 771456 (java) S 771453 771456 771208 0 -1 1077936128 25558 0 0 0 690 78 0 0 20 0 19 0 151618689 19498610688 942375 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
/proc/771456/statm: 4760403 942375 5895 1 0 1265410 0
[pid=771456/tid=771459] ppid=771453 vsize=19041612 memory=3057396 CPUtime=5.98 cores=1,3
/proc/771456/task/771459/stat : 771459 (java) R 771453 771456 771208 0 -1 4194368 8161 0 0 0 526 72 0 0 20 0 19 0 151618690 19498610688 942375 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
[pid=771456/tid=771478] ppid=771453 vsize=19041612 memory=12952 CPUtime=0 cores=1,3
/proc/771456/task/771478/stat : 771478 (Finalizer) S 771453 771456 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151618693 19498610688 942375 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
[pid=771456/tid=771485] ppid=771453 vsize=19041612 memory=11648 CPUtime=0 cores=1,3
/proc/771456/task/771485/stat : 771485 (Common-Cleaner) S 771453 771456 771208 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 151618693 19498610688 942375 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
Current children cumulated CPU time: 7.68 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3769500 KiB

[startup+12.7003 s]
/proc/loadavg: 1.79 0.50 0.22 6/334 771559
/proc/meminfo: memFree=118213364/131524600 swapFree=131071996/131071996
[pid=771456] ppid=771453 vsize=19108176 memory=4452960 CPUtime=15.66 cores=1,3
/proc/771456/stat : 771456 (java) S 771453 771456 771208 0 -1 1077936128 30584 0 0 0 1473 93 0 0 20 0 20 0 151618689 19566772224 1113240 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
/proc/771456/statm: 4777044 1113240 5933 1 0 1433428 0
[pid=771456/tid=771459] ppid=771453 vsize=19108176 memory=11648 CPUtime=12.1 cores=1,3
/proc/771456/task/771459/stat : 771459 (java) R 771453 771456 771208 0 -1 4194368 9270 0 0 0 1124 86 0 0 20 0 20 0 151618690 19566772224 1113240 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
[pid=771456/tid=771478] ppid=771453 vsize=19108176 memory=4450228 CPUtime=0 cores=1,3
/proc/771456/task/771478/stat : 771478 (Finalizer) S 771453 771456 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618693 19566772224 1113240 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
[pid=771456/tid=771485] ppid=771453 vsize=19108176 memory=39236 CPUtime=0 cores=1,3
/proc/771456/task/771485/stat : 771485 (Common-Cleaner) S 771453 771456 771208 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 151618693 19566772224 1113240 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
[pid=771456/tid=771558] ppid=771453 vsize=19108176 memory=5432 CPUtime=0 cores=1,3
/proc/771456/task/771558/stat : 771558 (Timer-0) S 771453 771456 771208 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151619695 19566772224 1113240 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
Current children cumulated CPU time: 15.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4452960 KiB

[startup+25.5003 s]
/proc/loadavg: 2.21 0.63 0.26 5/334 771560
/proc/meminfo: memFree=117754672/131524600 swapFree=131071996/131071996
[pid=771456] ppid=771453 vsize=19108176 memory=4754348 CPUtime=29.24 cores=1,3
/proc/771456/stat : 771456 (java) S 771453 771456 771208 0 -1 1077936128 37224 0 0 0 2824 100 0 0 20 0 20 0 151618689 19566772224 1188587 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
/proc/771456/statm: 4777044 1188587 5933 1 0 1433550 0
[pid=771456/tid=771459] ppid=771453 vsize=19108176 memory=-8960024070134866620 CPUtime=24.15 cores=1,3
/proc/771456/task/771459/stat : 771459 (java) R 771453 771456 771208 0 -1 4194368 12146 0 0 0 2329 86 0 0 20 0 20 0 151618690 19566772224 1188587 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
[pid=771456/tid=771478] ppid=771453 vsize=19108176 memory=3049204 CPUtime=0 cores=1,3
/proc/771456/task/771478/stat : 771478 (Finalizer) S 771453 771456 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618693 19566772224 1188587 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
[pid=771456/tid=771485] ppid=771453 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/771456/task/771485/stat : 771485 (Common-Cleaner) S 771453 771456 771208 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 151618693 19566772224 1188587 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
[pid=771456/tid=771558] ppid=771453 vsize=19108176 memory=-8960024070134866620 CPUtime=0 cores=1,3
/proc/771456/task/771558/stat : 771558 (Timer-0) S 771453 771456 771208 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151619695 19566772224 1188587 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
Current children cumulated CPU time: 29.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4754348 KiB

[startup+51.1057 s]
/proc/loadavg: 3.09 0.97 0.38 5/334 771566
/proc/meminfo: memFree=112417112/131524600 swapFree=131071996/131071996
[pid=771456] ppid=771453 vsize=19108176 memory=9032116 CPUtime=55.71 cores=1,3
/proc/771456/stat : 771456 (java) S 771453 771456 771208 0 -1 1077936128 43999 0 0 0 5385 186 0 0 20 0 20 0 151618689 19566772224 2258029 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
/proc/771456/statm: 4777044 2258029 5949 1 0 2415335 0
[pid=771456/tid=771459] ppid=771453 vsize=19108176 memory=7715184 CPUtime=48.82 cores=1,3
/proc/771456/task/771459/stat : 771459 (java) R 771453 771456 771208 0 -1 4194368 15291 0 0 0 4722 160 0 0 20 0 20 0 151618690 19566772224 2258029 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
[pid=771456/tid=771478] ppid=771453 vsize=19108176 memory=7715184 CPUtime=0 cores=1,3
/proc/771456/task/771478/stat : 771478 (Finalizer) S 771453 771456 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618693 19566772224 2258029 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
[pid=771456/tid=771485] ppid=771453 vsize=19108176 memory=2319688275238334578 CPUtime=0 cores=1,3
/proc/771456/task/771485/stat : 771485 (Common-Cleaner) S 771453 771456 771208 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 151618693 19566772224 2258029 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
[pid=771456/tid=771558] ppid=771453 vsize=19108176 memory=4432952 CPUtime=0 cores=1,3
/proc/771456/task/771558/stat : 771558 (Timer-0) S 771453 771456 771208 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151619695 19566772224 2258029 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
Current children cumulated CPU time: 55.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9032116 KiB


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

/proc/771456/stat : 771456 (java) S 771453 771456 771208 0 -1 1077936128 1109589 0 0 0 332657 657 0 0 20 0 20 0 151618689 19566772224 4077178 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
/proc/771456/statm: 4777044 4077178 5997 1 0 4090152 0
[pid=771456/tid=771459] ppid=771453 vsize=19108176 memory=16308800 CPUtime=1490.32 cores=1,3
/proc/771456/task/771459/stat : 771459 (java) R 771453 771456 771208 0 -1 4194368 521866 0 0 0 148700 332 0 0 20 0 20 0 151618690 19566772224 4077178 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 24 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
[pid=771456/tid=771478] ppid=771453 vsize=19108176 memory=16308812 CPUtime=0 cores=1,3
/proc/771456/task/771478/stat : 771478 (Finalizer) S 771453 771456 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618693 19566772224 4077178 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
[pid=771456/tid=771485] ppid=771453 vsize=19108176 memory=16308796 CPUtime=0 cores=1,3
/proc/771456/task/771485/stat : 771485 (Common-Cleaner) S 771453 771456 771208 0 -1 1077936192 1855 0 0 0 0 0 0 0 20 0 20 0 151618693 19566772224 4077178 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
[pid=771456/tid=771558] ppid=771453 vsize=19108176 memory=15864 CPUtime=0 cores=1,3
/proc/771456/task/771558/stat : 771558 (Timer-0) S 771453 771456 771208 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151619695 19566772224 4077178 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
Current children cumulated CPU time: 3333.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16308712 KiB

[startup+2262.3 s]
/proc/loadavg: 6.00 5.97 5.17 7/332 773117
/proc/meminfo: memFree=89317340/131524600 swapFree=131071996/131071996
[pid=771456] ppid=771453 vsize=19108176 memory=16308852 CPUtime=3448.34 cores=1,3
/proc/771456/stat : 771456 (java) S 771453 771456 771208 0 -1 1077936128 1151076 0 0 0 344172 662 0 0 20 0 20 0 151618689 19566772224 4077213 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
/proc/771456/statm: 4777044 4077213 5997 1 0 4090152 0
[pid=771456/tid=771459] ppid=771453 vsize=19108176 memory=16308852 CPUtime=1494.29 cores=1,3
/proc/771456/task/771459/stat : 771459 (java) S 771453 771456 771208 0 -1 1077936192 522746 0 0 0 149097 332 0 0 20 0 20 0 151618690 19566772224 4077213 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 24 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
[pid=771456/tid=771478] ppid=771453 vsize=19108176 memory=39236 CPUtime=0 cores=1,3
/proc/771456/task/771478/stat : 771478 (Finalizer) S 771453 771456 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618693 19566772224 4077213 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
[pid=771456/tid=771485] ppid=771453 vsize=19108176 memory=16308852 CPUtime=0 cores=1,3
/proc/771456/task/771485/stat : 771485 (Common-Cleaner) S 771453 771456 771208 0 -1 1077936192 1910 0 0 0 0 0 0 0 20 0 20 0 151618693 19566772224 4077213 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
[pid=771456/tid=771558] ppid=771453 vsize=19108176 memory=12952 CPUtime=0 cores=1,3
/proc/771456/task/771558/stat : 771558 (Timer-0) S 771453 771456 771208 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151619695 19566772224 4077213 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
Current children cumulated CPU time: 3448.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16308852 KiB

[startup+2322.3 s]
/proc/loadavg: 6.11 6.00 5.23 8/332 773128
/proc/meminfo: memFree=89315996/131524600 swapFree=131071996/131071996
[pid=771456] ppid=771453 vsize=19108176 memory=16308856 CPUtime=3563.83 cores=1,3
/proc/771456/stat : 771456 (java) S 771453 771456 771208 0 -1 1077936128 1192231 0 0 0 355719 664 0 0 20 0 20 0 151618689 19566772224 4077214 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
/proc/771456/statm: 4777044 4077214 5997 1 0 4090152 0
[pid=771456/tid=771459] ppid=771453 vsize=19108176 memory=16308856 CPUtime=1497.91 cores=1,3
/proc/771456/task/771459/stat : 771459 (java) S 771453 771456 771208 0 -1 1077936192 523658 0 0 0 149459 332 0 0 20 0 20 0 151618690 19566772224 4077214 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 24 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
[pid=771456/tid=771478] ppid=771453 vsize=19108176 memory=11648 CPUtime=0 cores=1,3
/proc/771456/task/771478/stat : 771478 (Finalizer) S 771453 771456 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618693 19566772224 4077214 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
[pid=771456/tid=771485] ppid=771453 vsize=19108176 memory=11648 CPUtime=0 cores=1,3
/proc/771456/task/771485/stat : 771485 (Common-Cleaner) S 771453 771456 771208 0 -1 1077936192 1910 0 0 0 0 0 0 0 20 0 20 0 151618693 19566772224 4077214 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
[pid=771456/tid=771558] ppid=771453 vsize=19108176 memory=16308856 CPUtime=0 cores=1,3
/proc/771456/task/771558/stat : 771558 (Timer-0) S 771453 771456 771208 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151619695 19566772224 4077214 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
Current children cumulated CPU time: 3563.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16308856 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2341.5 s]
/proc/loadavg: 6.01 5.99 5.24 7/332 773132
/proc/meminfo: memFree=89315716/131524600 swapFree=131071996/131071996
[pid=771456] ppid=771453 vsize=19108176 memory=16308844 CPUtime=3600.07 cores=1,3
/proc/771456/stat : 771456 (java) S 771453 771456 771208 0 -1 1077936128 1194189 0 0 0 359342 665 0 0 20 0 20 0 151618689 19566772224 4077211 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
/proc/771456/statm: 4777044 4077211 5997 1 0 4090152 0
[pid=771456/tid=771459] ppid=771453 vsize=19108176 memory=16308856 CPUtime=1499.76 cores=1,3
/proc/771456/task/771459/stat : 771459 (java) S 771453 771456 771208 0 -1 1077936192 523780 0 0 0 149644 332 0 0 20 0 20 0 151618690 19566772224 4077211 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 24 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
[pid=771456/tid=771478] ppid=771453 vsize=19108176 memory=16308852 CPUtime=0 cores=1,3
/proc/771456/task/771478/stat : 771478 (Finalizer) S 771453 771456 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618693 19566772224 4077211 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
[pid=771456/tid=771485] ppid=771453 vsize=19108176 memory=16308856 CPUtime=0 cores=1,3
/proc/771456/task/771485/stat : 771485 (Common-Cleaner) S 771453 771456 771208 0 -1 1077936192 1962 0 0 0 0 0 0 0 20 0 20 0 151618693 19566772224 4077211 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
[pid=771456/tid=771558] ppid=771453 vsize=19108176 memory=16308856 CPUtime=0 cores=1,3
/proc/771456/task/771558/stat : 771558 (Timer-0) S 771453 771456 771208 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151619695 19566772224 4077211 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16308844 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3597.43 s, system=6.69623 s

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

[startup+2342.41 s]
/proc/loadavg: 5.93 5.97 5.24 6/332 773132
/proc/meminfo: memFree=89315764/131524600 swapFree=131071996/131071996
[pid=771456] ppid=771453 vsize=19108176 memory=16308844 CPUtime=3601.87 cores=1,3
/proc/771456/stat : 771456 (java) S 771453 771456 771208 0 -1 1077936128 1194194 0 0 0 359522 665 0 0 20 0 20 0 151618689 19566772224 4077211 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
/proc/771456/statm: 4777044 4077211 5997 1 0 4090152 0
[pid=771456/tid=771459] ppid=771453 vsize=19108176 memory=11648 CPUtime=1499.76 cores=1,3
/proc/771456/task/771459/stat : 771459 (java) S 771453 771456 771208 0 -1 1077936192 523780 0 0 0 149644 332 0 0 20 0 20 0 151618690 19566772224 4077211 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 24 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
[pid=771456/tid=771478] ppid=771453 vsize=19108176 memory=16308812 CPUtime=0 cores=1,3
/proc/771456/task/771478/stat : 771478 (Finalizer) S 771453 771456 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618693 19566772224 4077211 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
[pid=771456/tid=771485] ppid=771453 vsize=19108176 memory=16308856 CPUtime=0 cores=1,3
/proc/771456/task/771485/stat : 771485 (Common-Cleaner) S 771453 771456 771208 0 -1 1077936192 1962 0 0 0 0 0 0 0 20 0 20 0 151618693 19566772224 4077211 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
[pid=771456/tid=771558] ppid=771453 vsize=19108176 memory=16308856 CPUtime=0 cores=1,3
/proc/771456/task/771558/stat : 771558 (Timer-0) S 771453 771456 771208 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151619695 19566772224 4077211 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
Current children cumulated CPU time: 3601.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16308844 KiB

[startup+2343.2 s]
/proc/loadavg: 5.93 5.97 5.24 7/332 773132
/proc/meminfo: memFree=89315744/131524600 swapFree=131071996/131071996
[pid=771456] ppid=771453 vsize=19108176 memory=16308844 CPUtime=3603.45 cores=1,3
/proc/771456/stat : 771456 (java) S 771453 771456 771208 0 -1 1077936128 1194318 0 0 0 359680 665 0 0 20 0 20 0 151618689 19566772224 4077211 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
/proc/771456/statm: 4777044 4077211 5997 1 0 4090152 0
[pid=771456/tid=771459] ppid=771453 vsize=19108176 memory=16308856 CPUtime=1499.76 cores=1,3
/proc/771456/task/771459/stat : 771459 (java) S 771453 771456 771208 0 -1 1077936192 523780 0 0 0 149644 332 0 0 20 0 20 0 151618690 19566772224 4077211 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 24 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
[pid=771456/tid=771478] ppid=771453 vsize=19108176 memory=19140 CPUtime=0 cores=1,3
/proc/771456/task/771478/stat : 771478 (Finalizer) S 771453 771456 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618693 19566772224 4077211 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
[pid=771456/tid=771485] ppid=771453 vsize=19108176 memory=16308844 CPUtime=0 cores=1,3
/proc/771456/task/771485/stat : 771485 (Common-Cleaner) S 771453 771456 771208 0 -1 1077936192 1962 0 0 0 0 0 0 0 20 0 20 0 151618693 19566772224 4077211 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
[pid=771456/tid=771558] ppid=771453 vsize=19108176 memory=1980 CPUtime=0 cores=1,3
/proc/771456/task/771558/stat : 771558 (Timer-0) S 771453 771456 771208 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151619695 19566772224 4077211 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
Current children cumulated CPU time: 3603.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16308844 KiB

[startup+2343.4 s]
/proc/loadavg: 5.93 5.97 5.24 7/332 773132
/proc/meminfo: memFree=89315744/131524600 swapFree=131071996/131071996
[pid=771456] ppid=771453 vsize=19108176 memory=16308844 CPUtime=3603.85 cores=1,3
/proc/771456/stat : 771456 (java) S 771453 771456 771208 0 -1 1077936128 1194321 0 0 0 359720 665 0 0 20 0 20 0 151618689 19566772224 4077211 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
/proc/771456/statm: 4777044 4077211 5997 1 0 4090152 0
[pid=771456/tid=771459] ppid=771453 vsize=19108176 memory=39236 CPUtime=1499.76 cores=1,3
/proc/771456/task/771459/stat : 771459 (java) S 771453 771456 771208 0 -1 1077936192 523780 0 0 0 149644 332 0 0 20 0 20 0 151618690 19566772224 4077211 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 24 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
[pid=771456/tid=771478] ppid=771453 vsize=19108176 memory=12952 CPUtime=0 cores=1,3
/proc/771456/task/771478/stat : 771478 (Finalizer) S 771453 771456 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618693 19566772224 4077211 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
[pid=771456/tid=771485] ppid=771453 vsize=19108176 memory=5432 CPUtime=0 cores=1,3
/proc/771456/task/771485/stat : 771485 (Common-Cleaner) S 771453 771456 771208 0 -1 1077936192 1962 0 0 0 0 0 0 0 20 0 20 0 151618693 19566772224 4077211 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
[pid=771456/tid=771558] ppid=771453 vsize=19108176 memory=15864 CPUtime=0 cores=1,3
/proc/771456/task/771558/stat : 771558 (Timer-0) S 771453 771456 771208 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151619695 19566772224 4077211 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
Current children cumulated CPU time: 3603.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16308844 KiB

[startup+2343.5 s]
/proc/loadavg: 5.93 5.97 5.24 7/332 773132
/proc/meminfo: memFree=89315744/131524600 swapFree=131071996/131071996
[pid=771456] ppid=771453 vsize=19108176 memory=16308844 CPUtime=3604.05 cores=1,3
/proc/771456/stat : 771456 (java) S 771453 771456 771208 0 -1 1077936128 1194322 0 0 0 359740 665 0 0 20 0 20 0 151618689 19566772224 4077211 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
/proc/771456/statm: 4777044 4077211 5997 1 0 4090152 0
[pid=771456/tid=771459] ppid=771453 vsize=19108176 memory=16308856 CPUtime=1499.76 cores=1,3
/proc/771456/task/771459/stat : 771459 (java) S 771453 771456 771208 0 -1 1077936192 523780 0 0 0 149644 332 0 0 20 0 20 0 151618690 19566772224 4077211 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 24 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
[pid=771456/tid=771478] ppid=771453 vsize=19108176 memory=16308852 CPUtime=0 cores=1,3
/proc/771456/task/771478/stat : 771478 (Finalizer) S 771453 771456 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618693 19566772224 4077211 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
[pid=771456/tid=771485] ppid=771453 vsize=19108176 memory=16308856 CPUtime=0 cores=1,3
/proc/771456/task/771485/stat : 771485 (Common-Cleaner) S 771453 771456 771208 0 -1 1077936192 1962 0 0 0 0 0 0 0 20 0 20 0 151618693 19566772224 4077211 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
[pid=771456/tid=771558] ppid=771453 vsize=19108176 memory=11648 CPUtime=0 cores=1,3
/proc/771456/task/771558/stat : 771558 (Timer-0) S 771453 771456 771208 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151619695 19566772224 4077211 134679101440 94050331017216 94050331020912 140732371614992 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94050331028728 94050331029520 94050339749888 140732371620848 140732371620961 140732371620961 140732371627976 0
Current children cumulated CPU time: 3604.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16308844 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 2343.56
CPU time (s): 3604.13
CPU user time (s): 3597.43
CPU system time (s): 6.69623
CPU usage (%): 153.788
Max. virtual memory (cumulated for all children) (KiB): 19112280
Max. memory (cumulated for all children) (KiB): 16308892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.43
system time used= 6.69623
maximum resident set size= 16309332
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1194327
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 81148
involuntary context switches= 53827


# summary of solver processes directly reported to runsolver:
#   pid: 771456
#   total CPU time (s): 3604.13
#   total CPU user time (s): 3597.43
#   total CPU system time (s): 6.69623

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.84487 second user time and 11.4606 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= 890f6157e6331f3256b55d88c2fb39bb
RANDOM SEED=895933221

nodeC023.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.922
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.61
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		: 3680.634
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.806
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.61
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		: 3665.103
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.48
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		: 3610.449
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.61
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		: 3677.278
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.48
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		: 3610.457
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.61
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		: 3600.457
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128344456 kB
MemAvailable:   129456036 kB
Buffers:          342540 kB
Cached:          1599932 kB
SwapCached:            0 kB
Active:           563640 kB
Inactive:        2014952 kB
Active(anon):       1556 kB
Inactive(anon):   672352 kB
Active(file):     562084 kB
Inactive(file):  1342600 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             37572 kB
Writeback:             0 kB
AnonPages:        636536 kB
Mapped:           122540 kB
Shmem:             37720 kB
KReclaimable:      93436 kB
Slab:             197280 kB
SReclaimable:      93436 kB
SUnreclaim:       103844 kB
KernelStack:        4656 kB
PageTables:        10780 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    5220336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58112 kB
HardwareCorrupted:     0 kB
AnonHugePages:    432128 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:      189140 kB
DirectMap2M:    15312896 kB
DirectMap1G:    120586240 kB

Free space on /tmp at the end= 890044 MiB
End job on nodeC023 at 2024-07-15 00:41:34