Trace number 4520119

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06? (TO) 3600.26 3610.85

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/linpeb/linearized_pebbling_opt_layeredfan_up/
normalized-linearized_pebbling_opt_layeredfan_up_r31_c62_a6.opb
MD5SUM8c40d06f898909448a09bd13b95de2fa
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark11439
Best CPU time to get the best result obtained on this benchmark0.284951
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables22878
Total number of constraints3813
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)62
Number of constraints which are nor clauses,nor cardinality constraints3751
Minimum length of a constraint6
Maximum length of a constraint18
Number of terms in the objective function 22878
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 22878
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 5
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 22878
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.15/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.15/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.15/0.19	c See www.sat4j.org for details.
0.15/0.20	c version PB25.v20250606
0.15/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.15/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.15/0.23	c java.vm.version	22.0.1+8-16
0.15/0.23	c java.vm.vendor	Oracle Corporation
0.15/0.23	c sun.arch.data.model	64
0.15/0.23	c java.version		22.0.1
0.15/0.23	c os.name		Linux
0.15/0.23	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.15/0.23	c os.arch		amd64
0.15/0.24	c Free memory 		2104792832
0.15/0.24	c Max memory 		16282288128
0.15/0.24	c Total memory 		2113929216
0.15/0.25	c Number of processors 	2
0.45/0.47	c Pseudo Boolean Optimization by upper bound
0.45/0.47	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.45/0.47	c  - never skip resolution steps
0.45/0.47	c  - Auto-division on coefficients is disabled
0.45/0.47	c  - No postprocessing
0.45/0.47	c  - Conflict is considered as is when resolving
0.45/0.47	c  - Use constraints as they come during conflict analysis
0.45/0.47	c  - Weaken first using unassigned literals
0.45/0.47	c  - Bump strategy: ALWAYS_ONE
0.45/0.47	c  - Bumper: EFFECTIVE
0.45/0.47	c --- Begin Solver configuration ---
0.45/0.47	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.45/0.47	c Learn all clauses as in MiniSAT
0.45/0.47	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.45/0.47	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.45/0.47	c No reason simplification
0.45/0.47	c Dynamic restart strategy considering the size of the coefficients
0.45/0.47	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.45/0.47	c timeout=2147483s
0.45/0.47	c DB Simplification allowed=false
0.45/0.47	c Listener: none
0.45/0.47	c --- End Solver configuration ---
0.45/0.47	c solving HOME/instance-4520119-1752596924.opb
0.45/0.47	c reading problem ... 
0.65/5.23	c using VERIPB proof format
0.65/5.24	c  objective function found
2.39/6.18	c ... done. Wall clock time 5.699s.
2.39/6.18	c declared #vars     22878
2.39/6.18	c #constraints  3813
2.39/6.18	c constraints type 
2.39/6.18	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 3813
2.39/6.18	c 3813 constraints processed.
2.49/6.20	c objective function length is 22878 literals
13.21/23.62	c cleaning 2498 clauses out of 5000 with flag 0/5000
16.47/25.67	c cleaning 4245 clauses out of 8502 with flag 0/11000
22.32/32.05	c cleaning 5630 clauses out of 11259 with flag 0/18002
39.09/47.72	c cleaning 6806 clauses out of 13628 with flag 0/26001
67.56/75.26	c cleaning 7901 clauses out of 15821 with flag 0/35000
104.86/112.41	c cleaning 8955 clauses out of 17921 with flag 0/45001
151.01/158.56	c cleaning 9972 clauses out of 19965 with flag 0/56000
211.08/218.67	c cleaning 10987 clauses out of 21994 with flag 0/68001
287.99/299.81	c cleaning 11994 clauses out of 24006 with flag 0/81000
377.25/389.09	c cleaning 12997 clauses out of 26014 with flag 0/95002
392.22/403.09	c cleaning 14003 clauses out of 28015 with flag 0/110000
427.63/437.61	c cleaning 14999 clauses out of 30012 with flag 0/126000
696.23/706.28	c cleaning 16002 clauses out of 32016 with flag 0/143003
1041.97/1052.17	c cleaning 16999 clauses out of 34012 with flag 0/161001
1539.98/1550.54	c cleaning 17996 clauses out of 36012 with flag 0/180000
1768.72/1779.23	c cleaning 19002 clauses out of 38016 with flag 0/200000
2197.85/2208.80	c cleaning 20002 clauses out of 40015 with flag 0/221001
2729.91/2740.98	c cleaning 21004 clauses out of 42012 with flag 0/243000
3374.14/3385.01	c cleaning 21999 clauses out of 44008 with flag 0/266000
3600.02/3610.72	c starts		: 2
3600.02/3610.74	c conflicts		: 278565
3600.02/3610.75	c decisions		: 379561
3600.02/3610.75	c propagations		: 1619495
3600.02/3610.75	c inspects		: 2517799804
3600.02/3610.75	c shortcuts		: 0
3600.02/3610.75	c learnt literals	: 0
3600.02/3610.75	c learnt binary clauses	: 0
3600.02/3610.75	c learnt ternary clauses	: 0
3600.02/3610.75	c learnt constraints	: 278565
3600.02/3610.75	c ignored constraints	: 0
3600.02/3610.75	c root simplifications	: 0
3600.02/3610.75	c removed literals (reason simplification)	: 0
3600.02/3610.75	c reason swapping (by a shorter reason)	: 0
3600.02/3610.75	c Calls to reduceDB	: 19
3600.02/3610.76	c Number of update (reduction) of LBD	: 306085
3600.02/3610.76	c Imported unit clauses	: 0
3600.02/3610.76	c No decision after first conflict	: false
3600.02/3610.76	c number of reductions to clauses (during analyze)	: 0
3600.02/3610.76	c number of learned constraints concerned by reduction	: 0
3600.02/3610.76	c timeout
3600.02/3610.76	c number of learning phase by resolution	: 0
3600.02/3610.76	c number of learning phase by cutting planes	: 0
3600.02/3610.76	c number of rounding to 1 operations	: 0
3600.02/3610.76	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3610.76	c number of reductions of the coefficients by power 2 	: 0
3600.02/3610.76	c number of right shift for reduction by power 2 	: 0
3600.02/3610.76	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3610.76	c number of ending skipping 	: 0
3600.02/3610.76	c number of internal skipping 	: 0
3600.02/3610.76	c number of derivation steps 	: 1070627
3600.02/3610.76	c number of skipped derivation steps 	: 0
3600.02/3610.76	c number of remaining unassigned 	: 22286
3600.02/3610.76	c number of remaining assigned 	: 25289533
3600.02/3610.76	c number of falsified literals weakened from reason	: 0
3600.02/3610.76	c number of falsified literals weakened from conflict	: 0
3600.02/3610.77	c time for arithmetic operations	: 1646431235
3600.02/3610.77	c minimum degree of deleted constraints	: 1
3600.02/3610.77	c maximum degree of deleted constraints	: 1018998594576469583284204759770
3600.02/3610.77	c number of deleted constraints	: 243991
3600.02/3610.77	c speed (assignments/second)	: 449.29909679366745
3600.02/3610.77	c non guided choices	: 5805
3600.21/3610.83	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 3925
3600.21/3610.83	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 30649
3600.21/3610.83	s UNKNOWN
3600.21/3610.83	c Total wall clock time (in seconds): 3610.359

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (63062 MiB free)
  memory of node 1: 64507 MiB (61109 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4520119-1752596924/watcher-4520119-1752596924 -o /tmp/evaluation-result-4520119-1752596924/solver-4520119-1752596924 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1752596919-131385 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4520119-1752596924 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4520119-1752596924.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
Current StackSize limit: 8192 KiB

solver pid=131705, runsolver pid=131693

[startup+0.100071 s]*
/proc/loadavg: 5.07 4.84 4.82 12/577 131773
/proc/meminfo: memFree=127094644/131382112 swapFree=33009904/33010684
[pid=131705] ppid=131693 vsize=18930384 memory=48852 CPUtime=0.15 cores=4,6
/proc/131705/stat : 131705 (java) S 131693 131705 129502 0 -1 4194304 5899 0 0 0 11 4 0 0 20 0 18 0 175371296 19384713216 12213 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
/proc/131705/statm: 4732596 12213 5328 1 0 547090 0
[pid=131705/tid=131717] ppid=131693 vsize=18930384 memory=4026531960 CPUtime=0.1 cores=4,6
/proc/131705/task/131717/stat : 131717 (java) R 131693 131705 129502 0 -1 4194368 4729 0 0 0 7 3 0 0 20 0 18 0 175371299 19384713216 12213 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
[pid=131705/tid=131757] ppid=131693 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/131705/task/131757/stat : 131757 (Finalizer) S 131693 131705 129502 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 175371304 19384713216 12213 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
[pid=131705/tid=131772] ppid=131693 vsize=18930384 memory=61792617516369 CPUtime=0 cores=4,6
/proc/131705/task/131772/stat : 131772 (Common-Cleaner) S 131693 131705 129502 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 175371305 19384713216 12213 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48852 KiB

[startup+0.249758 s]*
/proc/loadavg: 5.07 4.84 4.82 9/577 131773
/proc/meminfo: memFree=127080092/131382112 swapFree=33009904/33010684
[pid=131705] ppid=131693 vsize=18930384 memory=55524 CPUtime=0.34 cores=4,6
/proc/131705/stat : 131705 (java) S 131693 131705 129502 0 -1 4194304 6540 0 0 0 29 5 0 0 20 0 18 0 175371296 19384713216 13881 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
/proc/131705/statm: 4732596 13881 5328 1 0 547596 0
[pid=131705/tid=131717] ppid=131693 vsize=18930384 memory=4026925340 CPUtime=0.21 cores=4,6
/proc/131705/task/131717/stat : 131717 (java) R 131693 131705 129502 0 -1 4194368 5073 0 0 0 18 3 0 0 20 0 18 0 175371299 19384713216 13881 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
[pid=131705/tid=131757] ppid=131693 vsize=18930384 memory=1593 CPUtime=0 cores=4,6
/proc/131705/task/131757/stat : 131757 (Finalizer) S 131693 131705 129502 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 175371304 19384713216 13881 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
[pid=131705/tid=131772] ppid=131693 vsize=18930384 memory=60693105869820 CPUtime=0 cores=4,6
/proc/131705/task/131772/stat : 131772 (Common-Cleaner) S 131693 131705 129502 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 175371305 19384713216 13881 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55524 KiB

[startup+0.333145 s]*
/proc/loadavg: 5.07 4.84 4.82 12/577 131773
/proc/meminfo: memFree=127071396/131382112 swapFree=33009904/33010684
[pid=131705] ppid=131693 vsize=18930384 memory=58688 CPUtime=0.45 cores=4,6
/proc/131705/stat : 131705 (java) S 131693 131705 129502 0 -1 4194304 6734 0 0 0 40 5 0 0 20 0 18 0 175371296 19384713216 14672 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
/proc/131705/statm: 4732596 14672 5424 1 0 547730 0
[pid=131705/tid=131717] ppid=131693 vsize=18930384 memory=-8958895971272270524 CPUtime=0.28 cores=4,6
/proc/131705/task/131717/stat : 131717 (java) R 131693 131705 129502 0 -1 4194368 5195 0 0 0 24 4 0 0 20 0 18 0 175371299 19384713216 14672 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
[pid=131705/tid=131757] ppid=131693 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/131705/task/131757/stat : 131757 (Finalizer) S 131693 131705 129502 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 175371304 19384713216 14672 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
[pid=131705/tid=131772] ppid=131693 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/131705/task/131772/stat : 131772 (Common-Cleaner) S 131693 131705 129502 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 175371305 19384713216 14672 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58688 KiB

[startup+0.700366 s]
/proc/loadavg: 5.07 4.84 4.82 2/577 131773
/proc/meminfo: memFree=127062512/131382112 swapFree=33009904/33010684
[pid=131705] ppid=131693 vsize=18930384 memory=61728 CPUtime=0.64 cores=4,6
/proc/131705/stat : 131705 (java) S 131693 131705 129502 0 -1 4194304 6982 0 0 0 58 6 0 0 20 0 18 0 175371296 19384713216 15432 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
/proc/131705/statm: 4732596 15432 5424 1 0 547890 0
[pid=131705/tid=131717] ppid=131693 vsize=18930384 memory=25984 CPUtime=0.36 cores=4,6
/proc/131705/task/131717/stat : 131717 (java) D 131693 131705 129502 0 -1 4456512 5343 0 0 0 32 4 0 0 20 0 18 0 175371299 19384713216 15432 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
[pid=131705/tid=131757] ppid=131693 vsize=18930384 memory=11264 CPUtime=0 cores=4,6
/proc/131705/task/131757/stat : 131757 (Finalizer) S 131693 131705 129502 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 175371304 19384713216 15432 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
[pid=131705/tid=131772] ppid=131693 vsize=18930384 memory=3200 CPUtime=0 cores=4,6
/proc/131705/task/131772/stat : 131772 (Common-Cleaner) S 131693 131705 129502 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 175371305 19384713216 15432 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61728 KiB

[startup+1.50035 s]
/proc/loadavg: 5.07 4.84 4.82 3/577 131773
/proc/meminfo: memFree=127063200/131382112 swapFree=33009904/33010684
[pid=131705] ppid=131693 vsize=18930384 memory=61728 CPUtime=0.64 cores=4,6
/proc/131705/stat : 131705 (java) S 131693 131705 129502 0 -1 4194304 6982 0 0 0 58 6 0 0 20 0 18 0 175371296 19384713216 15432 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
/proc/131705/statm: 4732596 15432 5424 1 0 547890 0
[pid=131705/tid=131717] ppid=131693 vsize=18930384 memory=3200 CPUtime=0.36 cores=4,6
/proc/131705/task/131717/stat : 131717 (java) D 131693 131705 129502 0 -1 4456512 5343 0 0 0 32 4 0 0 20 0 18 0 175371299 19384713216 15432 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
[pid=131705/tid=131757] ppid=131693 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/131705/task/131757/stat : 131757 (Finalizer) S 131693 131705 129502 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 175371304 19384713216 15432 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
[pid=131705/tid=131772] ppid=131693 vsize=18930384 memory=11264 CPUtime=0 cores=4,6
/proc/131705/task/131772/stat : 131772 (Common-Cleaner) S 131693 131705 129502 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 175371305 19384713216 15432 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61728 KiB

[startup+3.12656 s]
/proc/loadavg: 4.98 4.83 4.82 3/577 131773
/proc/meminfo: memFree=127063472/131382112 swapFree=33009904/33010684
[pid=131705] ppid=131693 vsize=18930384 memory=61728 CPUtime=0.64 cores=4,6
/proc/131705/stat : 131705 (java) S 131693 131705 129502 0 -1 4194304 6982 0 0 0 58 6 0 0 20 0 18 0 175371296 19384713216 15432 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
/proc/131705/statm: 4732596 15432 5424 1 0 547890 0
[pid=131705/tid=131717] ppid=131693 vsize=18930384 memory=11264 CPUtime=0.36 cores=4,6
/proc/131705/task/131717/stat : 131717 (java) D 131693 131705 129502 0 -1 4456512 5343 0 0 0 32 4 0 0 20 0 18 0 175371299 19384713216 15432 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
[pid=131705/tid=131757] ppid=131693 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/131705/task/131757/stat : 131757 (Finalizer) S 131693 131705 129502 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 175371304 19384713216 15432 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
[pid=131705/tid=131772] ppid=131693 vsize=18930384 memory=5632 CPUtime=0 cores=4,6
/proc/131705/task/131772/stat : 131772 (Common-Cleaner) S 131693 131705 129502 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 175371305 19384713216 15432 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
Current children cumulated CPU time: 0.64 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61728 KiB
heavy processes:

[startup+6.3003 s]
/proc/loadavg: 4.98 4.83 4.82 8/537 131797
/proc/meminfo: memFree=126902724/131382112 swapFree=33009904/33010684
[pid=131705] ppid=131693 vsize=19063512 memory=335252 CPUtime=2.69 cores=4,6
/proc/131705/stat : 131705 (java) S 131693 131705 129502 0 -1 4194304 13679 0 0 0 250 19 0 0 20 0 20 0 175371296 19521036288 83813 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
/proc/131705/statm: 4765878 83813 5520 1 0 550296 0
[pid=131705/tid=131717] ppid=131693 vsize=19063512 memory=11264 CPUtime=1.24 cores=4,6
/proc/131705/task/131717/stat : 131717 (java) R 131693 131705 129502 0 -1 4194368 7743 0 0 0 110 14 0 0 20 0 20 0 175371299 19521036288 83813 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
[pid=131705/tid=131757] ppid=131693 vsize=19063512 memory=-8958895971272270524 CPUtime=0 cores=4,6
/proc/131705/task/131757/stat : 131757 (Finalizer) S 131693 131705 129502 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 175371304 19521036288 83813 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
[pid=131705/tid=131772] ppid=131693 vsize=19063512 memory=-8958895971272270524 CPUtime=0 cores=4,6
/proc/131705/task/131772/stat : 131772 (Common-Cleaner) S 131693 131705 129502 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 175371305 19521036288 83813 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 335252 KiB
heavy processes:

[startup+12.7004 s]
/proc/loadavg: 5.14 4.87 4.83 2/537 131835
/proc/meminfo: memFree=124383940/131382112 swapFree=33009904/33010684
[pid=131705] ppid=131693 vsize=19063512 memory=1570236 CPUtime=11.21 cores=4,6
/proc/131705/stat : 131705 (java) S 131693 131705 129502 0 -1 4194304 26649 0 0 0 1070 51 0 0 20 0 20 0 175371296 19521036288 392559 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
/proc/131705/statm: 4765878 392559 5520 1 0 1271675 0
[pid=131705/tid=131717] ppid=131693 vsize=19063512 memory=350208 CPUtime=6.17 cores=4,6
/proc/131705/task/131717/stat : 131717 (java) D 131693 131705 129502 0 -1 4194368 9329 0 0 0 575 42 0 0 20 0 20 0 175371299 19521036288 392559 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
[pid=131705/tid=131757] ppid=131693 vsize=19063512 memory=1303724 CPUtime=0 cores=4,6
/proc/131705/task/131757/stat : 131757 (Finalizer) S 131693 131705 129502 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 175371304 19521036288 392559 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
[pid=131705/tid=131772] ppid=131693 vsize=19063512 memory=1570236 CPUtime=0 cores=4,6
/proc/131705/task/131772/stat : 131772 (Common-Cleaner) S 131693 131705 129502 0 -1 4194368 37 0 0 0 0 0 0 0 20 0 20 0 175371305 19521036288 392559 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
[pid=131705/tid=131799] ppid=131693 vsize=19063512 memory=-8958895971272270524 CPUtime=0 cores=4,6
/proc/131705/task/131799/stat : 131799 (Timer-0) S 131693 131705 129502 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 175371924 19521036288 392559 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
Current children cumulated CPU time: 11.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1570236 KiB

[startup+25.5002 s]
/proc/loadavg: 4.89 4.82 4.82 4/539 131837
/proc/meminfo: memFree=123313604/131382112 swapFree=33009904/33010684
[pid=131705] ppid=131693 vsize=19063512 memory=3104880 CPUtime=16.37 cores=4,6
/proc/131705/stat : 131705 (java) S 131693 131705 129502 0 -1 4194304 27953 0 0 0 1545 92 0 0 20 0 20 0 175371296 19521036288 776220 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
/proc/131705/statm: 4765878 776220 5520 1 0 1271760 0
[pid=131705/tid=131717] ppid=131693 vsize=19063512 memory=14720 CPUtime=9.32 cores=4,6
/proc/131705/task/131717/stat : 131717 (java) R 131693 131705 129502 0 -1 4194368 10412 0 0 0 851 81 0 0 20 0 20 0 175371299 19521036288 776220 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
[pid=131705/tid=131757] ppid=131693 vsize=19063512 memory=1570236 CPUtime=0 cores=4,6
/proc/131705/task/131757/stat : 131757 (Finalizer) S 131693 131705 129502 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 175371304 19521036288 776220 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
[pid=131705/tid=131772] ppid=131693 vsize=19063512 memory=26625 CPUtime=0 cores=4,6
/proc/131705/task/131772/stat : 131772 (Common-Cleaner) S 131693 131705 129502 0 -1 4194368 37 0 0 0 0 0 0 0 20 0 20 0 175371305 19521036288 776220 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
[pid=131705/tid=131799] ppid=131693 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/131705/task/131799/stat : 131799 (Timer-0) S 131693 131705 129502 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 175371924 19521036288 776220 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
Current children cumulated CPU time: 16.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3104880 KiB
heavy processes:

[startup+51.1267 s]
/proc/loadavg: 4.61 4.77 4.80 6/560 131946
/proc/meminfo: memFree=120783552/131382112 swapFree=33009904/33010684
[pid=131705] ppid=131693 vsize=19063512 memory=3345452 CPUtime=42.93 cores=4,6
/proc/131705/stat : 131705 (java) S 131693 131705 129502 0 -1 4194304 48150 0 0 0 4187 106 0 0 20 0 20 0 175371296 19521036288 836363 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
/proc/131705/statm: 4765878 836363 5552 1 0 1272768 0
[pid=131705/tid=131717] ppid=131693 vsize=19063512 memory=3340020 CPUtime=33.41 cores=4,6
/proc/131705/task/131717/stat : 131717 (java) R 131693 131705 129502 0 -1 4194368 14482 0 0 0 3251 90 0 0 20 0 20 0 175371299 19521036288 836363 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
[pid=131705/tid=131757] ppid=131693 vsize=19063512 memory=3340020 CPUtime=0 cores=4,6
/proc/131705/task/131757/stat : 131757 (Finalizer) S 131693 131705 129502 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 175371304 19521036288 836363 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
[pid=131705/tid=131772] ppid=131693 vsize=19063512 memory=3338612 CPUtime=0 cores=4,6
/proc/131705/task/131772/stat : 131772 (Common-Cleaner) S 131693 131705 129502 0 -1 4194368 39 0 0 0 0 0 0 0 20 0 20 0 175371305 19521036288 836363 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
[pid=131705/tid=131799] ppid=131693 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/131705/task/131799/stat : 131799 (Timer-0) S 131693 131705 129502 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 175371924 19521036288 836363 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
Current children cumulated CPU time: 42.93 s

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

[startup+3282.3 s]
/proc/loadavg: 3.21 3.18 3.21 5/302 132119
/proc/meminfo: memFree=112558312/131382112 swapFree=33009904/33010684
[pid=131705] ppid=131693 vsize=19063512 memory=4161636 CPUtime=3271.55 cores=4,6
/proc/131705/stat : 131705 (java) S 131693 131705 129502 0 -1 4194304 145669 0 0 0 326781 374 0 0 20 0 20 0 175371296 19521036288 1040409 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
/proc/131705/statm: 4765878 1040409 5552 1 0 1273684 0
[pid=131705/tid=131717] ppid=131693 vsize=19063512 memory=4159588 CPUtime=3225.13 cores=4,6
/proc/131705/task/131717/stat : 131717 (java) R 131693 131705 129502 0 -1 4194368 74864 0 0 0 322371 142 0 0 20 0 20 0 175371299 19521036288 1040409 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
[pid=131705/tid=131757] ppid=131693 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/131705/task/131757/stat : 131757 (Finalizer) S 131693 131705 129502 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 175371304 19521036288 1040409 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
[pid=131705/tid=131772] ppid=131693 vsize=19063512 memory=4161636 CPUtime=0 cores=4,6
/proc/131705/task/131772/stat : 131772 (Common-Cleaner) S 131693 131705 129502 0 -1 4194368 2319 0 0 0 0 0 0 0 20 0 20 0 175371305 19521036288 1040409 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
[pid=131705/tid=131799] ppid=131693 vsize=19063512 memory=4161636 CPUtime=0 cores=4,6
/proc/131705/task/131799/stat : 131799 (Timer-0) S 131693 131705 129502 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 175371924 19521036288 1040409 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
Current children cumulated CPU time: 3271.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4161636 KiB

[startup+3342.3 s]
/proc/loadavg: 3.26 3.19 3.21 5/302 132121
/proc/meminfo: memFree=113427984/131382112 swapFree=33009904/33010684
[pid=131705] ppid=131693 vsize=19063512 memory=4167780 CPUtime=3331.57 cores=4,6
/proc/131705/stat : 131705 (java) S 131693 131705 129502 0 -1 4194304 146873 0 0 0 332777 380 0 0 20 0 20 0 175371296 19521036288 1041945 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
/proc/131705/statm: 4765878 1041945 5552 1 0 1273684 0
[pid=131705/tid=131717] ppid=131693 vsize=19063512 memory=4167780 CPUtime=3284.73 cores=4,6
/proc/131705/task/131717/stat : 131717 (java) R 131693 131705 129502 0 -1 4194368 76031 0 0 0 328330 143 0 0 20 0 20 0 175371299 19521036288 1041945 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
[pid=131705/tid=131757] ppid=131693 vsize=19063512 memory=4167780 CPUtime=0 cores=4,6
/proc/131705/task/131757/stat : 131757 (Finalizer) S 131693 131705 129502 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 175371304 19521036288 1041945 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
[pid=131705/tid=131772] ppid=131693 vsize=19063512 memory=4167780 CPUtime=0 cores=4,6
/proc/131705/task/131772/stat : 131772 (Common-Cleaner) S 131693 131705 129502 0 -1 4194368 2319 0 0 0 0 0 0 0 20 0 20 0 175371305 19521036288 1041945 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
[pid=131705/tid=131799] ppid=131693 vsize=19063512 memory=4167780 CPUtime=0 cores=4,6
/proc/131705/task/131799/stat : 131799 (Timer-0) S 131693 131705 129502 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 175371924 19521036288 1041945 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
Current children cumulated CPU time: 3331.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4167780 KiB

[startup+3402.3 s]
/proc/loadavg: 3.14 3.17 3.20 5/302 132123
/proc/meminfo: memFree=113414756/131382112 swapFree=33009904/33010684
[pid=131705] ppid=131693 vsize=19063512 memory=4173924 CPUtime=3391.56 cores=4,6
/proc/131705/stat : 131705 (java) S 131693 131705 129502 0 -1 4194304 149579 0 0 0 338772 384 0 0 20 0 20 0 175371296 19521036288 1043481 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
/proc/131705/statm: 4765878 1043481 5552 1 0 1273684 0
[pid=131705/tid=131717] ppid=131693 vsize=19063512 memory=4167780 CPUtime=3344.28 cores=4,6
/proc/131705/task/131717/stat : 131717 (java) R 131693 131705 129502 0 -1 4194368 77913 0 0 0 334284 144 0 0 20 0 20 0 175371299 19521036288 1043481 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
[pid=131705/tid=131757] ppid=131693 vsize=19063512 memory=25984 CPUtime=0 cores=4,6
/proc/131705/task/131757/stat : 131757 (Finalizer) S 131693 131705 129502 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 175371304 19521036288 1043481 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
[pid=131705/tid=131772] ppid=131693 vsize=19063512 memory=4171876 CPUtime=0 cores=4,6
/proc/131705/task/131772/stat : 131772 (Common-Cleaner) S 131693 131705 129502 0 -1 4194368 2378 0 0 0 0 0 0 0 20 0 20 0 175371305 19521036288 1043481 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
[pid=131705/tid=131799] ppid=131693 vsize=19063512 memory=4173924 CPUtime=0 cores=4,6
/proc/131705/task/131799/stat : 131799 (Timer-0) S 131693 131705 129502 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 175371924 19521036288 1043481 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
Current children cumulated CPU time: 3391.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4173924 KiB

[startup+3462.3 s]
/proc/loadavg: 3.24 3.19 3.20 5/302 132125
/proc/meminfo: memFree=114401284/131382112 swapFree=33009904/33010684
[pid=131705] ppid=131693 vsize=19063512 memory=4180104 CPUtime=3451.55 cores=4,6
/proc/131705/stat : 131705 (java) S 131693 131705 129502 0 -1 4194304 151257 0 0 0 344766 389 0 0 20 0 20 0 175371296 19521036288 1045026 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
/proc/131705/statm: 4765878 1045026 5552 1 0 1273684 0
[pid=131705/tid=131717] ppid=131693 vsize=19063512 memory=4167780 CPUtime=3403.59 cores=4,6
/proc/131705/task/131717/stat : 131717 (java) R 131693 131705 129502 0 -1 4194368 78740 0 0 0 340215 144 0 0 20 0 20 0 175371299 19521036288 1045026 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
[pid=131705/tid=131757] ppid=131693 vsize=19063512 memory=4178032 CPUtime=0 cores=4,6
/proc/131705/task/131757/stat : 131757 (Finalizer) S 131693 131705 129502 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 175371304 19521036288 1045026 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
[pid=131705/tid=131772] ppid=131693 vsize=19063512 memory=4178032 CPUtime=0 cores=4,6
/proc/131705/task/131772/stat : 131772 (Common-Cleaner) S 131693 131705 129502 0 -1 4194368 2469 0 0 0 0 0 0 0 20 0 20 0 175371305 19521036288 1045026 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
[pid=131705/tid=131799] ppid=131693 vsize=19063512 memory=4180104 CPUtime=0 cores=4,6
/proc/131705/task/131799/stat : 131799 (Timer-0) S 131693 131705 129502 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 175371924 19521036288 1045026 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
Current children cumulated CPU time: 3451.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4180104 KiB

[startup+3522.3 s]
/proc/loadavg: 3.14 3.17 3.18 5/301 132127
/proc/meminfo: memFree=113869840/131382112 swapFree=33009904/33010684
[pid=131705] ppid=131693 vsize=19063512 memory=4184220 CPUtime=3511.59 cores=4,6
/proc/131705/stat : 131705 (java) S 131693 131705 129502 0 -1 4194304 152471 0 0 0 350766 393 0 0 20 0 20 0 175371296 19521036288 1046055 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
/proc/131705/statm: 4765878 1046055 5552 1 0 1273684 0
[pid=131705/tid=131717] ppid=131693 vsize=19063512 memory=4169828 CPUtime=3463.06 cores=4,6
/proc/131705/task/131717/stat : 131717 (java) R 131693 131705 129502 0 -1 4194368 79894 0 0 0 346161 145 0 0 20 0 20 0 175371299 19521036288 1046055 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
[pid=131705/tid=131757] ppid=131693 vsize=19063512 memory=4169828 CPUtime=0 cores=4,6
/proc/131705/task/131757/stat : 131757 (Finalizer) S 131693 131705 129502 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 175371304 19521036288 1046055 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
[pid=131705/tid=131772] ppid=131693 vsize=19063512 memory=4180104 CPUtime=0 cores=4,6
/proc/131705/task/131772/stat : 131772 (Common-Cleaner) S 131693 131705 129502 0 -1 4194368 2469 0 0 0 0 0 0 0 20 0 20 0 175371305 19521036288 1046055 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
[pid=131705/tid=131799] ppid=131693 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/131705/task/131799/stat : 131799 (Timer-0) S 131693 131705 129502 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 175371924 19521036288 1046055 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
Current children cumulated CPU time: 3511.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4184220 KiB

[startup+3582.3 s]
/proc/loadavg: 3.09 3.15 3.18 2/251 132197
/proc/meminfo: memFree=122879904/131382112 swapFree=33009904/33010684
[pid=131705] ppid=131693 vsize=19063512 memory=4204776 CPUtime=3571.57 cores=4,6
/proc/131705/stat : 131705 (java) S 131693 131705 129502 0 -1 4194304 154498 0 0 0 356759 398 0 0 20 0 20 0 175371296 19521036288 1051194 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
/proc/131705/statm: 4765878 1051194 5552 1 0 1273684 0
[pid=131705/tid=131717] ppid=131693 vsize=19063512 memory=5276 CPUtime=3522.37 cores=4,6
/proc/131705/task/131717/stat : 131717 (java) R 131693 131705 129502 0 -1 4194368 81268 0 0 0 352091 146 0 0 20 0 20 0 175371299 19521036288 1051194 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
[pid=131705/tid=131757] ppid=131693 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/131705/task/131757/stat : 131757 (Finalizer) S 131693 131705 129502 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 175371304 19521036288 1051194 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
[pid=131705/tid=131772] ppid=131693 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/131705/task/131772/stat : 131772 (Common-Cleaner) S 131693 131705 129502 0 -1 4194368 2525 0 0 0 0 0 0 0 20 0 20 0 175371305 19521036288 1051194 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
[pid=131705/tid=131799] ppid=131693 vsize=19063512 memory=4200680 CPUtime=0 cores=4,6
/proc/131705/task/131799/stat : 131799 (Timer-0) S 131693 131705 129502 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 175371924 19521036288 1051194 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
Current children cumulated CPU time: 3571.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4204776 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3610.7 s]
/proc/loadavg: 2.38 2.97 3.12 2/251 132197
/proc/meminfo: memFree=122880016/131382112 swapFree=33009904/33010684
[pid=131705] ppid=131693 vsize=19063512 memory=4208872 CPUtime=3600.02 cores=4,6
/proc/131705/stat : 131705 (java) S 131693 131705 129502 0 -1 4194304 156041 0 0 0 359602 400 0 0 20 0 20 0 175371296 19521036288 1052218 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
/proc/131705/statm: 4765878 1052218 5552 1 0 1273684 0
[pid=131705/tid=131717] ppid=131693 vsize=19063512 memory=25984 CPUtime=3550.62 cores=4,6
/proc/131705/task/131717/stat : 131717 (java) R 131693 131705 129502 0 -1 4194368 82216 0 0 0 354916 146 0 0 20 0 20 0 175371299 19521036288 1052218 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
[pid=131705/tid=131757] ppid=131693 vsize=19063512 memory=4208872 CPUtime=0 cores=4,6
/proc/131705/task/131757/stat : 131757 (Finalizer) S 131693 131705 129502 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 175371304 19521036288 1052218 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
[pid=131705/tid=131772] ppid=131693 vsize=19063512 memory=4206824 CPUtime=0 cores=4,6
/proc/131705/task/131772/stat : 131772 (Common-Cleaner) S 131693 131705 129502 0 -1 4194368 2525 0 0 0 0 0 0 0 20 0 20 0 175371305 19521036288 1052218 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
[pid=131705/tid=131799] ppid=131693 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/131705/task/131799/stat : 131799 (Timer-0) S 131693 131705 129502 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 175371924 19521036288 1052218 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4208872 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.23 s, system=4.03156 s

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

