Trace number 4512254

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j CP 2025-06-06SAT (TO)861 3600.32 2984.55

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-NLC/minlplib2-pb-0.1.0/
opb/normalized-edgecross10-070.opb
MD5SUM038c3c94959b7fb9ae78b9306ef53fb4
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark717
Best CPU time to get the best result obtained on this benchmark140.348
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables91
Total number of constraints481
Number of constraints which are clauses480
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 1221
Biggest coefficient in the objective function 1013
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 3843
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1013
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 3843
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)1133
Sum of products size (including duplicates)2266
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.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	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.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Use constraints as they come during conflict analysis
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: ANY
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Armin Biere (Picosat) restarts strategy
0.13/0.16	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4512254-1751529585.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c  objective function found
0.32/0.24	c ... done. Wall clock time 0.082s.
0.32/0.24	c declared #vars     91
0.32/0.24	c internal #vars     1224
0.32/0.24	c #constraints  2748
0.32/0.24	c constraints type 
0.32/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1133
0.32/0.24	c org.sat4j.specs.Constr$1 => 1
0.32/0.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1613
0.32/0.24	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.32/0.24	c 2748 constraints processed.
0.32/0.26	c objective function length is 1221 literals
0.32/0.28	c SATISFIABLE
0.32/0.28	c OPTIMIZING...
0.32/0.28	c Got one! Elapsed wall clock time (in seconds):0.125
0.32/0.29	o 962
0.88/0.56	c Got one! Elapsed wall clock time (in seconds):0.397
0.88/0.56	o 961
0.88/0.57	c Got one! Elapsed wall clock time (in seconds):0.405
0.88/0.57	o 958
1.66/0.98	c Got one! Elapsed wall clock time (in seconds):0.819
1.66/0.98	o 957
1.86/1.03	c Got one! Elapsed wall clock time (in seconds):0.871
1.86/1.03	o 956
1.86/1.04	c Got one! Elapsed wall clock time (in seconds):0.883
1.86/1.04	o 955
3.85/2.02	c Got one! Elapsed wall clock time (in seconds):1.864
3.85/2.02	o 879
23.78/19.70	c Got one! Elapsed wall clock time (in seconds):19.543
23.78/19.70	o 878
51.91/47.42	c Got one! Elapsed wall clock time (in seconds):47.257
51.91/47.42	o 872
91.95/86.90	c Got one! Elapsed wall clock time (in seconds):86.742
91.95/86.90	o 870
194.26/187.96	c Got one! Elapsed wall clock time (in seconds):187.802
194.26/187.96	o 864
324.40/316.48	c cleaning 2495 clauses out of 5000
707.70/680.36	c Got one! Elapsed wall clock time (in seconds):680.197
707.70/680.36	o 863
1759.40/1535.17	c cleaning 4246 clauses out of 8505
2415.71/2053.65	c Got one! Elapsed wall clock time (in seconds):2053.493
2415.71/2053.65	o 861
3600.04/2984.45	c starts		: 55
3600.04/2984.48	c conflicts		: 14879
3600.04/2984.48	c decisions		: 17375
3600.04/2984.48	c propagations		: 859419
3600.04/2984.48	c inspects		: 2169679612
3600.04/2984.48	c shortcuts		: 0
3600.04/2984.48	c learnt literals	: 0
3600.04/2984.48	c learnt binary clauses	: 0
3600.04/2984.48	c learnt ternary clauses	: 0
3600.04/2984.48	c learnt constraints	: 14878
3600.04/2984.48	c ignored constraints	: 0
3600.04/2984.48	c root simplifications	: 0
3600.04/2984.48	c removed literals (reason simplification)	: 0
3600.04/2984.48	c reason swapping (by a shorter reason)	: 0
3600.04/2984.48	c Calls to reduceDB	: 2
3600.04/2984.48	c Number of update (reduction) of LBD	: 0
3600.04/2984.48	c Imported unit clauses	: 0
3600.04/2984.48	c No decision after first conflict	: false
3600.04/2984.48	c number of reductions to clauses (during analyze)	: 0
3600.04/2984.48	c number of learned constraints concerned by reduction	: 0
3600.04/2984.48	c number of learning phase by resolution	: 0
3600.04/2984.48	c number of learning phase by cutting planes	: 0
3600.04/2984.48	c number of rounding to 1 operations	: 0
3600.04/2984.48	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/2984.48	c number of reductions of the coefficients by power 2 	: 0
3600.04/2984.48	c number of right shift for reduction by power 2 	: 0
3600.04/2984.48	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/2984.48	c number of ending skipping 	: 0
3600.04/2984.48	c number of internal skipping 	: 0
3600.04/2984.48	c number of derivation steps 	: 452242
3600.04/2984.48	c number of skipped derivation steps 	: 0
3600.04/2984.48	c number of remaining unassigned 	: 890353
3600.04/2984.48	c number of remaining assigned 	: 24818002
3600.04/2984.48	c number of falsified literals weakened from reason	: 0
3600.04/2984.48	c number of falsified literals weakened from conflict	: 0
3600.04/2984.48	c time for arithmetic operations	: 688292795693
3600.04/2984.48	c minimum degree of deleted constraints	: null
3600.04/2984.48	c maximum degree of deleted constraints	: null
3600.04/2984.48	c number of deleted constraints	: 0
3600.04/2984.49	c speed (assignments/second)	: 287.9885879421435
3600.04/2984.49	c non guided choices	: 1
3600.24/2984.51	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 2
3600.24/2984.51	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 8135
3600.24/2984.51	s SATISFIABLE
3600.24/2984.51	c Found 13 solution(s)
3600.24/2984.51	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 x91 
3600.24/2984.52	c objective function=861
3600.24/2984.52	c Total wall clock time (in seconds): 2984.364

