Trace number 4489743

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06? (TO) 3600.35 3691.95

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/
wnq/normalized-wnq_n100_mw99_6.opb.PB06.opb
MD5SUM502d6e212fd4e38a31cb5eb2ff64d408
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 benchmark242
Best CPU time to get the best result obtained on this benchmark3584.86
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10000
Total number of constraints656900
Number of constraints which are clauses656900
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 10000
Biggest coefficient in the objective function 99
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 491651
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 99
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 491651
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.15	c See www.sat4j.org for details.
0.11/0.16	c version PB25.v20250606
0.11/0.18	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.18	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.18	c java.vm.version	22.0.1+8-16
0.11/0.18	c java.vm.vendor	Oracle Corporation
0.11/0.18	c sun.arch.data.model	64
0.11/0.18	c java.version		22.0.1
0.11/0.18	c os.name		Linux
0.11/0.18	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.18	c os.arch		amd64
0.11/0.18	c Free memory 		2104792832
0.11/0.18	c Max memory 		16282288128
0.11/0.18	c Total memory 		2113929216
0.11/0.19	c Number of processors 	2
0.46/0.33	c Pseudo Boolean Optimization by upper bound
0.46/0.33	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.46/0.33	c  - never skip resolution steps
0.46/0.33	c  - Auto-division on coefficients is disabled
0.46/0.33	c  - No postprocessing
0.46/0.33	c  - Conflict is considered as is when resolving
0.46/0.33	c  - Use constraints as they come during conflict analysis
0.46/0.33	c  - Weaken first using unassigned literals
0.46/0.33	c  - Bump strategy: ALWAYS_ONE
0.46/0.33	c  - Bumper: EFFECTIVE
0.46/0.33	c --- Begin Solver configuration ---
0.46/0.33	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.46/0.33	c Learn all clauses as in MiniSAT
0.46/0.33	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.46/0.33	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.46/0.33	c No reason simplification
0.46/0.33	c Dynamic restart strategy considering the size of the coefficients
0.46/0.33	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.46/0.33	c timeout=2147483s
0.46/0.33	c DB Simplification allowed=false
0.46/0.33	c Listener: none
0.46/0.33	c --- End Solver configuration ---
0.46/0.33	c solving HOME/instance-4489743-1751365671.opb
0.46/0.33	c reading problem ... 
0.49/1.09	c using VERIPB proof format
0.49/1.10	c  objective function found
16.17/14.69	c ... done. Wall clock time 14.353s.
16.17/14.69	c declared #vars     10000
16.17/14.69	c #constraints  656900
16.17/14.69	c constraints type 
16.32/14.70	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 656700
16.32/14.70	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 200
16.32/14.70	c 656900 constraints processed.
16.32/14.73	c objective function length is 10000 literals
342.41/364.58	c cleaning 2495 clauses out of 5000 with flag 0/5000
790.46/829.99	c cleaning 4246 clauses out of 8506 with flag 0/11001
1217.55/1286.87	c cleaning 5626 clauses out of 11259 with flag 0/18000
1741.52/1820.92	c cleaning 6811 clauses out of 13633 with flag 0/26000
2365.18/2441.36	c cleaning 7905 clauses out of 15824 with flag 0/35002
3086.83/3162.23	c cleaning 8953 clauses out of 17917 with flag 0/45000
3600.07/3691.83	c starts		: 1
3600.07/3691.84	c conflicts		: 52486
3600.07/3691.85	c decisions		: 71852
3600.07/3691.85	c propagations		: 5266518
3600.07/3691.85	c inspects		: 216296952
3600.07/3691.85	c shortcuts		: 0
3600.07/3691.86	c learnt literals	: 0
3600.07/3691.86	c learnt binary clauses	: 0
3600.07/3691.86	c learnt ternary clauses	: 0
3600.07/3691.86	c learnt constraints	: 52485
3600.07/3691.86	c ignored constraints	: 0
3600.07/3691.86	c root simplifications	: 0
3600.07/3691.86	c removed literals (reason simplification)	: 0
3600.07/3691.86	c reason swapping (by a shorter reason)	: 0
3600.07/3691.87	c Calls to reduceDB	: 6
3600.07/3691.87	c Number of update (reduction) of LBD	: 80525
3600.07/3691.87	c Imported unit clauses	: 0
3600.07/3691.87	c No decision after first conflict	: false
3600.07/3691.87	c number of reductions to clauses (during analyze)	: 0
3600.07/3691.87	c number of learned constraints concerned by reduction	: 0
3600.07/3691.88	c number of learning phase by resolution	: 0
3600.07/3691.88	c number of learning phase by cutting planes	: 0
3600.07/3691.88	c number of rounding to 1 operations	: 0
3600.07/3691.88	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3691.88	c number of reductions of the coefficients by power 2 	: 0
3600.07/3691.88	c number of right shift for reduction by power 2 	: 0
3600.07/3691.88	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3691.88	c number of ending skipping 	: 0
3600.07/3691.88	c number of internal skipping 	: 0
3600.07/3691.88	c number of derivation steps 	: 1466713
3600.07/3691.88	c number of skipped derivation steps 	: 0
3600.07/3691.88	c number of remaining unassigned 	: 0
3600.07/3691.88	c number of remaining assigned 	: 0
3600.07/3691.88	c number of falsified literals weakened from reason	: 0
3600.07/3691.88	c number of falsified literals weakened from conflict	: 0
3600.07/3691.88	c time for arithmetic operations	: 0
3600.07/3691.88	c minimum degree of deleted constraints	: 1
3600.07/3691.88	c maximum degree of deleted constraints	: 1
3600.07/3691.88	c number of deleted constraints	: 36036
3600.07/3691.89	c speed (assignments/second)	: 1432.267949724888
3600.07/3691.89	c non guided choices	: 0
3600.28/3691.92	c timeout
3600.28/3691.92	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 16450
3600.28/3691.92	s UNKNOWN
3600.28/3691.92	c Total wall clock time (in seconds): 3691.595

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4489743-1751365671/watcher-4489743-1751365671 -o /tmp/evaluation-result-4489743-1751365671/solver-4489743-1751365671 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751362023-49772 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4489743-1751365671 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4489743-1751365671.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 FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=50144, runsolver pid=50141