[startup+3610.81 s]
/proc/loadavg: 2.38 2.97 3.12 2/251 132197
/proc/meminfo: memFree=122880016/131382112 swapFree=33009904/33010684
[pid=131705] ppid=131693 vsize=19263204 memory=4209768 CPUtime=3600.21 cores=4,6
/proc/131705/stat : 131705 (java) S 131693 131705 129502 0 -1 4194304 158932 0 0 0 359620 401 0 0 20 0 21 0 175371296 19725520896 1052442 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
/proc/131705/statm: 4815801 1052442 5552 1 0 1274661 0
[pid=131705/tid=131717] ppid=131693 vsize=19263204 memory=11264 CPUtime=3550.66 cores=4,6
/proc/131705/task/131717/stat : 131717 (java) S 131693 131705 129502 0 -1 4194368 82519 0 0 0 354920 146 0 0 20 0 21 0 175371299 19725520896 1052442 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
[pid=131705/tid=131757] ppid=131693 vsize=19263204 memory=5632 CPUtime=0 cores=4,6
/proc/131705/task/131757/stat : 131757 (Finalizer) S 131693 131705 129502 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 175371304 19725520896 1052442 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
[pid=131705/tid=131772] ppid=131693 vsize=19263204 memory=5276 CPUtime=0 cores=4,6
/proc/131705/task/131772/stat : 131772 (Common-Cleaner) S 131693 131705 129502 0 -1 4194368 2525 0 0 0 0 0 0 0 20 0 21 0 175371305 19725520896 1052442 18446744073709551615 94765277884416 94765277888112 140726871865984 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94765277895928 94765277896720 94765280604160 140726871869739 140726871869924 140726871869924 140726871875528 0
Current children cumulated CPU time: 3600.21 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 4209768 KiB

