Trace number 4487672

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)1592 3600.39 3591.04

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/
synthesis-ptl-cmos-circuits/normalized-cc.opb
MD5SUM678ded5bf8e4807033dda77c17462616
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 benchmark1567
Best CPU time to get the best result obtained on this benchmark0.008801
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables133
Total number of constraints229
Number of constraints which are clauses229
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint31
Number of terms in the objective function 133
Biggest coefficient in the objective function 60
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 5699
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 60
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 5699
Number of bits of the biggest sum of numbers13
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.10/0.40	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.40	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.40	c See www.sat4j.org for details.
0.10/0.42	c version PB25.v20250606
0.26/0.45	c java.runtime.name	OpenJDK Runtime Environment
0.26/0.45	c java.vm.name		OpenJDK 64-Bit Server VM
0.26/0.45	c java.vm.version	22.0.1+8-16
0.26/0.45	c java.vm.vendor	Oracle Corporation
0.26/0.45	c sun.arch.data.model	64
0.26/0.45	c java.version		22.0.1
0.26/0.45	c os.name		Linux
0.26/0.45	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.26/0.45	c os.arch		amd64
0.26/0.46	c Free memory 		2104792832
0.26/0.46	c Max memory 		16282288128
0.26/0.46	c Total memory 		2113929216
0.26/0.47	c Number of processors 	2
0.56/0.64	c Pseudo Boolean Optimization by upper bound
0.56/0.64	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.56/0.64	c  - never skip resolution steps
0.56/0.64	c  - Auto-division on coefficients is disabled
0.56/0.64	c  - No postprocessing
0.56/0.64	c  - Conflict is considered as is when resolving
0.56/0.64	c  - Use constraints as they come during conflict analysis
0.56/0.64	c  - Weaken first using unassigned literals
0.56/0.64	c  - Bump strategy: ALWAYS_ONE
0.56/0.64	c  - Bumper: ANY
0.56/0.64	c --- Begin Solver configuration ---
0.56/0.64	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.56/0.64	c Learn all clauses as in MiniSAT
0.56/0.64	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.56/0.64	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.56/0.64	c No reason simplification
0.56/0.64	c Armin Biere (Picosat) restarts strategy
0.56/0.64	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.56/0.64	c timeout=2147483s
0.56/0.64	c DB Simplification allowed=false
0.56/0.64	c Listener: none
0.56/0.64	c --- End Solver configuration ---
0.56/0.64	c solving HOME/instance-4487672-1751336095.opb
0.56/0.64	c reading problem ... 
0.56/0.65	c  objective function found
0.74/0.72	c ... done. Wall clock time 0.067s.
0.74/0.72	c declared #vars     133
0.74/0.72	c #constraints  229
0.74/0.72	c constraints type 
0.74/0.72	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 58
0.74/0.72	c org.sat4j.specs.Constr$1 => 19
0.74/0.72	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 141
0.74/0.72	c org.sat4j.pb.constraints.pb.UnitClausePB => 11
0.74/0.72	c 229 constraints processed.
0.74/0.75	c objective function length is 133 literals
0.74/0.77	c SATISFIABLE
0.74/0.77	c OPTIMIZING...
0.74/0.77	c Got one! Elapsed wall clock time (in seconds):0.122
0.74/0.77	o 1789
0.92/0.80	c Got one! Elapsed wall clock time (in seconds):0.159
0.92/0.80	o 1780
0.92/0.84	c Got one! Elapsed wall clock time (in seconds):0.193
0.92/0.84	o 1757
1.12/0.96	c Got one! Elapsed wall clock time (in seconds):0.314
1.12/0.96	o 1755
1.12/0.97	c Got one! Elapsed wall clock time (in seconds):0.329
1.12/0.97	o 1746
1.12/0.99	c Got one! Elapsed wall clock time (in seconds):0.346
1.12/0.99	o 1723
1.33/1.06	c Got one! Elapsed wall clock time (in seconds):0.411
1.33/1.06	o 1705
1.33/1.06	c Got one! Elapsed wall clock time (in seconds):0.418
1.33/1.06	o 1689
1.90/1.31	c Got one! Elapsed wall clock time (in seconds):0.662
1.90/1.31	o 1677
2.09/1.47	c Got one! Elapsed wall clock time (in seconds):0.823
2.09/1.47	o 1671
4.65/2.70	c Got one! Elapsed wall clock time (in seconds):2.06
4.65/2.70	o 1665
4.85/2.87	c Got one! Elapsed wall clock time (in seconds):2.226
4.85/2.87	o 1662
8.38/5.15	c Got one! Elapsed wall clock time (in seconds):4.511
8.38/5.15	o 1653
8.86/5.56	c Got one! Elapsed wall clock time (in seconds):4.915
8.86/5.56	o 1645
19.22/14.76	c Got one! Elapsed wall clock time (in seconds):14.112
19.22/14.76	o 1644
22.36/17.83	c Got one! Elapsed wall clock time (in seconds):17.186
22.36/17.83	o 1627
34.82/29.86	c Got one! Elapsed wall clock time (in seconds):29.219
34.82/29.86	o 1625
36.88/31.85	c cleaning 2495 clauses out of 5001
71.35/64.83	c Got one! Elapsed wall clock time (in seconds):64.185
71.35/64.83	o 1619
149.84/142.97	c Got one! Elapsed wall clock time (in seconds):142.322
149.84/142.97	o 1609
327.52/320.31	c Got one! Elapsed wall clock time (in seconds):319.668
327.52/320.31	o 1608
333.85/326.32	c cleaning 4245 clauses out of 8505
436.98/429.21	c Got one! Elapsed wall clock time (in seconds):428.567
436.98/429.21	o 1601
3073.50/3064.30	c Got one! Elapsed wall clock time (in seconds):3063.658
3073.50/3064.30	o 1592
3600.01/3590.84	c starts		: 62
3600.01/3590.87	c conflicts		: 13732
3600.01/3590.87	c decisions		: 37271
3600.01/3590.87	c propagations		: 229718
3600.01/3590.87	c inspects		: 277967827
3600.01/3590.87	c shortcuts		: 0
3600.01/3590.87	c learnt literals	: 0
3600.01/3590.87	c learnt binary clauses	: 2
3600.01/3590.88	c learnt ternary clauses	: 10
3600.01/3590.88	c learnt constraints	: 13731
3600.01/3590.89	c ignored constraints	: 0
3600.01/3590.89	c root simplifications	: 0
3600.01/3590.89	c removed literals (reason simplification)	: 0
3600.01/3590.89	c reason swapping (by a shorter reason)	: 0
3600.01/3590.89	c Calls to reduceDB	: 2
3600.01/3590.89	c Number of update (reduction) of LBD	: 0
3600.01/3590.89	c Imported unit clauses	: 0
3600.01/3590.89	c No decision after first conflict	: false
3600.01/3590.89	c number of reductions to clauses (during analyze)	: 0
3600.01/3590.89	c number of learned constraints concerned by reduction	: 0
3600.01/3590.89	c number of learning phase by resolution	: 0
3600.01/3590.89	c number of learning phase by cutting planes	: 0
3600.01/3590.89	c number of rounding to 1 operations	: 0
3600.01/3590.89	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3590.89	c number of reductions of the coefficients by power 2 	: 0
3600.01/3590.90	c number of right shift for reduction by power 2 	: 0
3600.01/3590.90	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3590.90	c number of ending skipping 	: 0
3600.01/3590.90	c number of internal skipping 	: 0
3600.01/3590.90	c number of derivation steps 	: 90417
3600.01/3590.90	c number of skipped derivation steps 	: 0
3600.01/3590.90	c number of remaining unassigned 	: 181709
3600.21/3590.90	c number of remaining assigned 	: 1588847
3600.21/3590.90	c number of falsified literals weakened from reason	: 0
3600.21/3590.90	c number of falsified literals weakened from conflict	: 0
3600.21/3590.91	c time for arithmetic operations	: 2605413062433
3600.21/3590.92	c minimum degree of deleted constraints	: null
3600.21/3590.93	c maximum degree of deleted constraints	: null
3600.21/3590.93	c number of deleted constraints	: 0
3600.21/3590.93	c speed (assignments/second)	: 63.985288714820946
3600.21/3590.93	c non guided choices	: 0
3600.21/3590.96	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 3
3600.21/3590.96	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 6986
3600.21/3590.96	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 2
3600.21/3590.96	s SATISFIABLE
3600.21/3590.96	c Found 22 solution(s)
3600.21/3590.96	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 x92 -x93 -x94 -x95 -x96 -x97 -x98 x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 -x113 x114 -x115 x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 
3600.21/3590.97	c objective function=1592
3600.21/3590.97	c Total wall clock time (in seconds): 3590.331

