Trace number 4514956

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.54 3497.64

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2017/normalized-stein45inf.0.d.opb
MD5SUM5fcba496e137b8eb3f36fa18b36509a9
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.125956
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables45
Total number of constraints332
Number of constraints which are clauses330
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint45
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 70
Number of bits of the biggest sum of numbers7
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.00/0.11	c version PB25.v20250606
0.13/0.12	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.12	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.12	c java.vm.version	22.0.1+8-16
0.13/0.12	c java.vm.vendor	Oracle Corporation
0.13/0.12	c sun.arch.data.model	64
0.13/0.12	c java.version		22.0.1
0.13/0.12	c os.name		Linux
0.13/0.12	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.13/0.12	c os.arch		amd64
0.13/0.12	c Free memory 		2106806208
0.13/0.12	c Max memory 		16282288128
0.13/0.12	c Total memory 		2113929216
0.13/0.13	c Number of processors 	2
0.13/0.21	c Pseudo Boolean Optimization by upper bound
0.13/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.21	c  - never skip resolution steps
0.13/0.21	c  - Auto-division on coefficients is disabled
0.13/0.21	c  - No postprocessing
0.13/0.21	c  - Conflict is considered as is when resolving
0.13/0.21	c  - Use constraints as they come during conflict analysis
0.13/0.21	c  - Weaken first using unassigned literals
0.13/0.21	c  - Bump strategy: ALWAYS_ONE
0.13/0.21	c  - Bumper: ANY
0.13/0.21	c --- Begin Solver configuration ---
0.13/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.13/0.21	c Learn all clauses as in MiniSAT
0.13/0.21	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.21	c No reason simplification
0.13/0.21	c Armin Biere (Picosat) restarts strategy
0.13/0.21	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.21	c timeout=2147483s
0.13/0.21	c DB Simplification allowed=false
0.13/0.21	c Listener: none
0.13/0.21	c --- End Solver configuration ---
0.13/0.21	c solving HOME/instance-4514956-1751234877.opb
0.13/0.21	c reading problem ... 
0.13/0.21	c  no objective function found
0.33/0.25	c ... done. Wall clock time 0.046s.
0.33/0.26	c declared #vars     45
0.33/0.26	c #constraints  332
0.33/0.26	c constraints type 
0.33/0.26	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1
0.33/0.26	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.33/0.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 329
0.33/0.26	c 332 constraints processed.
10.94/7.69	c cleaning 2494 clauses out of 5000
44.06/39.04	c cleaning 4245 clauses out of 8508
121.53/116.39	c cleaning 5619 clauses out of 11261
268.25/263.04	c cleaning 6814 clauses out of 13642
499.17/493.14	c cleaning 7906 clauses out of 15828
839.41/829.68	c cleaning 8953 clauses out of 17922
1339.78/1316.24	c cleaning 9979 clauses out of 19970
2015.16/1970.75	c cleaning 10989 clauses out of 21991
2857.93/2783.38	c cleaning 11994 clauses out of 24001
3600.09/3497.45	c starts		: 90
3600.09/3497.46	c conflicts		: 92106
3600.09/3497.46	c decisions		: 94812
3600.09/3497.46	c propagations		: 511232
3600.09/3497.46	c inspects		: 5908906730
3600.09/3497.46	c shortcuts		: 0
3600.09/3497.46	c learnt literals	: 0
3600.09/3497.46	c learnt binary clauses	: 0
3600.09/3497.46	c learnt ternary clauses	: 0
3600.09/3497.46	c learnt constraints	: 92105
3600.09/3497.46	c ignored constraints	: 0
3600.09/3497.46	c root simplifications	: 0
3600.09/3497.47	c removed literals (reason simplification)	: 0
3600.09/3497.48	c reason swapping (by a shorter reason)	: 0
3600.09/3497.48	c Calls to reduceDB	: 9
3600.09/3497.48	c Number of update (reduction) of LBD	: 0
3600.09/3497.48	c Imported unit clauses	: 0
3600.09/3497.48	c No decision after first conflict	: false
3600.09/3497.48	c number of reductions to clauses (during analyze)	: 0
3600.09/3497.48	c number of learned constraints concerned by reduction	: 0
3600.09/3497.48	c number of learning phase by resolution	: 0
3600.09/3497.48	c number of learning phase by cutting planes	: 0
3600.09/3497.48	c number of rounding to 1 operations	: 0
3600.09/3497.48	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3497.48	c number of reductions of the coefficients by power 2 	: 0
3600.09/3497.48	c number of right shift for reduction by power 2 	: 0
3600.09/3497.48	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3497.48	c number of ending skipping 	: 0
3600.09/3497.48	c number of internal skipping 	: 0
3600.09/3497.49	c number of derivation steps 	: 508406
3600.09/3497.49	c number of skipped derivation steps 	: 0
3600.09/3497.49	c number of remaining unassigned 	: 325484
3600.09/3497.49	c number of remaining assigned 	: 5009379
3600.09/3497.49	c number of falsified literals weakened from reason	: 0
3600.09/3497.49	c number of falsified literals weakened from conflict	: 0
3600.09/3497.49	c time for arithmetic operations	: 1660180045
3600.09/3497.49	c minimum degree of deleted constraints	: null
3600.09/3497.49	c maximum degree of deleted constraints	: null
3600.09/3497.49	c number of deleted constraints	: 0
3600.09/3497.49	c speed (assignments/second)	: 146.1818111112954
3600.29/3497.53	c non guided choices	: 9
3600.29/3497.59	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 23028
3600.29/3497.59	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 84
3600.48/3497.61	s UNKNOWN
3600.48/3497.61	c Total wall clock time (in seconds): 3497.406

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4514956-1751234877/watcher-4514956-1751234877 -o /tmp/evaluation-result-4514956-1751234877/solver-4514956-1751234877 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751227848-32849 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4514956-1751234877.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=33949, runsolver pid=33946

