Trace number 4503715

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) 3594.6 3700.19

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-174.opb
MD5SUM5618df1e63c3ad3b10b24ba90f334740
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 benchmark538.408
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables248659
Total number of constraints5546518
Number of constraints which are clauses4965781
Number of constraints which are cardinality constraints (but not clauses)19724
Number of constraints which are nor clauses,nor cardinality constraints561013
Minimum length of a constraint2
Maximum length of a constraint2220
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2221
Number of bits of the biggest sum of numbers12
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB25.v20250606
0.13/0.11	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.11	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.11	c java.vm.version	22.0.1+8-16
0.13/0.11	c java.vm.vendor	Oracle Corporation
0.13/0.11	c sun.arch.data.model	64
0.13/0.11	c java.version		22.0.1
0.13/0.11	c os.name		Linux
0.13/0.11	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.13/0.11	c os.arch		amd64
0.13/0.12	c Free memory 		2106806208
0.13/0.12	c Max memory 		16282288128
0.13/0.12	c Total memory 		2113929216
0.13/0.13	c Number of processors 	2
0.28/0.28	c Pseudo Boolean Optimization by upper bound
0.28/0.28	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.28/0.28	c  - never skip resolution steps
0.28/0.28	c  - Auto-division on coefficients is disabled
0.28/0.28	c  - No postprocessing
0.28/0.28	c  - Conflict is considered as is when resolving
0.28/0.28	c  - Use constraints as they come during conflict analysis
0.28/0.28	c  - Weaken first using unassigned literals
0.28/0.28	c  - Bump strategy: ALWAYS_ONE
0.28/0.28	c  - Bumper: EFFECTIVE
0.28/0.28	c --- Begin Solver configuration ---
0.28/0.28	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.28/0.28	c Learn all clauses as in MiniSAT
0.28/0.28	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.28	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.28/0.28	c No reason simplification
0.28/0.28	c Dynamic restart strategy considering the size of the coefficients
0.28/0.28	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.28/0.28	c timeout=2147483s
0.28/0.28	c DB Simplification allowed=false
0.28/0.28	c Listener: none
0.28/0.28	c --- End Solver configuration ---
0.28/0.28	c solving HOME/instance-4503715-1751179231.opb
0.28/0.28	c reading problem ... 
0.28/0.29	c using VERIPB proof format
0.43/0.31	c  no objective function found
2188.80/2179.61	c ... done. Wall clock time 2179.324s.
2188.80/2179.61	c declared #vars     248659
2188.80/2179.61	c #constraints  5556400
2188.80/2179.61	c constraints type 
2188.80/2179.61	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1097691
2188.80/2179.61	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 19725
2188.80/2179.61	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 561013
2188.80/2179.61	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3877971
2188.80/2179.61	c 5556400 constraints processed.
2209.72/2196.62	c cleaning 2357 clauses out of 5000 with flag 0/5000
2229.48/2214.67	c cleaning 4196 clauses out of 8645 with flag 0/11002
2246.33/2230.50	c cleaning 5722 clauses out of 11449 with flag 0/18002
2266.49/2250.40	c cleaning 6857 clauses out of 13725 with flag 0/26000
2286.82/2270.64	c cleaning 7927 clauses out of 15868 with flag 0/35000
2311.60/2294.81	c cleaning 8965 clauses out of 17941 with flag 0/45000
2346.02/2328.19	c cleaning 9983 clauses out of 19977 with flag 0/56001
2380.88/2361.77	c cleaning 10989 clauses out of 21994 with flag 0/68001
2417.10/2544.74	c cleaning 11994 clauses out of 24005 with flag 0/81001
2455.68/2584.46	c cleaning 13000 clauses out of 26010 with flag 0/95000
2494.70/2622.41	c cleaning 13997 clauses out of 28010 with flag 0/110000
2541.71/2668.14	c cleaning 15002 clauses out of 30013 with flag 0/126000
2590.75/2715.71	c cleaning 15994 clauses out of 32011 with flag 0/143000
2650.90/2773.81	c cleaning 17003 clauses out of 34017 with flag 0/161000
2701.95/2823.21	c cleaning 18002 clauses out of 36014 with flag 0/180000
2754.37/2873.24	c cleaning 19006 clauses out of 38014 with flag 0/200002
2804.28/2921.93	c cleaning 19996 clauses out of 40007 with flag 0/221001
2864.64/2980.76	c cleaning 21000 clauses out of 42010 with flag 0/243000
2931.23/3041.97	c cleaning 22000 clauses out of 44013 with flag 0/266003
2991.67/3101.08	c cleaning 23004 clauses out of 46013 with flag 0/290003
3053.81/3161.15	c cleaning 23996 clauses out of 48006 with flag 0/315000
3125.96/3231.18	c cleaning 24998 clauses out of 50010 with flag 0/341000
3201.56/3304.39	c cleaning 25993 clauses out of 52012 with flag 0/368000
3275.52/3376.34	c cleaning 27005 clauses out of 54019 with flag 0/396000
3355.68/3454.32	c cleaning 27996 clauses out of 56016 with flag 0/425002
3441.17/3543.40	c cleaning 29001 clauses out of 58018 with flag 0/455000
3539.51/3646.20	c cleaning 30003 clauses out of 60020 with flag 0/486003
3594.36/3700.03	c starts		: 2
3594.36/3700.04	c timeout
3594.36/3700.04	c conflicts		: 505965
3594.36/3700.04	c decisions		: 2643209
3594.36/3700.05	c propagations		: 1124111318
3594.36/3700.05	c inspects		: 4890108946
3594.36/3700.05	c shortcuts		: 0
3594.36/3700.05	c learnt literals	: 0
3594.36/3700.05	c learnt binary clauses	: 23
3594.36/3700.05	c learnt ternary clauses	: 509
3594.36/3700.05	c learnt constraints	: 505964
3594.36/3700.05	c ignored constraints	: 0
3594.36/3700.05	c root simplifications	: 0
3594.36/3700.05	c removed literals (reason simplification)	: 0
3594.36/3700.05	c reason swapping (by a shorter reason)	: 0
3594.36/3700.05	c Calls to reduceDB	: 27
3594.36/3700.05	c Number of update (reduction) of LBD	: 765811
3594.36/3700.05	c Imported unit clauses	: 0
3594.36/3700.05	c No decision after first conflict	: false
3594.36/3700.06	c number of reductions to clauses (during analyze)	: 0
3594.36/3700.06	c number of learned constraints concerned by reduction	: 0
3594.36/3700.06	c number of learning phase by resolution	: 0
3594.36/3700.06	c number of learning phase by cutting planes	: 0
3594.36/3700.06	c number of rounding to 1 operations	: 0
3594.36/3700.06	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3594.36/3700.06	c number of reductions of the coefficients by power 2 	: 0
3594.36/3700.06	c number of right shift for reduction by power 2 	: 0
3594.36/3700.06	c number of reductions of the coefficients by GCD over coefficients 	: 0
3594.36/3700.06	c number of ending skipping 	: 0
3594.36/3700.06	c number of internal skipping 	: 0
3594.36/3700.06	c number of derivation steps 	: 9820527
3594.36/3700.06	c number of skipped derivation steps 	: 0
3594.36/3700.06	c number of remaining unassigned 	: 0
3594.36/3700.06	c number of remaining assigned 	: 20635
3594.36/3700.06	c number of falsified literals weakened from reason	: 0
3594.36/3700.06	c number of falsified literals weakened from conflict	: 0
3594.36/3700.07	c time for arithmetic operations	: 9557138
3594.36/3700.07	c minimum degree of deleted constraints	: 1
3594.36/3700.07	c maximum degree of deleted constraints	: 128
3594.36/3700.07	c number of deleted constraints	: 455986
3594.36/3700.07	c speed (assignments/second)	: 739347.0041982069
3594.36/3700.07	c non guided choices	: 74369
3594.52/3700.16	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 49937
3594.52/3700.16	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 23
3594.52/3700.16	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 18
3594.52/3700.16	s UNKNOWN
3594.52/3700.16	c Total wall clock time (in seconds): 3699.875

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: 63837 MiB (56278 MiB free)
  memory of node 1: 64465 MiB (49185 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4503715-1751179231/watcher-4503715-1751179231 -o /tmp/evaluation-result-4503715-1751179231/solver-4503715-1751179231 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751171026-21013 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4503715-1751179231 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4503715-1751179231.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 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=22240, runsolver pid=22237
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 4.09 4.17 4.18 6/326 22258
/proc/meminfo: memFree=107971060/131382112 swapFree=33010684/33010684
[pid=22240] ppid=22237 vsize=18930384 memory=49652 CPUtime=0.13 cores=4,6
/proc/22240/stat : 22240 (java) S 22237 22240 21002 0 -1 4194304 6099 0 0 0 11 2 0 0 20 0 18 0 33602763 19384713216 12413 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
/proc/22240/statm: 4732596 12413 5337 1 0 547206 0
[pid=22240/tid=22242] ppid=22237 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=4,6
/proc/22240/task/22242/stat : 22242 (java) R 22237 22240 21002 0 -1 4194368 4971 0 0 0 5 1 0 0 20 0 18 0 33602765 19384713216 12413 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
[pid=22240/tid=22251] ppid=22237 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/22240/task/22251/stat : 22251 (Finalizer) S 22237 22240 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 33602767 19384713216 12413 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
[pid=22240/tid=22258] ppid=22237 vsize=18930384 memory=58494082630061 CPUtime=0 cores=4,6
/proc/22240/task/22258/stat : 22258 (Common-Cleaner) S 22237 22240 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 33602768 19384713216 12413 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49652 KiB

[startup+0.205781 s]*
/proc/loadavg: 4.09 4.17 4.18 5/326 22258
/proc/meminfo: memFree=107962692/131382112 swapFree=33010684/33010684
[pid=22240] ppid=22237 vsize=18930384 memory=58540 CPUtime=0.28 cores=4,6
/proc/22240/stat : 22240 (java) S 22237 22240 21002 0 -1 4194304 6752 0 0 0 26 2 0 0 20 0 18 0 33602763 19384713216 14635 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
/proc/22240/statm: 4732596 14635 5369 1 0 547724 0
[pid=22240/tid=22242] ppid=22237 vsize=18930384 memory=4026597660 CPUtime=0.16 cores=4,6
/proc/22240/task/22242/stat : 22242 (java) R 22237 22240 21002 0 -1 4194368 5175 0 0 0 15 1 0 0 20 0 18 0 33602765 19384713216 14635 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
[pid=22240/tid=22251] ppid=22237 vsize=18930384 memory=13926 CPUtime=0 cores=4,6
/proc/22240/task/22251/stat : 22251 (Finalizer) S 22237 22240 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 33602767 19384713216 14635 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
[pid=22240/tid=22258] ppid=22237 vsize=18930384 memory=57394570986489 CPUtime=0 cores=4,6
/proc/22240/task/22258/stat : 22258 (Common-Cleaner) S 22237 22240 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 33602768 19384713216 14635 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58540 KiB

[startup+0.305711 s]*
/proc/loadavg: 4.09 4.17 4.18 5/326 22258
/proc/meminfo: memFree=107932004/131382112 swapFree=33010684/33010684
[pid=22240] ppid=22237 vsize=18930384 memory=90780 CPUtime=0.43 cores=4,6
/proc/22240/stat : 22240 (java) S 22237 22240 21002 0 -1 4194304 7091 0 0 0 39 4 0 0 20 0 18 0 33602763 19384713216 22695 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
/proc/22240/statm: 4732596 22695 5433 1 0 547945 0
[pid=22240/tid=22242] ppid=22237 vsize=18930384 memory=-6000919477035231853 CPUtime=0.27 cores=4,6
/proc/22240/task/22242/stat : 22242 (java) R 22237 22240 21002 0 -1 4194368 5376 0 0 0 24 3 0 0 20 0 18 0 33602765 19384713216 22695 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
[pid=22240/tid=22251] ppid=22237 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/22240/task/22251/stat : 22251 (Finalizer) S 22237 22240 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 33602767 19384713216 22695 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
[pid=22240/tid=22258] ppid=22237 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/22240/task/22258/stat : 22258 (Common-Cleaner) S 22237 22240 21002 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 33602768 19384713216 22695 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 90780 KiB

[startup+0.700235 s]
/proc/loadavg: 4.09 4.17 4.18 5/327 22259
/proc/meminfo: memFree=107841668/131382112 swapFree=33010684/33010684
[pid=22240] ppid=22237 vsize=18996948 memory=534536 CPUtime=0.93 cores=4,6
/proc/22240/stat : 22240 (java) S 22237 22240 21002 0 -1 4194304 7619 0 0 0 80 13 0 0 20 0 19 0 33602763 19452874752 133634 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
/proc/22240/statm: 4749237 133634 5465 1 0 548329 0
[pid=22240/tid=22242] ppid=22237 vsize=18996948 memory=17280 CPUtime=0.61 cores=4,6
/proc/22240/task/22242/stat : 22242 (java) R 22237 22240 21002 0 -1 4194368 5643 0 0 0 49 12 0 0 20 0 19 0 33602765 19452874752 133634 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
[pid=22240/tid=22251] ppid=22237 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/22240/task/22251/stat : 22251 (Finalizer) S 22237 22240 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 33602767 19452874752 133634 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
[pid=22240/tid=22258] ppid=22237 vsize=18996948 memory=3200 CPUtime=0 cores=4,6
/proc/22240/task/22258/stat : 22258 (Common-Cleaner) S 22237 22240 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 33602768 19452874752 133634 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
Current children cumulated CPU time: 0.93 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 534536 KiB

[startup+1.50037 s]
/proc/loadavg: 4.09 4.17 4.18 5/327 22259
/proc/meminfo: memFree=106602096/131382112 swapFree=33010684/33010684
[pid=22240] ppid=22237 vsize=18996948 memory=3187620 CPUtime=2.12 cores=4,6
/proc/22240/stat : 22240 (java) S 22237 22240 21002 0 -1 4194304 11748 0 0 0 145 67 0 0 20 0 19 0 33602763 19452874752 796905 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
/proc/22240/statm: 4749237 796905 5465 1 0 1272608 0
[pid=22240/tid=22242] ppid=22237 vsize=18996948 memory=3200 CPUtime=1.39 cores=4,6
/proc/22240/task/22242/stat : 22242 (java) R 22237 22240 21002 0 -1 4194368 6930 0 0 0 75 64 0 0 20 0 19 0 33602765 19452874752 796905 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
[pid=22240/tid=22251] ppid=22237 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/22240/task/22251/stat : 22251 (Finalizer) S 22237 22240 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 33602767 19452874752 796905 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
[pid=22240/tid=22258] ppid=22237 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/22240/task/22258/stat : 22258 (Common-Cleaner) S 22237 22240 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 33602768 19452874752 796905 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
Current children cumulated CPU time: 2.12 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3187620 KiB

[startup+3.10662 s]
/proc/loadavg: 4.09 4.17 4.18 5/327 22259
/proc/meminfo: memFree=103825700/131382112 swapFree=33010684/33010684
[pid=22240] ppid=22237 vsize=18996948 memory=4181292 CPUtime=4.83 cores=4,6
/proc/22240/stat : 22240 (java) S 22237 22240 21002 0 -1 4194304 24271 0 0 0 394 89 0 0 20 0 19 0 33602763 19452874752 1045323 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
/proc/22240/statm: 4749237 1045323 5465 1 0 1278445 0
[pid=22240/tid=22242] ppid=22237 vsize=18996948 memory=11264 CPUtime=2.96 cores=4,6
/proc/22240/task/22242/stat : 22242 (java) R 22237 22240 21002 0 -1 4194368 7411 0 0 0 214 82 0 0 20 0 19 0 33602765 19452874752 1045323 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
[pid=22240/tid=22251] ppid=22237 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/22240/task/22251/stat : 22251 (Finalizer) S 22237 22240 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 33602767 19452874752 1045323 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
[pid=22240/tid=22258] ppid=22237 vsize=18996948 memory=5632 CPUtime=0 cores=4,6
/proc/22240/task/22258/stat : 22258 (Common-Cleaner) S 22237 22240 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 33602768 19452874752 1045323 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
Current children cumulated CPU time: 4.83 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4181292 KiB

[startup+6.30024 s]
/proc/loadavg: 4.08 4.16 4.18 5/327 22259
/proc/meminfo: memFree=103820592/131382112 swapFree=33010684/33010684
[pid=22240] ppid=22237 vsize=18996948 memory=4182060 CPUtime=8.54 cores=4,6
/proc/22240/stat : 22240 (java) S 22237 22240 21002 0 -1 4194304 24501 0 0 0 764 90 0 0 20 0 19 0 33602763 19452874752 1045515 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
/proc/22240/statm: 4749237 1045515 5465 1 0 1278449 0
[pid=22240/tid=22242] ppid=22237 vsize=18996948 memory=5632 CPUtime=6.04 cores=4,6
/proc/22240/task/22242/stat : 22242 (java) R 22237 22240 21002 0 -1 4194368 7442 0 0 0 522 82 0 0 20 0 19 0 33602765 19452874752 1045515 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
[pid=22240/tid=22251] ppid=22237 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/22240/task/22251/stat : 22251 (Finalizer) S 22237 22240 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 33602767 19452874752 1045515 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
[pid=22240/tid=22258] ppid=22237 vsize=18996948 memory=-6000919477035231853 CPUtime=0 cores=4,6
/proc/22240/task/22258/stat : 22258 (Common-Cleaner) S 22237 22240 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 33602768 19452874752 1045515 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
Current children cumulated CPU time: 8.54 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4182060 KiB

[startup+12.7004 s]
/proc/loadavg: 4.16 4.18 4.18 5/329 22261
/proc/meminfo: memFree=103807848/131382112 swapFree=33010684/33010684
[pid=22240] ppid=22237 vsize=18996948 memory=4186832 CPUtime=15.52 cores=4,6
/proc/22240/stat : 22240 (java) S 22237 22240 21002 0 -1 4194304 25310 0 0 0 1461 91 0 0 20 0 19 0 33602763 19452874752 1046708 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
/proc/22240/statm: 4749237 1046708 5465 1 0 1278449 0
[pid=22240/tid=22242] ppid=22237 vsize=18996948 memory=4182060 CPUtime=12.2 cores=4,6
/proc/22240/task/22242/stat : 22242 (java) R 22237 22240 21002 0 -1 4194368 8130 0 0 0 1137 83 0 0 20 0 19 0 33602765 19452874752 1046708 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
[pid=22240/tid=22251] ppid=22237 vsize=18996948 memory=17280 CPUtime=0 cores=4,6
/proc/22240/task/22251/stat : 22251 (Finalizer) S 22237 22240 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 33602767 19452874752 1046708 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
[pid=22240/tid=22258] ppid=22237 vsize=18996948 memory=14720 CPUtime=0 cores=4,6
/proc/22240/task/22258/stat : 22258 (Common-Cleaner) S 22237 22240 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 33602768 19452874752 1046708 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
Current children cumulated CPU time: 15.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4186832 KiB

[startup+25.5004 s]
/proc/loadavg: 4.12 4.17 4.18 5/329 22262
/proc/meminfo: memFree=103770440/131382112 swapFree=33010684/33010684
[pid=22240] ppid=22237 vsize=18996948 memory=4193420 CPUtime=28.32 cores=4,6
/proc/22240/stat : 22240 (java) S 22237 22240 21002 0 -1 4194304 28614 0 0 0 2739 93 0 0 20 0 19 0 33602763 19452874752 1048355 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
/proc/22240/statm: 4749237 1048355 5465 1 0 1278465 0
[pid=22240/tid=22242] ppid=22237 vsize=18996948 memory=4182060 CPUtime=24.48 cores=4,6
/proc/22240/task/22242/stat : 22242 (java) R 22237 22240 21002 0 -1 4194368 9486 0 0 0 2365 83 0 0 20 0 19 0 33602765 19452874752 1048355 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
[pid=22240/tid=22251] ppid=22237 vsize=18996948 memory=-6000919477035231853 CPUtime=0 cores=4,6
/proc/22240/task/22251/stat : 22251 (Finalizer) S 22237 22240 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 33602767 19452874752 1048355 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
[pid=22240/tid=22258] ppid=22237 vsize=18996948 memory=4193420 CPUtime=0 cores=4,6
/proc/22240/task/22258/stat : 22258 (Common-Cleaner) S 22237 22240 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 33602768 19452874752 1048355 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
Current children cumulated CPU time: 28.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4193420 KiB

[startup+51.1137 s]
/proc/loadavg: 4.08 4.15 4.18 5/330 22263
/proc/meminfo: memFree=103719080/131382112 swapFree=33010684/33010684
[pid=22240] ppid=22237 vsize=18996948 memory=4208468 CPUtime=53.9 cores=4,6
/proc/22240/stat : 22240 (java) S 22237 22240 21002 0 -1 4194304 33823 0 0 0 5293 97 0 0 20 0 19 0 33602763 19452874752 1052117 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
/proc/22240/statm: 4749237 1052117 5465 1 0 1278465 0
[pid=22240/tid=22242] ppid=22237 vsize=18996948 memory=-6000919477035231853 CPUtime=49.06 cores=4,6
/proc/22240/task/22242/stat : 22242 (java) R 22237 22240 21002 0 -1 4194368 12007 0 0 0 4822 84 0 0 20 0 19 0 33602765 19452874752 1052117 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
[pid=22240/tid=22251] ppid=22237 vsize=18996948 memory=14720 CPUtime=0 cores=4,6
/proc/22240/task/22251/stat : 22251 (Finalizer) S 22237 22240 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 33602767 19452874752 1052117 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
[pid=22240/tid=22258] ppid=22237 vsize=18996948 memory=-4421386509082650981 CPUtime=0 cores=4,6
/proc/22240/task/22258/stat : 22258 (Common-Cleaner) S 22237 22240 21002 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 33602768 19452874752 1052117 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
Current children cumulated CPU time: 53.9 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4208468 KiB

[startup+102.3 s]
/proc/loadavg: 4.21 4.18 4.18 6/330 22265
/proc/meminfo: memFree=103610716/131382112 swapFree=33010684/33010684
[pid=22240] ppid=22237 vsize=18996948 memory=4235424 CPUtime=105.05 cores=4,6
/proc/22240/stat : 22240 (java) S 22237 22240 21002 0 -1 4194304 39347 0 0 0 10399 106 0 0 20 0 19 0 33602763 19452874752 1058856 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
/proc/22240/statm: 4749237 1058856 5465 1 0 1278465 0

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

[startup+3342.3 s]
/proc/loadavg: 1.34 1.43 2.54 2/252 22538
/proc/meminfo: memFree=123037768/131382112 swapFree=33010684/33010684
[pid=22240] ppid=22237 vsize=19063512 memory=6979464 CPUtime=3240.53 cores=4,6
/proc/22240/stat : 22240 (java) S 22237 22240 21002 0 -1 4194304 185934 0 0 0 323417 636 0 0 20 0 20 0 33602763 19521036288 1744866 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
/proc/22240/statm: 4765878 1744866 5497 1 0 1759035 0
[pid=22240/tid=22242] ppid=22237 vsize=19063512 memory=6979464 CPUtime=3080.66 cores=4,6
/proc/22240/task/22242/stat : 22242 (java) R 22237 22240 21002 0 -1 4194368 95969 0 0 0 307844 222 0 0 20 0 20 0 33602765 19521036288 1744866 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
[pid=22240/tid=22251] ppid=22237 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/22240/task/22251/stat : 22251 (Finalizer) S 22237 22240 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33602767 19521036288 1744866 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
[pid=22240/tid=22258] ppid=22237 vsize=19063512 memory=6979464 CPUtime=0 cores=4,6
/proc/22240/task/22258/stat : 22258 (Common-Cleaner) S 22237 22240 21002 0 -1 4194368 1890 0 0 0 0 0 0 0 20 0 20 0 33602768 19521036288 1744866 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
[pid=22240/tid=22377] ppid=22237 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/22240/task/22377/stat : 22377 (Timer-0) S 22237 22240 21002 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 33820728 19521036288 1744866 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
Current children cumulated CPU time: 3240.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6979464 KiB

[startup+3402.3 s]
/proc/loadavg: 1.30 1.40 2.45 2/251 22540
/proc/meminfo: memFree=123037768/131382112 swapFree=33010684/33010684
[pid=22240] ppid=22237 vsize=19063512 memory=6979464 CPUtime=3302.22 cores=4,6
/proc/22240/stat : 22240 (java) S 22237 22240 21002 0 -1 4194304 191199 0 0 0 329576 646 0 0 20 0 20 0 33602763 19521036288 1744866 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
/proc/22240/statm: 4765878 1744866 5497 1 0 1759035 0
[pid=22240/tid=22242] ppid=22237 vsize=19063512 memory=6979464 CPUtime=3138.16 cores=4,6
/proc/22240/task/22242/stat : 22242 (java) R 22237 22240 21002 0 -1 4194368 99828 0 0 0 313591 225 0 0 20 0 20 0 33602765 19521036288 1744866 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
[pid=22240/tid=22251] ppid=22237 vsize=19063512 memory=6979464 CPUtime=0 cores=4,6
/proc/22240/task/22251/stat : 22251 (Finalizer) S 22237 22240 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33602767 19521036288 1744866 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
[pid=22240/tid=22258] ppid=22237 vsize=19063512 memory=6979464 CPUtime=0 cores=4,6
/proc/22240/task/22258/stat : 22258 (Common-Cleaner) S 22237 22240 21002 0 -1 4194368 1975 0 0 0 0 0 0 0 20 0 20 0 33602768 19521036288 1744866 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
[pid=22240/tid=22377] ppid=22237 vsize=19063512 memory=6979464 CPUtime=0 cores=4,6
/proc/22240/task/22377/stat : 22377 (Timer-0) S 22237 22240 21002 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 33820728 19521036288 1744866 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
Current children cumulated CPU time: 3302.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6979464 KiB

[startup+3462.3 s]
/proc/loadavg: 1.15 1.34 2.36 2/251 22541
/proc/meminfo: memFree=123030176/131382112 swapFree=33010684/33010684
[pid=22240] ppid=22237 vsize=19063512 memory=6979464 CPUtime=3363.79 cores=4,6
/proc/22240/stat : 22240 (java) S 22237 22240 21002 0 -1 4194304 194176 0 0 0 335726 653 0 0 20 0 20 0 33602763 19521036288 1744866 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
/proc/22240/statm: 4765878 1744866 5497 1 0 1759035 0
[pid=22240/tid=22242] ppid=22237 vsize=19063512 memory=6979464 CPUtime=3195.68 cores=4,6
/proc/22240/task/22242/stat : 22242 (java) R 22237 22240 21002 0 -1 4194368 101374 0 0 0 319341 227 0 0 20 0 20 0 33602765 19521036288 1744866 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
[pid=22240/tid=22251] ppid=22237 vsize=19063512 memory=6979464 CPUtime=0 cores=4,6
/proc/22240/task/22251/stat : 22251 (Finalizer) S 22237 22240 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33602767 19521036288 1744866 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
[pid=22240/tid=22258] ppid=22237 vsize=19063512 memory=6979464 CPUtime=0 cores=4,6
/proc/22240/task/22258/stat : 22258 (Common-Cleaner) S 22237 22240 21002 0 -1 4194368 1975 0 0 0 0 0 0 0 20 0 20 0 33602768 19521036288 1744866 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
[pid=22240/tid=22377] ppid=22237 vsize=19063512 memory=6979464 CPUtime=0 cores=4,6
/proc/22240/task/22377/stat : 22377 (Timer-0) S 22237 22240 21002 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 33820728 19521036288 1744866 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
Current children cumulated CPU time: 3363.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6979464 KiB

[startup+3522.3 s]
/proc/loadavg: 1.18 1.31 2.29 2/251 22546
/proc/meminfo: memFree=123029112/131382112 swapFree=33010684/33010684
[pid=22240] ppid=22237 vsize=19063512 memory=6979464 CPUtime=3419.35 cores=4,6
/proc/22240/stat : 22240 (java) S 22237 22240 21002 0 -1 4194304 196848 0 0 0 341275 660 0 0 20 0 20 0 33602763 19521036288 1744866 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
/proc/22240/statm: 4765878 1744866 5497 1 0 1759035 0
[pid=22240/tid=22242] ppid=22237 vsize=19063512 memory=6979464 CPUtime=3247.02 cores=4,6
/proc/22240/task/22242/stat : 22242 (java) R 22237 22240 21002 0 -1 4194368 103835 0 0 0 324472 230 0 0 20 0 20 0 33602765 19521036288 1744866 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
[pid=22240/tid=22251] ppid=22237 vsize=19063512 memory=6979464 CPUtime=0 cores=4,6
/proc/22240/task/22251/stat : 22251 (Finalizer) S 22237 22240 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33602767 19521036288 1744866 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
[pid=22240/tid=22258] ppid=22237 vsize=19063512 memory=4352 CPUtime=0 cores=4,6
/proc/22240/task/22258/stat : 22258 (Common-Cleaner) S 22237 22240 21002 0 -1 4194368 2027 0 0 0 0 0 0 0 20 0 20 0 33602768 19521036288 1744866 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
[pid=22240/tid=22377] ppid=22237 vsize=19063512 memory=6979464 CPUtime=0 cores=4,6
/proc/22240/task/22377/stat : 22377 (Timer-0) S 22237 22240 21002 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 33820728 19521036288 1744866 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
Current children cumulated CPU time: 3419.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6979464 KiB

[startup+3582.3 s]
/proc/loadavg: 1.11 1.26 2.21 2/251 22548
/proc/meminfo: memFree=123026288/131382112 swapFree=33010684/33010684
[pid=22240] ppid=22237 vsize=19063512 memory=6979464 CPUtime=3477.15 cores=4,6
/proc/22240/stat : 22240 (java) S 22237 22240 21002 0 -1 4194304 201880 0 0 0 347047 668 0 0 20 0 20 0 33602763 19521036288 1744866 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
/proc/22240/statm: 4765878 1744866 5497 1 0 1759035 0
[pid=22240/tid=22242] ppid=22237 vsize=19063512 memory=6979464 CPUtime=3301.22 cores=4,6
/proc/22240/task/22242/stat : 22242 (java) R 22237 22240 21002 0 -1 4194368 106888 0 0 0 329888 234 0 0 20 0 20 0 33602765 19521036288 1744866 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
[pid=22240/tid=22251] ppid=22237 vsize=19063512 memory=6979464 CPUtime=0 cores=4,6
/proc/22240/task/22251/stat : 22251 (Finalizer) S 22237 22240 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33602767 19521036288 1744866 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
[pid=22240/tid=22258] ppid=22237 vsize=19063512 memory=6979464 CPUtime=0 cores=4,6
/proc/22240/task/22258/stat : 22258 (Common-Cleaner) S 22237 22240 21002 0 -1 4194368 2027 0 0 0 0 0 0 0 20 0 20 0 33602768 19521036288 1744866 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
[pid=22240/tid=22377] ppid=22237 vsize=19063512 memory=6979464 CPUtime=0 cores=4,6
/proc/22240/task/22377/stat : 22377 (Timer-0) S 22237 22240 21002 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 33820728 19521036288 1744866 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
Current children cumulated CPU time: 3477.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6979464 KiB

[startup+3642.3 s]
/proc/loadavg: 1.23 1.27 2.15 2/252 22555
/proc/meminfo: memFree=123005864/131382112 swapFree=33010684/33010684
[pid=22240] ppid=22237 vsize=19063512 memory=6987016 CPUtime=3535.56 cores=4,6
/proc/22240/stat : 22240 (java) S 22237 22240 21002 0 -1 4194304 210621 0 0 0 352875 681 0 0 20 0 20 0 33602763 19521036288 1746754 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
/proc/22240/statm: 4765878 1746754 5497 1 0 1760898 0
[pid=22240/tid=22242] ppid=22237 vsize=19063512 memory=6979464 CPUtime=3352.33 cores=4,6
/proc/22240/task/22242/stat : 22242 (java) R 22237 22240 21002 0 -1 4194368 111457 0 0 0 334996 237 0 0 20 0 20 0 33602765 19521036288 1746754 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
[pid=22240/tid=22251] ppid=22237 vsize=19063512 memory=6979464 CPUtime=0 cores=4,6
/proc/22240/task/22251/stat : 22251 (Finalizer) S 22237 22240 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33602767 19521036288 1746754 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
[pid=22240/tid=22258] ppid=22237 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/22240/task/22258/stat : 22258 (Common-Cleaner) S 22237 22240 21002 0 -1 4194368 2079 0 0 0 0 0 0 0 20 0 20 0 33602768 19521036288 1746754 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
[pid=22240/tid=22377] ppid=22237 vsize=19063512 memory=6987016 CPUtime=0 cores=4,6
/proc/22240/task/22377/stat : 22377 (Timer-0) S 22237 22240 21002 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 33820728 19521036288 1746754 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
Current children cumulated CPU time: 3535.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6987016 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+3700 s]*
/proc/loadavg: 1.09 1.22 2.08 2/252 22557
/proc/meminfo: memFree=123004680/131382112 swapFree=33010684/33010684
[pid=22240] ppid=22237 vsize=19063512 memory=6987016 CPUtime=3594.36 cores=4,6
/proc/22240/stat : 22240 (java) S 22237 22240 21002 0 -1 4194304 212867 0 0 0 358747 689 0 0 20 0 20 0 33602763 19521036288 1746754 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
/proc/22240/statm: 4765878 1746754 5497 1 0 1760898 0
[pid=22240/tid=22242] ppid=22237 vsize=19063512 memory=-6000919477035231853 CPUtime=3408.06 cores=4,6
/proc/22240/task/22242/stat : 22242 (java) R 22237 22240 21002 0 -1 4194368 113556 0 0 0 340567 239 0 0 20 0 20 0 33602765 19521036288 1746754 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
[pid=22240/tid=22251] ppid=22237 vsize=19063512 memory=-4421386500509296997 CPUtime=0 cores=4,6
/proc/22240/task/22251/stat : 22251 (Finalizer) S 22237 22240 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 33602767 19521036288 1746754 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
[pid=22240/tid=22258] ppid=22237 vsize=19063512 memory=12544 CPUtime=0 cores=4,6
/proc/22240/task/22258/stat : 22258 (Common-Cleaner) S 22237 22240 21002 0 -1 4194368 2102 0 0 0 0 0 0 0 20 0 20 0 33602768 19521036288 1746754 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
[pid=22240/tid=22377] ppid=22237 vsize=19063512 memory=10112 CPUtime=0 cores=4,6
/proc/22240/task/22377/stat : 22377 (Timer-0) S 22237 22240 21002 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 33820728 19521036288 1746754 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
Current children cumulated CPU time: 3594.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6987016 KiB

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

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