Verifier Data

OK	1592

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63837 MiB (63007 MiB free)
  memory of node 1: 64465 MiB (63694 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4487672-1751336095/watcher-4487672-1751336095 -o /tmp/evaluation-result-4487672-1751336095/solver-4487672-1751336095 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751336095-58588 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4487672-1751336095.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
solver pid=58641, runsolver pid=58629
Current StackSize limit: 8192 KiB


[startup+0.100102 s]*
/proc/loadavg: 1.12 1.43 2.56 1/245 58642
/proc/meminfo: memFree=129744316/131382112 swapFree=33010684/33010684
[pid=58641] ppid=58629 vsize=404 memory=128 CPUtime=0 cores=4,6
/proc/58641/stat : 58641 (java) D 58629 58641 58577 0 -1 4456448 79 0 0 0 0 0 0 0 20 0 1 0 49288969 413696 32 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 0 0 0 1 0 0 17 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
/proc/58641/statm: 101 32 32 1 0 42 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 404 KiB
Current children cumulated memory: 128 KiB

[startup+0.212814 s]*
/proc/loadavg: 1.12 1.43 2.56 5/262 58659
/proc/meminfo: memFree=129707500/131382112 swapFree=33010684/33010684
[pid=58641] ppid=58629 vsize=16932400 memory=19224 CPUtime=0.01 cores=4,6
/proc/58641/stat : 58641 (java) S 58629 58641 58577 0 -1 4194304 1341 0 0 0 0 1 0 0 20 0 5 0 49288969 17338777600 4774 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 0 0 16784588 0 0 0 17 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
/proc/58641/statm: 4233100 4774 3296 1 0 536973 0
[pid=58641/tid=58659] ppid=58629 vsize=16932400 memory=3461362064260530460 CPUtime=0 cores=4,6
/proc/58641/task/58659/stat : 58659 (java) R 58629 58641 58577 0 -1 4194368 819 0 0 0 0 0 0 0 20 0 5 0 49288990 17338777600 4838 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16784588 0 0 0 -1 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
[pid=58641/tid=58663] ppid=58629 vsize=16932400 memory=17127 CPUtime=0 cores=4,6
/proc/58641/task/58663/stat : 58663 (java) R 58629 58641 58577 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 5 0 49288991 17338777600 4870 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16784588 0 0 0 -1 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 16932400 KiB
Current children cumulated memory: 19224 KiB

[startup+0.312822 s]*
/proc/loadavg: 1.12 1.43 2.56 9/306 58703
/proc/meminfo: memFree=129658684/131382112 swapFree=33010684/33010684
[pid=58641] ppid=58629 vsize=18930344 memory=46264 CPUtime=0.1 cores=4,6
/proc/58641/stat : 58641 (java) S 58629 58641 58577 0 -1 4194304 5579 0 0 0 5 5 0 0 20 0 18 0 49288969 19384672256 11566 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
/proc/58641/statm: 4732586 11566 4955 1 0 546829 0
[pid=58641/tid=58659] ppid=58629 vsize=18930344 memory=-6000919507099739242 CPUtime=0.06 cores=4,6
/proc/58641/task/58659/stat : 58659 (java) R 58629 58641 58577 0 -1 4194368 4572 0 0 0 4 2 0 0 20 0 18 0 49288990 19384672256 11566 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
[pid=58641/tid=58690] ppid=58629 vsize=18930344 memory=0 CPUtime=0 cores=4,6
/proc/58641/task/58690/stat : 58690 (Finalizer) S 58629 58641 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 49288996 19384672256 11566 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
[pid=58641/tid=58698] ppid=58629 vsize=18930344 memory=0 CPUtime=0 cores=4,6
/proc/58641/task/58698/stat : 58698 (Common-Cleaner) S 58629 58641 58577 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 49288997 19384672256 11566 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930344 KiB
Current children cumulated memory: 46264 KiB

[startup+0.700402 s]
/proc/loadavg: 1.12 1.43 2.56 9/317 58714
/proc/meminfo: memFree=129636648/131382112 swapFree=33010684/33010684
[pid=58641] ppid=58629 vsize=18930384 memory=62128 CPUtime=0.74 cores=4,6
/proc/58641/stat : 58641 (java) S 58629 58641 58577 0 -1 4194304 7063 0 0 0 67 7 0 0 20 0 18 0 49288969 19384713216 15532 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
/proc/58641/statm: 4732596 15532 5435 1 0 547945 0
[pid=58641/tid=58659] ppid=58629 vsize=18930384 memory=17664 CPUtime=0.4 cores=4,6
/proc/58641/task/58659/stat : 58659 (java) R 58629 58641 58577 0 -1 4194368 5366 0 0 0 36 4 0 0 20 0 18 0 49288990 19384713216 15532 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
[pid=58641/tid=58690] ppid=58629 vsize=18930384 memory=80562819 CPUtime=0 cores=4,6
/proc/58641/task/58690/stat : 58690 (Finalizer) S 58629 58641 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 49288996 19384713216 15532 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
[pid=58641/tid=58698] ppid=58629 vsize=18930384 memory=19125 CPUtime=0 cores=4,6
/proc/58641/task/58698/stat : 58698 (Common-Cleaner) S 58629 58641 58577 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 49288997 19384713216 15532 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
Current children cumulated CPU time: 0.74 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 62128 KiB

[startup+1.50035 s]
/proc/loadavg: 1.12 1.43 2.56 11/320 58717
/proc/meminfo: memFree=129566392/131382112 swapFree=33010684/33010684
[pid=58641] ppid=58629 vsize=19063512 memory=163616 CPUtime=2.29 cores=4,6
/proc/58641/stat : 58641 (java) S 58629 58641 58577 0 -1 4194304 13147 0 0 0 216 13 0 0 20 0 20 0 49288969 19521036288 40904 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
/proc/58641/statm: 4765878 40904 5531 1 0 550463 0
[pid=58641/tid=58659] ppid=58629 vsize=19063512 memory=0 CPUtime=1.05 cores=4,6
/proc/58641/task/58659/stat : 58659 (java) R 58629 58641 58577 0 -1 4194368 6141 0 0 0 98 7 0 0 20 0 20 0 49288990 19521036288 40904 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
[pid=58641/tid=58690] ppid=58629 vsize=19063512 memory=80562819 CPUtime=0 cores=4,6
/proc/58641/task/58690/stat : 58690 (Finalizer) S 58629 58641 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49288996 19521036288 40904 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
[pid=58641/tid=58698] ppid=58629 vsize=19063512 memory=19125 CPUtime=0 cores=4,6
/proc/58641/task/58698/stat : 58698 (Common-Cleaner) S 58629 58641 58577 0 -1 4194368 82 0 0 0 0 0 0 0 20 0 20 0 49288997 19521036288 40904 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
[pid=58641/tid=58715] ppid=58629 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/58641/task/58715/stat : 58715 (Timer-0) S 58629 58641 58577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49289045 19521036288 40904 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
Current children cumulated CPU time: 2.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 163616 KiB

[startup+3.1057 s]
/proc/loadavg: 1.12 1.43 2.56 10/324 58721
/proc/meminfo: memFree=128852672/131382112 swapFree=33010684/33010684
[pid=58641] ppid=58629 vsize=19063512 memory=473404 CPUtime=5.44 cores=4,6
/proc/58641/stat : 58641 (java) S 58629 58641 58577 0 -1 4194304 20235 0 0 0 521 23 0 0 20 0 20 0 49288969 19521036288 118351 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
/proc/58641/statm: 4765878 118351 5531 1 0 957672 0
[pid=58641/tid=58659] ppid=58629 vsize=19063512 memory=0 CPUtime=2.53 cores=4,6
/proc/58641/task/58659/stat : 58659 (java) R 58629 58641 58577 0 -1 4194368 7057 0 0 0 238 15 0 0 20 0 20 0 49288990 19521036288 118351 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
[pid=58641/tid=58690] ppid=58629 vsize=19063512 memory=80562819 CPUtime=0 cores=4,6
/proc/58641/task/58690/stat : 58690 (Finalizer) S 58629 58641 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49288996 19521036288 118351 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
[pid=58641/tid=58698] ppid=58629 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/58641/task/58698/stat : 58698 (Common-Cleaner) S 58629 58641 58577 0 -1 4194368 82 0 0 0 0 0 0 0 20 0 20 0 49288997 19521036288 118351 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
[pid=58641/tid=58715] ppid=58629 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/58641/task/58715/stat : 58715 (Timer-0) S 58629 58641 58577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49289045 19521036288 118351 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
Current children cumulated CPU time: 5.44 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 473404 KiB

[startup+6.30027 s]
/proc/loadavg: 1.59 1.52 2.59 7/325 58722
/proc/meminfo: memFree=127028172/131382112 swapFree=33010684/33010684
[pid=58641] ppid=58629 vsize=19063512 memory=1071972 CPUtime=9.7 cores=4,6
/proc/58641/stat : 58641 (java) S 58629 58641 58577 0 -1 4194304 21190 0 0 0 934 36 0 0 20 0 20 0 49288969 19521036288 267993 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
/proc/58641/statm: 4765878 267993 5531 1 0 957694 0
[pid=58641/tid=58659] ppid=58629 vsize=19063512 memory=0 CPUtime=5.65 cores=4,6
/proc/58641/task/58659/stat : 58659 (java) R 58629 58641 58577 0 -1 4194368 7767 0 0 0 539 26 0 0 20 0 20 0 49288990 19521036288 267993 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
[pid=58641/tid=58690] ppid=58629 vsize=19063512 memory=717244 CPUtime=0 cores=4,6
/proc/58641/task/58690/stat : 58690 (Finalizer) S 58629 58641 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49288996 19521036288 267993 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
[pid=58641/tid=58698] ppid=58629 vsize=19063512 memory=1068056 CPUtime=0 cores=4,6
/proc/58641/task/58698/stat : 58698 (Common-Cleaner) S 58629 58641 58577 0 -1 4194368 82 0 0 0 0 0 0 0 20 0 20 0 49288997 19521036288 267993 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
[pid=58641/tid=58715] ppid=58629 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/58641/task/58715/stat : 58715 (Timer-0) S 58629 58641 58577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49289045 19521036288 267993 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
Current children cumulated CPU time: 9.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1071972 KiB

[startup+12.7004 s]
/proc/loadavg: 1.94 1.59 2.61 5/325 58723
/proc/meminfo: memFree=125560576/131382112 swapFree=33010684/33010684
[pid=58641] ppid=58629 vsize=19063512 memory=1563380 CPUtime=17.19 cores=4,6
/proc/58641/stat : 58641 (java) S 58629 58641 58577 0 -1 4194304 35644 0 0 0 1667 52 0 0 20 0 20 0 49288969 19521036288 390845 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
/proc/58641/statm: 4765878 390845 5531 1 0 965654 0
[pid=58641/tid=58659] ppid=58629 vsize=19063512 memory=904164 CPUtime=11.8 cores=4,6
/proc/58641/task/58659/stat : 58659 (java) R 58629 58641 58577 0 -1 4194368 8849 0 0 0 1145 35 0 0 20 0 20 0 49288990 19521036288 390845 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
[pid=58641/tid=58690] ppid=58629 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/58641/task/58690/stat : 58690 (Finalizer) S 58629 58641 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49288996 19521036288 390845 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
[pid=58641/tid=58698] ppid=58629 vsize=19063512 memory=1563380 CPUtime=0 cores=4,6
/proc/58641/task/58698/stat : 58698 (Common-Cleaner) S 58629 58641 58577 0 -1 4194368 82 0 0 0 0 0 0 0 20 0 20 0 49288997 19521036288 390845 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
[pid=58641/tid=58715] ppid=58629 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/58641/task/58715/stat : 58715 (Timer-0) S 58629 58641 58577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49289045 19521036288 390845 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
Current children cumulated CPU time: 17.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1563380 KiB

[startup+25.5005 s]
/proc/loadavg: 2.40 1.71 2.63 5/325 58723
/proc/meminfo: memFree=121898188/131382112 swapFree=33010684/33010684
[pid=58641] ppid=58629 vsize=19063512 memory=2646180 CPUtime=30.15 cores=4,6
/proc/58641/stat : 58641 (java) S 58629 58641 58577 0 -1 4194304 41421 0 0 0 2941 74 0 0 20 0 20 0 49288969 19521036288 661545 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
/proc/58641/statm: 4765878 661545 5531 1 0 1105619 0
[pid=58641/tid=58659] ppid=58629 vsize=19063512 memory=2646180 CPUtime=24.17 cores=4,6
/proc/58641/task/58659/stat : 58659 (java) R 58629 58641 58577 0 -1 4194368 10947 0 0 0 2364 53 0 0 20 0 20 0 49288990 19521036288 661545 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
[pid=58641/tid=58690] ppid=58629 vsize=19063512 memory=2353284 CPUtime=0 cores=4,6
/proc/58641/task/58690/stat : 58690 (Finalizer) S 58629 58641 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49288996 19521036288 661545 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
[pid=58641/tid=58698] ppid=58629 vsize=19063512 memory=2510980 CPUtime=0 cores=4,6
/proc/58641/task/58698/stat : 58698 (Common-Cleaner) S 58629 58641 58577 0 -1 4194368 82 0 0 0 0 0 0 0 20 0 20 0 49288997 19521036288 661545 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
[pid=58641/tid=58715] ppid=58629 vsize=19063512 memory=1071972 CPUtime=0 cores=4,6
/proc/58641/task/58715/stat : 58715 (Timer-0) S 58629 58641 58577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49289045 19521036288 661545 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
Current children cumulated CPU time: 30.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2646180 KiB

[startup+51.1133 s]
/proc/loadavg: 3.00 1.91 2.67 5/325 58723
/proc/meminfo: memFree=120815148/131382112 swapFree=33010684/33010684
[pid=58641] ppid=58629 vsize=19063512 memory=2687728 CPUtime=57.57 cores=4,6
/proc/58641/stat : 58641 (java) S 58629 58641 58577 0 -1 4194304 50013 0 0 0 5679 78 0 0 20 0 20 0 49288969 19521036288 671932 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
/proc/58641/statm: 4765878 671932 5531 1 0 1105651 0
[pid=58641/tid=58659] ppid=58629 vsize=19063512 memory=4252 CPUtime=49.4 cores=4,6
/proc/58641/task/58659/stat : 58659 (java) R 58629 58641 58577 0 -1 4194368 14230 0 0 0 4886 54 0 0 20 0 20 0 49288990 19521036288 671932 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
[pid=58641/tid=58690] ppid=58629 vsize=19063512 memory=2673384 CPUtime=0 cores=4,6
/proc/58641/task/58690/stat : 58690 (Finalizer) S 58629 58641 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49288996 19521036288 671932 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
[pid=58641/tid=58698] ppid=58629 vsize=19063512 memory=1563380 CPUtime=0 cores=4,6
/proc/58641/task/58698/stat : 58698 (Common-Cleaner) S 58629 58641 58577 0 -1 4194368 105 0 0 0 0 0 0 0 20 0 20 0 49288997 19521036288 671932 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
[pid=58641/tid=58715] ppid=58629 vsize=19063512 memory=17664 CPUtime=0 cores=4,6
/proc/58641/task/58715/stat : 58715 (Timer-0) S 58629 58641 58577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49289045 19521036288 671932 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
Current children cumulated CPU time: 57.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2687728 KiB

[startup+102.301 s]
/proc/loadavg: 3.96 2.33 2.78 5/326 58728
/proc/meminfo: memFree=119444460/131382112 swapFree=33010684/33010684

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

/proc/58641/task/58690/stat : 58690 (Finalizer) S 58629 58641 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49288996 19521036288 984562 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
[pid=58641/tid=58698] ppid=58629 vsize=19063512 memory=-6000919489936450666 CPUtime=0 cores=4,6
/proc/58641/task/58698/stat : 58698 (Common-Cleaner) S 58629 58641 58577 0 -1 4194368 1342 0 0 0 0 0 0 0 20 0 20 0 49288997 19521036288 984562 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
[pid=58641/tid=58715] ppid=58629 vsize=19063512 memory=3934148 CPUtime=0 cores=4,6
/proc/58641/task/58715/stat : 58715 (Timer-0) S 58629 58641 58577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49289045 19521036288 984562 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
Current children cumulated CPU time: 3231.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3938248 KiB

[startup+3282.3 s]
/proc/loadavg: 4.39 4.50 4.48 5/327 58959
/proc/meminfo: memFree=109525228/131382112 swapFree=33010684/33010684
[pid=58641] ppid=58629 vsize=19063512 memory=3940300 CPUtime=3291.6 cores=4,6
/proc/58641/stat : 58641 (java) S 58629 58641 58577 0 -1 4194304 128151 0 0 0 328814 346 0 0 20 0 20 0 49288969 19521036288 985075 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
/proc/58641/statm: 4765878 985075 5531 1 0 1105677 0
[pid=58641/tid=58659] ppid=58629 vsize=19063512 memory=3940300 CPUtime=3249.75 cores=4,6
/proc/58641/task/58659/stat : 58659 (java) R 58629 58641 58577 0 -1 4194368 61482 0 0 0 324913 62 0 0 20 0 20 0 49288990 19521036288 985075 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
[pid=58641/tid=58690] ppid=58629 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/58641/task/58690/stat : 58690 (Finalizer) S 58629 58641 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49288996 19521036288 985075 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
[pid=58641/tid=58698] ppid=58629 vsize=19063512 memory=17664 CPUtime=0 cores=4,6
/proc/58641/task/58698/stat : 58698 (Common-Cleaner) S 58629 58641 58577 0 -1 4194368 1419 0 0 0 0 0 0 0 20 0 20 0 49288997 19521036288 985075 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
[pid=58641/tid=58715] ppid=58629 vsize=19063512 memory=3940300 CPUtime=0 cores=4,6
/proc/58641/task/58715/stat : 58715 (Timer-0) S 58629 58641 58577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49289045 19521036288 985075 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
Current children cumulated CPU time: 3291.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3940300 KiB

[startup+3342.3 s]
/proc/loadavg: 4.38 4.48 4.48 6/327 59027
/proc/meminfo: memFree=113972752/131382112 swapFree=33010684/33010684
[pid=58641] ppid=58629 vsize=19063512 memory=3948500 CPUtime=3351.57 cores=4,6
/proc/58641/stat : 58641 (java) S 58629 58641 58577 0 -1 4194304 128567 0 0 0 334807 350 0 0 20 0 20 0 49288969 19521036288 987125 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
/proc/58641/statm: 4765878 987125 5531 1 0 1105677 0
[pid=58641/tid=58659] ppid=58629 vsize=19063512 memory=3948500 CPUtime=3309.22 cores=4,6
/proc/58641/task/58659/stat : 58659 (java) R 58629 58641 58577 0 -1 4194368 61623 0 0 0 330860 62 0 0 20 0 20 0 49288990 19521036288 987125 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
[pid=58641/tid=58690] ppid=58629 vsize=19063512 memory=3948500 CPUtime=0 cores=4,6
/proc/58641/task/58690/stat : 58690 (Finalizer) S 58629 58641 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49288996 19521036288 987125 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
[pid=58641/tid=58698] ppid=58629 vsize=19063512 memory=3948500 CPUtime=0 cores=4,6
/proc/58641/task/58698/stat : 58698 (Common-Cleaner) S 58629 58641 58577 0 -1 4194368 1419 0 0 0 0 0 0 0 20 0 20 0 49288997 19521036288 987125 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
[pid=58641/tid=58715] ppid=58629 vsize=19063512 memory=3948500 CPUtime=0 cores=4,6
/proc/58641/task/58715/stat : 58715 (Timer-0) S 58629 58641 58577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49289045 19521036288 987125 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
Current children cumulated CPU time: 3351.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3948500 KiB

[startup+3402.3 s]
/proc/loadavg: 4.24 4.42 4.46 5/327 59029
/proc/meminfo: memFree=110080540/131382112 swapFree=33010684/33010684
[pid=58641] ppid=58629 vsize=19063512 memory=3954652 CPUtime=3411.64 cores=4,6
/proc/58641/stat : 58641 (java) S 58629 58641 58577 0 -1 4194304 128650 0 0 0 340809 355 0 0 20 0 20 0 49288969 19521036288 988663 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
/proc/58641/statm: 4765878 988663 5531 1 0 1105677 0
[pid=58641/tid=58659] ppid=58629 vsize=19063512 memory=3948500 CPUtime=3368.83 cores=4,6
/proc/58641/task/58659/stat : 58659 (java) R 58629 58641 58577 0 -1 4194368 61659 0 0 0 336821 62 0 0 20 0 20 0 49288990 19521036288 988663 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
[pid=58641/tid=58690] ppid=58629 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/58641/task/58690/stat : 58690 (Finalizer) S 58629 58641 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49288996 19521036288 988663 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
[pid=58641/tid=58698] ppid=58629 vsize=19063512 memory=3954652 CPUtime=0 cores=4,6
/proc/58641/task/58698/stat : 58698 (Common-Cleaner) S 58629 58641 58577 0 -1 4194368 1423 0 0 0 0 0 0 0 20 0 20 0 49288997 19521036288 988663 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
[pid=58641/tid=58715] ppid=58629 vsize=19063512 memory=14340 CPUtime=0 cores=4,6
/proc/58641/task/58715/stat : 58715 (Timer-0) S 58629 58641 58577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49289045 19521036288 988663 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
Current children cumulated CPU time: 3411.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3954652 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.36 4.43 5/327 59031
/proc/meminfo: memFree=109475828/131382112 swapFree=33010684/33010684
[pid=58641] ppid=58629 vsize=19063512 memory=3956700 CPUtime=3471.62 cores=4,6
/proc/58641/stat : 58641 (java) S 58629 58641 58577 0 -1 4194304 129644 0 0 0 346804 358 0 0 20 0 20 0 49288969 19521036288 989175 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
/proc/58641/statm: 4765878 989175 5531 1 0 1105677 0
[pid=58641/tid=58659] ppid=58629 vsize=19063512 memory=3956700 CPUtime=3428.68 cores=4,6
/proc/58641/task/58659/stat : 58659 (java) R 58629 58641 58577 0 -1 4194368 62068 0 0 0 342806 62 0 0 20 0 20 0 49288990 19521036288 989175 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
[pid=58641/tid=58690] ppid=58629 vsize=19063512 memory=3956700 CPUtime=0 cores=4,6
/proc/58641/task/58690/stat : 58690 (Finalizer) S 58629 58641 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49288996 19521036288 989175 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
[pid=58641/tid=58698] ppid=58629 vsize=19063512 memory=-6000919468461810794 CPUtime=0 cores=4,6
/proc/58641/task/58698/stat : 58698 (Common-Cleaner) S 58629 58641 58577 0 -1 4194368 1425 0 0 0 0 0 0 0 20 0 20 0 49288997 19521036288 989175 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
[pid=58641/tid=58715] ppid=58629 vsize=19063512 memory=17664 CPUtime=0 cores=4,6
/proc/58641/task/58715/stat : 58715 (Timer-0) S 58629 58641 58577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49289045 19521036288 989175 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
Current children cumulated CPU time: 3471.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3956700 KiB

[startup+3522.3 s]
/proc/loadavg: 4.22 4.34 4.42 5/327 59033
/proc/meminfo: memFree=108809052/131382112 swapFree=33010684/33010684
[pid=58641] ppid=58629 vsize=19063512 memory=3956700 CPUtime=3531.59 cores=4,6
/proc/58641/stat : 58641 (java) S 58629 58641 58577 0 -1 4194304 131444 0 0 0 352797 362 0 0 20 0 20 0 49288969 19521036288 989175 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
/proc/58641/statm: 4765878 989175 5531 1 0 1105677 0
[pid=58641/tid=58659] ppid=58629 vsize=19063512 memory=3956700 CPUtime=3488.51 cores=4,6
/proc/58641/task/58659/stat : 58659 (java) R 58629 58641 58577 0 -1 4194368 63118 0 0 0 348788 63 0 0 20 0 20 0 49288990 19521036288 989175 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
[pid=58641/tid=58690] ppid=58629 vsize=19063512 memory=3956700 CPUtime=0 cores=4,6
/proc/58641/task/58690/stat : 58690 (Finalizer) S 58629 58641 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49288996 19521036288 989175 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
[pid=58641/tid=58698] ppid=58629 vsize=19063512 memory=3952604 CPUtime=0 cores=4,6
/proc/58641/task/58698/stat : 58698 (Common-Cleaner) S 58629 58641 58577 0 -1 4194368 1512 0 0 0 0 0 0 0 20 0 20 0 49288997 19521036288 989175 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
[pid=58641/tid=58715] ppid=58629 vsize=19063512 memory=17664 CPUtime=0 cores=4,6
/proc/58641/task/58715/stat : 58715 (Timer-0) S 58629 58641 58577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49289045 19521036288 989175 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
Current children cumulated CPU time: 3531.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3956700 KiB

[startup+3582.3 s]
/proc/loadavg: 4.36 4.37 4.43 5/326 59102
/proc/meminfo: memFree=112842232/131382112 swapFree=33010684/33010684
[pid=58641] ppid=58629 vsize=19063512 memory=3956700 CPUtime=3591.51 cores=4,6
/proc/58641/stat : 58641 (java) S 58629 58641 58577 0 -1 4194304 132770 0 0 0 358786 365 0 0 20 0 20 0 49288969 19521036288 989175 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
/proc/58641/statm: 4765878 989175 5531 1 0 1105677 0
[pid=58641/tid=58659] ppid=58629 vsize=19063512 memory=14340 CPUtime=3548.35 cores=4,6
/proc/58641/task/58659/stat : 58659 (java) R 58629 58641 58577 0 -1 4194368 63816 0 0 0 354772 63 0 0 20 0 20 0 49288990 19521036288 989175 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
[pid=58641/tid=58690] ppid=58629 vsize=19063512 memory=3956700 CPUtime=0 cores=4,6
/proc/58641/task/58690/stat : 58690 (Finalizer) S 58629 58641 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49288996 19521036288 989175 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
[pid=58641/tid=58698] ppid=58629 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/58641/task/58698/stat : 58698 (Common-Cleaner) S 58629 58641 58577 0 -1 4194368 1513 0 0 0 0 0 0 0 20 0 20 0 49288997 19521036288 989175 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
[pid=58641/tid=58715] ppid=58629 vsize=19063512 memory=3956700 CPUtime=0 cores=4,6
/proc/58641/task/58715/stat : 58715 (Timer-0) S 58629 58641 58577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49289045 19521036288 989175 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
Current children cumulated CPU time: 3591.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3956700 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3590.8 s]
/proc/loadavg: 4.39 4.37 4.43 5/326 59102
/proc/meminfo: memFree=112314544/131382112 swapFree=33010684/33010684
[pid=58641] ppid=58629 vsize=19063512 memory=3956700 CPUtime=3600.01 cores=4,6
/proc/58641/stat : 58641 (java) S 58629 58641 58577 0 -1 4194304 133533 0 0 0 359635 366 0 0 20 0 20 0 49288969 19521036288 989175 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
/proc/58641/statm: 4765878 989175 5531 1 0 1105677 0
[pid=58641/tid=58659] ppid=58629 vsize=19063512 memory=14340 CPUtime=3556.8 cores=4,6
/proc/58641/task/58659/stat : 58659 (java) R 58629 58641 58577 0 -1 4194368 64094 0 0 0 355617 63 0 0 20 0 20 0 49288990 19521036288 989175 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
[pid=58641/tid=58690] ppid=58629 vsize=19063512 memory=17664 CPUtime=0 cores=4,6
/proc/58641/task/58690/stat : 58690 (Finalizer) S 58629 58641 58577 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 49288996 19521036288 989175 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
[pid=58641/tid=58698] ppid=58629 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/58641/task/58698/stat : 58698 (Common-Cleaner) S 58629 58641 58577 0 -1 4194368 1513 0 0 0 0 0 0 0 20 0 20 0 49288997 19521036288 989175 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
[pid=58641/tid=58715] ppid=58629 vsize=19063512 memory=-6000919468461810794 CPUtime=0 cores=4,6
/proc/58641/task/58715/stat : 58715 (Timer-0) S 58629 58641 58577 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 49289045 19521036288 989175 18446744073709551615 94671546294272 94671546297968 140734715675696 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94671546305784 94671546306576 94671574081536 140734715677054 140734715677158 140734715677158 140734715682760 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3956700 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.69 s, system=3.69761 s

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