[startup+0.100073 s]*
/proc/loadavg: 4.49 4.48 4.40 8/326 33967
/proc/meminfo: memFree=114677564/131382112 swapFree=33010684/33010684
[pid=33949] ppid=33946 vsize=18930384 memory=49744 CPUtime=0.13 cores=5,7
/proc/33949/stat : 33949 (java) S 33946 33949 32836 0 -1 4194304 6061 0 0 0 10 3 0 0 20 0 18 0 39167503 19384713216 12436 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
/proc/33949/statm: 4732596 12436 5370 1 0 547217 0
[pid=33949/tid=33951] ppid=33946 vsize=18930384 memory=4026531960 CPUtime=0.09 cores=5,7
/proc/33949/task/33951/stat : 33951 (java) R 33946 33949 32836 0 -1 4194368 4958 0 0 0 7 2 0 0 20 0 18 0 39167504 19384713216 12436 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
[pid=33949/tid=33960] ppid=33946 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/33949/task/33960/stat : 33960 (Finalizer) S 33946 33949 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39167509 19384713216 12436 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
[pid=33949/tid=33967] ppid=33946 vsize=18930384 memory=59593594258114 CPUtime=0 cores=5,7
/proc/33949/task/33967/stat : 33967 (Common-Cleaner) S 33946 33949 32836 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39167510 19384713216 12436 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49744 KiB

[startup+0.216127 s]*
/proc/loadavg: 4.49 4.48 4.40 7/326 33967
/proc/meminfo: memFree=114654880/131382112 swapFree=33010684/33010684
[pid=33949] ppid=33946 vsize=18930384 memory=60208 CPUtime=0.33 cores=5,7
/proc/33949/stat : 33949 (java) S 33946 33949 32836 0 -1 4194304 7085 0 0 0 30 3 0 0 20 0 18 0 39167503 19384713216 15052 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
/proc/33949/statm: 4732596 15052 5434 1 0 548115 0
[pid=33949/tid=33951] ppid=33946 vsize=18930384 memory=4026597660 CPUtime=0.19 cores=5,7
/proc/33949/task/33951/stat : 33951 (java) R 33946 33949 32836 0 -1 4194368 5394 0 0 0 17 2 0 0 20 0 18 0 39167504 19384713216 15052 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
[pid=33949/tid=33960] ppid=33946 vsize=18930384 memory=16142 CPUtime=0 cores=5,7
/proc/33949/task/33960/stat : 33960 (Finalizer) S 33946 33949 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 39167509 19384713216 15052 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
[pid=33949/tid=33967] ppid=33946 vsize=18930384 memory=58494082614266 CPUtime=0 cores=5,7
/proc/33949/task/33967/stat : 33967 (Common-Cleaner) S 33946 33949 32836 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 39167510 19384713216 15052 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 60208 KiB

[startup+0.313586 s]*
/proc/loadavg: 4.49 4.48 4.40 7/327 33968
/proc/meminfo: memFree=114650784/131382112 swapFree=33010684/33010684
[pid=33949] ppid=33946 vsize=18996948 memory=65068 CPUtime=0.52 cores=5,7
/proc/33949/stat : 33949 (java) S 33946 33949 32836 0 -1 4194304 7288 0 0 0 48 4 0 0 20 0 19 0 39167503 19452874752 16267 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
/proc/33949/statm: 4749237 16267 5434 1 0 548497 0
[pid=33949/tid=33951] ppid=33946 vsize=18996948 memory=-6000919481312962924 CPUtime=0.3 cores=5,7
/proc/33949/task/33951/stat : 33951 (java) R 33946 33949 32836 0 -1 4194368 5496 0 0 0 27 3 0 0 20 0 19 0 39167504 19452874752 16267 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
[pid=33949/tid=33960] ppid=33946 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/33949/task/33960/stat : 33960 (Finalizer) S 33946 33949 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39167509 19452874752 16267 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
[pid=33949/tid=33967] ppid=33946 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/33949/task/33967/stat : 33967 (Common-Cleaner) S 33946 33949 32836 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 39167510 19452874752 16267 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
[pid=33949/tid=33968] ppid=33946 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/33949/task/33968/stat : 33968 (Timer-0) S 33946 33949 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39167530 19452874752 16267 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 65068 KiB

