Trace number 4427436

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.24 2426.76

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_11.opb.PB06.opb
MD5SUM37dc22c6a12cddf588c55f8d6ee6d8c2
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 benchmark240
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 492823
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 492823
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2106806208
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.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-4427436-1720994537.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  objective function found
11.67/10.24	c ... done. Wall clock time 10.077s.
11.67/10.24	c declared #vars     10000
11.67/10.24	c #constraints  656900
11.67/10.24	c constraints type 
11.67/10.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
11.67/10.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
11.67/10.24	c 656900 constraints processed.
11.67/10.25	c objective function length is 10000 literals
20.37/17.17	c cleaning 0 clauses out of 5000 with flag 0/5000
26.15/22.69	c cleaning 0 clauses out of 11002 with flag 0/11002
34.11/30.14	c cleaning 0 clauses out of 18000 with flag 0/18000
45.60/41.22	c cleaning 0 clauses out of 26002 with flag 0/26002
58.70/53.93	c cleaning 0 clauses out of 35000 with flag 0/35000
71.96/66.52	c cleaning 0 clauses out of 45000 with flag 0/45000
89.91/84.15	c cleaning 0 clauses out of 56000 with flag 0/56000
109.02/102.98	c cleaning 0 clauses out of 68000 with flag 0/68000
136.24/129.64	c cleaning 0 clauses out of 81002 with flag 0/81002
167.98/160.80	c cleaning 0 clauses out of 95000 with flag 0/95000
213.71/206.38	c cleaning 0 clauses out of 110000 with flag 0/110000
251.40/243.56	c cleaning 0 clauses out of 126000 with flag 0/126000
303.55/288.26	c cleaning 0 clauses out of 143004 with flag 0/143004
369.46/343.98	c cleaning 0 clauses out of 161002 with flag 0/161002
443.50/403.01	c cleaning 0 clauses out of 180000 with flag 0/180000
547.90/478.68	c cleaning 0 clauses out of 200000 with flag 0/200000
641.01/548.92	c cleaning 0 clauses out of 221000 with flag 0/221000
737.34/632.21	c cleaning 0 clauses out of 243000 with flag 0/243000
856.48/723.62	c cleaning 0 clauses out of 266000 with flag 0/266000
946.73/798.25	c cleaning 0 clauses out of 290001 with flag 0/290001
1053.40/873.66	c cleaning 0 clauses out of 315003 with flag 0/315003
1181.60/981.59	c cleaning 0 clauses out of 341002 with flag 0/341002
1330.50/1091.54	c cleaning 0 clauses out of 368001 with flag 0/368001
1503.33/1221.98	c cleaning 0 clauses out of 396000 with flag 0/396000
1688.33/1351.41	c cleaning 0 clauses out of 425000 with flag 0/425000
1895.09/1480.96	c cleaning 0 clauses out of 455001 with flag 0/455001
2254.31/1694.11	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 (61818 MiB free)
  memory of node 1: 64473 MiB (63517 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100077 s]*
/proc/loadavg: 0.15 0.13 0.09 9/329 771485
/proc/meminfo: memFree=128257788/131524600 swapFree=131071996/131071996
[pid=771441] ppid=771437 vsize=18975048 memory=63032 CPUtime=0.13 cores=0,2
/proc/771441/stat : 771441 (java) S 771437 771441 771208 0 -1 1077936128 7216 0 0 0 11 2 0 0 20 0 18 0 151618687 19430449152 15758 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
/proc/771441/statm: 4743762 15758 5657 1 0 549322 0
[pid=771441/tid=771446] ppid=771437 vsize=18975048 memory=4026531971 CPUtime=0.08 cores=0,2
/proc/771441/task/771446/stat : 771446 (java) R 771437 771441 771208 0 -1 4194368 5753 0 0 0 7 1 0 0 20 0 18 0 151618688 19430449152 15758 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
[pid=771441/tid=771462] ppid=771437 vsize=18975048 memory=5714 CPUtime=0 cores=0,2
/proc/771441/task/771462/stat : 771462 (Finalizer) S 771437 771441 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151618691 19430449152 15758 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
[pid=771441/tid=771474] ppid=771437 vsize=18975048 memory=15252649461155485 CPUtime=0 cores=0,2
/proc/771441/task/771474/stat : 771474 (Common-Cleaner) S 771437 771441 771208 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151618691 19430449152 15758 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63032 KiB

