Trace number 4487810

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j CP 2025-06-06SAT (TO)20 3600.24 3576.3

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
sorensson/garden/normalized-g9x9.opb
MD5SUMc74ef50fdcad1c092f72b2454e0c2ee1
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark20
Best CPU time to get the best result obtained on this benchmark0.017928
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables81
Total number of constraints81
Number of constraints which are clauses81
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint5
Number of terms in the objective function 81
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 81
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 81
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

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.03/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.03/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.13	c See www.sat4j.org for details.
0.03/0.14	c version PB25.v20250606
0.03/0.14	c java.runtime.name	OpenJDK Runtime Environment
0.03/0.14	c java.vm.name		OpenJDK 64-Bit Server VM
0.03/0.14	c java.vm.version	22.0.1+8-16
0.03/0.14	c java.vm.vendor	Oracle Corporation
0.03/0.15	c sun.arch.data.model	64
0.03/0.15	c java.version		22.0.1
0.03/0.15	c os.name		Linux
0.03/0.15	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.03/0.15	c os.arch		amd64
0.03/0.15	c Free memory 		2104792832
0.03/0.15	c Max memory 		16282288128
0.03/0.15	c Total memory 		2113929216
0.03/0.15	c Number of processors 	2
0.21/0.21	c Pseudo Boolean Optimization by upper bound
0.21/0.21	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.21/0.21	c  - never skip resolution steps
0.21/0.21	c  - Auto-division on coefficients is disabled
0.21/0.21	c  - No postprocessing
0.21/0.21	c  - Conflict is considered as is when resolving
0.21/0.21	c  - Use constraints as they come during conflict analysis
0.21/0.21	c  - Weaken first using unassigned literals
0.21/0.21	c  - Bump strategy: ALWAYS_ONE
0.21/0.21	c  - Bumper: ANY
0.21/0.21	c --- Begin Solver configuration ---
0.21/0.21	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.21/0.21	c Learn all clauses as in MiniSAT
0.21/0.21	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.21/0.21	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.21/0.21	c No reason simplification
0.21/0.21	c Armin Biere (Picosat) restarts strategy
0.21/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.21/0.21	c timeout=2147483s
0.21/0.21	c DB Simplification allowed=false
0.21/0.21	c Listener: none
0.21/0.21	c --- End Solver configuration ---
0.21/0.22	c solving HOME/instance-4487810-1751336994.opb
0.21/0.22	c reading problem ... 
0.21/0.22	c  objective function found
0.21/0.23	c ... done. Wall clock time 0.015s.
0.21/0.23	c declared #vars     81
0.21/0.23	c #constraints  81
0.21/0.23	c constraints type 
0.21/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 81
0.21/0.23	c 81 constraints processed.
0.21/0.24	c objective function length is 81 literals
0.21/0.24	c SATISFIABLE
0.21/0.24	c OPTIMIZING...
0.21/0.24	c Got one! Elapsed wall clock time (in seconds):0.03
0.21/0.24	o 27
0.21/0.25	c Got one! Elapsed wall clock time (in seconds):0.04
0.21/0.25	o 26
0.21/0.27	c Got one! Elapsed wall clock time (in seconds):0.051
0.21/0.27	o 25
0.38/0.32	c Got one! Elapsed wall clock time (in seconds):0.104
0.38/0.32	o 24
0.58/0.42	c Got one! Elapsed wall clock time (in seconds):0.203
0.58/0.42	o 23
0.96/0.61	c Got one! Elapsed wall clock time (in seconds):0.391
0.96/0.61	o 22
14.02/11.23	c cleaning 2493 clauses out of 5002
36.58/33.77	c Got one! Elapsed wall clock time (in seconds):33.552
36.58/33.77	o 21
55.52/52.66	c cleaning 4246 clauses out of 8509
156.43/153.34	c cleaning 5626 clauses out of 11262
311.07/307.77	c Got one! Elapsed wall clock time (in seconds):307.552
311.07/307.77	o 20
319.47/316.15	c cleaning 6811 clauses out of 13635
593.61/589.75	c cleaning 7906 clauses out of 15825
1048.58/1043.96	c cleaning 8953 clauses out of 17920
1751.41/1742.87	c cleaning 9982 clauses out of 19972
2710.15/2696.23	c cleaning 10990 clauses out of 21984
3600.05/3576.22	c starts		: 93
3600.05/3576.23	c conflicts		: 77214
3600.05/3576.23	c decisions		: 136251
3600.05/3576.23	c propagations		: 901512
3600.05/3576.23	c inspects		: 3979292070
3600.05/3576.23	c shortcuts		: 0
3600.05/3576.23	c learnt literals	: 0
3600.05/3576.23	c learnt binary clauses	: 0
3600.05/3576.23	c learnt ternary clauses	: 0
3600.05/3576.23	c learnt constraints	: 77213
3600.05/3576.23	c ignored constraints	: 0
3600.05/3576.23	c root simplifications	: 0
3600.05/3576.23	c removed literals (reason simplification)	: 0
3600.05/3576.23	c reason swapping (by a shorter reason)	: 0
3600.05/3576.23	c Calls to reduceDB	: 8
3600.05/3576.23	c Number of update (reduction) of LBD	: 0
3600.05/3576.23	c Imported unit clauses	: 0
3600.05/3576.24	c No decision after first conflict	: false
3600.05/3576.24	c number of reductions to clauses (during analyze)	: 0
3600.05/3576.24	c number of learned constraints concerned by reduction	: 0
3600.05/3576.24	c number of learning phase by resolution	: 0
3600.05/3576.24	c number of learning phase by cutting planes	: 0
3600.05/3576.24	c number of rounding to 1 operations	: 0
3600.05/3576.24	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3576.24	c number of reductions of the coefficients by power 2 	: 0
3600.05/3576.24	c number of right shift for reduction by power 2 	: 0
3600.05/3576.24	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3576.24	c number of ending skipping 	: 0
3600.05/3576.24	c number of internal skipping 	: 0
3600.05/3576.24	c number of derivation steps 	: 474745
3600.05/3576.24	c number of skipped derivation steps 	: 0
3600.05/3576.24	c number of remaining unassigned 	: 713974
3600.05/3576.24	c number of remaining assigned 	: 5802231
3600.05/3576.24	c number of falsified literals weakened from reason	: 0
3600.05/3576.24	c number of falsified literals weakened from conflict	: 0
3600.05/3576.24	c time for arithmetic operations	: 47821503714
3600.05/3576.25	c minimum degree of deleted constraints	: null
3600.05/3576.25	c maximum degree of deleted constraints	: null
3600.05/3576.25	c number of deleted constraints	: 0
3600.05/3576.25	c speed (assignments/second)	: 252.10031865167974
3600.05/3576.25	c non guided choices	: 0
3600.05/3576.27	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 19291
3600.05/3576.27	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 915
3600.05/3576.27	s SATISFIABLE
3600.05/3576.27	c Found 8 solution(s)
3600.05/3576.28	v -x1 -x2 x3 -x4 -x5 x6 -x7 -x8 -x9 x10 -x11 -x12 -x13 -x14 -x15 -x16 x17 x18 -x19 -x20 -x21 x22 x23 -x24 -x25 -x26 -x27 -x28 x29 -x30 -x31 -x32 -x33 x34 -x35 -x36 -x37 -x38 -x39 x40 -x41 -x42 -x43 -x44 x45 x46 -x47 -x48 -x49 -x50 x51 -x52 -x53 -x54 -x55 -x56 x57 -x58 -x59 -x60 -x61 x62 -x63 x64 -x65 -x66 -x67 x68 -x69 -x70 -x71 -x72 -x73 -x74 x75 -x76 -x77 -x78 x79 -x80 x81 
3600.05/3576.28	c objective function=20
3600.05/3576.28	c Total wall clock time (in seconds): 3576.061

