Trace number 4506237

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 Resolution VeriPB 2025-06-06? (TO) 3600.19 3619.2

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/NG/
normalized-NG.dot_fibo_10null10mast_rapportOE1.0_TMAX180_K192_cod1.opb
MD5SUMdbf34b7abc88a78c4f9cfedcb1385de8
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 benchmark-451137
Best CPU time to get the best result obtained on this benchmark71743.4
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399113
Total number of constraints400980
Number of constraints which are clauses399002
Number of constraints which are cardinality constraints (but not clauses)1977
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint397089
Number of terms in the objective function 306555
Biggest coefficient in the objective function 10946
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 596093810
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 10946
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 596093810
Number of bits of the biggest sum of numbers30
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	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.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4506237-1751503140.opb
0.13/0.13	c reading problem ... 
0.13/0.14	c using VERIPB proof format
0.13/0.15	c  objective function found
5.70/4.01	c ... done. Wall clock time 3.877s.
5.70/4.01	c declared #vars     399113
5.70/4.01	c #constraints  400980
5.70/4.01	c constraints type 
5.70/4.01	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
5.70/4.01	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
5.70/4.01	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
5.70/4.01	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 374554
5.70/4.01	c 400980 constraints processed.
5.70/4.02	c objective function length is 306555 literals
151.51/147.98	c cleaning 2491 clauses out of 4999 with flag 25523/5000
488.29/484.68	c cleaning 4254 clauses out of 8508 with flag 82115/11000
704.95/701.57	c cleaning 5627 clauses out of 11254 with flag 112804/18000
1106.16/1104.01	c cleaning 6806 clauses out of 13627 with flag 208536/26000
1397.65/1396.10	c cleaning 7786 clauses out of 15821 with flag 277766/35000
1562.02/1560.81	c cleaning 9008 clauses out of 18036 with flag 316884/45001
2068.18/2071.27	c cleaning 9594 clauses out of 20029 with flag 478075/56002
2306.14/2321.25	c cleaning 11198 clauses out of 22435 with flag 520412/68002
2555.01/2570.69	c cleaning 11937 clauses out of 24239 with flag 584531/81004
3095.97/3113.82	c cleaning 12844 clauses out of 26300 with flag 844586/95002
3600.05/3619.12	c starts		: 832
3600.05/3619.13	c conflicts		: 108259
3600.05/3619.13	c decisions		: 4781830
3600.05/3619.13	c propagations		: 5068112794
3600.05/3619.13	c inspects		: 746827329
3600.05/3619.13	c shortcuts		: 0
3600.05/3619.13	c learnt literals	: 1
3600.05/3619.13	c learnt binary clauses	: 952
3600.05/3619.13	c learnt ternary clauses	: 276
3600.05/3619.13	c learnt constraints	: 108257
3600.05/3619.13	c ignored constraints	: 0
3600.05/3619.13	c root simplifications	: 0
3600.05/3619.13	c removed literals (reason simplification)	: 14507586
3600.05/3619.13	c reason swapping (by a shorter reason)	: 0
3600.05/3619.13	c Calls to reduceDB	: 10
3600.05/3619.13	c Number of update (reduction) of LBD	: 49080
3600.05/3619.13	c Imported unit clauses	: 0
3600.05/3619.13	c No decision after first conflict	: false
3600.05/3619.13	c number of reductions to clauses (during analyze)	: 0
3600.05/3619.13	c number of learned constraints concerned by reduction	: 0
3600.05/3619.13	c number of learning phase by resolution	: 0
3600.05/3619.13	c number of learning phase by cutting planes	: 0
3600.05/3619.13	c number of rounding to 1 operations	: 0
3600.05/3619.13	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3619.13	c number of reductions of the coefficients by power 2 	: 0
3600.05/3619.13	c number of right shift for reduction by power 2 	: 0
3600.05/3619.13	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3619.13	c number of ending skipping 	: 0
3600.05/3619.13	c number of internal skipping 	: 0
3600.05/3619.13	c number of derivation steps 	: 0
3600.05/3619.13	c number of skipped derivation steps 	: 0
3600.05/3619.13	c number of remaining unassigned 	: 0
3600.05/3619.13	c number of remaining assigned 	: 0
3600.05/3619.13	c number of falsified literals weakened from reason	: 0
3600.05/3619.14	c number of falsified literals weakened from conflict	: 0
3600.05/3619.14	c time for arithmetic operations	: 0
3600.05/3619.14	c minimum degree of deleted constraints	: null
3600.05/3619.14	c maximum degree of deleted constraints	: null
3600.05/3619.14	c number of deleted constraints	: 0
3600.05/3619.14	c speed (assignments/second)	: 1402019.1597643842
3600.05/3619.14	c non guided choices	: 0
3600.05/3619.16	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 25760
3600.05/3619.16	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 952
3600.05/3619.16	s UNKNOWN
3600.05/3619.16	c Total wall clock time (in seconds): 3619.03

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: 63708 MiB (38697 MiB free)
  memory of node 1: 64465 MiB (56637 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing FSIZE limit: 102400000 KiB
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=70873, runsolver pid=70870

[startup+0.10006 s]*
/proc/loadavg: 4.18 4.14 4.12 6/341 70891
/proc/meminfo: memFree=97600268/131249996 swapFree=33004236/33010684
[pid=70873] ppid=70870 vsize=18930384 memory=57784 CPUtime=0.13 cores=5,7
/proc/70873/stat : 70873 (java) S 70870 70873 69927 0 -1 4194304 6561 0 0 0 11 2 0 0 20 0 18 0 65991876 19384713216 14446 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
/proc/70873/statm: 4732596 14446 5361 1 0 547603 0
[pid=70873/tid=70875] ppid=70870 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/70873/task/70875/stat : 70875 (java) R 70870 70873 69927 0 -1 4194368 5057 0 0 0 6 1 0 0 20 0 18 0 65991877 19384713216 14446 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
[pid=70873/tid=70884] ppid=70870 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/70873/task/70884/stat : 70884 (Finalizer) S 70870 70873 69927 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 65991879 19384713216 14446 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
[pid=70873/tid=70891] ppid=70870 vsize=18930384 memory=58485492679666 CPUtime=0 cores=5,7
/proc/70873/task/70891/stat : 70891 (Common-Cleaner) S 70870 70873 69927 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 65991880 19384713216 14446 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57784 KiB

[startup+0.205739 s]*
/proc/loadavg: 4.18 4.14 4.12 6/341 70891
/proc/meminfo: memFree=97586472/131249996 swapFree=33004236/33010684
[pid=70873] ppid=70870 vsize=18930384 memory=82996 CPUtime=0.29 cores=5,7
/proc/70873/stat : 70873 (java) S 70870 70873 69927 0 -1 4194304 7191 0 0 0 27 2 0 0 20 0 18 0 65991876 19384713216 20749 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
/proc/70873/statm: 4732596 20749 5425 1 0 548055 0
[pid=70873/tid=70875] ppid=70870 vsize=18930384 memory=4026728732 CPUtime=0.17 cores=5,7
/proc/70873/task/70875/stat : 70875 (java) R 70870 70873 69927 0 -1 4194368 5237 0 0 0 15 2 0 0 20 0 18 0 65991877 19384713216 20749 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
[pid=70873/tid=70884] ppid=70870 vsize=18930384 memory=16099 CPUtime=0 cores=5,7
/proc/70873/task/70884/stat : 70884 (Finalizer) S 70870 70873 69927 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 65991879 19384713216 20749 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
[pid=70873/tid=70891] ppid=70870 vsize=18930384 memory=57385981051877 CPUtime=0 cores=5,7
/proc/70873/task/70891/stat : 70891 (Common-Cleaner) S 70870 70873 69927 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 65991880 19384713216 20749 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 82996 KiB

[startup+0.305914 s]*
/proc/loadavg: 4.18 4.14 4.12 6/341 70891
/proc/meminfo: memFree=97546080/131249996 swapFree=33004236/33010684
[pid=70873] ppid=70870 vsize=18930384 memory=125408 CPUtime=0.48 cores=5,7
/proc/70873/stat : 70873 (java) S 70870 70873 69927 0 -1 4194304 8604 0 0 0 45 3 0 0 20 0 18 0 65991876 19384713216 31352 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
/proc/70873/statm: 4732596 31352 5425 1 0 548914 0
[pid=70873/tid=70875] ppid=70870 vsize=18930384 memory=-6000919507032501352 CPUtime=0.26 cores=5,7
/proc/70873/task/70875/stat : 70875 (java) R 70870 70873 69927 0 -1 4194368 5258 0 0 0 24 2 0 0 20 0 18 0 65991877 19384713216 31352 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
[pid=70873/tid=70884] ppid=70870 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/70873/task/70884/stat : 70884 (Finalizer) S 70870 70873 69927 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 65991879 19384713216 31352 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
[pid=70873/tid=70891] ppid=70870 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/70873/task/70891/stat : 70891 (Common-Cleaner) S 70870 70873 69927 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 65991880 19384713216 31352 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 125408 KiB

[startup+0.703968 s]
/proc/loadavg: 4.18 4.14 4.12 6/342 70892
/proc/meminfo: memFree=97476196/131249996 swapFree=33004236/33010684
[pid=70873] ppid=70870 vsize=18996948 memory=213104 CPUtime=1.24 cores=5,7
/proc/70873/stat : 70873 (java) S 70870 70873 69927 0 -1 4194304 9045 0 0 0 118 6 0 0 20 0 19 0 65991876 19452874752 53276 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
/proc/70873/statm: 4749237 53276 5457 1 0 549293 0
[pid=70873/tid=70875] ppid=70870 vsize=18996948 memory=14336 CPUtime=0.58 cores=5,7
/proc/70873/task/70875/stat : 70875 (java) R 70870 70873 69927 0 -1 4194368 5324 0 0 0 55 3 0 0 20 0 19 0 65991877 19452874752 53276 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
[pid=70873/tid=70884] ppid=70870 vsize=18996948 memory=10880 CPUtime=0 cores=5,7
/proc/70873/task/70884/stat : 70884 (Finalizer) S 70870 70873 69927 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 65991879 19452874752 53276 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
[pid=70873/tid=70891] ppid=70870 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/70873/task/70891/stat : 70891 (Common-Cleaner) S 70870 70873 69927 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 65991880 19452874752 53276 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 213104 KiB

[startup+1.50023 s]
/proc/loadavg: 4.18 4.14 4.12 7/342 70892
/proc/meminfo: memFree=97241088/131249996 swapFree=33004236/33010684
[pid=70873] ppid=70870 vsize=18996948 memory=1661372 CPUtime=2.77 cores=5,7
/proc/70873/stat : 70873 (java) S 70870 70873 69927 0 -1 4194304 19054 0 0 0 242 35 0 0 20 0 19 0 65991876 19452874752 415343 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
/proc/70873/statm: 4749237 415343 5489 1 0 1681309 0
[pid=70873/tid=70875] ppid=70870 vsize=18996948 memory=3200 CPUtime=1.2 cores=5,7
/proc/70873/task/70875/stat : 70875 (java) R 70870 70873 69927 0 -1 4194368 6028 0 0 0 90 30 0 0 20 0 19 0 65991877 19452874752 415343 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
[pid=70873/tid=70884] ppid=70870 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/70873/task/70884/stat : 70884 (Finalizer) S 70870 70873 69927 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 65991879 19452874752 415343 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
[pid=70873/tid=70891] ppid=70870 vsize=18996948 memory=10880 CPUtime=0 cores=5,7
/proc/70873/task/70891/stat : 70891 (Common-Cleaner) S 70870 70873 69927 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 65991880 19452874752 415343 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
Current children cumulated CPU time: 2.77 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1661372 KiB

[startup+3.10586 s]
/proc/loadavg: 4.18 4.14 4.12 6/342 70892
/proc/meminfo: memFree=93983744/131249996 swapFree=33004236/33010684
[pid=70873] ppid=70870 vsize=18996948 memory=3761344 CPUtime=4.62 cores=5,7
/proc/70873/stat : 70873 (java) S 70870 70873 69927 0 -1 4194304 20771 0 0 0 389 73 0 0 20 0 19 0 65991876 19452874752 940336 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
/proc/70873/statm: 4749237 940336 5489 1 0 2161782 0
[pid=70873/tid=70875] ppid=70870 vsize=18996948 memory=10880 CPUtime=2.52 cores=5,7
/proc/70873/task/70875/stat : 70875 (java) R 70870 70873 69927 0 -1 4194368 6925 0 0 0 188 64 0 0 20 0 19 0 65991877 19452874752 940336 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
[pid=70873/tid=70884] ppid=70870 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/70873/task/70884/stat : 70884 (Finalizer) S 70870 70873 69927 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 65991879 19452874752 940336 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
[pid=70873/tid=70891] ppid=70870 vsize=18996948 memory=5632 CPUtime=0 cores=5,7
/proc/70873/task/70891/stat : 70891 (Common-Cleaner) S 70870 70873 69927 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 65991880 19452874752 940336 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
Current children cumulated CPU time: 4.62 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3761344 KiB

[startup+6.30023 s]
/proc/loadavg: 4.25 4.16 4.12 5/343 70893
/proc/meminfo: memFree=93874796/131249996 swapFree=33004236/33010684
[pid=70873] ppid=70870 vsize=19063512 memory=3780592 CPUtime=8.93 cores=5,7
/proc/70873/stat : 70873 (java) S 70870 70873 69927 0 -1 4194304 21390 0 0 0 818 75 0 0 20 0 20 0 65991876 19521036288 945148 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
/proc/70873/statm: 4765878 945148 5553 1 0 2162277 0
[pid=70873/tid=70875] ppid=70870 vsize=19063512 memory=5632 CPUtime=5.69 cores=5,7
/proc/70873/task/70875/stat : 70875 (java) R 70870 70873 69927 0 -1 4194368 7117 0 0 0 504 65 0 0 20 0 20 0 65991877 19521036288 945148 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
[pid=70873/tid=70884] ppid=70870 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/70873/task/70884/stat : 70884 (Finalizer) S 70870 70873 69927 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65991879 19521036288 945148 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
[pid=70873/tid=70891] ppid=70870 vsize=19063512 memory=-6000919507032501352 CPUtime=0 cores=5,7
/proc/70873/task/70891/stat : 70891 (Common-Cleaner) S 70870 70873 69927 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 65991880 19521036288 945148 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
[pid=70873/tid=70893] ppid=70870 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/70873/task/70893/stat : 70893 (Timer-0) S 70870 70873 69927 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 65992303 19521036288 945148 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
Current children cumulated CPU time: 8.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3780592 KiB

[startup+12.7002 s]
/proc/loadavg: 4.22 4.15 4.12 7/342 71026
/proc/meminfo: memFree=101787200/131249996 swapFree=33004236/33010684
[pid=70873] ppid=70870 vsize=19130076 memory=3843176 CPUtime=15.74 cores=5,7
/proc/70873/stat : 70873 (java) S 70870 70873 69927 0 -1 4194304 21699 0 0 0 1497 77 0 0 20 0 21 0 65991876 19589197824 960794 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
/proc/70873/statm: 4782519 960794 5553 1 0 2162690 0
[pid=70873/tid=70875] ppid=70870 vsize=19130076 memory=10880 CPUtime=11.91 cores=5,7
/proc/70873/task/70875/stat : 70875 (java) R 70870 70873 69927 0 -1 4194368 7120 0 0 0 1126 65 0 0 20 0 21 0 65991877 19589197824 960794 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
[pid=70873/tid=70884] ppid=70870 vsize=19130076 memory=3780848 CPUtime=0 cores=5,7
/proc/70873/task/70884/stat : 70884 (Finalizer) S 70870 70873 69927 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65991879 19589197824 960794 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
[pid=70873/tid=70891] ppid=70870 vsize=19130076 memory=14156 CPUtime=0 cores=5,7
/proc/70873/task/70891/stat : 70891 (Common-Cleaner) S 70870 70873 69927 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 65991880 19589197824 960794 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
[pid=70873/tid=70893] ppid=70870 vsize=19130076 memory=5632 CPUtime=0 cores=5,7
/proc/70873/task/70893/stat : 70893 (Timer-0) S 70870 70873 69927 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 65992303 19589197824 960794 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
Current children cumulated CPU time: 15.74 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3843176 KiB

[startup+25.5002 s]
/proc/loadavg: 4.32 4.18 4.13 5/344 71095
/proc/meminfo: memFree=99919224/131249996 swapFree=33004236/33010684
[pid=70873] ppid=70870 vsize=19130076 memory=3843560 CPUtime=29.24 cores=5,7
/proc/70873/stat : 70873 (java) S 70870 70873 69927 0 -1 4194304 25019 0 0 0 2846 78 0 0 20 0 21 0 65991876 19589197824 960890 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
/proc/70873/statm: 4782519 960890 5553 1 0 2162690 0
[pid=70873/tid=70875] ppid=70870 vsize=19130076 memory=3780848 CPUtime=24.68 cores=5,7
/proc/70873/task/70875/stat : 70875 (java) R 70870 70873 69927 0 -1 4194368 7660 0 0 0 2403 65 0 0 20 0 21 0 65991877 19589197824 960890 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
[pid=70873/tid=70884] ppid=70870 vsize=19130076 memory=14156 CPUtime=0 cores=5,7
/proc/70873/task/70884/stat : 70884 (Finalizer) S 70870 70873 69927 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65991879 19589197824 960890 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
[pid=70873/tid=70891] ppid=70870 vsize=19130076 memory=5632 CPUtime=0 cores=5,7
/proc/70873/task/70891/stat : 70891 (Common-Cleaner) S 70870 70873 69927 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 65991880 19589197824 960890 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
[pid=70873/tid=70893] ppid=70870 vsize=19130076 memory=10880 CPUtime=0 cores=5,7
/proc/70873/task/70893/stat : 70893 (Timer-0) S 70870 70873 69927 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 65992303 19589197824 960890 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
Current children cumulated CPU time: 29.24 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 3843560 KiB

[startup+51.106 s]
/proc/loadavg: 4.35 4.20 4.14 5/344 71096
/proc/meminfo: memFree=98688872/131249996 swapFree=33004236/33010684
[pid=70873] ppid=70870 vsize=19130076 memory=3843560 CPUtime=54.83 cores=5,7
/proc/70873/stat : 70873 (java) S 70870 70873 69927 0 -1 4194304 28195 0 0 0 5403 80 0 0 20 0 21 0 65991876 19589197824 960890 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
/proc/70873/statm: 4782519 960890 5553 1 0 2162690 0
[pid=70873/tid=70875] ppid=70870 vsize=19130076 memory=3843560 CPUtime=50.21 cores=5,7
/proc/70873/task/70875/stat : 70875 (java) R 70870 70873 69927 0 -1 4194368 8999 0 0 0 4956 65 0 0 20 0 21 0 65991877 19589197824 960890 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
[pid=70873/tid=70884] ppid=70870 vsize=19130076 memory=3843560 CPUtime=0 cores=5,7
/proc/70873/task/70884/stat : 70884 (Finalizer) S 70870 70873 69927 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65991879 19589197824 960890 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
[pid=70873/tid=70891] ppid=70870 vsize=19130076 memory=14156 CPUtime=0 cores=5,7
/proc/70873/task/70891/stat : 70891 (Common-Cleaner) S 70870 70873 69927 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 21 0 65991880 19589197824 960890 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
[pid=70873/tid=70893] ppid=70870 vsize=19130076 memory=3843560 CPUtime=0 cores=5,7
/proc/70873/task/70893/stat : 70893 (Timer-0) S 70870 70873 69927 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 65992303 19589197824 960890 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
Current children cumulated CPU time: 54.83 s
Current children cumulated vsize: 19130076 KiB

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

/proc/meminfo: memFree=87600892/131249996 swapFree=33004236/33010684
[pid=70873] ppid=70870 vsize=19130076 memory=4439116 CPUtime=3264.06 cores=5,7
/proc/70873/stat : 70873 (java) S 70870 70873 69927 0 -1 4194304 100875 0 0 0 326203 203 0 0 20 0 21 0 65991876 19589197824 1109779 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
/proc/70873/statm: 4782519 1109779 5553 1 0 2163935 0
[pid=70873/tid=70875] ppid=70870 vsize=19130076 memory=4439116 CPUtime=3255.86 cores=5,7
/proc/70873/task/70875/stat : 70875 (java) R 70870 70873 69927 0 -1 4194368 53334 0 0 0 325479 107 0 0 20 0 21 0 65991877 19589197824 1109779 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
[pid=70873/tid=70884] ppid=70870 vsize=19130076 memory=4439116 CPUtime=0 cores=5,7
/proc/70873/task/70884/stat : 70884 (Finalizer) S 70870 70873 69927 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65991879 19589197824 1109779 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
[pid=70873/tid=70891] ppid=70870 vsize=19130076 memory=5632 CPUtime=0 cores=5,7
/proc/70873/task/70891/stat : 70891 (Common-Cleaner) S 70870 70873 69927 0 -1 4194368 3846 0 0 0 0 0 0 0 20 0 21 0 65991880 19589197824 1109779 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
[pid=70873/tid=70893] ppid=70870 vsize=19130076 memory=14156 CPUtime=0 cores=5,7
/proc/70873/task/70893/stat : 70893 (Timer-0) S 70870 70873 69927 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 65992303 19589197824 1109779 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
Current children cumulated CPU time: 3264.06 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4439116 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.12 4.09 5/345 71338
/proc/meminfo: memFree=87358040/131249996 swapFree=33004236/33010684
[pid=70873] ppid=70870 vsize=19130076 memory=4439116 CPUtime=3323.93 cores=5,7
/proc/70873/stat : 70873 (java) S 70870 70873 69927 0 -1 4194304 102344 0 0 0 332187 206 0 0 20 0 21 0 65991876 19589197824 1109779 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
/proc/70873/statm: 4782519 1109779 5553 1 0 2163935 0
[pid=70873/tid=70875] ppid=70870 vsize=19130076 memory=14336 CPUtime=3315.68 cores=5,7
/proc/70873/task/70875/stat : 70875 (java) R 70870 70873 69927 0 -1 4194368 54604 0 0 0 331460 108 0 0 20 0 21 0 65991877 19589197824 1109779 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
[pid=70873/tid=70884] ppid=70870 vsize=19130076 memory=3200 CPUtime=0 cores=5,7
/proc/70873/task/70884/stat : 70884 (Finalizer) S 70870 70873 69927 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65991879 19589197824 1109779 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
[pid=70873/tid=70891] ppid=70870 vsize=19130076 memory=4439116 CPUtime=0 cores=5,7
/proc/70873/task/70891/stat : 70891 (Common-Cleaner) S 70870 70873 69927 0 -1 4194368 3846 0 0 0 0 0 0 0 20 0 21 0 65991880 19589197824 1109779 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
[pid=70873/tid=70893] ppid=70870 vsize=19130076 memory=14336 CPUtime=0 cores=5,7
/proc/70873/task/70893/stat : 70893 (Timer-0) S 70870 70873 69927 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 65992303 19589197824 1109779 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
Current children cumulated CPU time: 3323.93 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4439116 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/346 71341
/proc/meminfo: memFree=87068156/131249996 swapFree=33004236/33010684
[pid=70873] ppid=70870 vsize=19130076 memory=4439116 CPUtime=3383.7 cores=5,7
/proc/70873/stat : 70873 (java) S 70870 70873 69927 0 -1 4194304 103831 0 0 0 338161 209 0 0 20 0 21 0 65991876 19589197824 1109779 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
/proc/70873/statm: 4782519 1109779 5553 1 0 2163935 0
[pid=70873/tid=70875] ppid=70870 vsize=19130076 memory=4439116 CPUtime=3375.41 cores=5,7
/proc/70873/task/70875/stat : 70875 (java) R 70870 70873 69927 0 -1 4194368 55780 0 0 0 337432 109 0 0 20 0 21 0 65991877 19589197824 1109779 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
[pid=70873/tid=70884] ppid=70870 vsize=19130076 memory=14336 CPUtime=0 cores=5,7
/proc/70873/task/70884/stat : 70884 (Finalizer) S 70870 70873 69927 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65991879 19589197824 1109779 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
[pid=70873/tid=70891] ppid=70870 vsize=19130076 memory=4439116 CPUtime=0 cores=5,7
/proc/70873/task/70891/stat : 70891 (Common-Cleaner) S 70870 70873 69927 0 -1 4194368 3948 0 0 0 0 0 0 0 20 0 21 0 65991880 19589197824 1109779 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
[pid=70873/tid=70893] ppid=70870 vsize=19130076 memory=4439116 CPUtime=0 cores=5,7
/proc/70873/task/70893/stat : 70893 (Timer-0) S 70870 70873 69927 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 65992303 19589197824 1109779 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
Current children cumulated CPU time: 3383.7 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4439116 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/347 71345
/proc/meminfo: memFree=86652744/131249996 swapFree=33004236/33010684
[pid=70873] ppid=70870 vsize=19130076 memory=4439116 CPUtime=3443.57 cores=5,7
/proc/70873/stat : 70873 (java) S 70870 70873 69927 0 -1 4194304 104513 0 0 0 344146 211 0 0 20 0 21 0 65991876 19589197824 1109779 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
/proc/70873/statm: 4782519 1109779 5553 1 0 2163935 0
[pid=70873/tid=70875] ppid=70870 vsize=19130076 memory=4439116 CPUtime=3435.22 cores=5,7
/proc/70873/task/70875/stat : 70875 (java) R 70870 70873 69927 0 -1 4194368 56318 0 0 0 343413 109 0 0 20 0 21 0 65991877 19589197824 1109779 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
[pid=70873/tid=70884] ppid=70870 vsize=19130076 memory=14336 CPUtime=0 cores=5,7
/proc/70873/task/70884/stat : 70884 (Finalizer) S 70870 70873 69927 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65991879 19589197824 1109779 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
[pid=70873/tid=70891] ppid=70870 vsize=19130076 memory=14156 CPUtime=0 cores=5,7
/proc/70873/task/70891/stat : 70891 (Common-Cleaner) S 70870 70873 69927 0 -1 4194368 4050 0 0 0 0 0 0 0 20 0 21 0 65991880 19589197824 1109779 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
[pid=70873/tid=70893] ppid=70870 vsize=19130076 memory=4439116 CPUtime=0 cores=5,7
/proc/70873/task/70893/stat : 70893 (Timer-0) S 70870 70873 69927 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 65992303 19589197824 1109779 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
Current children cumulated CPU time: 3443.57 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4439116 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/347 71347
/proc/meminfo: memFree=86364356/131249996 swapFree=33004236/33010684
[pid=70873] ppid=70870 vsize=19130076 memory=4439116 CPUtime=3503.42 cores=5,7
/proc/70873/stat : 70873 (java) S 70870 70873 69927 0 -1 4194304 105693 0 0 0 350130 212 0 0 20 0 21 0 65991876 19589197824 1109779 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
/proc/70873/statm: 4782519 1109779 5553 1 0 2163935 0
[pid=70873/tid=70875] ppid=70870 vsize=19130076 memory=4439116 CPUtime=3495.03 cores=5,7
/proc/70873/task/70875/stat : 70875 (java) R 70870 70873 69927 0 -1 4194368 57148 0 0 0 349393 110 0 0 20 0 21 0 65991877 19589197824 1109779 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
[pid=70873/tid=70884] ppid=70870 vsize=19130076 memory=4439116 CPUtime=0 cores=5,7
/proc/70873/task/70884/stat : 70884 (Finalizer) S 70870 70873 69927 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65991879 19589197824 1109779 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
[pid=70873/tid=70891] ppid=70870 vsize=19130076 memory=14156 CPUtime=0 cores=5,7
/proc/70873/task/70891/stat : 70891 (Common-Cleaner) S 70870 70873 69927 0 -1 4194368 4154 0 0 0 0 0 0 0 20 0 21 0 65991880 19589197824 1109779 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
[pid=70873/tid=70893] ppid=70870 vsize=19130076 memory=4439116 CPUtime=0 cores=5,7
/proc/70873/task/70893/stat : 70893 (Timer-0) S 70870 70873 69927 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 65992303 19589197824 1109779 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
Current children cumulated CPU time: 3503.42 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4439116 KiB

[startup+3582.3 s]
/proc/loadavg: 4.07 4.09 4.09 5/346 71353
/proc/meminfo: memFree=86132516/131249996 swapFree=33004236/33010684
[pid=70873] ppid=70870 vsize=19130076 memory=4439116 CPUtime=3563.37 cores=5,7
/proc/70873/stat : 70873 (java) S 70870 70873 69927 0 -1 4194304 109582 0 0 0 356122 215 0 0 20 0 21 0 65991876 19589197824 1109779 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
/proc/70873/statm: 4782519 1109779 5553 1 0 2163935 0
[pid=70873/tid=70875] ppid=70870 vsize=19130076 memory=14156 CPUtime=3554.76 cores=5,7
/proc/70873/task/70875/stat : 70875 (java) R 70870 70873 69927 0 -1 4194368 58413 0 0 0 355365 111 0 0 20 0 21 0 65991877 19589197824 1109779 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
[pid=70873/tid=70884] ppid=70870 vsize=19130076 memory=5632 CPUtime=0 cores=5,7
/proc/70873/task/70884/stat : 70884 (Finalizer) S 70870 70873 69927 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65991879 19589197824 1109779 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
[pid=70873/tid=70891] ppid=70870 vsize=19130076 memory=4439116 CPUtime=0 cores=5,7
/proc/70873/task/70891/stat : 70891 (Common-Cleaner) S 70870 70873 69927 0 -1 4194368 4154 0 0 0 0 0 0 0 20 0 21 0 65991880 19589197824 1109779 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
[pid=70873/tid=70893] ppid=70870 vsize=19130076 memory=4439116 CPUtime=0 cores=5,7
/proc/70873/task/70893/stat : 70893 (Timer-0) S 70870 70873 69927 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 65992303 19589197824 1109779 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
Current children cumulated CPU time: 3563.37 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4439116 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3619.11 s]
/proc/loadavg: 4.16 4.11 4.09 5/346 71355
/proc/meminfo: memFree=85921572/131249996 swapFree=33004236/33010684
[pid=70873] ppid=70870 vsize=19130076 memory=4439116 CPUtime=3600.05 cores=5,7
/proc/70873/stat : 70873 (java) S 70870 70873 69927 0 -1 4194304 110044 0 0 0 359789 216 0 0 20 0 21 0 65991876 19589197824 1109779 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
/proc/70873/statm: 4782519 1109779 5553 1 0 2163935 0
[pid=70873/tid=70875] ppid=70870 vsize=19130076 memory=4439116 CPUtime=3591.41 cores=5,7
/proc/70873/task/70875/stat : 70875 (java) R 70870 70873 69927 0 -1 4194368 58736 0 0 0 359030 111 0 0 20 0 21 0 65991877 19589197824 1109779 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
[pid=70873/tid=70884] ppid=70870 vsize=19130076 memory=4439116 CPUtime=0 cores=5,7
/proc/70873/task/70884/stat : 70884 (Finalizer) S 70870 70873 69927 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65991879 19589197824 1109779 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
[pid=70873/tid=70891] ppid=70870 vsize=19130076 memory=14156 CPUtime=0 cores=5,7
/proc/70873/task/70891/stat : 70891 (Common-Cleaner) S 70870 70873 69927 0 -1 4194368 4211 0 0 0 0 0 0 0 20 0 21 0 65991880 19589197824 1109779 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
[pid=70873/tid=70893] ppid=70870 vsize=19130076 memory=4439116 CPUtime=0 cores=5,7
/proc/70873/task/70893/stat : 70893 (Timer-0) S 70870 70873 69927 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 65992303 19589197824 1109779 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4439116 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598 s, system=2.18686 s

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