[startup+0.100067 s]*
/proc/loadavg: 4.21 4.18 4.18 7/323 50162
/proc/meminfo: memFree=109200756/131382112 swapFree=33010160/33010684
[pid=50144] ppid=50141 vsize=18930384 memory=48304 CPUtime=0.11 cores=4,6
/proc/50144/stat : 50144 (java) S 50141 50144 49761 0 -1 4194304 5751 0 0 0 8 3 0 0 20 0 18 0 52246062 19384713216 12076 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
/proc/50144/statm: 4732596 12076 5336 1 0 546957 0
[pid=50144/tid=50146] ppid=50141 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/50144/task/50146/stat : 50146 (java) R 50141 50144 49761 0 -1 4194368 4653 0 0 0 5 2 0 0 20 0 18 0 52246064 19384713216 12076 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
[pid=50144/tid=50155] ppid=50141 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/50144/task/50155/stat : 50155 (Finalizer) S 50141 50144 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 52246069 19384713216 12076 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
[pid=50144/tid=50162] ppid=50141 vsize=18930384 memory=61792617516369 CPUtime=0 cores=4,6
/proc/50144/task/50162/stat : 50162 (Common-Cleaner) S 50141 50144 49761 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 52246070 19384713216 12076 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48304 KiB

[startup+0.210344 s]*
/proc/loadavg: 4.21 4.18 4.18 8/323 50162
/proc/meminfo: memFree=109198740/131382112 swapFree=33010160/33010684
[pid=50144] ppid=50141 vsize=18930384 memory=57632 CPUtime=0.28 cores=4,6
/proc/50144/stat : 50144 (java) S 50141 50144 49761 0 -1 4194304 6541 0 0 0 24 4 0 0 20 0 18 0 52246062 19384713216 14408 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
/proc/50144/statm: 4732596 14408 5336 1 0 547603 0
[pid=50144/tid=50146] ppid=50141 vsize=18930384 memory=4026663196 CPUtime=0.16 cores=4,6
/proc/50144/task/50146/stat : 50146 (java) R 50141 50144 49761 0 -1 4194368 5072 0 0 0 14 2 0 0 20 0 18 0 52246064 19384713216 14408 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
[pid=50144/tid=50155] ppid=50141 vsize=18930384 memory=1593 CPUtime=0 cores=4,6
/proc/50144/task/50155/stat : 50155 (Finalizer) S 50141 50144 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 52246069 19384713216 14408 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
[pid=50144/tid=50162] ppid=50141 vsize=18930384 memory=60693105869820 CPUtime=0 cores=4,6
/proc/50144/task/50162/stat : 50162 (Common-Cleaner) S 50141 50144 49761 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 52246070 19384713216 14408 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57632 KiB

