Trace number 4505500

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.35 3593.19

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_6_mh.opb
MD5SUMae4404ba779864fb11c76f88911c57d7
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 benchmark13487619
Best CPU time to get the best result obtained on this benchmark68653.1
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 1019200
Biggest coefficient in the objective function 172808693
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 411931129818
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 172808693
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 411931129818
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.14	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.09/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.14	c See www.sat4j.org for details.
0.09/0.16	c version PB25.v20250606
0.09/0.18	c java.runtime.name	OpenJDK Runtime Environment
0.09/0.18	c java.vm.name		OpenJDK 64-Bit Server VM
0.09/0.18	c java.vm.version	22.0.1+8-16
0.09/0.18	c java.vm.vendor	Oracle Corporation
0.09/0.18	c sun.arch.data.model	64
0.09/0.18	c java.version		22.0.1
0.09/0.18	c os.name		Linux
0.09/0.18	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.09/0.18	c os.arch		amd64
0.09/0.19	c Free memory 		2104792832
0.09/0.19	c Max memory 		16282288128
0.09/0.19	c Total memory 		2113929216
0.09/0.20	c Number of processors 	2
0.23/0.29	c Pseudo Boolean Optimization by upper bound
0.23/0.29	c --- Begin Solver configuration ---
0.23/0.29	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.23/0.29	c Learn all clauses as in MiniSAT
0.23/0.29	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.23/0.29	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.23/0.29	c Expensive reason simplification
0.23/0.29	c Glucose 2.1 dynamic restart strategy
0.23/0.29	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.23/0.29	c timeout=2147483s
0.23/0.29	c DB Simplification allowed=false
0.23/0.29	c Listener: none
0.23/0.29	c --- End Solver configuration ---
0.23/0.29	c solving HOME/instance-4505500-1751479920.opb
0.23/0.29	c reading problem ... 
0.37/0.32	c  objective function found
25.91/18.50	c ... done. Wall clock time 18.208s.
25.91/18.50	c declared #vars     2000400
25.91/18.50	c #constraints  4940614
25.91/18.50	c constraints type 
25.91/18.50	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2970100
25.91/18.50	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 107
25.91/18.50	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
25.91/18.50	c org.sat4j.specs.Constr$1 => 3
25.91/18.50	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
25.91/18.50	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 985151
25.91/18.50	c 4940614 constraints processed.
25.91/18.53	c objective function length is 1019200 literals
66.10/56.47	c cleaning 2485 clauses out of 5001 with flag 15628/5001
93.58/83.73	c cleaning 4240 clauses out of 8517 with flag 35619/11002
126.29/115.61	c cleaning 5622 clauses out of 11275 with flag 62942/18000
1561.00/1551.76	c cleaning 6827 clauses out of 13653 with flag 135611/26000
2616.35/2608.06	c cleaning 7913 clauses out of 15826 with flag 213660/35000
3037.78/3030.04	c cleaning 8916 clauses out of 17921 with flag 277976/45008
3470.59/3463.48	c cleaning 9951 clauses out of 19997 with flag 346984/56000
3600.04/3593.04	c starts		: 20
3600.04/3593.07	c conflicts		: 58909
3600.04/3593.07	c decisions		: 2435262
3600.04/3593.07	c propagations		: 1347075186
3600.04/3593.07	c inspects		: 18336629025
3600.04/3593.07	c shortcuts		: 0
3600.04/3593.07	c learnt literals	: 0
3600.04/3593.07	c learnt binary clauses	: 69
3600.04/3593.07	c learnt ternary clauses	: 3
3600.04/3593.07	c learnt constraints	: 58909
3600.04/3593.07	c ignored constraints	: 0
3600.04/3593.07	c root simplifications	: 0
3600.04/3593.07	c removed literals (reason simplification)	: 1256606
3600.04/3593.08	c reason swapping (by a shorter reason)	: 0
3600.04/3593.08	c Calls to reduceDB	: 7
3600.04/3593.08	c Number of update (reduction) of LBD	: 31699
3600.04/3593.08	c Imported unit clauses	: 0
3600.04/3593.08	c No decision after first conflict	: false
3600.04/3593.08	c number of reductions to clauses (during analyze)	: 0
3600.04/3593.08	c number of learned constraints concerned by reduction	: 0
3600.04/3593.08	c number of learning phase by resolution	: 0
3600.04/3593.08	c number of learning phase by cutting planes	: 0
3600.04/3593.08	c number of rounding to 1 operations	: 0
3600.04/3593.08	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3593.09	c number of reductions of the coefficients by power 2 	: 0
3600.04/3593.09	c number of right shift for reduction by power 2 	: 0
3600.04/3593.09	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3593.09	c number of ending skipping 	: 0
3600.04/3593.09	c number of internal skipping 	: 0
3600.04/3593.09	c number of derivation steps 	: 0
3600.04/3593.09	c number of skipped derivation steps 	: 0
3600.04/3593.09	c number of remaining unassigned 	: 0
3600.04/3593.09	c number of remaining assigned 	: 0
3600.04/3593.09	c number of falsified literals weakened from reason	: 0
3600.04/3593.09	c number of falsified literals weakened from conflict	: 0
3600.04/3593.10	c time for arithmetic operations	: 0
3600.24/3593.12	c minimum degree of deleted constraints	: null
3600.24/3593.12	c maximum degree of deleted constraints	: null
3600.24/3593.12	c number of deleted constraints	: 0
3600.24/3593.12	c speed (assignments/second)	: 376875.1308286049
3600.24/3593.13	c non guided choices	: 0
3600.24/3593.15	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 12887
3600.24/3593.15	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 69
3600.24/3593.15	s UNKNOWN
3600.24/3593.15	c Total wall clock time (in seconds): 3592.863

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4505500-1751479920/watcher-4505500-1751479920 -o /tmp/evaluation-result-4505500-1751479920/solver-4505500-1751479920 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1751476316-66851 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4505500-1751479920.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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=67420, runsolver pid=67417
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 4.49 4.19 4.15 7/320 67438
/proc/meminfo: memFree=116552304/131382120 swapFree=33010416/33010684
[pid=67420] ppid=67417 vsize=18930384 memory=49036 CPUtime=0.09 cores=0,2
/proc/67420/stat : 67420 (java) S 67417 67420 66841 0 -1 4194304 5908 0 0 0 7 2 0 0 20 0 18 0 63671639 19384713216 12259 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
/proc/67420/statm: 4732596 12259 5337 1 0 547105 0
[pid=67420/tid=67422] ppid=67417 vsize=18930384 memory=4026531960 CPUtime=0.05 cores=0,2
/proc/67420/task/67422/stat : 67422 (java) R 67417 67420 66841 0 -1 4194368 4721 0 0 0 4 1 0 0 20 0 18 0 63671642 19384713216 12259 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
[pid=67420/tid=67431] ppid=67417 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/67420/task/67431/stat : 67431 (Finalizer) S 67417 67420 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 63671644 19384713216 12259 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
[pid=67420/tid=67438] ppid=67417 vsize=18930384 memory=58494082626307 CPUtime=0 cores=0,2
/proc/67420/task/67438/stat : 67438 (Common-Cleaner) S 67417 67420 66841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 63671645 19384713216 12259 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49036 KiB

