Trace number 4505408

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 2025-06-06? (TO) 3600.42 3591

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_1_mh.opb
MD5SUMfb79dc5ec425f6747fbd9d81f9d6ccc8
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 benchmark14278749
Best CPU time to get the best result obtained on this benchmark68921.3
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019600
Biggest coefficient in the objective function 183250432
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 416475778904
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 183250432
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 416475778904
Number of bits of the biggest sum of numbers39
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.09/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.12	c See www.sat4j.org for details.
0.09/0.12	c version PB25.v20250606
0.09/0.13	c java.runtime.name	OpenJDK Runtime Environment
0.09/0.13	c java.vm.name		OpenJDK 64-Bit Server VM
0.09/0.13	c java.vm.version	22.0.1+8-16
0.09/0.13	c java.vm.vendor	Oracle Corporation
0.09/0.13	c sun.arch.data.model	64
0.09/0.13	c java.version		22.0.1
0.09/0.13	c os.name		Linux
0.09/0.13	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.09/0.13	c os.arch		amd64
0.09/0.13	c Free memory 		2106806208
0.09/0.13	c Max memory 		16282288128
0.09/0.13	c Total memory 		2113929216
0.09/0.14	c Number of processors 	2
0.09/0.18	c Pseudo Boolean Optimization by upper bound
0.09/0.18	c --- Begin Solver configuration ---
0.09/0.18	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.09/0.18	c Learn all clauses as in MiniSAT
0.09/0.18	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.18	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.18	c Expensive reason simplification
0.09/0.18	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.18	c timeout=2147483s
0.09/0.18	c DB Simplification allowed=false
0.09/0.18	c Listener: none
0.09/0.18	c --- End Solver configuration ---
0.09/0.18	c solving HOME/instance-4505408-1751479906.opb
0.09/0.18	c reading problem ... 
0.09/0.20	c  objective function found
26.87/19.26	c ... done. Wall clock time 19.079s.
26.87/19.26	c declared #vars     2000400
26.87/19.26	c #constraints  4940614
26.87/19.26	c constraints type 
26.87/19.26	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2970100
26.87/19.26	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 107
26.87/19.26	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
26.87/19.26	c org.sat4j.specs.Constr$1 => 3
26.87/19.26	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
26.87/19.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 985151
26.87/19.26	c 4940614 constraints processed.
26.87/19.27	c objective function length is 1019600 literals
82.53/72.36	c cleaning 2481 clauses out of 5000 with flag 15340/5000
224.84/214.27	c cleaning 4222 clauses out of 8519 with flag 41627/11000
384.06/373.02	c cleaning 5619 clauses out of 11298 with flag 69958/18001
577.21/565.58	c cleaning 6819 clauses out of 13678 with flag 99699/26000
769.35/757.83	c cleaning 7903 clauses out of 15859 with flag 134116/35000
977.80/966.49	c cleaning 8941 clauses out of 17959 with flag 168100/45003
1218.66/1207.47	c cleaning 9986 clauses out of 20015 with flag 207497/56000
2017.59/2007.13	c cleaning 11019 clauses out of 22037 with flag 276930/68008
3244.42/3234.83	c cleaning 11977 clauses out of 24010 with flag 394707/81000
3600.06/3590.85	c starts		: 28
3600.06/3590.87	c conflicts		: 87811
3600.06/3590.87	c decisions		: 1622813
3600.06/3590.87	c propagations		: 878241599
3600.06/3590.87	c inspects		: 17099162788
3600.06/3590.87	c shortcuts		: 0
3600.06/3590.87	c learnt literals	: 0
3600.06/3590.87	c learnt binary clauses	: 52
3600.06/3590.87	c learnt ternary clauses	: 3
3600.06/3590.87	c learnt constraints	: 87811
3600.06/3590.87	c ignored constraints	: 0
3600.06/3590.87	c root simplifications	: 0
3600.06/3590.87	c removed literals (reason simplification)	: 2306989
3600.06/3590.87	c reason swapping (by a shorter reason)	: 0
3600.06/3590.87	c Calls to reduceDB	: 9
3600.06/3590.87	c Number of update (reduction) of LBD	: 47629
3600.06/3590.87	c Imported unit clauses	: 0
3600.06/3590.87	c No decision after first conflict	: false
3600.06/3590.88	c number of reductions to clauses (during analyze)	: 0
3600.06/3590.88	c number of learned constraints concerned by reduction	: 0
3600.06/3590.88	c number of learning phase by resolution	: 0
3600.06/3590.88	c number of learning phase by cutting planes	: 0
3600.06/3590.88	c number of rounding to 1 operations	: 0
3600.06/3590.88	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3590.88	c number of reductions of the coefficients by power 2 	: 0
3600.06/3590.88	c number of right shift for reduction by power 2 	: 0
3600.06/3590.88	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3590.88	c number of ending skipping 	: 0
3600.06/3590.88	c number of internal skipping 	: 0
3600.06/3590.88	c number of derivation steps 	: 0
3600.06/3590.88	c number of skipped derivation steps 	: 0
3600.06/3590.88	c number of remaining unassigned 	: 0
3600.06/3590.88	c number of remaining assigned 	: 0
3600.06/3590.88	c number of falsified literals weakened from reason	: 0
3600.06/3590.89	c number of falsified literals weakened from conflict	: 0
3600.06/3590.89	c time for arithmetic operations	: 0
3600.06/3590.90	c minimum degree of deleted constraints	: null
3600.06/3590.90	c maximum degree of deleted constraints	: null
3600.27/3590.90	c number of deleted constraints	: 0
3600.27/3590.92	c speed (assignments/second)	: 245908.16904531838
3600.27/3590.92	c non guided choices	: 231
3600.27/3590.96	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 18792
3600.27/3590.96	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 52
3600.27/3590.96	s UNKNOWN
3600.27/3590.96	c Total wall clock time (in seconds): 3590.78

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63794 MiB (45632 MiB free)
  memory of node 1: 64507 MiB (60995 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4505408-1751479906/watcher-4505408-1751479906 -o /tmp/evaluation-result-4505408-1751479906/solver-4505408-1751479906 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751476316-66854 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4505408-1751479906.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 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=67223, runsolver pid=67220
Current StackSize limit: 8192 KiB


[startup+0.100062 s]*
/proc/loadavg: 4.11 4.12 4.13 7/324 67241
/proc/meminfo: memFree=109160248/131382120 swapFree=33010416/33010684
[pid=67223] ppid=67220 vsize=18930384 memory=50488 CPUtime=0.09 cores=5,7
/proc/67223/stat : 67223 (java) S 67220 67223 66841 0 -1 4194304 5812 0 0 0 7 2 0 0 20 0 18 0 63670091 19384713216 12622 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
/proc/67223/statm: 4732596 12622 5326 1 0 547017 0
[pid=67223/tid=67225] ppid=67220 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=5,7
/proc/67223/task/67225/stat : 67225 (java) R 67220 67223 66841 0 -1 4194368 4734 0 0 0 5 1 0 0 20 0 18 0 63670093 19384713216 12622 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
[pid=67223/tid=67234] ppid=67220 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/67223/task/67234/stat : 67234 (Finalizer) S 67220 67223 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 63670098 19384713216 12622 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
[pid=67223/tid=67241] ppid=67220 vsize=18930384 memory=58494082626307 CPUtime=0 cores=5,7
/proc/67223/task/67241/stat : 67241 (Common-Cleaner) S 67220 67223 66841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 63670099 19384713216 12622 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 50488 KiB

[startup+0.205584 s]*
/proc/loadavg: 4.11 4.12 4.13 7/324 67241
/proc/meminfo: memFree=109079400/131382120 swapFree=33010416/33010684
[pid=67223] ppid=67220 vsize=18930384 memory=134420 CPUtime=0.29 cores=5,7
/proc/67223/stat : 67223 (java) S 67220 67223 66841 0 -1 4194304 6750 0 0 0 25 4 0 0 20 0 18 0 63670091 19384713216 33605 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
/proc/67223/statm: 4732596 33605 5422 1 0 547764 0
[pid=67223/tid=67225] ppid=67220 vsize=18930384 memory=4026728732 CPUtime=0.16 cores=5,7
/proc/67223/task/67225/stat : 67225 (java) R 67220 67223 66841 0 -1 4194368 5352 0 0 0 13 3 0 0 20 0 18 0 63670093 19384713216 33605 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
[pid=67223/tid=67234] ppid=67220 vsize=18930384 memory=12896 CPUtime=0 cores=5,7
/proc/67223/task/67234/stat : 67234 (Finalizer) S 67220 67223 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 63670098 19384713216 33605 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
[pid=67223/tid=67241] ppid=67220 vsize=18930384 memory=57394570986489 CPUtime=0 cores=5,7
/proc/67223/task/67241/stat : 67241 (Common-Cleaner) S 67220 67223 66841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 63670099 19384713216 33605 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 134420 KiB

[startup+0.30567 s]*
/proc/loadavg: 4.11 4.12 4.13 6/324 67241
/proc/meminfo: memFree=109071524/131382120 swapFree=33010416/33010684
[pid=67223] ppid=67220 vsize=18930384 memory=147340 CPUtime=0.48 cores=5,7
/proc/67223/stat : 67223 (java) S 67220 67223 66841 0 -1 4194304 8636 0 0 0 43 5 0 0 20 0 18 0 63670091 19384713216 36835 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
/proc/67223/statm: 4732596 36835 5422 1 0 549046 0
[pid=67223/tid=67225] ppid=67220 vsize=18930384 memory=-6000919507116778857 CPUtime=0.24 cores=5,7
/proc/67223/task/67225/stat : 67225 (java) R 67220 67223 66841 0 -1 4194368 5363 0 0 0 21 3 0 0 20 0 18 0 63670093 19384713216 36835 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
[pid=67223/tid=67234] ppid=67220 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/67223/task/67234/stat : 67234 (Finalizer) S 67220 67223 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 63670098 19384713216 36835 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
[pid=67223/tid=67241] ppid=67220 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/67223/task/67241/stat : 67241 (Common-Cleaner) S 67220 67223 66841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 63670099 19384713216 36835 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 147340 KiB

[startup+0.700243 s]
/proc/loadavg: 4.11 4.12 4.13 5/324 67241
/proc/meminfo: memFree=109045184/131382120 swapFree=33010416/33010684
[pid=67223] ppid=67220 vsize=18930384 memory=218572 CPUtime=1.05 cores=5,7
/proc/67223/stat : 67223 (java) S 67220 67223 66841 0 -1 4194304 9067 0 0 0 98 7 0 0 20 0 18 0 63670091 19384713216 54643 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
/proc/67223/statm: 4732596 54643 5422 1 0 549294 0
[pid=67223/tid=67225] ppid=67220 vsize=18930384 memory=17920 CPUtime=0.6 cores=5,7
/proc/67223/task/67225/stat : 67225 (java) R 67220 67223 66841 0 -1 4194368 5403 0 0 0 55 5 0 0 20 0 18 0 63670093 19384713216 54643 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
[pid=67223/tid=67234] ppid=67220 vsize=18930384 memory=11136 CPUtime=0 cores=5,7
/proc/67223/task/67234/stat : 67234 (Finalizer) S 67220 67223 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 63670098 19384713216 54643 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
[pid=67223/tid=67241] ppid=67220 vsize=18930384 memory=3200 CPUtime=0 cores=5,7
/proc/67223/task/67241/stat : 67241 (Common-Cleaner) S 67220 67223 66841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 63670099 19384713216 54643 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
Current children cumulated CPU time: 1.05 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 218572 KiB

[startup+1.50032 s]
/proc/loadavg: 4.11 4.12 4.13 7/326 67245
/proc/meminfo: memFree=108953056/131382120 swapFree=33010416/33010684
[pid=67223] ppid=67220 vsize=18996948 memory=278860 CPUtime=1.89 cores=5,7
/proc/67223/stat : 67223 (java) S 67220 67223 66841 0 -1 4194304 9304 0 0 0 180 9 0 0 20 0 19 0 63670091 19452874752 69715 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
/proc/67223/statm: 4749237 69715 5454 1 0 549600 0
[pid=67223/tid=67225] ppid=67220 vsize=18996948 memory=3200 CPUtime=1.29 cores=5,7
/proc/67223/task/67225/stat : 67225 (java) R 67220 67223 66841 0 -1 4194368 5411 0 0 0 123 6 0 0 20 0 19 0 63670093 19452874752 69715 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
[pid=67223/tid=67234] ppid=67220 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/67223/task/67234/stat : 67234 (Finalizer) S 67220 67223 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 63670098 19452874752 69715 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
[pid=67223/tid=67241] ppid=67220 vsize=18996948 memory=11136 CPUtime=0 cores=5,7
/proc/67223/task/67241/stat : 67241 (Common-Cleaner) S 67220 67223 66841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 63670099 19452874752 69715 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
Current children cumulated CPU time: 1.89 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 278860 KiB

[startup+3.10987 s]
/proc/loadavg: 4.10 4.11 4.13 6/305 67259
/proc/meminfo: memFree=114505860/131382120 swapFree=33010416/33010684
[pid=67223] ppid=67220 vsize=18996948 memory=995512 CPUtime=4.25 cores=5,7
/proc/67223/stat : 67223 (java) S 67220 67223 66841 0 -1 4194304 10613 0 0 0 400 25 0 0 20 0 19 0 63670091 19452874752 248878 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
/proc/67223/statm: 4749237 248878 5518 1 0 1076064 0
[pid=67223/tid=67225] ppid=67220 vsize=18996948 memory=11136 CPUtime=2.6 cores=5,7
/proc/67223/task/67225/stat : 67225 (java) R 67220 67223 66841 0 -1 4194368 5807 0 0 0 240 20 0 0 20 0 19 0 63670093 19452874752 248878 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
[pid=67223/tid=67234] ppid=67220 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/67223/task/67234/stat : 67234 (Finalizer) S 67220 67223 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 63670098 19452874752 248878 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
[pid=67223/tid=67241] ppid=67220 vsize=18996948 memory=5760 CPUtime=0 cores=5,7
/proc/67223/task/67241/stat : 67241 (Common-Cleaner) S 67220 67223 66841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 63670099 19452874752 248878 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
Current children cumulated CPU time: 4.25 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 995512 KiB

[startup+6.30025 s]
/proc/loadavg: 4.10 4.11 4.13 5/305 67259
/proc/meminfo: memFree=113791664/131382120 swapFree=33010416/33010684
[pid=67223] ppid=67220 vsize=18996948 memory=1975276 CPUtime=9.43 cores=5,7
/proc/67223/stat : 67223 (java) S 67220 67223 66841 0 -1 4194304 23956 0 0 0 895 48 0 0 20 0 19 0 63670091 19452874752 493819 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
/proc/67223/statm: 4749237 493819 5518 1 0 2510181 0
[pid=67223/tid=67225] ppid=67220 vsize=18996948 memory=5760 CPUtime=5 cores=5,7
/proc/67223/task/67225/stat : 67225 (java) R 67220 67223 66841 0 -1 4194368 6226 0 0 0 465 35 0 0 20 0 19 0 63670093 19452874752 493819 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
[pid=67223/tid=67234] ppid=67220 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/67223/task/67234/stat : 67234 (Finalizer) S 67220 67223 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 63670098 19452874752 493819 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
[pid=67223/tid=67241] ppid=67220 vsize=18996948 memory=-6000919507116778857 CPUtime=0 cores=5,7
/proc/67223/task/67241/stat : 67241 (Common-Cleaner) S 67220 67223 66841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 63670099 19452874752 493819 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
Current children cumulated CPU time: 9.43 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1975276 KiB

[startup+12.7003 s]
/proc/loadavg: 4.49 4.19 4.15 5/283 67348
/proc/meminfo: memFree=118710864/131382120 swapFree=33010416/33010684
[pid=67223] ppid=67220 vsize=18996948 memory=3282772 CPUtime=18.07 cores=5,7
/proc/67223/stat : 67223 (java) S 67220 67223 66841 0 -1 4194304 26255 0 0 0 1725 82 0 0 20 0 19 0 63670091 19452874752 820693 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
/proc/67223/statm: 4749237 820693 5518 1 0 3162440 0
[pid=67223/tid=67225] ppid=67220 vsize=18996948 memory=2082496 CPUtime=9.97 cores=5,7
/proc/67223/task/67225/stat : 67225 (java) R 67220 67223 66841 0 -1 4194368 7059 0 0 0 934 63 0 0 20 0 19 0 63670093 19452874752 820693 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
[pid=67223/tid=67234] ppid=67220 vsize=18996948 memory=2671196 CPUtime=0 cores=5,7
/proc/67223/task/67234/stat : 67234 (Finalizer) S 67220 67223 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 63670098 19452874752 820693 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
[pid=67223/tid=67241] ppid=67220 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/67223/task/67241/stat : 67241 (Common-Cleaner) S 67220 67223 66841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 63670099 19452874752 820693 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
Current children cumulated CPU time: 18.07 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3282772 KiB

[startup+25.5003 s]
/proc/loadavg: 4.79 4.27 4.18 5/324 67443
/proc/meminfo: memFree=108410684/131382120 swapFree=33010416/33010684
[pid=67223] ppid=67220 vsize=19063512 memory=4864760 CPUtime=35.38 cores=5,7
/proc/67223/stat : 67223 (java) S 67220 67223 66841 0 -1 4194304 28318 0 0 0 3415 123 0 0 20 0 20 0 63670091 19521036288 1216190 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
/proc/67223/statm: 4765878 1216190 5550 1 0 3534715 0
[pid=67223/tid=67225] ppid=67220 vsize=19063512 memory=2082496 CPUtime=21.35 cores=5,7
/proc/67223/task/67225/stat : 67225 (java) R 67220 67223 66841 0 -1 4194368 7777 0 0 0 2044 91 0 0 20 0 20 0 63670093 19521036288 1216190 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
[pid=67223/tid=67234] ppid=67220 vsize=19063512 memory=3282772 CPUtime=0 cores=5,7
/proc/67223/task/67234/stat : 67234 (Finalizer) S 67220 67223 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63670098 19521036288 1216190 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
[pid=67223/tid=67241] ppid=67220 vsize=19063512 memory=17920 CPUtime=0 cores=5,7
/proc/67223/task/67241/stat : 67241 (Common-Cleaner) S 67220 67223 66841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 63670099 19521036288 1216190 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
[pid=67223/tid=67441] ppid=67220 vsize=19063512 memory=4858488 CPUtime=0 cores=5,7
/proc/67223/task/67441/stat : 67441 (Timer-0) S 67220 67223 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63672038 19521036288 1216190 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
Current children cumulated CPU time: 35.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4864760 KiB

[startup+51.1133 s]
/proc/loadavg: 5.16 4.39 4.22 5/327 67447
/proc/meminfo: memFree=103829856/131382120 swapFree=33010416/33010684
[pid=67223] ppid=67220 vsize=19063512 memory=5034796 CPUtime=61.33 cores=5,7
/proc/67223/stat : 67223 (java) S 67220 67223 66841 0 -1 4194304 34325 0 0 0 6001 132 0 0 20 0 20 0 63670091 19521036288 1258699 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
/proc/67223/statm: 4765878 1258699 5550 1 0 3534729 0
[pid=67223/tid=67225] ppid=67220 vsize=19063512 memory=5014316 CPUtime=46.87 cores=5,7
/proc/67223/task/67225/stat : 67225 (java) R 67220 67223 66841 0 -1 4194368 10646 0 0 0 4591 96 0 0 20 0 20 0 63670093 19521036288 1258699 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
[pid=67223/tid=67234] ppid=67220 vsize=19063512 memory=14304 CPUtime=0 cores=5,7
/proc/67223/task/67234/stat : 67234 (Finalizer) S 67220 67223 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63670098 19521036288 1258699 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
[pid=67223/tid=67241] ppid=67220 vsize=19063512 memory=17920 CPUtime=0 cores=5,7
/proc/67223/task/67241/stat : 67241 (Common-Cleaner) S 67220 67223 66841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 63670099 19521036288 1258699 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
[pid=67223/tid=67441] ppid=67220 vsize=19063512 memory=11136 CPUtime=0 cores=5,7
/proc/67223/task/67441/stat : 67441 (Timer-0) S 67220 67223 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63672038 19521036288 1258699 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
Current children cumulated CPU time: 61.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5034796 KiB

[startup+102.301 s]
/proc/loadavg: 5.03 4.50 4.27 5/328 67450
/proc/meminfo: memFree=103500428/131382120 swapFree=33010416/33010684

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

[startup+3282.3 s]
/proc/loadavg: 4.05 4.11 4.15 5/327 67614
/proc/meminfo: memFree=101525924/131382120 swapFree=33010416/33010684
[pid=67223] ppid=67220 vsize=19063512 memory=5606828 CPUtime=3291.88 cores=5,7
/proc/67223/stat : 67223 (java) S 67220 67223 66841 0 -1 4194304 110266 0 0 0 328741 447 0 0 20 0 20 0 63670091 19521036288 1401707 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
/proc/67223/statm: 4765878 1401707 5550 1 0 3535071 0
[pid=67223/tid=67225] ppid=67220 vsize=19063512 memory=11136 CPUtime=3268.73 cores=5,7
/proc/67223/task/67225/stat : 67225 (java) R 67220 67223 66841 0 -1 4194368 64051 0 0 0 326743 130 0 0 20 0 20 0 63670093 19521036288 1401707 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
[pid=67223/tid=67234] ppid=67220 vsize=19063512 memory=2728 CPUtime=0 cores=5,7
/proc/67223/task/67234/stat : 67234 (Finalizer) S 67220 67223 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63670098 19521036288 1401707 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
[pid=67223/tid=67241] ppid=67220 vsize=19063512 memory=5760 CPUtime=0 cores=5,7
/proc/67223/task/67241/stat : 67241 (Common-Cleaner) S 67220 67223 66841 0 -1 4194368 4223 0 0 0 0 0 0 0 20 0 20 0 63670099 19521036288 1401707 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
[pid=67223/tid=67441] ppid=67220 vsize=19063512 memory=14304 CPUtime=0 cores=5,7
/proc/67223/task/67441/stat : 67441 (Timer-0) S 67220 67223 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63672038 19521036288 1401707 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
Current children cumulated CPU time: 3291.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5606828 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.12 4.15 5/327 67616
/proc/meminfo: memFree=101509304/131382120 swapFree=33010416/33010684
[pid=67223] ppid=67220 vsize=19063512 memory=5606828 CPUtime=3351.82 cores=5,7
/proc/67223/stat : 67223 (java) S 67220 67223 66841 0 -1 4194304 111404 0 0 0 334729 453 0 0 20 0 20 0 63670091 19521036288 1401707 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
/proc/67223/statm: 4765878 1401707 5550 1 0 3535071 0
[pid=67223/tid=67225] ppid=67220 vsize=19063512 memory=5606828 CPUtime=3328.58 cores=5,7
/proc/67223/task/67225/stat : 67225 (java) R 67220 67223 66841 0 -1 4194368 65133 0 0 0 332727 131 0 0 20 0 20 0 63670093 19521036288 1401707 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
[pid=67223/tid=67234] ppid=67220 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/67223/task/67234/stat : 67234 (Finalizer) S 67220 67223 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63670098 19521036288 1401707 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
[pid=67223/tid=67241] ppid=67220 vsize=19063512 memory=5606828 CPUtime=0 cores=5,7
/proc/67223/task/67241/stat : 67241 (Common-Cleaner) S 67220 67223 66841 0 -1 4194368 4223 0 0 0 0 0 0 0 20 0 20 0 63670099 19521036288 1401707 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
[pid=67223/tid=67441] ppid=67220 vsize=19063512 memory=5606828 CPUtime=0 cores=5,7
/proc/67223/task/67441/stat : 67441 (Timer-0) S 67220 67223 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63672038 19521036288 1401707 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
Current children cumulated CPU time: 3351.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5606828 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.11 4.14 5/328 67623
/proc/meminfo: memFree=101488856/131382120 swapFree=33010416/33010684
[pid=67223] ppid=67220 vsize=19063512 memory=5606828 CPUtime=3411.76 cores=5,7
/proc/67223/stat : 67223 (java) S 67220 67223 66841 0 -1 4194304 112189 0 0 0 340718 458 0 0 20 0 20 0 63670091 19521036288 1401707 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
/proc/67223/statm: 4765878 1401707 5550 1 0 3535071 0
[pid=67223/tid=67225] ppid=67220 vsize=19063512 memory=5606828 CPUtime=3388.42 cores=5,7
/proc/67223/task/67225/stat : 67225 (java) R 67220 67223 66841 0 -1 4194368 65717 0 0 0 338711 131 0 0 20 0 20 0 63670093 19521036288 1401707 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
[pid=67223/tid=67234] ppid=67220 vsize=19063512 memory=5606828 CPUtime=0 cores=5,7
/proc/67223/task/67234/stat : 67234 (Finalizer) S 67220 67223 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63670098 19521036288 1401707 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
[pid=67223/tid=67241] ppid=67220 vsize=19063512 memory=14304 CPUtime=0 cores=5,7
/proc/67223/task/67241/stat : 67241 (Common-Cleaner) S 67220 67223 66841 0 -1 4194368 4344 0 0 0 0 0 0 0 20 0 20 0 63670099 19521036288 1401707 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
[pid=67223/tid=67441] ppid=67220 vsize=19063512 memory=4224 CPUtime=0 cores=5,7
/proc/67223/task/67441/stat : 67441 (Timer-0) S 67220 67223 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63672038 19521036288 1401707 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
Current children cumulated CPU time: 3411.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5606828 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.11 4.14 5/327 67625
/proc/meminfo: memFree=101472480/131382120 swapFree=33010416/33010684
[pid=67223] ppid=67220 vsize=19063512 memory=5606828 CPUtime=3471.69 cores=5,7
/proc/67223/stat : 67223 (java) S 67220 67223 66841 0 -1 4194304 112739 0 0 0 346706 463 0 0 20 0 20 0 63670091 19521036288 1401707 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
/proc/67223/statm: 4765878 1401707 5550 1 0 3535071 0
[pid=67223/tid=67225] ppid=67220 vsize=19063512 memory=5606828 CPUtime=3448.28 cores=5,7
/proc/67223/task/67225/stat : 67225 (java) R 67220 67223 66841 0 -1 4194368 66224 0 0 0 344696 132 0 0 20 0 20 0 63670093 19521036288 1401707 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
[pid=67223/tid=67234] ppid=67220 vsize=19063512 memory=5606828 CPUtime=0 cores=5,7
/proc/67223/task/67234/stat : 67234 (Finalizer) S 67220 67223 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63670098 19521036288 1401707 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
[pid=67223/tid=67241] ppid=67220 vsize=19063512 memory=5606828 CPUtime=0 cores=5,7
/proc/67223/task/67241/stat : 67241 (Common-Cleaner) S 67220 67223 66841 0 -1 4194368 4344 0 0 0 0 0 0 0 20 0 20 0 63670099 19521036288 1401707 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
[pid=67223/tid=67441] ppid=67220 vsize=19063512 memory=17920 CPUtime=0 cores=5,7
/proc/67223/task/67441/stat : 67441 (Timer-0) S 67220 67223 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63672038 19521036288 1401707 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
Current children cumulated CPU time: 3471.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5606828 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.10 4.13 5/328 67628
/proc/meminfo: memFree=101461408/131382120 swapFree=33010416/33010684
[pid=67223] ppid=67220 vsize=19063512 memory=5606828 CPUtime=3531.63 cores=5,7
/proc/67223/stat : 67223 (java) S 67220 67223 66841 0 -1 4194304 113998 0 0 0 352695 468 0 0 20 0 20 0 63670091 19521036288 1401707 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
/proc/67223/statm: 4765878 1401707 5550 1 0 3535071 0
[pid=67223/tid=67225] ppid=67220 vsize=19063512 memory=5606828 CPUtime=3508.12 cores=5,7
/proc/67223/task/67225/stat : 67225 (java) R 67220 67223 66841 0 -1 4194368 67232 0 0 0 350680 132 0 0 20 0 20 0 63670093 19521036288 1401707 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
[pid=67223/tid=67234] ppid=67220 vsize=19063512 memory=5606828 CPUtime=0 cores=5,7
/proc/67223/task/67234/stat : 67234 (Finalizer) S 67220 67223 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63670098 19521036288 1401707 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
[pid=67223/tid=67241] ppid=67220 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/67223/task/67241/stat : 67241 (Common-Cleaner) S 67220 67223 66841 0 -1 4194368 4452 0 0 0 0 0 0 0 20 0 20 0 63670099 19521036288 1401707 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
[pid=67223/tid=67441] ppid=67220 vsize=19063512 memory=14304 CPUtime=0 cores=5,7
/proc/67223/task/67441/stat : 67441 (Timer-0) S 67220 67223 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63672038 19521036288 1401707 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
Current children cumulated CPU time: 3531.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5606828 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.09 4.13 5/328 67631
/proc/meminfo: memFree=101452972/131382120 swapFree=33010416/33010684
[pid=67223] ppid=67220 vsize=19063512 memory=5606828 CPUtime=3591.57 cores=5,7
/proc/67223/stat : 67223 (java) S 67220 67223 66841 0 -1 4194304 114596 0 0 0 358683 474 0 0 20 0 20 0 63670091 19521036288 1401707 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
/proc/67223/statm: 4765878 1401707 5550 1 0 3535071 0
[pid=67223/tid=67225] ppid=67220 vsize=19063512 memory=17712 CPUtime=3567.97 cores=5,7
/proc/67223/task/67225/stat : 67225 (java) R 67220 67223 66841 0 -1 4194368 67747 0 0 0 356664 133 0 0 20 0 20 0 63670093 19521036288 1401707 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
[pid=67223/tid=67234] ppid=67220 vsize=19063512 memory=17920 CPUtime=0 cores=5,7
/proc/67223/task/67234/stat : 67234 (Finalizer) S 67220 67223 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63670098 19521036288 1401707 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
[pid=67223/tid=67241] ppid=67220 vsize=19063512 memory=5606828 CPUtime=0 cores=5,7
/proc/67223/task/67241/stat : 67241 (Common-Cleaner) S 67220 67223 66841 0 -1 4194368 4493 0 0 0 0 0 0 0 20 0 20 0 63670099 19521036288 1401707 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
[pid=67223/tid=67441] ppid=67220 vsize=19063512 memory=14304 CPUtime=0 cores=5,7
/proc/67223/task/67441/stat : 67441 (Timer-0) S 67220 67223 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63672038 19521036288 1401707 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
Current children cumulated CPU time: 3591.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5606828 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3590.8 s]
/proc/loadavg: 4.07 4.09 4.12 5/328 67631
/proc/meminfo: memFree=101448628/131382120 swapFree=33010416/33010684
[pid=67223] ppid=67220 vsize=19063512 memory=5606828 CPUtime=3600.06 cores=5,7
/proc/67223/stat : 67223 (java) S 67220 67223 66841 0 -1 4194304 114601 0 0 0 359531 475 0 0 20 0 20 0 63670091 19521036288 1401707 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
/proc/67223/statm: 4765878 1401707 5550 1 0 3535071 0
[pid=67223/tid=67225] ppid=67220 vsize=19063512 memory=0 CPUtime=3576.45 cores=5,7
/proc/67223/task/67225/stat : 67225 (java) R 67220 67223 66841 0 -1 4194368 67749 0 0 0 357511 134 0 0 20 0 20 0 63670093 19521036288 1401707 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
[pid=67223/tid=67234] ppid=67220 vsize=19063512 memory=-6000919507116778857 CPUtime=0 cores=5,7
/proc/67223/task/67234/stat : 67234 (Finalizer) S 67220 67223 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63670098 19521036288 1401707 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
[pid=67223/tid=67241] ppid=67220 vsize=19063512 memory=11136 CPUtime=0 cores=5,7
/proc/67223/task/67241/stat : 67241 (Common-Cleaner) S 67220 67223 66841 0 -1 4194368 4493 0 0 0 0 0 0 0 20 0 20 0 63670099 19521036288 1401707 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
[pid=67223/tid=67441] ppid=67220 vsize=19063512 memory=5606828 CPUtime=0 cores=5,7
/proc/67223/task/67441/stat : 67441 (Timer-0) S 67220 67223 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63672038 19521036288 1401707 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5606828 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.63 s, system=4.79596 s

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