[startup+0.216392 s]*
/proc/loadavg: 0.15 0.13 0.09 10/329 771485
/proc/meminfo: memFree=128221900/131524600 swapFree=131071996/131071996
[pid=771441] ppid=771437 vsize=18975048 memory=78096 CPUtime=0.34 cores=0,2
/proc/771441/stat : 771441 (java) S 771437 771441 771208 0 -1 1077936128 7897 0 0 0 31 3 0 0 20 0 18 0 151618687 19430449152 19524 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
/proc/771441/statm: 4743762 19524 5752 1 0 549834 0
[pid=771441/tid=771446] ppid=771437 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=0,2
/proc/771441/task/771446/stat : 771446 (java) R 771437 771441 771208 0 -1 4194368 6032 0 0 0 16 2 0 0 20 0 18 0 151618688 19430449152 19524 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
[pid=771441/tid=771462] ppid=771437 vsize=18975048 memory=5714 CPUtime=0 cores=0,2
/proc/771441/task/771462/stat : 771462 (Finalizer) S 771437 771441 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151618691 19430449152 19524 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
[pid=771441/tid=771474] ppid=771437 vsize=18975048 memory=15252649461155485 CPUtime=0 cores=0,2
/proc/771441/task/771474/stat : 771474 (Common-Cleaner) S 771437 771441 771208 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151618691 19430449152 19524 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 78096 KiB

[startup+0.306517 s]*
/proc/loadavg: 0.15 0.13 0.09 11/331 771487
/proc/meminfo: memFree=128037344/131524600 swapFree=131071996/131071996
[pid=771441] ppid=771437 vsize=19041612 memory=169716 CPUtime=0.51 cores=0,2
/proc/771441/stat : 771441 (java) S 771437 771441 771208 0 -1 1077936128 9866 0 0 0 45 6 0 0 20 0 19 0 151618687 19498610688 42429 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
/proc/771441/statm: 4760403 42429 5854 1 0 551291 0
[pid=771441/tid=771446] ppid=771437 vsize=19041612 memory=-8960024070134866620 CPUtime=0.24 cores=0,2
/proc/771441/task/771446/stat : 771446 (java) R 771437 771441 771208 0 -1 4194368 6082 0 0 0 20 4 0 0 20 0 19 0 151618688 19498610688 42429 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
[pid=771441/tid=771462] ppid=771437 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/771441/task/771462/stat : 771462 (Finalizer) S 771437 771441 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151618691 19498610688 42429 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
[pid=771441/tid=771474] ppid=771437 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/771441/task/771474/stat : 771474 (Common-Cleaner) S 771437 771441 771208 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151618691 19498610688 42429 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 169716 KiB

[startup+0.70573 s]
/proc/loadavg: 0.15 0.13 0.09 8/331 771487
/proc/meminfo: memFree=127349400/131524600 swapFree=131071996/131071996
[pid=771441] ppid=771437 vsize=19041612 memory=1113596 CPUtime=1.24 cores=0,2
/proc/771441/stat : 771441 (java) S 771437 771441 771208 0 -1 1077936128 17424 0 0 0 98 26 0 0 20 0 19 0 151618687 19498610688 278399 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
/proc/771441/statm: 4760403 278399 5870 1 0 1079915 0
[pid=771441/tid=771446] ppid=771437 vsize=19041612 memory=5432 CPUtime=0.61 cores=0,2
/proc/771441/task/771446/stat : 771446 (java) R 771437 771441 771208 0 -1 4194368 6531 0 0 0 39 22 0 0 20 0 19 0 151618688 19498610688 278399 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
[pid=771441/tid=771462] ppid=771437 vsize=19041612 memory=12952 CPUtime=0 cores=0,2
/proc/771441/task/771462/stat : 771462 (Finalizer) S 771437 771441 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151618691 19498610688 278399 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
[pid=771441/tid=771474] ppid=771437 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/771441/task/771474/stat : 771474 (Common-Cleaner) S 771437 771441 771208 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151618691 19498610688 278399 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1113596 KiB