[startup+0.206043 s]*
/proc/loadavg: 4.49 4.19 4.15 7/320 67438
/proc/meminfo: memFree=116386764/131382120 swapFree=33010416/33010684
[pid=67420] ppid=67417 vsize=18930384 memory=55708 CPUtime=0.23 cores=0,2
/proc/67420/stat : 67420 (java) S 67417 67420 66841 0 -1 4194304 6553 0 0 0 20 3 0 0 20 0 18 0 63671639 19384713216 13927 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
/proc/67420/statm: 4732596 13927 5369 1 0 547603 0
[pid=67420/tid=67422] ppid=67417 vsize=18930384 memory=4026728732 CPUtime=0.16 cores=0,2
/proc/67420/task/67422/stat : 67422 (java) R 67417 67420 66841 0 -1 4194368 5049 0 0 0 15 1 0 0 20 0 18 0 63671642 19384713216 13927 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
[pid=67420/tid=67431] ppid=67417 vsize=18930384 memory=12896 CPUtime=0 cores=0,2
/proc/67420/task/67431/stat : 67431 (Finalizer) S 67417 67420 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 63671644 19384713216 13927 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
[pid=67420/tid=67438] ppid=67417 vsize=18930384 memory=57394570986489 CPUtime=0 cores=0,2
/proc/67420/task/67438/stat : 67438 (Common-Cleaner) S 67417 67420 66841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 63671645 19384713216 13927 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
Current children cumulated CPU time: 0.23 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55708 KiB