[startup+0.309845 s]*
/proc/loadavg: 4.21 4.18 4.18 6/323 50162
/proc/meminfo: memFree=109198740/131382112 swapFree=33010160/33010684
[pid=50144] ppid=50141 vsize=18930384 memory=59296 CPUtime=0.46 cores=4,6
/proc/50144/stat : 50144 (java) S 50141 50144 49761 0 -1 4194304 6882 0 0 0 42 4 0 0 20 0 18 0 52246062 19384713216 14824 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
/proc/50144/statm: 4732596 14824 5432 1 0 547877 0
[pid=50144/tid=50146] ppid=50141 vsize=18930384 memory=-6000919502788324458 CPUtime=0.25 cores=4,6
/proc/50144/task/50146/stat : 50146 (java) R 50141 50144 49761 0 -1 4194368 5290 0 0 0 23 2 0 0 20 0 18 0 52246064 19384713216 14824 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
[pid=50144/tid=50155] ppid=50141 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/50144/task/50155/stat : 50155 (Finalizer) S 50141 50144 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 52246069 19384713216 14824 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
[pid=50144/tid=50162] ppid=50141 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/50144/task/50162/stat : 50162 (Common-Cleaner) S 50141 50144 49761 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 52246070 19384713216 14824 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59296 KiB

[startup+0.700256 s]
/proc/loadavg: 4.21 4.18 4.18 4/323 50162
/proc/meminfo: memFree=109198740/131382112 swapFree=33010160/33010684
[pid=50144] ppid=50141 vsize=18930384 memory=61648 CPUtime=0.49 cores=4,6
/proc/50144/stat : 50144 (java) S 50141 50144 49761 0 -1 4194304 6940 0 0 0 45 4 0 0 20 0 18 0 52246062 19384713216 15412 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
/proc/50144/statm: 4732596 15412 5432 1 0 547890 0
[pid=50144/tid=50146] ppid=50141 vsize=18930384 memory=17792 CPUtime=0.27 cores=4,6
/proc/50144/task/50146/stat : 50146 (java) D 50141 50144 49761 0 -1 4456512 5329 0 0 0 24 3 0 0 20 0 18 0 52246064 19384713216 15412 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
[pid=50144/tid=50155] ppid=50141 vsize=18930384 memory=11264 CPUtime=0 cores=4,6
/proc/50144/task/50155/stat : 50155 (Finalizer) S 50141 50144 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 52246069 19384713216 15412 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
[pid=50144/tid=50162] ppid=50141 vsize=18930384 memory=3200 CPUtime=0 cores=4,6
/proc/50144/task/50162/stat : 50162 (Common-Cleaner) S 50141 50144 49761 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 52246070 19384713216 15412 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61648 KiB

[startup+1.50037 s]
/proc/loadavg: 4.21 4.18 4.18 4/302 50165
/proc/meminfo: memFree=115003508/131382112 swapFree=33010160/33010684
[pid=50144] ppid=50141 vsize=18996948 memory=159300 CPUtime=1.28 cores=4,6
/proc/50144/stat : 50144 (java) S 50141 50144 49761 0 -1 4194304 8989 0 0 0 120 8 0 0 20 0 19 0 52246062 19452874752 39825 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
/proc/50144/statm: 4749237 39825 5496 1 0 549376 0
[pid=50144/tid=50146] ppid=50141 vsize=18996948 memory=3200 CPUtime=0.62 cores=4,6
/proc/50144/task/50146/stat : 50146 (java) R 50141 50144 49761 0 -1 4194368 5419 0 0 0 57 5 0 0 20 0 19 0 52246064 19452874752 39825 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
[pid=50144/tid=50155] ppid=50141 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/50144/task/50155/stat : 50155 (Finalizer) S 50141 50144 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 52246069 19452874752 39825 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
[pid=50144/tid=50162] ppid=50141 vsize=18996948 memory=11264 CPUtime=0 cores=4,6
/proc/50144/task/50162/stat : 50162 (Common-Cleaner) S 50141 50144 49761 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 52246070 19452874752 39825 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 159300 KiB

[startup+3.10594 s]
/proc/loadavg: 4.21 4.18 4.18 7/301 50249
/proc/meminfo: memFree=119421548/131382112 swapFree=33010160/33010684
[pid=50144] ppid=50141 vsize=18996948 memory=3150316 CPUtime=4.39 cores=4,6
/proc/50144/stat : 50144 (java) S 50141 50144 49761 0 -1 4194304 22237 0 0 0 355 84 0 0 20 0 19 0 52246062 19452874752 787579 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
/proc/50144/statm: 4749237 787579 5496 1 0 1034885 0
[pid=50144/tid=50146] ppid=50141 vsize=18996948 memory=11264 CPUtime=2.17 cores=4,6
/proc/50144/task/50146/stat : 50146 (java) R 50141 50144 49761 0 -1 4194368 6860 0 0 0 141 76 0 0 20 0 19 0 52246064 19452874752 787579 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
[pid=50144/tid=50155] ppid=50141 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/50144/task/50155/stat : 50155 (Finalizer) S 50141 50144 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 52246069 19452874752 787579 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
[pid=50144/tid=50162] ppid=50141 vsize=18996948 memory=5632 CPUtime=0 cores=4,6
/proc/50144/task/50162/stat : 50162 (Common-Cleaner) S 50141 50144 49761 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 52246070 19452874752 787579 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
Current children cumulated CPU time: 4.39 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3150316 KiB

