Trace number 4504625

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.44 3623.15

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/
Multihop/normalized-minisat50_6_9_4_mh.opb
MD5SUM5c375d9eec0e7448397e2587af216396
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 benchmark3216958
Best CPU time to get the best result obtained on this benchmark69524.2
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables250200
Total number of constraints605407
Number of constraints which are clauses477850
Number of constraints which are cardinality constraints (but not clauses)57
Number of constraints which are nor clauses,nor cardinality constraints127500
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 129900
Biggest coefficient in the objective function 148877000
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 69830910074
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 148877000
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 69830910074
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.15	c See www.sat4j.org for details.
0.12/0.16	c version PB25.v20250606
0.12/0.19	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.19	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.19	c java.vm.version	22.0.1+8-16
0.12/0.19	c java.vm.vendor	Oracle Corporation
0.12/0.19	c sun.arch.data.model	64
0.12/0.19	c java.version		22.0.1
0.12/0.19	c os.name		Linux
0.12/0.19	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.19	c os.arch		amd64
0.12/0.20	c Free memory 		2104792832
0.12/0.20	c Max memory 		16282288128
0.12/0.20	c Total memory 		2113929216
0.12/0.21	c Number of processors 	2
0.45/0.36	c Pseudo Boolean Optimization by upper bound
0.45/0.36	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.45/0.36	c  - never skip resolution steps
0.45/0.36	c  - Auto-division on coefficients is disabled
0.45/0.36	c  - No postprocessing
0.45/0.36	c  - Conflict is considered as is when resolving
0.45/0.36	c  - Use constraints as they come during conflict analysis
0.45/0.36	c  - Weaken first using unassigned literals
0.45/0.36	c  - Bump strategy: ALWAYS_ONE
0.45/0.36	c  - Bumper: EFFECTIVE
0.45/0.36	c --- Begin Solver configuration ---
0.45/0.36	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.45/0.36	c Learn all clauses as in MiniSAT
0.45/0.36	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.45/0.36	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.45/0.36	c No reason simplification
0.45/0.36	c Dynamic restart strategy considering the size of the coefficients
0.45/0.36	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.45/0.36	c timeout=2147483s
0.45/0.36	c DB Simplification allowed=false
0.45/0.36	c Listener: none
0.45/0.36	c --- End Solver configuration ---
0.45/0.36	c solving HOME/instance-4504625-1751473827.opb
0.45/0.36	c reading problem ... 
0.45/0.36	c using VERIPB proof format
0.45/0.37	c  objective function found
252.39/244.95	c ... done. Wall clock time 244.586s.
252.39/244.95	c declared #vars     250200
252.39/244.95	c #constraints  610314
252.39/244.95	c constraints type 
252.39/244.95	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 367550
252.39/244.95	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 57
252.39/244.95	c org.sat4j.specs.Constr$1 => 3
252.39/244.95	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 121375
252.39/244.95	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
252.39/244.95	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 121326
252.39/244.95	c 610314 constraints processed.
252.39/244.96	c objective function length is 129900 literals
1319.75/1305.28	c cleaning 2497 clauses out of 5001 with flag 0/5001
2090.67/2084.25	c cleaning 4234 clauses out of 8503 with flag 0/11000
2813.78/2814.04	c cleaning 5635 clauses out of 11270 with flag 0/18001
3413.80/3421.76	c cleaning 6817 clauses out of 13635 with flag 0/26001
3600.07/3622.92	c starts		: 10
3600.07/3622.95	c conflicts		: 28461
3600.07/3622.97	c decisions		: 208813
3600.07/3622.97	c propagations		: 51758551
3600.07/3622.97	c inspects		: 342776810
3600.07/3622.97	c shortcuts		: 0
3600.07/3622.97	c learnt literals	: 0
3600.07/3622.97	c learnt binary clauses	: 0
3600.07/3622.97	c learnt ternary clauses	: 0
3600.07/3622.97	c learnt constraints	: 28460
3600.07/3622.97	c ignored constraints	: 0
3600.07/3622.97	c root simplifications	: 0
3600.07/3622.97	c removed literals (reason simplification)	: 0
3600.07/3622.97	c reason swapping (by a shorter reason)	: 0
3600.07/3622.97	c Calls to reduceDB	: 4
3600.07/3622.97	c Number of update (reduction) of LBD	: 32277
3600.07/3622.98	c Imported unit clauses	: 0
3600.07/3622.98	c No decision after first conflict	: false
3600.07/3622.98	c number of reductions to clauses (during analyze)	: 0
3600.07/3622.98	c number of learned constraints concerned by reduction	: 0
3600.07/3622.98	c number of learning phase by resolution	: 0
3600.07/3622.98	c number of learning phase by cutting planes	: 0
3600.07/3622.98	c number of rounding to 1 operations	: 0
3600.07/3622.98	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3622.98	c number of reductions of the coefficients by power 2 	: 0
3600.07/3622.98	c number of right shift for reduction by power 2 	: 0
3600.07/3622.98	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3622.98	c number of ending skipping 	: 0
3600.07/3622.98	c number of internal skipping 	: 0
3600.07/3622.99	c number of derivation steps 	: 215259
3600.07/3622.99	c number of skipped derivation steps 	: 0
3600.07/3622.99	c number of remaining unassigned 	: 66106
3600.07/3622.99	c number of remaining assigned 	: 49712992
3600.07/3622.99	c number of falsified literals weakened from reason	: 0
3600.07/3622.99	c number of falsified literals weakened from conflict	: 0
3600.07/3622.99	c time for arithmetic operations	: 1039279075
3600.07/3622.99	c minimum degree of deleted constraints	: 261
3600.07/3622.99	c maximum degree of deleted constraints	: 55361470570877712506264388303132206742325441420108475579274258726100892286187484712
3600.07/3622.99	c number of deleted constraints	: 19183
3600.07/3623.00	c speed (assignments/second)	: 15322.88677532129
3600.07/3623.00	c non guided choices	: 1772
3600.29/3623.06	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 124
3600.29/3623.06	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 744
3600.29/3623.06	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 8410
3600.29/3623.06	s UNKNOWN
3600.29/3623.06	c Total wall clock time (in seconds): 3622.7

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4504625-1751473827/watcher-4504625-1751473827 -o /tmp/evaluation-result-4504625-1751473827/solver-4504625-1751473827 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751468215-66820 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4504625-1751473827 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4504625-1751473827.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=68712, runsolver pid=68709
Current StackSize limit: 8192 KiB


