Trace number 4485464

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-06? (TO) 3600.38 3585.08

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-blp-ic97.opb
MD5SUM55b762fd6bb408eb2777c16ed585e3a1
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1078264320
Best CPU time to get the best result obtained on this benchmark72000.5
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables11503
Total number of constraints971
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)835
Number of constraints which are nor clauses,nor cardinality constraints136
Minimum length of a constraint4
Maximum length of a constraint9784
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 83886080000000
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 508832629179091
Number of bits of the biggest sum of numbers49
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.20	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.09/0.20	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.20	c See www.sat4j.org for details.
0.09/0.21	c version PB25.v20250606
0.26/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.26/0.24	c java.vm.name		OpenJDK 64-Bit Server VM
0.26/0.24	c java.vm.version	22.0.1+8-16
0.26/0.24	c java.vm.vendor	Oracle Corporation
0.26/0.24	c sun.arch.data.model	64
0.26/0.24	c java.version		22.0.1
0.26/0.24	c os.name		Linux
0.26/0.24	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.26/0.24	c os.arch		amd64
0.26/0.25	c Free memory 		2104792832
0.26/0.25	c Max memory 		16282288128
0.26/0.25	c Total memory 		2113929216
0.26/0.26	c Number of processors 	2
0.58/0.46	c Pseudo Boolean Optimization by upper bound
0.58/0.46	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.58/0.46	c  - never skip resolution steps
0.58/0.46	c  - Auto-division on coefficients is disabled
0.58/0.46	c  - No postprocessing
0.58/0.46	c  - Conflict is considered as is when resolving
0.58/0.46	c  - Use constraints as they come during conflict analysis
0.58/0.46	c  - Weaken first using unassigned literals
0.58/0.46	c  - Bump strategy: ALWAYS_ONE
0.58/0.46	c  - Bumper: ANY
0.58/0.46	c --- Begin Solver configuration ---
0.58/0.46	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.58/0.46	c Learn all clauses as in MiniSAT
0.58/0.46	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.58/0.46	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.58/0.46	c No reason simplification
0.58/0.46	c Armin Biere (Picosat) restarts strategy
0.58/0.46	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.58/0.46	c timeout=2147483s
0.58/0.46	c DB Simplification allowed=false
0.58/0.46	c Listener: none
0.58/0.46	c --- End Solver configuration ---
0.58/0.46	c solving HOME/instance-4485464-1751306214.opb
0.58/0.46	c reading problem ... 
0.58/0.47	c  objective function found
2.29/1.33	c ... done. Wall clock time 0.859s.
2.29/1.33	c declared #vars     11503
2.29/1.33	c #constraints  1063
2.29/1.33	c constraints type 
2.29/1.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 224
2.29/1.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 708
2.29/1.33	c org.sat4j.specs.Constr$1 => 127
2.29/1.33	c org.sat4j.pb.constraints.pb.UnitClausesPB => 4
2.29/1.33	c 1063 constraints processed.
2.29/1.35	c objective function length is 31 literals
3600.06/3584.93	c starts		: 19
3600.06/3584.98	c conflicts		: 3843
3600.06/3584.98	c decisions		: 200191
3600.06/3584.98	c propagations		: 840973
3600.06/3584.98	c inspects		: 238702969
3600.06/3584.98	c shortcuts		: 0
3600.06/3584.98	c learnt literals	: 0
3600.06/3584.98	c learnt binary clauses	: 0
3600.06/3584.98	c learnt ternary clauses	: 0
3600.06/3584.98	c learnt constraints	: 3842
3600.06/3584.98	c ignored constraints	: 0
3600.06/3584.98	c root simplifications	: 0
3600.06/3584.98	c removed literals (reason simplification)	: 0
3600.06/3584.98	c reason swapping (by a shorter reason)	: 0
3600.06/3584.99	c Calls to reduceDB	: 0
3600.06/3584.99	c Number of update (reduction) of LBD	: 0
3600.06/3584.99	c Imported unit clauses	: 0
3600.06/3584.99	c No decision after first conflict	: false
3600.06/3584.99	c number of reductions to clauses (during analyze)	: 0
3600.06/3584.99	c number of learned constraints concerned by reduction	: 0
3600.06/3584.99	c number of learning phase by resolution	: 0
3600.06/3584.99	c number of learning phase by cutting planes	: 0
3600.06/3584.99	c number of rounding to 1 operations	: 0
3600.06/3584.99	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3584.99	c number of reductions of the coefficients by power 2 	: 0
3600.06/3584.99	c number of right shift for reduction by power 2 	: 0
3600.06/3584.99	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3585.02	c number of ending skipping 	: 0
3600.28/3585.02	c number of internal skipping 	: 0
3600.28/3585.02	c number of derivation steps 	: 39770
3600.28/3585.02	c number of skipped derivation steps 	: 0
3600.28/3585.02	c number of remaining unassigned 	: 169474
3600.28/3585.02	c number of remaining assigned 	: 63891633
3600.28/3585.02	c number of falsified literals weakened from reason	: 0
3600.28/3585.02	c number of falsified literals weakened from conflict	: 0
3600.28/3585.02	c time for arithmetic operations	: 6800290975
3600.28/3585.03	c minimum degree of deleted constraints	: null
3600.28/3585.03	c maximum degree of deleted constraints	: null
3600.28/3585.03	c number of deleted constraints	: 0
3600.28/3585.03	c speed (assignments/second)	: 234.66992517667782
3600.28/3585.04	c non guided choices	: 0
3600.28/3585.04	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 7
3600.28/3585.04	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 3835
3600.28/3585.05	s UNKNOWN
3600.28/3585.05	c Total wall clock time (in seconds): 3584.582

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4485464-1751306214/watcher-4485464-1751306214 -o /tmp/evaluation-result-4485464-1751306214/solver-4485464-1751306214 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751306214-44072 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4485464-1751306214.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=44116, runsolver pid=44110