[startup+6.30026 s]
/proc/loadavg: 4.28 4.20 4.18 8/320 50360
/proc/meminfo: memFree=122745020/131382112 swapFree=33010160/33010684
[pid=50144] ppid=50141 vsize=18996948 memory=3572444 CPUtime=7.62 cores=4,6
/proc/50144/stat : 50144 (java) S 50141 50144 49761 0 -1 4194304 23728 0 0 0 667 95 0 0 20 0 19 0 52246062 19452874752 892599 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
/proc/50144/statm: 4749237 893111 5496 1 0 1394188 0
[pid=50144/tid=50146] ppid=50141 vsize=18996948 memory=11264 CPUtime=5.06 cores=4,6
/proc/50144/task/50146/stat : 50146 (java) R 50141 50144 49761 0 -1 4194368 7451 0 0 0 420 86 0 0 20 0 19 0 52246064 19452874752 893111 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
[pid=50144/tid=50155] ppid=50141 vsize=18996948 memory=5632 CPUtime=0 cores=4,6
/proc/50144/task/50155/stat : 50155 (Finalizer) S 50141 50144 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 52246069 19452874752 893111 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
[pid=50144/tid=50162] ppid=50141 vsize=18996948 memory=-6000919502788324458 CPUtime=0 cores=4,6
/proc/50144/task/50162/stat : 50162 (Common-Cleaner) S 50141 50144 49761 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 52246070 19452874752 893111 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
Current children cumulated CPU time: 7.62 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3572444 KiB

[startup+12.7003 s]
/proc/loadavg: 4.33 4.21 4.19 5/321 50361
/proc/meminfo: memFree=111533140/131382112 swapFree=33010160/33010684
[pid=50144] ppid=50141 vsize=18996948 memory=5547412 CPUtime=14.22 cores=4,6
/proc/50144/stat : 50144 (java) S 50141 50144 49761 0 -1 4194304 26141 0 0 0 1281 141 0 0 20 0 19 0 52246062 19452874752 1386853 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
/proc/50144/statm: 4749237 1386853 5496 1 0 1630250 0
[pid=50144/tid=50146] ppid=50141 vsize=18996948 memory=11264 CPUtime=11.05 cores=4,6
/proc/50144/task/50146/stat : 50146 (java) R 50141 50144 49761 0 -1 4194368 9178 0 0 0 974 131 0 0 20 0 19 0 52246064 19452874752 1386853 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
[pid=50144/tid=50155] ppid=50141 vsize=18996948 memory=5632 CPUtime=0 cores=4,6
/proc/50144/task/50155/stat : 50155 (Finalizer) S 50141 50144 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 52246069 19452874752 1386853 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
[pid=50144/tid=50162] ppid=50141 vsize=18996948 memory=3201516 CPUtime=0 cores=4,6
/proc/50144/task/50162/stat : 50162 (Common-Cleaner) S 50141 50144 49761 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 52246070 19452874752 1386853 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
Current children cumulated CPU time: 14.22 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 5547412 KiB

[startup+25.5004 s]
/proc/loadavg: 4.33 4.22 4.19 5/325 50365
/proc/meminfo: memFree=109610920/131382112 swapFree=33010160/33010684
[pid=50144] ppid=50141 vsize=19063512 memory=5560008 CPUtime=28.74 cores=4,6
/proc/50144/stat : 50144 (java) S 50141 50144 49761 0 -1 4194304 30628 0 0 0 2728 146 0 0 20 0 20 0 52246062 19521036288 1390002 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
/proc/50144/statm: 4765878 1390002 5528 1 0 1630688 0
[pid=50144/tid=50146] ppid=50141 vsize=19063512 memory=2764 CPUtime=23.56 cores=4,6
/proc/50144/task/50146/stat : 50146 (java) R 50141 50144 49761 0 -1 4194368 11045 0 0 0 2224 132 0 0 20 0 20 0 52246064 19521036288 1390002 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
[pid=50144/tid=50155] ppid=50141 vsize=19063512 memory=2212 CPUtime=0 cores=4,6
/proc/50144/task/50155/stat : 50155 (Finalizer) S 50141 50144 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52246069 19521036288 1390002 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
[pid=50144/tid=50162] ppid=50141 vsize=19063512 memory=3783388 CPUtime=0 cores=4,6
/proc/50144/task/50162/stat : 50162 (Common-Cleaner) S 50141 50144 49761 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 52246070 19521036288 1390002 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
[pid=50144/tid=50363] ppid=50141 vsize=19063512 memory=5560008 CPUtime=0 cores=4,6
/proc/50144/task/50363/stat : 50363 (Timer-0) S 50141 50144 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52247544 19521036288 1390002 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
Current children cumulated CPU time: 28.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5560008 KiB

