Trace number 4544576

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 VeriPB 2025-06-06? (TO) 3600.15 3571.68

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/koops/
normalized-mat15_15_identity_complement.opb
MD5SUMa9e5094355ac87d3064d375e1f0a277c
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.3194
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3375
Total number of constraints171690
Number of constraints which are clauses165390
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints6300
Minimum length of a constraint2
Maximum length of a constraint15
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 14
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 29
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Use constraints as they come during conflict analysis
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: EFFECTIVE
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Dynamic restart strategy considering the size of the coefficients
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4544576-1753228115.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c using VERIPB proof format
0.13/0.16	c  no objective function found
3.43/1.84	c ... done. Wall clock time 1.679s.
3.43/1.84	c declared #vars     3375
3.43/1.84	c #constraints  171690
3.43/1.84	c constraints type 
3.43/1.84	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 122850
3.43/1.84	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 3150
3.43/1.84	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 45690
3.43/1.84	c 171690 constraints processed.
15.16/8.48	c cleaning 2500 clauses out of 5000 with flag 0/5000
23.84/16.28	c cleaning 4249 clauses out of 8501 with flag 0/11001
35.86/28.06	c cleaning 5624 clauses out of 11251 with flag 0/18000
49.50/41.50	c cleaning 6809 clauses out of 13627 with flag 0/26000
67.52/59.46	c cleaning 7906 clauses out of 15820 with flag 0/35002
95.43/87.22	c cleaning 8953 clauses out of 17914 with flag 0/45002
124.69/116.13	c cleaning 9973 clauses out of 19960 with flag 0/56001
155.33/146.49	c cleaning 10993 clauses out of 21986 with flag 0/68000
198.85/189.54	c cleaning 11994 clauses out of 23994 with flag 0/81001
252.37/242.60	c cleaning 12996 clauses out of 26000 with flag 0/95001
304.21/294.18	c cleaning 13996 clauses out of 28003 with flag 0/110000
367.44/356.93	c cleaning 14995 clauses out of 30008 with flag 0/126001
442.71/431.70	c cleaning 15995 clauses out of 32012 with flag 0/143000
527.32/515.85	c cleaning 17006 clauses out of 34017 with flag 0/161000
601.08/589.18	c cleaning 18003 clauses out of 36014 with flag 0/180003
687.38/674.89	c cleaning 19003 clauses out of 38009 with flag 0/200001
795.79/782.50	c cleaning 19997 clauses out of 40005 with flag 0/221000
900.70/886.84	c cleaning 20998 clauses out of 42008 with flag 0/243000
1017.72/1003.15	c cleaning 22002 clauses out of 44012 with flag 0/266002
1128.01/1112.66	c cleaning 23000 clauses out of 46008 with flag 0/290000
1246.85/1230.67	c cleaning 24001 clauses out of 48008 with flag 0/315000
1377.93/1360.90	c cleaning 25000 clauses out of 50007 with flag 0/341000
1544.89/1526.81	c cleaning 26001 clauses out of 52007 with flag 0/368000
1754.80/1735.62	c cleaning 26994 clauses out of 54007 with flag 0/396001
1958.54/1938.39	c cleaning 28007 clauses out of 56017 with flag 0/425005
2174.96/2153.69	c cleaning 28998 clauses out of 58005 with flag 0/455000
2413.07/2390.48	c cleaning 29999 clauses out of 60010 with flag 0/486003
2661.30/2637.12	c cleaning 30996 clauses out of 62010 with flag 0/518002
2926.42/2900.93	c cleaning 31995 clauses out of 64012 with flag 0/551000
3252.22/3225.36	c cleaning 33006 clauses out of 66020 with flag 0/585003
3540.33/3512.07	c cleaning 34003 clauses out of 68011 with flag 0/620000
3600.04/3571.61	c starts		: 53
3600.04/3571.61	c conflicts		: 630390
3600.04/3571.61	c decisions		: 674579
3600.04/3571.61	c propagations		: 194792308
3600.04/3571.61	c inspects		: 7876089215
3600.04/3571.61	c shortcuts		: 0
3600.04/3571.61	c learnt literals	: 0
3600.04/3571.61	c learnt binary clauses	: 0
3600.04/3571.61	c learnt ternary clauses	: 0
3600.04/3571.61	c learnt constraints	: 630389
3600.04/3571.61	c ignored constraints	: 0
3600.04/3571.61	c root simplifications	: 0
3600.04/3571.61	c removed literals (reason simplification)	: 0
3600.04/3571.61	c reason swapping (by a shorter reason)	: 0
3600.04/3571.61	c Calls to reduceDB	: 31
3600.04/3571.61	c Number of update (reduction) of LBD	: 960680
3600.04/3571.61	c Imported unit clauses	: 0
3600.04/3571.61	c No decision after first conflict	: false
3600.04/3571.61	c number of reductions to clauses (during analyze)	: 0
3600.04/3571.61	c number of learned constraints concerned by reduction	: 0
3600.04/3571.61	c number of learning phase by resolution	: 0
3600.04/3571.61	c number of learning phase by cutting planes	: 0
3600.04/3571.61	c number of rounding to 1 operations	: 0
3600.04/3571.61	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3571.61	c number of reductions of the coefficients by power 2 	: 0
3600.04/3571.61	c number of right shift for reduction by power 2 	: 0
3600.04/3571.61	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3571.61	c number of ending skipping 	: 0
3600.04/3571.61	c number of internal skipping 	: 0
3600.04/3571.61	c number of derivation steps 	: 11158089
3600.04/3571.61	c number of skipped derivation steps 	: 0
3600.04/3571.62	c number of remaining unassigned 	: 199989
3600.04/3571.62	c number of remaining assigned 	: 253009778
3600.04/3571.62	c number of falsified literals weakened from reason	: 0
3600.04/3571.62	c number of falsified literals weakened from conflict	: 0
3600.04/3571.62	c time for arithmetic operations	: 15009854679
3600.04/3571.62	c minimum degree of deleted constraints	: 1
3600.04/3571.62	c maximum degree of deleted constraints	: 11231971139268780065722595282578337542981076008657565061957906967454965380573989180353352134230718806068899201425900637203343107361079585452496240422767625005784076267138658510009841469114500348410939325422593559139297311408172821405958782878601987612476766709463799923139665954187356371655273759414788284379127127739048978904716710245169100872045155963549679776019430530208620274658248921011735863030936114936432895932936832810068417229600000
3600.04/3571.62	c number of deleted constraints	: 585992
3600.04/3571.62	c timeout
3600.04/3571.62	c speed (assignments/second)	: 54567.17195584814
3600.04/3571.62	c non guided choices	: 26
3600.04/3571.65	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 3
3600.04/3571.65	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 44394
3600.04/3571.65	s UNKNOWN
3600.04/3571.66	c Total wall clock time (in seconds): 3571.498

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: 63708 MiB (40127 MiB free)
  memory of node 1: 64465 MiB (39377 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4544576-1753228115/watcher-4544576-1753228115 -o /tmp/evaluation-result-4544576-1753228115/solver-4544576-1753228115 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1753220993-158548 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4544576-1753228115 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4544576-1753228115.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 FSIZE limit: 102400000 KiB
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=160258, runsolver pid=160255
Current StackSize limit: 8192 KiB


[startup+0.100053 s]*
/proc/loadavg: 4.19 4.30 4.31 5/339 160276
/proc/meminfo: memFree=81392232/131249988 swapFree=33010160/33010684
[pid=160258] ppid=160255 vsize=18930384 memory=57700 CPUtime=0.13 cores=5,7
/proc/160258/stat : 160258 (java) S 160255 160258 158535 0 -1 4194304 6562 0 0 0 11 2 0 0 20 0 18 0 238489118 19384713216 14425 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
/proc/160258/statm: 4732596 14425 5332 1 0 547604 0
[pid=160258/tid=160260] ppid=160255 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/160258/task/160260/stat : 160260 (java) R 160255 160258 158535 0 -1 4194368 5064 0 0 0 6 1 0 0 20 0 18 0 238489120 19384713216 14425 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
[pid=160258/tid=160269] ppid=160255 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/160258/task/160269/stat : 160269 (Finalizer) S 160255 160258 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238489122 19384713216 14425 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
[pid=160258/tid=160276] ppid=160255 vsize=18930384 memory=55186957824150 CPUtime=0 cores=5,7
/proc/160258/task/160276/stat : 160276 (Common-Cleaner) S 160255 160258 158535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238489122 19384713216 14425 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57700 KiB

[startup+0.205971 s]*
/proc/loadavg: 4.19 4.30 4.31 7/339 160276
/proc/meminfo: memFree=81386372/131249988 swapFree=33010160/33010684
[pid=160258] ppid=160255 vsize=18930384 memory=74760 CPUtime=0.32 cores=5,7
/proc/160258/stat : 160258 (java) S 160255 160258 158535 0 -1 4194304 7146 0 0 0 30 2 0 0 20 0 18 0 238489118 19384713216 18690 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
/proc/160258/statm: 4732596 18690 5460 1 0 548015 0
[pid=160258/tid=160260] ppid=160255 vsize=18930384 memory=4026990876 CPUtime=0.18 cores=5,7
/proc/160258/task/160260/stat : 160260 (java) R 160255 160258 158535 0 -1 4194368 5427 0 0 0 16 2 0 0 20 0 18 0 238489120 19384713216 18690 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
[pid=160258/tid=160269] ppid=160255 vsize=18930384 memory=17146 CPUtime=0 cores=5,7
/proc/160258/task/160269/stat : 160269 (Finalizer) S 160255 160258 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238489122 19384713216 18690 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
[pid=160258/tid=160276] ppid=160255 vsize=18930384 memory=54087446168546 CPUtime=0 cores=5,7
/proc/160258/task/160276/stat : 160276 (Common-Cleaner) S 160255 160258 158535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238489122 19384713216 18690 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 74760 KiB

[startup+0.306057 s]*
/proc/loadavg: 4.19 4.30 4.31 6/340 160277
/proc/meminfo: memFree=81302940/131249988 swapFree=33010160/33010684
[pid=160258] ppid=160255 vsize=18996948 memory=153844 CPUtime=0.51 cores=5,7
/proc/160258/stat : 160258 (java) S 160255 160258 158535 0 -1 4194304 7475 0 0 0 47 4 0 0 20 0 19 0 238489118 19452874752 38461 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
/proc/160258/statm: 4749237 38461 5492 1 0 548393 0
[pid=160258/tid=160260] ppid=160255 vsize=18996948 memory=-8815911085394404028 CPUtime=0.27 cores=5,7
/proc/160258/task/160260/stat : 160260 (java) R 160255 160258 158535 0 -1 4194368 5481 0 0 0 24 3 0 0 20 0 19 0 238489120 19452874752 38461 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
[pid=160258/tid=160269] ppid=160255 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/160258/task/160269/stat : 160269 (Finalizer) S 160255 160258 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238489122 19452874752 38461 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
[pid=160258/tid=160276] ppid=160255 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/160258/task/160276/stat : 160276 (Common-Cleaner) S 160255 160258 158535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238489122 19452874752 38461 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 153844 KiB

[startup+0.700229 s]
/proc/loadavg: 4.19 4.30 4.31 6/340 160277
/proc/meminfo: memFree=81197076/131249988 swapFree=33010160/33010684
[pid=160258] ppid=160255 vsize=18996948 memory=794548 CPUtime=1.25 cores=5,7
/proc/160258/stat : 160258 (java) S 160255 160258 158535 0 -1 4194304 11374 0 0 0 107 18 0 0 20 0 19 0 238489118 19452874752 198637 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
/proc/160258/statm: 4749237 198637 5492 1 0 551316 0
[pid=160258/tid=160260] ppid=160255 vsize=18996948 memory=27264 CPUtime=0.64 cores=5,7
/proc/160258/task/160260/stat : 160260 (java) R 160255 160258 158535 0 -1 4194368 5791 0 0 0 48 16 0 0 20 0 19 0 238489120 19452874752 198637 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
[pid=160258/tid=160269] ppid=160255 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/160258/task/160269/stat : 160269 (Finalizer) S 160255 160258 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238489122 19452874752 198637 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
[pid=160258/tid=160276] ppid=160255 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/160258/task/160276/stat : 160276 (Common-Cleaner) S 160255 160258 158535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238489122 19452874752 198637 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 794548 KiB

[startup+1.50024 s]
/proc/loadavg: 4.26 4.31 4.31 6/340 160277
/proc/meminfo: memFree=80132848/131249988 swapFree=33010160/33010684
[pid=160258] ppid=160255 vsize=18996948 memory=2197688 CPUtime=2.83 cores=5,7
/proc/160258/stat : 160258 (java) S 160255 160258 158535 0 -1 4194304 25229 0 0 0 235 48 0 0 20 0 19 0 238489118 19452874752 549422 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
/proc/160258/statm: 4749237 549422 5492 1 0 1082571 0
[pid=160258/tid=160260] ppid=160255 vsize=18996948 memory=3328 CPUtime=1.39 cores=5,7
/proc/160258/task/160260/stat : 160260 (java) R 160255 160258 158535 0 -1 4194368 6566 0 0 0 96 43 0 0 20 0 19 0 238489120 19452874752 549422 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
[pid=160258/tid=160269] ppid=160255 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/160258/task/160269/stat : 160269 (Finalizer) S 160255 160258 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238489122 19452874752 549422 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
[pid=160258/tid=160276] ppid=160255 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/160258/task/160276/stat : 160276 (Common-Cleaner) S 160255 160258 158535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238489122 19452874752 549422 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2197688 KiB

[startup+3.10576 s]
/proc/loadavg: 4.26 4.31 4.31 6/341 160278
/proc/meminfo: memFree=78454664/131249988 swapFree=33010160/33010684
[pid=160258] ppid=160255 vsize=19063512 memory=2976652 CPUtime=6.01 cores=5,7
/proc/160258/stat : 160258 (java) S 160255 160258 158535 0 -1 4194304 26319 0 0 0 536 65 0 0 20 0 20 0 238489118 19521036288 744163 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
/proc/160258/statm: 4765878 744163 5492 1 0 1083107 0
[pid=160258/tid=160260] ppid=160255 vsize=19063512 memory=10752 CPUtime=2.84 cores=5,7
/proc/160258/task/160260/stat : 160260 (java) R 160255 160258 158535 0 -1 4194368 6990 0 0 0 226 58 0 0 20 0 20 0 238489120 19521036288 744163 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
[pid=160258/tid=160269] ppid=160255 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/160258/task/160269/stat : 160269 (Finalizer) S 160255 160258 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238489122 19521036288 744163 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
[pid=160258/tid=160276] ppid=160255 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/160258/task/160276/stat : 160276 (Common-Cleaner) S 160255 160258 158535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238489122 19521036288 744163 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
[pid=160258/tid=160278] ppid=160255 vsize=19063512 memory=5276 CPUtime=0 cores=5,7
/proc/160258/task/160278/stat : 160278 (Timer-0) S 160255 160258 158535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238489304 19521036288 744163 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
Current children cumulated CPU time: 6.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2976652 KiB

[startup+6.30024 s]
/proc/loadavg: 4.32 4.32 4.31 6/341 160278
/proc/meminfo: memFree=78088044/131249988 swapFree=33010160/33010684
[pid=160258] ppid=160255 vsize=19063512 memory=3401412 CPUtime=12.32 cores=5,7
/proc/160258/stat : 160258 (java) S 160255 160258 158535 0 -1 4194304 29908 0 0 0 1157 75 0 0 20 0 20 0 238489118 19521036288 850353 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
/proc/160258/statm: 4765878 850353 5492 1 0 1084572 0
[pid=160258/tid=160260] ppid=160255 vsize=19063512 memory=0 CPUtime=5.98 cores=5,7
/proc/160258/task/160260/stat : 160260 (java) R 160255 160258 158535 0 -1 4194368 7236 0 0 0 531 67 0 0 20 0 20 0 238489120 19521036288 850353 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
[pid=160258/tid=160269] ppid=160255 vsize=19063512 memory=4282244484372401526 CPUtime=0 cores=5,7
/proc/160258/task/160269/stat : 160269 (Finalizer) S 160255 160258 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238489122 19521036288 850353 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
[pid=160258/tid=160276] ppid=160255 vsize=19063512 memory=-8815911085394404028 CPUtime=0 cores=5,7
/proc/160258/task/160276/stat : 160276 (Common-Cleaner) S 160255 160258 158535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238489122 19521036288 850353 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
[pid=160258/tid=160278] ppid=160255 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/160258/task/160278/stat : 160278 (Timer-0) S 160255 160258 158535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238489304 19521036288 850353 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
Current children cumulated CPU time: 12.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3401412 KiB

[startup+12.7002 s]
/proc/loadavg: 4.29 4.32 4.31 5/341 160278
/proc/meminfo: memFree=77990064/131249988 swapFree=33010160/33010684
[pid=160258] ppid=160255 vsize=19063512 memory=3397336 CPUtime=20.29 cores=5,7
/proc/160258/stat : 160258 (java) S 160255 160258 158535 0 -1 4194304 31222 0 0 0 1952 77 0 0 20 0 20 0 238489118 19521036288 849334 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
/proc/160258/statm: 4765878 849334 5492 1 0 1084722 0
[pid=160258/tid=160260] ppid=160255 vsize=19063512 memory=0 CPUtime=12.28 cores=5,7
/proc/160258/task/160260/stat : 160260 (java) R 160255 160258 158535 0 -1 4194368 8316 0 0 0 1160 68 0 0 20 0 20 0 238489120 19521036288 849334 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
[pid=160258/tid=160269] ppid=160255 vsize=19063512 memory=3397336 CPUtime=0 cores=5,7
/proc/160258/task/160269/stat : 160269 (Finalizer) S 160255 160258 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238489122 19521036288 849334 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
[pid=160258/tid=160276] ppid=160255 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/160258/task/160276/stat : 160276 (Common-Cleaner) S 160255 160258 158535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238489122 19521036288 849334 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
[pid=160258/tid=160278] ppid=160255 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/160258/task/160278/stat : 160278 (Timer-0) S 160255 160258 158535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238489304 19521036288 849334 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
Current children cumulated CPU time: 20.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3397336 KiB

[startup+25.5002 s]
/proc/loadavg: 4.25 4.31 4.31 6/342 160279
/proc/meminfo: memFree=77922216/131249988 swapFree=33010160/33010684
[pid=160258] ppid=160255 vsize=19063512 memory=3397592 CPUtime=33.34 cores=5,7
/proc/160258/stat : 160258 (java) S 160255 160258 158535 0 -1 4194304 39953 0 0 0 3254 80 0 0 20 0 20 0 238489118 19521036288 849398 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
/proc/160258/statm: 4765878 849398 5492 1 0 1084781 0
[pid=160258/tid=160260] ppid=160255 vsize=19063512 memory=-8815911085394404028 CPUtime=24.93 cores=5,7
/proc/160258/task/160260/stat : 160260 (java) R 160255 160258 158535 0 -1 4194368 10838 0 0 0 2423 70 0 0 20 0 20 0 238489120 19521036288 849398 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
[pid=160258/tid=160269] ppid=160255 vsize=19063512 memory=3024 CPUtime=0 cores=5,7
/proc/160258/task/160269/stat : 160269 (Finalizer) S 160255 160258 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238489122 19521036288 849398 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
[pid=160258/tid=160276] ppid=160255 vsize=19063512 memory=3397592 CPUtime=0 cores=5,7
/proc/160258/task/160276/stat : 160276 (Common-Cleaner) S 160255 160258 158535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238489122 19521036288 849398 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
[pid=160258/tid=160278] ppid=160255 vsize=19063512 memory=3397592 CPUtime=0 cores=5,7
/proc/160258/task/160278/stat : 160278 (Timer-0) S 160255 160258 158535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238489304 19521036288 849398 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
Current children cumulated CPU time: 33.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3397592 KiB

[startup+51.1058 s]
/proc/loadavg: 4.35 4.33 4.31 5/342 160280
/proc/meminfo: memFree=77827512/131249988 swapFree=33010160/33010684
[pid=160258] ppid=160255 vsize=19063512 memory=3406044 CPUtime=59.19 cores=5,7
/proc/160258/stat : 160258 (java) S 160255 160258 158535 0 -1 4194304 48913 0 0 0 5833 86 0 0 20 0 20 0 238489118 19521036288 851511 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
/proc/160258/statm: 4765878 851511 5492 1 0 1084845 0
[pid=160258/tid=160260] ppid=160255 vsize=19063512 memory=3403992 CPUtime=50.19 cores=5,7
/proc/160258/task/160260/stat : 160260 (java) R 160255 160258 158535 0 -1 4194368 14777 0 0 0 4945 74 0 0 20 0 20 0 238489120 19521036288 851511 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
[pid=160258/tid=160269] ppid=160255 vsize=19063512 memory=-8815911085394404028 CPUtime=0 cores=5,7
/proc/160258/task/160269/stat : 160269 (Finalizer) S 160255 160258 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238489122 19521036288 851511 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
[pid=160258/tid=160276] ppid=160255 vsize=19063512 memory=3399808 CPUtime=0 cores=5,7
/proc/160258/task/160276/stat : 160276 (Common-Cleaner) S 160255 160258 158535 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238489122 19521036288 851511 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
[pid=160258/tid=160278] ppid=160255 vsize=19063512 memory=3397592 CPUtime=0 cores=5,7
/proc/160258/task/160278/stat : 160278 (Timer-0) S 160255 160258 158535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238489304 19521036288 851511 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0

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

/proc/meminfo: memFree=69198836/131249988 swapFree=33010160/33010684
[pid=160258] ppid=160255 vsize=19063512 memory=4288096 CPUtime=3188.99 cores=5,7
/proc/160258/stat : 160258 (java) S 160255 160258 158535 0 -1 4194304 180649 0 0 0 318547 352 0 0 20 0 20 0 238489118 19521036288 1072024 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
/proc/160258/statm: 4765878 1072024 5524 1 0 1085705 0
[pid=160258/tid=160260] ppid=160255 vsize=19063512 memory=10752 CPUtime=3120.67 cores=5,7
/proc/160258/task/160260/stat : 160260 (java) R 160255 160258 158535 0 -1 4194368 86209 0 0 0 311836 231 0 0 20 0 20 0 238489120 19521036288 1072024 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
[pid=160258/tid=160269] ppid=160255 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/160258/task/160269/stat : 160269 (Finalizer) S 160255 160258 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238489122 19521036288 1072024 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
[pid=160258/tid=160276] ppid=160255 vsize=19063512 memory=4288096 CPUtime=0 cores=5,7
/proc/160258/task/160276/stat : 160276 (Common-Cleaner) S 160255 160258 158535 0 -1 4194368 2362 0 0 0 0 0 0 0 20 0 20 0 238489122 19521036288 1072024 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
[pid=160258/tid=160278] ppid=160255 vsize=19063512 memory=4288096 CPUtime=0 cores=5,7
/proc/160258/task/160278/stat : 160278 (Timer-0) S 160255 160258 158535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238489304 19521036288 1072024 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
Current children cumulated CPU time: 3188.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4288096 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.13 4.13 5/340 160577
/proc/meminfo: memFree=69167348/131249988 swapFree=33010160/33010684
[pid=160258] ppid=160255 vsize=19063512 memory=4288096 CPUtime=3249.23 cores=5,7
/proc/160258/stat : 160258 (java) S 160255 160258 158535 0 -1 4194304 183264 0 0 0 324567 356 0 0 20 0 20 0 238489118 19521036288 1072024 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
/proc/160258/statm: 4765878 1072024 5524 1 0 1085709 0
[pid=160258/tid=160260] ppid=160255 vsize=19063512 memory=10752 CPUtime=3179.9 cores=5,7
/proc/160258/task/160260/stat : 160260 (java) R 160255 160258 158535 0 -1 4194368 88026 0 0 0 317756 234 0 0 20 0 20 0 238489120 19521036288 1072024 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
[pid=160258/tid=160269] ppid=160255 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/160258/task/160269/stat : 160269 (Finalizer) S 160255 160258 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238489122 19521036288 1072024 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
[pid=160258/tid=160276] ppid=160255 vsize=19063512 memory=4288096 CPUtime=0 cores=5,7
/proc/160258/task/160276/stat : 160276 (Common-Cleaner) S 160255 160258 158535 0 -1 4194368 2362 0 0 0 0 0 0 0 20 0 20 0 238489122 19521036288 1072024 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
[pid=160258/tid=160278] ppid=160255 vsize=19063512 memory=4288096 CPUtime=0 cores=5,7
/proc/160258/task/160278/stat : 160278 (Timer-0) S 160255 160258 158535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238489304 19521036288 1072024 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
Current children cumulated CPU time: 3249.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4288096 KiB

[startup+3282.3 s]
/proc/loadavg: 4.13 4.13 4.13 5/339 160581
/proc/meminfo: memFree=69119932/131249988 swapFree=33010160/33010684
[pid=160258] ppid=160255 vsize=19063512 memory=4288096 CPUtime=3309.56 cores=5,7
/proc/160258/stat : 160258 (java) S 160255 160258 158535 0 -1 4194304 185043 0 0 0 330595 361 0 0 20 0 20 0 238489118 19521036288 1072024 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
/proc/160258/statm: 4765878 1072024 5524 1 0 1085711 0
[pid=160258/tid=160260] ppid=160255 vsize=19063512 memory=10752 CPUtime=3239.22 cores=5,7
/proc/160258/task/160260/stat : 160260 (java) R 160255 160258 158535 0 -1 4194368 89669 0 0 0 323685 237 0 0 20 0 20 0 238489120 19521036288 1072024 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
[pid=160258/tid=160269] ppid=160255 vsize=19063512 memory=4288096 CPUtime=0 cores=5,7
/proc/160258/task/160269/stat : 160269 (Finalizer) S 160255 160258 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238489122 19521036288 1072024 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
[pid=160258/tid=160276] ppid=160255 vsize=19063512 memory=21872 CPUtime=0 cores=5,7
/proc/160258/task/160276/stat : 160276 (Common-Cleaner) S 160255 160258 158535 0 -1 4194368 2421 0 0 0 0 0 0 0 20 0 20 0 238489122 19521036288 1072024 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
[pid=160258/tid=160278] ppid=160255 vsize=19063512 memory=4288096 CPUtime=0 cores=5,7
/proc/160258/task/160278/stat : 160278 (Timer-0) S 160255 160258 158535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238489304 19521036288 1072024 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
Current children cumulated CPU time: 3309.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4288096 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.12 4.12 5/340 160588
/proc/meminfo: memFree=69095836/131249988 swapFree=33010160/33010684
[pid=160258] ppid=160255 vsize=19063512 memory=4288096 CPUtime=3369.94 cores=5,7
/proc/160258/stat : 160258 (java) S 160255 160258 158535 0 -1 4194304 186355 0 0 0 336629 365 0 0 20 0 20 0 238489118 19521036288 1072024 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
/proc/160258/statm: 4765878 1072024 5524 1 0 1085711 0
[pid=160258/tid=160260] ppid=160255 vsize=19063512 memory=10752 CPUtime=3298.46 cores=5,7
/proc/160258/task/160260/stat : 160260 (java) R 160255 160258 158535 0 -1 4194368 90147 0 0 0 329607 239 0 0 20 0 20 0 238489120 19521036288 1072024 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
[pid=160258/tid=160269] ppid=160255 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/160258/task/160269/stat : 160269 (Finalizer) S 160255 160258 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238489122 19521036288 1072024 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
[pid=160258/tid=160276] ppid=160255 vsize=19063512 memory=-8815911085394404028 CPUtime=0 cores=5,7
/proc/160258/task/160276/stat : 160276 (Common-Cleaner) S 160255 160258 158535 0 -1 4194368 2515 0 0 0 0 0 0 0 20 0 20 0 238489122 19521036288 1072024 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
[pid=160258/tid=160278] ppid=160255 vsize=19063512 memory=4288096 CPUtime=0 cores=5,7
/proc/160258/task/160278/stat : 160278 (Timer-0) S 160255 160258 158535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238489304 19521036288 1072024 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
Current children cumulated CPU time: 3369.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4288096 KiB

[startup+3402.3 s]
/proc/loadavg: 3.55 3.96 4.06 4/315 160624
/proc/meminfo: memFree=74234420/131249988 swapFree=33010160/33010684
[pid=160258] ppid=160255 vsize=19063512 memory=4288096 CPUtime=3430.15 cores=5,7
/proc/160258/stat : 160258 (java) S 160255 160258 158535 0 -1 4194304 187774 0 0 0 342645 370 0 0 20 0 20 0 238489118 19521036288 1072024 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
/proc/160258/statm: 4765878 1072024 5524 1 0 1085711 0
[pid=160258/tid=160260] ppid=160255 vsize=19063512 memory=10752 CPUtime=3357.59 cores=5,7
/proc/160258/task/160260/stat : 160260 (java) R 160255 160258 158535 0 -1 4194368 91469 0 0 0 335517 242 0 0 20 0 20 0 238489120 19521036288 1072024 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
[pid=160258/tid=160269] ppid=160255 vsize=19063512 memory=4288096 CPUtime=0 cores=5,7
/proc/160258/task/160269/stat : 160269 (Finalizer) S 160255 160258 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238489122 19521036288 1072024 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
[pid=160258/tid=160276] ppid=160255 vsize=19063512 memory=4288096 CPUtime=0 cores=5,7
/proc/160258/task/160276/stat : 160276 (Common-Cleaner) S 160255 160258 158535 0 -1 4194368 2515 0 0 0 0 0 0 0 20 0 20 0 238489122 19521036288 1072024 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
[pid=160258/tid=160278] ppid=160255 vsize=19063512 memory=4288096 CPUtime=0 cores=5,7
/proc/160258/task/160278/stat : 160278 (Timer-0) S 160255 160258 158535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238489304 19521036288 1072024 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
Current children cumulated CPU time: 3430.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4288096 KiB

[startup+3462.3 s]
/proc/loadavg: 3.26 3.80 4.00 4/315 160626
/proc/meminfo: memFree=74206504/131249988 swapFree=33010160/33010684
[pid=160258] ppid=160255 vsize=19063512 memory=4288096 CPUtime=3490.42 cores=5,7
/proc/160258/stat : 160258 (java) S 160255 160258 158535 0 -1 4194304 190589 0 0 0 348669 373 0 0 20 0 20 0 238489118 19521036288 1072024 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
/proc/160258/statm: 4765878 1072024 5524 1 0 1085711 0
[pid=160258/tid=160260] ppid=160255 vsize=19063512 memory=10752 CPUtime=3416.84 cores=5,7
/proc/160258/task/160260/stat : 160260 (java) R 160255 160258 158535 0 -1 4194368 93372 0 0 0 341441 243 0 0 20 0 20 0 238489120 19521036288 1072024 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
[pid=160258/tid=160269] ppid=160255 vsize=19063512 memory=4288096 CPUtime=0 cores=5,7
/proc/160258/task/160269/stat : 160269 (Finalizer) S 160255 160258 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238489122 19521036288 1072024 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
[pid=160258/tid=160276] ppid=160255 vsize=19063512 memory=14588 CPUtime=0 cores=5,7
/proc/160258/task/160276/stat : 160276 (Common-Cleaner) S 160255 160258 158535 0 -1 4194368 2594 0 0 0 0 0 0 0 20 0 20 0 238489122 19521036288 1072024 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
[pid=160258/tid=160278] ppid=160255 vsize=19063512 memory=4288096 CPUtime=0 cores=5,7
/proc/160258/task/160278/stat : 160278 (Timer-0) S 160255 160258 158535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238489304 19521036288 1072024 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
Current children cumulated CPU time: 3490.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4288096 KiB

[startup+3522.3 s]
/proc/loadavg: 3.14 3.67 3.94 4/315 160628
/proc/meminfo: memFree=74186384/131249988 swapFree=33010160/33010684
[pid=160258] ppid=160255 vsize=19063512 memory=4288096 CPUtime=3550.57 cores=5,7
/proc/160258/stat : 160258 (java) S 160255 160258 158535 0 -1 4194304 192253 0 0 0 354680 377 0 0 20 0 20 0 238489118 19521036288 1072024 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
/proc/160258/statm: 4765878 1072024 5524 1 0 1085711 0
[pid=160258/tid=160260] ppid=160255 vsize=19063512 memory=10752 CPUtime=3476.08 cores=5,7
/proc/160258/task/160260/stat : 160260 (java) R 160255 160258 158535 0 -1 4194368 94346 0 0 0 347362 246 0 0 20 0 20 0 238489120 19521036288 1072024 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
[pid=160258/tid=160269] ppid=160255 vsize=19063512 memory=4288096 CPUtime=0 cores=5,7
/proc/160258/task/160269/stat : 160269 (Finalizer) S 160255 160258 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238489122 19521036288 1072024 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
[pid=160258/tid=160276] ppid=160255 vsize=19063512 memory=-8815911085394404028 CPUtime=0 cores=5,7
/proc/160258/task/160276/stat : 160276 (Common-Cleaner) S 160255 160258 158535 0 -1 4194368 2615 0 0 0 0 0 0 0 20 0 20 0 238489122 19521036288 1072024 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
[pid=160258/tid=160278] ppid=160255 vsize=19063512 memory=4288096 CPUtime=0 cores=5,7
/proc/160258/task/160278/stat : 160278 (Timer-0) S 160255 160258 158535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238489304 19521036288 1072024 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
Current children cumulated CPU time: 3550.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4288096 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3571.6 s]
/proc/loadavg: 2.68 3.48 3.86 3/290 160664
/proc/meminfo: memFree=80109752/131249988 swapFree=33010160/33010684
[pid=160258] ppid=160255 vsize=19063512 memory=4288096 CPUtime=3600.04 cores=5,7
/proc/160258/stat : 160258 (java) S 160255 160258 158535 0 -1 4194304 193306 0 0 0 359623 381 0 0 20 0 20 0 238489118 19521036288 1072024 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
/proc/160258/statm: 4765878 1072024 5524 1 0 1085711 0
[pid=160258/tid=160260] ppid=160255 vsize=19063512 memory=2764 CPUtime=3524.84 cores=5,7
/proc/160258/task/160260/stat : 160260 (java) R 160255 160258 158535 0 -1 4194368 95333 0 0 0 352236 248 0 0 20 0 20 0 238489120 19521036288 1072024 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
[pid=160258/tid=160269] ppid=160255 vsize=19063512 memory=4352 CPUtime=0 cores=5,7
/proc/160258/task/160269/stat : 160269 (Finalizer) S 160255 160258 158535 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238489122 19521036288 1072024 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
[pid=160258/tid=160276] ppid=160255 vsize=19063512 memory=1792 CPUtime=0 cores=5,7
/proc/160258/task/160276/stat : 160276 (Common-Cleaner) S 160255 160258 158535 0 -1 4194368 2615 0 0 0 0 0 0 0 20 0 20 0 238489122 19521036288 1072024 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
[pid=160258/tid=160278] ppid=160255 vsize=19063512 memory=14588 CPUtime=0 cores=5,7
/proc/160258/task/160278/stat : 160278 (Timer-0) S 160255 160258 158535 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238489304 19521036288 1072024 18446744073709551615 94577253384192 94577253387888 140720961918352 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94577253395704 94577253396496 94577255469056 140720961923409 140720961923556 140720961923556 140720961929160 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4288096 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.32 s, system=3.8289 s

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