[startup+0.100077 s]*
/proc/loadavg: 0.63 0.97 1.46 6/292 44172
/proc/meminfo: memFree=130021972/131382116 swapFree=33010684/33010684
[pid=44116] ppid=44110 vsize=18930344 memory=46348 CPUtime=0.09 cores=4,6
/proc/44116/stat : 44116 (java) S 44110 44116 44061 0 -1 4194304 5614 0 0 0 6 3 0 0 20 0 18 0 46301186 19384672256 11587 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
/proc/44116/statm: 4732586 11587 4936 1 0 546859 0
[pid=44116/tid=44124] ppid=44110 vsize=18930344 memory=4026532124 CPUtime=0.05 cores=4,6
/proc/44116/task/44124/stat : 44124 (java) R 44110 44116 44061 0 -1 4194368 4555 0 0 0 3 2 0 0 20 0 18 0 46301189 19384672256 11587 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
[pid=44116/tid=44154] ppid=44110 vsize=18930344 memory=1641 CPUtime=0 cores=4,6
/proc/44116/task/44154/stat : 44154 (Finalizer) S 44110 44116 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 46301194 19384672256 11587 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
[pid=44116/tid=44168] ppid=44110 vsize=18930344 memory=58494082614266 CPUtime=0 cores=4,6
/proc/44116/task/44168/stat : 44168 (Common-Cleaner) S 44110 44116 44061 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 46301195 19384672256 11587 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930344 KiB
Current children cumulated memory: 46348 KiB

[startup+0.214397 s]*
/proc/loadavg: 0.63 0.97 1.46 9/319 44199
/proc/meminfo: memFree=129998720/131382116 swapFree=33010684/33010684
[pid=44116] ppid=44110 vsize=18930384 memory=51740 CPUtime=0.26 cores=4,6
/proc/44116/stat : 44116 (java) S 44110 44116 44061 0 -1 4194304 6108 0 0 0 22 4 0 0 20 0 18 0 46301186 19384713216 12935 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
/proc/44116/statm: 4732596 12935 5320 1 0 547220 0
[pid=44116/tid=44124] ppid=44110 vsize=18930384 memory=4026663196 CPUtime=0.16 cores=4,6
/proc/44116/task/44124/stat : 44124 (java) R 44110 44116 44061 0 -1 4194368 4955 0 0 0 13 3 0 0 20 0 18 0 46301189 19384713216 12935 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
[pid=44116/tid=44154] ppid=44110 vsize=18930384 memory=1641 CPUtime=0 cores=4,6
/proc/44116/task/44154/stat : 44154 (Finalizer) S 44110 44116 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 46301194 19384713216 12935 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
[pid=44116/tid=44168] ppid=44110 vsize=18930384 memory=58494082614266 CPUtime=0 cores=4,6
/proc/44116/task/44168/stat : 44168 (Common-Cleaner) S 44110 44116 44061 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 46301195 19384713216 12935 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51740 KiB

[startup+0.314018 s]*
/proc/loadavg: 0.63 0.97 1.46 10/319 44199
/proc/meminfo: memFree=129982780/131382116 swapFree=33010684/33010684
[pid=44116] ppid=44110 vsize=18930384 memory=57888 CPUtime=0.42 cores=4,6
/proc/44116/stat : 44116 (java) S 44110 44116 44061 0 -1 4194304 6631 0 0 0 37 5 0 0 20 0 18 0 46301186 19384713216 14472 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
/proc/44116/statm: 4732596 14472 5320 1 0 547673 0
[pid=44116/tid=44124] ppid=44110 vsize=18930384 memory=-6000919494231943275 CPUtime=0.24 cores=4,6
/proc/44116/task/44124/stat : 44124 (java) R 44110 44116 44061 0 -1 4194368 5117 0 0 0 21 3 0 0 20 0 18 0 46301189 19384713216 14472 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
[pid=44116/tid=44154] ppid=44110 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/44116/task/44154/stat : 44154 (Finalizer) S 44110 44116 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 46301194 19384713216 14472 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
[pid=44116/tid=44168] ppid=44110 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/44116/task/44168/stat : 44168 (Common-Cleaner) S 44110 44116 44061 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 46301195 19384713216 14472 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57888 KiB