[startup+0.100067 s]*
/proc/loadavg: 4.09 4.11 4.15 7/326 68730
/proc/meminfo: memFree=118472868/131382112 swapFree=33009904/33010684
[pid=68712] ppid=68709 vsize=18930384 memory=48636 CPUtime=0.12 cores=0,2
/proc/68712/stat : 68712 (java) S 68709 68712 66810 0 -1 4194304 5824 0 0 0 9 3 0 0 20 0 18 0 63061684 19384713216 12159 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
/proc/68712/statm: 4732596 12159 5335 1 0 547018 0
[pid=68712/tid=68714] ppid=68709 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/68712/task/68714/stat : 68714 (java) S 68709 68712 66810 0 -1 4194368 4704 0 0 0 5 2 0 0 20 0 18 0 63061686 19384713216 12159 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
[pid=68712/tid=68723] ppid=68709 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/68712/task/68723/stat : 68723 (Finalizer) S 68709 68712 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 63061690 19384713216 12159 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
[pid=68712/tid=68730] ppid=68709 vsize=18930384 memory=61792617516369 CPUtime=0 cores=0,2
/proc/68712/task/68730/stat : 68730 (Common-Cleaner) S 68709 68712 66810 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 18 0 63061691 19384713216 12159 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48636 KiB

[startup+0.213271 s]*
/proc/loadavg: 4.09 4.11 4.15 6/326 68730
/proc/meminfo: memFree=118464676/131382112 swapFree=33009904/33010684
[pid=68712] ppid=68709 vsize=18930384 memory=55660 CPUtime=0.28 cores=0,2
/proc/68712/stat : 68712 (java) S 68709 68712 66810 0 -1 4194304 6557 0 0 0 24 4 0 0 20 0 18 0 63061684 19384713216 13915 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
/proc/68712/statm: 4732596 13915 5367 1 0 547604 0
[pid=68712/tid=68714] ppid=68709 vsize=18930384 memory=4026728732 CPUtime=0.18 cores=0,2
/proc/68712/task/68714/stat : 68714 (java) R 68709 68712 66810 0 -1 4194368 5048 0 0 0 15 3 0 0 20 0 18 0 63061686 19384713216 13915 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
[pid=68712/tid=68723] ppid=68709 vsize=18930384 memory=1593 CPUtime=0 cores=0,2
/proc/68712/task/68723/stat : 68723 (Finalizer) S 68709 68712 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 63061690 19384713216 13915 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
[pid=68712/tid=68730] ppid=68709 vsize=18930384 memory=60693105869820 CPUtime=0 cores=0,2
/proc/68712/task/68730/stat : 68730 (Common-Cleaner) S 68709 68712 66810 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 18 0 63061691 19384713216 13915 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55660 KiB