[startup+3619.11 s]
/proc/loadavg: 4.16 4.11 4.09 5/346 71355
/proc/meminfo: memFree=85921572/131249996 swapFree=33004236/33010684
[pid=70873] ppid=70870 vsize=19130076 memory=4439116 CPUtime=3600.05 cores=5,7
/proc/70873/stat : 70873 (java) S 70870 70873 69927 0 -1 4194304 110044 0 0 0 359789 216 0 0 20 0 21 0 65991876 19589197824 1109779 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
/proc/70873/statm: 4782519 1109779 5553 1 0 2163935 0
[pid=70873/tid=70875] ppid=70870 vsize=19130076 memory=4439116 CPUtime=3591.41 cores=5,7
/proc/70873/task/70875/stat : 70875 (java) R 70870 70873 69927 0 -1 4194368 58736 0 0 0 359030 111 0 0 20 0 21 0 65991877 19589197824 1109779 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
[pid=70873/tid=70884] ppid=70870 vsize=19130076 memory=4439116 CPUtime=0 cores=5,7
/proc/70873/task/70884/stat : 70884 (Finalizer) S 70870 70873 69927 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 65991879 19589197824 1109779 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
[pid=70873/tid=70891] ppid=70870 vsize=19130076 memory=14156 CPUtime=0 cores=5,7
/proc/70873/task/70891/stat : 70891 (Common-Cleaner) S 70870 70873 69927 0 -1 4194368 4211 0 0 0 0 0 0 0 20 0 21 0 65991880 19589197824 1109779 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
[pid=70873/tid=70893] ppid=70870 vsize=19130076 memory=4439116 CPUtime=0 cores=5,7
/proc/70873/task/70893/stat : 70893 (Timer-0) S 70870 70873 69927 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 21 0 65992303 19589197824 1109779 18446744073709551615 93939501436928 93939501440624 140731402185104 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 93939501448440 93939501449232 93939506491392 140731402189104 140731402189286 140731402189286 140731402194888 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19130076 KiB
Current children cumulated memory: 4439116 KiB

