Trace number 4515067

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06? (TO) 3600.34 3575.77

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2017/normalized-ivu59.0.u.opb
MD5SUM35958f80d7fcf653e073babd26915af5
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2569996
Total number of constraints3437
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)3436
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint18
Maximum length of a constraint2569996
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 46418
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 500045678
Number of bits of the biggest sum of numbers29
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.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.12	c See www.sat4j.org for details.
0.11/0.12	c version PB25.v20250606
0.11/0.13	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.13	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.13	c java.vm.version	22.0.1+8-16
0.11/0.13	c java.vm.vendor	Oracle Corporation
0.11/0.13	c sun.arch.data.model	64
0.11/0.13	c java.version		22.0.1
0.11/0.13	c os.name		Linux
0.11/0.13	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.13	c os.arch		amd64
0.11/0.13	c Free memory 		2104792832
0.11/0.13	c Max memory 		16282288128
0.11/0.14	c Total memory 		2113929216
0.11/0.14	c Number of processors 	2
0.11/0.18	c Pseudo Boolean Optimization by upper bound
0.11/0.18	c --- Begin Solver configuration ---
0.11/0.18	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.11/0.18	c Learn all clauses as in MiniSAT
0.11/0.18	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.18	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.18	c Expensive reason simplification
0.11/0.18	c Glucose 2.1 dynamic restart strategy
0.11/0.18	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.18	c timeout=2147483s
0.11/0.18	c DB Simplification allowed=false
0.11/0.18	c Listener: none
0.11/0.18	c --- End Solver configuration ---
0.11/0.18	c solving HOME/instance-4515067-1751229984.opb
0.11/0.18	c reading problem ... 
0.11/0.18	c using VERIPB proof format
0.11/0.20	c  no objective function found
77.14/53.79	c ... done. Wall clock time 53.605s.
77.14/53.79	c declared #vars     2569996
77.14/53.79	c #constraints  6873
77.14/53.79	c constraints type 
77.14/53.79	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3436
77.14/53.79	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
77.14/53.79	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3436
77.14/53.79	c 6873 constraints processed.
3600.04/3575.64	c starts		: 2
3600.04/3575.67	c conflicts		: 423
3600.04/3575.67	c decisions		: 2791894
3600.04/3575.67	c propagations		: 45684350
3600.04/3575.67	c inspects		: 35131287
3600.04/3575.68	c shortcuts		: 0
3600.04/3575.68	c learnt literals	: 0
3600.04/3575.68	c learnt binary clauses	: 0
3600.04/3575.68	c learnt ternary clauses	: 0
3600.04/3575.68	c learnt constraints	: 422
3600.04/3575.68	c ignored constraints	: 0
3600.04/3575.68	c root simplifications	: 0
3600.04/3575.68	c removed literals (reason simplification)	: 915734
3600.04/3575.68	c reason swapping (by a shorter reason)	: 0
3600.04/3575.68	c Calls to reduceDB	: 0
3600.04/3575.68	c Number of update (reduction) of LBD	: 99
3600.04/3575.68	c Imported unit clauses	: 0
3600.04/3575.68	c No decision after first conflict	: false
3600.04/3575.68	c number of reductions to clauses (during analyze)	: 0
3600.04/3575.68	c number of learned constraints concerned by reduction	: 0
3600.04/3575.68	c number of learning phase by resolution	: 0
3600.04/3575.68	c number of learning phase by cutting planes	: 0
3600.04/3575.68	c number of rounding to 1 operations	: 0
3600.04/3575.68	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3575.68	c number of reductions of the coefficients by power 2 	: 0
3600.04/3575.68	c number of right shift for reduction by power 2 	: 0
3600.04/3575.68	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3575.68	c number of ending skipping 	: 0
3600.04/3575.68	c number of internal skipping 	: 0
3600.04/3575.68	c number of derivation steps 	: 0
3600.04/3575.68	c number of skipped derivation steps 	: 0
3600.04/3575.68	c number of remaining unassigned 	: 0
3600.04/3575.68	c number of remaining assigned 	: 0
3600.04/3575.68	c number of falsified literals weakened from reason	: 0
3600.04/3575.68	c number of falsified literals weakened from conflict	: 0
3600.04/3575.69	c time for arithmetic operations	: 0
3600.04/3575.69	c minimum degree of deleted constraints	: null
3600.04/3575.69	c maximum degree of deleted constraints	: null
3600.04/3575.69	c number of deleted constraints	: 0
3600.04/3575.70	c speed (assignments/second)	: 12971.875177466069
3600.25/3575.70	c non guided choices	: 2473896
3600.25/3575.71	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 422
3600.25/3575.72	s UNKNOWN
3600.25/3575.72	c Total wall clock time (in seconds): 3575.538

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: 63837 MiB (46352 MiB free)
  memory of node 1: 64465 MiB (58125 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4515067-1751229984/watcher-4515067-1751229984 -o /tmp/evaluation-result-4515067-1751229984/solver-4515067-1751229984 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751222447-26779 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4515067-1751229984 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4515067-1751229984.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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
solver pid=28370, runsolver pid=28367
Current StackSize limit: 8192 KiB


[startup+0.100072 s]*
/proc/loadavg: 4.24 4.23 4.19 5/333 28388
/proc/meminfo: memFree=106963760/131382120 swapFree=33010684/33010684
[pid=28370] ppid=28367 vsize=18930384 memory=53308 CPUtime=0.11 cores=1,3
/proc/28370/stat : 28370 (java) S 28367 28370 26767 0 -1 4194304 5958 0 0 0 9 2 0 0 20 0 18 0 38677557 19384713216 13327 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
/proc/28370/statm: 4732596 13327 5347 1 0 547146 0
[pid=28370/tid=28372] ppid=28367 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=1,3
/proc/28370/task/28372/stat : 28372 (java) R 28367 28370 26767 0 -1 4194368 4863 0 0 0 5 1 0 0 20 0 18 0 38677559 19384713216 13327 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
[pid=28370/tid=28381] ppid=28367 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/28370/task/28381/stat : 28381 (Finalizer) S 28367 28370 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38677561 19384713216 13327 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
[pid=28370/tid=28388] ppid=28367 vsize=18930384 memory=59593594259917 CPUtime=0 cores=1,3
/proc/28370/task/28388/stat : 28388 (Common-Cleaner) S 28367 28370 26767 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 38677562 19384713216 13327 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53308 KiB

[startup+0.214375 s]*
/proc/loadavg: 4.24 4.23 4.19 7/333 28388
/proc/meminfo: memFree=106912340/131382120 swapFree=33010684/33010684
[pid=28370] ppid=28367 vsize=18930384 memory=134440 CPUtime=0.32 cores=1,3
/proc/28370/stat : 28370 (java) S 28367 28370 26767 0 -1 4194304 6789 0 0 0 27 5 0 0 20 0 18 0 38677557 19384713216 33610 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
/proc/28370/statm: 4732596 33610 5411 1 0 547803 0
[pid=28370/tid=28372] ppid=28367 vsize=18930384 memory=4026597660 CPUtime=0.18 cores=1,3
/proc/28370/task/28372/stat : 28372 (java) R 28367 28370 26767 0 -1 4194368 5365 0 0 0 15 3 0 0 20 0 18 0 38677559 19384713216 33610 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
[pid=28370/tid=28381] ppid=28367 vsize=18930384 memory=16878 CPUtime=0 cores=1,3
/proc/28370/task/28381/stat : 28381 (Finalizer) S 28367 28370 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38677561 19384713216 33610 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
[pid=28370/tid=28388] ppid=28367 vsize=18930384 memory=58494082614266 CPUtime=0 cores=1,3
/proc/28370/task/28388/stat : 28388 (Common-Cleaner) S 28367 28370 26767 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 38677562 19384713216 33610 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 134440 KiB

[startup+0.315272 s]*
/proc/loadavg: 4.24 4.23 4.19 6/333 28388
/proc/meminfo: memFree=106896100/131382120 swapFree=33010684/33010684
[pid=28370] ppid=28367 vsize=18930384 memory=149072 CPUtime=0.49 cores=1,3
/proc/28370/stat : 28370 (java) S 28367 28370 26767 0 -1 4194304 6852 0 0 0 44 5 0 0 20 0 18 0 38677557 19384713216 37268 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
/proc/28370/statm: 4732596 37268 5411 1 0 547848 0
[pid=28370/tid=28372] ppid=28367 vsize=18930384 memory=-6000919476984833133 CPUtime=0.27 cores=1,3
/proc/28370/task/28372/stat : 28372 (java) R 28367 28370 26767 0 -1 4194368 5372 0 0 0 24 3 0 0 20 0 18 0 38677559 19384713216 37268 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
[pid=28370/tid=28381] ppid=28367 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/28370/task/28381/stat : 28381 (Finalizer) S 28367 28370 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 38677561 19384713216 37268 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
[pid=28370/tid=28388] ppid=28367 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/28370/task/28388/stat : 28388 (Common-Cleaner) S 28367 28370 26767 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 38677562 19384713216 37268 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 149072 KiB

[startup+0.700293 s]
/proc/loadavg: 4.24 4.23 4.19 6/333 28388
/proc/meminfo: memFree=106822816/131382120 swapFree=33010684/33010684
[pid=28370] ppid=28367 vsize=18996948 memory=240008 CPUtime=1.19 cores=1,3
/proc/28370/stat : 28370 (java) S 28367 28370 26767 0 -1 4194304 8619 0 0 0 112 7 0 0 20 0 19 0 38677557 19452874752 60002 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
/proc/28370/statm: 4749237 60002 5475 1 0 549195 0
[pid=28370/tid=28372] ppid=28367 vsize=18996948 memory=17920 CPUtime=0.61 cores=1,3
/proc/28370/task/28372/stat : 28372 (java) R 28367 28370 26767 0 -1 4194368 5412 0 0 0 57 4 0 0 20 0 19 0 38677559 19452874752 60002 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
[pid=28370/tid=28381] ppid=28367 vsize=18996948 memory=11136 CPUtime=0 cores=1,3
/proc/28370/task/28381/stat : 28381 (Finalizer) S 28367 28370 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38677561 19452874752 60002 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
[pid=28370/tid=28388] ppid=28367 vsize=18996948 memory=3200 CPUtime=0 cores=1,3
/proc/28370/task/28388/stat : 28388 (Common-Cleaner) S 28367 28370 26767 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 38677562 19452874752 60002 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 240008 KiB

[startup+1.50026 s]
/proc/loadavg: 4.24 4.23 4.19 5/334 28389
/proc/meminfo: memFree=106768688/131382120 swapFree=33010684/33010684
[pid=28370] ppid=28367 vsize=18996948 memory=387936 CPUtime=2.06 cores=1,3
/proc/28370/stat : 28370 (java) S 28367 28370 26767 0 -1 4194304 9818 0 0 0 195 11 0 0 20 0 19 0 38677557 19452874752 96984 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
/proc/28370/statm: 4749237 96984 5475 1 0 1177953 0
[pid=28370/tid=28372] ppid=28367 vsize=18996948 memory=3200 CPUtime=1.25 cores=1,3
/proc/28370/task/28372/stat : 28372 (java) R 28367 28370 26767 0 -1 4194368 5488 0 0 0 118 7 0 0 20 0 19 0 38677559 19452874752 96984 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
[pid=28370/tid=28381] ppid=28367 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/28370/task/28381/stat : 28381 (Finalizer) S 28367 28370 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38677561 19452874752 96984 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
[pid=28370/tid=28388] ppid=28367 vsize=18996948 memory=11136 CPUtime=0 cores=1,3
/proc/28370/task/28388/stat : 28388 (Common-Cleaner) S 28367 28370 26767 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 38677562 19452874752 96984 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
Current children cumulated CPU time: 2.06 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 387936 KiB

[startup+3.11384 s]
/proc/loadavg: 4.22 4.23 4.18 6/334 28389
/proc/meminfo: memFree=106342480/131382120 swapFree=33010684/33010684
[pid=28370] ppid=28367 vsize=18996948 memory=650296 CPUtime=3.9 cores=1,3
/proc/28370/stat : 28370 (java) S 28367 28370 26767 0 -1 4194304 10007 0 0 0 372 18 0 0 20 0 19 0 38677557 19452874752 162574 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
/proc/28370/statm: 4749237 162574 5475 1 0 1177988 0
[pid=28370/tid=28372] ppid=28367 vsize=18996948 memory=11136 CPUtime=2.62 cores=1,3
/proc/28370/task/28372/stat : 28372 (java) R 28367 28370 26767 0 -1 4194368 5595 0 0 0 251 11 0 0 20 0 19 0 38677559 19452874752 162574 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
[pid=28370/tid=28381] ppid=28367 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/28370/task/28381/stat : 28381 (Finalizer) S 28367 28370 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 38677561 19452874752 162574 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
[pid=28370/tid=28388] ppid=28367 vsize=18996948 memory=5632 CPUtime=0 cores=1,3
/proc/28370/task/28388/stat : 28388 (Common-Cleaner) S 28367 28370 26767 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 38677562 19452874752 162574 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
Current children cumulated CPU time: 3.9 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 650296 KiB

[startup+6.30029 s]
/proc/loadavg: 4.22 4.23 4.18 8/335 28390
/proc/meminfo: memFree=105130136/131382120 swapFree=33010684/33010684
[pid=28370] ppid=28367 vsize=19063512 memory=2108516 CPUtime=8.92 cores=1,3
/proc/28370/stat : 28370 (java) S 28367 28370 26767 0 -1 4194304 13050 0 2 0 841 51 0 0 20 0 20 0 38677557 19521036288 527129 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
/proc/28370/statm: 4765878 527129 5507 1 0 1810082 0
[pid=28370/tid=28372] ppid=28367 vsize=19063512 memory=5632 CPUtime=4.76 cores=1,3
/proc/28370/task/28372/stat : 28372 (java) R 28367 28370 26767 0 -1 4194368 6621 0 0 0 449 27 0 0 20 0 20 0 38677559 19521036288 527129 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
[pid=28370/tid=28381] ppid=28367 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/28370/task/28381/stat : 28381 (Finalizer) S 28367 28370 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38677561 19521036288 527129 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
[pid=28370/tid=28388] ppid=28367 vsize=19063512 memory=-6000919476984833133 CPUtime=0 cores=1,3
/proc/28370/task/28388/stat : 28388 (Common-Cleaner) S 28367 28370 26767 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38677562 19521036288 527129 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
Current children cumulated CPU time: 8.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2108516 KiB

[startup+12.7003 s]
/proc/loadavg: 4.33 4.25 4.19 6/335 28391
/proc/meminfo: memFree=102770508/131382120 swapFree=33010684/33010684
[pid=28370] ppid=28367 vsize=19063512 memory=4206192 CPUtime=18.15 cores=1,3
/proc/28370/stat : 28370 (java) S 28367 28370 26767 0 -1 4194304 17970 0 2 0 1718 97 0 0 20 0 20 0 38677557 19521036288 1051548 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
/proc/28370/statm: 4765878 1051548 5507 1 0 2993404 0
[pid=28370/tid=28372] ppid=28367 vsize=19063512 memory=2276592 CPUtime=9.86 cores=1,3
/proc/28370/task/28372/stat : 28372 (java) R 28367 28370 26767 0 -1 4194368 7471 0 0 0 925 61 0 0 20 0 20 0 38677559 19521036288 1051548 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
[pid=28370/tid=28381] ppid=28367 vsize=19063512 memory=17920 CPUtime=0 cores=1,3
/proc/28370/task/28381/stat : 28381 (Finalizer) S 28367 28370 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38677561 19521036288 1051548 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
[pid=28370/tid=28388] ppid=28367 vsize=19063512 memory=16464 CPUtime=0 cores=1,3
/proc/28370/task/28388/stat : 28388 (Common-Cleaner) S 28367 28370 26767 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38677562 19521036288 1051548 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
Current children cumulated CPU time: 18.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4206192 KiB

[startup+25.5004 s]
/proc/loadavg: 4.28 4.24 4.19 5/335 28391
/proc/meminfo: memFree=99113616/131382120 swapFree=33010684/33010684
[pid=28370] ppid=28367 vsize=19063512 memory=7257312 CPUtime=36.59 cores=1,3
/proc/28370/stat : 28370 (java) S 28367 28370 26767 0 -1 4194304 20923 0 2 0 3500 159 0 0 20 0 20 0 38677557 19521036288 1814328 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
/proc/28370/statm: 4765878 1814328 5507 1 0 3547042 0
[pid=28370/tid=28372] ppid=28367 vsize=19063512 memory=2276592 CPUtime=20.2 cores=1,3
/proc/28370/task/28372/stat : 28372 (java) R 28367 28370 26767 0 -1 4194368 8743 0 0 0 1907 113 0 0 20 0 20 0 38677559 19521036288 1814328 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
[pid=28370/tid=28381] ppid=28367 vsize=19063512 memory=-6000919476984833133 CPUtime=0 cores=1,3
/proc/28370/task/28381/stat : 28381 (Finalizer) S 28367 28370 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38677561 19521036288 1814328 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
[pid=28370/tid=28388] ppid=28367 vsize=19063512 memory=6577112 CPUtime=0 cores=1,3
/proc/28370/task/28388/stat : 28388 (Common-Cleaner) S 28367 28370 26767 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38677562 19521036288 1814328 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
Current children cumulated CPU time: 36.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7257312 KiB

[startup+51.1077 s]
/proc/loadavg: 4.57 4.31 4.21 6/335 28391
/proc/meminfo: memFree=93914296/131382120 swapFree=33010684/33010684
[pid=28370] ppid=28367 vsize=19063512 memory=11277184 CPUtime=74.21 cores=1,3
/proc/28370/stat : 28370 (java) S 28367 28370 26767 0 -1 4194304 36074 0 2 0 7168 253 0 0 20 0 20 0 38677557 19521036288 2819296 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
/proc/28370/statm: 4765878 2819296 5507 1 0 3913499 0
[pid=28370/tid=28372] ppid=28367 vsize=19063512 memory=-6000919476984833133 CPUtime=41.04 cores=1,3
/proc/28370/task/28372/stat : 28372 (java) R 28367 28370 26767 0 -1 4194368 12596 0 0 0 3908 196 0 0 20 0 20 0 38677559 19521036288 2819296 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
[pid=28370/tid=28381] ppid=28367 vsize=19063512 memory=16464 CPUtime=0 cores=1,3
/proc/28370/task/28381/stat : 28381 (Finalizer) S 28367 28370 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 38677561 19521036288 2819296 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
[pid=28370/tid=28388] ppid=28367 vsize=19063512 memory=-6000919476984833133 CPUtime=0 cores=1,3
/proc/28370/task/28388/stat : 28388 (Common-Cleaner) S 28367 28370 26767 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 38677562 19521036288 2819296 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
Current children cumulated CPU time: 74.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 11277184 KiB

[startup+102.301 s]
/proc/loadavg: 4.26 4.27 4.20 5/335 28395
/proc/meminfo: memFree=92893520/131382120 swapFree=33010684/33010684
[pid=28370] ppid=28367 vsize=19130076 memory=11289672 CPUtime=126.22 cores=1,3
/proc/28370/stat : 28370 (java) S 28367 28370 26767 0 -1 4194304 39508 0 2 0 12364 258 0 0 20 0 21 0 38677557 19589197824 2822418 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
/proc/28370/statm: 4782519 2822418 5507 1 0 3913818 0

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

[startup+3222.3 s]
/proc/loadavg: 3.71 4.24 4.31 4/312 28684
/proc/meminfo: memFree=71303900/131382120 swapFree=33010684/33010684
[pid=28370] ppid=28367 vsize=19130076 memory=11475572 CPUtime=3247.34 cores=1,3
/proc/28370/stat : 28370 (java) S 28367 28370 26767 0 -1 4194304 116866 0 2 0 324205 529 0 0 20 0 21 0 38677557 19589197824 2868893 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
/proc/28370/statm: 4782519 2868893 5507 1 0 3943480 0
[pid=28370/tid=28372] ppid=28367 vsize=19130076 memory=11475572 CPUtime=3201.21 cores=1,3
/proc/28370/task/28372/stat : 28372 (java) R 28367 28370 26767 0 -1 4194368 61112 0 0 0 319877 244 0 0 20 0 21 0 38677559 19589197824 2868893 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
[pid=28370/tid=28381] ppid=28367 vsize=19130076 memory=12544 CPUtime=0 cores=1,3
/proc/28370/task/28381/stat : 28381 (Finalizer) S 28367 28370 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 38677561 19589197824 2868893 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
[pid=28370/tid=28388] ppid=28367 vsize=19130076 memory=11475572 CPUtime=0.01 cores=1,3
/proc/28370/task/28388/stat : 28388 (Common-Cleaner) S 28367 28370 26767 0 -1 4194368 4864 0 0 0 0 1 0 0 20 0 21 0 38677562 19589197824 2868893 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
[pid=28370/tid=28392] ppid=28367 vsize=19130076 memory=11475572 CPUtime=0 cores=1,3
/proc/28370/task/28392/stat : 28392 (Timer-0) S 28367 28370 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 38682946 19589197824 2868893 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
Current children cumulated CPU time: 3247.34 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 11475572 KiB

[startup+3282.3 s]
/proc/loadavg: 3.45 4.07 4.24 5/311 28686
/proc/meminfo: memFree=70706208/131382120 swapFree=33010684/33010684
[pid=28370] ppid=28367 vsize=19130076 memory=11475572 CPUtime=3307.23 cores=1,3
/proc/28370/stat : 28370 (java) S 28367 28370 26767 0 -1 4194304 117280 0 2 0 330190 533 0 0 20 0 21 0 38677557 19589197824 2868893 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
/proc/28370/statm: 4782519 2868893 5507 1 0 3943480 0
[pid=28370/tid=28372] ppid=28367 vsize=19130076 memory=11475572 CPUtime=3261.02 cores=1,3
/proc/28370/task/28372/stat : 28372 (java) R 28367 28370 26767 0 -1 4194368 61449 0 0 0 325858 244 0 0 20 0 21 0 38677559 19589197824 2868893 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
[pid=28370/tid=28381] ppid=28367 vsize=19130076 memory=11475572 CPUtime=0 cores=1,3
/proc/28370/task/28381/stat : 28381 (Finalizer) S 28367 28370 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 38677561 19589197824 2868893 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
[pid=28370/tid=28388] ppid=28367 vsize=19130076 memory=11475572 CPUtime=0.01 cores=1,3
/proc/28370/task/28388/stat : 28388 (Common-Cleaner) S 28367 28370 26767 0 -1 4194368 4884 0 0 0 0 1 0 0 20 0 21 0 38677562 19589197824 2868893 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
[pid=28370/tid=28392] ppid=28367 vsize=19130076 memory=16464 CPUtime=0 cores=1,3
/proc/28370/task/28392/stat : 28392 (Timer-0) S 28367 28370 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 38682946 19589197824 2868893 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
Current children cumulated CPU time: 3307.23 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 11475572 KiB

[startup+3342.3 s]
/proc/loadavg: 2.71 3.75 4.12 3/284 28721
/proc/meminfo: memFree=78173356/131382120 swapFree=33010684/33010684
[pid=28370] ppid=28367 vsize=19130076 memory=11475572 CPUtime=3367.13 cores=1,3
/proc/28370/stat : 28370 (java) S 28367 28370 26767 0 -1 4194304 118101 0 2 0 336176 537 0 0 20 0 21 0 38677557 19589197824 2868893 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
/proc/28370/statm: 4782519 2868893 5507 1 0 3943480 0
[pid=28370/tid=28372] ppid=28367 vsize=19130076 memory=16464 CPUtime=3320.84 cores=1,3
/proc/28370/task/28372/stat : 28372 (java) R 28367 28370 26767 0 -1 4194368 62176 0 0 0 331839 245 0 0 20 0 21 0 38677559 19589197824 2868893 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
[pid=28370/tid=28381] ppid=28367 vsize=19130076 memory=11475572 CPUtime=0 cores=1,3
/proc/28370/task/28381/stat : 28381 (Finalizer) S 28367 28370 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 38677561 19589197824 2868893 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
[pid=28370/tid=28388] ppid=28367 vsize=19130076 memory=11475572 CPUtime=0.01 cores=1,3
/proc/28370/task/28388/stat : 28388 (Common-Cleaner) S 28367 28370 26767 0 -1 4194368 4919 0 0 0 0 1 0 0 20 0 21 0 38677562 19589197824 2868893 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
[pid=28370/tid=28392] ppid=28367 vsize=19130076 memory=16464 CPUtime=0 cores=1,3
/proc/28370/task/28392/stat : 28392 (Timer-0) S 28367 28370 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 38682946 19589197824 2868893 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
Current children cumulated CPU time: 3367.13 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 11475572 KiB

[startup+3402.31 s]
/proc/loadavg: 2.41 3.46 4.00 3/281 28723
/proc/meminfo: memFree=77583256/131382120 swapFree=33010684/33010684
[pid=28370] ppid=28367 vsize=19130076 memory=11475572 CPUtime=3427.04 cores=1,3
/proc/28370/stat : 28370 (java) S 28367 28370 26767 0 -1 4194304 118685 0 2 0 342162 542 0 0 20 0 21 0 38677557 19589197824 2868893 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
/proc/28370/statm: 4782519 2868893 5507 1 0 3943480 0
[pid=28370/tid=28372] ppid=28367 vsize=19130076 memory=11475572 CPUtime=3380.67 cores=1,3
/proc/28370/task/28372/stat : 28372 (java) R 28367 28370 26767 0 -1 4194368 62631 0 0 0 337822 245 0 0 20 0 21 0 38677559 19589197824 2868893 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
[pid=28370/tid=28381] ppid=28367 vsize=19130076 memory=11475572 CPUtime=0 cores=1,3
/proc/28370/task/28381/stat : 28381 (Finalizer) S 28367 28370 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 38677561 19589197824 2868893 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
[pid=28370/tid=28388] ppid=28367 vsize=19130076 memory=17920 CPUtime=0.01 cores=1,3
/proc/28370/task/28388/stat : 28388 (Common-Cleaner) S 28367 28370 26767 0 -1 4194368 4989 0 0 0 0 1 0 0 20 0 21 0 38677562 19589197824 2868893 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
[pid=28370/tid=28392] ppid=28367 vsize=19130076 memory=11475572 CPUtime=0 cores=1,3
/proc/28370/task/28392/stat : 28392 (Timer-0) S 28367 28370 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 38682946 19589197824 2868893 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
Current children cumulated CPU time: 3427.04 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 11475572 KiB

[startup+3462.3 s]
/proc/loadavg: 2.35 3.25 3.89 3/282 28726
/proc/meminfo: memFree=77010324/131382120 swapFree=33010684/33010684
[pid=28370] ppid=28367 vsize=19130076 memory=11475572 CPUtime=3486.93 cores=1,3
/proc/28370/stat : 28370 (java) S 28367 28370 26767 0 -1 4194304 119203 0 2 0 348145 548 0 0 20 0 21 0 38677557 19589197824 2868893 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
/proc/28370/statm: 4782519 2868893 5507 1 0 3943480 0
[pid=28370/tid=28372] ppid=28367 vsize=19130076 memory=11475572 CPUtime=3440.5 cores=1,3
/proc/28370/task/28372/stat : 28372 (java) R 28367 28370 26767 0 -1 4194368 63054 0 0 0 343804 246 0 0 20 0 21 0 38677559 19589197824 2868893 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
[pid=28370/tid=28381] ppid=28367 vsize=19130076 memory=11475572 CPUtime=0 cores=1,3
/proc/28370/task/28381/stat : 28381 (Finalizer) S 28367 28370 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 38677561 19589197824 2868893 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
[pid=28370/tid=28388] ppid=28367 vsize=19130076 memory=17920 CPUtime=0.01 cores=1,3
/proc/28370/task/28388/stat : 28388 (Common-Cleaner) S 28367 28370 26767 0 -1 4194368 5025 0 0 0 0 1 0 0 20 0 21 0 38677562 19589197824 2868893 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
[pid=28370/tid=28392] ppid=28367 vsize=19130076 memory=11475572 CPUtime=0 cores=1,3
/proc/28370/task/28392/stat : 28392 (Timer-0) S 28367 28370 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 38682946 19589197824 2868893 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
Current children cumulated CPU time: 3486.93 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 11475572 KiB

[startup+3522.3 s]
/proc/loadavg: 2.35 3.10 3.79 3/282 28728
/proc/meminfo: memFree=76759152/131382120 swapFree=33010684/33010684
[pid=28370] ppid=28367 vsize=19130076 memory=11475572 CPUtime=3546.84 cores=1,3
/proc/28370/stat : 28370 (java) S 28367 28370 26767 0 -1 4194304 119654 0 2 0 354131 553 0 0 20 0 21 0 38677557 19589197824 2868893 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
/proc/28370/statm: 4782519 2868893 5507 1 0 3943480 0
[pid=28370/tid=28372] ppid=28367 vsize=19130076 memory=5148 CPUtime=3500.32 cores=1,3
/proc/28370/task/28372/stat : 28372 (java) R 28367 28370 26767 0 -1 4194368 63334 0 0 0 349786 246 0 0 20 0 21 0 38677559 19589197824 2868893 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
[pid=28370/tid=28381] ppid=28367 vsize=19130076 memory=11475572 CPUtime=0 cores=1,3
/proc/28370/task/28381/stat : 28381 (Finalizer) S 28367 28370 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 38677561 19589197824 2868893 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
[pid=28370/tid=28388] ppid=28367 vsize=19130076 memory=11136 CPUtime=0.01 cores=1,3
/proc/28370/task/28388/stat : 28388 (Common-Cleaner) S 28367 28370 26767 0 -1 4194368 5087 0 0 0 0 1 0 0 20 0 21 0 38677562 19589197824 2868893 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
[pid=28370/tid=28392] ppid=28367 vsize=19130076 memory=-6000919476984833133 CPUtime=0 cores=1,3
/proc/28370/task/28392/stat : 28392 (Timer-0) S 28367 28370 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 38682946 19589197824 2868893 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
Current children cumulated CPU time: 3546.84 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 11475572 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3575.6 s]
/proc/loadavg: 2.22 2.94 3.70 3/282 28731
/proc/meminfo: memFree=76501568/131382120 swapFree=33010684/33010684
[pid=28370] ppid=28367 vsize=19130076 memory=11475572 CPUtime=3600.04 cores=1,3
/proc/28370/stat : 28370 (java) S 28367 28370 26767 0 -1 4194304 120239 0 2 0 359448 556 0 0 20 0 21 0 38677557 19589197824 2868893 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
/proc/28370/statm: 4782519 2868893 5507 1 0 3943480 0
[pid=28370/tid=28372] ppid=28367 vsize=19130076 memory=17920 CPUtime=3553.46 cores=1,3
/proc/28370/task/28372/stat : 28372 (java) R 28367 28370 26767 0 -1 4194368 63822 0 0 0 355100 246 0 0 20 0 21 0 38677559 19589197824 2868893 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
[pid=28370/tid=28381] ppid=28367 vsize=19130076 memory=-6000919476984833133 CPUtime=0 cores=1,3
/proc/28370/task/28381/stat : 28381 (Finalizer) S 28367 28370 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 38677561 19589197824 2868893 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
[pid=28370/tid=28388] ppid=28367 vsize=19130076 memory=21472 CPUtime=0.01 cores=1,3
/proc/28370/task/28388/stat : 28388 (Common-Cleaner) S 28367 28370 26767 0 -1 4194368 5124 0 0 0 0 1 0 0 20 0 21 0 38677562 19589197824 2868893 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
[pid=28370/tid=28392] ppid=28367 vsize=19130076 memory=4352 CPUtime=0 cores=1,3
/proc/28370/task/28392/stat : 28392 (Timer-0) S 28367 28370 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 38682946 19589197824 2868893 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 11475572 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.71 s, system=5.62708 s

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