[startup+0.305835 s]*
/proc/loadavg: 4.49 4.19 4.15 7/321 67439
/proc/meminfo: memFree=116195940/131382120 swapFree=33010416/33010684
[pid=67420] ppid=67417 vsize=18930384 memory=96136 CPUtime=0.37 cores=0,2
/proc/67420/stat : 67420 (java) S 67417 67420 66841 0 -1 4194304 6875 0 0 0 33 4 0 0 20 0 18 0 63671639 19384713216 24034 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
/proc/67420/statm: 4732596 24034 5433 1 0 547796 0
[pid=67420/tid=67422] ppid=67417 vsize=18930384 memory=-6000919477068653929 CPUtime=0.25 cores=0,2
/proc/67420/task/67422/stat : 67422 (java) R 67417 67420 66841 0 -1 4194368 5241 0 0 0 23 2 0 0 20 0 18 0 63671642 19384713216 24034 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
[pid=67420/tid=67431] ppid=67417 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/67420/task/67431/stat : 67431 (Finalizer) S 67417 67420 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 63671644 19384713216 24034 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
[pid=67420/tid=67438] ppid=67417 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/67420/task/67438/stat : 67438 (Common-Cleaner) S 67417 67420 66841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 63671645 19384713216 24034 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 96136 KiB

[startup+0.700236 s]
/proc/loadavg: 4.49 4.19 4.15 8/321 67439
/proc/meminfo: memFree=115918848/131382120 swapFree=33010416/33010684
[pid=67420] ppid=67417 vsize=18930384 memory=200624 CPUtime=1.05 cores=0,2
/proc/67420/stat : 67420 (java) S 67417 67420 66841 0 -1 4194304 9228 0 0 0 97 8 0 0 20 0 18 0 63671639 19384713216 50156 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
/proc/67420/statm: 4732596 50156 5433 1 0 549233 0
[pid=67420/tid=67422] ppid=67417 vsize=18930384 memory=17920 CPUtime=0.64 cores=0,2
/proc/67420/task/67422/stat : 67422 (java) R 67417 67420 66841 0 -1 4194368 5303 0 0 0 58 6 0 0 20 0 18 0 63671642 19384713216 50156 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
[pid=67420/tid=67431] ppid=67417 vsize=18930384 memory=11136 CPUtime=0 cores=0,2
/proc/67420/task/67431/stat : 67431 (Finalizer) S 67417 67420 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 63671644 19384713216 50156 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
[pid=67420/tid=67438] ppid=67417 vsize=18930384 memory=3200 CPUtime=0 cores=0,2
/proc/67420/task/67438/stat : 67438 (Common-Cleaner) S 67417 67420 66841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 63671645 19384713216 50156 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
Current children cumulated CPU time: 1.05 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 200624 KiB

[startup+1.50027 s]
/proc/loadavg: 4.49 4.19 4.15 8/322 67440
/proc/meminfo: memFree=115491452/131382120 swapFree=33010416/33010684
[pid=67420] ppid=67417 vsize=18996948 memory=308052 CPUtime=1.91 cores=0,2
/proc/67420/stat : 67420 (java) S 67417 67420 66841 0 -1 4194304 9491 0 0 0 180 11 0 0 20 0 19 0 63671639 19452874752 77013 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
/proc/67420/statm: 4749237 77013 5465 1 0 549534 0
[pid=67420/tid=67422] ppid=67417 vsize=18996948 memory=3200 CPUtime=1.32 cores=0,2
/proc/67420/task/67422/stat : 67422 (java) R 67417 67420 66841 0 -1 4194368 5340 0 0 0 125 7 0 0 20 0 19 0 63671642 19452874752 77013 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
[pid=67420/tid=67431] ppid=67417 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/67420/task/67431/stat : 67431 (Finalizer) S 67417 67420 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 63671644 19452874752 77013 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
[pid=67420/tid=67438] ppid=67417 vsize=18996948 memory=11136 CPUtime=0 cores=0,2
/proc/67420/task/67438/stat : 67438 (Common-Cleaner) S 67417 67420 66841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 63671645 19452874752 77013 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
Current children cumulated CPU time: 1.91 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 308052 KiB

[startup+3.10542 s]
/proc/loadavg: 4.69 4.24 4.17 7/322 67440
/proc/meminfo: memFree=113067500/131382120 swapFree=33010416/33010684
[pid=67420] ppid=67417 vsize=18996948 memory=1222144 CPUtime=4.76 cores=0,2
/proc/67420/stat : 67420 (java) S 67417 67420 66841 0 -1 4194304 11940 0 0 0 445 31 0 0 20 0 19 0 63671639 19452874752 305536 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
/proc/67420/statm: 4749237 305536 5497 1 0 1798764 0
[pid=67420/tid=67422] ppid=67417 vsize=18996948 memory=11136 CPUtime=2.57 cores=0,2
/proc/67420/task/67422/stat : 67422 (java) R 67417 67420 66841 0 -1 4194368 5879 0 0 0 236 21 0 0 20 0 19 0 63671642 19452874752 305536 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
[pid=67420/tid=67431] ppid=67417 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/67420/task/67431/stat : 67431 (Finalizer) S 67417 67420 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 63671644 19452874752 305536 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
[pid=67420/tid=67438] ppid=67417 vsize=18996948 memory=5760 CPUtime=0 cores=0,2
/proc/67420/task/67438/stat : 67438 (Common-Cleaner) S 67417 67420 66841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 63671645 19452874752 305536 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
Current children cumulated CPU time: 4.76 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1222144 KiB