Child status: 143

Real time (s): 3619.2
CPU time (s): 3600.19
CPU user time (s): 3598
CPU system time (s): 2.18686
CPU usage (%): 99.4747
Max. virtual memory (cumulated for all children) (KiB): 19130076
Max. memory (cumulated for all children) (KiB): 4439116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598
system time used= 2.18685
maximum resident set size= 4440140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 112669
page faults= 0
swaps= 0
block input operations= 0
block output operations= 335880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 155480
involuntary context switches= 23462


# summary of solver processes directly reported to runsolver:
#   pid: 70873
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3598
#   total CPU system time (s): 2.18686

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.05607 second user time and 17.0313 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-07-03 02:39:00
IDJOB=4506237
IDBENCH=157926
IDSOLVER=3364
FILE ID=nodeC023/4506237-1751503140
RUNJOBID= nodeC023-1751495880-69940
SLURM_JOB_ID= 9598568
Free space on /tmp= 431752 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB12/OPT-LIN/sroussel/NG/normalized-NG.dot_fibo_10null10mast_rapportOE1.0_TMAX180_K192_cod1.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4506237-1751503140/watcher-4506237-1751503140 -o /tmp/evaluation-result-4506237-1751503140/solver-4506237-1751503140 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751495880-69940 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4506237-1751503140 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4506237-1751503140.opb

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