[startup+0.311068 s]*
/proc/loadavg: 4.09 4.11 4.15 6/326 68730
/proc/meminfo: memFree=118464676/131382112 swapFree=33009904/33010684
[pid=68712] ppid=68709 vsize=18930384 memory=59204 CPUtime=0.45 cores=0,2
/proc/68712/stat : 68712 (java) S 68709 68712 66810 0 -1 4194304 6865 0 0 0 40 5 0 0 20 0 18 0 63061684 19384713216 14801 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
/proc/68712/statm: 4732596 14801 5431 1 0 547834 0
[pid=68712/tid=68714] ppid=68709 vsize=18930384 memory=-6000919468495299689 CPUtime=0.28 cores=0,2
/proc/68712/task/68714/stat : 68714 (java) R 68709 68712 66810 0 -1 4194368 5246 0 0 0 25 3 0 0 20 0 18 0 63061686 19384713216 14801 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
[pid=68712/tid=68723] ppid=68709 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/68712/task/68723/stat : 68723 (Finalizer) S 68709 68712 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 63061690 19384713216 14801 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
[pid=68712/tid=68730] ppid=68709 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/68712/task/68730/stat : 68730 (Common-Cleaner) S 68709 68712 66810 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 18 0 63061691 19384713216 14801 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59204 KiB

[startup+0.700241 s]
/proc/loadavg: 4.09 4.11 4.15 6/326 68730
/proc/meminfo: memFree=118443440/131382112 swapFree=33009904/33010684
[pid=68712] ppid=68709 vsize=18930384 memory=117844 CPUtime=1.17 cores=0,2
/proc/68712/stat : 68712 (java) S 68709 68712 66810 0 -1 4194304 9508 0 0 0 110 7 0 0 20 0 18 0 63061684 19384713216 29461 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
/proc/68712/statm: 4732596 29461 5431 1 0 549568 0
[pid=68712/tid=68714] ppid=68709 vsize=18930384 memory=17920 CPUtime=0.65 cores=0,2
/proc/68712/task/68714/stat : 68714 (java) R 68709 68712 66810 0 -1 4194368 5370 0 0 0 61 4 0 0 20 0 18 0 63061686 19384713216 29461 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
[pid=68712/tid=68723] ppid=68709 vsize=18930384 memory=11264 CPUtime=0 cores=0,2
/proc/68712/task/68723/stat : 68723 (Finalizer) S 68709 68712 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 63061690 19384713216 29461 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
[pid=68712/tid=68730] ppid=68709 vsize=18930384 memory=3200 CPUtime=0 cores=0,2
/proc/68712/task/68730/stat : 68730 (Common-Cleaner) S 68709 68712 66810 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 18 0 63061691 19384713216 29461 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 117844 KiB

[startup+1.50021 s]
/proc/loadavg: 4.09 4.11 4.15 6/327 68731
/proc/meminfo: memFree=118326548/131382112 swapFree=33009904/33010684
[pid=68712] ppid=68709 vsize=18996948 memory=479880 CPUtime=2.49 cores=0,2
/proc/68712/stat : 68712 (java) S 68709 68712 66810 0 -1 4194304 11042 0 0 0 234 15 0 0 20 0 19 0 63061684 19452874752 119970 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
/proc/68712/statm: 4749237 119970 5495 1 0 1356251 0
[pid=68712/tid=68714] ppid=68709 vsize=18996948 memory=3200 CPUtime=1.17 cores=0,2
/proc/68712/task/68714/stat : 68714 (java) R 68709 68712 66810 0 -1 4194368 5578 0 0 0 107 10 0 0 20 0 19 0 63061686 19452874752 119970 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
[pid=68712/tid=68723] ppid=68709 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/68712/task/68723/stat : 68723 (Finalizer) S 68709 68712 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 63061690 19452874752 119970 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
[pid=68712/tid=68730] ppid=68709 vsize=18996948 memory=11264 CPUtime=0 cores=0,2
/proc/68712/task/68730/stat : 68730 (Common-Cleaner) S 68709 68712 66810 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 19 0 63061691 19452874752 119970 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
Current children cumulated CPU time: 2.49 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 479880 KiB

[startup+3.10681 s]
/proc/loadavg: 4.09 4.11 4.15 5/327 68731
/proc/meminfo: memFree=113448316/131382112 swapFree=33009904/33010684
[pid=68712] ppid=68709 vsize=18996948 memory=5295932 CPUtime=4.27 cores=0,2
/proc/68712/stat : 68712 (java) S 68709 68712 66810 0 -1 4194304 14393 0 0 0 315 112 0 0 20 0 19 0 63061684 19452874752 1323983 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
/proc/68712/statm: 4749237 1323983 5495 1 0 2306726 0
[pid=68712/tid=68714] ppid=68709 vsize=18996948 memory=11264 CPUtime=2.72 cores=0,2
/proc/68712/task/68714/stat : 68714 (java) R 68709 68712 66810 0 -1 4194368 7917 0 0 0 167 105 0 0 20 0 19 0 63061686 19452874752 1323983 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
[pid=68712/tid=68723] ppid=68709 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/68712/task/68723/stat : 68723 (Finalizer) S 68709 68712 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 63061690 19452874752 1324495 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
[pid=68712/tid=68730] ppid=68709 vsize=18996948 memory=5632 CPUtime=0 cores=0,2
/proc/68712/task/68730/stat : 68730 (Common-Cleaner) S 68709 68712 66810 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 19 0 63061691 19452874752 1324495 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
Current children cumulated CPU time: 4.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 5295932 KiB