[startup+6.30036 s]
/proc/loadavg: 4.69 4.24 4.17 6/322 67441
/proc/meminfo: memFree=110393648/131382120 swapFree=33010416/33010684
[pid=67420] ppid=67417 vsize=18996948 memory=2028824 CPUtime=9.84 cores=0,2
/proc/67420/stat : 67420 (java) S 67417 67420 66841 0 -1 4194304 24093 0 0 0 932 52 0 0 20 0 19 0 63671639 19452874752 507206 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
/proc/67420/statm: 4749237 507206 5497 1 0 2296711 0
[pid=67420/tid=67422] ppid=67417 vsize=18996948 memory=5760 CPUtime=5.16 cores=0,2
/proc/67420/task/67422/stat : 67422 (java) R 67417 67420 66841 0 -1 4194368 6286 0 0 0 480 36 0 0 20 0 19 0 63671642 19452874752 507206 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
[pid=67420/tid=67431] ppid=67417 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/67420/task/67431/stat : 67431 (Finalizer) S 67417 67420 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 63671644 19452874752 507206 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
[pid=67420/tid=67438] ppid=67417 vsize=18996948 memory=-6000919477068653929 CPUtime=0 cores=0,2
/proc/67420/task/67438/stat : 67438 (Common-Cleaner) S 67417 67420 66841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 63671645 19452874752 507206 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
Current children cumulated CPU time: 9.84 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2028824 KiB

[startup+12.7004 s]
/proc/loadavg: 4.81 4.28 4.18 5/324 67443
/proc/meminfo: memFree=107182020/131382120 swapFree=33010416/33010684
[pid=67420] ppid=67417 vsize=18996948 memory=3381116 CPUtime=18.19 cores=0,2
/proc/67420/stat : 67420 (java) S 67417 67420 66841 0 -1 4194304 26980 0 0 0 1736 83 0 0 20 0 19 0 63671639 19452874752 845279 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
/proc/67420/statm: 4749237 845279 5497 1 0 2942749 0
[pid=67420/tid=67422] ppid=67417 vsize=18996948 memory=2028952 CPUtime=10.52 cores=0,2
/proc/67420/task/67422/stat : 67422 (java) R 67417 67420 66841 0 -1 4194368 7216 0 0 0 989 63 0 0 20 0 19 0 63671642 19452874752 845279 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
[pid=67420/tid=67431] ppid=67417 vsize=18996948 memory=17920 CPUtime=0 cores=0,2
/proc/67420/task/67431/stat : 67431 (Finalizer) S 67417 67420 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 63671644 19452874752 845279 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
[pid=67420/tid=67438] ppid=67417 vsize=18996948 memory=14304 CPUtime=0 cores=0,2
/proc/67420/task/67438/stat : 67438 (Common-Cleaner) S 67417 67420 66841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 63671645 19452874752 845279 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
Current children cumulated CPU time: 18.19 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3381116 KiB

[startup+25.5005 s]
/proc/loadavg: 4.92 4.32 4.20 6/327 67447
/proc/meminfo: memFree=103965024/131382120 swapFree=33010416/33010684
[pid=67420] ppid=67417 vsize=19063512 memory=4800596 CPUtime=34.81 cores=0,2
/proc/67420/stat : 67420 (java) S 67417 67420 66841 0 -1 4194304 29261 0 0 0 3363 118 0 0 20 0 20 0 63671639 19521036288 1200149 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
/proc/67420/statm: 4765878 1200149 5561 1 0 3379769 0
[pid=67420/tid=67422] ppid=67417 vsize=19063512 memory=4752 CPUtime=22 cores=0,2
/proc/67420/task/67422/stat : 67422 (java) R 67417 67420 66841 0 -1 4194368 7839 0 0 0 2116 84 0 0 20 0 20 0 63671642 19521036288 1200149 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
[pid=67420/tid=67431] ppid=67417 vsize=19063512 memory=164 CPUtime=0 cores=0,2
/proc/67420/task/67431/stat : 67431 (Finalizer) S 67417 67420 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63671644 19521036288 1200149 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
[pid=67420/tid=67438] ppid=67417 vsize=19063512 memory=14304 CPUtime=0 cores=0,2
/proc/67420/task/67438/stat : 67438 (Common-Cleaner) S 67417 67420 66841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 63671645 19521036288 1200149 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
[pid=67420/tid=67445] ppid=67417 vsize=19063512 memory=-6000919477068653929 CPUtime=0 cores=0,2
/proc/67420/task/67445/stat : 67445 (Timer-0) S 67417 67420 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63673517 19521036288 1200149 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
Current children cumulated CPU time: 34.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4800596 KiB