Verifier Data

OK	20

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4487810-1751336994/watcher-4487810-1751336994 -o /tmp/evaluation-result-4487810-1751336994/solver-4487810-1751336994 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751336994-44738 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4487810-1751336994.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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
solver pid=44785, runsolver pid=44777
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 1.01 1.07 1.32 3/331 44864
/proc/meminfo: memFree=130032512/131250000 swapFree=33010416/33010684
[pid=44785] ppid=44777 vsize=18930384 memory=45992 CPUtime=0.03 cores=4,6
/proc/44785/stat : 44785 (java) S 44777 44785 44727 0 -1 4194304 5395 0 272 0 2 1 0 0 20 0 18 0 49379312 19384713216 11498 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
/proc/44785/statm: 4732596 11498 4915 1 0 546838 0
[pid=44785/tid=44800] ppid=44777 vsize=18930384 memory=4026532124 CPUtime=0.01 cores=4,6
/proc/44785/task/44800/stat : 44800 (java) D 44777 44785 44727 0 -1 4194368 4395 0 248 0 1 0 0 0 20 0 18 0 49379317 19384713216 11498 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
[pid=44785/tid=44832] ppid=44777 vsize=18930384 memory=18954 CPUtime=0 cores=4,6
/proc/44785/task/44832/stat : 44832 (Finalizer) S 44777 44785 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 49379321 19384713216 11498 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
[pid=44785/tid=44862] ppid=44777 vsize=18930384 memory=60684515935208 CPUtime=0 cores=4,6
/proc/44785/task/44862/stat : 44862 (Common-Cleaner) S 44777 44785 44727 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 49379321 19384713216 11498 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 45992 KiB