Verifier Data

OK	861

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (58338 MiB free)
  memory of node 1: 64507 MiB (51248 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4512254-1751529585/watcher-4512254-1751529585 -o /tmp/evaluation-result-4512254-1751529585/solver-4512254-1751529585 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751519881-77403 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4512254-1751529585.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=78673, runsolver pid=78670

[startup+0.10006 s]*
/proc/loadavg: 4.59 4.75 4.73 8/336 78691
/proc/meminfo: memFree=112158164/131249996 swapFree=33010672/33010684
[pid=78673] ppid=78670 vsize=18930384 memory=55584 CPUtime=0.13 cores=4,6
/proc/78673/stat : 78673 (java) S 78670 78673 77392 0 -1 4194304 6542 0 0 0 11 2 0 0 20 0 18 0 68636269 19384713216 13896 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
/proc/78673/statm: 4732596 13896 5361 1 0 547604 0
[pid=78673/tid=78675] ppid=78670 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/78673/task/78675/stat : 78675 (java) R 78670 78673 77392 0 -1 4194368 5049 0 0 0 7 1 0 0 20 0 18 0 68636270 19384713216 13896 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
[pid=78673/tid=78684] ppid=78670 vsize=18930384 memory=224227754321 CPUtime=0 cores=4,6
/proc/78673/task/78684/stat : 78684 (Finalizer) S 78670 78673 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 68636273 19384713216 13896 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
[pid=78673/tid=78691] ppid=78670 vsize=18930384 memory=59585004335488 CPUtime=0 cores=4,6
/proc/78673/task/78691/stat : 78691 (Common-Cleaner) S 78670 78673 77392 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 68636273 19384713216 14428 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55584 KiB

[startup+0.20591 s]*
/proc/loadavg: 4.59 4.75 4.73 9/336 78691
/proc/meminfo: memFree=112148208/131249996 swapFree=33010672/33010684
[pid=78673] ppid=78670 vsize=18930384 memory=64284 CPUtime=0.32 cores=4,6
/proc/78673/stat : 78673 (java) S 78670 78673 77392 0 -1 4194304 7100 0 0 0 29 3 0 0 20 0 18 0 68636269 19384713216 16071 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
/proc/78673/statm: 4732596 16071 5425 1 0 547971 0
[pid=78673/tid=78675] ppid=78670 vsize=18930384 memory=4026728732 CPUtime=0.18 cores=4,6
/proc/78673/task/78675/stat : 78675 (java) R 78670 78673 77392 0 -1 4194368 5383 0 0 0 16 2 0 0 20 0 18 0 68636270 19384713216 16071 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
[pid=78673/tid=78684] ppid=78670 vsize=18930384 memory=16195 CPUtime=0 cores=4,6
/proc/78673/task/78684/stat : 78684 (Finalizer) S 78670 78673 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 68636273 19384713216 16071 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
[pid=78673/tid=78691] ppid=78670 vsize=18930384 memory=58485492679654 CPUtime=0 cores=4,6
/proc/78673/task/78691/stat : 78691 (Common-Cleaner) S 78670 78673 77392 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 68636273 19384713216 16071 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64284 KiB

[startup+0.305838 s]*
/proc/loadavg: 4.59 4.75 4.73 10/337 78692
/proc/meminfo: memFree=112134976/131249996 swapFree=33010672/33010684
[pid=78673] ppid=78670 vsize=18996948 memory=69828 CPUtime=0.5 cores=4,6
/proc/78673/stat : 78673 (java) S 78670 78673 77392 0 -1 4194304 7708 0 0 0 47 3 0 0 20 0 19 0 68636269 19452874752 17457 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
/proc/78673/statm: 4749237 17457 5457 1 0 548519 0
[pid=78673/tid=78675] ppid=78670 vsize=18996948 memory=-6000919507032630376 CPUtime=0.26 cores=4,6
/proc/78673/task/78675/stat : 78675 (java) R 78670 78673 77392 0 -1 4194368 5507 0 0 0 24 2 0 0 20 0 19 0 68636270 19452874752 17457 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
[pid=78673/tid=78684] ppid=78670 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/78673/task/78684/stat : 78684 (Finalizer) S 78670 78673 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 68636273 19452874752 17457 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
[pid=78673/tid=78691] ppid=78670 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/78673/task/78691/stat : 78691 (Common-Cleaner) S 78670 78673 77392 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 68636273 19452874752 17457 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
[pid=78673/tid=78692] ppid=78670 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/78673/task/78692/stat : 78692 (Timer-0) S 78670 78673 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 68636296 19452874752 17457 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 69828 KiB

[startup+0.700234 s]
/proc/loadavg: 4.59 4.75 4.73 8/337 78692
/proc/meminfo: memFree=112118784/131249996 swapFree=33010672/33010684
[pid=78673] ppid=78670 vsize=18996948 memory=117344 CPUtime=1.26 cores=4,6
/proc/78673/stat : 78673 (java) S 78670 78673 77392 0 -1 4194304 12699 0 0 0 121 5 0 0 20 0 19 0 68636269 19452874752 29336 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
/proc/78673/statm: 4749237 29336 5489 1 0 552022 0
[pid=78673/tid=78675] ppid=78670 vsize=18996948 memory=18688 CPUtime=0.61 cores=4,6
/proc/78673/task/78675/stat : 78675 (java) R 78670 78673 77392 0 -1 4194368 5527 0 0 0 58 3 0 0 20 0 19 0 68636270 19452874752 29336 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
[pid=78673/tid=78684] ppid=78670 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/78673/task/78684/stat : 78684 (Finalizer) S 78670 78673 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 68636273 19452874752 29336 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
[pid=78673/tid=78691] ppid=78670 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/78673/task/78691/stat : 78691 (Common-Cleaner) S 78670 78673 77392 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 68636273 19452874752 29336 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
[pid=78673/tid=78692] ppid=78670 vsize=18996948 memory=4764 CPUtime=0 cores=4,6
/proc/78673/task/78692/stat : 78692 (Timer-0) S 78670 78673 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 68636296 19452874752 29336 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 117344 KiB

[startup+1.50025 s]
/proc/loadavg: 4.59 4.75 4.73 7/338 78693
/proc/meminfo: memFree=112036108/131249996 swapFree=33010672/33010684
[pid=78673] ppid=78670 vsize=19063512 memory=178368 CPUtime=2.84 cores=4,6
/proc/78673/stat : 78673 (java) S 78670 78673 77392 0 -1 4194304 17754 0 0 0 277 7 0 0 20 0 20 0 68636269 19521036288 44592 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
/proc/78673/statm: 4765878 44592 5521 1 0 552348 0
[pid=78673/tid=78675] ppid=78670 vsize=19063512 memory=10752 CPUtime=1.36 cores=4,6
/proc/78673/task/78675/stat : 78675 (java) R 78670 78673 77392 0 -1 4194368 5844 0 0 0 132 4 0 0 20 0 20 0 68636270 19521036288 44592 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
[pid=78673/tid=78684] ppid=78670 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/78673/task/78684/stat : 78684 (Finalizer) S 78670 78673 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68636273 19521036288 44592 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
[pid=78673/tid=78691] ppid=78670 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/78673/task/78691/stat : 78691 (Common-Cleaner) S 78670 78673 77392 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 68636273 19521036288 44592 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
[pid=78673/tid=78692] ppid=78670 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/78673/task/78692/stat : 78692 (Timer-0) S 78670 78673 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68636296 19521036288 44592 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 178368 KiB

[startup+3.10552 s]
/proc/loadavg: 4.59 4.75 4.73 5/338 78693
/proc/meminfo: memFree=111944044/131249996 swapFree=33010672/33010684
[pid=78673] ppid=78670 vsize=19063512 memory=304304 CPUtime=5.86 cores=4,6
/proc/78673/stat : 78673 (java) S 78670 78673 77392 0 -1 4194304 20220 0 0 0 575 11 0 0 20 0 20 0 68636269 19521036288 76076 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
/proc/78673/statm: 4765878 76076 5521 1 0 679990 0
[pid=78673/tid=78675] ppid=78670 vsize=19063512 memory=10752 CPUtime=2.88 cores=4,6
/proc/78673/task/78675/stat : 78675 (java) R 78670 78673 77392 0 -1 4194368 6571 0 0 0 282 6 0 0 20 0 20 0 68636270 19521036288 76076 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
[pid=78673/tid=78684] ppid=78670 vsize=19063512 memory=-6000919507032630376 CPUtime=0 cores=4,6
/proc/78673/task/78684/stat : 78684 (Finalizer) S 78670 78673 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68636273 19521036288 76076 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
[pid=78673/tid=78691] ppid=78670 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/78673/task/78691/stat : 78691 (Common-Cleaner) S 78670 78673 77392 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 68636273 19521036288 76076 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
[pid=78673/tid=78692] ppid=78670 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/78673/task/78692/stat : 78692 (Timer-0) S 78670 78673 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68636296 19521036288 76076 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
Current children cumulated CPU time: 5.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 304304 KiB

[startup+6.30022 s]
/proc/loadavg: 4.54 4.73 4.73 5/338 78693
/proc/meminfo: memFree=111533260/131249996 swapFree=33010672/33010684
[pid=78673] ppid=78670 vsize=19063512 memory=729560 CPUtime=9.71 cores=4,6
/proc/78673/stat : 78673 (java) S 78670 78673 77392 0 -1 4194304 24272 0 0 0 950 21 0 0 20 0 20 0 68636269 19521036288 182390 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
/proc/78673/statm: 4765878 182390 5521 1 0 681292 0
[pid=78673/tid=78675] ppid=78670 vsize=19063512 memory=0 CPUtime=6.01 cores=4,6
/proc/78673/task/78675/stat : 78675 (java) R 78670 78673 77392 0 -1 4194368 7387 0 0 0 587 14 0 0 20 0 20 0 68636270 19521036288 182390 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
[pid=78673/tid=78684] ppid=78670 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/78673/task/78684/stat : 78684 (Finalizer) S 78670 78673 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68636273 19521036288 182390 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
[pid=78673/tid=78691] ppid=78670 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/78673/task/78691/stat : 78691 (Common-Cleaner) S 78670 78673 77392 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 68636273 19521036288 182390 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
[pid=78673/tid=78692] ppid=78670 vsize=19063512 memory=178368 CPUtime=0 cores=4,6
/proc/78673/task/78692/stat : 78692 (Timer-0) S 78670 78673 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68636296 19521036288 182390 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
Current children cumulated CPU time: 9.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 729560 KiB

[startup+12.7002 s]
/proc/loadavg: 4.50 4.72 4.72 6/338 78693
/proc/meminfo: memFree=110930652/131249996 swapFree=33010672/33010684
[pid=78673] ppid=78670 vsize=19063512 memory=1270148 CPUtime=16.32 cores=4,6
/proc/78673/stat : 78673 (java) S 78670 78673 77392 0 -1 4194304 25428 0 0 0 1599 33 0 0 20 0 20 0 68636269 19521036288 317537 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
/proc/78673/statm: 4765878 317537 5521 1 0 812894 0
[pid=78673/tid=78675] ppid=78670 vsize=19063512 memory=178368 CPUtime=12.21 cores=4,6
/proc/78673/task/78675/stat : 78675 (java) R 78670 78673 77392 0 -1 4194368 8066 0 0 0 1197 24 0 0 20 0 20 0 68636270 19521036288 317537 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
[pid=78673/tid=78684] ppid=78670 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/78673/task/78684/stat : 78684 (Finalizer) S 78670 78673 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68636273 19521036288 317537 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
[pid=78673/tid=78691] ppid=78670 vsize=19063512 memory=1270148 CPUtime=0 cores=4,6
/proc/78673/task/78691/stat : 78691 (Common-Cleaner) S 78670 78673 77392 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 68636273 19521036288 317537 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
[pid=78673/tid=78692] ppid=78670 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/78673/task/78692/stat : 78692 (Timer-0) S 78670 78673 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68636296 19521036288 317537 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
Current children cumulated CPU time: 16.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1270148 KiB

[startup+25.5002 s]
/proc/loadavg: 4.47 4.70 4.72 6/338 78693
/proc/meminfo: memFree=110352108/131249996 swapFree=33010672/33010684
[pid=78673] ppid=78670 vsize=19063512 memory=1850240 CPUtime=29.68 cores=4,6
/proc/78673/stat : 78673 (java) S 78670 78673 77392 0 -1 4194304 35055 0 0 0 2924 44 0 0 20 0 20 0 68636269 19521036288 462560 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
/proc/78673/statm: 4765878 462560 5521 1 0 812909 0
[pid=78673/tid=78675] ppid=78670 vsize=19063512 memory=10752 CPUtime=24.69 cores=4,6
/proc/78673/task/78675/stat : 78675 (java) R 78670 78673 77392 0 -1 4194368 10889 0 0 0 2439 30 0 0 20 0 20 0 68636270 19521036288 462560 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
[pid=78673/tid=78684] ppid=78670 vsize=19063512 memory=1270148 CPUtime=0 cores=4,6
/proc/78673/task/78684/stat : 78684 (Finalizer) S 78670 78673 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68636273 19521036288 462560 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
[pid=78673/tid=78691] ppid=78670 vsize=19063512 memory=5276 CPUtime=0 cores=4,6
/proc/78673/task/78691/stat : 78691 (Common-Cleaner) S 78670 78673 77392 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 68636273 19521036288 462560 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
[pid=78673/tid=78692] ppid=78670 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/78673/task/78692/stat : 78692 (Timer-0) S 78670 78673 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68636296 19521036288 462560 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
Current children cumulated CPU time: 29.68 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1850240 KiB

[startup+51.1058 s]
/proc/loadavg: 4.50 4.69 4.72 5/338 78693
/proc/meminfo: memFree=109959908/131249996 swapFree=33010672/33010684
[pid=78673] ppid=78670 vsize=19063512 memory=2212824 CPUtime=55.73 cores=4,6
/proc/78673/stat : 78673 (java) S 78670 78673 77392 0 -1 4194304 39323 0 0 0 5520 53 0 0 20 0 20 0 68636269 19521036288 553206 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
/proc/78673/statm: 4765878 553206 5521 1 0 812911 0
[pid=78673/tid=78675] ppid=78670 vsize=19063512 memory=21996 CPUtime=49.66 cores=4,6
/proc/78673/task/78675/stat : 78675 (java) R 78670 78673 77392 0 -1 4194368 13690 0 0 0 4933 33 0 0 20 0 20 0 68636270 19521036288 553206 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
[pid=78673/tid=78684] ppid=78670 vsize=19063512 memory=1850240 CPUtime=0 cores=4,6

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

[startup+2682.3 s]
/proc/loadavg: 2.44 2.47 2.63 3/290 79038
/proc/meminfo: memFree=115812380/131249996 swapFree=33010672/33010684
[pid=78673] ppid=78670 vsize=19063512 memory=5854896 CPUtime=3231.29 cores=4,6
/proc/78673/stat : 78673 (java) S 78670 78673 77392 0 -1 4194304 209286 0 0 0 322478 651 0 0 20 0 20 0 68636269 19521036288 1463724 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
/proc/78673/statm: 4765878 1463724 5521 1 0 1476669 0
[pid=78673/tid=78675] ppid=78670 vsize=19063512 memory=5713020 CPUtime=2635.27 cores=4,6
/proc/78673/task/78675/stat : 78675 (java) R 78670 78673 77392 0 -1 4194368 86392 0 0 0 263420 107 0 0 20 0 20 0 68636270 19521036288 1463724 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
[pid=78673/tid=78684] ppid=78670 vsize=19063512 memory=5713020 CPUtime=0 cores=4,6
/proc/78673/task/78684/stat : 78684 (Finalizer) S 78670 78673 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68636273 19521036288 1463724 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
[pid=78673/tid=78691] ppid=78670 vsize=19063512 memory=5854896 CPUtime=0 cores=4,6
/proc/78673/task/78691/stat : 78691 (Common-Cleaner) S 78670 78673 77392 0 -1 4194368 888 0 0 0 0 0 0 0 20 0 20 0 68636273 19521036288 1463724 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
[pid=78673/tid=78692] ppid=78670 vsize=19063512 memory=5854896 CPUtime=0 cores=4,6
/proc/78673/task/78692/stat : 78692 (Timer-0) S 78670 78673 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68636296 19521036288 1463724 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
Current children cumulated CPU time: 3231.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5854896 KiB

[startup+2742.3 s]
/proc/loadavg: 2.37 2.44 2.61 4/290 79040
/proc/meminfo: memFree=115811944/131249996 swapFree=33010672/33010684
[pid=78673] ppid=78670 vsize=19063512 memory=5854896 CPUtime=3297.99 cores=4,6
/proc/78673/stat : 78673 (java) S 78670 78673 77392 0 -1 4194304 213484 0 0 0 329141 658 0 0 20 0 20 0 68636269 19521036288 1463724 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
/proc/78673/statm: 4765878 1463724 5521 1 0 1476671 0
[pid=78673/tid=78675] ppid=78670 vsize=19063512 memory=5713020 CPUtime=2695.01 cores=4,6
/proc/78673/task/78675/stat : 78675 (java) R 78670 78673 77392 0 -1 4194368 88021 0 0 0 269394 107 0 0 20 0 20 0 68636270 19521036288 1463724 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
[pid=78673/tid=78684] ppid=78670 vsize=19063512 memory=5713020 CPUtime=0 cores=4,6
/proc/78673/task/78684/stat : 78684 (Finalizer) S 78670 78673 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68636273 19521036288 1463724 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
[pid=78673/tid=78691] ppid=78670 vsize=19063512 memory=5854896 CPUtime=0 cores=4,6
/proc/78673/task/78691/stat : 78691 (Common-Cleaner) S 78670 78673 77392 0 -1 4194368 1017 0 0 0 0 0 0 0 20 0 20 0 68636273 19521036288 1463724 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
[pid=78673/tid=78692] ppid=78670 vsize=19063512 memory=2736 CPUtime=0 cores=4,6
/proc/78673/task/78692/stat : 78692 (Timer-0) S 78670 78673 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68636296 19521036288 1463724 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
Current children cumulated CPU time: 3297.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5854896 KiB

[startup+2802.3 s]
/proc/loadavg: 2.23 2.39 2.58 3/290 79042
/proc/meminfo: memFree=115812016/131249996 swapFree=33010672/33010684
[pid=78673] ppid=78670 vsize=19063512 memory=5854896 CPUtime=3364.76 cores=4,6
/proc/78673/stat : 78673 (java) S 78670 78673 77392 0 -1 4194304 215209 0 0 0 335812 664 0 0 20 0 20 0 68636269 19521036288 1463724 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
/proc/78673/statm: 4765878 1463724 5521 1 0 1476671 0
[pid=78673/tid=78675] ppid=78670 vsize=19063512 memory=5854896 CPUtime=2754.83 cores=4,6
/proc/78673/task/78675/stat : 78675 (java) R 78670 78673 77392 0 -1 4194368 88049 0 0 0 275375 108 0 0 20 0 20 0 68636270 19521036288 1463724 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
[pid=78673/tid=78684] ppid=78670 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=4,6
/proc/78673/task/78684/stat : 78684 (Finalizer) S 78670 78673 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68636273 19521036288 1463724 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
[pid=78673/tid=78691] ppid=78670 vsize=19063512 memory=21996 CPUtime=0 cores=4,6
/proc/78673/task/78691/stat : 78691 (Common-Cleaner) S 78670 78673 77392 0 -1 4194368 1019 0 0 0 0 0 0 0 20 0 20 0 68636273 19521036288 1463724 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
[pid=78673/tid=78692] ppid=78670 vsize=19063512 memory=5854896 CPUtime=0 cores=4,6
/proc/78673/task/78692/stat : 78692 (Timer-0) S 78670 78673 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68636296 19521036288 1463724 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
Current children cumulated CPU time: 3364.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5854896 KiB

[startup+2862.3 s]
/proc/loadavg: 2.36 2.39 2.57 4/290 79044
/proc/meminfo: memFree=115812484/131249996 swapFree=33010672/33010684
[pid=78673] ppid=78670 vsize=19063512 memory=5854896 CPUtime=3432.5 cores=4,6
/proc/78673/stat : 78673 (java) S 78670 78673 77392 0 -1 4194304 219095 0 0 0 342577 673 0 0 20 0 20 0 68636269 19521036288 1463724 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
/proc/78673/statm: 4765878 1463724 5521 1 0 1476671 0
[pid=78673/tid=78675] ppid=78670 vsize=19063512 memory=21996 CPUtime=2814.64 cores=4,6
/proc/78673/task/78675/stat : 78675 (java) R 78670 78673 77392 0 -1 4194368 89699 0 0 0 281355 109 0 0 20 0 20 0 68636270 19521036288 1463724 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
[pid=78673/tid=78684] ppid=78670 vsize=19063512 memory=5854896 CPUtime=0 cores=4,6
/proc/78673/task/78684/stat : 78684 (Finalizer) S 78670 78673 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68636273 19521036288 1463724 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
[pid=78673/tid=78691] ppid=78670 vsize=19063512 memory=5854896 CPUtime=0 cores=4,6
/proc/78673/task/78691/stat : 78691 (Common-Cleaner) S 78670 78673 77392 0 -1 4194368 1068 0 0 0 0 0 0 0 20 0 20 0 68636273 19521036288 1463724 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
[pid=78673/tid=78692] ppid=78670 vsize=19063512 memory=5854896 CPUtime=0 cores=4,6
/proc/78673/task/78692/stat : 78692 (Timer-0) S 78670 78673 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68636296 19521036288 1463724 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
Current children cumulated CPU time: 3432.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5854896 KiB

[startup+2922.3 s]
/proc/loadavg: 2.51 2.43 2.57 3/288 79046
/proc/meminfo: memFree=115770924/131249996 swapFree=33010672/33010684
[pid=78673] ppid=78670 vsize=19063512 memory=5896728 CPUtime=3512.13 cores=4,6
/proc/78673/stat : 78673 (java) S 78670 78673 77392 0 -1 4194304 224440 0 0 0 350521 692 0 0 20 0 20 0 68636269 19521036288 1474182 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
/proc/78673/statm: 4765878 1474182 5521 1 0 1487111 0
[pid=78673/tid=78675] ppid=78670 vsize=19063512 memory=5879960 CPUtime=2873.99 cores=4,6
/proc/78673/task/78675/stat : 78675 (java) S 78670 78673 77392 0 -1 4194368 92110 0 0 0 287289 110 0 0 20 0 20 0 68636270 19521036288 1474182 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
[pid=78673/tid=78684] ppid=78670 vsize=19063512 memory=5854896 CPUtime=0 cores=4,6
/proc/78673/task/78684/stat : 78684 (Finalizer) S 78670 78673 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68636273 19521036288 1474182 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
[pid=78673/tid=78691] ppid=78670 vsize=19063512 memory=5854896 CPUtime=0 cores=4,6
/proc/78673/task/78691/stat : 78691 (Common-Cleaner) S 78670 78673 77392 0 -1 4194368 1068 0 0 0 0 0 0 0 20 0 20 0 68636273 19521036288 1474182 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
[pid=78673/tid=78692] ppid=78670 vsize=19063512 memory=14824 CPUtime=0 cores=4,6
/proc/78673/task/78692/stat : 78692 (Timer-0) S 78670 78673 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68636296 19521036288 1474182 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
Current children cumulated CPU time: 3512.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5896728 KiB

[startup+2982.3 s]
/proc/loadavg: 2.46 2.43 2.56 4/289 79049
/proc/meminfo: memFree=115636876/131249996 swapFree=33010672/33010684
[pid=78673] ppid=78670 vsize=19063512 memory=6030124 CPUtime=3595.86 cores=4,6
/proc/78673/stat : 78673 (java) S 78670 78673 77392 0 -1 4194304 226731 0 0 0 358871 715 0 0 20 0 20 0 68636269 19521036288 1507531 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
/proc/78673/statm: 4765878 1507531 5521 1 0 1520535 0
[pid=78673/tid=78675] ppid=78670 vsize=19063512 memory=10752 CPUtime=2933.13 cores=4,6
/proc/78673/task/78675/stat : 78675 (java) R 78670 78673 77392 0 -1 4194368 92936 0 0 0 293200 113 0 0 20 0 20 0 68636270 19521036288 1507531 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
[pid=78673/tid=78684] ppid=78670 vsize=19063512 memory=6005116 CPUtime=0 cores=4,6
/proc/78673/task/78684/stat : 78684 (Finalizer) S 78670 78673 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68636273 19521036288 1507531 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
[pid=78673/tid=78691] ppid=78670 vsize=19063512 memory=6005116 CPUtime=0 cores=4,6
/proc/78673/task/78691/stat : 78691 (Common-Cleaner) S 78670 78673 77392 0 -1 4194368 1100 0 0 0 0 0 0 0 20 0 20 0 68636273 19521036288 1507531 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
[pid=78673/tid=78692] ppid=78670 vsize=19063512 memory=2764 CPUtime=0 cores=4,6
/proc/78673/task/78692/stat : 78692 (Timer-0) S 78670 78673 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68636296 19521036288 1507531 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
Current children cumulated CPU time: 3595.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6030124 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2984.4 s]
/proc/loadavg: 2.46 2.43 2.56 4/289 79049
/proc/meminfo: memFree=115636876/131249996 swapFree=33010672/33010684
[pid=78673] ppid=78670 vsize=19063512 memory=6030124 CPUtime=3600.04 cores=4,6
/proc/78673/stat : 78673 (java) S 78670 78673 77392 0 -1 4194304 226864 0 0 0 359287 717 0 0 20 0 20 0 68636269 19521036288 1507531 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
/proc/78673/statm: 4765878 1507531 5521 1 0 1520535 0
[pid=78673/tid=78675] ppid=78670 vsize=19063512 memory=17568 CPUtime=2935.2 cores=4,6
/proc/78673/task/78675/stat : 78675 (java) R 78670 78673 77392 0 -1 4194368 92936 0 0 0 293407 113 0 0 20 0 20 0 68636270 19521036288 1507531 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
[pid=78673/tid=78684] ppid=78670 vsize=19063512 memory=6030124 CPUtime=0 cores=4,6
/proc/78673/task/78684/stat : 78684 (Finalizer) S 78670 78673 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 68636273 19521036288 1507531 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
[pid=78673/tid=78691] ppid=78670 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/78673/task/78691/stat : 78691 (Common-Cleaner) S 78670 78673 77392 0 -1 4194368 1100 0 0 0 0 0 0 0 20 0 20 0 68636273 19521036288 1507531 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
[pid=78673/tid=78692] ppid=78670 vsize=19063512 memory=12288 CPUtime=0 cores=4,6
/proc/78673/task/78692/stat : 78692 (Timer-0) S 78670 78673 77392 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 68636296 19521036288 1507531 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6030124 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.12 s, system=7.20087 s

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