MD5SUM BENCH= dbf34b7abc88a78c4f9cfedcb1385de8
RANDOM SEED=1938372214

nodeC023 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	: 0xb00002a
cpu MHz		: 3599.911
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.78
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	: 0xb00002a
cpu MHz		: 3599.893
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.78
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	: 0xb00002a
cpu MHz		: 3602.037
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.78
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	: 0xb00002a
cpu MHz		: 3621.740
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.78
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	: 0xb00002a
cpu MHz		: 3599.894
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.78
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	: 0xb00002a
cpu MHz		: 3598.665
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.78
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	: 0xb00002a
cpu MHz		: 3601.112
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.78
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	: 0xb00002a
cpu MHz		: 3599.865
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        97623036 kB
MemAvailable:   114127372 kB
Buffers:              16 kB
Cached:         17249120 kB
SwapCached:          596 kB
Active:         15842164 kB
Inactive:       17046788 kB
Active(anon):   15630132 kB
Inactive(anon):    23220 kB
Active(file):     212032 kB
Inactive(file): 17023568 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33004236 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             33240 kB
Writeback:             0 kB
AnonPages:      15642752 kB
Mapped:           119332 kB
Shmem:             13396 kB
KReclaimable:     215948 kB
Slab:             307600 kB
SReclaimable:     215948 kB
SUnreclaim:        91652 kB
KernelStack:        5232 kB
PageTables:        34348 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   26661964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151496 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  15390720 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:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431716 MiB
End job on nodeC023 at 2025-07-03 03:39:19