# cumulated CPU time of all completed processes:  user=3587.68 s, system=6.91928 s

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

[startup+3700.12 s]
/proc/loadavg: 1.09 1.22 2.08 2/252 22557
/proc/meminfo: memFree=123004680/131382112 swapFree=33010684/33010684
[pid=22240] ppid=22237 vsize=19263204 memory=6987784 CPUtime=3594.52 cores=4,6
/proc/22240/stat : 22240 (java) S 22237 22240 21002 0 -1 4194304 214264 0 0 0 358763 689 0 0 20 0 21 0 33602763 19725520896 1746946 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
/proc/22240/statm: 4815801 1746946 5529 1 0 1761833 0
[pid=22240/tid=22242] ppid=22237 vsize=19263204 memory=6979464 CPUtime=3408.09 cores=4,6
/proc/22240/task/22242/stat : 22242 (java) S 22237 22240 21002 0 -1 4194368 113751 0 0 0 340570 239 0 0 20 0 21 0 33602765 19725520896 1746946 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
[pid=22240/tid=22251] ppid=22237 vsize=19263204 memory=6987016 CPUtime=0 cores=4,6
/proc/22240/task/22251/stat : 22251 (Finalizer) S 22237 22240 21002 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 33602767 19725520896 1746946 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
[pid=22240/tid=22258] ppid=22237 vsize=19263204 memory=6987016 CPUtime=0 cores=4,6
/proc/22240/task/22258/stat : 22258 (Common-Cleaner) S 22237 22240 21002 0 -1 4194368 2102 0 0 0 0 0 0 0 20 0 21 0 33602768 19725520896 1746946 18446744073709551615 94352016654336 94352016658032 140731203221248 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94352016665848 94352016666640 94352035430400 140731203229997 140731203230182 140731203230182 140731203235784 0
Current children cumulated CPU time: 3594.52 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 6987784 KiB