[startup+0.207961 s]*
/proc/loadavg: 1.01 1.07 1.32 12/331 44864
/proc/meminfo: memFree=130000236/131250000 swapFree=33010416/33010684
[pid=44785] ppid=44777 vsize=18930384 memory=59320 CPUtime=0.21 cores=4,6
/proc/44785/stat : 44785 (java) S 44777 44785 44727 0 -1 4194304 6735 0 272 0 19 2 0 0 20 0 18 0 49379312 19384713216 14830 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
/proc/44785/statm: 4732596 14830 5395 1 0 547858 0
[pid=44785/tid=44800] ppid=44777 vsize=18930384 memory=4026663196 CPUtime=0.12 cores=4,6
/proc/44785/task/44800/stat : 44800 (java) R 44777 44785 44727 0 -1 4194368 5107 0 248 0 11 1 0 0 20 0 18 0 49379317 19384713216 14830 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
[pid=44785/tid=44832] ppid=44777 vsize=18930384 memory=18954 CPUtime=0 cores=4,6
/proc/44785/task/44832/stat : 44832 (Finalizer) S 44777 44785 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 49379321 19384713216 14830 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
[pid=44785/tid=44862] ppid=44777 vsize=18930384 memory=60684515935208 CPUtime=0 cores=4,6
/proc/44785/task/44862/stat : 44862 (Common-Cleaner) S 44777 44785 44727 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 49379321 19384713216 14830 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59320 KiB

[startup+0.304793 s]*
/proc/loadavg: 1.01 1.07 1.32 7/295 44872
/proc/meminfo: memFree=130047992/131250000 swapFree=33010416/33010684
[pid=44785] ppid=44777 vsize=18996948 memory=69516 CPUtime=0.38 cores=4,6
/proc/44785/stat : 44785 (java) S 44777 44785 44727 0 -1 4194304 7191 0 272 0 36 2 0 0 20 0 19 0 49379312 19452874752 17379 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
/proc/44785/statm: 4749237 17379 5427 1 0 548417 0
[pid=44785/tid=44800] ppid=44777 vsize=18996948 memory=4137290303932963203 CPUtime=0.21 cores=4,6
/proc/44785/task/44800/stat : 44800 (java) R 44777 44785 44727 0 -1 4194368 5327 0 248 0 20 1 0 0 20 0 19 0 49379317 19452874752 17379 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
[pid=44785/tid=44832] ppid=44777 vsize=18996948 memory=-6000919468377860203 CPUtime=0 cores=4,6
/proc/44785/task/44832/stat : 44832 (Finalizer) S 44777 44785 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 49379321 19452874752 17379 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
[pid=44785/tid=44862] ppid=44777 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/44785/task/44862/stat : 44862 (Common-Cleaner) S 44777 44785 44727 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 49379321 19452874752 17379 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
[pid=44785/tid=44866] ppid=44777 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/44785/task/44866/stat : 44866 (Timer-0) S 44777 44785 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 49379336 19452874752 17379 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 69516 KiB

[startup+0.700209 s]
/proc/loadavg: 1.01 1.07 1.32 5/291 44888
/proc/meminfo: memFree=129951668/131250000 swapFree=33010416/33010684
[pid=44785] ppid=44777 vsize=19063512 memory=161292 CPUtime=1.14 cores=4,6
/proc/44785/stat : 44785 (java) S 44777 44785 44727 0 -1 4194304 10715 0 272 0 107 7 0 0 20 0 20 0 49379312 19521036288 40323 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
/proc/44785/statm: 4765878 40323 5491 1 0 550313 0
[pid=44785/tid=44800] ppid=44777 vsize=19063512 memory=17792 CPUtime=0.52 cores=4,6
/proc/44785/task/44800/stat : 44800 (java) R 44777 44785 44727 0 -1 4194368 5376 0 248 0 48 4 0 0 20 0 20 0 49379317 19521036288 40323 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
[pid=44785/tid=44832] ppid=44777 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/44785/task/44832/stat : 44832 (Finalizer) S 44777 44785 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49379321 19521036288 40323 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
[pid=44785/tid=44862] ppid=44777 vsize=19063512 memory=21968 CPUtime=0 cores=4,6
/proc/44785/task/44862/stat : 44862 (Common-Cleaner) S 44777 44785 44727 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 49379321 19521036288 40323 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
[pid=44785/tid=44866] ppid=44777 vsize=19063512 memory=4352 CPUtime=0 cores=4,6
/proc/44785/task/44866/stat : 44866 (Timer-0) S 44777 44785 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49379336 19521036288 40323 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 161292 KiB

[startup+1.50023 s]
/proc/loadavg: 1.33 1.13 1.34 5/270 44899
/proc/meminfo: memFree=129953928/131250000 swapFree=33010416/33010684
[pid=44785] ppid=44777 vsize=19063512 memory=376092 CPUtime=2.68 cores=4,6
/proc/44785/stat : 44785 (java) S 44777 44785 44727 0 -1 4194304 23877 0 272 0 252 16 0 0 20 0 20 0 49379312 19521036288 94023 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
/proc/44785/statm: 4765878 94023 5491 1 0 556269 0
[pid=44785/tid=44800] ppid=44777 vsize=19063512 memory=0 CPUtime=1.26 cores=4,6
/proc/44785/task/44800/stat : 44800 (java) R 44777 44785 44727 0 -1 4194368 5540 0 248 0 117 9 0 0 20 0 20 0 49379317 19521036288 94023 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
[pid=44785/tid=44832] ppid=44777 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/44785/task/44832/stat : 44832 (Finalizer) S 44777 44785 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49379321 19521036288 94023 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
[pid=44785/tid=44862] ppid=44777 vsize=19063512 memory=21968 CPUtime=0 cores=4,6
/proc/44785/task/44862/stat : 44862 (Common-Cleaner) S 44777 44785 44727 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 49379321 19521036288 94023 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
[pid=44785/tid=44866] ppid=44777 vsize=19063512 memory=4352 CPUtime=0 cores=4,6
/proc/44785/task/44866/stat : 44866 (Timer-0) S 44777 44785 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49379336 19521036288 94023 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 376092 KiB