[startup+0.700375 s]
/proc/loadavg: 4.49 4.48 4.40 6/327 33968
/proc/meminfo: memFree=114625768/131382112 swapFree=33010684/33010684
[pid=33949] ppid=33946 vsize=18996948 memory=107568 CPUtime=1.24 cores=5,7
/proc/33949/stat : 33949 (java) S 33946 33949 32836 0 -1 4194304 9822 0 0 0 118 6 0 0 20 0 19 0 39167503 19452874752 26892 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
/proc/33949/statm: 4749237 26892 5434 1 0 549701 0
[pid=33949/tid=33951] ppid=33946 vsize=18996948 memory=17536 CPUtime=0.53 cores=5,7
/proc/33949/task/33951/stat : 33951 (java) R 33946 33949 32836 0 -1 4194368 5523 0 0 0 49 4 0 0 20 0 19 0 39167504 19452874752 26892 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
[pid=33949/tid=33960] ppid=33946 vsize=18996948 memory=10624 CPUtime=0 cores=5,7
/proc/33949/task/33960/stat : 33960 (Finalizer) S 33946 33949 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 39167509 19452874752 26892 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
[pid=33949/tid=33967] ppid=33946 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/33949/task/33967/stat : 33967 (Common-Cleaner) S 33946 33949 32836 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 39167510 19452874752 26892 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
[pid=33949/tid=33968] ppid=33946 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/33949/task/33968/stat : 33968 (Timer-0) S 33946 33949 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 39167530 19452874752 26892 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 107568 KiB

[startup+1.50023 s]
/proc/loadavg: 4.49 4.48 4.40 6/328 33969
/proc/meminfo: memFree=114538180/131382112 swapFree=33010684/33010684
[pid=33949] ppid=33946 vsize=19063512 memory=277584 CPUtime=2.81 cores=5,7
/proc/33949/stat : 33949 (java) S 33946 33949 32836 0 -1 4194304 16659 0 0 0 270 11 0 0 20 0 20 0 39167503 19521036288 69396 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
/proc/33949/statm: 4765878 69396 5498 1 0 552300 0
[pid=33949/tid=33951] ppid=33946 vsize=19063512 memory=10624 CPUtime=1.27 cores=5,7
/proc/33949/task/33951/stat : 33951 (java) R 33946 33949 32836 0 -1 4194368 6070 0 0 0 120 7 0 0 20 0 20 0 39167504 19521036288 69396 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
[pid=33949/tid=33960] ppid=33946 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/33949/task/33960/stat : 33960 (Finalizer) S 33946 33949 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39167509 19521036288 69396 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
[pid=33949/tid=33967] ppid=33946 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/33949/task/33967/stat : 33967 (Common-Cleaner) S 33946 33949 32836 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39167510 19521036288 69396 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
[pid=33949/tid=33968] ppid=33946 vsize=19063512 memory=4764 CPUtime=0 cores=5,7
/proc/33949/task/33968/stat : 33968 (Timer-0) S 33946 33949 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39167530 19521036288 69396 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 277584 KiB

[startup+3.10577 s]
/proc/loadavg: 4.49 4.48 4.40 5/328 33969
/proc/meminfo: memFree=113541180/131382112 swapFree=33010684/33010684
[pid=33949] ppid=33946 vsize=19063512 memory=941256 CPUtime=5.54 cores=5,7
/proc/33949/stat : 33949 (java) S 33946 33949 32836 0 -1 4194304 22229 0 0 0 529 25 0 0 20 0 20 0 39167503 19521036288 235314 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
/proc/33949/statm: 4765878 235314 5498 1 0 554186 0
[pid=33949/tid=33951] ppid=33946 vsize=19063512 memory=10624 CPUtime=2.84 cores=5,7
/proc/33949/task/33951/stat : 33951 (java) R 33946 33949 32836 0 -1 4194368 7144 0 0 0 264 20 0 0 20 0 20 0 39167504 19521036288 235314 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
[pid=33949/tid=33960] ppid=33946 vsize=19063512 memory=-6000919481312962924 CPUtime=0 cores=5,7
/proc/33949/task/33960/stat : 33960 (Finalizer) S 33946 33949 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39167509 19521036288 235314 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
[pid=33949/tid=33967] ppid=33946 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/33949/task/33967/stat : 33967 (Common-Cleaner) S 33946 33949 32836 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39167510 19521036288 235314 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
[pid=33949/tid=33968] ppid=33946 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/33949/task/33968/stat : 33968 (Timer-0) S 33946 33949 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39167530 19521036288 235314 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
Current children cumulated CPU time: 5.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 941256 KiB

