Trace number 4485879

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-06SAT (TO)346602 3600.17 3619.22

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/www.csit.fsu.edu/
~burkardt/datasets/mps/normalized-mps-v2-20-10-maros.opb
MD5SUM848e47deac6a47526073146630130ada
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 benchmark344750
Best CPU time to get the best result obtained on this benchmark0.060434
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables90
Total number of constraints6
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints6
Minimum length of a constraint15
Maximum length of a constraint90
Number of terms in the objective function 90
Biggest coefficient in the objective function 4831838208
Number of bits for the biggest coefficient in the objective function 33
Sum of the numbers in the objective function 15032909794
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 4831838208
Number of bits of the biggest number in a constraint 33
Biggest sum of numbers in a constraint 15032909794
Number of bits of the biggest sum of numbers34
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.16	c Pseudo Boolean Optimization by upper bound
0.12/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.12/0.16	c  - never skip resolution steps
0.12/0.16	c  - Auto-division on coefficients is disabled
0.12/0.16	c  - No postprocessing
0.12/0.16	c  - Conflict is considered as is when resolving
0.12/0.16	c  - Use constraints as they come during conflict analysis
0.12/0.16	c  - Weaken first using unassigned literals
0.12/0.16	c  - Bump strategy: ALWAYS_ONE
0.12/0.16	c  - Bumper: EFFECTIVE
0.12/0.16	c --- Begin Solver configuration ---
0.12/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.12/0.16	c Learn all clauses as in MiniSAT
0.12/0.16	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.12/0.16	c No reason simplification
0.12/0.16	c Dynamic restart strategy considering the size of the coefficients
0.12/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.12/0.16	c timeout=2147483s
0.12/0.16	c DB Simplification allowed=false
0.12/0.16	c Listener: none
0.12/0.16	c --- End Solver configuration ---
0.12/0.16	c solving HOME/instance-4485879-1751319060.opb
0.12/0.16	c reading problem ... 
0.12/0.16	c using VERIPB proof format
0.12/0.16	c  objective function found
0.12/0.18	c ... done. Wall clock time 0.024s.
0.12/0.18	c declared #vars     90
0.12/0.18	c #constraints  6
0.12/0.18	c constraints type 
0.12/0.18	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 6
0.12/0.18	c 6 constraints processed.
0.12/0.19	c objective function length is 90 literals
0.31/0.21	c SATISFIABLE
0.31/0.21	c OPTIMIZING...
0.31/0.21	c Got one! Elapsed wall clock time (in seconds):0.05
0.31/0.21	o 460800
0.31/0.22	c Got one! Elapsed wall clock time (in seconds):0.058
0.31/0.22	o 460472
0.31/0.22	c Got one! Elapsed wall clock time (in seconds):0.06
0.31/0.22	o 399482
0.31/0.23	c Got one! Elapsed wall clock time (in seconds):0.07
0.31/0.23	o 399480
0.31/0.25	c Got one! Elapsed wall clock time (in seconds):0.089
0.31/0.25	o 399477
0.31/0.25	c Got one! Elapsed wall clock time (in seconds):0.091
0.31/0.25	o 399298
0.31/0.25	c Got one! Elapsed wall clock time (in seconds):0.096
0.31/0.26	o 399296
0.31/0.26	c Got one! Elapsed wall clock time (in seconds):0.106
0.31/0.27	o 362074
0.31/0.28	c Got one! Elapsed wall clock time (in seconds):0.118
0.31/0.28	o 362071
0.31/0.28	c Got one! Elapsed wall clock time (in seconds):0.125
0.31/0.28	o 360570
1.26/0.76	c Got one! Elapsed wall clock time (in seconds):0.605
1.26/0.76	o 360566
1.26/0.78	c Got one! Elapsed wall clock time (in seconds):0.621
1.26/0.78	o 360565
1.26/0.78	c Got one! Elapsed wall clock time (in seconds):0.627
1.26/0.78	o 360386
1.26/0.79	c Got one! Elapsed wall clock time (in seconds):0.636
1.26/0.79	o 360384
1.47/0.81	c Got one! Elapsed wall clock time (in seconds):0.649
1.47/0.81	o 358647
1.47/0.82	c Got one! Elapsed wall clock time (in seconds):0.66
1.47/0.82	o 358400
1.47/0.82	c Got one! Elapsed wall clock time (in seconds):0.667
1.47/0.83	o 358399
1.47/0.84	c Got one! Elapsed wall clock time (in seconds):0.678
1.47/0.84	o 354282
1.47/0.86	c Got one! Elapsed wall clock time (in seconds):0.7
1.47/0.86	o 353697
1.47/0.87	c Got one! Elapsed wall clock time (in seconds):0.711
1.47/0.87	o 353694
1.66/0.92	c Got one! Elapsed wall clock time (in seconds):0.765
1.66/0.92	o 353693
1.66/0.96	c Got one! Elapsed wall clock time (in seconds):0.801
1.66/0.96	o 352234
1.66/0.97	c Got one! Elapsed wall clock time (in seconds):0.81
1.66/0.97	o 352232
1.66/0.97	c Got one! Elapsed wall clock time (in seconds):0.817
1.66/0.98	o 352228
1.66/0.98	c Got one! Elapsed wall clock time (in seconds):0.825
1.66/0.98	o 351024
1.87/1.03	c Got one! Elapsed wall clock time (in seconds):0.871
1.87/1.03	o 350985
337.19/346.29	c cleaning 2591 clauses out of 5181 with flag 0/5181
337.44/346.44	c Got one! Elapsed wall clock time (in seconds):346.285
337.44/346.44	o 350849
337.75/346.75	c Got one! Elapsed wall clock time (in seconds):346.588
337.75/346.75	o 350704
338.07/347.05	c Got one! Elapsed wall clock time (in seconds):346.889
338.07/347.05	o 346602
652.70/660.71	c cleaning 3800 clauses out of 7599 with flag 0/10190
1177.13/1189.73	c cleaning 4900 clauses out of 9799 with flag 0/16190
2005.15/2019.40	c cleaning 5950 clauses out of 11899 with flag 0/23190
3128.52/3146.70	c cleaning 6975 clauses out of 13949 with flag 0/31190
3600.04/3618.51	c starts		: 55
3600.04/3618.52	c conflicts		: 35489
3600.04/3618.52	c decisions		: 164211
3600.04/3618.52	c propagations		: 840446
3600.04/3618.52	c inspects		: 1679652630
3600.04/3618.52	c shortcuts		: 0
3600.04/3618.52	c learnt literals	: 0
3600.04/3618.52	c learnt binary clauses	: 0
3600.04/3618.52	c learnt ternary clauses	: 0
3600.04/3618.52	c learnt constraints	: 35489
3600.04/3618.52	c ignored constraints	: 0
3600.04/3618.52	c root simplifications	: 0
3600.04/3618.52	c removed literals (reason simplification)	: 0
3600.04/3618.52	c reason swapping (by a shorter reason)	: 0
3600.04/3618.52	c Calls to reduceDB	: 5
3600.04/3618.52	c Number of update (reduction) of LBD	: 802
3600.04/3618.52	c Imported unit clauses	: 0
3600.04/3618.52	c No decision after first conflict	: false
3600.04/3618.52	c number of reductions to clauses (during analyze)	: 0
3600.04/3618.52	c number of learned constraints concerned by reduction	: 0
3600.04/3618.52	c number of learning phase by resolution	: 0
3600.04/3618.52	c number of learning phase by cutting planes	: 0
3600.04/3618.52	c number of rounding to 1 operations	: 0
3600.04/3618.52	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3618.52	c number of reductions of the coefficients by power 2 	: 0
3600.04/3618.53	c number of right shift for reduction by power 2 	: 0
3600.04/3618.53	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3618.53	c number of ending skipping 	: 0
3600.04/3618.53	c number of internal skipping 	: 0
3600.04/3618.53	c number of derivation steps 	: 116094
3600.04/3618.53	c number of skipped derivation steps 	: 0
3600.04/3618.53	c number of remaining unassigned 	: 907796
3600.04/3618.53	c number of remaining assigned 	: 4097944
3600.04/3618.53	c number of falsified literals weakened from reason	: 0
3600.04/3618.53	c number of falsified literals weakened from conflict	: 0
3600.04/3618.53	c time for arithmetic operations	: 938654790
3600.04/3618.53	c minimum degree of deleted constraints	: 206872
3600.04/3618.53	c maximum degree of deleted constraints	: 9952438588490010030833127930930871392322116378200111471379
3600.04/3618.53	c number of deleted constraints	: 24216
3600.04/3618.54	c speed (assignments/second)	: 232.2746859875611
3600.04/3618.54	c non guided choices	: 0
3600.04/3618.55	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 11273
3600.04/3618.55	s SATISFIABLE
3600.04/3618.55	c Found 29 solution(s)
3600.04/3618.55	v x1 x2 x3 x4 x5 x6 x7 -x8 x9 x10 -x11 x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 x31 x32 x33 x34 x35 x36 x37 x38 x39 x40 -x41 -x42 x43 x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 x61 x62 x63 x64 x65 x66 x67 x68 x69 x70 x71 -x72 x73 x74 x75 -x76 -x77 -x78 -x79 x80 -x81 x82 x83 x84 x85 -x86 -x87 -x88 -x89 -x90 
3600.04/3618.55	c objective function=346602
3600.04/3618.55	c Total wall clock time (in seconds): 3618.397