[startup+6.30046 s]
/proc/loadavg: 4.08 4.11 4.15 5/327 68731
/proc/meminfo: memFree=112477316/131382112 swapFree=33009904/33010684
[pid=68712] ppid=68709 vsize=18996948 memory=6033520 CPUtime=8.71 cores=0,2
/proc/68712/stat : 68712 (java) S 68709 68712 66810 0 -1 4194304 21671 0 0 0 739 132 0 0 20 0 19 0 63061684 19452874752 1508380 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
/proc/68712/statm: 4749237 1508380 5495 1 0 2310884 0
[pid=68712/tid=68714] ppid=68709 vsize=18996948 memory=5632 CPUtime=5.85 cores=0,2
/proc/68712/task/68714/stat : 68714 (java) R 68709 68712 66810 0 -1 4194368 8443 0 0 0 463 122 0 0 20 0 19 0 63061686 19452874752 1508380 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
[pid=68712/tid=68723] ppid=68709 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/68712/task/68723/stat : 68723 (Finalizer) S 68709 68712 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 63061690 19452874752 1508380 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
[pid=68712/tid=68730] ppid=68709 vsize=18996948 memory=-6000919468495299689 CPUtime=0 cores=0,2
/proc/68712/task/68730/stat : 68730 (Common-Cleaner) S 68709 68712 66810 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 19 0 63061691 19452874752 1508380 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
Current children cumulated CPU time: 8.71 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 6033520 KiB

[startup+12.7004 s]
/proc/loadavg: 4.24 4.14 4.16 5/327 68731
/proc/meminfo: memFree=112463208/131382112 swapFree=33009904/33010684
[pid=68712] ppid=68709 vsize=18996948 memory=6036504 CPUtime=17.77 cores=0,2
/proc/68712/stat : 68712 (java) S 68709 68712 66810 0 -1 4194304 26702 0 0 0 1643 134 0 0 20 0 19 0 63061684 19452874752 1509126 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
/proc/68712/statm: 4749237 1509126 5527 1 0 2313949 0
[pid=68712/tid=68714] ppid=68709 vsize=18996948 memory=6033520 CPUtime=12 cores=0,2
/proc/68712/task/68714/stat : 68714 (java) R 68709 68712 66810 0 -1 4194368 9225 0 0 0 1078 122 0 0 20 0 19 0 63061686 19452874752 1509126 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
[pid=68712/tid=68723] ppid=68709 vsize=18996948 memory=17920 CPUtime=0 cores=0,2
/proc/68712/task/68723/stat : 68723 (Finalizer) S 68709 68712 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 63061690 19452874752 1509126 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
[pid=68712/tid=68730] ppid=68709 vsize=18996948 memory=14720 CPUtime=0 cores=0,2
/proc/68712/task/68730/stat : 68730 (Common-Cleaner) S 68709 68712 66810 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 19 0 63061691 19452874752 1509126 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
Current children cumulated CPU time: 17.77 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 6036504 KiB

[startup+25.5004 s]
/proc/loadavg: 4.26 4.15 4.16 5/327 68731
/proc/meminfo: memFree=112455364/131382112 swapFree=33009904/33010684
[pid=68712] ppid=68709 vsize=18996948 memory=6053092 CPUtime=30.57 cores=0,2
/proc/68712/stat : 68712 (java) S 68709 68712 66810 0 -1 4194304 28312 0 0 0 2922 135 0 0 20 0 19 0 63061684 19452874752 1513273 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
/proc/68712/statm: 4749237 1513273 5527 1 0 2313949 0
[pid=68712/tid=68714] ppid=68709 vsize=18996948 memory=6033520 CPUtime=24.28 cores=0,2
/proc/68712/task/68714/stat : 68714 (java) R 68709 68712 66810 0 -1 4194368 10752 0 0 0 2305 123 0 0 20 0 19 0 63061686 19452874752 1513273 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
[pid=68712/tid=68723] ppid=68709 vsize=18996948 memory=-6000919468495299689 CPUtime=0 cores=0,2
/proc/68712/task/68723/stat : 68723 (Finalizer) S 68709 68712 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 63061690 19452874752 1513273 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
[pid=68712/tid=68730] ppid=68709 vsize=18996948 memory=6051028 CPUtime=0 cores=0,2
/proc/68712/task/68730/stat : 68730 (Common-Cleaner) S 68709 68712 66810 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 19 0 63061691 19452874752 1513273 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
Current children cumulated CPU time: 30.57 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 6053092 KiB

