Trace number 4492046

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 NameAnswerCPU timeWall clock time
Sat4j CP 2025-06-06? (TO) 3600.55 3551.97

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/www.ps.uni-sb.de/~walser/
benchmarks/ppp-problems/normalized-ppp:3-13,25,26.opb
MD5SUMb71388011e4b80d0b0325c4a241ada38
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.121569
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4644
Total number of constraints31254
Number of constraints which are clauses30228
Number of constraints which are cardinality constraints (but not clauses)948
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 104
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.22/0.34	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.22/0.34	c This is free software under the dual EPL/GNU LGPL licenses.
0.22/0.34	c See www.sat4j.org for details.
0.22/0.36	c version PB25.v20250606
0.22/0.38	c java.runtime.name	OpenJDK Runtime Environment
0.22/0.38	c java.vm.name		OpenJDK 64-Bit Server VM
0.22/0.38	c java.vm.version	22.0.1+8-16
0.22/0.39	c java.vm.vendor	Oracle Corporation
0.22/0.39	c sun.arch.data.model	64
0.22/0.39	c java.version		22.0.1
0.22/0.39	c os.name		Linux
0.22/0.39	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.22/0.39	c os.arch		amd64
0.22/0.39	c Free memory 		2104792832
0.22/0.40	c Max memory 		16282288128
0.22/0.40	c Total memory 		2113929216
0.22/0.40	c Number of processors 	2
0.51/0.60	c Pseudo Boolean Optimization by upper bound
0.51/0.60	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.51/0.60	c  - never skip resolution steps
0.51/0.60	c  - Auto-division on coefficients is disabled
0.51/0.60	c  - No postprocessing
0.51/0.60	c  - Conflict is considered as is when resolving
0.51/0.60	c  - Use constraints as they come during conflict analysis
0.51/0.60	c  - Weaken first using unassigned literals
0.51/0.60	c  - Bump strategy: ALWAYS_ONE
0.51/0.60	c  - Bumper: ANY
0.51/0.60	c --- Begin Solver configuration ---
0.51/0.60	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.51/0.60	c Learn all clauses as in MiniSAT
0.51/0.60	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.51/0.60	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.51/0.60	c No reason simplification
0.51/0.60	c Armin Biere (Picosat) restarts strategy
0.51/0.60	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.51/0.60	c timeout=2147483s
0.51/0.60	c DB Simplification allowed=false
0.51/0.60	c Listener: none
0.51/0.60	c --- End Solver configuration ---
0.51/0.60	c solving HOME/instance-4492046-1751145766.opb
0.51/0.60	c reading problem ... 
0.51/0.60	c  no objective function found
1.64/1.11	c ... done. Wall clock time 0.503s.
1.64/1.11	c declared #vars     4644
1.64/1.11	c #constraints  31428
1.64/1.11	c constraints type 
1.64/1.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 78
1.64/1.12	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 948
1.64/1.12	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30402
1.64/1.12	c 31428 constraints processed.
20.09/16.47	c cleaning 2478 clauses out of 5001
63.95/59.15	c cleaning 4221 clauses out of 8523
168.41/162.25	c cleaning 5648 clauses out of 11301
314.38/306.40	c cleaning 6819 clauses out of 13655
494.62/483.74	c cleaning 7882 clauses out of 15837
840.32/824.34	c cleaning 8957 clauses out of 17952
1386.73/1362.44	c cleaning 9975 clauses out of 19996
2118.98/2083.98	c cleaning 10984 clauses out of 22020
3600.06/3551.75	c starts		: 87
3600.06/3551.76	c conflicts		: 80956
3600.06/3551.77	c decisions		: 155746
3600.06/3551.77	c propagations		: 2836625
3600.06/3551.77	c inspects		: 4148592446
3600.06/3551.77	c shortcuts		: 0
3600.06/3551.77	c learnt literals	: 0
3600.06/3551.77	c learnt binary clauses	: 0
3600.06/3551.77	c learnt ternary clauses	: 0
3600.06/3551.77	c learnt constraints	: 80956
3600.06/3551.78	c ignored constraints	: 0
3600.06/3551.78	c root simplifications	: 0
3600.06/3551.78	c removed literals (reason simplification)	: 0
3600.06/3551.78	c reason swapping (by a shorter reason)	: 0
3600.06/3551.78	c Calls to reduceDB	: 8
3600.06/3551.78	c Number of update (reduction) of LBD	: 0
3600.06/3551.78	c Imported unit clauses	: 0
3600.06/3551.78	c No decision after first conflict	: false
3600.06/3551.78	c number of reductions to clauses (during analyze)	: 0
3600.06/3551.78	c number of learned constraints concerned by reduction	: 0
3600.06/3551.79	c number of learning phase by resolution	: 0
3600.06/3551.79	c number of learning phase by cutting planes	: 0
3600.06/3551.79	c number of rounding to 1 operations	: 0
3600.06/3551.79	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3551.79	c number of reductions of the coefficients by power 2 	: 0
3600.06/3551.79	c number of right shift for reduction by power 2 	: 0
3600.06/3551.79	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3551.79	c number of ending skipping 	: 0
3600.06/3551.79	c number of internal skipping 	: 0
3600.06/3551.79	c number of derivation steps 	: 725082
3600.06/3551.79	c number of skipped derivation steps 	: 0
3600.06/3551.79	c number of remaining unassigned 	: 58014
3600.06/3551.79	c number of remaining assigned 	: 25211353
3600.06/3551.79	c number of falsified literals weakened from reason	: 0
3600.06/3551.79	c number of falsified literals weakened from conflict	: 0
3600.06/3551.79	c time for arithmetic operations	: 1282999952
3600.26/3551.81	c minimum degree of deleted constraints	: null
3600.26/3551.81	c maximum degree of deleted constraints	: null
3600.26/3551.81	c number of deleted constraints	: 0
3600.26/3551.82	c speed (assignments/second)	: 798.8955927634205
3600.26/3551.84	c non guided choices	: 11757
3600.46/3551.90	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 378
3600.46/3551.90	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 23610
3600.46/3551.90	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 4
3600.46/3551.92	s UNKNOWN
3600.46/3551.92	c Total wall clock time (in seconds): 3551.318

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 (63327 MiB free)
  memory of node 1: 64507 MiB (64029 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4492046-1751145766/watcher-4492046-1751145766 -o /tmp/evaluation-result-4492046-1751145766/solver-4492046-1751145766 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751145766-16103 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4492046-1751145766.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=16154, runsolver pid=16144

[startup+0.100065 s]*
/proc/loadavg: 0.66 2.07 3.18 3/260 16170
/proc/meminfo: memFree=130407484/131382116 swapFree=33010684/33010684
[pid=16154] ppid=16144 vsize=226644 memory=10112 CPUtime=0.01 cores=4,6
/proc/16154/stat : 16154 (java) S 16144 16154 16092 0 -1 4194304 612 0 110 0 0 1 0 0 20 0 2 0 30256357 232083456 2496 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 0 0 16784588 0 0 0 17 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
/proc/16154/statm: 56661 2496 2112 1 0 593 0
[pid=16154/tid=16168] ppid=16144 vsize=226644 memory=4026532124 CPUtime=0 cores=4,6
/proc/16154/task/16168/stat : 16168 (java) D 16144 16154 16092 0 -1 4194368 71 0 35 0 0 0 0 0 20 0 2 0 30256366 232083456 2528 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 0 0 16784588 1 0 0 -1 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 226644 KiB
Current children cumulated memory: 10112 KiB

[startup+0.21314 s]*
/proc/loadavg: 0.66 2.07 3.18 4/288 16198
/proc/meminfo: memFree=130326452/131382116 swapFree=33010684/33010684
[pid=16154] ppid=16144 vsize=18596548 memory=38328 CPUtime=0.07 cores=4,6
/proc/16154/stat : 16154 (java) S 16144 16154 16092 0 -1 4194304 4903 0 348 0 3 4 0 0 20 0 13 0 30256357 19042865152 9582 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
/proc/16154/statm: 4649394 9582 3928 1 0 545422 0
[pid=16154/tid=16168] ppid=16144 vsize=18729676 memory=3472328132922704156 CPUtime=0.05 cores=4,6
/proc/16154/task/16168/stat : 16168 (java) R 16144 16154 16092 0 -1 4194368 4298 0 270 0 2 3 0 0 20 0 15 0 30256366 19179188224 9614 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
[pid=16154/tid=16201] ppid=16144 vsize=18730704 memory=1641 CPUtime=0 cores=4,6
/proc/16154/task/16201/stat : 16201 (Finalizer) S 16144 16154 16092 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 16 0 30256379 19180240896 9646 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
[pid=16154/tid=16216] ppid=16144 vsize=18730704 memory=58494082614266 CPUtime=0 cores=4,6
/proc/16154/task/16216/stat : 16216 (java) R 16144 16154 16092 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 16 0 30256379 19180240896 9646 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 2147221247 0 16800975 0 0 0 -1 6 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 18596548 KiB
Current children cumulated memory: 38328 KiB

[startup+0.313756 s]*
/proc/loadavg: 0.66 2.07 3.18 7/324 16234
/proc/meminfo: memFree=130299856/131382116 swapFree=33010684/33010684
[pid=16154] ppid=16144 vsize=18930384 memory=50832 CPUtime=0.22 cores=4,6
/proc/16154/stat : 16154 (java) S 16144 16154 16092 0 -1 4194304 5821 0 411 0 16 6 0 0 20 0 18 0 30256357 19384713216 12708 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
/proc/16154/statm: 4732596 12708 5208 1 0 547201 0
[pid=16154/tid=16168] ppid=16144 vsize=18930384 memory=-6000919477018519150 CPUtime=0.14 cores=4,6
/proc/16154/task/16168/stat : 16168 (java) R 16144 16154 16092 0 -1 4194368 4690 0 299 0 10 4 0 0 20 0 18 0 30256366 19384713216 12708 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
[pid=16154/tid=16201] ppid=16144 vsize=18930384 memory=-4421386496197813606 CPUtime=0 cores=4,6
/proc/16154/task/16201/stat : 16201 (Finalizer) S 16144 16154 16092 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 18 0 30256379 19384713216 12708 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
[pid=16154/tid=16230] ppid=16144 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/16154/task/16230/stat : 16230 (Common-Cleaner) S 16144 16154 16092 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 18 0 30256381 19384713216 12708 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 50832 KiB

[startup+0.700362 s]
/proc/loadavg: 0.66 2.07 3.18 9/324 16234
/proc/meminfo: memFree=130271704/131382116 swapFree=33010684/33010684
[pid=16154] ppid=16144 vsize=18930384 memory=65180 CPUtime=0.85 cores=4,6
/proc/16154/stat : 16154 (java) S 16144 16154 16092 0 -1 4194304 6738 0 416 0 77 8 0 0 20 0 18 0 30256357 19384713216 16295 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
/proc/16154/statm: 4732596 16295 5336 1 0 547961 0
[pid=16154/tid=16168] ppid=16144 vsize=18930384 memory=17152 CPUtime=0.44 cores=4,6
/proc/16154/task/16168/stat : 16168 (java) R 16144 16154 16092 0 -1 4194368 5222 0 303 0 39 5 0 0 20 0 18 0 30256366 19384713216 16295 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
[pid=16154/tid=16201] ppid=16144 vsize=18930384 memory=11136 CPUtime=0 cores=4,6
/proc/16154/task/16201/stat : 16201 (Finalizer) S 16144 16154 16092 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 18 0 30256379 19384713216 16295 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
[pid=16154/tid=16230] ppid=16144 vsize=18930384 memory=5632 CPUtime=0 cores=4,6
/proc/16154/task/16230/stat : 16230 (Common-Cleaner) S 16144 16154 16092 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 18 0 30256381 19384713216 16295 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
Current children cumulated CPU time: 0.85 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 65180 KiB

[startup+1.50025 s]
/proc/loadavg: 0.66 2.07 3.18 10/324 16235
/proc/meminfo: memFree=129939620/131382116 swapFree=33010684/33010684
[pid=16154] ppid=16144 vsize=19063512 memory=169412 CPUtime=2.42 cores=4,6
/proc/16154/stat : 16154 (java) S 16144 16154 16092 0 -1 4194304 14444 0 420 0 228 14 0 0 20 0 20 0 30256357 19521036288 42353 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
/proc/16154/statm: 4765878 42353 5368 1 0 552093 0
[pid=16154/tid=16168] ppid=16144 vsize=19063512 memory=5632 CPUtime=1.12 cores=4,6
/proc/16154/task/16168/stat : 16168 (java) R 16144 16154 16092 0 -1 4194368 5627 0 303 0 103 9 0 0 20 0 20 0 30256366 19521036288 42353 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
[pid=16154/tid=16201] ppid=16144 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/16154/task/16201/stat : 16201 (Finalizer) S 16144 16154 16092 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 30256379 19521036288 42353 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
[pid=16154/tid=16230] ppid=16144 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/16154/task/16230/stat : 16230 (Common-Cleaner) S 16144 16154 16092 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 30256381 19521036288 42353 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
Current children cumulated CPU time: 2.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 169412 KiB

[startup+3.10506 s]
/proc/loadavg: 1.56 2.23 3.23 10/332 16243
/proc/meminfo: memFree=128945116/131382116 swapFree=33010684/33010684
[pid=16154] ppid=16144 vsize=19063512 memory=378416 CPUtime=5.56 cores=4,6
/proc/16154/stat : 16154 (java) S 16144 16154 16092 0 -1 4194304 20290 0 420 0 537 19 0 0 20 0 20 0 30256357 19521036288 94604 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
/proc/16154/statm: 4765878 94604 5400 1 0 900130 0
[pid=16154/tid=16168] ppid=16144 vsize=19063512 memory=0 CPUtime=2.46 cores=4,6
/proc/16154/task/16168/stat : 16168 (java) R 16144 16154 16092 0 -1 4194368 6432 0 303 0 235 11 0 0 20 0 20 0 30256366 19521036288 94604 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
[pid=16154/tid=16201] ppid=16144 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/16154/task/16201/stat : 16201 (Finalizer) S 16144 16154 16092 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 30256379 19521036288 94604 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
[pid=16154/tid=16230] ppid=16144 vsize=19063512 memory=281576 CPUtime=0 cores=4,6
/proc/16154/task/16230/stat : 16230 (Common-Cleaner) S 16144 16154 16092 0 -1 4194368 43 0 1 0 0 0 0 0 20 0 20 0 30256381 19521036288 94604 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
[pid=16154/tid=16241] ppid=16144 vsize=19063512 memory=4752 CPUtime=0 cores=4,6
/proc/16154/task/16241/stat : 16241 (Timer-0) S 16144 16154 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30256470 19521036288 94604 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
Current children cumulated CPU time: 5.56 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 378416 KiB

[startup+6.30039 s]
/proc/loadavg: 1.56 2.23 3.23 6/332 16243
/proc/meminfo: memFree=125871220/131382116 swapFree=33010684/33010684
[pid=16154] ppid=16144 vsize=19063512 memory=1147488 CPUtime=9.42 cores=4,6
/proc/16154/stat : 16154 (java) S 16144 16154 16092 0 -1 4194304 21648 0 420 0 907 35 0 0 20 0 20 0 30256357 19521036288 286872 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
/proc/16154/statm: 4765878 286872 5400 1 0 1177956 0
[pid=16154/tid=16168] ppid=16144 vsize=19063512 memory=0 CPUtime=5.49 cores=4,6
/proc/16154/task/16168/stat : 16168 (java) R 16144 16154 16092 0 -1 4194368 6907 0 303 0 525 24 0 0 20 0 20 0 30256366 19521036288 286872 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
[pid=16154/tid=16201] ppid=16144 vsize=19063512 memory=2244 CPUtime=0 cores=4,6
/proc/16154/task/16201/stat : 16201 (Finalizer) S 16144 16154 16092 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 30256379 19521036288 286872 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
[pid=16154/tid=16230] ppid=16144 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/16154/task/16230/stat : 16230 (Common-Cleaner) S 16144 16154 16092 0 -1 4194368 43 0 1 0 0 0 0 0 20 0 20 0 30256381 19521036288 286872 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
[pid=16154/tid=16241] ppid=16144 vsize=19063512 memory=-6000919489903421038 CPUtime=0 cores=4,6
/proc/16154/task/16241/stat : 16241 (Timer-0) S 16144 16154 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30256470 19521036288 286872 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
Current children cumulated CPU time: 9.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1147488 KiB

[startup+12.7004 s]
/proc/loadavg: 2.00 2.31 3.25 7/332 16243
/proc/meminfo: memFree=120290708/131382116 swapFree=33010684/33010684
[pid=16154] ppid=16144 vsize=19063512 memory=2302312 CPUtime=15.9 cores=4,6
/proc/16154/stat : 16154 (java) S 16144 16154 16092 0 -1 4194304 22698 0 420 0 1529 61 0 0 20 0 20 0 30256357 19521036288 575578 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
/proc/16154/statm: 4765878 575578 5400 1 0 1372227 0
[pid=16154/tid=16168] ppid=16144 vsize=19063512 memory=-6000919489903421038 CPUtime=11.54 cores=4,6
/proc/16154/task/16168/stat : 16168 (java) R 16144 16154 16092 0 -1 4194368 7471 0 303 0 1105 49 0 0 20 0 20 0 30256366 19521036288 575578 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
[pid=16154/tid=16201] ppid=16144 vsize=19063512 memory=2210152 CPUtime=0 cores=4,6
/proc/16154/task/16201/stat : 16201 (Finalizer) S 16144 16154 16092 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 30256379 19521036288 575578 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
[pid=16154/tid=16230] ppid=16144 vsize=19063512 memory=1933672 CPUtime=0 cores=4,6
/proc/16154/task/16230/stat : 16230 (Common-Cleaner) S 16144 16154 16092 0 -1 4194368 43 0 1 0 0 0 0 0 20 0 20 0 30256381 19521036288 575578 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
[pid=16154/tid=16241] ppid=16144 vsize=19063512 memory=2302312 CPUtime=0 cores=4,6
/proc/16154/task/16241/stat : 16241 (Timer-0) S 16144 16154 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30256470 19521036288 575578 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
Current children cumulated CPU time: 15.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2302312 KiB

[startup+25.5004 s]
/proc/loadavg: 3.26 2.58 3.32 6/332 16243
/proc/meminfo: memFree=118416392/131382116 swapFree=33010684/33010684
[pid=16154] ppid=16144 vsize=19063512 memory=2636676 CPUtime=29.43 cores=4,6
/proc/16154/stat : 16154 (java) S 16144 16154 16092 0 -1 4194304 31931 0 420 0 2872 71 0 0 20 0 20 0 30256357 19521036288 659169 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
/proc/16154/statm: 4765878 659169 5400 1 0 1374928 0
[pid=16154/tid=16168] ppid=16144 vsize=19063512 memory=2337 CPUtime=23.8 cores=4,6
/proc/16154/task/16168/stat : 16168 (java) R 16144 16154 16092 0 -1 4194368 9652 0 303 0 2325 55 0 0 20 0 20 0 30256366 19521036288 659169 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
[pid=16154/tid=16201] ppid=16144 vsize=19063512 memory=17152 CPUtime=0 cores=4,6
/proc/16154/task/16201/stat : 16201 (Finalizer) S 16144 16154 16092 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 30256379 19521036288 659169 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
[pid=16154/tid=16230] ppid=16144 vsize=19063512 memory=2339680 CPUtime=0 cores=4,6
/proc/16154/task/16230/stat : 16230 (Common-Cleaner) S 16144 16154 16092 0 -1 4194368 48 0 1 0 0 0 0 0 20 0 20 0 30256381 19521036288 659169 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
[pid=16154/tid=16241] ppid=16144 vsize=19063512 memory=3197 CPUtime=0 cores=4,6
/proc/16154/task/16241/stat : 16241 (Timer-0) S 16144 16154 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30256470 19521036288 659169 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
Current children cumulated CPU time: 29.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2636676 KiB

[startup+51.1056 s]
/proc/loadavg: 4.51 2.93 3.42 6/332 16243
/proc/meminfo: memFree=118292564/131382116 swapFree=33010684/33010684
[pid=16154] ppid=16144 vsize=19063512 memory=2659320 CPUtime=55.75 cores=4,6
/proc/16154/stat : 16154 (java) S 16144 16154 16092 0 -1 4194304 38149 0 420 0 5500 75 0 0 20 0 20 0 30256357 19521036288 664830 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
/proc/16154/statm: 4765878 664830 5400 1 0 1374930 0
[pid=16154/tid=16168] ppid=16144 vsize=19063512 memory=2640788 CPUtime=48.63 cores=4,6
/proc/16154/task/16168/stat : 16168 (java) R 16144 16154 16092 0 -1 4194368 12272 0 303 0 4807 56 0 0 20 0 20 0 30256366 19521036288 664830 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
[pid=16154/tid=16201] ppid=16144 vsize=19063512 memory=2640788 CPUtime=0 cores=4,6
/proc/16154/task/16201/stat : 16201 (Finalizer) S 16144 16154 16092 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 20 0 30256379 19521036288 664830 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
[pid=16154/tid=16230] ppid=16144 vsize=19063512 memory=2640788 CPUtime=0 cores=4,6
/proc/16154/task/16230/stat : 16230 (Common-Cleaner) S 16144 16154 16092 0 -1 4194368 48 0 1 0 0 0 0 0 20 0 20 0 30256381 19521036288 664830 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
[pid=16154/tid=16241] ppid=16144 vsize=19063512 memory=2640788 CPUtime=0 cores=4,6
/proc/16154/task/16241/stat : 16241 (Timer-0) S 16144 16154 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30256470 19521036288 664830 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
Current children cumulated CPU time: 55.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2659320 KiB


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

Current children cumulated memory: 9230900 KiB

[startup+3282.3 s]
/proc/loadavg: 4.35 4.32 4.24 6/330 16440
/proc/meminfo: memFree=103718520/131382116 swapFree=33010684/33010684
[pid=16154] ppid=16144 vsize=19130076 memory=9514116 CPUtime=3327.86 cores=4,6
/proc/16154/stat : 16154 (java) S 16144 16154 16092 0 -1 4194304 220982 0 420 0 332347 439 0 0 20 0 21 0 30256357 19589197824 2378529 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
/proc/16154/statm: 4782519 2378529 5432 1 0 2504276 0
[pid=16154/tid=16168] ppid=16144 vsize=19130076 memory=9514116 CPUtime=3222.83 cores=4,6
/proc/16154/task/16168/stat : 16168 (java) R 16144 16154 16092 0 -1 4194368 145029 0 303 0 322095 188 0 0 20 0 21 0 30256366 19589197824 2378529 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
[pid=16154/tid=16201] ppid=16144 vsize=19130076 memory=12416 CPUtime=0 cores=4,6
/proc/16154/task/16201/stat : 16201 (Finalizer) S 16144 16154 16092 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 21 0 30256379 19589197824 2378529 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
[pid=16154/tid=16230] ppid=16144 vsize=19130076 memory=9237044 CPUtime=0 cores=4,6
/proc/16154/task/16230/stat : 16230 (Common-Cleaner) S 16144 16154 16092 0 -1 4194368 2726 0 1 0 0 0 0 0 20 0 21 0 30256381 19589197824 2378529 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
[pid=16154/tid=16241] ppid=16144 vsize=19130076 memory=9514116 CPUtime=0 cores=4,6
/proc/16154/task/16241/stat : 16241 (Timer-0) S 16144 16154 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 30256470 19589197824 2378529 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
Current children cumulated CPU time: 3327.86 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 9514116 KiB

[startup+3342.3 s]
/proc/loadavg: 4.51 4.36 4.26 6/331 16447
/proc/meminfo: memFree=103714492/131382116 swapFree=33010684/33010684
[pid=16154] ppid=16144 vsize=19130076 memory=9522360 CPUtime=3388.44 cores=4,6
/proc/16154/stat : 16154 (java) S 16144 16154 16092 0 -1 4194304 224951 0 420 0 338401 443 0 0 20 0 21 0 30256357 19589197824 2380590 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
/proc/16154/statm: 4782519 2380590 5432 1 0 2504287 0
[pid=16154/tid=16168] ppid=16144 vsize=19130076 memory=9522360 CPUtime=3282.25 cores=4,6
/proc/16154/task/16168/stat : 16168 (java) R 16144 16154 16092 0 -1 4194368 148063 0 303 0 328036 189 0 0 20 0 21 0 30256366 19589197824 2380590 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
[pid=16154/tid=16201] ppid=16144 vsize=19130076 memory=17152 CPUtime=0 cores=4,6
/proc/16154/task/16201/stat : 16201 (Finalizer) S 16144 16154 16092 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 21 0 30256379 19589197824 2380590 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
[pid=16154/tid=16230] ppid=16144 vsize=19130076 memory=9522360 CPUtime=0 cores=4,6
/proc/16154/task/16230/stat : 16230 (Common-Cleaner) S 16144 16154 16092 0 -1 4194368 2740 0 1 0 0 0 0 0 20 0 21 0 30256381 19589197824 2380590 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
[pid=16154/tid=16241] ppid=16144 vsize=19130076 memory=5632 CPUtime=0 cores=4,6
/proc/16154/task/16241/stat : 16241 (Timer-0) S 16144 16154 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 30256470 19589197824 2380590 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
Current children cumulated CPU time: 3388.44 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 9522360 KiB

[startup+3402.3 s]
/proc/loadavg: 4.36 4.34 4.26 8/332 16450
/proc/meminfo: memFree=103705752/131382116 swapFree=33010684/33010684
[pid=16154] ppid=16144 vsize=19130076 memory=9530560 CPUtime=3448.96 cores=4,6
/proc/16154/stat : 16154 (java) S 16144 16154 16092 0 -1 4194304 229009 0 420 0 344449 447 0 0 20 0 21 0 30256357 19589197824 2382640 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
/proc/16154/statm: 4782519 2382640 5432 1 0 2504287 0
[pid=16154/tid=16168] ppid=16144 vsize=19130076 memory=17152 CPUtime=3341.17 cores=4,6
/proc/16154/task/16168/stat : 16168 (java) R 16144 16154 16092 0 -1 4194368 151086 0 303 0 333927 190 0 0 20 0 21 0 30256366 19589197824 2382640 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
[pid=16154/tid=16201] ppid=16144 vsize=19130076 memory=9514116 CPUtime=0 cores=4,6
/proc/16154/task/16201/stat : 16201 (Finalizer) S 16144 16154 16092 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 21 0 30256379 19589197824 2382640 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
[pid=16154/tid=16230] ppid=16144 vsize=19130076 memory=4752 CPUtime=0 cores=4,6
/proc/16154/task/16230/stat : 16230 (Common-Cleaner) S 16144 16154 16092 0 -1 4194368 2828 0 1 0 0 0 0 0 20 0 21 0 30256381 19589197824 2382640 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
[pid=16154/tid=16241] ppid=16144 vsize=19130076 memory=9530560 CPUtime=0 cores=4,6
/proc/16154/task/16241/stat : 16241 (Timer-0) S 16144 16154 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 30256470 19589197824 2382640 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
Current children cumulated CPU time: 3448.96 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 9530560 KiB

[startup+3462.3 s]
/proc/loadavg: 4.45 4.37 4.27 6/332 16778
/proc/meminfo: memFree=103706392/131382116 swapFree=33010684/33010684
[pid=16154] ppid=16144 vsize=19130076 memory=9532928 CPUtime=3509.84 cores=4,6
/proc/16154/stat : 16154 (java) S 16144 16154 16092 0 -1 4194304 234062 0 420 0 350532 452 0 0 20 0 21 0 30256357 19589197824 2383232 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
/proc/16154/statm: 4782519 2383232 5432 1 0 2504378 0
[pid=16154/tid=16168] ppid=16144 vsize=19130076 memory=9532928 CPUtime=3400.38 cores=4,6
/proc/16154/task/16168/stat : 16168 (java) R 16144 16154 16092 0 -1 4194368 155025 0 303 0 339847 191 0 0 20 0 21 0 30256366 19589197824 2383232 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
[pid=16154/tid=16201] ppid=16144 vsize=19130076 memory=17152 CPUtime=0 cores=4,6
/proc/16154/task/16201/stat : 16201 (Finalizer) S 16144 16154 16092 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 21 0 30256379 19589197824 2383232 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
[pid=16154/tid=16230] ppid=16144 vsize=19130076 memory=9514116 CPUtime=0 cores=4,6
/proc/16154/task/16230/stat : 16230 (Common-Cleaner) S 16144 16154 16092 0 -1 4194368 2908 0 1 0 0 0 0 0 20 0 21 0 30256381 19589197824 2383232 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
[pid=16154/tid=16241] ppid=16144 vsize=19130076 memory=4752 CPUtime=0 cores=4,6
/proc/16154/task/16241/stat : 16241 (Timer-0) S 16144 16154 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 30256470 19589197824 2383232 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
Current children cumulated CPU time: 3509.84 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 9532928 KiB

[startup+3522.3 s]
/proc/loadavg: 4.36 4.36 4.27 6/332 16780
/proc/meminfo: memFree=101827296/131382116 swapFree=33010684/33010684
[pid=16154] ppid=16144 vsize=19130076 memory=9539084 CPUtime=3570.46 cores=4,6
/proc/16154/stat : 16154 (java) S 16144 16154 16092 0 -1 4194304 238978 0 420 0 356590 456 0 0 20 0 21 0 30256357 19589197824 2384771 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
/proc/16154/statm: 4782519 2384771 5432 1 0 2504378 0
[pid=16154/tid=16168] ppid=16144 vsize=19130076 memory=9532928 CPUtime=3459.82 cores=4,6
/proc/16154/task/16168/stat : 16168 (java) R 16144 16154 16092 0 -1 4194368 158705 0 303 0 345791 191 0 0 20 0 21 0 30256366 19589197824 2384771 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
[pid=16154/tid=16201] ppid=16144 vsize=19130076 memory=14336 CPUtime=0 cores=4,6
/proc/16154/task/16201/stat : 16201 (Finalizer) S 16144 16154 16092 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 21 0 30256379 19589197824 2384771 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
[pid=16154/tid=16230] ppid=16144 vsize=19130076 memory=9539084 CPUtime=0 cores=4,6
/proc/16154/task/16230/stat : 16230 (Common-Cleaner) S 16144 16154 16092 0 -1 4194368 2995 0 1 0 0 0 0 0 20 0 21 0 30256381 19589197824 2384771 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
[pid=16154/tid=16241] ppid=16144 vsize=19130076 memory=9539084 CPUtime=0 cores=4,6
/proc/16154/task/16241/stat : 16241 (Timer-0) S 16144 16154 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 30256470 19589197824 2384771 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
Current children cumulated CPU time: 3570.46 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 9539084 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3551.7 s]
/proc/loadavg: 4.37 4.36 4.27 7/329 17046
/proc/meminfo: memFree=113018112/131382116 swapFree=33010684/33010684
[pid=16154] ppid=16144 vsize=19130076 memory=9543180 CPUtime=3600.06 cores=4,6
/proc/16154/stat : 16154 (java) S 16144 16154 16092 0 -1 4194304 241306 0 420 0 359548 458 0 0 20 0 21 0 30256357 19589197824 2385795 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
/proc/16154/statm: 4782519 2385795 5432 1 0 2504378 0
[pid=16154/tid=16168] ppid=16144 vsize=19130076 memory=9539084 CPUtime=3489 cores=4,6
/proc/16154/task/16168/stat : 16168 (java) R 16144 16154 16092 0 -1 4194368 160932 0 303 0 348708 192 0 0 20 0 21 0 30256366 19589197824 2385795 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
[pid=16154/tid=16201] ppid=16144 vsize=19130076 memory=9543180 CPUtime=0 cores=4,6
/proc/16154/task/16201/stat : 16201 (Finalizer) S 16144 16154 16092 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 21 0 30256379 19589197824 2385795 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
[pid=16154/tid=16230] ppid=16144 vsize=19130076 memory=9543180 CPUtime=0 cores=4,6
/proc/16154/task/16230/stat : 16230 (Common-Cleaner) S 16144 16154 16092 0 -1 4194368 2995 0 1 0 0 0 0 0 20 0 21 0 30256381 19589197824 2385795 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
[pid=16154/tid=16241] ppid=16144 vsize=19130076 memory=14336 CPUtime=0 cores=4,6
/proc/16154/task/16241/stat : 16241 (Timer-0) S 16144 16154 16092 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 30256470 19589197824 2385795 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 9543180 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.91 s, system=4.64404 s

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