Verifier Data

OK	346602

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (60979 MiB free)
  memory of node 1: 64465 MiB (59459 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4485879-1751319060/watcher-4485879-1751319060 -o /tmp/evaluation-result-4485879-1751319060/solver-4485879-1751319060 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751315455-43541 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4485879-1751319060 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4485879-1751319060.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=44196, runsolver pid=44193
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 4.43 4.27 4.13 6/339 44214
/proc/meminfo: memFree=123311644/131250000 swapFree=33010684/33010684
[pid=44196] ppid=44193 vsize=18930384 memory=55552 CPUtime=0.12 cores=5,7
/proc/44196/stat : 44196 (java) S 44193 44196 43528 0 -1 4194304 6549 0 0 0 11 1 0 0 20 0 18 0 47582553 19384713216 13888 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
/proc/44196/statm: 4732596 13888 5336 1 0 547604 0
[pid=44196/tid=44198] ppid=44193 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/44196/task/44198/stat : 44198 (java) R 44193 44196 43528 0 -1 4194368 5053 0 0 0 6 1 0 0 20 0 18 0 47582554 19384713216 13888 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
[pid=44196/tid=44207] ppid=44193 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/44196/task/44207/stat : 44207 (Finalizer) S 44193 44196 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 47582556 19384713216 13888 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
[pid=44196/tid=44214] ppid=44193 vsize=18930384 memory=59585004336271 CPUtime=0 cores=5,7
/proc/44196/task/44214/stat : 44214 (Common-Cleaner) S 44193 44196 43528 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 47582557 19384713216 13888 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55552 KiB

[startup+0.20582 s]*
/proc/loadavg: 4.43 4.27 4.13 7/340 44215
/proc/meminfo: memFree=123305028/131250000 swapFree=33010684/33010684
[pid=44196] ppid=44193 vsize=18996948 memory=63176 CPUtime=0.31 cores=5,7
/proc/44196/stat : 44196 (java) S 44193 44196 43528 0 -1 4194304 7302 0 0 0 29 2 0 0 20 0 19 0 47582553 19452874752 15794 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
/proc/44196/statm: 4749237 15794 5464 1 0 548413 0
[pid=44196/tid=44198] ppid=44193 vsize=18996948 memory=4026663196 CPUtime=0.17 cores=5,7
/proc/44196/task/44198/stat : 44198 (java) R 44193 44196 43528 0 -1 4194368 5510 0 0 0 16 1 0 0 20 0 19 0 47582554 19452874752 15794 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
[pid=44196/tid=44207] ppid=44193 vsize=18996948 memory=16955 CPUtime=0 cores=5,7
/proc/44196/task/44207/stat : 44207 (Finalizer) S 44193 44196 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 47582556 19452874752 15794 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
[pid=44196/tid=44214] ppid=44193 vsize=18996948 memory=58485492679654 CPUtime=0 cores=5,7
/proc/44196/task/44214/stat : 44214 (Common-Cleaner) S 44193 44196 43528 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 47582557 19452874752 15794 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
[pid=44196/tid=44215] ppid=44193 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/44196/task/44215/stat : 44215 (Timer-0) S 44193 44196 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 47582573 19452874752 15794 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 63176 KiB

[startup+0.30577 s]*
/proc/loadavg: 4.43 4.27 4.13 7/340 44215
/proc/meminfo: memFree=123282252/131250000 swapFree=33010684/33010684
[pid=44196] ppid=44193 vsize=18996948 memory=83420 CPUtime=0.51 cores=5,7
/proc/44196/stat : 44196 (java) S 44193 44196 43528 0 -1 4194304 11695 0 0 0 48 3 0 0 20 0 19 0 47582553 19452874752 20855 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
/proc/44196/statm: 4749237 20855 5464 1 0 550831 0
[pid=44196/tid=44198] ppid=44193 vsize=18996948 memory=-6000919494114502763 CPUtime=0.24 cores=5,7
/proc/44196/task/44198/stat : 44198 (java) R 44193 44196 43528 0 -1 4194368 5537 0 0 0 23 1 0 0 20 0 19 0 47582554 19452874752 20855 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
[pid=44196/tid=44207] ppid=44193 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/44196/task/44207/stat : 44207 (Finalizer) S 44193 44196 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 47582556 19452874752 20855 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
[pid=44196/tid=44214] ppid=44193 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/44196/task/44214/stat : 44214 (Common-Cleaner) S 44193 44196 43528 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 47582557 19452874752 20855 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
[pid=44196/tid=44215] ppid=44193 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/44196/task/44215/stat : 44215 (Timer-0) S 44193 44196 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 47582573 19452874752 20855 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 83420 KiB

[startup+0.700244 s]
/proc/loadavg: 4.43 4.27 4.13 7/340 44215
/proc/meminfo: memFree=123238900/131250000 swapFree=33010684/33010684
[pid=44196] ppid=44193 vsize=18996948 memory=160552 CPUtime=1.26 cores=5,7
/proc/44196/stat : 44196 (java) S 44193 44196 43528 0 -1 4194304 16101 0 0 0 121 5 0 0 20 0 19 0 47582553 19452874752 40138 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
/proc/44196/statm: 4749237 40138 5464 1 0 554055 0
[pid=44196/tid=44198] ppid=44193 vsize=18996948 memory=18176 CPUtime=0.61 cores=5,7
/proc/44196/task/44198/stat : 44198 (java) R 44193 44196 43528 0 -1 4194368 5569 0 0 0 59 2 0 0 20 0 19 0 47582554 19452874752 40138 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
[pid=44196/tid=44207] ppid=44193 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/44196/task/44207/stat : 44207 (Finalizer) S 44193 44196 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 47582556 19452874752 40138 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
[pid=44196/tid=44214] ppid=44193 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/44196/task/44214/stat : 44214 (Common-Cleaner) S 44193 44196 43528 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 47582557 19452874752 40138 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
[pid=44196/tid=44215] ppid=44193 vsize=18996948 memory=4760 CPUtime=0 cores=5,7
/proc/44196/task/44215/stat : 44215 (Timer-0) S 44193 44196 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 47582573 19452874752 40138 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 160552 KiB

[startup+1.50034 s]
/proc/loadavg: 4.43 4.27 4.13 7/341 44216
/proc/meminfo: memFree=123172672/131250000 swapFree=33010684/33010684
[pid=44196] ppid=44193 vsize=19063512 memory=219520 CPUtime=2.85 cores=5,7
/proc/44196/stat : 44196 (java) S 44193 44196 43528 0 -1 4194304 22044 0 0 0 278 7 0 0 20 0 20 0 47582553 19521036288 54880 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
/proc/44196/statm: 4765878 54880 5496 1 0 554378 0
[pid=44196/tid=44198] ppid=44193 vsize=19063512 memory=0 CPUtime=1.37 cores=5,7
/proc/44196/task/44198/stat : 44198 (java) R 44193 44196 43528 0 -1 4194368 6043 0 0 0 134 3 0 0 20 0 20 0 47582554 19521036288 54880 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
[pid=44196/tid=44207] ppid=44193 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/44196/task/44207/stat : 44207 (Finalizer) S 44193 44196 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47582556 19521036288 54880 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
[pid=44196/tid=44214] ppid=44193 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/44196/task/44214/stat : 44214 (Common-Cleaner) S 44193 44196 43528 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 47582557 19521036288 54880 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
[pid=44196/tid=44215] ppid=44193 vsize=19063512 memory=4760 CPUtime=0 cores=5,7
/proc/44196/task/44215/stat : 44215 (Timer-0) S 44193 44196 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47582573 19521036288 54880 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 219520 KiB

[startup+3.10573 s]
/proc/loadavg: 4.43 4.27 4.13 5/341 44216
/proc/meminfo: memFree=122549740/131250000 swapFree=33010684/33010684
[pid=44196] ppid=44193 vsize=19063512 memory=666684 CPUtime=5.25 cores=5,7
/proc/44196/stat : 44196 (java) S 44193 44196 43528 0 -1 4194304 26711 0 0 0 508 17 0 0 20 0 20 0 47582553 19521036288 166671 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
/proc/44196/statm: 4765878 166671 5496 1 0 555306 0
[pid=44196/tid=44198] ppid=44193 vsize=19063512 memory=10752 CPUtime=2.95 cores=5,7
/proc/44196/task/44198/stat : 44198 (java) R 44193 44196 43528 0 -1 4194368 6959 0 0 0 282 13 0 0 20 0 20 0 47582554 19521036288 166671 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
[pid=44196/tid=44207] ppid=44193 vsize=19063512 memory=-6000919494114502763 CPUtime=0 cores=5,7
/proc/44196/task/44207/stat : 44207 (Finalizer) S 44193 44196 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47582556 19521036288 166671 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
[pid=44196/tid=44214] ppid=44193 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/44196/task/44214/stat : 44214 (Common-Cleaner) S 44193 44196 43528 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 47582557 19521036288 166671 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
[pid=44196/tid=44215] ppid=44193 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/44196/task/44215/stat : 44215 (Timer-0) S 44193 44196 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47582573 19521036288 166671 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
Current children cumulated CPU time: 5.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 666684 KiB

[startup+6.30021 s]
/proc/loadavg: 4.40 4.27 4.13 5/341 44216
/proc/meminfo: memFree=122179496/131250000 swapFree=33010684/33010684
[pid=44196] ppid=44193 vsize=19063512 memory=1013228 CPUtime=8.55 cores=5,7
/proc/44196/stat : 44196 (java) S 44193 44196 43528 0 -1 4194304 27813 0 0 0 831 24 0 0 20 0 20 0 47582553 19521036288 253307 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
/proc/44196/statm: 4765878 253307 5496 1 0 555306 0
[pid=44196/tid=44198] ppid=44193 vsize=19063512 memory=0 CPUtime=6.13 cores=5,7
/proc/44196/task/44198/stat : 44198 (java) R 44193 44196 43528 0 -1 4194368 7295 0 0 0 594 19 0 0 20 0 20 0 47582554 19521036288 253307 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
[pid=44196/tid=44207] ppid=44193 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/44196/task/44207/stat : 44207 (Finalizer) S 44193 44196 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47582556 19521036288 253307 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
[pid=44196/tid=44214] ppid=44193 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/44196/task/44214/stat : 44214 (Common-Cleaner) S 44193 44196 43528 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 47582557 19521036288 253307 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
[pid=44196/tid=44215] ppid=44193 vsize=19063512 memory=219520 CPUtime=0 cores=5,7
/proc/44196/task/44215/stat : 44215 (Timer-0) S 44193 44196 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47582573 19521036288 253307 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
Current children cumulated CPU time: 8.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1013228 KiB

[startup+12.7002 s]
/proc/loadavg: 4.37 4.26 4.13 5/341 44216
/proc/meminfo: memFree=121410276/131250000 swapFree=33010684/33010684
[pid=44196] ppid=44193 vsize=19063512 memory=1314340 CPUtime=15.17 cores=5,7
/proc/44196/stat : 44196 (java) S 44193 44196 43528 0 -1 4194304 31146 0 0 0 1487 30 0 0 20 0 20 0 47582553 19521036288 328585 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
/proc/44196/statm: 4765878 328585 5496 1 0 555306 0
[pid=44196/tid=44198] ppid=44193 vsize=19063512 memory=219520 CPUtime=12.5 cores=5,7
/proc/44196/task/44198/stat : 44198 (java) R 44193 44196 43528 0 -1 4194368 8764 0 0 0 1224 26 0 0 20 0 20 0 47582554 19521036288 328585 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
[pid=44196/tid=44207] ppid=44193 vsize=19063512 memory=1314340 CPUtime=0 cores=5,7
/proc/44196/task/44207/stat : 44207 (Finalizer) S 44193 44196 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47582556 19521036288 328585 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
[pid=44196/tid=44214] ppid=44193 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/44196/task/44214/stat : 44214 (Common-Cleaner) S 44193 44196 43528 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 47582557 19521036288 328585 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
[pid=44196/tid=44215] ppid=44193 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/44196/task/44215/stat : 44215 (Timer-0) S 44193 44196 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47582573 19521036288 328585 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
Current children cumulated CPU time: 15.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1314340 KiB

[startup+25.5002 s]
/proc/loadavg: 4.37 4.27 4.13 5/341 44216
/proc/meminfo: memFree=120419320/131250000 swapFree=33010684/33010684
[pid=44196] ppid=44193 vsize=19063512 memory=1316044 CPUtime=28.24 cores=5,7
/proc/44196/stat : 44196 (java) S 44193 44196 43528 0 -1 4194304 43211 0 0 0 2791 33 0 0 20 0 20 0 47582553 19521036288 329011 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
/proc/44196/statm: 4765878 329011 5496 1 0 556124 0
[pid=44196/tid=44198] ppid=44193 vsize=19063512 memory=1314340 CPUtime=25.25 cores=5,7
/proc/44196/task/44198/stat : 44198 (java) R 44193 44196 43528 0 -1 4194368 10153 0 0 0 2498 27 0 0 20 0 20 0 47582554 19521036288 329011 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
[pid=44196/tid=44207] ppid=44193 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/44196/task/44207/stat : 44207 (Finalizer) S 44193 44196 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47582556 19521036288 329011 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
[pid=44196/tid=44214] ppid=44193 vsize=19063512 memory=1316520 CPUtime=0 cores=5,7
/proc/44196/task/44214/stat : 44214 (Common-Cleaner) S 44193 44196 43528 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 47582557 19521036288 329011 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
[pid=44196/tid=44215] ppid=44193 vsize=19063512 memory=18176 CPUtime=0 cores=5,7
/proc/44196/task/44215/stat : 44215 (Timer-0) S 44193 44196 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47582573 19521036288 329011 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
Current children cumulated CPU time: 28.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1316044 KiB

[startup+51.1058 s]
/proc/loadavg: 4.24 4.24 4.12 5/343 44219
/proc/meminfo: memFree=120360448/131250000 swapFree=33010684/33010684
[pid=44196] ppid=44193 vsize=19063512 memory=1318100 CPUtime=44.25 cores=5,7
/proc/44196/stat : 44196 (java) S 44193 44196 43528 0 -1 4194304 46439 0 0 0 4391 34 0 0 20 0 20 0 47582553 19521036288 329525 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0

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

Current children cumulated memory: 1523672 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/340 44422
/proc/meminfo: memFree=111217500/131250000 swapFree=33010684/33010684
[pid=44196] ppid=44193 vsize=19063512 memory=1529844 CPUtime=3264.06 cores=5,7
/proc/44196/stat : 44196 (java) S 44193 44196 43528 0 -1 4194304 114441 0 0 0 326255 151 0 0 20 0 20 0 47582553 19521036288 382461 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
/proc/44196/statm: 4765878 382461 5496 1 0 557929 0
[pid=44196/tid=44198] ppid=44193 vsize=19063512 memory=18176 CPUtime=3249.31 cores=5,7
/proc/44196/task/44198/stat : 44198 (java) R 44193 44196 43528 0 -1 4194368 31163 0 0 0 324890 41 0 0 20 0 20 0 47582554 19521036288 382461 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
[pid=44196/tid=44207] ppid=44193 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/44196/task/44207/stat : 44207 (Finalizer) S 44193 44196 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47582556 19521036288 382461 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
[pid=44196/tid=44214] ppid=44193 vsize=19063512 memory=14248 CPUtime=0 cores=5,7
/proc/44196/task/44214/stat : 44214 (Common-Cleaner) S 44193 44196 43528 0 -1 4194368 1125 0 0 0 0 0 0 0 20 0 20 0 47582557 19521036288 382461 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
[pid=44196/tid=44215] ppid=44193 vsize=19063512 memory=1529844 CPUtime=0 cores=5,7
/proc/44196/task/44215/stat : 44215 (Timer-0) S 44193 44196 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47582573 19521036288 382461 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
Current children cumulated CPU time: 3264.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1529844 KiB

[startup+3342.3 s]
/proc/loadavg: 4.16 4.12 4.09 5/340 44424
/proc/meminfo: memFree=111210356/131250000 swapFree=33010684/33010684
[pid=44196] ppid=44193 vsize=19063512 memory=1533940 CPUtime=3324.03 cores=5,7
/proc/44196/stat : 44196 (java) S 44193 44196 43528 0 -1 4194304 114826 0 0 0 332250 153 0 0 20 0 20 0 47582553 19521036288 383485 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
/proc/44196/statm: 4765878 383485 5496 1 0 557929 0
[pid=44196/tid=44198] ppid=44193 vsize=19063512 memory=10752 CPUtime=3309.09 cores=5,7
/proc/44196/task/44198/stat : 44198 (java) R 44193 44196 43528 0 -1 4194368 31500 0 0 0 330868 41 0 0 20 0 20 0 47582554 19521036288 383485 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
[pid=44196/tid=44207] ppid=44193 vsize=19063512 memory=1529844 CPUtime=0 cores=5,7
/proc/44196/task/44207/stat : 44207 (Finalizer) S 44193 44196 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47582556 19521036288 383485 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
[pid=44196/tid=44214] ppid=44193 vsize=19063512 memory=1529844 CPUtime=0 cores=5,7
/proc/44196/task/44214/stat : 44214 (Common-Cleaner) S 44193 44196 43528 0 -1 4194368 1125 0 0 0 0 0 0 0 20 0 20 0 47582557 19521036288 383485 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
[pid=44196/tid=44215] ppid=44193 vsize=19063512 memory=1531892 CPUtime=0 cores=5,7
/proc/44196/task/44215/stat : 44215 (Timer-0) S 44193 44196 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47582573 19521036288 383485 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
Current children cumulated CPU time: 3324.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1533940 KiB

[startup+3402.3 s]
/proc/loadavg: 4.20 4.13 4.10 5/340 44426
/proc/meminfo: memFree=111191192/131250000 swapFree=33010684/33010684
[pid=44196] ppid=44193 vsize=19063512 memory=1535988 CPUtime=3383.99 cores=5,7
/proc/44196/stat : 44196 (java) S 44193 44196 43528 0 -1 4194304 116169 0 0 0 338244 155 0 0 20 0 20 0 47582553 19521036288 383997 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
/proc/44196/statm: 4765878 383997 5496 1 0 557929 0
[pid=44196/tid=44198] ppid=44193 vsize=19063512 memory=1529844 CPUtime=3368.87 cores=5,7
/proc/44196/task/44198/stat : 44198 (java) R 44193 44196 43528 0 -1 4194368 32259 0 0 0 336846 41 0 0 20 0 20 0 47582554 19521036288 383997 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
[pid=44196/tid=44207] ppid=44193 vsize=19063512 memory=1529844 CPUtime=0 cores=5,7
/proc/44196/task/44207/stat : 44207 (Finalizer) S 44193 44196 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47582556 19521036288 383997 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
[pid=44196/tid=44214] ppid=44193 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/44196/task/44214/stat : 44214 (Common-Cleaner) S 44193 44196 43528 0 -1 4194368 1126 0 0 0 0 0 0 0 20 0 20 0 47582557 19521036288 383997 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
[pid=44196/tid=44215] ppid=44193 vsize=19063512 memory=-6000919494114502763 CPUtime=0 cores=5,7
/proc/44196/task/44215/stat : 44215 (Timer-0) S 44193 44196 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47582573 19521036288 383997 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
Current children cumulated CPU time: 3383.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1535988 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.12 4.09 5/340 44428
/proc/meminfo: memFree=111186580/131250000 swapFree=33010684/33010684
[pid=44196] ppid=44193 vsize=19063512 memory=1540084 CPUtime=3443.95 cores=5,7
/proc/44196/stat : 44196 (java) S 44193 44196 43528 0 -1 4194304 117146 0 0 0 344237 158 0 0 20 0 20 0 47582553 19521036288 385021 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
/proc/44196/statm: 4765878 385021 5496 1 0 557929 0
[pid=44196/tid=44198] ppid=44193 vsize=19063512 memory=1529844 CPUtime=3428.64 cores=5,7
/proc/44196/task/44198/stat : 44198 (java) R 44193 44196 43528 0 -1 4194368 33012 0 0 0 342822 42 0 0 20 0 20 0 47582554 19521036288 385021 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
[pid=44196/tid=44207] ppid=44193 vsize=19063512 memory=1529844 CPUtime=0 cores=5,7
/proc/44196/task/44207/stat : 44207 (Finalizer) S 44193 44196 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47582556 19521036288 385021 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
[pid=44196/tid=44214] ppid=44193 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/44196/task/44214/stat : 44214 (Common-Cleaner) S 44193 44196 43528 0 -1 4194368 1219 0 0 0 0 0 0 0 20 0 20 0 47582557 19521036288 385021 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
[pid=44196/tid=44215] ppid=44193 vsize=19063512 memory=1540084 CPUtime=0 cores=5,7
/proc/44196/task/44215/stat : 44215 (Timer-0) S 44193 44196 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47582573 19521036288 385021 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
Current children cumulated CPU time: 3443.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1540084 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.13 4.09 5/339 44430
/proc/meminfo: memFree=111177028/131250000 swapFree=33010684/33010684
[pid=44196] ppid=44193 vsize=19063512 memory=1542132 CPUtime=3503.91 cores=5,7
/proc/44196/stat : 44196 (java) S 44193 44196 43528 0 -1 4194304 118086 0 0 0 350232 159 0 0 20 0 20 0 47582553 19521036288 385533 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
/proc/44196/statm: 4765878 385533 5496 1 0 557929 0
[pid=44196/tid=44198] ppid=44193 vsize=19063512 memory=1540084 CPUtime=3488.41 cores=5,7
/proc/44196/task/44198/stat : 44198 (java) R 44193 44196 43528 0 -1 4194368 33235 0 0 0 348799 42 0 0 20 0 20 0 47582554 19521036288 385533 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
[pid=44196/tid=44207] ppid=44193 vsize=19063512 memory=1542132 CPUtime=0 cores=5,7
/proc/44196/task/44207/stat : 44207 (Finalizer) S 44193 44196 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47582556 19521036288 385533 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
[pid=44196/tid=44214] ppid=44193 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/44196/task/44214/stat : 44214 (Common-Cleaner) S 44193 44196 43528 0 -1 4194368 1302 0 0 0 0 0 0 0 20 0 20 0 47582557 19521036288 385533 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
[pid=44196/tid=44215] ppid=44193 vsize=19063512 memory=14248 CPUtime=0 cores=5,7
/proc/44196/task/44215/stat : 44215 (Timer-0) S 44193 44196 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47582573 19521036288 385533 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
Current children cumulated CPU time: 3503.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1542132 KiB

[startup+3582.3 s]
/proc/loadavg: 4.22 4.15 4.10 5/340 44700
/proc/meminfo: memFree=116984024/131250000 swapFree=33010684/33010684
[pid=44196] ppid=44193 vsize=19063512 memory=1544180 CPUtime=3563.87 cores=5,7
/proc/44196/stat : 44196 (java) S 44193 44196 43528 0 -1 4194304 118167 0 0 0 356227 160 0 0 20 0 20 0 47582553 19521036288 386045 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
/proc/44196/statm: 4765878 386045 5496 1 0 557929 0
[pid=44196/tid=44198] ppid=44193 vsize=19063512 memory=1920 CPUtime=3548.18 cores=5,7
/proc/44196/task/44198/stat : 44198 (java) R 44193 44196 43528 0 -1 4194368 33265 0 0 0 354776 42 0 0 20 0 20 0 47582554 19521036288 386045 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
[pid=44196/tid=44207] ppid=44193 vsize=19063512 memory=-6000919494114502763 CPUtime=0 cores=5,7
/proc/44196/task/44207/stat : 44207 (Finalizer) S 44193 44196 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47582556 19521036288 386045 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
[pid=44196/tid=44214] ppid=44193 vsize=19063512 memory=18176 CPUtime=0 cores=5,7
/proc/44196/task/44214/stat : 44214 (Common-Cleaner) S 44193 44196 43528 0 -1 4194368 1306 0 0 0 0 0 0 0 20 0 20 0 47582557 19521036288 386045 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
[pid=44196/tid=44215] ppid=44193 vsize=19063512 memory=-6000919494114502763 CPUtime=0 cores=5,7
/proc/44196/task/44215/stat : 44215 (Timer-0) S 44193 44196 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47582573 19521036288 386045 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
Current children cumulated CPU time: 3563.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1544180 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3618.5 s]
/proc/loadavg: 4.39 4.19 4.12 5/343 44838
/proc/meminfo: memFree=123309744/131250000 swapFree=33010684/33010684
[pid=44196] ppid=44193 vsize=19063512 memory=1546228 CPUtime=3600.04 cores=5,7
/proc/44196/stat : 44196 (java) S 44193 44196 43528 0 -1 4194304 118197 0 0 0 359842 162 0 0 20 0 20 0 47582553 19521036288 386557 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
/proc/44196/statm: 4765878 386557 5496 1 0 557929 0
[pid=44196/tid=44198] ppid=44193 vsize=19063512 memory=5760 CPUtime=3584.23 cores=5,7
/proc/44196/task/44198/stat : 44198 (java) R 44193 44196 43528 0 -1 4194368 33274 0 0 0 358381 42 0 0 20 0 20 0 47582554 19521036288 386557 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
[pid=44196/tid=44207] ppid=44193 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/44196/task/44207/stat : 44207 (Finalizer) S 44193 44196 43528 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 47582556 19521036288 386557 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
[pid=44196/tid=44214] ppid=44193 vsize=19063512 memory=1546228 CPUtime=0 cores=5,7
/proc/44196/task/44214/stat : 44214 (Common-Cleaner) S 44193 44196 43528 0 -1 4194368 1307 0 0 0 0 0 0 0 20 0 20 0 47582557 19521036288 386557 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
[pid=44196/tid=44215] ppid=44193 vsize=19063512 memory=1546228 CPUtime=0 cores=5,7
/proc/44196/task/44215/stat : 44215 (Timer-0) S 44193 44196 43528 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 47582573 19521036288 386557 18446744073709551615 93938786418688 93938786422384 140733354002288 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93938786430200 93938786430992 93938794082304 140733354006829 140733354007014 140733354007014 140733354012616 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1546228 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.53 s, system=1.63593 s

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