[startup+51.1137 s]
/proc/loadavg: 4.17 4.14 4.16 6/327 68732
/proc/meminfo: memFree=112426424/131382112 swapFree=33009904/33010684
[pid=68712] ppid=68709 vsize=18996948 memory=6070324 CPUtime=56.22 cores=0,2
/proc/68712/stat : 68712 (java) S 68709 68712 66810 0 -1 4194304 33716 0 0 0 5483 139 0 0 20 0 19 0 63061684 19452874752 1517581 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
/proc/68712/statm: 4749237 1517581 5527 1 0 2313949 0
[pid=68712/tid=68714] ppid=68709 vsize=18996948 memory=-6000919468495299689 CPUtime=48.82 cores=0,2
/proc/68712/task/68714/stat : 68714 (java) R 68709 68712 66810 0 -1 4194368 13304 0 0 0 4758 124 0 0 20 0 19 0 63061686 19452874752 1517581 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
[pid=68712/tid=68723] ppid=68709 vsize=18996948 memory=14720 CPUtime=0 cores=0,2
/proc/68712/task/68723/stat : 68723 (Finalizer) S 68709 68712 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 63061690 19452874752 1517581 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
[pid=68712/tid=68730] ppid=68709 vsize=18996948 memory=-6000919468495299689 CPUtime=0 cores=0,2
/proc/68712/task/68730/stat : 68730 (Common-Cleaner) S 68709 68712 66810 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 19 0 63061691 19452874752 1517581 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
Current children cumulated CPU time: 56.22 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 6070324 KiB

[startup+102.3 s]
/proc/loadavg: 4.23 4.16 4.16 5/326 68734
/proc/meminfo: memFree=112397844/131382112 swapFree=33009904/33010684
[pid=68712] ppid=68709 vsize=18996948 memory=6089112 CPUtime=107.58 cores=0,2
/proc/68712/stat : 68712 (java) S 68709 68712 66810 0 -1 4194304 40698 0 0 0 10613 145 0 0 20 0 19 0 63061684 19452874752 1522278 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0

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

/proc/68712/task/68723/stat : 68723 (Finalizer) S 68709 68712 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 63061690 19589197824 2430862 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
[pid=68712/tid=68730] ppid=68709 vsize=19130076 memory=9723448 CPUtime=0 cores=0,2
/proc/68712/task/68730/stat : 68730 (Common-Cleaner) S 68709 68712 66810 0 -1 4194368 3470 0 0 0 0 0 0 0 20 0 21 0 63061691 19589197824 2430862 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
[pid=68712/tid=68745] ppid=68709 vsize=19130076 memory=9723192 CPUtime=0 cores=0,2
/proc/68712/task/68745/stat : 68745 (Timer-0) S 68709 68712 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 63086198 19589197824 2430862 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
Current children cumulated CPU time: 3279.9 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 9723448 KiB

[startup+3342.3 s]
/proc/loadavg: 4.24 4.20 4.22 5/332 69119
/proc/meminfo: memFree=100467992/131382112 swapFree=33009904/33010684
[pid=68712] ppid=68709 vsize=19130076 memory=9729736 CPUtime=3340.06 cores=0,2
/proc/68712/stat : 68712 (java) S 68709 68712 66810 0 -1 4194304 308824 0 0 0 333489 517 0 0 20 0 21 0 63061684 19589197824 2432434 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
/proc/68712/statm: 4782519 2432434 5559 1 0 2458545 0
[pid=68712/tid=68714] ppid=68709 vsize=19130076 memory=17920 CPUtime=3266.87 cores=0,2
/proc/68712/task/68714/stat : 68714 (java) R 68709 68712 66810 0 -1 4194368 154902 0 0 0 326442 245 0 0 20 0 21 0 63061686 19589197824 2432434 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
[pid=68712/tid=68723] ppid=68709 vsize=19130076 memory=9729736 CPUtime=0 cores=0,2
/proc/68712/task/68723/stat : 68723 (Finalizer) S 68709 68712 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 63061690 19589197824 2432434 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
[pid=68712/tid=68730] ppid=68709 vsize=19130076 memory=9729736 CPUtime=0 cores=0,2
/proc/68712/task/68730/stat : 68730 (Common-Cleaner) S 68709 68712 66810 0 -1 4194368 3590 0 0 0 0 0 0 0 20 0 21 0 63061691 19589197824 2432434 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
[pid=68712/tid=68745] ppid=68709 vsize=19130076 memory=14720 CPUtime=0 cores=0,2
/proc/68712/task/68745/stat : 68745 (Timer-0) S 68709 68712 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 63086198 19589197824 2432434 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
Current children cumulated CPU time: 3340.06 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 9729736 KiB