[startup+0.700399 s]
/proc/loadavg: 0.63 0.97 1.46 13/319 44199
/proc/meminfo: memFree=129963372/131382116 swapFree=33010684/33010684
[pid=44116] ppid=44110 vsize=18930940 memory=80192 CPUtime=1.11 cores=4,6
/proc/44116/stat : 44116 (java) S 44110 44116 44061 0 -1 4194304 8141 0 0 0 104 7 0 0 20 0 18 0 46301186 19385282560 20048 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
/proc/44116/statm: 4732735 20048 5416 1 0 548910 0
[pid=44116/tid=44124] ppid=44110 vsize=18930940 memory=17664 CPUtime=0.55 cores=4,6
/proc/44116/task/44124/stat : 44124 (java) R 44110 44116 44061 0 -1 4194368 5385 0 0 0 51 4 0 0 20 0 18 0 46301189 19385282560 20048 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
[pid=44116/tid=44154] ppid=44110 vsize=18930940 memory=11136 CPUtime=0 cores=4,6
/proc/44116/task/44154/stat : 44154 (Finalizer) S 44110 44116 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 46301194 19385282560 20048 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
[pid=44116/tid=44168] ppid=44110 vsize=18930940 memory=3328 CPUtime=0 cores=4,6
/proc/44116/task/44168/stat : 44168 (Common-Cleaner) S 44110 44116 44061 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 46301195 19385282560 20048 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 18930940 KiB
Current children cumulated memory: 80192 KiB

[startup+1.5003 s]
/proc/loadavg: 1.38 1.12 1.51 9/319 44199
/proc/meminfo: memFree=129683212/131382116 swapFree=33010684/33010684
[pid=44116] ppid=44110 vsize=19063512 memory=206404 CPUtime=2.67 cores=4,6
/proc/44116/stat : 44116 (java) S 44110 44116 44061 0 -1 4194304 14173 0 0 0 254 13 0 0 20 0 20 0 46301186 19521036288 51601 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
/proc/44116/statm: 4765878 51601 5480 1 0 552924 0
[pid=44116/tid=44124] ppid=44110 vsize=19063512 memory=3328 CPUtime=1.18 cores=4,6
/proc/44116/task/44124/stat : 44124 (java) R 44110 44116 44061 0 -1 4194368 5529 0 0 0 111 7 0 0 20 0 20 0 46301189 19521036288 51601 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
[pid=44116/tid=44154] ppid=44110 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/44116/task/44154/stat : 44154 (Finalizer) S 44110 44116 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 46301194 19521036288 51601 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
[pid=44116/tid=44168] ppid=44110 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/44116/task/44168/stat : 44168 (Common-Cleaner) S 44110 44116 44061 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 46301195 19521036288 51601 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 206404 KiB

[startup+3.113 s]
/proc/loadavg: 1.38 1.12 1.51 6/327 44207
/proc/meminfo: memFree=129429188/131382116 swapFree=33010684/33010684
[pid=44116] ppid=44110 vsize=19063512 memory=211908 CPUtime=5.17 cores=4,6
/proc/44116/stat : 44116 (java) S 44110 44116 44061 0 -1 4194304 17504 0 0 0 503 14 0 0 20 0 20 0 46301186 19521036288 52977 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
/proc/44116/statm: 4765878 52977 5480 1 0 554091 0
[pid=44116/tid=44124] ppid=44110 vsize=19063512 memory=11136 CPUtime=2.77 cores=4,6
/proc/44116/task/44124/stat : 44124 (java) R 44110 44116 44061 0 -1 4194368 5777 0 0 0 270 7 0 0 20 0 20 0 46301189 19521036288 52977 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
[pid=44116/tid=44154] ppid=44110 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/44116/task/44154/stat : 44154 (Finalizer) S 44110 44116 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 46301194 19521036288 52977 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
[pid=44116/tid=44168] ppid=44110 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/44116/task/44168/stat : 44168 (Common-Cleaner) S 44110 44116 44061 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 46301195 19521036288 52977 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
[pid=44116/tid=44206] ppid=44110 vsize=19063512 memory=4380 CPUtime=0 cores=4,6
/proc/44116/task/44206/stat : 44206 (Timer-0) S 44110 44116 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 46301323 19521036288 52977 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
Current children cumulated CPU time: 5.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 211908 KiB