[startup+1.50028 s]
/proc/loadavg: 0.15 0.13 0.09 6/309 771503
/proc/meminfo: memFree=124376196/131524600 swapFree=131071996/131071996
[pid=771441] ppid=771437 vsize=19041612 memory=2671844 CPUtime=2.72 cores=0,2
/proc/771441/stat : 771441 (java) S 771437 771441 771208 0 -1 1077936128 23963 0 0 0 215 57 0 0 20 0 19 0 151618687 19498610688 667961 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
/proc/771441/statm: 4760403 667961 5870 1 0 1083591 0
[pid=771441/tid=771446] ppid=771437 vsize=19041612 memory=12952 CPUtime=1.38 cores=0,2
/proc/771441/task/771446/stat : 771446 (java) R 771437 771441 771208 0 -1 4194368 7288 0 0 0 86 52 0 0 20 0 19 0 151618688 19498610688 667961 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
[pid=771441/tid=771462] ppid=771437 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/771441/task/771462/stat : 771462 (Finalizer) S 771437 771441 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151618691 19498610688 667961 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
[pid=771441/tid=771474] ppid=771437 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/771441/task/771474/stat : 771474 (Common-Cleaner) S 771437 771441 771208 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151618691 19498610688 667961 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
Current children cumulated CPU time: 2.72 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2671844 KiB

[startup+3.10606 s]
/proc/loadavg: 1.10 0.33 0.16 6/332 771555
/proc/meminfo: memFree=122033612/131524600 swapFree=131071996/131071996
[pid=771441] ppid=771437 vsize=19041612 memory=3026152 CPUtime=4.35 cores=0,2
/proc/771441/stat : 771441 (java) S 771437 771441 771208 0 -1 1077936128 24167 0 0 0 371 64 0 0 20 0 19 0 151618687 19498610688 756538 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
/proc/771441/statm: 4760403 756538 5870 1 0 1083597 0
[pid=771441/tid=771446] ppid=771437 vsize=19041612 memory=0 CPUtime=2.91 cores=0,2
/proc/771441/task/771446/stat : 771446 (java) R 771437 771441 771208 0 -1 4194368 7462 0 0 0 232 59 0 0 20 0 19 0 151618688 19498610688 756538 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
[pid=771441/tid=771462] ppid=771437 vsize=19041612 memory=12952 CPUtime=0 cores=0,2
/proc/771441/task/771462/stat : 771462 (Finalizer) S 771437 771441 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151618691 19498610688 756538 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
[pid=771441/tid=771474] ppid=771437 vsize=19041612 memory=3452977613096305 CPUtime=0 cores=0,2
/proc/771441/task/771474/stat : 771474 (Common-Cleaner) S 771437 771441 771208 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151618691 19498610688 756538 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
Current children cumulated CPU time: 4.35 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3026152 KiB