[startup+3.10548 s]
/proc/loadavg: 1.33 1.13 1.34 5/297 45107
/proc/meminfo: memFree=128840208/131250000 swapFree=33010416/33010684
[pid=44785] ppid=44777 vsize=19063512 memory=1206184 CPUtime=4.94 cores=4,6
/proc/44785/stat : 44785 (java) S 44777 44785 44727 0 -1 4194304 28667 0 272 0 459 35 0 0 20 0 20 0 49379312 19521036288 301546 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
/proc/44785/statm: 4765878 301546 5491 1 0 792302 0
[pid=44785/tid=44800] ppid=44777 vsize=19063512 memory=10880 CPUtime=2.8 cores=4,6
/proc/44785/task/44800/stat : 44800 (java) R 44777 44785 44727 0 -1 4194368 6898 0 248 0 254 26 0 0 20 0 20 0 49379317 19521036288 301546 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
[pid=44785/tid=44832] ppid=44777 vsize=19063512 memory=-6000919476967794795 CPUtime=0 cores=4,6
/proc/44785/task/44832/stat : 44832 (Finalizer) S 44777 44785 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49379321 19521036288 301546 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
[pid=44785/tid=44862] ppid=44777 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/44785/task/44862/stat : 44862 (Common-Cleaner) S 44777 44785 44727 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 49379321 19521036288 301546 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
[pid=44785/tid=44866] ppid=44777 vsize=19063512 memory=21968 CPUtime=0 cores=4,6
/proc/44785/task/44866/stat : 44866 (Timer-0) S 44777 44785 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49379336 19521036288 301546 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
Current children cumulated CPU time: 4.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1206184 KiB

[startup+6.30021 s]
/proc/loadavg: 1.62 1.20 1.36 7/340 45198
/proc/meminfo: memFree=125959944/131250000 swapFree=33010416/33010684
[pid=44785] ppid=44777 vsize=19063512 memory=2022784 CPUtime=8.56 cores=4,6
/proc/44785/stat : 44785 (java) S 44777 44785 44727 0 -1 4194304 30314 0 272 0 804 52 0 0 20 0 20 0 49379312 19521036288 505696 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
/proc/44785/statm: 4765878 505696 5491 1 0 792316 0
[pid=44785/tid=44800] ppid=44777 vsize=19063512 memory=0 CPUtime=5.93 cores=4,6
/proc/44785/task/44800/stat : 44800 (java) R 44777 44785 44727 0 -1 4194368 7355 0 248 0 551 42 0 0 20 0 20 0 49379317 19521036288 505696 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
[pid=44785/tid=44832] ppid=44777 vsize=19063512 memory=21968 CPUtime=0 cores=4,6
/proc/44785/task/44832/stat : 44832 (Finalizer) S 44777 44785 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49379321 19521036288 505696 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
[pid=44785/tid=44862] ppid=44777 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/44785/task/44862/stat : 44862 (Common-Cleaner) S 44777 44785 44727 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 49379321 19521036288 505696 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
[pid=44785/tid=44866] ppid=44777 vsize=19063512 memory=388392 CPUtime=0 cores=4,6
/proc/44785/task/44866/stat : 44866 (Timer-0) S 44777 44785 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49379336 19521036288 505696 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
Current children cumulated CPU time: 8.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2022784 KiB

[startup+12.7002 s]
/proc/loadavg: 1.89 1.26 1.38 5/340 45264
/proc/meminfo: memFree=124839468/131250000 swapFree=33010416/33010684
[pid=44785] ppid=44777 vsize=19063512 memory=2032000 CPUtime=15.52 cores=4,6
/proc/44785/stat : 44785 (java) S 44777 44785 44727 0 -1 4194304 34756 0 272 0 1497 55 0 0 20 0 20 0 49379312 19521036288 508000 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
/proc/44785/statm: 4765878 508000 5491 1 0 792367 0
[pid=44785/tid=44800] ppid=44777 vsize=19063512 memory=388392 CPUtime=12.22 cores=4,6
/proc/44785/task/44800/stat : 44800 (java) R 44777 44785 44727 0 -1 4194368 8522 0 248 0 1178 44 0 0 20 0 20 0 49379317 19521036288 508000 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
[pid=44785/tid=44832] ppid=44777 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/44785/task/44832/stat : 44832 (Finalizer) S 44777 44785 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49379321 19521036288 508000 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
[pid=44785/tid=44862] ppid=44777 vsize=19063512 memory=10880 CPUtime=0 cores=4,6
/proc/44785/task/44862/stat : 44862 (Common-Cleaner) S 44777 44785 44727 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 49379321 19521036288 508000 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
[pid=44785/tid=44866] ppid=44777 vsize=19063512 memory=-6000919476967794795 CPUtime=0 cores=4,6
/proc/44785/task/44866/stat : 44866 (Timer-0) S 44777 44785 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49379336 19521036288 508000 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
Current children cumulated CPU time: 15.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2032000 KiB