Child status: 143

Real time (s): 3571.68
CPU time (s): 3600.15
CPU user time (s): 3596.32
CPU system time (s): 3.8289
CPU usage (%): 100.797
Max. virtual memory (cumulated for all children) (KiB): 19065640
Max. memory (cumulated for all children) (KiB): 4288096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.32
system time used= 3.8289
maximum resident set size= 4288992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 195894
page faults= 0
swaps= 0
block input operations= 0
block output operations= 793488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 143559
involuntary context switches= 14292


# summary of solver processes directly reported to runsolver:
#   pid: 160258
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3596.32
#   total CPU system time (s): 3.8289

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.33072 second user time and 17.1651 second system time

The end

Launcher Data

Begin job on nodeC020 at 2025-07-23 01:48:36
IDJOB=4544576
IDBENCH=180675
IDSOLVER=3362
FILE ID=nodeC020/4544576-1753228115
RUNJOBID= nodeC020-1753220993-158548
SLURM_JOB_ID= 9687807
Free space on /tmp= 432712 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB25/normalized-PB25/DEC-LIN/koops/normalized-mat15_15_identity_complement.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4544576-1753228115/watcher-4544576-1753228115 -o /tmp/evaluation-result-4544576-1753228115/solver-4544576-1753228115 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1753220993-158548 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4544576-1753228115 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4544576-1753228115.opb

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

MD5SUM BENCH= a9e5094355ac87d3064d375e1f0a277c
RANDOM SEED=266625157

nodeC020 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.893
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.79
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		: 3599.898
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.79
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		: 3646.178
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.79
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		: 3606.291
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.79
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.896
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.79
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		: 3599.340
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.79
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		: 3628.137
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.79
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		: 3599.893
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.79
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249988 kB
MemFree:        81412372 kB
MemAvailable:   120784460 kB
Buffers:            2128 kB
Cached:         40128896 kB
SwapCached:            4 kB
Active:          9838596 kB
Inactive:       39274640 kB
Active(anon):    8983964 kB
Inactive(anon):    24536 kB
Active(file):     854632 kB
Inactive(file): 39250104 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7652 kB
Writeback:            28 kB
AnonPages:       8981452 kB
Mapped:           128700 kB
Shmem:             26244 kB
KReclaimable:     213180 kB
Slab:             310176 kB
SReclaimable:     213180 kB
SUnreclaim:        96996 kB
KernelStack:        5200 kB
PageTables:        21256 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635676 kB
Committed_AS:   13192140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151432 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8730624 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:      197332 kB
DirectMap2M:     7962624 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 431472 MiB
End job on nodeC020 at 2025-07-23 02:48:07