[startup+6.30048 s]
/proc/loadavg: 4.54 4.49 4.41 6/328 33969
/proc/meminfo: memFree=112846440/131382112 swapFree=33010684/33010684
[pid=33949] ppid=33946 vsize=19063512 memory=1305376 CPUtime=9.42 cores=5,7
/proc/33949/stat : 33949 (java) S 33946 33949 32836 0 -1 4194304 22913 0 0 0 908 34 0 0 20 0 20 0 39167503 19521036288 326344 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
/proc/33949/statm: 4765878 326344 5498 1 0 554187 0
[pid=33949/tid=33951] ppid=33946 vsize=19063512 memory=0 CPUtime=5.99 cores=5,7
/proc/33949/task/33951/stat : 33951 (java) R 33946 33949 32836 0 -1 4194368 7352 0 0 0 572 27 0 0 20 0 20 0 39167504 19521036288 326344 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
[pid=33949/tid=33960] ppid=33946 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/33949/task/33960/stat : 33960 (Finalizer) S 33946 33949 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39167509 19521036288 326344 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
[pid=33949/tid=33967] ppid=33946 vsize=19063512 memory=10624 CPUtime=0 cores=5,7
/proc/33949/task/33967/stat : 33967 (Common-Cleaner) S 33946 33949 32836 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 39167510 19521036288 326344 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
[pid=33949/tid=33968] ppid=33946 vsize=19063512 memory=352416 CPUtime=0 cores=5,7
/proc/33949/task/33968/stat : 33968 (Timer-0) S 33946 33949 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39167530 19521036288 326344 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
Current children cumulated CPU time: 9.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1305376 KiB

[startup+12.7005 s]
/proc/loadavg: 4.49 4.48 4.41 5/328 33969
/proc/meminfo: memFree=112194552/131382112 swapFree=33010684/33010684
[pid=33949] ppid=33946 vsize=19063512 memory=1311772 CPUtime=16.48 cores=5,7
/proc/33949/stat : 33949 (java) S 33946 33949 32836 0 -1 4194304 24378 0 0 0 1613 35 0 0 20 0 20 0 39167503 19521036288 327943 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
/proc/33949/statm: 4765878 327943 5498 1 0 554219 0
[pid=33949/tid=33951] ppid=33946 vsize=19063512 memory=352416 CPUtime=12.17 cores=5,7
/proc/33949/task/33951/stat : 33951 (java) R 33946 33949 32836 0 -1 4194368 8640 0 0 0 1189 28 0 0 20 0 20 0 39167504 19521036288 327943 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
[pid=33949/tid=33960] ppid=33946 vsize=19063512 memory=10624 CPUtime=0 cores=5,7
/proc/33949/task/33960/stat : 33960 (Finalizer) S 33946 33949 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39167509 19521036288 327943 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
[pid=33949/tid=33967] ppid=33946 vsize=19063512 memory=1311772 CPUtime=0 cores=5,7
/proc/33949/task/33967/stat : 33967 (Common-Cleaner) S 33946 33949 32836 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 39167510 19521036288 327943 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
[pid=33949/tid=33968] ppid=33946 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/33949/task/33968/stat : 33968 (Timer-0) S 33946 33949 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39167530 19521036288 327943 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
Current children cumulated CPU time: 16.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1311772 KiB

[startup+25.5004 s]
/proc/loadavg: 4.46 4.48 4.40 6/328 33969
/proc/meminfo: memFree=110385824/131382112 swapFree=33010684/33010684
[pid=33949] ppid=33946 vsize=19063512 memory=2235920 CPUtime=30.04 cores=5,7
/proc/33949/stat : 33949 (java) S 33946 33949 32836 0 -1 4194304 32773 0 0 0 2947 57 0 0 20 0 20 0 39167503 19521036288 558980 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
/proc/33949/statm: 4765878 558980 5498 1 0 788812 0
[pid=33949/tid=33951] ppid=33946 vsize=19063512 memory=10624 CPUtime=24.51 cores=5,7
/proc/33949/task/33951/stat : 33951 (java) R 33946 33949 32836 0 -1 4194368 10905 0 0 0 2405 46 0 0 20 0 20 0 39167504 19521036288 558980 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
[pid=33949/tid=33960] ppid=33946 vsize=19063512 memory=1311772 CPUtime=0 cores=5,7
/proc/33949/task/33960/stat : 33960 (Finalizer) S 33946 33949 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 39167509 19521036288 558980 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
[pid=33949/tid=33967] ppid=33946 vsize=19063512 memory=5148 CPUtime=0 cores=5,7
/proc/33949/task/33967/stat : 33967 (Common-Cleaner) S 33946 33949 32836 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 39167510 19521036288 558980 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
[pid=33949/tid=33968] ppid=33946 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/33949/task/33968/stat : 33968 (Timer-0) S 33946 33949 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 39167530 19521036288 558980 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
Current children cumulated CPU time: 30.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2235920 KiB