[startup+3402.3 s]
/proc/loadavg: 4.66 4.32 4.27 5/331 69121
/proc/meminfo: memFree=100447956/131382112 swapFree=33009904/33010684
[pid=68712] ppid=68709 vsize=19130076 memory=9741768 CPUtime=3394.39 cores=0,2
/proc/68712/stat : 68712 (java) S 68709 68712 66810 0 -1 4194304 315974 0 0 0 338915 524 0 0 20 0 21 0 63061684 19589197824 2435442 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
/proc/68712/statm: 4782519 2435442 5559 1 0 2462319 0
[pid=68712/tid=68714] ppid=68709 vsize=19130076 memory=17920 CPUtime=3320.75 cores=0,2
/proc/68712/task/68714/stat : 68714 (java) R 68709 68712 66810 0 -1 4194368 161048 0 0 0 331828 247 0 0 20 0 21 0 63061686 19589197824 2435442 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
[pid=68712/tid=68723] ppid=68709 vsize=19130076 memory=-4050210904893474453 CPUtime=0 cores=0,2
/proc/68712/task/68723/stat : 68723 (Finalizer) S 68709 68712 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 63061690 19589197824 2435442 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
[pid=68712/tid=68730] ppid=68709 vsize=19130076 memory=14720 CPUtime=0 cores=0,2
/proc/68712/task/68730/stat : 68730 (Common-Cleaner) S 68709 68712 66810 0 -1 4194368 3716 0 0 0 0 0 0 0 20 0 21 0 63061691 19589197824 2435442 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
[pid=68712/tid=68745] ppid=68709 vsize=19130076 memory=9740872 CPUtime=0 cores=0,2
/proc/68712/task/68745/stat : 68745 (Timer-0) S 68709 68712 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 63086198 19589197824 2435442 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
Current children cumulated CPU time: 3394.39 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 9741768 KiB

[startup+3462.3 s]
/proc/loadavg: 4.54 4.36 4.28 5/329 69123
/proc/meminfo: memFree=100376336/131382112 swapFree=33009904/33010684
[pid=68712] ppid=68709 vsize=19130076 memory=9754388 CPUtime=3451.38 cores=0,2
/proc/68712/stat : 68712 (java) S 68709 68712 66810 0 -1 4194304 324060 0 0 0 344606 532 0 0 20 0 21 0 63061684 19589197824 2438597 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
/proc/68712/statm: 4782519 2438597 5559 1 0 2462374 0
[pid=68712/tid=68714] ppid=68709 vsize=19130076 memory=9741768 CPUtime=3377.08 cores=0,2
/proc/68712/task/68714/stat : 68714 (java) R 68709 68712 66810 0 -1 4194368 163191 0 0 0 337458 250 0 0 20 0 21 0 63061686 19589197824 2438597 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
[pid=68712/tid=68723] ppid=68709 vsize=19130076 memory=9754388 CPUtime=0 cores=0,2
/proc/68712/task/68723/stat : 68723 (Finalizer) S 68709 68712 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 63061690 19589197824 2438597 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
[pid=68712/tid=68730] ppid=68709 vsize=19130076 memory=14720 CPUtime=0 cores=0,2
/proc/68712/task/68730/stat : 68730 (Common-Cleaner) S 68709 68712 66810 0 -1 4194368 3824 0 0 0 0 0 0 0 20 0 21 0 63061691 19589197824 2438597 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
[pid=68712/tid=68745] ppid=68709 vsize=19130076 memory=9754388 CPUtime=0 cores=0,2
/proc/68712/task/68745/stat : 68745 (Timer-0) S 68709 68712 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 63086198 19589197824 2438597 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
Current children cumulated CPU time: 3451.38 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 9754388 KiB