[startup+51.1124 s]
/proc/loadavg: 4.40 4.25 4.20 2/325 50366
/proc/meminfo: memFree=109612824/131382112 swapFree=33010160/33010684
[pid=50144] ppid=50141 vsize=19063512 memory=5560264 CPUtime=49.11 cores=4,6
/proc/50144/stat : 50144 (java) S 50141 50144 49761 0 -1 4194304 36262 0 0 0 4764 147 0 0 20 0 20 0 52246062 19521036288 1390066 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
/proc/50144/statm: 4765878 1390066 5528 1 0 1630704 0
[pid=50144/tid=50146] ppid=50141 vsize=19063512 memory=5560264 CPUtime=43.02 cores=4,6
/proc/50144/task/50146/stat : 50146 (java) D 50141 50144 49761 0 -1 4194368 11194 0 0 0 4170 132 0 0 20 0 20 0 52246064 19521036288 1390066 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
[pid=50144/tid=50155] ppid=50141 vsize=19063512 memory=797 CPUtime=0 cores=4,6
/proc/50144/task/50155/stat : 50155 (Finalizer) S 50141 50144 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52246069 19521036288 1390066 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
[pid=50144/tid=50162] ppid=50141 vsize=19063512 memory=5560264 CPUtime=0 cores=4,6
/proc/50144/task/50162/stat : 50162 (Common-Cleaner) S 50141 50144 49761 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 52246070 19521036288 1390066 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
[pid=50144/tid=50363] ppid=50141 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/50144/task/50363/stat : 50363 (Timer-0) S 50141 50144 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52247544 19521036288 1390066 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
Current children cumulated CPU time: 49.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5560264 KiB

[startup+102.3 s]
/proc/loadavg: 4.22 4.22 4.19 5/327 50369

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

[startup+3342.3 s]
/proc/loadavg: 4.18 4.15 4.13 5/327 50544
/proc/meminfo: memFree=103870128/131382112 swapFree=33010160/33010684
[pid=50144] ppid=50141 vsize=19063512 memory=6466716 CPUtime=3250.11 cores=4,6
/proc/50144/stat : 50144 (java) S 50141 50144 49761 0 -1 4194304 246931 0 0 0 324677 334 0 0 20 0 20 0 52246062 19521036288 1616679 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
/proc/50144/statm: 4765878 1616679 5560 1 0 1631345 0
[pid=50144/tid=50146] ppid=50141 vsize=19063512 memory=6466716 CPUtime=3217.8 cores=4,6
/proc/50144/task/50146/stat : 50146 (java) R 50141 50144 49761 0 -1 4194368 132853 0 0 0 321622 158 0 0 20 0 20 0 52246064 19521036288 1616679 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
[pid=50144/tid=50155] ppid=50141 vsize=19063512 memory=6466716 CPUtime=0 cores=4,6
/proc/50144/task/50155/stat : 50155 (Finalizer) S 50141 50144 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52246069 19521036288 1616679 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
[pid=50144/tid=50162] ppid=50141 vsize=19063512 memory=4352 CPUtime=0 cores=4,6
/proc/50144/task/50162/stat : 50162 (Common-Cleaner) S 50141 50144 49761 0 -1 4194368 3325 0 0 0 0 0 0 0 20 0 20 0 52246070 19521036288 1616679 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
[pid=50144/tid=50363] ppid=50141 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/50144/task/50363/stat : 50363 (Timer-0) S 50141 50144 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52247544 19521036288 1616679 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
Current children cumulated CPU time: 3250.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6466716 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.14 4.13 5/327 50546
/proc/meminfo: memFree=103870732/131382112 swapFree=33010160/33010684
[pid=50144] ppid=50141 vsize=19063512 memory=6466716 CPUtime=3310.01 cores=4,6
/proc/50144/stat : 50144 (java) S 50141 50144 49761 0 -1 4194304 249003 0 0 0 330665 336 0 0 20 0 20 0 52246062 19521036288 1616679 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
/proc/50144/statm: 4765878 1616679 5560 1 0 1631345 0
[pid=50144/tid=50146] ppid=50141 vsize=19063512 memory=6466716 CPUtime=3277.66 cores=4,6
/proc/50144/task/50146/stat : 50146 (java) R 50141 50144 49761 0 -1 4194368 134793 0 0 0 327608 158 0 0 20 0 20 0 52246064 19521036288 1616679 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
[pid=50144/tid=50155] ppid=50141 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/50144/task/50155/stat : 50155 (Finalizer) S 50141 50144 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52246069 19521036288 1616679 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
[pid=50144/tid=50162] ppid=50141 vsize=19063512 memory=6466716 CPUtime=0 cores=4,6
/proc/50144/task/50162/stat : 50162 (Common-Cleaner) S 50141 50144 49761 0 -1 4194368 3420 0 0 0 0 0 0 0 20 0 20 0 52246070 19521036288 1616679 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
[pid=50144/tid=50363] ppid=50141 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/50144/task/50363/stat : 50363 (Timer-0) S 50141 50144 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52247544 19521036288 1616679 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
Current children cumulated CPU time: 3310.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6466716 KiB