Child status: 143

Real time (s): 3610.85
CPU time (s): 3600.26
CPU user time (s): 3596.23
CPU system time (s): 4.03156
CPU usage (%): 99.7066
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 4209768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.23
system time used= 4.03156
maximum resident set size= 4209896
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159025
page faults= 0
swaps= 0
block input operations= 0
block output operations= 288296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 127670
involuntary context switches= 14360


# summary of solver processes directly reported to runsolver:
#   pid: 131705
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3596.23
#   total CPU system time (s): 4.03156

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.6592 second user time and 35.0612 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-15 18:28:44
IDJOB=4520119
IDBENCH=177752
IDSOLVER=3362
FILE ID=nodeC001/4520119-1752596924
RUNJOBID= nodeC001-1752596919-131385
SLURM_JOB_ID= 9684381
Free space on /tmp= 432228 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/linpeb/linearized_pebbling_opt_layeredfan_up/normalized-linearized_pebbling_opt_layeredfan_up_r31_c62_a6.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4520119-1752596924/watcher-4520119-1752596924 -o /tmp/evaluation-result-4520119-1752596924/solver-4520119-1752596924 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1752596919-131385 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4520119-1752596924 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4520119-1752596924.opb

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

MD5SUM BENCH= 8c40d06f898909448a09bd13b95de2fa
RANDOM SEED=1293503032

nodeC001 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		: 1197.270
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.49
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		: 1197.086
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.49
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.173
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.49
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		: 1196.854
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.49
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		: 1197.160
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.49
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		: 1197.134
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.49
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		: 1197.278
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.49
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.160
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        127157312 kB
MemAvailable:   129850388 kB
Buffers:            1668 kB
Cached:          3481144 kB
SwapCached:          128 kB
Active:           439224 kB
Inactive:        3111116 kB
Active(anon):      65708 kB
Inactive(anon):    27808 kB
Active(file):     373516 kB
Inactive(file):  3083308 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5536 kB
Writeback:             0 kB
AnonPages:         70556 kB
Mapped:           107380 kB
Shmem:             25968 kB
KReclaimable:     151372 kB
Slab:             246584 kB
SReclaimable:     151372 kB
SUnreclaim:        95212 kB
KernelStack:        8032 kB
PageTables:         3008 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     351388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      153416 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432224 MiB
End job on nodeC001 at 2025-07-15 19:28:55