[startup+51.1132 s]
/proc/loadavg: 5.12 4.43 4.24 5/327 67447
/proc/meminfo: memFree=103780704/131382120 swapFree=33010416/33010684
[pid=67420] ppid=67417 vsize=19063512 memory=4872404 CPUtime=60.77 cores=0,2
/proc/67420/stat : 67420 (java) S 67417 67420 66841 0 -1 4194304 33823 0 0 0 5955 122 0 0 20 0 20 0 63671639 19521036288 1218101 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
/proc/67420/statm: 4765878 1218101 5561 1 0 3379769 0
[pid=67420/tid=67422] ppid=67417 vsize=19063512 memory=4851924 CPUtime=47.55 cores=0,2
/proc/67420/task/67422/stat : 67422 (java) R 67417 67420 66841 0 -1 4194368 9428 0 0 0 4669 86 0 0 20 0 20 0 63671642 19521036288 1218101 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
[pid=67420/tid=67431] ppid=67417 vsize=19063512 memory=4856020 CPUtime=0 cores=0,2
/proc/67420/task/67431/stat : 67431 (Finalizer) S 67417 67420 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63671644 19521036288 1218101 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
[pid=67420/tid=67438] ppid=67417 vsize=19063512 memory=14304 CPUtime=0 cores=0,2
/proc/67420/task/67438/stat : 67438 (Common-Cleaner) S 67417 67420 66841 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 63671645 19521036288 1218101 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
[pid=67420/tid=67445] ppid=67417 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/67420/task/67445/stat : 67445 (Timer-0) S 67417 67420 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63673517 19521036288 1218101 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
Current children cumulated CPU time: 60.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4872404 KiB

[startup+102.301 s]
/proc/loadavg: 4.87 4.49 4.27 5/328 67450
/proc/meminfo: memFree=103475852/131382120 swapFree=33010416/33010684

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

[startup+3282.3 s]
/proc/loadavg: 4.11 4.12 4.15 5/327 67615
/proc/meminfo: memFree=101521844/131382120 swapFree=33010416/33010684
[pid=67420] ppid=67417 vsize=19063512 memory=5280112 CPUtime=3289.7 cores=0,2
/proc/67420/stat : 67420 (java) S 67417 67420 66841 0 -1 4194304 95809 0 0 0 328550 420 0 0 20 0 20 0 63671639 19521036288 1320028 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
/proc/67420/statm: 4765878 1320028 5593 1 0 3380298 0
[pid=67420/tid=67422] ppid=67417 vsize=19063512 memory=5273968 CPUtime=3270.44 cores=0,2
/proc/67420/task/67422/stat : 67422 (java) R 67417 67420 66841 0 -1 4194368 52152 0 0 0 326947 97 0 0 20 0 20 0 63671642 19521036288 1320028 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
[pid=67420/tid=67431] ppid=67417 vsize=19063512 memory=5267824 CPUtime=0 cores=0,2
/proc/67420/task/67431/stat : 67431 (Finalizer) S 67417 67420 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63671644 19521036288 1320028 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
[pid=67420/tid=67438] ppid=67417 vsize=19063512 memory=1920 CPUtime=0 cores=0,2
/proc/67420/task/67438/stat : 67438 (Common-Cleaner) S 67417 67420 66841 0 -1 4194368 4322 0 0 0 0 0 0 0 20 0 20 0 63671645 19521036288 1320028 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
[pid=67420/tid=67445] ppid=67417 vsize=19063512 memory=5278064 CPUtime=0 cores=0,2
/proc/67420/task/67445/stat : 67445 (Timer-0) S 67417 67420 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63673517 19521036288 1320028 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
Current children cumulated CPU time: 3289.7 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5280112 KiB