[startup+25.5002 s]
/proc/loadavg: 2.29 1.37 1.41 5/317 45340
/proc/meminfo: memFree=124834596/131250000 swapFree=33010416/33010684
[pid=44785] ppid=44777 vsize=19063512 memory=2027204 CPUtime=28.35 cores=4,6
/proc/44785/stat : 44785 (java) S 44777 44785 44727 0 -1 4194304 40308 0 272 0 2775 60 0 0 20 0 20 0 49379312 19521036288 506801 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
/proc/44785/statm: 4765878 506801 5491 1 0 792367 0
[pid=44785/tid=44800] ppid=44777 vsize=19063512 memory=-6000919476967794795 CPUtime=24.9 cores=4,6
/proc/44785/task/44800/stat : 44800 (java) R 44777 44785 44727 0 -1 4194368 10689 0 248 0 2441 49 0 0 20 0 20 0 49379317 19521036288 506801 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
[pid=44785/tid=44832] ppid=44777 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/44785/task/44832/stat : 44832 (Finalizer) S 44777 44785 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49379321 19521036288 506801 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
[pid=44785/tid=44862] ppid=44777 vsize=19063512 memory=-6000919476967794795 CPUtime=0 cores=4,6
/proc/44785/task/44862/stat : 44862 (Common-Cleaner) S 44777 44785 44727 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 49379321 19521036288 506801 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
[pid=44785/tid=44866] ppid=44777 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/44785/task/44866/stat : 44866 (Timer-0) S 44777 44785 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49379336 19521036288 506801 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
Current children cumulated CPU time: 28.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2027204 KiB

[startup+51.106 s]
/proc/loadavg: 3.09 1.65 1.51 4/319 45680
/proc/meminfo: memFree=124349224/131250000 swapFree=33010416/33010684
[pid=44785] ppid=44777 vsize=19063512 memory=2035580 CPUtime=54.04 cores=4,6
/proc/44785/stat : 44785 (java) S 44777 44785 44727 0 -1 4194304 45987 0 272 0 5336 68 0 0 20 0 20 0 49379312 19521036288 508895 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
/proc/44785/statm: 4765878 508895 5491 1 0 792367 0
[pid=44785/tid=44800] ppid=44777 vsize=19063512 memory=2033532 CPUtime=50.15 cores=4,6
/proc/44785/task/44800/stat : 44800 (java) R 44777 44785 44727 0 -1 4194368 13075 0 248 0 4959 56 0 0 20 0 20 0 49379317 19521036288 508895 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
[pid=44785/tid=44832] ppid=44777 vsize=19063512 memory=2035580 CPUtime=0 cores=4,6

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

/proc/meminfo: memFree=101919156/131250000 swapFree=33010416/33010684
[pid=44785] ppid=44777 vsize=19063512 memory=2729736 CPUtime=3180.61 cores=4,6
/proc/44785/stat : 44785 (java) S 44777 44785 44727 0 -1 4194304 121338 0 272 0 317856 205 0 0 20 0 20 0 49379312 19521036288 682434 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
/proc/44785/statm: 4765878 682434 5523 1 0 797486 0
[pid=44785/tid=44800] ppid=44777 vsize=19063512 memory=2676380 CPUtime=3133.37 cores=4,6
/proc/44785/task/44800/stat : 44800 (java) R 44777 44785 44727 0 -1 4194368 51660 0 248 0 313258 79 0 0 20 0 20 0 49379317 19521036288 682434 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
[pid=44785/tid=44832] ppid=44777 vsize=19063512 memory=2715400 CPUtime=0 cores=4,6
/proc/44785/task/44832/stat : 44832 (Finalizer) S 44777 44785 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49379321 19521036288 682434 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
[pid=44785/tid=44862] ppid=44777 vsize=19063512 memory=2713352 CPUtime=0 cores=4,6
/proc/44785/task/44862/stat : 44862 (Common-Cleaner) S 44777 44785 44727 0 -1 4194368 1379 0 0 0 0 0 0 0 20 0 20 0 49379321 19521036288 682434 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
[pid=44785/tid=44866] ppid=44777 vsize=19063512 memory=-6000919476967794795 CPUtime=0 cores=4,6
/proc/44785/task/44866/stat : 44866 (Timer-0) S 44777 44785 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49379336 19521036288 682434 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
Current children cumulated CPU time: 3180.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2729736 KiB