[startup+6.3003 s]
/proc/loadavg: 1.10 0.33 0.16 6/332 771557
/proc/meminfo: memFree=120355272/131524600 swapFree=131071996/131071996
[pid=771441] ppid=771437 vsize=19041612 memory=3494368 CPUtime=7.61 cores=0,2
/proc/771441/stat : 771441 (java) S 771437 771441 771208 0 -1 1077936128 25123 0 0 0 686 75 0 0 20 0 19 0 151618687 19498610688 873592 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
/proc/771441/statm: 4760403 873592 5870 1 0 1204758 0
[pid=771441/tid=771446] ppid=771437 vsize=19041612 memory=12952 CPUtime=5.92 cores=0,2
/proc/771441/task/771446/stat : 771446 (java) R 771437 771441 771208 0 -1 4194368 7918 0 0 0 523 69 0 0 20 0 19 0 151618688 19498610688 873592 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
[pid=771441/tid=771462] ppid=771437 vsize=19041612 memory=3026152 CPUtime=0 cores=0,2
/proc/771441/task/771462/stat : 771462 (Finalizer) S 771437 771441 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151618691 19498610688 873592 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
[pid=771441/tid=771474] ppid=771437 vsize=19041612 memory=11648 CPUtime=0 cores=0,2
/proc/771441/task/771474/stat : 771474 (Common-Cleaner) S 771437 771441 771208 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151618691 19498610688 873592 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
Current children cumulated CPU time: 7.61 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3494368 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=771441] ppid=771437 vsize=19108176 memory=4192100 CPUtime=15.55 cores=0,2
/proc/771441/stat : 771441 (java) S 771437 771441 771208 0 -1 1077936128 32501 0 0 0 1464 91 0 0 20 0 20 0 151618687 19566772224 1048025 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
/proc/771441/statm: 4777044 1048025 5908 1 0 1375257 0
[pid=771441/tid=771446] ppid=771437 vsize=19108176 memory=11648 CPUtime=12.03 cores=0,2
/proc/771441/task/771446/stat : 771446 (java) R 771437 771441 771208 0 -1 4194368 8904 0 0 0 1120 83 0 0 20 0 20 0 151618688 19566772224 1048025 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
[pid=771441/tid=771462] ppid=771437 vsize=19108176 memory=11648 CPUtime=0 cores=0,2
/proc/771441/task/771462/stat : 771462 (Finalizer) S 771437 771441 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618691 19566772224 1048025 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
[pid=771441/tid=771474] ppid=771437 vsize=19108176 memory=4174848 CPUtime=0 cores=0,2
/proc/771441/task/771474/stat : 771474 (Common-Cleaner) S 771437 771441 771208 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151618691 19566772224 1048025 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
[pid=771441/tid=771559] ppid=771437 vsize=19108176 memory=39236 CPUtime=0 cores=0,2
/proc/771441/task/771559/stat : 771559 (Timer-0) S 771437 771441 771208 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151619714 19566772224 1048025 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
Current children cumulated CPU time: 15.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4192100 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=771441] ppid=771437 vsize=19108176 memory=4193108 CPUtime=29.05 cores=0,2
/proc/771441/stat : 771441 (java) S 771437 771441 771208 0 -1 1077936128 38722 0 0 0 2813 92 0 0 20 0 20 0 151618687 19566772224 1048277 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
/proc/771441/statm: 4777044 1048277 5908 1 0 1375289 0
[pid=771441/tid=771446] ppid=771437 vsize=19108176 memory=11648 CPUtime=24.54 cores=0,2
/proc/771441/task/771446/stat : 771446 (java) R 771437 771441 771208 0 -1 4194368 11473 0 0 0 2370 84 0 0 20 0 20 0 151618688 19566772224 1048277 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
[pid=771441/tid=771462] ppid=771437 vsize=19108176 memory=4193108 CPUtime=0 cores=0,2
/proc/771441/task/771462/stat : 771462 (Finalizer) S 771437 771441 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618691 19566772224 1048277 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
[pid=771441/tid=771474] ppid=771437 vsize=19108176 memory=11648 CPUtime=0 cores=0,2
/proc/771441/task/771474/stat : 771474 (Common-Cleaner) S 771437 771441 771208 0 -1 1077936192 59 0 0 0 0 0 0 0 20 0 20 0 151618691 19566772224 1048277 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
[pid=771441/tid=771559] ppid=771437 vsize=19108176 memory=4163700 CPUtime=0 cores=0,2
/proc/771441/task/771559/stat : 771559 (Timer-0) S 771437 771441 771208 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151619714 19566772224 1048277 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
Current children cumulated CPU time: 29.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4193108 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=771441] ppid=771437 vsize=19108176 memory=4962504 CPUtime=55.91 cores=0,2
/proc/771441/stat : 771441 (java) S 771437 771441 771208 0 -1 1077936128 44493 0 0 0 5482 109 0 0 20 0 20 0 151618687 19566772224 1240626 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
/proc/771441/statm: 4777044 1240626 5908 1 0 1375290 0
[pid=771441/tid=771446] ppid=771437 vsize=19108176 memory=4511116 CPUtime=48.68 cores=0,2
/proc/771441/task/771446/stat : 771446 (java) R 771437 771441 771208 0 -1 4194368 13712 0 0 0 4784 84 0 0 20 0 20 0 151618688 19566772224 1240626 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
[pid=771441/tid=771462] ppid=771437 vsize=19108176 memory=11648 CPUtime=0 cores=0,2
/proc/771441/task/771462/stat : 771462 (Finalizer) S 771437 771441 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618691 19566772224 1240626 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
[pid=771441/tid=771474] ppid=771437 vsize=19108176 memory=12952 CPUtime=0 cores=0,2
/proc/771441/task/771474/stat : 771474 (Common-Cleaner) S 771437 771441 771208 0 -1 1077936192 59 0 0 0 0 0 0 0 20 0 20 0 151618691 19566772224 1240626 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
[pid=771441/tid=771559] ppid=771437 vsize=19108176 memory=11648 CPUtime=0 cores=0,2
/proc/771441/task/771559/stat : 771559 (Timer-0) S 771437 771441 771208 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151619714 19566772224 1240626 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
Current children cumulated CPU time: 55.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4962504 KiB


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