[startup+6.30039 s]
/proc/loadavg: 1.67 1.19 1.53 6/326 44207
/proc/meminfo: memFree=129363160/131382116 swapFree=33010684/33010684
[pid=44116] ppid=44110 vsize=19063512 memory=206852 CPUtime=9.64 cores=4,6
/proc/44116/stat : 44116 (java) S 44110 44116 44061 0 -1 4194304 22361 0 0 0 949 15 0 0 20 0 20 0 46301186 19521036288 51713 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
/proc/44116/statm: 4765878 51713 5480 1 0 554093 0
[pid=44116/tid=44124] ppid=44110 vsize=19063512 memory=0 CPUtime=5.87 cores=4,6
/proc/44116/task/44124/stat : 44124 (java) R 44110 44116 44061 0 -1 4194368 6026 0 0 0 580 7 0 0 20 0 20 0 46301189 19521036288 51713 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
[pid=44116/tid=44154] ppid=44110 vsize=19063512 memory=-6000919507133622379 CPUtime=0 cores=4,6
/proc/44116/task/44154/stat : 44154 (Finalizer) S 44110 44116 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 46301194 19521036288 51713 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
[pid=44116/tid=44168] ppid=44110 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/44116/task/44168/stat : 44168 (Common-Cleaner) S 44110 44116 44061 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 46301195 19521036288 51713 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
[pid=44116/tid=44206] ppid=44110 vsize=19063512 memory=14336 CPUtime=0 cores=4,6
/proc/44116/task/44206/stat : 44206 (Timer-0) S 44110 44116 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 46301323 19521036288 51713 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
Current children cumulated CPU time: 9.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 206852 KiB

[startup+12.7003 s]
/proc/loadavg: 1.94 1.25 1.55 5/326 44207
/proc/meminfo: memFree=129175832/131382116 swapFree=33010684/33010684
[pid=44116] ppid=44110 vsize=19063512 memory=221428 CPUtime=17.06 cores=4,6
/proc/44116/stat : 44116 (java) S 44110 44116 44061 0 -1 4194304 25785 0 0 0 1690 16 0 0 20 0 20 0 46301186 19521036288 55357 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
/proc/44116/statm: 4765878 55357 5480 1 0 554093 0
[pid=44116/tid=44124] ppid=44110 vsize=19063512 memory=11136 CPUtime=12.22 cores=4,6
/proc/44116/task/44124/stat : 44124 (java) R 44110 44116 44061 0 -1 4194368 6631 0 0 0 1215 7 0 0 20 0 20 0 46301189 19521036288 55357 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
[pid=44116/tid=44154] ppid=44110 vsize=19063512 memory=221428 CPUtime=0 cores=4,6
/proc/44116/task/44154/stat : 44154 (Finalizer) S 44110 44116 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 46301194 19521036288 55357 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
[pid=44116/tid=44168] ppid=44110 vsize=19063512 memory=221428 CPUtime=0 cores=4,6
/proc/44116/task/44168/stat : 44168 (Common-Cleaner) S 44110 44116 44061 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 46301195 19521036288 55357 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
[pid=44116/tid=44206] ppid=44110 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/44116/task/44206/stat : 44206 (Timer-0) S 44110 44116 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 46301323 19521036288 55357 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
Current children cumulated CPU time: 17.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 221428 KiB

[startup+25.5003 s]
/proc/loadavg: 2.26 1.34 1.57 5/327 44208
/proc/meminfo: memFree=129044412/131382116 swapFree=33010684/33010684
[pid=44116] ppid=44110 vsize=19063512 memory=326292 CPUtime=30.94 cores=4,6
/proc/44116/stat : 44116 (java) S 44110 44116 44061 0 -1 4194304 29557 0 0 0 3074 20 0 0 20 0 20 0 46301186 19521036288 81573 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
/proc/44116/statm: 4765878 81573 5480 1 0 992754 0
[pid=44116/tid=44124] ppid=44110 vsize=19063512 memory=221428 CPUtime=24.45 cores=4,6
/proc/44116/task/44124/stat : 44124 (java) R 44110 44116 44061 0 -1 4194368 7242 0 0 0 2437 8 0 0 20 0 20 0 46301189 19521036288 81573 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
[pid=44116/tid=44154] ppid=44110 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/44116/task/44154/stat : 44154 (Finalizer) S 44110 44116 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 46301194 19521036288 81573 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
[pid=44116/tid=44168] ppid=44110 vsize=19063512 memory=256492 CPUtime=0 cores=4,6
/proc/44116/task/44168/stat : 44168 (Common-Cleaner) S 44110 44116 44061 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 46301195 19521036288 81573 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
[pid=44116/tid=44206] ppid=44110 vsize=19063512 memory=14336 CPUtime=0 cores=4,6
/proc/44116/task/44206/stat : 44206 (Timer-0) S 44110 44116 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 46301323 19521036288 81573 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
Current children cumulated CPU time: 30.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 326292 KiB