[startup+51.1135 s]
/proc/loadavg: 4.46 4.47 4.40 6/328 34037
/proc/meminfo: memFree=112627844/131382112 swapFree=33010684/33010684
[pid=33949] ppid=33946 vsize=19063512 memory=2248984 CPUtime=56.3 cores=5,7
/proc/33949/stat : 33949 (java) S 33946 33949 32836 0 -1 4194304 41234 0 0 0 5567 63 0 0 20 0 20 0 39167503 19521036288 562246 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
/proc/33949/statm: 4765878 562246 5498 1 0 788814 0
[pid=33949/tid=33951] ppid=33946 vsize=19063512 memory=2432 CPUtime=49.67 cores=5,7
/proc/33949/task/33951/stat : 33951 (java) R 33946 33949 32836 0 -1 4194368 13550 0 0 0 4919 48 0 0 20 0 20 0 39167504 19521036288 562246 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
[pid=33949/tid=33960] ppid=33946 vsize=19063512 memory=2246920 CPUtime=0 cores=5,7

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

[startup+3162.3 s]
/proc/loadavg: 4.36 4.50 4.52 6/329 34257
/proc/meminfo: memFree=105028628/131382112 swapFree=33010684/33010684
[pid=33949] ppid=33946 vsize=19130076 memory=2468480 CPUtime=3251.45 cores=5,7
/proc/33949/stat : 33949 (java) S 33946 33949 32836 0 -1 4194304 101752 0 0 0 324819 326 0 0 20 0 21 0 39167503 19589197824 617120 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
/proc/33949/statm: 4782519 617120 5498 1 0 789355 0
[pid=33949/tid=33951] ppid=33946 vsize=19130076 memory=2453996 CPUtime=3106.69 cores=5,7
/proc/33949/task/33951/stat : 33951 (java) R 33946 33949 32836 0 -1 4194368 51393 0 0 0 310592 77 0 0 20 0 21 0 39167504 19589197824 617120 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
[pid=33949/tid=33960] ppid=33946 vsize=19130076 memory=2464376 CPUtime=0 cores=5,7
/proc/33949/task/33960/stat : 33960 (Finalizer) S 33946 33949 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 39167509 19589197824 617120 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
[pid=33949/tid=33967] ppid=33946 vsize=19130076 memory=2464376 CPUtime=0 cores=5,7
/proc/33949/task/33967/stat : 33967 (Common-Cleaner) S 33946 33949 32836 0 -1 4194368 1598 0 0 0 0 0 0 0 20 0 21 0 39167510 19589197824 617120 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
[pid=33949/tid=33968] ppid=33946 vsize=19130076 memory=2468480 CPUtime=0 cores=5,7
/proc/33949/task/33968/stat : 33968 (Timer-0) S 33946 33949 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 39167530 19589197824 617120 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
Current children cumulated CPU time: 3251.45 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 2468480 KiB

[startup+3222.3 s]
/proc/loadavg: 4.52 4.52 4.53 5/329 34274
/proc/meminfo: memFree=104943332/131382112 swapFree=33010684/33010684
[pid=33949] ppid=33946 vsize=19130076 memory=2470536 CPUtime=3313.73 cores=5,7
/proc/33949/stat : 33949 (java) S 33946 33949 32836 0 -1 4194304 101945 0 0 0 331042 331 0 0 20 0 21 0 39167503 19589197824 617634 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
/proc/33949/statm: 4782519 617634 5498 1 0 789356 0
[pid=33949/tid=33951] ppid=33946 vsize=19130076 memory=14560 CPUtime=3165.29 cores=5,7
/proc/33949/task/33951/stat : 33951 (java) R 33946 33949 32836 0 -1 4194368 51564 0 0 0 316451 78 0 0 20 0 21 0 39167504 19589197824 617634 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
[pid=33949/tid=33960] ppid=33946 vsize=19130076 memory=2470536 CPUtime=0 cores=5,7
/proc/33949/task/33960/stat : 33960 (Finalizer) S 33946 33949 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 39167509 19589197824 617634 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
[pid=33949/tid=33967] ppid=33946 vsize=19130076 memory=2470536 CPUtime=0 cores=5,7
/proc/33949/task/33967/stat : 33967 (Common-Cleaner) S 33946 33949 32836 0 -1 4194368 1598 0 0 0 0 0 0 0 20 0 21 0 39167510 19589197824 617634 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
[pid=33949/tid=33968] ppid=33946 vsize=19130076 memory=2470536 CPUtime=0 cores=5,7
/proc/33949/task/33968/stat : 33968 (Timer-0) S 33946 33949 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 39167530 19589197824 617634 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
Current children cumulated CPU time: 3313.73 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 2470536 KiB