[startup+3575.71 s]
/proc/loadavg: 2.22 2.94 3.70 3/282 28731
/proc/meminfo: memFree=76501568/131382120 swapFree=33010684/33010684
[pid=28370] ppid=28367 vsize=19329768 memory=11476468 CPUtime=3600.25 cores=1,3
/proc/28370/stat : 28370 (java) S 28367 28370 26767 0 -1 4194304 122503 0 2 0 359468 557 0 0 20 0 22 0 38677557 19793682432 2869117 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
/proc/28370/statm: 4832442 2869117 5539 1 0 3944399 0
[pid=28370/tid=28372] ppid=28367 vsize=19329768 memory=11475572 CPUtime=3553.57 cores=1,3
/proc/28370/task/28372/stat : 28372 (java) R 28367 28370 26767 0 -1 4194368 63822 0 0 0 355111 246 0 0 20 0 22 0 38677559 19793682432 2869117 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
[pid=28370/tid=28381] ppid=28367 vsize=19329768 memory=11475572 CPUtime=0 cores=1,3
/proc/28370/task/28381/stat : 28381 (Finalizer) S 28367 28370 26767 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 22 0 38677561 19793682432 2869117 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
[pid=28370/tid=28388] ppid=28367 vsize=19329768 memory=11475572 CPUtime=0.01 cores=1,3
/proc/28370/task/28388/stat : 28388 (Common-Cleaner) S 28367 28370 26767 0 -1 4194368 5124 0 0 0 0 1 0 0 20 0 22 0 38677562 19793682432 2869117 18446744073709551615 93970022019072 93970022022768 140721446912560 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93970022030584 93970022031376 93970035126272 140721446918448 140721446918630 140721446918630 140721446924232 0
Current children cumulated CPU time: 3600.25 s
Current children cumulated vsize: 19329768 KiB
Current children cumulated memory: 11476468 KiB

