Trace number 4494458

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 NameAnswerCPU timeWall clock time
Sat4j CP 2025-06-06? (TO) 3600.53 3590.46

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
liu/vdw/normalized-vdw_k6_l3_n170.opb
MD5SUMf8e7200d7e9c4a7cfb6b4e6c5b6d430a
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark104.888
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1020
Total number of constraints43010
Number of constraints which are clauses42840
Number of constraints which are cardinality constraints (but not clauses)170
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint6
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
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.10	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.14/0.11	c version PB25.v20250606
0.14/0.12	c java.runtime.name	OpenJDK Runtime Environment
0.14/0.12	c java.vm.name		OpenJDK 64-Bit Server VM
0.14/0.12	c java.vm.version	22.0.1+8-16
0.14/0.12	c java.vm.vendor	Oracle Corporation
0.14/0.12	c sun.arch.data.model	64
0.14/0.12	c java.version		22.0.1
0.14/0.12	c os.name		Linux
0.14/0.12	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.14/0.12	c os.arch		amd64
0.14/0.13	c Free memory 		2104792832
0.14/0.13	c Max memory 		16282288128
0.14/0.13	c Total memory 		2113929216
0.14/0.13	c Number of processors 	2
0.14/0.20	c Pseudo Boolean Optimization by upper bound
0.14/0.20	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.20	c  - never skip resolution steps
0.14/0.20	c  - Auto-division on coefficients is disabled
0.14/0.20	c  - No postprocessing
0.14/0.20	c  - Conflict is considered as is when resolving
0.14/0.20	c  - Use constraints as they come during conflict analysis
0.14/0.20	c  - Weaken first using unassigned literals
0.14/0.20	c  - Bump strategy: ALWAYS_ONE
0.14/0.20	c  - Bumper: ANY
0.14/0.20	c --- Begin Solver configuration ---
0.14/0.20	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.14/0.20	c Learn all clauses as in MiniSAT
0.14/0.20	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.20	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.20	c No reason simplification
0.14/0.20	c Armin Biere (Picosat) restarts strategy
0.14/0.20	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.14/0.20	c timeout=2147483s
0.14/0.20	c DB Simplification allowed=false
0.14/0.20	c Listener: none
0.14/0.20	c --- End Solver configuration ---
0.14/0.20	c solving HOME/instance-4494458-1751152829.opb
0.14/0.20	c reading problem ... 
0.14/0.20	c  no objective function found
1.05/0.66	c ... done. Wall clock time 0.453s.
1.05/0.66	c declared #vars     1020
1.05/0.66	c #constraints  43180
1.05/0.66	c constraints type 
1.05/0.66	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 170
1.05/0.66	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 43010
1.05/0.66	c 43180 constraints processed.
6.81/3.90	c cleaning 2500 clauses out of 5003
21.04/16.48	c cleaning 4244 clauses out of 8500
64.48/59.53	c cleaning 5622 clauses out of 11256
162.29/156.84	c cleaning 6814 clauses out of 13634
327.88/321.92	c cleaning 7904 clauses out of 15820
588.59/582.07	c cleaning 8957 clauses out of 17917
996.67/989.77	c cleaning 9977 clauses out of 19960
1584.26/1577.10	c cleaning 10989 clauses out of 21983
2479.44/2471.21	c cleaning 11990 clauses out of 23993
3600.06/3590.26	c starts		: 90
3600.06/3590.28	c conflicts		: 93876
3600.06/3590.29	c decisions		: 123895
3600.06/3590.29	c propagations		: 8590181
3600.06/3590.29	c inspects		: 5437399209
3600.06/3590.29	c shortcuts		: 0
3600.06/3590.29	c learnt literals	: 0
3600.06/3590.29	c learnt binary clauses	: 0
3600.06/3590.30	c learnt ternary clauses	: 0
3600.06/3590.30	c learnt constraints	: 93876
3600.06/3590.30	c ignored constraints	: 0
3600.06/3590.30	c root simplifications	: 0
3600.06/3590.30	c removed literals (reason simplification)	: 0
3600.06/3590.30	c reason swapping (by a shorter reason)	: 0
3600.06/3590.30	c Calls to reduceDB	: 9
3600.06/3590.30	c Number of update (reduction) of LBD	: 0
3600.06/3590.30	c Imported unit clauses	: 0
3600.26/3590.30	c No decision after first conflict	: false
3600.26/3590.31	c number of reductions to clauses (during analyze)	: 0
3600.26/3590.31	c number of learned constraints concerned by reduction	: 0
3600.26/3590.31	c number of learning phase by resolution	: 0
3600.26/3590.31	c number of learning phase by cutting planes	: 0
3600.26/3590.32	c number of rounding to 1 operations	: 0
3600.26/3590.32	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.26/3590.32	c number of reductions of the coefficients by power 2 	: 0
3600.26/3590.32	c number of right shift for reduction by power 2 	: 0
3600.26/3590.32	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.26/3590.32	c number of ending skipping 	: 0
3600.26/3590.32	c number of internal skipping 	: 0
3600.26/3590.32	c number of derivation steps 	: 2350918
3600.26/3590.32	c number of skipped derivation steps 	: 0
3600.26/3590.32	c number of remaining unassigned 	: 34
3600.26/3590.32	c number of remaining assigned 	: 1156477
3600.26/3590.32	c number of falsified literals weakened from reason	: 0
3600.26/3590.32	c number of falsified literals weakened from conflict	: 0
3600.26/3590.33	c time for arithmetic operations	: 110429473
3600.26/3590.33	c minimum degree of deleted constraints	: null
3600.26/3590.35	c maximum degree of deleted constraints	: null
3600.26/3590.35	c number of deleted constraints	: 0
3600.26/3590.35	c speed (assignments/second)	: 2393.014050512983
3600.26/3590.36	c non guided choices	: 194
3600.44/3590.41	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 16302
3600.44/3590.41	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 8571
3600.44/3590.41	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 6
3600.44/3590.42	s UNKNOWN
3600.44/3590.43	c Total wall clock time (in seconds): 3590.223

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: 63794 MiB (60664 MiB free)
  memory of node 1: 64507 MiB (61631 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4494458-1751152829/watcher-4494458-1751152829 -o /tmp/evaluation-result-4494458-1751152829/solver-4494458-1751152829 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751145766-16104 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4494458-1751152829.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=18416, runsolver pid=18413

[startup+0.100073 s]*
/proc/loadavg: 4.82 4.51 4.40 5/304 18434
/proc/meminfo: memFree=125206468/131382116 swapFree=33010684/33010684
[pid=18416] ppid=18413 vsize=18930384 memory=51760 CPUtime=0.14 cores=1,3
/proc/18416/stat : 18416 (java) S 18413 18416 16092 0 -1 4194304 6095 0 0 0 11 3 0 0 20 0 18 0 30962645 19384713216 12940 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
/proc/18416/statm: 4732596 12940 5337 1 0 547219 0
[pid=18416/tid=18418] ppid=18413 vsize=18930384 memory=4026532141 CPUtime=0.07 cores=1,3
/proc/18416/task/18418/stat : 18418 (java) R 18413 18416 16092 0 -1 4194368 4956 0 0 0 6 1 0 0 20 0 18 0 30962647 19384713216 12940 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
[pid=18416/tid=18427] ppid=18413 vsize=18930384 memory=237112657232 CPUtime=0 cores=1,3
/proc/18416/task/18427/stat : 18427 (Finalizer) S 18413 18416 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30962650 19384713216 12940 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
[pid=18416/tid=18434] ppid=18413 vsize=18930384 memory=25913 CPUtime=0 cores=1,3
/proc/18416/task/18434/stat : 18434 (Common-Cleaner) S 18413 18416 16092 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30962650 19384713216 12940 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51760 KiB

[startup+0.214059 s]*
/proc/loadavg: 4.82 4.51 4.40 7/304 18434
/proc/meminfo: memFree=125195380/131382116 swapFree=33010684/33010684
[pid=18416] ppid=18413 vsize=18930384 memory=61416 CPUtime=0.34 cores=1,3
/proc/18416/stat : 18416 (java) S 18413 18416 16092 0 -1 4194304 6915 0 0 0 31 3 0 0 20 0 18 0 30962645 19384713216 15354 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
/proc/18416/statm: 4732596 15354 5433 1 0 547917 0
[pid=18416/tid=18418] ppid=18413 vsize=18930384 memory=3472328300254199928 CPUtime=0.19 cores=1,3
/proc/18416/task/18418/stat : 18418 (java) R 18413 18416 16092 0 -1 4194368 5387 0 0 0 17 2 0 0 20 0 18 0 30962647 19384713216 15354 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
[pid=18416/tid=18427] ppid=18413 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/18416/task/18427/stat : 18427 (Finalizer) S 18413 18416 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30962650 19384713216 15354 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
[pid=18416/tid=18434] ppid=18413 vsize=18930384 memory=59593594265959 CPUtime=0 cores=1,3
/proc/18416/task/18434/stat : 18434 (Common-Cleaner) S 18413 18416 16092 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30962650 19384713216 15354 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61416 KiB

[startup+0.313964 s]*
/proc/loadavg: 4.82 4.51 4.40 7/304 18434
/proc/meminfo: memFree=125195380/131382116 swapFree=33010684/33010684
[pid=18416] ppid=18413 vsize=18930384 memory=66112 CPUtime=0.54 cores=1,3
/proc/18416/stat : 18416 (java) S 18413 18416 16092 0 -1 4194304 7059 0 0 0 50 4 0 0 20 0 18 0 30962645 19384713216 16528 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
/proc/18416/statm: 4732596 16528 5433 1 0 547987 0
[pid=18416/tid=18418] ppid=18413 vsize=18930384 memory=-6000919494248522862 CPUtime=0.27 cores=1,3
/proc/18416/task/18418/stat : 18418 (java) R 18413 18416 16092 0 -1 4194368 5403 0 0 0 25 2 0 0 20 0 18 0 30962647 19384713216 16528 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
[pid=18416/tid=18427] ppid=18413 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/18416/task/18427/stat : 18427 (Finalizer) S 18413 18416 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30962650 19384713216 16528 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
[pid=18416/tid=18434] ppid=18413 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/18416/task/18434/stat : 18434 (Common-Cleaner) S 18413 18416 16092 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30962650 19384713216 17062 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
Current children cumulated CPU time: 0.54 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 66112 KiB

[startup+0.700387 s]
/proc/loadavg: 4.82 4.51 4.40 6/304 18434
/proc/meminfo: memFree=125154736/131382116 swapFree=33010684/33010684
[pid=18416] ppid=18413 vsize=19063512 memory=159352 CPUtime=1.23 cores=1,3
/proc/18416/stat : 18416 (java) S 18413 18416 16092 0 -1 4194304 8794 0 0 0 116 7 0 0 20 0 20 0 30962645 19521036288 39838 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
/proc/18416/statm: 4765878 39838 5465 1 0 549595 0
[pid=18416/tid=18418] ppid=18413 vsize=19063512 memory=17152 CPUtime=0.61 cores=1,3
/proc/18416/task/18418/stat : 18418 (java) R 18413 18416 16092 0 -1 4194368 5491 0 0 0 57 4 0 0 20 0 20 0 30962647 19521036288 39838 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
[pid=18416/tid=18427] ppid=18413 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/18416/task/18427/stat : 18427 (Finalizer) S 18413 18416 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30962650 19521036288 39838 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
[pid=18416/tid=18434] ppid=18413 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/18416/task/18434/stat : 18434 (Common-Cleaner) S 18413 18416 16092 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30962650 19521036288 39838 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 159352 KiB

[startup+1.50028 s]
/proc/loadavg: 4.91 4.54 4.41 7/305 18436
/proc/meminfo: memFree=125071496/131382116 swapFree=33010684/33010684
[pid=18416] ppid=18413 vsize=19063512 memory=180336 CPUtime=2.77 cores=1,3
/proc/18416/stat : 18416 (java) S 18413 18416 16092 0 -1 4194304 20946 0 0 0 266 11 0 0 20 0 20 0 30962645 19521036288 45084 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
/proc/18416/statm: 4765878 45084 5497 1 0 554059 0
[pid=18416/tid=18418] ppid=18413 vsize=19063512 memory=0 CPUtime=1.27 cores=1,3
/proc/18416/task/18418/stat : 18418 (java) R 18413 18416 16092 0 -1 4194368 5774 0 0 0 122 5 0 0 20 0 20 0 30962647 19521036288 45084 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
[pid=18416/tid=18427] ppid=18413 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/18416/task/18427/stat : 18427 (Finalizer) S 18413 18416 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30962650 19521036288 45084 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
[pid=18416/tid=18434] ppid=18413 vsize=19063512 memory=14336 CPUtime=0 cores=1,3
/proc/18416/task/18434/stat : 18434 (Common-Cleaner) S 18413 18416 16092 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 30962650 19521036288 45084 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
[pid=18416/tid=18436] ppid=18413 vsize=19063512 memory=33 CPUtime=0 cores=1,3
/proc/18416/task/18436/stat : 18436 (Timer-0) S 18413 18416 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30962712 19521036288 45084 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
Current children cumulated CPU time: 2.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 180336 KiB

[startup+3.10566 s]
/proc/loadavg: 4.91 4.54 4.41 5/306 18502
/proc/meminfo: memFree=126547040/131382116 swapFree=33010684/33010684
[pid=18416] ppid=18413 vsize=19063512 memory=841116 CPUtime=5.84 cores=1,3
/proc/18416/stat : 18416 (java) S 18413 18416 16092 0 -1 4194304 26220 0 0 0 558 26 0 0 20 0 20 0 30962645 19521036288 210279 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
/proc/18416/statm: 4765878 210279 5497 1 0 555177 0
[pid=18416/tid=18418] ppid=18413 vsize=19063512 memory=11136 CPUtime=2.8 cores=1,3
/proc/18416/task/18418/stat : 18418 (java) R 18413 18416 16092 0 -1 4194368 6866 0 0 0 262 18 0 0 20 0 20 0 30962647 19521036288 210279 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
[pid=18416/tid=18427] ppid=18413 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/18416/task/18427/stat : 18427 (Finalizer) S 18413 18416 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30962650 19521036288 210279 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
[pid=18416/tid=18434] ppid=18413 vsize=19063512 memory=14336 CPUtime=0 cores=1,3
/proc/18416/task/18434/stat : 18434 (Common-Cleaner) S 18413 18416 16092 0 -1 4194368 46 0 0 0 0 0 0 0 20 0 20 0 30962650 19521036288 210279 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
[pid=18416/tid=18436] ppid=18413 vsize=19063512 memory=177012 CPUtime=0 cores=1,3
/proc/18416/task/18436/stat : 18436 (Timer-0) S 18413 18416 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30962712 19521036288 210279 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
Current children cumulated CPU time: 5.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 841116 KiB

[startup+6.30046 s]
/proc/loadavg: 5.00 4.56 4.41 6/307 18504
/proc/meminfo: memFree=125470664/131382116 swapFree=33010684/33010684
[pid=18416] ppid=18413 vsize=19063512 memory=1464708 CPUtime=9.75 cores=1,3
/proc/18416/stat : 18416 (java) S 18413 18416 16092 0 -1 4194304 29325 0 0 0 934 41 0 0 20 0 20 0 30962645 19521036288 366177 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
/proc/18416/statm: 4765878 366177 5497 1 0 662239 0
[pid=18416/tid=18418] ppid=18413 vsize=19063512 memory=0 CPUtime=5.91 cores=1,3
/proc/18416/task/18418/stat : 18418 (java) R 18413 18416 16092 0 -1 4194368 7896 0 0 0 560 31 0 0 20 0 20 0 30962647 19521036288 366177 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
[pid=18416/tid=18427] ppid=18413 vsize=19063512 memory=14336 CPUtime=0 cores=1,3
/proc/18416/task/18427/stat : 18427 (Finalizer) S 18413 18416 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30962650 19521036288 366177 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
[pid=18416/tid=18434] ppid=18413 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/18416/task/18434/stat : 18434 (Common-Cleaner) S 18413 18416 16092 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 30962650 19521036288 366177 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
[pid=18416/tid=18436] ppid=18413 vsize=19063512 memory=14336 CPUtime=0 cores=1,3
/proc/18416/task/18436/stat : 18436 (Timer-0) S 18413 18416 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30962712 19521036288 366177 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
Current children cumulated CPU time: 9.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1464708 KiB

[startup+12.7004 s]
/proc/loadavg: 5.00 4.57 4.42 5/307 18504
/proc/meminfo: memFree=123622360/131382116 swapFree=33010684/33010684
[pid=18416] ppid=18413 vsize=19063512 memory=1589916 CPUtime=17.08 cores=1,3
/proc/18416/stat : 18416 (java) S 18413 18416 16092 0 -1 4194304 29959 0 0 0 1664 44 0 0 20 0 20 0 30962645 19521036288 397479 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
/proc/18416/statm: 4765878 397479 5497 1 0 662241 0
[pid=18416/tid=18418] ppid=18413 vsize=19063512 memory=14336 CPUtime=12.17 cores=1,3
/proc/18416/task/18418/stat : 18418 (java) R 18413 18416 16092 0 -1 4194368 8442 0 0 0 1183 34 0 0 20 0 20 0 30962647 19521036288 397479 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
[pid=18416/tid=18427] ppid=18413 vsize=19063512 memory=14336 CPUtime=0 cores=1,3
/proc/18416/task/18427/stat : 18427 (Finalizer) S 18413 18416 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30962650 19521036288 397479 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
[pid=18416/tid=18434] ppid=18413 vsize=19063512 memory=1589916 CPUtime=0 cores=1,3
/proc/18416/task/18434/stat : 18434 (Common-Cleaner) S 18413 18416 16092 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 30962650 19521036288 397479 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
[pid=18416/tid=18436] ppid=18413 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/18416/task/18436/stat : 18436 (Timer-0) S 18413 18416 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30962712 19521036288 397479 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
Current children cumulated CPU time: 17.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1589916 KiB

[startup+25.5005 s]
/proc/loadavg: 4.92 4.57 4.42 5/327 18554
/proc/meminfo: memFree=120037612/131382116 swapFree=33010684/33010684
[pid=18416] ppid=18413 vsize=19063512 memory=1600192 CPUtime=30.35 cores=1,3
/proc/18416/stat : 18416 (java) S 18413 18416 16092 0 -1 4194304 35241 0 0 0 2989 46 0 0 20 0 20 0 30962645 19521036288 400048 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
/proc/18416/statm: 4765878 400048 5497 1 0 662241 0
[pid=18416/tid=18418] ppid=18413 vsize=19063512 memory=1589916 CPUtime=24.66 cores=1,3
/proc/18416/task/18418/stat : 18418 (java) R 18413 18416 16092 0 -1 4194368 10349 0 0 0 2432 34 0 0 20 0 20 0 30962647 19521036288 400048 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
[pid=18416/tid=18427] ppid=18413 vsize=19063512 memory=1598144 CPUtime=0 cores=1,3
/proc/18416/task/18427/stat : 18427 (Finalizer) S 18413 18416 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30962650 19521036288 400048 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
[pid=18416/tid=18434] ppid=18413 vsize=19063512 memory=14336 CPUtime=0 cores=1,3
/proc/18416/task/18434/stat : 18434 (Common-Cleaner) S 18413 18416 16092 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 30962650 19521036288 400048 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
[pid=18416/tid=18436] ppid=18413 vsize=19063512 memory=1598144 CPUtime=0 cores=1,3
/proc/18416/task/18436/stat : 18436 (Timer-0) S 18413 18416 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30962712 19521036288 400048 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
Current children cumulated CPU time: 30.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1600192 KiB

[startup+51.1136 s]
/proc/loadavg: 4.72 4.56 4.42 5/327 18554
/proc/meminfo: memFree=119446780/131382116 swapFree=33010684/33010684
[pid=18416] ppid=18413 vsize=19063512 memory=1620824 CPUtime=56.05 cores=1,3
/proc/18416/stat : 18416 (java) S 18413 18416 16092 0 -1 4194304 38725 0 0 0 5555 50 0 0 20 0 20 0 30962645 19521036288 405206 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
/proc/18416/statm: 4765878 405206 5497 1 0 662241 0
[pid=18416/tid=18418] ppid=18413 vsize=19063512 memory=1608508 CPUtime=49.62 cores=1,3
/proc/18416/task/18418/stat : 18418 (java) R 18413 18416 16092 0 -1 4194368 12747 0 0 0 4927 35 0 0 20 0 20 0 30962647 19521036288 405206 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
[pid=18416/tid=18427] ppid=18413 vsize=19063512 memory=1600192 CPUtime=0 cores=1,3
/proc/18416/task/18427/stat : 18427 (Finalizer) S 18413 18416 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30962650 19521036288 405206 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
[pid=18416/tid=18434] ppid=18413 vsize=19063512 memory=1616712 CPUtime=0 cores=1,3
/proc/18416/task/18434/stat : 18434 (Common-Cleaner) S 18413 18416 16092 0 -1 4194368 56 0 0 0 0 0 0 0 20 0 20 0 30962650 19521036288 405206 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
[pid=18416/tid=18436] ppid=18413 vsize=19063512 memory=5632 CPUtime=0 cores=1,3

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

[startup+3282.3 s]
/proc/loadavg: 4.23 4.19 4.19 5/326 18727
/proc/meminfo: memFree=116589612/131382116 swapFree=33010684/33010684
[pid=18416] ppid=18413 vsize=19063512 memory=2424148 CPUtime=3291.75 cores=1,3
/proc/18416/stat : 18416 (java) S 18413 18416 16092 0 -1 4194304 100539 0 0 0 328842 333 0 0 20 0 20 0 30962645 19521036288 606037 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
/proc/18416/statm: 4765878 606037 5497 1 0 789738 0
[pid=18416/tid=18418] ppid=18413 vsize=19063512 memory=17152 CPUtime=3249.92 cores=1,3
/proc/18416/task/18418/stat : 18418 (java) R 18413 18416 16092 0 -1 4194368 49653 0 0 0 324905 87 0 0 20 0 20 0 30962647 19521036288 606037 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
[pid=18416/tid=18427] ppid=18413 vsize=19063512 memory=14336 CPUtime=0 cores=1,3
/proc/18416/task/18427/stat : 18427 (Finalizer) S 18413 18416 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30962650 19521036288 606037 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
[pid=18416/tid=18434] ppid=18413 vsize=19063512 memory=14336 CPUtime=0 cores=1,3
/proc/18416/task/18434/stat : 18434 (Common-Cleaner) S 18413 18416 16092 0 -1 4194368 1711 0 0 0 0 0 0 0 20 0 20 0 30962650 19521036288 606037 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
[pid=18416/tid=18436] ppid=18413 vsize=19063512 memory=4352 CPUtime=0 cores=1,3
/proc/18416/task/18436/stat : 18436 (Timer-0) S 18413 18416 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30962712 19521036288 606037 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
Current children cumulated CPU time: 3291.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2424148 KiB

[startup+3342.3 s]
/proc/loadavg: 4.21 4.19 4.18 5/326 18729
/proc/meminfo: memFree=116564800/131382116 swapFree=33010684/33010684
[pid=18416] ppid=18413 vsize=19063512 memory=2428284 CPUtime=3351.79 cores=1,3
/proc/18416/stat : 18416 (java) S 18413 18416 16092 0 -1 4194304 101430 0 0 0 334840 339 0 0 20 0 20 0 30962645 19521036288 607071 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
/proc/18416/statm: 4765878 607071 5497 1 0 789738 0
[pid=18416/tid=18418] ppid=18413 vsize=19063512 memory=14336 CPUtime=3309.38 cores=1,3
/proc/18416/task/18418/stat : 18418 (java) R 18413 18416 16092 0 -1 4194368 49939 0 0 0 330850 88 0 0 20 0 20 0 30962647 19521036288 607071 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
[pid=18416/tid=18427] ppid=18413 vsize=19063512 memory=11136 CPUtime=0 cores=1,3
/proc/18416/task/18427/stat : 18427 (Finalizer) S 18413 18416 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30962650 19521036288 607071 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
[pid=18416/tid=18434] ppid=18413 vsize=19063512 memory=14336 CPUtime=0 cores=1,3
/proc/18416/task/18434/stat : 18434 (Common-Cleaner) S 18413 18416 16092 0 -1 4194368 1751 0 0 0 0 0 0 0 20 0 20 0 30962650 19521036288 607071 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
[pid=18416/tid=18436] ppid=18413 vsize=19063512 memory=1792 CPUtime=0 cores=1,3
/proc/18416/task/18436/stat : 18436 (Timer-0) S 18413 18416 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30962712 19521036288 607071 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
Current children cumulated CPU time: 3351.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2428284 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.18 4.18 5/327 18732
/proc/meminfo: memFree=116531808/131382116 swapFree=33010684/33010684
[pid=18416] ppid=18413 vsize=19063512 memory=2432396 CPUtime=3411.84 cores=1,3
/proc/18416/stat : 18416 (java) S 18413 18416 16092 0 -1 4194304 101507 0 0 0 340840 344 0 0 20 0 20 0 30962645 19521036288 608099 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
/proc/18416/statm: 4765878 608099 5497 1 0 789738 0
[pid=18416/tid=18418] ppid=18413 vsize=19063512 memory=11136 CPUtime=3368.87 cores=1,3
/proc/18416/task/18418/stat : 18418 (java) R 18413 18416 16092 0 -1 4194368 50004 0 0 0 336799 88 0 0 20 0 20 0 30962647 19521036288 608099 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
[pid=18416/tid=18427] ppid=18413 vsize=19063512 memory=14336 CPUtime=0 cores=1,3
/proc/18416/task/18427/stat : 18427 (Finalizer) S 18413 18416 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30962650 19521036288 608099 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
[pid=18416/tid=18434] ppid=18413 vsize=19063512 memory=2432396 CPUtime=0 cores=1,3
/proc/18416/task/18434/stat : 18434 (Common-Cleaner) S 18413 18416 16092 0 -1 4194368 1751 0 0 0 0 0 0 0 20 0 20 0 30962650 19521036288 608099 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
[pid=18416/tid=18436] ppid=18413 vsize=19063512 memory=2432396 CPUtime=0 cores=1,3
/proc/18416/task/18436/stat : 18436 (Timer-0) S 18413 18416 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30962712 19521036288 608099 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
Current children cumulated CPU time: 3411.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2432396 KiB

[startup+3462.3 s]
/proc/loadavg: 3.92 4.13 4.16 4/302 18767
/proc/meminfo: memFree=120056592/131382116 swapFree=33010684/33010684
[pid=18416] ppid=18413 vsize=19063512 memory=2436492 CPUtime=3471.93 cores=1,3
/proc/18416/stat : 18416 (java) S 18413 18416 16092 0 -1 4194304 102060 0 0 0 346843 350 0 0 20 0 20 0 30962645 19521036288 609123 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
/proc/18416/statm: 4765878 609123 5497 1 0 789738 0
[pid=18416/tid=18418] ppid=18413 vsize=19063512 memory=2434444 CPUtime=3428.35 cores=1,3
/proc/18416/task/18418/stat : 18418 (java) R 18413 18416 16092 0 -1 4194368 50545 0 0 0 342746 89 0 0 20 0 20 0 30962647 19521036288 609123 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
[pid=18416/tid=18427] ppid=18413 vsize=19063512 memory=-6000919494248522862 CPUtime=0 cores=1,3
/proc/18416/task/18427/stat : 18427 (Finalizer) S 18413 18416 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30962650 19521036288 609123 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
[pid=18416/tid=18434] ppid=18413 vsize=19063512 memory=2436492 CPUtime=0 cores=1,3
/proc/18416/task/18434/stat : 18434 (Common-Cleaner) S 18413 18416 16092 0 -1 4194368 1751 0 0 0 0 0 0 0 20 0 20 0 30962650 19521036288 609123 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
[pid=18416/tid=18436] ppid=18413 vsize=19063512 memory=14336 CPUtime=0 cores=1,3
/proc/18416/task/18436/stat : 18436 (Timer-0) S 18413 18416 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30962712 19521036288 609123 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
Current children cumulated CPU time: 3471.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2436492 KiB

[startup+3522.3 s]
/proc/loadavg: 3.39 3.93 4.09 4/303 18772
/proc/meminfo: memFree=120040484/131382116 swapFree=33010684/33010684
[pid=18416] ppid=18413 vsize=19063512 memory=2438540 CPUtime=3532.01 cores=1,3
/proc/18416/stat : 18416 (java) S 18413 18416 16092 0 -1 4194304 103649 0 0 0 352846 355 0 0 20 0 20 0 30962645 19521036288 609635 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
/proc/18416/statm: 4765878 609635 5497 1 0 789738 0
[pid=18416/tid=18418] ppid=18413 vsize=19063512 memory=2438540 CPUtime=3487.78 cores=1,3
/proc/18416/task/18418/stat : 18418 (java) R 18413 18416 16092 0 -1 4194368 51619 0 0 0 348688 90 0 0 20 0 20 0 30962647 19521036288 609635 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
[pid=18416/tid=18427] ppid=18413 vsize=19063512 memory=2438540 CPUtime=0 cores=1,3
/proc/18416/task/18427/stat : 18427 (Finalizer) S 18413 18416 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30962650 19521036288 609635 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
[pid=18416/tid=18434] ppid=18413 vsize=19063512 memory=17152 CPUtime=0 cores=1,3
/proc/18416/task/18434/stat : 18434 (Common-Cleaner) S 18413 18416 16092 0 -1 4194368 1752 0 0 0 0 0 0 0 20 0 20 0 30962650 19521036288 609635 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
[pid=18416/tid=18436] ppid=18413 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=1,3
/proc/18416/task/18436/stat : 18436 (Timer-0) S 18413 18416 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30962712 19521036288 609635 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
Current children cumulated CPU time: 3532.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2438540 KiB

[startup+3582.3 s]
/proc/loadavg: 3.24 3.79 4.03 3/281 18790
/proc/meminfo: memFree=124784208/131382116 swapFree=33010684/33010684
[pid=18416] ppid=18413 vsize=19063512 memory=2440588 CPUtime=3592.08 cores=1,3
/proc/18416/stat : 18416 (java) S 18413 18416 16092 0 -1 4194304 105315 0 0 0 358846 362 0 0 20 0 20 0 30962645 19521036288 610147 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
/proc/18416/statm: 4765878 610147 5497 1 0 789738 0
[pid=18416/tid=18418] ppid=18413 vsize=19063512 memory=17152 CPUtime=3547.31 cores=1,3
/proc/18416/task/18418/stat : 18418 (java) R 18413 18416 16092 0 -1 4194368 52618 0 0 0 354639 92 0 0 20 0 20 0 30962647 19521036288 610147 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
[pid=18416/tid=18427] ppid=18413 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=1,3
/proc/18416/task/18427/stat : 18427 (Finalizer) S 18413 18416 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30962650 19521036288 610147 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
[pid=18416/tid=18434] ppid=18413 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/18416/task/18434/stat : 18434 (Common-Cleaner) S 18413 18416 16092 0 -1 4194368 1818 0 0 0 0 0 0 0 20 0 20 0 30962650 19521036288 610147 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
[pid=18416/tid=18436] ppid=18413 vsize=19063512 memory=2440588 CPUtime=0 cores=1,3
/proc/18416/task/18436/stat : 18436 (Timer-0) S 18413 18416 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30962712 19521036288 610147 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
Current children cumulated CPU time: 3592.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2440588 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3590.2 s]
/proc/loadavg: 3.30 3.80 4.03 3/279 18813
/proc/meminfo: memFree=124795336/131382116 swapFree=33010684/33010684
[pid=18416] ppid=18413 vsize=19063512 memory=2440588 CPUtime=3600.06 cores=1,3
/proc/18416/stat : 18416 (java) S 18413 18416 16092 0 -1 4194304 105319 0 0 0 359643 363 0 0 20 0 20 0 30962645 19521036288 610147 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
/proc/18416/statm: 4765878 610147 5497 1 0 789738 0
[pid=18416/tid=18418] ppid=18413 vsize=19063512 memory=245635481903 CPUtime=3555.1 cores=1,3
/proc/18416/task/18418/stat : 18418 (java) R 18413 18416 16092 0 -1 4194368 52620 0 0 0 355418 92 0 0 20 0 20 0 30962647 19521036288 610147 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
[pid=18416/tid=18427] ppid=18413 vsize=19063512 memory=55212677268211 CPUtime=0 cores=1,3
/proc/18416/task/18427/stat : 18427 (Finalizer) S 18413 18416 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30962650 19521036288 610147 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
[pid=18416/tid=18434] ppid=18413 vsize=19063512 memory=4121416223965839392 CPUtime=0 cores=1,3
/proc/18416/task/18434/stat : 18434 (Common-Cleaner) S 18413 18416 16092 0 -1 4194368 1818 0 0 0 0 0 0 0 20 0 20 0 30962650 19521036288 610147 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
[pid=18416/tid=18436] ppid=18413 vsize=19063512 memory=-6000919494248522862 CPUtime=0 cores=1,3
/proc/18416/task/18436/stat : 18436 (Timer-0) S 18413 18416 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30962712 19521036288 610147 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2440588 KiB

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