[startup+3282.3 s]
/proc/loadavg: 4.31 4.50 4.53 5/303 34314
/proc/meminfo: memFree=113450828/131382112 swapFree=33010684/33010684
[pid=33949] ppid=33946 vsize=19130076 memory=2472612 CPUtime=3376.08 cores=5,7
/proc/33949/stat : 33949 (java) S 33946 33949 32836 0 -1 4194304 103839 0 0 0 337266 342 0 0 20 0 21 0 39167503 19589197824 618153 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
/proc/33949/statm: 4782519 618153 5498 1 0 789356 0
[pid=33949/tid=33951] ppid=33946 vsize=19130076 memory=2472612 CPUtime=3223.73 cores=5,7
/proc/33949/task/33951/stat : 33951 (java) R 33946 33949 32836 0 -1 4194368 52852 0 0 0 322288 85 0 0 20 0 21 0 39167504 19589197824 618153 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
[pid=33949/tid=33960] ppid=33946 vsize=19130076 memory=14560 CPUtime=0 cores=5,7
/proc/33949/task/33960/stat : 33960 (Finalizer) S 33946 33949 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 39167509 19589197824 618153 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
[pid=33949/tid=33967] ppid=33946 vsize=19130076 memory=2470536 CPUtime=0 cores=5,7
/proc/33949/task/33967/stat : 33967 (Common-Cleaner) S 33946 33949 32836 0 -1 4194368 1599 0 0 0 0 0 0 0 20 0 21 0 39167510 19589197824 618153 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
[pid=33949/tid=33968] ppid=33946 vsize=19130076 memory=2472612 CPUtime=0 cores=5,7
/proc/33949/task/33968/stat : 33968 (Timer-0) S 33946 33949 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 39167530 19589197824 618153 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
Current children cumulated CPU time: 3376.08 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 2472612 KiB

[startup+3342.3 s]
/proc/loadavg: 3.77 4.31 4.46 4/303 34316
/proc/meminfo: memFree=113445244/131382112 swapFree=33010684/33010684
[pid=33949] ppid=33946 vsize=19130076 memory=2476844 CPUtime=3438.31 cores=5,7
/proc/33949/stat : 33949 (java) S 33946 33949 32836 0 -1 4194304 105883 0 0 0 343484 347 0 0 20 0 21 0 39167503 19589197824 619211 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
/proc/33949/statm: 4782519 619211 5498 1 0 789362 0
[pid=33949/tid=33951] ppid=33946 vsize=19130076 memory=14560 CPUtime=3282.56 cores=5,7
/proc/33949/task/33951/stat : 33951 (java) R 33946 33949 32836 0 -1 4194368 54073 0 0 0 328171 85 0 0 20 0 21 0 39167504 19589197824 619211 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
[pid=33949/tid=33960] ppid=33946 vsize=19130076 memory=2474664 CPUtime=0 cores=5,7
/proc/33949/task/33960/stat : 33960 (Finalizer) S 33946 33949 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 39167509 19589197824 619211 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
[pid=33949/tid=33967] ppid=33946 vsize=19130076 memory=2476844 CPUtime=0 cores=5,7
/proc/33949/task/33967/stat : 33967 (Common-Cleaner) S 33946 33949 32836 0 -1 4194368 1675 0 0 0 0 0 0 0 20 0 21 0 39167510 19589197824 619211 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
[pid=33949/tid=33968] ppid=33946 vsize=19130076 memory=14560 CPUtime=0 cores=5,7
/proc/33949/task/33968/stat : 33968 (Timer-0) S 33946 33949 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 39167530 19589197824 619211 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
Current children cumulated CPU time: 3438.31 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 2476844 KiB