[startup+3462.3 s]
/proc/loadavg: 4.21 4.17 4.14 5/328 50549
/proc/meminfo: memFree=103871052/131382112 swapFree=33010160/33010684
[pid=50144] ppid=50141 vsize=19063512 memory=6466716 CPUtime=3370.23 cores=4,6
/proc/50144/stat : 50144 (java) S 50141 50144 49761 0 -1 4194304 251270 0 0 0 336684 339 0 0 20 0 20 0 52246062 19521036288 1616679 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
/proc/50144/statm: 4765878 1616679 5560 1 0 1631345 0
[pid=50144/tid=50146] ppid=50141 vsize=19063512 memory=6466716 CPUtime=3337.18 cores=4,6
/proc/50144/task/50146/stat : 50146 (java) R 50141 50144 49761 0 -1 4194368 136311 0 0 0 333560 158 0 0 20 0 20 0 52246064 19521036288 1616679 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
[pid=50144/tid=50155] ppid=50141 vsize=19063512 memory=17792 CPUtime=0 cores=4,6
/proc/50144/task/50155/stat : 50155 (Finalizer) S 50141 50144 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52246069 19521036288 1616679 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
[pid=50144/tid=50162] ppid=50141 vsize=19063512 memory=6466716 CPUtime=0 cores=4,6
/proc/50144/task/50162/stat : 50162 (Common-Cleaner) S 50141 50144 49761 0 -1 4194368 3422 0 0 0 0 0 0 0 20 0 20 0 52246070 19521036288 1616679 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
[pid=50144/tid=50363] ppid=50141 vsize=19063512 memory=6466716 CPUtime=0 cores=4,6
/proc/50144/task/50363/stat : 50363 (Timer-0) S 50141 50144 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52247544 19521036288 1616679 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
Current children cumulated CPU time: 3370.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6466716 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.15 4.13 5/328 50551
/proc/meminfo: memFree=103859200/131382112 swapFree=33010160/33010684
[pid=50144] ppid=50141 vsize=19063512 memory=6466716 CPUtime=3430.15 cores=4,6
/proc/50144/stat : 50144 (java) S 50141 50144 49761 0 -1 4194304 254492 0 0 0 342673 342 0 0 20 0 20 0 52246062 19521036288 1616679 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
/proc/50144/statm: 4765878 1616679 5560 1 0 1631345 0
[pid=50144/tid=50146] ppid=50141 vsize=19063512 memory=6466716 CPUtime=3397.07 cores=4,6
/proc/50144/task/50146/stat : 50146 (java) R 50141 50144 49761 0 -1 4194368 139369 0 0 0 339548 159 0 0 20 0 20 0 52246064 19521036288 1616679 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
[pid=50144/tid=50155] ppid=50141 vsize=19063512 memory=6466716 CPUtime=0 cores=4,6
/proc/50144/task/50155/stat : 50155 (Finalizer) S 50141 50144 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52246069 19521036288 1616679 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
[pid=50144/tid=50162] ppid=50141 vsize=19063512 memory=6466716 CPUtime=0 cores=4,6
/proc/50144/task/50162/stat : 50162 (Common-Cleaner) S 50141 50144 49761 0 -1 4194368 3543 0 0 0 0 0 0 0 20 0 20 0 52246070 19521036288 1616679 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
[pid=50144/tid=50363] ppid=50141 vsize=19063512 memory=6466716 CPUtime=0 cores=4,6
/proc/50144/task/50363/stat : 50363 (Timer-0) S 50141 50144 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52247544 19521036288 1616679 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
Current children cumulated CPU time: 3430.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6466716 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.15 4.13 5/328 50553
/proc/meminfo: memFree=103857980/131382112 swapFree=33010160/33010684
[pid=50144] ppid=50141 vsize=19063512 memory=6466716 CPUtime=3490.4 cores=4,6
/proc/50144/stat : 50144 (java) S 50141 50144 49761 0 -1 4194304 257197 0 0 0 348695 345 0 0 20 0 20 0 52246062 19521036288 1616679 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
/proc/50144/statm: 4765878 1616679 5560 1 0 1631345 0
[pid=50144/tid=50146] ppid=50141 vsize=19063512 memory=14720 CPUtime=3456.6 cores=4,6
/proc/50144/task/50146/stat : 50146 (java) R 50141 50144 49761 0 -1 4194368 140471 0 0 0 345501 159 0 0 20 0 20 0 52246064 19521036288 1616679 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
[pid=50144/tid=50155] ppid=50141 vsize=19063512 memory=6466716 CPUtime=0 cores=4,6
/proc/50144/task/50155/stat : 50155 (Finalizer) S 50141 50144 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52246069 19521036288 1616679 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
[pid=50144/tid=50162] ppid=50141 vsize=19063512 memory=1792 CPUtime=0 cores=4,6
/proc/50144/task/50162/stat : 50162 (Common-Cleaner) S 50141 50144 49761 0 -1 4194368 3628 0 0 0 0 0 0 0 20 0 20 0 52246070 19521036288 1616679 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
[pid=50144/tid=50363] ppid=50141 vsize=19063512 memory=6466716 CPUtime=0 cores=4,6
/proc/50144/task/50363/stat : 50363 (Timer-0) S 50141 50144 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52247544 19521036288 1616679 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
Current children cumulated CPU time: 3490.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6466716 KiB