[startup+3222.3 s]
/proc/loadavg: 4.34 4.41 4.36 5/341 46017
/proc/meminfo: memFree=109264276/131250000 swapFree=33010416/33010684
[pid=44785] ppid=44777 vsize=19063512 memory=2744072 CPUtime=3241.36 cores=4,6
/proc/44785/stat : 44785 (java) S 44777 44785 44727 0 -1 4194304 123156 0 272 0 323927 209 0 0 20 0 20 0 49379312 19521036288 686018 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
/proc/44785/statm: 4765878 686018 5523 1 0 797492 0
[pid=44785/tid=44800] ppid=44777 vsize=19063512 memory=2715400 CPUtime=3192.62 cores=4,6
/proc/44785/task/44800/stat : 44800 (java) R 44777 44785 44727 0 -1 4194368 53018 0 248 0 319183 79 0 0 20 0 20 0 49379317 19521036288 686018 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
[pid=44785/tid=44832] ppid=44777 vsize=19063512 memory=17792 CPUtime=0 cores=4,6
/proc/44785/task/44832/stat : 44832 (Finalizer) S 44777 44785 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49379321 19521036288 686018 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
[pid=44785/tid=44862] ppid=44777 vsize=19063512 memory=2737928 CPUtime=0 cores=4,6
/proc/44785/task/44862/stat : 44862 (Common-Cleaner) S 44777 44785 44727 0 -1 4194368 1454 0 0 0 0 0 0 0 20 0 20 0 49379321 19521036288 686018 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
[pid=44785/tid=44866] ppid=44777 vsize=19063512 memory=2742024 CPUtime=0 cores=4,6
/proc/44785/task/44866/stat : 44866 (Timer-0) S 44777 44785 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49379336 19521036288 686018 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
Current children cumulated CPU time: 3241.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2744072 KiB

[startup+3282.3 s]
/proc/loadavg: 4.25 4.38 4.35 5/340 46085
/proc/meminfo: memFree=117480072/131250000 swapFree=33010416/33010684
[pid=44785] ppid=44777 vsize=19063512 memory=2756456 CPUtime=3302.12 cores=4,6
/proc/44785/stat : 44785 (java) S 44777 44785 44727 0 -1 4194304 123327 0 272 0 330001 211 0 0 20 0 20 0 49379312 19521036288 689114 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
/proc/44785/statm: 4765878 689114 5523 1 0 797503 0
[pid=44785/tid=44800] ppid=44777 vsize=19063512 memory=2754408 CPUtime=3251.91 cores=4,6
/proc/44785/task/44800/stat : 44800 (java) R 44777 44785 44727 0 -1 4194368 53072 0 248 0 325112 79 0 0 20 0 20 0 49379317 19521036288 689114 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
[pid=44785/tid=44832] ppid=44777 vsize=19063512 memory=2752320 CPUtime=0 cores=4,6
/proc/44785/task/44832/stat : 44832 (Finalizer) S 44777 44785 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49379321 19521036288 689114 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
[pid=44785/tid=44862] ppid=44777 vsize=19063512 memory=2756456 CPUtime=0 cores=4,6
/proc/44785/task/44862/stat : 44862 (Common-Cleaner) S 44777 44785 44727 0 -1 4194368 1509 0 0 0 0 0 0 0 20 0 20 0 49379321 19521036288 689114 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
[pid=44785/tid=44866] ppid=44777 vsize=19063512 memory=5760 CPUtime=0 cores=4,6
/proc/44785/task/44866/stat : 44866 (Timer-0) S 44777 44785 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49379336 19521036288 689114 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
Current children cumulated CPU time: 3302.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2756456 KiB