[startup+3402.3 s]
/proc/loadavg: 3.48 4.13 4.39 4/303 34318
/proc/meminfo: memFree=113443668/131382112 swapFree=33010684/33010684
[pid=33949] ppid=33946 vsize=19130076 memory=2478904 CPUtime=3500.84 cores=5,7
/proc/33949/stat : 33949 (java) S 33946 33949 32836 0 -1 4194304 106110 0 0 0 349731 353 0 0 20 0 21 0 39167503 19589197824 619726 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
/proc/33949/statm: 4782519 619726 5498 1 0 789362 0
[pid=33949/tid=33951] ppid=33946 vsize=19130076 memory=2474664 CPUtime=3341.2 cores=5,7
/proc/33949/task/33951/stat : 33951 (java) R 33946 33949 32836 0 -1 4194368 54113 0 0 0 334034 86 0 0 20 0 21 0 39167504 19589197824 619726 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
[pid=33949/tid=33960] ppid=33946 vsize=19130076 memory=2478904 CPUtime=0 cores=5,7
/proc/33949/task/33960/stat : 33960 (Finalizer) S 33946 33949 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 39167509 19589197824 619726 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
[pid=33949/tid=33967] ppid=33946 vsize=19130076 memory=-6000919481312962924 CPUtime=0 cores=5,7
/proc/33949/task/33967/stat : 33967 (Common-Cleaner) S 33946 33949 32836 0 -1 4194368 1748 0 0 0 0 0 0 0 20 0 21 0 39167510 19589197824 619726 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
[pid=33949/tid=33968] ppid=33946 vsize=19130076 memory=2478904 CPUtime=0 cores=5,7
/proc/33949/task/33968/stat : 33968 (Timer-0) S 33946 33949 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 39167530 19589197824 619726 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
Current children cumulated CPU time: 3500.84 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 2478904 KiB

[startup+3462.3 s]
/proc/loadavg: 2.83 3.84 4.27 3/278 34353
/proc/meminfo: memFree=118227156/131382112 swapFree=33010684/33010684
[pid=33949] ppid=33946 vsize=19130076 memory=2481008 CPUtime=3563.26 cores=5,7
/proc/33949/stat : 33949 (java) S 33946 33949 32836 0 -1 4194304 106156 0 0 0 355968 358 0 0 20 0 21 0 39167503 19589197824 620252 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
/proc/33949/statm: 4782519 620252 5498 1 0 789367 0
[pid=33949/tid=33951] ppid=33946 vsize=19130076 memory=2474664 CPUtime=3399.7 cores=5,7
/proc/33949/task/33951/stat : 33951 (java) R 33946 33949 32836 0 -1 4194368 54133 0 0 0 339883 87 0 0 20 0 21 0 39167504 19589197824 620252 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
[pid=33949/tid=33960] ppid=33946 vsize=19130076 memory=2481008 CPUtime=0 cores=5,7
/proc/33949/task/33960/stat : 33960 (Finalizer) S 33946 33949 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 39167509 19589197824 620252 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
[pid=33949/tid=33967] ppid=33946 vsize=19130076 memory=2481008 CPUtime=0 cores=5,7
/proc/33949/task/33967/stat : 33967 (Common-Cleaner) S 33946 33949 32836 0 -1 4194368 1749 0 0 0 0 0 0 0 20 0 21 0 39167510 19589197824 620252 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
[pid=33949/tid=33968] ppid=33946 vsize=19130076 memory=2481008 CPUtime=0 cores=5,7
/proc/33949/task/33968/stat : 33968 (Timer-0) S 33946 33949 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 39167530 19589197824 620252 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
Current children cumulated CPU time: 3563.26 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 2481008 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3497.4 s]
/proc/loadavg: 2.53 3.65 4.19 3/278 34355
/proc/meminfo: memFree=118223064/131382112 swapFree=33010684/33010684
[pid=33949] ppid=33946 vsize=19130076 memory=2483092 CPUtime=3600.09 cores=5,7
/proc/33949/stat : 33949 (java) S 33946 33949 32836 0 -1 4194304 106353 0 0 0 359648 361 0 0 20 0 21 0 39167503 19589197824 620773 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
/proc/33949/statm: 4782519 620773 5498 1 0 789367 0
[pid=33949/tid=33951] ppid=33946 vsize=19130076 memory=245635481903 CPUtime=3433.85 cores=5,7
/proc/33949/task/33951/stat : 33951 (java) R 33946 33949 32836 0 -1 4194368 54177 0 0 0 343298 87 0 0 20 0 21 0 39167504 19589197824 620773 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
[pid=33949/tid=33960] ppid=33946 vsize=19130076 memory=54113165640434 CPUtime=0 cores=5,7
/proc/33949/task/33960/stat : 33960 (Finalizer) S 33946 33949 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 39167509 19589197824 620773 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
[pid=33949/tid=33967] ppid=33946 vsize=19130076 memory=145032 CPUtime=0 cores=5,7
/proc/33949/task/33967/stat : 33967 (Common-Cleaner) S 33946 33949 32836 0 -1 4194368 1749 0 0 0 0 0 0 0 20 0 21 0 39167510 19589197824 620773 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
[pid=33949/tid=33968] ppid=33946 vsize=19130076 memory=2228 CPUtime=0 cores=5,7
/proc/33949/task/33968/stat : 33968 (Timer-0) S 33946 33949 32836 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 39167530 19589197824 620773 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 2483092 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.89 s, system=3.64691 s

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