/proc/771441/stat : 771441 (java) S 771437 771441 771208 0 -1 1077936128 1060039 0 0 0 328483 764 0 0 20 0 20 0 151618687 19566772224 4078690 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
/proc/771441/statm: 4777044 4078690 5981 1 0 4091084 0
[pid=771441/tid=771446] ppid=771437 vsize=19108176 memory=129 CPUtime=1762.61 cores=0,2
/proc/771441/task/771446/stat : 771446 (java) S 771437 771441 771208 0 -1 1077936192 511879 0 0 0 175924 337 0 0 20 0 20 0 151618688 19566772224 4078690 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 21 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
[pid=771441/tid=771462] ppid=771437 vsize=19108176 memory=16314704 CPUtime=0 cores=0,2
/proc/771441/task/771462/stat : 771462 (Finalizer) S 771437 771441 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618691 19566772224 4078690 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
[pid=771441/tid=771474] ppid=771437 vsize=19108176 memory=16314704 CPUtime=0 cores=0,2
/proc/771441/task/771474/stat : 771474 (Common-Cleaner) S 771437 771441 771208 0 -1 1077936192 1933 0 0 0 0 0 0 0 20 0 20 0 151618691 19566772224 4078690 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
[pid=771441/tid=771559] ppid=771437 vsize=19108176 memory=39236 CPUtime=0 cores=0,2
/proc/771441/task/771559/stat : 771559 (Timer-0) S 771437 771441 771208 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151619714 19566772224 4078690 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
Current children cumulated CPU time: 3292.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16314760 KiB

[startup+2322.31 s]
/proc/loadavg: 6.11 6.00 5.23 7/332 773128
/proc/meminfo: memFree=89315996/131524600 swapFree=131071996/131071996
[pid=771441] ppid=771437 vsize=19108176 memory=16314832 CPUtime=3405.77 cores=0,2
/proc/771441/stat : 771441 (java) S 771437 771441 771208 0 -1 1077936128 1062475 0 0 0 339812 765 0 0 20 0 20 0 151618687 19566772224 4078708 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
/proc/771441/statm: 4777044 4078708 5981 1 0 4091084 0
[pid=771441/tid=771446] ppid=771437 vsize=19108176 memory=129 CPUtime=1768.33 cores=0,2
/proc/771441/task/771446/stat : 771446 (java) S 771437 771441 771208 0 -1 1077936192 512016 0 0 0 176496 337 0 0 20 0 20 0 151618688 19566772224 4078708 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 21 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
[pid=771441/tid=771462] ppid=771437 vsize=19108176 memory=16314648 CPUtime=0 cores=0,2
/proc/771441/task/771462/stat : 771462 (Finalizer) S 771437 771441 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618691 19566772224 4078708 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
[pid=771441/tid=771474] ppid=771437 vsize=19108176 memory=16314832 CPUtime=0 cores=0,2
/proc/771441/task/771474/stat : 771474 (Common-Cleaner) S 771437 771441 771208 0 -1 1077936192 1933 0 0 0 0 0 0 0 20 0 20 0 151618691 19566772224 4078708 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
[pid=771441/tid=771559] ppid=771437 vsize=19108176 memory=16314832 CPUtime=0 cores=0,2
/proc/771441/task/771559/stat : 771559 (Timer-0) S 771437 771441 771208 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151619714 19566772224 4078708 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
Current children cumulated CPU time: 3405.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16314832 KiB