[startup+3642.3 s]
/proc/loadavg: 4.24 4.17 4.14 5/328 50555
/proc/meminfo: memFree=103858268/131382112 swapFree=33010160/33010684
[pid=50144] ppid=50141 vsize=19063512 memory=6466716 CPUtime=3550.46 cores=4,6
/proc/50144/stat : 50144 (java) S 50141 50144 49761 0 -1 4194304 258737 0 0 0 354697 349 0 0 20 0 20 0 52246062 19521036288 1616679 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
/proc/50144/statm: 4765878 1616679 5560 1 0 1631345 0
[pid=50144/tid=50146] ppid=50141 vsize=19063512 memory=-6000919502788324458 CPUtime=3516.32 cores=4,6
/proc/50144/task/50146/stat : 50146 (java) R 50141 50144 49761 0 -1 4194368 141946 0 0 0 351472 160 0 0 20 0 20 0 52246064 19521036288 1616679 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
[pid=50144/tid=50155] ppid=50141 vsize=19063512 memory=17792 CPUtime=0 cores=4,6
/proc/50144/task/50155/stat : 50155 (Finalizer) S 50141 50144 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52246069 19521036288 1616679 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
[pid=50144/tid=50162] ppid=50141 vsize=19063512 memory=17792 CPUtime=0 cores=4,6
/proc/50144/task/50162/stat : 50162 (Common-Cleaner) S 50141 50144 49761 0 -1 4194368 3633 0 0 0 0 0 0 0 20 0 20 0 52246070 19521036288 1616679 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
[pid=50144/tid=50363] ppid=50141 vsize=19063512 memory=6466716 CPUtime=0 cores=4,6
/proc/50144/task/50363/stat : 50363 (Timer-0) S 50141 50144 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52247544 19521036288 1616679 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
Current children cumulated CPU time: 3550.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6466716 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3691.8 s]
/proc/loadavg: 4.18 4.16 4.14 6/327 50623
/proc/meminfo: memFree=108765460/131382112 swapFree=33010160/33010684
[pid=50144] ppid=50141 vsize=19063512 memory=6466716 CPUtime=3600.07 cores=4,6
/proc/50144/stat : 50144 (java) S 50141 50144 49761 0 -1 4194304 259866 0 0 0 359656 351 0 0 20 0 20 0 52246062 19521036288 1616679 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
/proc/50144/statm: 4765878 1616679 5560 1 0 1631345 0
[pid=50144/tid=50146] ppid=50141 vsize=19063512 memory=4426920366556475042 CPUtime=3565.54 cores=4,6
/proc/50144/task/50146/stat : 50146 (java) R 50141 50144 49761 0 -1 4194368 142721 0 0 0 356394 160 0 0 20 0 20 0 52246064 19521036288 1616679 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
[pid=50144/tid=50155] ppid=50141 vsize=19063512 memory=6768 CPUtime=0 cores=4,6
/proc/50144/task/50155/stat : 50155 (Finalizer) S 50141 50144 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52246069 19521036288 1616679 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
[pid=50144/tid=50162] ppid=50141 vsize=19063512 memory=5949332 CPUtime=0 cores=4,6
/proc/50144/task/50162/stat : 50162 (Common-Cleaner) S 50141 50144 49761 0 -1 4194368 3724 0 0 0 0 0 0 0 20 0 20 0 52246070 19521036288 1616679 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
[pid=50144/tid=50363] ppid=50141 vsize=19063512 memory=6466716 CPUtime=0 cores=4,6
/proc/50144/task/50363/stat : 50363 (Timer-0) S 50141 50144 49761 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52247544 19521036288 1616679 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6466716 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.81 s, system=3.54743 s

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