[startup+3342.3 s]
/proc/loadavg: 4.26 4.35 4.34 5/339 46087
/proc/meminfo: memFree=117011512/131250000 swapFree=33010416/33010684
[pid=44785] ppid=44777 vsize=19063512 memory=2766764 CPUtime=3362.89 cores=4,6
/proc/44785/stat : 44785 (java) S 44777 44785 44727 0 -1 4194304 123804 0 272 0 336076 213 0 0 20 0 20 0 49379312 19521036288 691691 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
/proc/44785/statm: 4765878 691691 5523 1 0 797517 0
[pid=44785/tid=44800] ppid=44777 vsize=19063512 memory=2766764 CPUtime=3311.14 cores=4,6
/proc/44785/task/44800/stat : 44800 (java) R 44777 44785 44727 0 -1 4194368 53486 0 248 0 331034 80 0 0 20 0 20 0 49379317 19521036288 691691 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
[pid=44785/tid=44832] ppid=44777 vsize=19063512 memory=2764716 CPUtime=0 cores=4,6
/proc/44785/task/44832/stat : 44832 (Finalizer) S 44777 44785 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49379321 19521036288 691691 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
[pid=44785/tid=44862] ppid=44777 vsize=19063512 memory=2762612 CPUtime=0 cores=4,6
/proc/44785/task/44862/stat : 44862 (Common-Cleaner) S 44777 44785 44727 0 -1 4194368 1509 0 0 0 0 0 0 0 20 0 20 0 49379321 19521036288 691691 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
[pid=44785/tid=44866] ppid=44777 vsize=19063512 memory=1792 CPUtime=0 cores=4,6
/proc/44785/task/44866/stat : 44866 (Timer-0) S 44777 44785 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49379336 19521036288 691691 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
Current children cumulated CPU time: 3362.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2766764 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.30 4.33 5/341 46091
/proc/meminfo: memFree=116739300/131250000 swapFree=33010416/33010684
[pid=44785] ppid=44777 vsize=19063512 memory=2777008 CPUtime=3423.63 cores=4,6
/proc/44785/stat : 44785 (java) S 44777 44785 44727 0 -1 4194304 125535 0 272 0 342148 215 0 0 20 0 20 0 49379312 19521036288 694252 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
/proc/44785/statm: 4765878 694252 5523 1 0 797517 0
[pid=44785/tid=44800] ppid=44777 vsize=19063512 memory=2764716 CPUtime=3370.34 cores=4,6
/proc/44785/task/44800/stat : 44800 (java) R 44777 44785 44727 0 -1 4194368 54689 0 248 0 336953 81 0 0 20 0 20 0 49379317 19521036288 694252 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
[pid=44785/tid=44832] ppid=44777 vsize=19063512 memory=17792 CPUtime=0 cores=4,6
/proc/44785/task/44832/stat : 44832 (Finalizer) S 44777 44785 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49379321 19521036288 694252 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
[pid=44785/tid=44862] ppid=44777 vsize=19063512 memory=2774960 CPUtime=0 cores=4,6
/proc/44785/task/44862/stat : 44862 (Common-Cleaner) S 44777 44785 44727 0 -1 4194368 1509 0 0 0 0 0 0 0 20 0 20 0 49379321 19521036288 694252 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
[pid=44785/tid=44866] ppid=44777 vsize=19063512 memory=2774960 CPUtime=0 cores=4,6
/proc/44785/task/44866/stat : 44866 (Timer-0) S 44777 44785 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49379336 19521036288 694252 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
Current children cumulated CPU time: 3423.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2777008 KiB

[startup+3462.3 s]
/proc/loadavg: 4.20 4.29 4.32 5/341 46093
/proc/meminfo: memFree=116425768/131250000 swapFree=33010416/33010684
[pid=44785] ppid=44777 vsize=19063512 memory=2795608 CPUtime=3484.52 cores=4,6
/proc/44785/stat : 44785 (java) S 44777 44785 44727 0 -1 4194304 127485 0 272 0 348233 219 0 0 20 0 20 0 49379312 19521036288 698902 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
/proc/44785/statm: 4765878 698902 5523 1 0 797561 0
[pid=44785/tid=44800] ppid=44777 vsize=19063512 memory=2764716 CPUtime=3429.52 cores=4,6
/proc/44785/task/44800/stat : 44800 (java) R 44777 44785 44727 0 -1 4194368 56185 0 248 0 342870 82 0 0 20 0 20 0 49379317 19521036288 698902 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
[pid=44785/tid=44832] ppid=44777 vsize=19063512 memory=17792 CPUtime=0 cores=4,6
/proc/44785/task/44832/stat : 44832 (Finalizer) S 44777 44785 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49379321 19521036288 698902 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
[pid=44785/tid=44862] ppid=44777 vsize=19063512 memory=2791512 CPUtime=0 cores=4,6
/proc/44785/task/44862/stat : 44862 (Common-Cleaner) S 44777 44785 44727 0 -1 4194368 1576 0 0 0 0 0 0 0 20 0 20 0 49379321 19521036288 698902 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
[pid=44785/tid=44866] ppid=44777 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/44785/task/44866/stat : 44866 (Timer-0) S 44777 44785 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49379336 19521036288 698902 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
Current children cumulated CPU time: 3484.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2795608 KiB