[startup+3342.3 s]
/proc/loadavg: 4.09 4.11 4.15 5/327 67617
/proc/meminfo: memFree=101501112/131382120 swapFree=33010416/33010684
[pid=67420] ppid=67417 vsize=19063512 memory=5300592 CPUtime=3349.66 cores=0,2
/proc/67420/stat : 67420 (java) S 67417 67420 66841 0 -1 4194304 97240 0 0 0 334540 426 0 0 20 0 20 0 63671639 19521036288 1325148 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
/proc/67420/statm: 4765878 1325148 5593 1 0 3380298 0
[pid=67420/tid=67422] ppid=67417 vsize=19063512 memory=5286256 CPUtime=3330.27 cores=0,2
/proc/67420/task/67422/stat : 67422 (java) R 67417 67420 66841 0 -1 4194368 53049 0 0 0 332929 98 0 0 20 0 20 0 63671642 19521036288 1325148 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
[pid=67420/tid=67431] ppid=67417 vsize=19063512 memory=5300592 CPUtime=0 cores=0,2
/proc/67420/task/67431/stat : 67431 (Finalizer) S 67417 67420 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63671644 19521036288 1325148 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
[pid=67420/tid=67438] ppid=67417 vsize=19063512 memory=5300592 CPUtime=0 cores=0,2
/proc/67420/task/67438/stat : 67438 (Common-Cleaner) S 67417 67420 66841 0 -1 4194368 4365 0 0 0 0 0 0 0 20 0 20 0 63671645 19521036288 1325148 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
[pid=67420/tid=67445] ppid=67417 vsize=19063512 memory=14304 CPUtime=0 cores=0,2
/proc/67420/task/67445/stat : 67445 (Timer-0) S 67417 67420 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63673517 19521036288 1325148 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
Current children cumulated CPU time: 3349.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5300592 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.11 4.14 5/328 67624
/proc/meminfo: memFree=101484760/131382120 swapFree=33010416/33010684
[pid=67420] ppid=67417 vsize=19063512 memory=5316976 CPUtime=3409.57 cores=0,2
/proc/67420/stat : 67420 (java) S 67417 67420 66841 0 -1 4194304 98313 0 0 0 340525 432 0 0 20 0 20 0 63671639 19521036288 1329244 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
/proc/67420/statm: 4765878 1329244 5593 1 0 3380298 0
[pid=67420/tid=67422] ppid=67417 vsize=19063512 memory=2728 CPUtime=3390.09 cores=0,2
/proc/67420/task/67422/stat : 67422 (java) R 67417 67420 66841 0 -1 4194368 53944 0 0 0 338911 98 0 0 20 0 20 0 63671642 19521036288 1329244 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
[pid=67420/tid=67431] ppid=67417 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/67420/task/67431/stat : 67431 (Finalizer) S 67417 67420 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63671644 19521036288 1329244 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
[pid=67420/tid=67438] ppid=67417 vsize=19063512 memory=11136 CPUtime=0 cores=0,2
/proc/67420/task/67438/stat : 67438 (Common-Cleaner) S 67417 67420 66841 0 -1 4194368 4404 0 0 0 0 0 0 0 20 0 20 0 63671645 19521036288 1329244 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
[pid=67420/tid=67445] ppid=67417 vsize=19063512 memory=5316976 CPUtime=0 cores=0,2
/proc/67420/task/67445/stat : 67445 (Timer-0) S 67417 67420 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63673517 19521036288 1329244 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
Current children cumulated CPU time: 3409.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5316976 KiB

[startup+3462.3 s]
/proc/loadavg: 4.06 4.10 4.13 5/327 67626
/proc/meminfo: memFree=101468384/131382120 swapFree=33010416/33010684
[pid=67420] ppid=67417 vsize=19063512 memory=5331312 CPUtime=3469.49 cores=0,2
/proc/67420/stat : 67420 (java) S 67417 67420 66841 0 -1 4194304 99426 0 0 0 346512 437 0 0 20 0 20 0 63671639 19521036288 1332828 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
/proc/67420/statm: 4765878 1332828 5593 1 0 3380298 0
[pid=67420/tid=67422] ppid=67417 vsize=19063512 memory=2728 CPUtime=3449.92 cores=0,2
/proc/67420/task/67422/stat : 67422 (java) R 67417 67420 66841 0 -1 4194368 54889 0 0 0 344893 99 0 0 20 0 20 0 63671642 19521036288 1332828 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
[pid=67420/tid=67431] ppid=67417 vsize=19063512 memory=5327216 CPUtime=0 cores=0,2
/proc/67420/task/67431/stat : 67431 (Finalizer) S 67417 67420 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63671644 19521036288 1332828 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
[pid=67420/tid=67438] ppid=67417 vsize=19063512 memory=5329264 CPUtime=0 cores=0,2
/proc/67420/task/67438/stat : 67438 (Common-Cleaner) S 67417 67420 66841 0 -1 4194368 4428 0 0 0 0 0 0 0 20 0 20 0 63671645 19521036288 1332828 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
[pid=67420/tid=67445] ppid=67417 vsize=19063512 memory=5331312 CPUtime=0 cores=0,2
/proc/67420/task/67445/stat : 67445 (Timer-0) S 67417 67420 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63673517 19521036288 1332828 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
Current children cumulated CPU time: 3469.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5331312 KiB