[startup+2382.3 s]
/proc/loadavg: 5.57 5.88 5.24 6/332 773203
/proc/meminfo: memFree=103583812/131524600 swapFree=131071996/131071996
[pid=771441] ppid=771437 vsize=19108176 memory=16314900 CPUtime=3519.65 cores=0,2
/proc/771441/stat : 771441 (java) S 771437 771441 771208 0 -1 1077936128 1096969 0 0 0 351197 768 0 0 20 0 20 0 151618687 19566772224 4078725 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
/proc/771441/statm: 4777044 4078725 5981 1 0 4091085 0
[pid=771441/tid=771446] ppid=771437 vsize=19108176 memory=129 CPUtime=1773.51 cores=0,2
/proc/771441/task/771446/stat : 771446 (java) S 771437 771441 771208 0 -1 1077936192 512736 0 0 0 177013 338 0 0 20 0 20 0 151618688 19566772224 4078725 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 21 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
[pid=771441/tid=771462] ppid=771437 vsize=19108176 memory=11648 CPUtime=0 cores=0,2
/proc/771441/task/771462/stat : 771462 (Finalizer) S 771437 771441 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618691 19566772224 4078725 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
[pid=771441/tid=771474] ppid=771437 vsize=19108176 memory=16314820 CPUtime=0 cores=0,2
/proc/771441/task/771474/stat : 771474 (Common-Cleaner) S 771437 771441 771208 0 -1 1077936192 1985 0 0 0 0 0 0 0 20 0 20 0 151618691 19566772224 4078725 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
[pid=771441/tid=771559] ppid=771437 vsize=19108176 memory=11648 CPUtime=0 cores=0,2
/proc/771441/task/771559/stat : 771559 (Timer-0) S 771437 771441 771208 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151619714 19566772224 4078725 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
Current children cumulated CPU time: 3519.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16314900 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2424.7 s]
/proc/loadavg: 5.34 5.78 5.23 6/332 773210
/proc/meminfo: memFree=103474252/131524600 swapFree=131071996/131071996
[pid=771441] ppid=771437 vsize=19108176 memory=16314928 CPUtime=3600.19 cores=0,2
/proc/771441/stat : 771441 (java) S 771437 771441 771208 0 -1 1077936128 1098367 0 0 0 359251 768 0 0 20 0 20 0 151618687 19566772224 4078732 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
/proc/771441/statm: 4777044 4078732 5981 1 0 4091085 0
[pid=771441/tid=771446] ppid=771437 vsize=19108176 memory=129 CPUtime=1777.05 cores=0,2
/proc/771441/task/771446/stat : 771446 (java) S 771437 771441 771208 0 -1 1077936192 512740 0 0 0 177367 338 0 0 20 0 20 0 151618688 19566772224 4078732 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 21 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
[pid=771441/tid=771462] ppid=771437 vsize=19108176 memory=16314908 CPUtime=0 cores=0,2
/proc/771441/task/771462/stat : 771462 (Finalizer) S 771437 771441 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618691 19566772224 4078732 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
[pid=771441/tid=771474] ppid=771437 vsize=19108176 memory=16314792 CPUtime=0 cores=0,2
/proc/771441/task/771474/stat : 771474 (Common-Cleaner) S 771437 771441 771208 0 -1 1077936192 1985 0 0 0 0 0 0 0 20 0 20 0 151618691 19566772224 4078732 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
[pid=771441/tid=771559] ppid=771437 vsize=19108176 memory=11648 CPUtime=0 cores=0,2
/proc/771441/task/771559/stat : 771559 (Timer-0) S 771437 771441 771208 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151619714 19566772224 4078732 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
Current children cumulated CPU time: 3600.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16314928 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3596.51 s, system=7.72923 s

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