[startup+3522.3 s]
/proc/loadavg: 4.31 4.32 4.27 6/329 69125
/proc/meminfo: memFree=100341020/131382112 swapFree=33009904/33010684
[pid=68712] ppid=68709 vsize=19130076 memory=9758952 CPUtime=3501.5 cores=0,2
/proc/68712/stat : 68712 (java) S 68709 68712 66810 0 -1 4194304 330554 0 0 0 349611 539 0 0 20 0 21 0 63061684 19589197824 2439738 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
/proc/68712/statm: 4782519 2439738 5559 1 0 2462374 0
[pid=68712/tid=68714] ppid=68709 vsize=19130076 memory=9754388 CPUtime=3426.38 cores=0,2
/proc/68712/task/68714/stat : 68714 (java) R 68709 68712 66810 0 -1 4194368 166907 0 0 0 342385 253 0 0 20 0 21 0 63061686 19589197824 2439738 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
[pid=68712/tid=68723] ppid=68709 vsize=19130076 memory=9754388 CPUtime=0 cores=0,2
/proc/68712/task/68723/stat : 68723 (Finalizer) S 68709 68712 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 63061690 19589197824 2439738 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
[pid=68712/tid=68730] ppid=68709 vsize=19130076 memory=9758952 CPUtime=0 cores=0,2
/proc/68712/task/68730/stat : 68730 (Common-Cleaner) S 68709 68712 66810 0 -1 4194368 3824 0 0 0 0 0 0 0 20 0 21 0 63061691 19589197824 2439738 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
[pid=68712/tid=68745] ppid=68709 vsize=19130076 memory=14720 CPUtime=0 cores=0,2
/proc/68712/task/68745/stat : 68745 (Timer-0) S 68709 68712 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 63086198 19589197824 2439738 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
Current children cumulated CPU time: 3501.5 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 9758952 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.28 4.26 5/329 69127
/proc/meminfo: memFree=100325056/131382112 swapFree=33009904/33010684
[pid=68712] ppid=68709 vsize=19130076 memory=9758952 CPUtime=3559.54 cores=0,2
/proc/68712/stat : 68712 (java) S 68709 68712 66810 0 -1 4194304 333584 0 0 0 355410 544 0 0 20 0 21 0 63061684 19589197824 2439738 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
/proc/68712/statm: 4782519 2439738 5559 1 0 2462390 0
[pid=68712/tid=68714] ppid=68709 vsize=19130076 memory=11264 CPUtime=3483.65 cores=0,2
/proc/68712/task/68714/stat : 68714 (java) R 68709 68712 66810 0 -1 4194368 168983 0 0 0 348109 256 0 0 20 0 21 0 63061686 19589197824 2439738 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
[pid=68712/tid=68723] ppid=68709 vsize=19130076 memory=9758952 CPUtime=0 cores=0,2
/proc/68712/task/68723/stat : 68723 (Finalizer) S 68709 68712 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 63061690 19589197824 2439738 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
[pid=68712/tid=68730] ppid=68709 vsize=19130076 memory=9758952 CPUtime=0 cores=0,2
/proc/68712/task/68730/stat : 68730 (Common-Cleaner) S 68709 68712 66810 0 -1 4194368 3878 0 0 0 0 0 0 0 20 0 21 0 63061691 19589197824 2439738 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
[pid=68712/tid=68745] ppid=68709 vsize=19130076 memory=11264 CPUtime=0 cores=0,2
/proc/68712/task/68745/stat : 68745 (Timer-0) S 68709 68712 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 63086198 19589197824 2439738 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
Current children cumulated CPU time: 3559.54 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 9758952 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3622.9 s]
/proc/loadavg: 4.12 4.26 4.25 5/331 69132
/proc/meminfo: memFree=100317440/131382112 swapFree=33009904/33010684
[pid=68712] ppid=68709 vsize=19130076 memory=9758952 CPUtime=3600.07 cores=0,2
/proc/68712/stat : 68712 (java) S 68709 68712 66810 0 -1 4194304 337272 0 0 0 359460 547 0 0 20 0 21 0 63061684 19589197824 2439738 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
/proc/68712/statm: 4782519 2439738 5559 1 0 2462390 0
[pid=68712/tid=68714] ppid=68709 vsize=19130076 memory=9758952 CPUtime=3524.15 cores=0,2
/proc/68712/task/68714/stat : 68714 (java) R 68709 68712 66810 0 -1 4194368 172497 0 0 0 352158 257 0 0 20 0 21 0 63061686 19589197824 2439738 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
[pid=68712/tid=68723] ppid=68709 vsize=19130076 memory=9758952 CPUtime=0 cores=0,2
/proc/68712/task/68723/stat : 68723 (Finalizer) S 68709 68712 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 63061690 19589197824 2439738 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
[pid=68712/tid=68730] ppid=68709 vsize=19130076 memory=14720 CPUtime=0 cores=0,2
/proc/68712/task/68730/stat : 68730 (Common-Cleaner) S 68709 68712 66810 0 -1 4194368 4003 0 0 0 0 0 0 0 20 0 21 0 63061691 19589197824 2439738 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
[pid=68712/tid=68745] ppid=68709 vsize=19130076 memory=9758952 CPUtime=0 cores=0,2
/proc/68712/task/68745/stat : 68745 (Timer-0) S 68709 68712 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 63086198 19589197824 2439738 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 9758952 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.91 s, system=5.53578 s

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