Child status: 143

Real time (s): 3575.77
CPU time (s): 3600.34
CPU user time (s): 3594.71
CPU system time (s): 5.62708
CPU usage (%): 100.687
Max. virtual memory (cumulated for all children) (KiB): 19329768
Max. memory (cumulated for all children) (KiB): 11479008

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.71
system time used= 5.62708
maximum resident set size= 11479008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 123022
page faults= 2
swaps= 0
block input operations= 128
block output operations= 129760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 134327
involuntary context switches= 6783


# summary of solver processes directly reported to runsolver:
#   pid: 28370
#   total CPU time (s): 3600.34
#   total CPU user time (s): 3594.71
#   total CPU system time (s): 5.62708

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.8406 second user time and 38.2298 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-06-29 22:46:29
IDJOB=4515067
IDBENCH=164110
IDSOLVER=3364
FILE ID=nodeC003/4515067-1751229984
RUNJOBID= nodeC003-1751222447-26779
SLURM_JOB_ID= 9587679
Free space on /tmp= 432316 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2017/normalized-ivu59.0.u.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4515067-1751229984/watcher-4515067-1751229984 -o /tmp/evaluation-result-4515067-1751229984/solver-4515067-1751229984 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751222447-26779 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4515067-1751229984 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4515067-1751229984.opb

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

MD5SUM BENCH= 35958f80d7fcf653e073babd26915af5
RANDOM SEED=47521835

nodeC003 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		: 3691.265
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.44
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		: 3491.787
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.44
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.350
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.44
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.160
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.44
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		: 3491.756
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.44
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.474
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.44
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.296
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.44
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.351
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        106984740 kB
MemAvailable:   112774800 kB
Buffers:            3280 kB
Cached:          6594552 kB
SwapCached:            0 kB
Active:         17445664 kB
Inactive:        6345680 kB
Active(anon):   17211908 kB
Inactive(anon):        0 kB
Active(file):     233756 kB
Inactive(file):  6345680 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            681368 kB
Writeback:             0 kB
AnonPages:      17195108 kB
Mapped:           122976 kB
Shmem:             17960 kB
KReclaimable:     100500 kB
Slab:             191804 kB
SReclaimable:     100500 kB
SUnreclaim:        91304 kB
KernelStack:        5088 kB
PageTables:        37272 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:   18675796 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150440 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  16881664 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      191304 kB
DirectMap2M:    11245568 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432320 MiB
End job on nodeC003 at 2025-06-29 23:46:05