[startup+2425.6 s]
/proc/loadavg: 5.34 5.78 5.23 6/332 773210
/proc/meminfo: memFree=103449640/131524600 swapFree=131071996/131071996
[pid=771441] ppid=771437 vsize=19108176 memory=16314928 CPUtime=3601.97 cores=0,2
/proc/771441/stat : 771441 (java) S 771437 771441 771208 0 -1 1077936128 1098382 0 0 0 359429 768 0 0 20 0 20 0 151618687 19566772224 4078732 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
/proc/771441/statm: 4777044 4078732 5981 1 0 4091085 0
[pid=771441/tid=771446] ppid=771437 vsize=19108176 memory=12952 CPUtime=1777.05 cores=0,2
/proc/771441/task/771446/stat : 771446 (java) S 771437 771441 771208 0 -1 1077936192 512740 0 0 0 177367 338 0 0 20 0 20 0 151618688 19566772224 4078732 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 21 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
[pid=771441/tid=771462] ppid=771437 vsize=19108176 memory=15864 CPUtime=0 cores=0,2
/proc/771441/task/771462/stat : 771462 (Finalizer) S 771437 771441 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618691 19566772224 4078732 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
[pid=771441/tid=771474] ppid=771437 vsize=19108176 memory=2280 CPUtime=0 cores=0,2
/proc/771441/task/771474/stat : 771474 (Common-Cleaner) S 771437 771441 771208 0 -1 1077936192 1985 0 0 0 0 0 0 0 20 0 20 0 151618691 19566772224 4078732 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
[pid=771441/tid=771559] ppid=771437 vsize=19108176 memory=-8672356643936576188 CPUtime=0 cores=0,2
/proc/771441/task/771559/stat : 771559 (Timer-0) S 771437 771441 771208 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151619714 19566772224 4078732 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
Current children cumulated CPU time: 3601.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16314928 KiB

[startup+2426.41 s]
/proc/loadavg: 5.34 5.78 5.23 6/332 773211
/proc/meminfo: memFree=103449556/131524600 swapFree=131071996/131071996
[pid=771441] ppid=771437 vsize=19108176 memory=16314928 CPUtime=3603.58 cores=0,2
/proc/771441/stat : 771441 (java) S 771437 771441 771208 0 -1 1077936128 1098383 0 0 0 359590 768 0 0 20 0 20 0 151618687 19566772224 4078732 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
/proc/771441/statm: 4777044 4078732 5981 1 0 4091085 0
[pid=771441/tid=771446] ppid=771437 vsize=19108176 memory=2280 CPUtime=1777.05 cores=0,2
/proc/771441/task/771446/stat : 771446 (java) S 771437 771441 771208 0 -1 1077936192 512740 0 0 0 177367 338 0 0 20 0 20 0 151618688 19566772224 4078732 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 21 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
[pid=771441/tid=771462] ppid=771437 vsize=19108176 memory=39380 CPUtime=0 cores=0,2
/proc/771441/task/771462/stat : 771462 (Finalizer) S 771437 771441 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618691 19566772224 4078732 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
[pid=771441/tid=771474] ppid=771437 vsize=19108176 memory=5432 CPUtime=0 cores=0,2
/proc/771441/task/771474/stat : 771474 (Common-Cleaner) S 771437 771441 771208 0 -1 1077936192 1985 0 0 0 0 0 0 0 20 0 20 0 151618691 19566772224 4078732 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
[pid=771441/tid=771559] ppid=771437 vsize=19108176 memory=15864 CPUtime=0 cores=0,2
/proc/771441/task/771559/stat : 771559 (Timer-0) S 771437 771441 771208 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151619714 19566772224 4078732 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
Current children cumulated CPU time: 3603.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16314928 KiB

[startup+2426.61 s]
/proc/loadavg: 5.34 5.78 5.23 6/332 773211
/proc/meminfo: memFree=103449556/131524600 swapFree=131071996/131071996
[pid=771441] ppid=771437 vsize=19108176 memory=16314928 CPUtime=3603.97 cores=0,2
/proc/771441/stat : 771441 (java) S 771437 771441 771208 0 -1 1077936128 1098383 0 0 0 359629 768 0 0 20 0 20 0 151618687 19566772224 4078732 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
/proc/771441/statm: 4777044 4078732 5981 1 0 4091085 0
[pid=771441/tid=771446] ppid=771437 vsize=19108176 memory=39380 CPUtime=1777.05 cores=0,2
/proc/771441/task/771446/stat : 771446 (java) S 771437 771441 771208 0 -1 1077936192 512740 0 0 0 177367 338 0 0 20 0 20 0 151618688 19566772224 4078732 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 21 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
[pid=771441/tid=771462] ppid=771437 vsize=19108176 memory=1816 CPUtime=0 cores=0,2
/proc/771441/task/771462/stat : 771462 (Finalizer) S 771437 771441 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618691 19566772224 4078732 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
[pid=771441/tid=771474] ppid=771437 vsize=19108176 memory=32224 CPUtime=0 cores=0,2
/proc/771441/task/771474/stat : 771474 (Common-Cleaner) S 771437 771441 771208 0 -1 1077936192 1985 0 0 0 0 0 0 0 20 0 20 0 151618691 19566772224 4078732 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
[pid=771441/tid=771559] ppid=771437 vsize=19108176 memory=19140 CPUtime=0 cores=0,2
/proc/771441/task/771559/stat : 771559 (Timer-0) S 771437 771441 771208 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151619714 19566772224 4078732 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
Current children cumulated CPU time: 3603.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16314928 KiB