[startup+3590.91 s]
/proc/loadavg: 4.07 4.09 4.12 5/328 67631
/proc/meminfo: memFree=101448628/131382120 swapFree=33010416/33010684
[pid=67223] ppid=67220 vsize=19263204 memory=5607724 CPUtime=3600.27 cores=5,7
/proc/67223/stat : 67223 (java) S 67220 67223 66841 0 -1 4194304 116957 0 0 0 359551 476 0 0 20 0 21 0 63670091 19725520896 1401931 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
/proc/67223/statm: 4815801 1401931 5582 1 0 3535990 0
[pid=67223/tid=67225] ppid=67220 vsize=19263204 memory=5606828 CPUtime=3576.56 cores=5,7
/proc/67223/task/67225/stat : 67225 (java) R 67220 67223 66841 0 -1 4194368 67811 0 0 0 357522 134 0 0 20 0 21 0 63670093 19725520896 1401931 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
[pid=67223/tid=67234] ppid=67220 vsize=19263204 memory=5606828 CPUtime=0 cores=5,7
/proc/67223/task/67234/stat : 67234 (Finalizer) S 67220 67223 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 63670098 19725520896 1401931 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
[pid=67223/tid=67241] ppid=67220 vsize=19263204 memory=5148 CPUtime=0 cores=5,7
/proc/67223/task/67241/stat : 67241 (Common-Cleaner) S 67220 67223 66841 0 -1 4194368 4493 0 0 0 0 0 0 0 20 0 21 0 63670099 19725520896 1401931 18446744073709551615 94569979387904 94569979391600 140736813207584 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94569979399416 94569979400208 94569990971392 140736813214081 140736813214182 140736813214182 140736813219784 0
Current children cumulated CPU time: 3600.27 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 5607724 KiB