[startup+3522.3 s]
/proc/loadavg: 4.07 4.09 4.13 5/328 67629
/proc/meminfo: memFree=101456812/131382120 swapFree=33010416/33010684
[pid=67420] ppid=67417 vsize=19063512 memory=5343600 CPUtime=3529.4 cores=0,2
/proc/67420/stat : 67420 (java) S 67417 67420 66841 0 -1 4194304 100488 0 0 0 352499 441 0 0 20 0 20 0 63671639 19521036288 1335900 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
/proc/67420/statm: 4765878 1335900 5593 1 0 3380298 0
[pid=67420/tid=67422] ppid=67417 vsize=19063512 memory=5331312 CPUtime=3509.74 cores=0,2
/proc/67420/task/67422/stat : 67422 (java) R 67417 67420 66841 0 -1 4194368 55884 0 0 0 350875 99 0 0 20 0 20 0 63671642 19521036288 1335900 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
[pid=67420/tid=67431] ppid=67417 vsize=19063512 memory=5337456 CPUtime=0 cores=0,2
/proc/67420/task/67431/stat : 67431 (Finalizer) S 67417 67420 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63671644 19521036288 1335900 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
[pid=67420/tid=67438] ppid=67417 vsize=19063512 memory=14304 CPUtime=0 cores=0,2
/proc/67420/task/67438/stat : 67438 (Common-Cleaner) S 67417 67420 66841 0 -1 4194368 4445 0 0 0 0 0 0 0 20 0 20 0 63671645 19521036288 1335900 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
[pid=67420/tid=67445] ppid=67417 vsize=19063512 memory=5341552 CPUtime=0 cores=0,2
/proc/67420/task/67445/stat : 67445 (Timer-0) S 67417 67420 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63673517 19521036288 1335900 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
Current children cumulated CPU time: 3529.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5343600 KiB

[startup+3582.3 s]
/proc/loadavg: 4.30 4.14 4.14 5/327 67697
/proc/meminfo: memFree=106598200/131382120 swapFree=33010416/33010684
[pid=67420] ppid=67417 vsize=19063512 memory=5351792 CPUtime=3589.32 cores=0,2
/proc/67420/stat : 67420 (java) S 67417 67420 66841 0 -1 4194304 102347 0 0 0 358486 446 0 0 20 0 20 0 63671639 19521036288 1337948 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
/proc/67420/statm: 4765878 1337948 5593 1 0 3380298 0
[pid=67420/tid=67422] ppid=67417 vsize=19063512 memory=5345648 CPUtime=3569.56 cores=0,2
/proc/67420/task/67422/stat : 67422 (java) R 67417 67420 66841 0 -1 4194368 57075 0 0 0 356857 99 0 0 20 0 20 0 63671642 19521036288 1337948 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
[pid=67420/tid=67431] ppid=67417 vsize=19063512 memory=198340509722 CPUtime=0 cores=0,2
/proc/67420/task/67431/stat : 67431 (Finalizer) S 67417 67420 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63671644 19521036288 1337948 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
[pid=67420/tid=67438] ppid=67417 vsize=19063512 memory=5351792 CPUtime=0 cores=0,2
/proc/67420/task/67438/stat : 67438 (Common-Cleaner) S 67417 67420 66841 0 -1 4194368 4582 0 0 0 0 0 0 0 20 0 20 0 63671645 19521036288 1337948 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
[pid=67420/tid=67445] ppid=67417 vsize=19063512 memory=7024 CPUtime=0 cores=0,2
/proc/67420/task/67445/stat : 67445 (Timer-0) S 67417 67420 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63673517 19521036288 1337948 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
Current children cumulated CPU time: 3589.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5351792 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3593 s]*
/proc/loadavg: 4.26 4.13 4.14 8/310 67720
/proc/meminfo: memFree=110030216/131382120 swapFree=33010416/33010684
[pid=67420] ppid=67417 vsize=19063512 memory=5353840 CPUtime=3600.04 cores=0,2
/proc/67420/stat : 67420 (java) S 67417 67420 66841 0 -1 4194304 102506 0 0 0 359556 448 0 0 20 0 20 0 63671639 19521036288 1338460 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
/proc/67420/statm: 4765878 1338460 5593 1 0 3380298 0
[pid=67420/tid=67422] ppid=67417 vsize=19063512 memory=-7307236018714017401 CPUtime=3580.24 cores=0,2
/proc/67420/task/67422/stat : 67422 (java) R 67417 67420 66841 0 -1 4194368 57123 0 0 0 357925 99 0 0 20 0 20 0 63671642 19521036288 1338460 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
[pid=67420/tid=67431] ppid=67417 vsize=19063512 memory=2314914285914975326 CPUtime=0 cores=0,2
/proc/67420/task/67431/stat : 67431 (Finalizer) S 67417 67420 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63671644 19521036288 1338460 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
[pid=67420/tid=67438] ppid=67417 vsize=19063512 memory=4049353115276817830 CPUtime=0 cores=0,2
/proc/67420/task/67438/stat : 67438 (Common-Cleaner) S 67417 67420 66841 0 -1 4194368 4582 0 0 0 0 0 0 0 20 0 20 0 63671645 19521036288 1338460 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
[pid=67420/tid=67445] ppid=67417 vsize=19063512 memory=5353840 CPUtime=0 cores=0,2
/proc/67420/task/67445/stat : 67445 (Timer-0) S 67417 67420 66841 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 63673517 19521036288 1338460 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5353840 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.83 s, system=4.52227 s

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