Child status: 143

Real time (s): 3700.19
CPU time (s): 3594.6
CPU user time (s): 3587.68
CPU system time (s): 6.91928
CPU usage (%): 97.1463
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 6987784

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3587.68
system time used= 6.91928
maximum resident set size= 6988040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 214399
page faults= 0
swaps= 0
block input operations= 0
block output operations= 254384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 267240
involuntary context switches= 35367


# summary of solver processes directly reported to runsolver:
#   pid: 22240
#   total CPU time (s): 3594.6
#   total CPU user time (s): 3587.68
#   total CPU system time (s): 6.91928

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.3076 second user time and 36.5908 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-06-29 08:40:34
IDJOB=4503715
IDBENCH=155548
IDSOLVER=3362
FILE ID=nodeC005/4503715-1751179231
RUNJOBID= nodeC005-1751171026-21013
SLURM_JOB_ID= 9587533
Free space on /tmp= 432708 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-174.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4503715-1751179231/watcher-4503715-1751179231 -o /tmp/evaluation-result-4503715-1751179231/solver-4503715-1751179231 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751171026-21013 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4503715-1751179231 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4503715-1751179231.opb

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

MD5SUM BENCH= 5618df1e63c3ad3b10b24ba90f334740
RANDOM SEED=1021589356

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3536.963
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3591.667
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.608
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.986
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1196.910
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3591.786
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.957
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.240
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        107995488 kB
MemAvailable:   108559772 kB
Buffers:            3280 kB
Cached:          1374956 kB
SwapCached:            0 kB
Active:         21729760 kB
Inactive:        1129732 kB
Active(anon):   21499308 kB
Inactive(anon):        0 kB
Active(file):     230452 kB
Inactive(file):  1129732 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            271916 kB
Writeback:             0 kB
AnonPages:      21484468 kB
Mapped:           122184 kB
Shmem:             17960 kB
KReclaimable:      87452 kB
Slab:             169104 kB
SReclaimable:      87452 kB
SUnreclaim:        81652 kB
KernelStack:        5008 kB
PageTables:        45700 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   23531188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  21209088 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:      201544 kB
DirectMap2M:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 432800 MiB
End job on nodeC005 at 2025-06-29 09:42:14