[startup+3551.8 s]
/proc/loadavg: 4.37 4.36 4.27 7/329 17046
/proc/meminfo: memFree=113018112/131382116 swapFree=33010684/33010684
[pid=16154] ppid=16144 vsize=19329768 memory=9543820 CPUtime=3600.26 cores=4,6
/proc/16154/stat : 16154 (java) S 16144 16154 16092 0 -1 4194304 243532 0 420 0 359567 459 0 0 20 0 22 0 30256357 19793682432 2385955 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
/proc/16154/statm: 4832442 2385955 5432 1 0 2505314 0
[pid=16154/tid=16168] ppid=16144 vsize=19329768 memory=-6000919489903421038 CPUtime=3489.11 cores=4,6
/proc/16154/task/16168/stat : 16168 (java) R 16144 16154 16092 0 -1 4194368 160957 0 303 0 348719 192 0 0 20 0 22 0 30256366 19793682432 2385955 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
[pid=16154/tid=16201] ppid=16144 vsize=19329768 memory=2704 CPUtime=0 cores=4,6
/proc/16154/task/16201/stat : 16201 (Finalizer) S 16144 16154 16092 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 22 0 30256379 19793682432 2385955 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
[pid=16154/tid=16230] ppid=16144 vsize=19329768 memory=17272 CPUtime=0 cores=4,6
/proc/16154/task/16230/stat : 16230 (Common-Cleaner) S 16144 16154 16092 0 -1 4194368 2995 0 1 0 0 0 0 0 20 0 22 0 30256381 19793682432 2385955 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
Current children cumulated CPU time: 3600.26 s
Current children cumulated vsize: 19329768 KiB
Current children cumulated memory: 9543820 KiB