[startup+3590.46 s]
# the end of solver process 18416 was just reported to runsolver
# Child status: 143

# cumulated CPU time of all completed processes:  user=3596.88 s, system=3.65765 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3590.4 s]
/proc/loadavg: 3.30 3.80 4.03 3/279 18813
/proc/meminfo: memFree=124795336/131382116 swapFree=33010684/33010684
[pid=18416] ppid=18413 vsize=19263204 memory=2441484 CPUtime=3600.44 cores=1,3
/proc/18416/stat : 18416 (java) S 18413 18416 16092 0 -1 4194304 107663 0 0 0 359681 363 0 0 20 0 21 0 30962645 19725520896 610371 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
/proc/18416/statm: 4815801 610371 5497 1 0 790657 0
[pid=18416/tid=18418] ppid=18413 vsize=19263204 memory=5632 CPUtime=3555.3 cores=1,3
/proc/18416/task/18418/stat : 18418 (java) R 18413 18416 16092 0 -1 4194368 52644 0 0 0 355438 92 0 0 20 0 21 0 30962647 19725520896 610371 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
[pid=18416/tid=18427] ppid=18413 vsize=19263204 memory=2440588 CPUtime=0 cores=1,3
/proc/18416/task/18427/stat : 18427 (Finalizer) S 18413 18416 16092 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 30962650 19725520896 610371 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
[pid=18416/tid=18434] ppid=18413 vsize=19263204 memory=17272 CPUtime=0 cores=1,3
/proc/18416/task/18434/stat : 18434 (Common-Cleaner) S 18413 18416 16092 0 -1 4194368 1818 0 0 0 0 0 0 0 20 0 21 0 30962650 19725520896 610371 18446744073709551615 94497252847616 94497252851312 140721566672192 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94497252859128 94497252859920 94497259839488 140721566681470 140721566681574 140721566681574 140721566687176 0
Current children cumulated CPU time: 3600.44 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 2441484 KiB