[startup+3522.3 s]
/proc/loadavg: 4.07 4.23 4.30 5/341 46095
/proc/meminfo: memFree=116200356/131250000 swapFree=33010416/33010684
[pid=44785] ppid=44777 vsize=19063512 memory=2811996 CPUtime=3545.35 cores=4,6
/proc/44785/stat : 44785 (java) S 44777 44785 44727 0 -1 4194304 127692 0 272 0 354313 222 0 0 20 0 20 0 49379312 19521036288 702999 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
/proc/44785/statm: 4765878 702999 5523 1 0 797561 0
[pid=44785/tid=44800] ppid=44777 vsize=19063512 memory=2795608 CPUtime=3488.64 cores=4,6
/proc/44785/task/44800/stat : 44800 (java) R 44777 44785 44727 0 -1 4194368 56245 0 248 0 348782 82 0 0 20 0 20 0 49379317 19521036288 702999 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
[pid=44785/tid=44832] ppid=44777 vsize=19063512 memory=2787248 CPUtime=0 cores=4,6
/proc/44785/task/44832/stat : 44832 (Finalizer) S 44777 44785 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49379321 19521036288 702999 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
[pid=44785/tid=44862] ppid=44777 vsize=19063512 memory=2809948 CPUtime=0 cores=4,6
/proc/44785/task/44862/stat : 44862 (Common-Cleaner) S 44777 44785 44727 0 -1 4194368 1644 0 0 0 0 0 0 0 20 0 20 0 49379321 19521036288 702999 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
[pid=44785/tid=44866] ppid=44777 vsize=19063512 memory=2811996 CPUtime=0 cores=4,6
/proc/44785/task/44866/stat : 44866 (Timer-0) S 44777 44785 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49379336 19521036288 702999 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
Current children cumulated CPU time: 3545.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2811996 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3576.2 s]
/proc/loadavg: 4.13 4.23 4.29 5/340 46103
/proc/meminfo: memFree=115961840/131250000 swapFree=33010416/33010684
[pid=44785] ppid=44777 vsize=19063512 memory=2822276 CPUtime=3600.05 cores=4,6
/proc/44785/stat : 44785 (java) S 44777 44785 44727 0 -1 4194304 127815 0 272 0 359781 224 0 0 20 0 20 0 49379312 19521036288 705569 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
/proc/44785/statm: 4765878 705569 5523 1 0 797572 0
[pid=44785/tid=44800] ppid=44777 vsize=19063512 memory=12416 CPUtime=3541.86 cores=4,6
/proc/44785/task/44800/stat : 44800 (java) R 44777 44785 44727 0 -1 4194368 56291 0 248 0 354104 82 0 0 20 0 20 0 49379317 19521036288 705569 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
[pid=44785/tid=44832] ppid=44777 vsize=19063512 memory=2724 CPUtime=0 cores=4,6
/proc/44785/task/44832/stat : 44832 (Finalizer) S 44777 44785 44727 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49379321 19521036288 705569 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
[pid=44785/tid=44862] ppid=44777 vsize=19063512 memory=-6000919476967794795 CPUtime=0 cores=4,6
/proc/44785/task/44862/stat : 44862 (Common-Cleaner) S 44777 44785 44727 0 -1 4194368 1644 0 0 0 0 0 0 0 20 0 20 0 49379321 19521036288 705569 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
[pid=44785/tid=44866] ppid=44777 vsize=19063512 memory=2822276 CPUtime=0 cores=4,6
/proc/44785/task/44866/stat : 44866 (Timer-0) S 44777 44785 44727 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49379336 19521036288 705569 18446744073709551615 94104416702464 94104416706160 140721794818288 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94104416713976 94104416714768 94104446484480 140721794820478 140721794820582 140721794820582 140721794826184 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2822276 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.98 s, system=2.26315 s

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

Child status: 143

Real time (s): 3576.3
CPU time (s): 3600.24
CPU user time (s): 3597.98
CPU system time (s): 2.26315
CPU usage (%): 100.669
Max. virtual memory (cumulated for all children) (KiB): 19066572
Max. memory (cumulated for all children) (KiB): 2822276

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.98
system time used= 2.26315
maximum resident set size= 2823044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 130390
page faults= 272
swaps= 0
block input operations= 40
block output operations= 27704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 142546
involuntary context switches= 12190


# summary of solver processes directly reported to runsolver:
#   pid: 44785
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3597.98
#   total CPU system time (s): 2.26315

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.23571 second user time and 17.2959 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-01 04:29:54
IDJOB=4487810
IDBENCH=147223
IDSOLVER=3361
FILE ID=nodeC027/4487810-1751336994
RUNJOBID= nodeC027-1751336994-44738
SLURM_JOB_ID= 9594388
Free space on /tmp= 433064 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/sorensson/garden/normalized-g9x9.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4487810-1751336994/watcher-4487810-1751336994 -o /tmp/evaluation-result-4487810-1751336994/solver-4487810-1751336994 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751336994-44738 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4487810-1751336994.opb

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

MD5SUM BENCH= c74ef50fdcad1c092f72b2454e0c2ee1
RANDOM SEED=1585973381

nodeC027 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	: 0xb00002a
cpu MHz		: 3599.677
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 1976.288
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.621
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.905
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.625
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 1675.836
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.674
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 1765.366
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        130080700 kB
MemAvailable:   129723236 kB
Buffers:            2488 kB
Cached:           431892 kB
SwapCached:           12 kB
Active:           374028 kB
Inactive:         132268 kB
Active(anon):      87180 kB
Inactive(anon):     2792 kB
Active(file):     286848 kB
Inactive(file):   129476 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1332 kB
Writeback:             4 kB
AnonPages:         74992 kB
Mapped:           102888 kB
Shmem:             18056 kB
KReclaimable:     103700 kB
Slab:             191424 kB
SReclaimable:     103700 kB
SUnreclaim:        87724 kB
KernelStack:        4112 kB
PageTables:         2764 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     336156 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150376 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433060 MiB
End job on nodeC027 at 2025-07-01 05:29:31