[startup+2984.5 s]
/proc/loadavg: 2.46 2.43 2.56 4/289 79049
/proc/meminfo: memFree=115636876/131249996 swapFree=33010672/33010684
[pid=78673] ppid=78670 vsize=19263204 memory=6031020 CPUtime=3600.24 cores=4,6
/proc/78673/stat : 78673 (java) S 78670 78673 77392 0 -1 4194304 228196 0 0 0 359307 717 0 0 20 0 21 0 68636269 19725520896 1507755 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
/proc/78673/statm: 4815801 1507755 5553 1 0 1521454 0
[pid=78673/tid=78675] ppid=78670 vsize=19263204 memory=10752 CPUtime=2935.25 cores=4,6
/proc/78673/task/78675/stat : 78675 (java) R 78670 78673 77392 0 -1 4194368 92936 0 0 0 293412 113 0 0 20 0 21 0 68636270 19725520896 1507755 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
[pid=78673/tid=78684] ppid=78670 vsize=19263204 memory=6005116 CPUtime=0 cores=4,6
/proc/78673/task/78684/stat : 78684 (Finalizer) S 78670 78673 77392 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 68636273 19725520896 1507755 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
[pid=78673/tid=78691] ppid=78670 vsize=19263204 memory=6005116 CPUtime=0 cores=4,6
/proc/78673/task/78691/stat : 78691 (Common-Cleaner) S 78670 78673 77392 0 -1 4194368 1100 0 0 0 0 0 0 0 20 0 21 0 68636273 19725520896 1507755 18446744073709551615 94848960606208 94848960609904 140732048974240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94848960617720 94848960618512 94848986705920 140732048976254 140732048976358 140732048976358 140732048981960 0
Current children cumulated CPU time: 3600.24 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 6031020 KiB