[startup+2426.7 s]
/proc/loadavg: 5.34 5.78 5.23 6/332 773211
/proc/meminfo: memFree=103449556/131524600 swapFree=131071996/131071996
[pid=771441] ppid=771437 vsize=19108176 memory=16314928 CPUtime=3604.16 cores=0,2
/proc/771441/stat : 771441 (java) S 771437 771441 771208 0 -1 1077936128 1098384 0 0 0 359648 768 0 0 20 0 20 0 151618687 19566772224 4078732 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
/proc/771441/statm: 4777044 4078732 5981 1 0 4091085 0
[pid=771441/tid=771446] ppid=771437 vsize=19108176 memory=129 CPUtime=1777.05 cores=0,2
/proc/771441/task/771446/stat : 771446 (java) S 771437 771441 771208 0 -1 1077936192 512740 0 0 0 177367 338 0 0 20 0 20 0 151618688 19566772224 4078732 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 21 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
[pid=771441/tid=771462] ppid=771437 vsize=19108176 memory=16314928 CPUtime=0 cores=0,2
/proc/771441/task/771462/stat : 771462 (Finalizer) S 771437 771441 771208 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618691 19566772224 4078732 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
[pid=771441/tid=771474] ppid=771437 vsize=19108176 memory=11648 CPUtime=0 cores=0,2
/proc/771441/task/771474/stat : 771474 (Common-Cleaner) S 771437 771441 771208 0 -1 1077936192 1985 0 0 0 0 0 0 0 20 0 20 0 151618691 19566772224 4078732 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
[pid=771441/tid=771559] ppid=771437 vsize=19108176 memory=39236 CPUtime=0 cores=0,2
/proc/771441/task/771559/stat : 771559 (Timer-0) S 771437 771441 771208 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151619714 19566772224 4078732 134679101440 94732993650688 94732993654384 140736276326640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94732993662200 94732993662992 94733014368256 140736276329456 140736276329569 140736276329569 140736276336584 0
Current children cumulated CPU time: 3604.16 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16314928 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 2426.76
CPU time (s): 3604.24
CPU user time (s): 3596.51
CPU system time (s): 7.72923
CPU usage (%): 148.521
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 16314928

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.51
system time used= 7.72923
maximum resident set size= 16315256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1098389
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 84862
involuntary context switches= 67082


# summary of solver processes directly reported to runsolver:
#   pid: 771441
#   total CPU time (s): 3604.24
#   total CPU user time (s): 3596.51
#   total CPU system time (s): 7.72923

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.80212 second user time and 11.1183 second system time

The end

Launcher Data

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

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

MD5SUM BENCH= 37dc22c6a12cddf588c55f8d6ee6d8c2
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.971
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		: 3621.057
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.805
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		: 3636.368
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		: 3622.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.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		: 3647.570
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		: 3622.348
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		: 3603.993
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:        128347452 kB
MemAvailable:   129458384 kB
Buffers:          342540 kB
Cached:          1599284 kB
SwapCached:            0 kB
Active:           563648 kB
Inactive:        2011964 kB
Active(anon):       1564 kB
Inactive(anon):   670012 kB
Active(file):     562084 kB
Inactive(file):  1341952 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             36600 kB
Writeback:             0 kB
AnonPages:        633968 kB
Mapped:           122576 kB
Shmem:             37720 kB
KReclaimable:      93436 kB
Slab:             197280 kB
SReclaimable:      93436 kB
SUnreclaim:       103844 kB
KernelStack:        4672 kB
PageTables:        10824 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= 890064 MiB
End job on nodeC023 at 2024-07-15 00:42:57