Child status: 143

Real time (s): 3590.46
CPU time (s): 3600.53
CPU user time (s): 3596.88
CPU system time (s): 3.65765
CPU usage (%): 100.28
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2441484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.88
system time used= 3.65765
maximum resident set size= 2441740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107871
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 137994
involuntary context switches= 7079


# summary of solver processes directly reported to runsolver:
#   pid: 18416
#   total CPU time (s): 3600.53
#   total CPU user time (s): 3596.88
#   total CPU system time (s): 3.65765

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 22.1164 second user time and 36.4179 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-06-29 01:20:29
IDJOB=4494458
IDBENCH=147891
IDSOLVER=3361
FILE ID=nodeC011/4494458-1751152829
RUNJOBID= nodeC011-1751145766-16104
SLURM_JOB_ID= 9587450
Free space on /tmp= 432928 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/liu/vdw/normalized-vdw_k6_l3_n170.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4494458-1751152829/watcher-4494458-1751152829 -o /tmp/evaluation-result-4494458-1751152829/solver-4494458-1751152829 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751145766-16104 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4494458-1751152829.opb

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

MD5SUM BENCH= f8e7200d7e9c4a7cfb6b4e6c5b6d430a
RANDOM SEED=1508939703

nodeC011 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/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	: 0xb00001f
cpu MHz		: 3662.707
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6984.20
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	: 0xb00001f
cpu MHz		: 3493.492
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6984.20
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	: 0xb00001f
cpu MHz		: 1197.619
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6984.20
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	: 0xb00001f
cpu MHz		: 1197.295
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6984.20
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	: 0xb00001f
cpu MHz		: 3492.104
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6984.20
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	: 0xb00001f
cpu MHz		: 2394.598
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6984.20
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	: 0xb00001f
cpu MHz		: 3700.000
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6984.20
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	: 0xb00001f
cpu MHz		: 1197.312
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        125230884 kB
MemAvailable:   124947424 kB
Buffers:            3280 kB
Cached:           528288 kB
SwapCached:            0 kB
Active:          5310008 kB
Inactive:         280480 kB
Active(anon):    5076880 kB
Inactive(anon):        0 kB
Active(file):     233128 kB
Inactive(file):   280480 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            127080 kB
Writeback:             0 kB
AnonPages:       5062140 kB
Mapped:           122228 kB
Shmem:             17960 kB
KReclaimable:      84732 kB
Slab:             163888 kB
SReclaimable:      84732 kB
SUnreclaim:        79156 kB
KernelStack:        4672 kB
PageTables:        13456 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   15844400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149992 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4898816 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433048 MiB
End job on nodeC011 at 2025-06-29 02:20:20