Child status: 143

Real time (s): 2984.55
CPU time (s): 3600.32
CPU user time (s): 3593.12
CPU system time (s): 7.20087
CPU usage (%): 120.632
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 6031020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.12
system time used= 7.20087
maximum resident set size= 6031148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 228393
page faults= 0
swaps= 0
block input operations= 0
block output operations= 17464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 133481
involuntary context switches= 43799


# summary of solver processes directly reported to runsolver:
#   pid: 78673
#   total CPU time (s): 3600.32
#   total CPU user time (s): 3593.12
#   total CPU system time (s): 7.20087

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.96094 second user time and 13.6788 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-07-03 09:59:45
IDJOB=4512254
IDBENCH=160535
IDSOLVER=3361
FILE ID=nodeC017/4512254-1751529585
RUNJOBID= nodeC017-1751519881-77403
SLURM_JOB_ID= 9598641
Free space on /tmp= 432516 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/OPT-NLC/minlplib2-pb-0.1.0/opb/normalized-edgecross10-070.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4512254-1751529585/watcher-4512254-1751529585 -o /tmp/evaluation-result-4512254-1751529585/solver-4512254-1751529585 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751519881-77403 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4512254-1751529585.opb

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

MD5SUM BENCH= 038c3c94959b7fb9ae78b9306ef53fb4
RANDOM SEED=669080792

nodeC017 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.285
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.12
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.057
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.12
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		: 3589.704
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.12
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		: 3600.041
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.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.587
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.12
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.064
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.12
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		: 3611.987
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.12
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.071
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.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        112217708 kB
MemAvailable:   115732676 kB
Buffers:            1688 kB
Cached:          4284048 kB
SwapCached:            8 kB
Active:         14357804 kB
Inactive:        3996732 kB
Active(anon):   14068696 kB
Inactive(anon):    18176 kB
Active(file):     289108 kB
Inactive(file):  3978556 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1024 kB
Writeback:            16 kB
AnonPages:      14071152 kB
Mapped:           123848 kB
Shmem:             18072 kB
KReclaimable:     172684 kB
Slab:             264088 kB
SReclaimable:     172684 kB
SUnreclaim:        91404 kB
KernelStack:        5152 kB
PageTables:        31208 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   15376268 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151464 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13715456 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432524 MiB
End job on nodeC017 at 2025-07-03 10:49:30