[startup+51.1055 s]
/proc/loadavg: 3.01 1.61 1.66 5/327 44209
/proc/meminfo: memFree=126485080/131382116 swapFree=33010684/33010684
[pid=44116] ppid=44110 vsize=19063512 memory=2624140 CPUtime=58.2 cores=4,6
/proc/44116/stat : 44116 (java) S 44110 44116 44061 0 -1 4194304 33034 0 0 0 5750 70 0 0 20 0 20 0 46301186 19521036288 656035 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
/proc/44116/statm: 4765878 656035 5480 1 0 993049 0
[pid=44116/tid=44124] ppid=44110 vsize=19063512 memory=256492 CPUtime=49.22 cores=4,6
/proc/44116/task/44124/stat : 44124 (java) R 44110 44116 44061 0 -1 4194368 8723 0 0 0 4872 50 0 0 20 0 20 0 46301189 19521036288 656035 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
[pid=44116/tid=44154] ppid=44110 vsize=19063512 memory=2554160 CPUtime=0 cores=4,6
/proc/44116/task/44154/stat : 44154 (Finalizer) S 44110 44116 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 46301194 19521036288 656035 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
[pid=44116/tid=44168] ppid=44110 vsize=19063512 memory=2063284 CPUtime=0 cores=4,6
/proc/44116/task/44168/stat : 44168 (Common-Cleaner) S 44110 44116 44061 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 46301195 19521036288 656035 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
[pid=44116/tid=44206] ppid=44110 vsize=19063512 memory=14336 CPUtime=0 cores=4,6
/proc/44116/task/44206/stat : 44206 (Timer-0) S 44110 44116 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 46301323 19521036288 656035 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0

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