[startup+3593.12 s]
/proc/loadavg: 4.26 4.13 4.14 8/310 67720
/proc/meminfo: memFree=110030216/131382120 swapFree=33010416/33010684
[pid=67420] ppid=67417 vsize=19263204 memory=5362716 CPUtime=3600.24 cores=0,2
/proc/67420/stat : 67420 (java) S 67417 67420 66841 0 -1 4194304 105151 0 0 0 359575 449 0 0 20 0 21 0 63671639 19725520896 1340679 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
/proc/67420/statm: 4815801 1340679 5593 1 0 3381217 0
[pid=67420/tid=67422] ppid=67417 vsize=19263204 memory=17920 CPUtime=3580.34 cores=0,2
/proc/67420/task/67422/stat : 67422 (java) R 67417 67420 66841 0 -1 4194368 57123 0 0 0 357935 99 0 0 20 0 21 0 63671642 19725520896 1340679 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
[pid=67420/tid=67431] ppid=67417 vsize=19263204 memory=-6000919477068653929 CPUtime=0 cores=0,2
/proc/67420/task/67431/stat : 67431 (Finalizer) S 67417 67420 66841 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 63671644 19725520896 1340679 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
[pid=67420/tid=67438] ppid=67417 vsize=19263204 memory=5353840 CPUtime=0 cores=0,2
/proc/67420/task/67438/stat : 67438 (Common-Cleaner) S 67417 67420 66841 0 -1 4194368 4582 0 0 0 0 0 0 0 20 0 21 0 63671645 19725520896 1340679 18446744073709551615 94748931444736 94748931448432 140736380439792 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94748931456248 94748931457040 94748953264128 140736380443009 140736380443110 140736380443110 140736380448712 0
Current children cumulated CPU time: 3600.24 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 5362716 KiB

Child status: 143

Real time (s): 3593.19
CPU time (s): 3600.35
CPU user time (s): 3595.83
CPU system time (s): 4.52227
CPU usage (%): 100.199
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 5362716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.83
system time used= 4.52227
maximum resident set size= 5362972
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 105460
page faults= 0
swaps= 0
block input operations= 0
block output operations= 5040
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 145100
involuntary context switches= 10672


# summary of solver processes directly reported to runsolver:
#   pid: 67420
#   total CPU time (s): 3600.35
#   total CPU user time (s): 3595.83
#   total CPU system time (s): 4.52227

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.3207 second user time and 38.192 second system time

The end

Launcher Data

Begin job on nodeC006 at 2025-07-02 20:12:03
IDJOB=4505500
IDBENCH=155759
IDSOLVER=3363
FILE ID=nodeC006/4505500-1751479920
RUNJOBID= nodeC006-1751476316-66851
SLURM_JOB_ID= 9598510
Free space on /tmp= 431580 MiB

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

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

MD5SUM BENCH= ae4404ba779864fb11c76f88911c57d7
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		: 1197.138
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		: 1296.900
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		: 3492.063
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		: 3491.739
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		: 2693.567
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		: 3491.969
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		: 1197.133
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		: 1795.691
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:        116752144 kB
MemAvailable:   125021716 kB
Buffers:            2128 kB
Cached:          9040080 kB
SwapCached:           12 kB
Active:          5398300 kB
Inactive:        8628424 kB
Active(anon):    4991372 kB
Inactive(anon):    11092 kB
Active(file):     406928 kB
Inactive(file):  8617332 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            769596 kB
Writeback:             0 kB
AnonPages:       4986888 kB
Mapped:           123480 kB
Shmem:             17948 kB
KReclaimable:     169492 kB
Slab:             256336 kB
SReclaimable:     169492 kB
SUnreclaim:        86844 kB
KernelStack:        4880 kB
PageTables:        12908 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:   22733064 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150184 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4775936 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= 431668 MiB
End job on nodeC006 at 2025-07-02 21:11:56