[startup+3551.9 s]
/proc/loadavg: 4.37 4.36 4.27 7/329 17046
/proc/meminfo: memFree=113018112/131382116 swapFree=33010684/33010684
[pid=16154] ppid=16144 vsize=19329768 memory=9543820 CPUtime=3600.46 cores=4,6
/proc/16154/stat : 16154 (java) S 16144 16154 16092 0 -1 4194304 243606 0 420 0 359586 460 0 0 20 0 22 0 30256357 19793682432 2385955 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
/proc/16154/statm: 4832442 2385955 5432 1 0 2505314 0
[pid=16154/tid=16168] ppid=16144 vsize=19329768 memory=9539084 CPUtime=3489.2 cores=4,6
/proc/16154/task/16168/stat : 16168 (java) R 16144 16154 16092 0 -1 4194368 160959 0 303 0 348728 192 0 0 20 0 22 0 30256366 19793682432 2385955 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
[pid=16154/tid=16201] ppid=16144 vsize=19329768 memory=14336 CPUtime=0 cores=4,6
/proc/16154/task/16201/stat : 16201 (Finalizer) S 16144 16154 16092 0 -1 4194368 25 0 1 0 0 0 0 0 20 0 22 0 30256379 19793682432 2385955 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
[pid=16154/tid=16230] ppid=16144 vsize=19329768 memory=12544 CPUtime=0 cores=4,6
/proc/16154/task/16230/stat : 16230 (Common-Cleaner) S 16144 16154 16092 0 -1 4194368 2995 0 1 0 0 0 0 0 20 0 22 0 30256381 19793682432 2385955 18446744073709551615 94448941420544 94448941424240 140734439515024 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94448941432056 94448941432848 94448941715456 140734439520638 140734439520742 140734439520742 140734439526344 0
Current children cumulated CPU time: 3600.46 s
Current children cumulated vsize: 19329768 KiB
Current children cumulated memory: 9543820 KiB