/proc/meminfo: memFree=110959452/131382116 swapFree=33010684/33010684
[pid=44116] ppid=44110 vsize=19130076 memory=6287844 CPUtime=3296.91 cores=4,6
/proc/44116/stat : 44116 (java) S 44110 44116 44061 0 -1 4194304 165252 0 0 0 329397 294 0 0 20 0 21 0 46301186 19589197824 1571961 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
/proc/44116/statm: 4782519 1571961 5480 1 0 1612976 0
[pid=44116/tid=44124] ppid=44110 vsize=19130076 memory=6287844 CPUtime=3262.67 cores=4,6
/proc/44116/task/44124/stat : 44124 (java) R 44110 44116 44061 0 -1 4194368 95079 0 0 0 326161 106 0 0 20 0 21 0 46301189 19589197824 1571961 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
[pid=44116/tid=44154] ppid=44110 vsize=19130076 memory=6287844 CPUtime=0 cores=4,6
/proc/44116/task/44154/stat : 44154 (Finalizer) S 44110 44116 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 46301194 19589197824 1571961 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
[pid=44116/tid=44168] ppid=44110 vsize=19130076 memory=6287844 CPUtime=0 cores=4,6
/proc/44116/task/44168/stat : 44168 (Common-Cleaner) S 44110 44116 44061 0 -1 4194368 3437 0 0 0 0 0 0 0 20 0 21 0 46301195 19589197824 1571961 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
[pid=44116/tid=44206] ppid=44110 vsize=19130076 memory=6287844 CPUtime=0 cores=4,6
/proc/44116/task/44206/stat : 44206 (Timer-0) S 44110 44116 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 46301323 19589197824 1571961 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
Current children cumulated CPU time: 3296.91 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 6287844 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.12 4.06 5/328 44383
/proc/meminfo: memFree=110760744/131382116 swapFree=33010684/33010684
[pid=44116] ppid=44110 vsize=19130076 memory=6287844 CPUtime=3356.79 cores=4,6
/proc/44116/stat : 44116 (java) S 44110 44116 44061 0 -1 4194304 167964 0 0 0 335382 297 0 0 20 0 21 0 46301186 19589197824 1571961 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
/proc/44116/statm: 4782519 1571961 5480 1 0 1612976 0
[pid=44116/tid=44124] ppid=44110 vsize=19130076 memory=6287844 CPUtime=3322.53 cores=4,6
/proc/44116/task/44124/stat : 44124 (java) R 44110 44116 44061 0 -1 4194368 97733 0 0 0 332146 107 0 0 20 0 21 0 46301189 19589197824 1571961 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
[pid=44116/tid=44154] ppid=44110 vsize=19130076 memory=7220 CPUtime=0 cores=4,6
/proc/44116/task/44154/stat : 44154 (Finalizer) S 44110 44116 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 46301194 19589197824 1571961 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
[pid=44116/tid=44168] ppid=44110 vsize=19130076 memory=6287844 CPUtime=0 cores=4,6
/proc/44116/task/44168/stat : 44168 (Common-Cleaner) S 44110 44116 44061 0 -1 4194368 3437 0 0 0 0 0 0 0 20 0 21 0 46301195 19589197824 1571961 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
[pid=44116/tid=44206] ppid=44110 vsize=19130076 memory=6287844 CPUtime=0 cores=4,6
/proc/44116/task/44206/stat : 44206 (Timer-0) S 44110 44116 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 46301323 19589197824 1571961 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
Current children cumulated CPU time: 3356.79 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 6287844 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.13 4.07 5/327 44385
/proc/meminfo: memFree=110669652/131382116 swapFree=33010684/33010684
[pid=44116] ppid=44110 vsize=19130076 memory=6287844 CPUtime=3416.93 cores=4,6
/proc/44116/stat : 44116 (java) S 44110 44116 44061 0 -1 4194304 171377 0 0 0 341393 300 0 0 20 0 21 0 46301186 19589197824 1571961 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
/proc/44116/statm: 4782519 1571961 5480 1 0 1612976 0
[pid=44116/tid=44124] ppid=44110 vsize=19130076 memory=5632 CPUtime=3382.05 cores=4,6
/proc/44116/task/44124/stat : 44124 (java) R 44110 44116 44061 0 -1 4194368 99332 0 0 0 338098 107 0 0 20 0 21 0 46301189 19589197824 1571961 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
[pid=44116/tid=44154] ppid=44110 vsize=19130076 memory=17664 CPUtime=0 cores=4,6
/proc/44116/task/44154/stat : 44154 (Finalizer) S 44110 44116 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 46301194 19589197824 1571961 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
[pid=44116/tid=44168] ppid=44110 vsize=19130076 memory=11136 CPUtime=0 cores=4,6
/proc/44116/task/44168/stat : 44168 (Common-Cleaner) S 44110 44116 44061 0 -1 4194368 3532 0 0 0 0 0 0 0 20 0 21 0 46301195 19589197824 1571961 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
[pid=44116/tid=44206] ppid=44110 vsize=19130076 memory=14336 CPUtime=0 cores=4,6
/proc/44116/task/44206/stat : 44206 (Timer-0) S 44110 44116 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 46301323 19589197824 1571961 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
Current children cumulated CPU time: 3416.93 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 6287844 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.12 4.07 5/327 44387
/proc/meminfo: memFree=110639976/131382116 swapFree=33010684/33010684
[pid=44116] ppid=44110 vsize=19130076 memory=6287844 CPUtime=3476.82 cores=4,6
/proc/44116/stat : 44116 (java) S 44110 44116 44061 0 -1 4194304 173019 0 0 0 347380 302 0 0 20 0 21 0 46301186 19589197824 1571961 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
/proc/44116/statm: 4782519 1571961 5480 1 0 1612976 0
[pid=44116/tid=44124] ppid=44110 vsize=19130076 memory=5632 CPUtime=3441.91 cores=4,6
/proc/44116/task/44124/stat : 44124 (java) R 44110 44116 44061 0 -1 4194368 100919 0 0 0 344084 107 0 0 20 0 21 0 46301189 19589197824 1571961 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
[pid=44116/tid=44154] ppid=44110 vsize=19130076 memory=17664 CPUtime=0 cores=4,6
/proc/44116/task/44154/stat : 44154 (Finalizer) S 44110 44116 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 46301194 19589197824 1571961 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
[pid=44116/tid=44168] ppid=44110 vsize=19130076 memory=6287844 CPUtime=0 cores=4,6
/proc/44116/task/44168/stat : 44168 (Common-Cleaner) S 44110 44116 44061 0 -1 4194368 3583 0 0 0 0 0 0 0 20 0 21 0 46301195 19589197824 1571961 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
[pid=44116/tid=44206] ppid=44110 vsize=19130076 memory=-6000919507133622379 CPUtime=0 cores=4,6
/proc/44116/task/44206/stat : 44206 (Timer-0) S 44110 44116 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 46301323 19589197824 1571961 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
Current children cumulated CPU time: 3476.82 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 6287844 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.11 4.07 5/326 44389
/proc/meminfo: memFree=110439036/131382116 swapFree=33010684/33010684
[pid=44116] ppid=44110 vsize=19130076 memory=6287844 CPUtime=3536.71 cores=4,6
/proc/44116/stat : 44116 (java) S 44110 44116 44061 0 -1 4194304 175474 0 0 0 353367 304 0 0 20 0 21 0 46301186 19589197824 1571961 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
/proc/44116/statm: 4782519 1571961 5480 1 0 1612976 0
[pid=44116/tid=44124] ppid=44110 vsize=19130076 memory=6287844 CPUtime=3501.76 cores=4,6
/proc/44116/task/44124/stat : 44124 (java) R 44110 44116 44061 0 -1 4194368 103217 0 0 0 350069 107 0 0 20 0 21 0 46301189 19589197824 1571961 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
[pid=44116/tid=44154] ppid=44110 vsize=19130076 memory=2728 CPUtime=0 cores=4,6
/proc/44116/task/44154/stat : 44154 (Finalizer) S 44110 44116 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 46301194 19589197824 1571961 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
[pid=44116/tid=44168] ppid=44110 vsize=19130076 memory=6287844 CPUtime=0 cores=4,6
/proc/44116/task/44168/stat : 44168 (Common-Cleaner) S 44110 44116 44061 0 -1 4194368 3678 0 0 0 0 0 0 0 20 0 21 0 46301195 19589197824 1571961 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
[pid=44116/tid=44206] ppid=44110 vsize=19130076 memory=11136 CPUtime=0 cores=4,6
/proc/44116/task/44206/stat : 44206 (Timer-0) S 44110 44116 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 46301323 19589197824 1571961 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
Current children cumulated CPU time: 3536.71 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 6287844 KiB