[startup+3618.8 s]
/proc/loadavg: 4.39 4.19 4.12 4/325 44841
/proc/meminfo: memFree=124826464/131250000 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3619.2 s]
/proc/loadavg: 4.39 4.19 4.12 4/325 44841
/proc/meminfo: memFree=124826464/131250000 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3619.22
CPU time (s): 3600.17
CPU user time (s): 3598.53
CPU system time (s): 1.63593
CPU usage (%): 99.4735
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 1546228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.53
system time used= 1.63593
maximum resident set size= 1547124
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 122083
page faults= 0
swaps= 0
block input operations= 0
block output operations= 89480
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 137514
involuntary context switches= 7093


# summary of solver processes directly reported to runsolver:
#   pid: 44196
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3598.53
#   total CPU system time (s): 1.63593

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.69129 second user time and 17.354 second system time

The end

Launcher Data

Begin job on nodeC014 at 2025-06-30 23:31:00
IDJOB=4485879
IDBENCH=146898
IDSOLVER=3362
FILE ID=nodeC014/4485879-1751319060
RUNJOBID= nodeC014-1751315455-43541
SLURM_JOB_ID= 9594331
Free space on /tmp= 432972 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/mps-v2-20-10/www.csit.fsu.edu/~burkardt/datasets/mps/normalized-mps-v2-20-10-maros.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4485879-1751319060/watcher-4485879-1751319060 -o /tmp/evaluation-result-4485879-1751319060/solver-4485879-1751319060 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1751315455-43541 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4485879-1751319060 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4485879-1751319060.opb

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

MD5SUM BENCH= 848e47deac6a47526073146630130ada
RANDOM SEED=2006545981

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        123331048 kB
MemAvailable:   123927424 kB
Buffers:            3280 kB
Cached:          1401020 kB
SwapCached:            0 kB
Active:          6186092 kB
Inactive:        1144920 kB
Active(anon):    5944780 kB
Inactive(anon):        0 kB
Active(file):     241312 kB
Inactive(file):  1144920 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             25820 kB
Writeback:             0 kB
AnonPages:       5929876 kB
Mapped:           123880 kB
Shmem:             18068 kB
KReclaimable:      98768 kB
Slab:             187408 kB
SReclaimable:      98768 kB
SUnreclaim:        88640 kB
KernelStack:        5168 kB
PageTables:        15032 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   21231084 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151416 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5726208 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      203476 kB
DirectMap2M:     7956480 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433004 MiB
End job on nodeC014 at 2025-07-01 00:31:19