Child status: 143

Real time (s): 3551.97
CPU time (s): 3600.55
CPU user time (s): 3595.91
CPU system time (s): 4.64404
CPU usage (%): 101.368
Max. virtual memory (cumulated for all children) (KiB): 19329768
Max. memory (cumulated for all children) (KiB): 9543820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.91
system time used= 4.64404
maximum resident set size= 9544076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 243818
page faults= 420
swaps= 0
block input operations= 18608
block output operations= 6960
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 120983
involuntary context switches= 12177


# summary of solver processes directly reported to runsolver:
#   pid: 16154
#   total CPU time (s): 3600.55
#   total CPU user time (s): 3595.91
#   total CPU system time (s): 4.64404

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.0266 second user time and 32.7394 second system time

The end

Launcher Data

Begin job on nodeC011 at 2025-06-28 23:22:46
IDJOB=4492046
IDBENCH=147757
IDSOLVER=3361
FILE ID=nodeC011/4492046-1751145766
RUNJOBID= nodeC011-1751145766-16103
SLURM_JOB_ID= 9587450
Free space on /tmp= 433048 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:3-13,25,26.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492046-1751145766/watcher-4492046-1751145766 -o /tmp/evaluation-result-4492046-1751145766/solver-4492046-1751145766 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1751145766-16103 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4492046-1751145766.opb

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

MD5SUM BENCH= b71388011e4b80d0b0325c4a241ada38
RANDOM SEED=4939675

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.569
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.279
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.287
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.287
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		: 1198.077
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.288
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.299
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.250
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:        130415056 kB
MemAvailable:   130012388 kB
Buffers:            3280 kB
Cached:           360920 kB
SwapCached:            0 kB
Active:           283968 kB
Inactive:         147820 kB
Active(anon):      85548 kB
Inactive(anon):        0 kB
Active(file):     198420 kB
Inactive(file):   147820 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              5432 kB
Writeback:             0 kB
AnonPages:         70716 kB
Mapped:           101780 kB
Shmem:             17960 kB
KReclaimable:      83908 kB
Slab:             162856 kB
SReclaimable:      83908 kB
SUnreclaim:        78948 kB
KernelStack:        3872 kB
PageTables:         2688 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     332760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149288 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= 433040 MiB
End job on nodeC011 at 2025-06-29 00:21:59