[startup+3582.3 s]
/proc/loadavg: 4.57 4.22 4.11 5/327 44459
/proc/meminfo: memFree=115403840/131382116 swapFree=33010684/33010684
[pid=44116] ppid=44110 vsize=19130076 memory=6287844 CPUtime=3597.36 cores=4,6
/proc/44116/stat : 44116 (java) S 44110 44116 44061 0 -1 4194304 180904 0 0 0 359429 307 0 0 20 0 21 0 46301186 19589197824 1571961 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
/proc/44116/statm: 4782519 1571961 5480 1 0 1612977 0
[pid=44116/tid=44124] ppid=44110 vsize=19130076 memory=14336 CPUtime=3560.87 cores=4,6
/proc/44116/task/44124/stat : 44124 (java) R 44110 44116 44061 0 -1 4194368 106752 0 0 0 355980 107 0 0 20 0 21 0 46301189 19589197824 1571961 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
[pid=44116/tid=44154] ppid=44110 vsize=19130076 memory=6287844 CPUtime=0 cores=4,6
/proc/44116/task/44154/stat : 44154 (Finalizer) S 44110 44116 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 46301194 19589197824 1571961 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
[pid=44116/tid=44168] ppid=44110 vsize=19130076 memory=6287844 CPUtime=0 cores=4,6
/proc/44116/task/44168/stat : 44168 (Common-Cleaner) S 44110 44116 44061 0 -1 4194368 3678 0 0 0 0 0 0 0 20 0 21 0 46301195 19589197824 1571961 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
[pid=44116/tid=44206] ppid=44110 vsize=19130076 memory=14336 CPUtime=0 cores=4,6
/proc/44116/task/44206/stat : 44206 (Timer-0) S 44110 44116 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 46301323 19589197824 1571961 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
Current children cumulated CPU time: 3597.36 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 6287844 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3584.9 s]
/proc/loadavg: 4.57 4.22 4.11 6/325 44524
/proc/meminfo: memFree=118732616/131382116 swapFree=33010684/33010684
[pid=44116] ppid=44110 vsize=19130076 memory=6287844 CPUtime=3600.06 cores=4,6
/proc/44116/stat : 44116 (java) S 44110 44116 44061 0 -1 4194304 181103 0 0 0 359699 307 0 0 20 0 21 0 46301186 19589197824 1571961 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
/proc/44116/statm: 4782519 1571961 5480 1 0 1612977 0
[pid=44116/tid=44124] ppid=44110 vsize=19130076 memory=14336 CPUtime=3563.36 cores=4,6
/proc/44116/task/44124/stat : 44124 (java) R 44110 44116 44061 0 -1 4194368 106908 0 0 0 356229 107 0 0 20 0 21 0 46301189 19589197824 1571961 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
[pid=44116/tid=44154] ppid=44110 vsize=19130076 memory=6287844 CPUtime=0 cores=4,6
/proc/44116/task/44154/stat : 44154 (Finalizer) S 44110 44116 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 46301194 19589197824 1571961 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
[pid=44116/tid=44168] ppid=44110 vsize=19130076 memory=-6000919507133622379 CPUtime=0 cores=4,6
/proc/44116/task/44168/stat : 44168 (Common-Cleaner) S 44110 44116 44061 0 -1 4194368 3678 0 0 0 0 0 0 0 20 0 21 0 46301195 19589197824 1571961 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
[pid=44116/tid=44206] ppid=44110 vsize=19130076 memory=6287844 CPUtime=0 cores=4,6
/proc/44116/task/44206/stat : 44206 (Timer-0) S 44110 44116 44061 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 46301323 19589197824 1571961 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 6287844 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.27 s, system=3.117 s

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