[startup+3623 s]*
/proc/loadavg: 4.12 4.26 4.25 8/332 69135
/proc/meminfo: memFree=100316936/131382112 swapFree=33009904/33010684
[pid=68712] ppid=68709 vsize=19329768 memory=9759848 CPUtime=3600.29 cores=0,2
/proc/68712/stat : 68712 (java) S 68709 68712 66810 0 -1 4194304 339541 0 0 0 359481 548 0 0 20 0 22 0 63061684 19793682432 2439962 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
/proc/68712/statm: 4832442 2439962 5591 1 0 2463389 0
[pid=68712/tid=68714] ppid=68709 vsize=19329768 memory=3456 CPUtime=3524.27 cores=0,2
/proc/68712/task/68714/stat : 68714 (java) R 68709 68712 66810 0 -1 4194368 172499 0 0 0 352170 257 0 0 20 0 22 0 63061686 19793682432 2439962 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
[pid=68712/tid=68723] ppid=68709 vsize=19329768 memory=1920 CPUtime=0 cores=0,2
/proc/68712/task/68723/stat : 68723 (Finalizer) S 68709 68712 66810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 63061690 19793682432 2439962 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
[pid=68712/tid=68730] ppid=68709 vsize=19329768 memory=5760 CPUtime=0 cores=0,2
/proc/68712/task/68730/stat : 68730 (Common-Cleaner) S 68709 68712 66810 0 -1 4194368 4003 0 0 0 0 0 0 0 20 0 22 0 63061691 19793682432 2439962 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
[pid=68712/tid=69134] ppid=68709 vsize=19329768 memory=6452091060410345791 CPUtime=0.02 cores=0,2
/proc/68712/task/69134/stat : 69134 (Thread-0) R 68709 68712 66810 0 -1 4194368 442 0 0 0 2 0 0 0 20 0 22 0 63423975 19793682432 2439962 18446744073709551615 94350084575232 94350084578928 140720910142272 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94350084586744 94350084587536 94350092488704 140720910149933 140720910150118 140720910150118 140720910155720 0
Current children cumulated CPU time: 3600.29 s
Current children cumulated vsize: 19329768 KiB
Current children cumulated memory: 9759848 KiB

[startup+3623.11 s]*
/proc/loadavg: 4.12 4.26 4.25 5/312 69135
/proc/meminfo: memFree=109897820/131382112 swapFree=33009904/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3623.15
CPU time (s): 3600.44
CPU user time (s): 3594.91
CPU system time (s): 5.53578
CPU usage (%): 99.3732
Max. virtual memory (cumulated for all children) (KiB): 19329768
Max. memory (cumulated for all children) (KiB): 9762620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.91
system time used= 5.53578
maximum resident set size= 9764668
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 340312
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1498384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 127602
involuntary context switches= 13032


# summary of solver processes directly reported to runsolver:
#   pid: 68712
#   total CPU time (s): 3600.44
#   total CPU user time (s): 3594.91
#   total CPU system time (s): 5.53578

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 22.2508 second user time and 34.5404 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-02 18:30:28
IDJOB=4504625
IDBENCH=155666
IDSOLVER=3362
FILE ID=nodeC001/4504625-1751473827
RUNJOBID= nodeC001-1751468215-66820
SLURM_JOB_ID= 9598486
Free space on /tmp= 432940 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Multihop/normalized-minisat50_6_9_4_mh.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4504625-1751473827/watcher-4504625-1751473827 -o /tmp/evaluation-result-4504625-1751473827/solver-4504625-1751473827 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751468215-66820 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4504625-1751473827 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4504625-1751473827.opb

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

MD5SUM BENCH= 5c375d9eec0e7448397e2587af216396
RANDOM SEED=1145593895

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		: 1197.332
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		: 3626.888
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.172
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.611
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		: 3662.691
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		: 3660.931
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		: 1197.376
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.469
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:        118485052 kB
MemAvailable:   119095916 kB
Buffers:            1668 kB
Cached:          1406400 kB
SwapCached:           32 kB
Active:         11199684 kB
Inactive:        1097648 kB
Active(anon):   10884604 kB
Inactive(anon):    22612 kB
Active(file):     315080 kB
Inactive(file):  1075036 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             27240 kB
Writeback:             0 kB
AnonPages:      10892680 kB
Mapped:           122696 kB
Shmem:             17900 kB
KReclaimable:     120368 kB
Slab:             204788 kB
SReclaimable:     120368 kB
SUnreclaim:        84420 kB
KernelStack:        4912 kB
PageTables:        25004 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   12404384 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150360 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10651648 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= 432896 MiB
End job on nodeC001 at 2025-07-02 19:30:51