[startup+3591 s]*
/proc/loadavg: 4.39 4.37 4.43 5/308 59105
/proc/meminfo: memFree=116205644/131382112 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): 3591.04
CPU time (s): 3600.39
CPU user time (s): 3596.69
CPU system time (s): 3.69761
CPU usage (%): 100.26
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3957468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.69
system time used= 3.69761
maximum resident set size= 3957724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 137585
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 154236
involuntary context switches= 9030


# summary of solver processes directly reported to runsolver:
#   pid: 58641
#   total CPU time (s): 3600.39
#   total CPU user time (s): 3596.69
#   total CPU system time (s): 3.69761

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.877 second user time and 36.8476 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-07-01 04:14:57
IDJOB=4487672
IDBENCH=147214
IDSOLVER=3361
FILE ID=nodeC007/4487672-1751336095
RUNJOBID= nodeC007-1751336095-58588
SLURM_JOB_ID= 9594382
Free space on /tmp= 433016 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/synthesis-ptl-cmos-circuits/normalized-cc.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4487672-1751336095/watcher-4487672-1751336095 -o /tmp/evaluation-result-4487672-1751336095/solver-4487672-1751336095 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751336095-58588 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4487672-1751336095.opb

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

MD5SUM BENCH= 678ded5bf8e4807033dda77c17462616
RANDOM SEED=124920017

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129748728 kB
MemAvailable:   129927452 kB
Buffers:            3280 kB
Cached:           985476 kB
SwapCached:            0 kB
Active:           316864 kB
Inactive:         738976 kB
Active(anon):      85044 kB
Inactive(anon):        0 kB
Active(file):     231820 kB
Inactive(file):   738976 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2812 kB
Writeback:             0 kB
AnonPages:         70236 kB
Mapped:           102504 kB
Shmem:             17960 kB
KReclaimable:      95112 kB
Slab:             177952 kB
SReclaimable:      95112 kB
SUnreclaim:        82840 kB
KernelStack:        3856 kB
PageTables:         2932 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     331976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149224 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 433012 MiB
End job on nodeC007 at 2025-07-01 05:14:50