[startup+3585 s]*
/proc/loadavg: 4.57 4.22 4.11 9/328 44529
/proc/meminfo: memFree=118612324/131382116 swapFree=33010684/33010684
[pid=44116] ppid=44110 vsize=19329768 memory=6288740 CPUtime=3600.28 cores=4,6
/proc/44116/stat : 44116 (java) S 44110 44116 44061 0 -1 4194304 183374 0 0 0 359720 308 0 0 20 0 22 0 46301186 19793682432 1572185 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
/proc/44116/statm: 4832442 1572185 5512 1 0 1613912 0
[pid=44116/tid=44124] ppid=44110 vsize=19329768 memory=-6000919494265235563 CPUtime=3563.48 cores=4,6
/proc/44116/task/44124/stat : 44124 (java) R 44110 44116 44061 0 -1 4194368 106952 0 0 0 356241 107 0 0 20 0 22 0 46301189 19793682432 1572185 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
[pid=44116/tid=44154] ppid=44110 vsize=19329768 memory=7086248332625471313 CPUtime=0 cores=4,6
/proc/44116/task/44154/stat : 44154 (Finalizer) S 44110 44116 44061 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 46301194 19793682432 1572185 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
[pid=44116/tid=44168] ppid=44110 vsize=19329768 memory=7372767967351689320 CPUtime=0 cores=4,6
/proc/44116/task/44168/stat : 44168 (Common-Cleaner) S 44110 44116 44061 0 -1 4194368 3678 0 0 0 0 0 0 0 20 0 22 0 46301195 19793682432 1572185 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
[pid=44116/tid=44528] ppid=44110 vsize=19329768 memory=7086248332625471313 CPUtime=0.02 cores=4,6
/proc/44116/task/44528/stat : 44528 (Thread-0) R 44110 44116 44061 0 -1 4194368 435 0 0 0 2 0 0 0 20 0 22 0 46659677 19793682432 1572185 18446744073709551615 94863988772864 94863988776560 140729789740816 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94863988784376 94863988785168 94864015609856 140729789749630 140729789749734 140729789749734 140729789755336 0
Current children cumulated CPU time: 3600.28 s
Current children cumulated vsize: 19329768 KiB
Current children cumulated memory: 6288740 KiB

Child status: 143

Real time (s): 3585.08
CPU time (s): 3600.38
CPU user time (s): 3597.27
CPU system time (s): 3.117
CPU usage (%): 100.427
Max. virtual memory (cumulated for all children) (KiB): 19329768
Max. memory (cumulated for all children) (KiB): 6288740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.27
system time used= 3.117
maximum resident set size= 6288868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 183561
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 116898
involuntary context switches= 6766


# summary of solver processes directly reported to runsolver:
#   pid: 44116
#   total CPU time (s): 3600.38
#   total CPU user time (s): 3597.27
#   total CPU system time (s): 3.117

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.8709 second user time and 34.1421 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-06-30 19:56:55
IDJOB=4485464
IDBENCH=146795
IDSOLVER=3361
FILE ID=nodeC011/4485464-1751306214
RUNJOBID= nodeC011-1751306214-44072
SLURM_JOB_ID= 9594308
Free space on /tmp= 433048 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-blp-ic97.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4485464-1751306214/watcher-4485464-1751306214 -o /tmp/evaluation-result-4485464-1751306214/solver-4485464-1751306214 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751306214-44072 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4485464-1751306214.opb

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

MD5SUM BENCH= 55b762fd6bb408eb2777c16ed585e3a1
RANDOM SEED=1741304764

nodeC011 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.264
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	: 6984.20
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.308
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	: 6984.20
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.385
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	: 6984.20
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.278
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	: 6984.20
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.449
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	: 6984.20
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.290
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	: 6984.20
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.287
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	: 6984.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        130055776 kB
MemAvailable:   129909096 kB
Buffers:            3280 kB
Cached:           661536 kB
SwapCached:            0 kB
Active:           370344 kB
Inactive:         362684 kB
Active(anon):      86172 kB
Inactive(anon):        0 kB
Active(file):     284172 kB
Inactive(file):   362684 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              9072 kB
Writeback:             0 kB
AnonPages:         71276 kB
Mapped:           101984 kB
Shmem:             17960 kB
KReclaimable:      91796 kB
Slab:             172156 kB
SReclaimable:      91796 kB
SUnreclaim:        80360 kB
KernelStack:        3716 kB
PageTables:         2684 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     332716 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149240 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      191304 kB
DirectMap2M:     8099840 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433044 MiB
End job on nodeC011 at 2025-06-30 20:56:40