[startup+3691.91 s]
/proc/loadavg: 4.18 4.16 4.14 6/327 50623
/proc/meminfo: memFree=108765460/131382112 swapFree=33010160/33010684
[pid=50144] ppid=50141 vsize=19263204 memory=6467484 CPUtime=3600.28 cores=4,6
/proc/50144/stat : 50144 (java) S 50141 50144 49761 0 -1 4194304 262097 0 0 0 359676 352 0 0 20 0 21 0 52246062 19725520896 1616871 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
/proc/50144/statm: 4815801 1616871 5560 1 0 1632232 0
[pid=50144/tid=50146] ppid=50141 vsize=19263204 memory=17792 CPUtime=3565.64 cores=4,6
/proc/50144/task/50146/stat : 50146 (java) R 50141 50144 49761 0 -1 4194368 142721 0 0 0 356404 160 0 0 20 0 21 0 52246064 19725520896 1616871 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
[pid=50144/tid=50155] ppid=50141 vsize=19263204 memory=17792 CPUtime=0 cores=4,6
/proc/50144/task/50155/stat : 50155 (Finalizer) S 50141 50144 49761 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 52246069 19725520896 1616871 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
[pid=50144/tid=50162] ppid=50141 vsize=19263204 memory=6466716 CPUtime=0 cores=4,6
/proc/50144/task/50162/stat : 50162 (Common-Cleaner) S 50141 50144 49761 0 -1 4194368 3724 0 0 0 0 0 0 0 20 0 21 0 52246070 19725520896 1616871 18446744073709551615 94779456016384 94779456020080 140723928538928 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94779456027896 94779456028688 94779460505600 140723928541485 140723928541670 140723928541670 140723928547272 0
Current children cumulated CPU time: 3600.28 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 6467484 KiB

Child status: 143

Real time (s): 3691.95
CPU time (s): 3600.35
CPU user time (s): 3596.81
CPU system time (s): 3.54743
CPU usage (%): 97.519
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 6467484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.81
system time used= 3.54743
maximum resident set size= 6467740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 262522
page faults= 0
swaps= 0
block input operations= 0
block output operations= 38752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 117856
involuntary context switches= 9512


# summary of solver processes directly reported to runsolver:
#   pid: 50144
#   total CPU time (s): 3600.35
#   total CPU user time (s): 3596.81
#   total CPU system time (s): 3.54743

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.786 second user time and 36.5064 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-01 12:27:52
IDJOB=4489743
IDBENCH=147562
IDSOLVER=3362
FILE ID=nodeC001/4489743-1751365671
RUNJOBID= nodeC001-1751362023-49772
SLURM_JOB_ID= 9598175
Free space on /tmp= 432988 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/liu/wnq/normalized-wnq_n100_mw99_6.opb.PB06.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4489743-1751365671/watcher-4489743-1751365671 -o /tmp/evaluation-result-4489743-1751365671/solver-4489743-1751365671 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751362023-49772 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4489743-1751365671 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4489743-1751365671.opb

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

MD5SUM BENCH= 502d6e212fd4e38a31cb5eb2ff64d408
RANDOM SEED=88911826

nodeC001 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		: 3661.457
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
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		: 3656.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
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.794
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
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.165
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
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.803
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
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		: 3638.082
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
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		: 1596.222
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
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.371
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        109214388 kB
MemAvailable:   109121876 kB
Buffers:            2128 kB
Cached:           711688 kB
SwapCached:           28 kB
Active:         21175260 kB
Inactive:         412788 kB
Active(anon):   20881824 kB
Inactive(anon):    10380 kB
Active(file):     293436 kB
Inactive(file):   402408 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             17608 kB
Writeback:             0 kB
AnonPages:      20877636 kB
Mapped:           122712 kB
Shmem:             17932 kB
KReclaimable:     102160 kB
Slab:             185984 kB
SReclaimable:     102160 kB
SUnreclaim:        83824 kB
KernelStack:        4944 kB
PageTables:        44472 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   21462856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150360 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  20475904 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432964 MiB
End job on nodeC001 at 2025-07-01 13:29:24