[startup+3497.6 s]
/proc/loadavg: 2.53 3.65 4.19 3/278 34355
/proc/meminfo: memFree=118223064/131382112 swapFree=33010684/33010684
[pid=33949] ppid=33946 vsize=19329768 memory=2483860 CPUtime=3600.48 cores=5,7
/proc/33949/stat : 33949 (java) S 33946 33949 32836 0 -1 4194304 108596 0 0 0 359686 362 0 0 20 0 22 0 39167503 19793682432 620965 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
/proc/33949/statm: 4832442 620965 5498 1 0 790286 0
[pid=33949/tid=33951] ppid=33946 vsize=19329768 memory=14560 CPUtime=3434.05 cores=5,7
/proc/33949/task/33951/stat : 33951 (java) R 33946 33949 32836 0 -1 4194368 54197 0 0 0 343318 87 0 0 20 0 22 0 39167504 19793682432 620965 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
[pid=33949/tid=33960] ppid=33946 vsize=19329768 memory=2481008 CPUtime=0 cores=5,7
/proc/33949/task/33960/stat : 33960 (Finalizer) S 33946 33949 32836 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 39167509 19793682432 620965 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
[pid=33949/tid=33967] ppid=33946 vsize=19329768 memory=2481008 CPUtime=0 cores=5,7
/proc/33949/task/33967/stat : 33967 (Common-Cleaner) S 33946 33949 32836 0 -1 4194368 1749 0 0 0 0 0 0 0 20 0 22 0 39167510 19793682432 620965 18446744073709551615 94190981648384 94190981652080 140728906785072 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94190981659896 94190981660688 94190997999616 140728906787198 140728906787302 140728906787302 140728906792904 0
Current children cumulated CPU time: 3600.48 s
Current children cumulated vsize: 19329768 KiB
Current children cumulated memory: 2483860 KiB

Child status: 143

Real time (s): 3497.64
CPU time (s): 3600.54
CPU user time (s): 3596.89
CPU system time (s): 3.64691
CPU usage (%): 102.942
Max. virtual memory (cumulated for all children) (KiB): 19329768
Max. memory (cumulated for all children) (KiB): 2483860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.89
system time used= 3.64691
maximum resident set size= 2484116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108748
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6288
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 132570
involuntary context switches= 15900


# summary of solver processes directly reported to runsolver:
#   pid: 33949
#   total CPU time (s): 3600.54
#   total CPU user time (s): 3596.89
#   total CPU system time (s): 3.64691

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.3186 second user time and 35.4427 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-06-30 00:07:57
IDJOB=4514956
IDBENCH=164064
IDSOLVER=3361
FILE ID=nodeC009/4514956-1751234877
RUNJOBID= nodeC009-1751227848-32849
SLURM_JOB_ID= 9587687
Free space on /tmp= 432656 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2017/normalized-stein45inf.0.d.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4514956-1751234877/watcher-4514956-1751234877 -o /tmp/evaluation-result-4514956-1751234877/solver-4514956-1751234877 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751227848-32849 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4514956-1751234877.opb

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

MD5SUM BENCH= 5fcba496e137b8eb3f36fa18b36509a9
RANDOM SEED=1226964783

nodeC009 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		: 3591.702
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	: 6983.85
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		: 3491.961
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	: 6983.85
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.271
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	: 6983.85
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		: 3700.000
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	: 6983.85
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		: 3491.950
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	: 6983.85
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		: 3516.523
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	: 6983.85
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		: 3491.924
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	: 6983.85
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.234
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	: 6983.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        114687884 kB
MemAvailable:   121142396 kB
Buffers:            3280 kB
Cached:          7228120 kB
SwapCached:            0 kB
Active:          9157048 kB
Inactive:        6930816 kB
Active(anon):    8873456 kB
Inactive(anon):      968 kB
Active(file):     283592 kB
Inactive(file):  6929848 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3132 kB
Writeback:             0 kB
AnonPages:       8859632 kB
Mapped:           122660 kB
Shmem:             17960 kB
KReclaimable:     161016 kB
Slab:             244280 kB
SReclaimable:     161016 kB
SUnreclaim:        83264 kB
KernelStack:        5024 kB
PageTables:        21104 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   12703972 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150296 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8624128 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:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432656 MiB
End job on nodeC009 at 2025-06-30 01:06:15