Child status: 143

Real time (s): 3591
CPU time (s): 3600.42
CPU user time (s): 3595.63
CPU system time (s): 4.79596
CPU usage (%): 100.262
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 5607724

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.63
system time used= 4.79596
maximum resident set size= 5607980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117145
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5048
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 151206
involuntary context switches= 3267


# summary of solver processes directly reported to runsolver:
#   pid: 67223
#   total CPU time (s): 3600.42
#   total CPU user time (s): 3595.63
#   total CPU system time (s): 4.79596

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.354 second user time and 38.0978 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-07-02 20:11:47
IDJOB=4505408
IDBENCH=155756
IDSOLVER=3363
FILE ID=nodeC006/4505408-1751479906
RUNJOBID= nodeC006-1751476316-66854
SLURM_JOB_ID= 9598510
Free space on /tmp= 431952 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Large/normalized-minisat100_16_6_1_mh.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4505408-1751479906/watcher-4505408-1751479906 -o /tmp/evaluation-result-4505408-1751479906/solver-4505408-1751479906 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751476316-66854 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4505408-1751479906.opb

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

MD5SUM BENCH= fb79dc5ec425f6747fbd9d81f9d6ccc8
RANDOM SEED=1522898300

nodeC006 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		: 3662.408
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.32
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		: 3662.550
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.32
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.362
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.32
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.116
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.32
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.666
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.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.144
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.32
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		: 3700.000
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.32
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		: 3591.458
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.32
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        109187088 kB
MemAvailable:   117074772 kB
Buffers:            2128 kB
Cached:          8658192 kB
SwapCached:           12 kB
Active:         13297496 kB
Inactive:        8246536 kB
Active(anon):   12890568 kB
Inactive(anon):    11092 kB
Active(file):     406928 kB
Inactive(file):  8235444 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            222704 kB
Writeback:             0 kB
AnonPages:      12886052 kB
Mapped:           123428 kB
Shmem:             17948 kB
KReclaimable:     169496 kB
Slab:             256512 kB
SReclaimable:     169496 kB
SUnreclaim:        87016 kB
KernelStack:        4944 kB
PageTables:        28872 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:   22877780 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150328 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12605440 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:    10196992 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 431584 MiB
End job on nodeC006 at 2025-07-02 21:11:38