Trace number 4505501

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06? (TO) 3600.17 3636.67

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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4505501-1751476183.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c using VERIPB proof format
0.12/0.15	c  objective function found
18.80/14.20	c ... done. Wall clock time 14.07s.
18.80/14.20	c declared #vars     2000400
18.80/14.20	c #constraints  4940614
18.80/14.20	c constraints type 
18.80/14.20	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2970100
18.80/14.20	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 107
18.80/14.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
18.80/14.20	c org.sat4j.specs.Constr$1 => 3
18.80/14.20	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
18.80/14.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 985151
18.80/14.20	c 4940614 constraints processed.
18.80/14.21	c objective function length is 1019200 literals
58.56/51.40	c cleaning 2485 clauses out of 5001 with flag 15628/5001
86.21/78.96	c cleaning 4240 clauses out of 8517 with flag 35619/11002
119.06/111.57	c cleaning 5622 clauses out of 11275 with flag 62942/18000
1576.93/1594.20	c cleaning 6827 clauses out of 13653 with flag 135611/26000
2669.30/2695.75	c cleaning 7913 clauses out of 15826 with flag 213660/35000
3143.94/3179.50	c cleaning 8916 clauses out of 17921 with flag 277976/45008
3600.05/3636.61	c starts		: 20
3600.05/3636.62	c conflicts		: 55355
3600.05/3636.62	c decisions		: 2381209
3600.05/3636.62	c propagations		: 1334791366
3600.05/3636.62	c inspects		: 17449903852
3600.05/3636.62	c shortcuts		: 0
3600.05/3636.62	c learnt literals	: 0
3600.05/3636.62	c learnt binary clauses	: 69
3600.05/3636.62	c learnt ternary clauses	: 3
3600.05/3636.62	c learnt constraints	: 55355
3600.05/3636.62	c ignored constraints	: 0
3600.05/3636.62	c root simplifications	: 0
3600.05/3636.62	c removed literals (reason simplification)	: 1180258
3600.05/3636.62	c reason swapping (by a shorter reason)	: 0
3600.05/3636.62	c Calls to reduceDB	: 6
3600.05/3636.62	c Number of update (reduction) of LBD	: 29481
3600.05/3636.62	c Imported unit clauses	: 0
3600.05/3636.62	c No decision after first conflict	: false
3600.05/3636.62	c number of reductions to clauses (during analyze)	: 0
3600.05/3636.62	c number of learned constraints concerned by reduction	: 0
3600.05/3636.62	c number of learning phase by resolution	: 0
3600.05/3636.62	c number of learning phase by cutting planes	: 0
3600.05/3636.62	c number of rounding to 1 operations	: 0
3600.05/3636.62	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3636.62	c number of reductions of the coefficients by power 2 	: 0
3600.05/3636.62	c number of right shift for reduction by power 2 	: 0
3600.05/3636.62	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3636.62	c number of ending skipping 	: 0
3600.05/3636.62	c number of internal skipping 	: 0
3600.05/3636.62	c number of derivation steps 	: 0
3600.05/3636.62	c number of skipped derivation steps 	: 0
3600.05/3636.62	c number of remaining unassigned 	: 0
3600.05/3636.63	c number of remaining assigned 	: 0
3600.05/3636.63	c number of falsified literals weakened from reason	: 0
3600.05/3636.63	c number of falsified literals weakened from conflict	: 0
3600.05/3636.63	c time for arithmetic operations	: 0
3600.05/3636.63	c minimum degree of deleted constraints	: null
3600.05/3636.63	c maximum degree of deleted constraints	: null
3600.05/3636.63	c number of deleted constraints	: 0
3600.05/3636.63	c speed (assignments/second)	: 368522.4198718391
3600.05/3636.63	c non guided choices	: 0
3600.05/3636.64	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 19283
3600.05/3636.64	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 69
3600.05/3636.64	s UNKNOWN
3600.05/3636.64	c Total wall clock time (in seconds): 3636.516

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.10006 s]*
/proc/loadavg: 4.27 4.18 4.12 5/343 71478
/proc/meminfo: memFree=107082084/131249996 swapFree=33010684/33010684
[pid=71460] ppid=71457 vsize=18930384 memory=59372 CPUtime=0.12 cores=0,2
/proc/71460/stat : 71460 (java) S 71457 71460 70394 0 -1 4194304 6487 0 0 0 11 1 0 0 20 0 18 0 63296180 19384713216 14843 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
/proc/71460/statm: 4732596 14843 5329 1 0 547604 0
[pid=71460/tid=71462] ppid=71457 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/71460/task/71462/stat : 71462 (java) R 71457 71460 70394 0 -1 4194368 5065 0 0 0 6 1 0 0 20 0 18 0 63296181 19384713216 14843 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
[pid=71460/tid=71471] ppid=71457 vsize=18930384 memory=224227754321 CPUtime=0 cores=0,2
/proc/71460/task/71471/stat : 71471 (Finalizer) S 71457 71460 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 63296183 19384713216 14843 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
[pid=71460/tid=71478] ppid=71457 vsize=18930384 memory=59585004335488 CPUtime=0 cores=0,2
/proc/71460/task/71478/stat : 71478 (Common-Cleaner) S 71457 71460 70394 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 63296183 19384713216 14843 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59372 KiB

[startup+0.205816 s]*
/proc/loadavg: 4.27 4.18 4.12 6/343 71478
/proc/meminfo: memFree=106966704/131249996 swapFree=33010684/33010684
[pid=71460] ppid=71457 vsize=18930384 memory=144824 CPUtime=0.3 cores=0,2
/proc/71460/stat : 71460 (java) S 71457 71460 70394 0 -1 4194304 7713 0 0 0 27 3 0 0 20 0 18 0 63296180 19384713216 36206 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
/proc/71460/statm: 4732596 36206 5457 1 0 548281 0
[pid=71460/tid=71462] ppid=71457 vsize=18930384 memory=4026728732 CPUtime=0.16 cores=0,2
/proc/71460/task/71462/stat : 71462 (java) R 71457 71460 70394 0 -1 4194368 5313 0 0 0 14 2 0 0 20 0 18 0 63296181 19384713216 36206 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
[pid=71460/tid=71471] ppid=71457 vsize=18930384 memory=16195 CPUtime=0 cores=0,2
/proc/71460/task/71471/stat : 71471 (Finalizer) S 71457 71460 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 63296183 19384713216 36206 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
[pid=71460/tid=71478] ppid=71457 vsize=18930384 memory=58485492679654 CPUtime=0 cores=0,2
/proc/71460/task/71478/stat : 71478 (Common-Cleaner) S 71457 71460 70394 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 63296183 19384713216 36206 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 144824 KiB

[startup+0.305779 s]*
/proc/loadavg: 4.27 4.18 4.12 8/343 71478
/proc/meminfo: memFree=106894300/131249996 swapFree=33010684/33010684
[pid=71460] ppid=71457 vsize=18930384 memory=178132 CPUtime=0.49 cores=0,2
/proc/71460/stat : 71460 (java) S 71457 71460 70394 0 -1 4194304 9220 0 0 0 45 4 0 0 20 0 18 0 63296180 19384713216 44533 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
/proc/71460/statm: 4732596 44533 5457 1 0 549419 0
[pid=71460/tid=71462] ppid=71457 vsize=18930384 memory=-6000919477001546600 CPUtime=0.26 cores=0,2
/proc/71460/task/71462/stat : 71462 (java) R 71457 71460 70394 0 -1 4194368 5329 0 0 0 23 3 0 0 20 0 18 0 63296181 19384713216 44533 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
[pid=71460/tid=71471] ppid=71457 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/71460/task/71471/stat : 71471 (Finalizer) S 71457 71460 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 63296183 19384713216 44533 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
[pid=71460/tid=71478] ppid=71457 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/71460/task/71478/stat : 71478 (Common-Cleaner) S 71457 71460 70394 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 63296183 19384713216 44533 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 178132 KiB

[startup+0.700224 s]
/proc/loadavg: 4.27 4.18 4.12 6/344 71479
/proc/meminfo: memFree=106823156/131249996 swapFree=33010684/33010684
[pid=71460] ppid=71457 vsize=18996948 memory=279388 CPUtime=1.07 cores=0,2
/proc/71460/stat : 71460 (java) S 71457 71460 70394 0 -1 4194304 9457 0 0 0 101 6 0 0 20 0 19 0 63296180 19452874752 69847 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
/proc/71460/statm: 4749237 69847 5489 1 0 549750 0
[pid=71460/tid=71462] ppid=71457 vsize=18996948 memory=18560 CPUtime=0.59 cores=0,2
/proc/71460/task/71462/stat : 71462 (java) R 71457 71460 70394 0 -1 4194368 5358 0 0 0 55 4 0 0 20 0 19 0 63296181 19452874752 69847 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
[pid=71460/tid=71471] ppid=71457 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/71460/task/71471/stat : 71471 (Finalizer) S 71457 71460 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 63296183 19452874752 69847 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
[pid=71460/tid=71478] ppid=71457 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/71460/task/71478/stat : 71478 (Common-Cleaner) S 71457 71460 70394 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 63296183 19452874752 69847 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
Current children cumulated CPU time: 1.07 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 279388 KiB

[startup+1.50025 s]
/proc/loadavg: 4.27 4.18 4.12 7/345 71480
/proc/meminfo: memFree=106516280/131249996 swapFree=33010684/33010684
[pid=71460] ppid=71457 vsize=18996948 memory=1010460 CPUtime=2.4 cores=0,2
/proc/71460/stat : 71460 (java) S 71457 71460 70394 0 -1 4194304 10886 0 0 0 220 20 0 0 20 0 19 0 63296180 19452874752 252615 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
/proc/71460/statm: 4749237 252615 5521 1 0 1076223 0
[pid=71460/tid=71462] ppid=71457 vsize=18996948 memory=3328 CPUtime=1.28 cores=0,2
/proc/71460/task/71462/stat : 71462 (java) R 71457 71460 70394 0 -1 4194368 5812 0 0 0 112 16 0 0 20 0 19 0 63296181 19452874752 252615 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
[pid=71460/tid=71471] ppid=71457 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/71460/task/71471/stat : 71471 (Finalizer) S 71457 71460 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 63296183 19452874752 252615 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
[pid=71460/tid=71478] ppid=71457 vsize=18996948 memory=10752 CPUtime=0 cores=0,2
/proc/71460/task/71478/stat : 71478 (Common-Cleaner) S 71457 71460 70394 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 63296183 19452874752 252615 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
Current children cumulated CPU time: 2.4 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1010460 KiB

[startup+3.1057 s]
/proc/loadavg: 4.27 4.18 4.12 7/345 71481
/proc/meminfo: memFree=105340080/131249996 swapFree=33010684/33010684
[pid=71460] ppid=71457 vsize=18996948 memory=1538560 CPUtime=5.03 cores=0,2
/proc/71460/stat : 71460 (java) S 71457 71460 70394 0 -1 4194304 19316 0 0 0 471 32 0 0 20 0 19 0 63296180 19452874752 384640 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
/proc/71460/statm: 4749237 384640 5521 1 0 1774055 0
[pid=71460/tid=71462] ppid=71457 vsize=18996948 memory=10752 CPUtime=2.52 cores=0,2
/proc/71460/task/71462/stat : 71462 (java) R 71457 71460 70394 0 -1 4194368 6067 0 0 0 229 23 0 0 20 0 19 0 63296181 19452874752 384640 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
[pid=71460/tid=71471] ppid=71457 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/71460/task/71471/stat : 71471 (Finalizer) S 71457 71460 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 63296183 19452874752 384640 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
[pid=71460/tid=71478] ppid=71457 vsize=18996948 memory=5760 CPUtime=0 cores=0,2
/proc/71460/task/71478/stat : 71478 (Common-Cleaner) S 71457 71460 70394 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 63296183 19452874752 384640 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
Current children cumulated CPU time: 5.03 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1538560 KiB

[startup+6.30021 s]
/proc/loadavg: 4.33 4.20 4.12 6/345 71481
/proc/meminfo: memFree=104306072/131249996 swapFree=33010684/33010684
[pid=71460] ppid=71457 vsize=18996948 memory=2526552 CPUtime=9.04 cores=0,2
/proc/71460/stat : 71460 (java) S 71457 71460 70394 0 -1 4194304 22103 0 0 0 850 54 0 0 20 0 19 0 63296180 19452874752 631638 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
/proc/71460/statm: 4749237 631638 5521 1 0 2635284 0
[pid=71460/tid=71462] ppid=71457 vsize=18996948 memory=5760 CPUtime=5.23 cores=0,2
/proc/71460/task/71462/stat : 71462 (java) R 71457 71460 70394 0 -1 4194368 6798 0 0 0 482 41 0 0 20 0 19 0 63296181 19452874752 631638 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
[pid=71460/tid=71471] ppid=71457 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/71460/task/71471/stat : 71471 (Finalizer) S 71457 71460 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 63296183 19452874752 631638 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
[pid=71460/tid=71478] ppid=71457 vsize=18996948 memory=-6000919477001546600 CPUtime=0 cores=0,2
/proc/71460/task/71478/stat : 71478 (Common-Cleaner) S 71457 71460 70394 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 63296183 19452874752 631638 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
Current children cumulated CPU time: 9.04 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2526552 KiB

[startup+12.7002 s]
/proc/loadavg: 4.54 4.25 4.14 5/321 71519
/proc/meminfo: memFree=109613024/131249996 swapFree=33010684/33010684
[pid=71460] ppid=71457 vsize=18996948 memory=4350776 CPUtime=16.89 cores=0,2
/proc/71460/stat : 71460 (java) S 71457 71460 70394 0 -1 4194304 24483 0 0 0 1596 93 0 0 20 0 19 0 63296180 19452874752 1087694 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
/proc/71460/statm: 4749237 1087694 5521 1 0 3080531 0
[pid=71460/tid=71462] ppid=71457 vsize=18996948 memory=2526808 CPUtime=10.71 cores=0,2
/proc/71460/task/71462/stat : 71462 (java) R 71457 71460 70394 0 -1 4194368 7848 0 0 0 996 75 0 0 20 0 19 0 63296181 19452874752 1087694 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
[pid=71460/tid=71471] ppid=71457 vsize=18996948 memory=18560 CPUtime=0 cores=0,2
/proc/71460/task/71471/stat : 71471 (Finalizer) S 71457 71460 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 63296183 19452874752 1087694 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
[pid=71460/tid=71478] ppid=71457 vsize=18996948 memory=14824 CPUtime=0 cores=0,2
/proc/71460/task/71478/stat : 71478 (Common-Cleaner) S 71457 71460 70394 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 63296183 19452874752 1087694 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
Current children cumulated CPU time: 16.89 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4350776 KiB

[startup+25.5003 s]
/proc/loadavg: 4.64 4.28 4.15 5/346 71549
/proc/meminfo: memFree=106440660/131249996 swapFree=33010684/33010684
[pid=71460] ppid=71457 vsize=19063512 memory=4738128 CPUtime=32.27 cores=0,2
/proc/71460/stat : 71460 (java) S 71457 71460 70394 0 -1 4194304 26162 0 0 0 3124 103 0 0 20 0 20 0 63296180 19521036288 1184532 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
/proc/71460/statm: 4765878 1184532 5553 1 0 3080991 0
[pid=71460/tid=71462] ppid=71457 vsize=19063512 memory=4737488 CPUtime=23.08 cores=0,2
/proc/71460/task/71462/stat : 71462 (java) R 71457 71460 70394 0 -1 4194368 8405 0 0 0 2228 80 0 0 20 0 20 0 63296181 19521036288 1184532 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
[pid=71460/tid=71471] ppid=71457 vsize=19063512 memory=1010460 CPUtime=0 cores=0,2
/proc/71460/task/71471/stat : 71471 (Finalizer) S 71457 71460 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63296183 19521036288 1184532 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
[pid=71460/tid=71478] ppid=71457 vsize=19063512 memory=4737744 CPUtime=0 cores=0,2
/proc/71460/task/71478/stat : 71478 (Common-Cleaner) S 71457 71460 70394 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 63296183 19521036288 1184532 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
[pid=71460/tid=71548] ppid=71457 vsize=19063512 memory=2526680 CPUtime=0 cores=0,2
/proc/71460/task/71548/stat : 71548 (Timer-0) S 71457 71460 70394 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 63297642 19521036288 1184532 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
Current children cumulated CPU time: 32.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4738128 KiB

[startup+51.1057 s]
/proc/loadavg: 4.42 4.26 4.15 5/345 71549
/proc/meminfo: memFree=105370064/131249996 swapFree=33010684/33010684
[pid=71460] ppid=71457 vsize=19063512 memory=5643472 CPUtime=58.37 cores=0,2
/proc/71460/stat : 71460 (java) S 71457 71460 70394 0 -1 4194304 34665 0 0 0 5708 129 0 0 20 0 20 0 63296180 19521036288 1410868 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
/proc/71460/statm: 4765878 1410868 5553 1 0 3281527 0
[pid=71460/tid=71462] ppid=71457 vsize=19063512 memory=14824 CPUtime=48.32 cores=0,2
/proc/71460/task/71462/stat : 71462 (java) R 71457 71460 70394 0 -1 4194368 10053 0 0 0 4730 102 0 0 20 0 20 0 63296181 19521036288 1410868 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
[pid=71460/tid=71471] ppid=71457 vsize=19063512 memory=5643472 CPUtime=0 cores=0,2
/proc/71460/task/71471/stat : 71471 (Finalizer) S 71457 71460 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63296183 19521036288 1410868 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
[pid=71460/tid=71478] ppid=71457 vsize=19063512 memory=4321976 CPUtime=0 cores=0,2
/proc/71460/task/71478/stat : 71478 (Common-Cleaner) S 71457 71460 70394 0 -1 4194368 60 0 0 0 0 0 0 0 20 0 20 0 63296183 19521036288 1410868 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
[pid=71460/tid=71548] ppid=71457 vsize=19063512 memory=2526680 CPUtime=0 cores=0,2
/proc/71460/task/71548/stat : 71548 (Timer-0) S 71457 71460 70394 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 63297642 19521036288 1410868 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
Current children cumulated CPU time: 58.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5643472 KiB

[startup+102.3 s]
/proc/loadavg: 4.32 4.26 4.16 5/344 71551

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

/proc/meminfo: memFree=100872472/131249996 swapFree=33010684/33010684
[pid=71460] ppid=71457 vsize=19063512 memory=5654892 CPUtime=3186.64 cores=0,2
/proc/71460/stat : 71460 (java) S 71457 71460 70394 0 -1 4194304 128960 0 0 0 318420 244 0 0 20 0 20 0 63296180 19521036288 1413723 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
/proc/71460/statm: 4765878 1413723 5553 1 0 3282270 0
[pid=71460/tid=71462] ppid=71457 vsize=19063512 memory=5654892 CPUtime=3173.14 cores=0,2
/proc/71460/task/71462/stat : 71462 (java) R 71457 71460 70394 0 -1 4194368 66503 0 0 0 317167 147 0 0 20 0 20 0 63296181 19521036288 1413723 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
[pid=71460/tid=71471] ppid=71457 vsize=19063512 memory=5654892 CPUtime=0 cores=0,2
/proc/71460/task/71471/stat : 71471 (Finalizer) S 71457 71460 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63296183 19521036288 1413723 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
[pid=71460/tid=71478] ppid=71457 vsize=19063512 memory=5654892 CPUtime=0 cores=0,2
/proc/71460/task/71478/stat : 71478 (Common-Cleaner) S 71457 71460 70394 0 -1 4194368 4409 0 0 0 0 0 0 0 20 0 20 0 63296183 19521036288 1413723 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
[pid=71460/tid=71548] ppid=71457 vsize=19063512 memory=5654892 CPUtime=0 cores=0,2
/proc/71460/task/71548/stat : 71548 (Timer-0) S 71457 71460 70394 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 63297642 19521036288 1413723 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
Current children cumulated CPU time: 3186.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5654892 KiB

[startup+3282.3 s]
/proc/loadavg: 4.05 4.10 4.09 5/342 71727
/proc/meminfo: memFree=100848676/131249996 swapFree=33010684/33010684
[pid=71460] ppid=71457 vsize=19063512 memory=5654892 CPUtime=3246.51 cores=0,2
/proc/71460/stat : 71460 (java) S 71457 71460 70394 0 -1 4194304 129733 0 0 0 324403 248 0 0 20 0 20 0 63296180 19521036288 1413723 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
/proc/71460/statm: 4765878 1413723 5553 1 0 3282270 0
[pid=71460/tid=71462] ppid=71457 vsize=19063512 memory=5654892 CPUtime=3232.97 cores=0,2
/proc/71460/task/71462/stat : 71462 (java) R 71457 71460 70394 0 -1 4194368 67092 0 0 0 323148 149 0 0 20 0 20 0 63296181 19521036288 1413723 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
[pid=71460/tid=71471] ppid=71457 vsize=19063512 memory=5654892 CPUtime=0 cores=0,2
/proc/71460/task/71471/stat : 71471 (Finalizer) S 71457 71460 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63296183 19521036288 1413723 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
[pid=71460/tid=71478] ppid=71457 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/71460/task/71478/stat : 71478 (Common-Cleaner) S 71457 71460 70394 0 -1 4194368 4468 0 0 0 0 0 0 0 20 0 20 0 63296183 19521036288 1413723 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
[pid=71460/tid=71548] ppid=71457 vsize=19063512 memory=5654892 CPUtime=0 cores=0,2
/proc/71460/task/71548/stat : 71548 (Timer-0) S 71457 71460 70394 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 63297642 19521036288 1413723 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
Current children cumulated CPU time: 3246.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5654892 KiB

[startup+3342.3 s]
/proc/loadavg: 4.19 4.12 4.10 5/341 71729
/proc/meminfo: memFree=100621328/131249996 swapFree=33010684/33010684
[pid=71460] ppid=71457 vsize=19063512 memory=5654892 CPUtime=3306.36 cores=0,2
/proc/71460/stat : 71460 (java) S 71457 71460 70394 0 -1 4194304 130403 0 0 0 330386 250 0 0 20 0 20 0 63296180 19521036288 1413723 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
/proc/71460/statm: 4765878 1413723 5553 1 0 3282270 0
[pid=71460/tid=71462] ppid=71457 vsize=19063512 memory=14824 CPUtime=3292.8 cores=0,2
/proc/71460/task/71462/stat : 71462 (java) R 71457 71460 70394 0 -1 4194368 67726 0 0 0 329130 150 0 0 20 0 20 0 63296181 19521036288 1413723 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
[pid=71460/tid=71471] ppid=71457 vsize=19063512 memory=5654892 CPUtime=0 cores=0,2
/proc/71460/task/71471/stat : 71471 (Finalizer) S 71457 71460 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63296183 19521036288 1413723 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
[pid=71460/tid=71478] ppid=71457 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=0,2
/proc/71460/task/71478/stat : 71478 (Common-Cleaner) S 71457 71460 70394 0 -1 4194368 4468 0 0 0 0 0 0 0 20 0 20 0 63296183 19521036288 1413723 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
[pid=71460/tid=71548] ppid=71457 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/71460/task/71548/stat : 71548 (Timer-0) S 71457 71460 70394 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 63297642 19521036288 1413723 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
Current children cumulated CPU time: 3306.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5654892 KiB

[startup+3402.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/341 71734
/proc/meminfo: memFree=100598988/131249996 swapFree=33010684/33010684
[pid=71460] ppid=71457 vsize=19063512 memory=5654892 CPUtime=3366.21 cores=0,2
/proc/71460/stat : 71460 (java) S 71457 71460 70394 0 -1 4194304 132200 0 0 0 336368 253 0 0 20 0 20 0 63296180 19521036288 1413723 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
/proc/71460/statm: 4765878 1413723 5553 1 0 3282270 0
[pid=71460/tid=71462] ppid=71457 vsize=19063512 memory=5654892 CPUtime=3352.62 cores=0,2
/proc/71460/task/71462/stat : 71462 (java) R 71457 71460 70394 0 -1 4194368 69198 0 0 0 335110 152 0 0 20 0 20 0 63296181 19521036288 1413723 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
[pid=71460/tid=71471] ppid=71457 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/71460/task/71471/stat : 71471 (Finalizer) S 71457 71460 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63296183 19521036288 1413723 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
[pid=71460/tid=71478] ppid=71457 vsize=19063512 memory=5654892 CPUtime=0 cores=0,2
/proc/71460/task/71478/stat : 71478 (Common-Cleaner) S 71457 71460 70394 0 -1 4194368 4515 0 0 0 0 0 0 0 20 0 20 0 63296183 19521036288 1413723 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
[pid=71460/tid=71548] ppid=71457 vsize=19063512 memory=-6000919477001546600 CPUtime=0 cores=0,2
/proc/71460/task/71548/stat : 71548 (Timer-0) S 71457 71460 70394 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 63297642 19521036288 1413723 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
Current children cumulated CPU time: 3366.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5654892 KiB

[startup+3462.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/343 71738
/proc/meminfo: memFree=100560980/131249996 swapFree=33010684/33010684
[pid=71460] ppid=71457 vsize=19063512 memory=5654892 CPUtime=3426.07 cores=0,2
/proc/71460/stat : 71460 (java) S 71457 71460 70394 0 -1 4194304 133282 0 0 0 342352 255 0 0 20 0 20 0 63296180 19521036288 1413723 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
/proc/71460/statm: 4765878 1413723 5553 1 0 3282270 0
[pid=71460/tid=71462] ppid=71457 vsize=19063512 memory=0 CPUtime=3412.46 cores=0,2
/proc/71460/task/71462/stat : 71462 (java) R 71457 71460 70394 0 -1 4194368 70198 0 0 0 341093 153 0 0 20 0 20 0 63296181 19521036288 1413723 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
[pid=71460/tid=71471] ppid=71457 vsize=19063512 memory=5654892 CPUtime=0 cores=0,2
/proc/71460/task/71471/stat : 71471 (Finalizer) S 71457 71460 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63296183 19521036288 1413723 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
[pid=71460/tid=71478] ppid=71457 vsize=19063512 memory=5654892 CPUtime=0 cores=0,2
/proc/71460/task/71478/stat : 71478 (Common-Cleaner) S 71457 71460 70394 0 -1 4194368 4562 0 0 0 0 0 0 0 20 0 20 0 63296183 19521036288 1413723 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
[pid=71460/tid=71548] ppid=71457 vsize=19063512 memory=5654892 CPUtime=0 cores=0,2
/proc/71460/task/71548/stat : 71548 (Timer-0) S 71457 71460 70394 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 63297642 19521036288 1413723 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
Current children cumulated CPU time: 3426.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5654892 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/343 71740
/proc/meminfo: memFree=100526020/131249996 swapFree=33010684/33010684
[pid=71460] ppid=71457 vsize=19063512 memory=5654892 CPUtime=3485.95 cores=0,2
/proc/71460/stat : 71460 (java) S 71457 71460 70394 0 -1 4194304 134721 0 0 0 348336 259 0 0 20 0 20 0 63296180 19521036288 1413723 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
/proc/71460/statm: 4765878 1413723 5553 1 0 3282270 0
[pid=71460/tid=71462] ppid=71457 vsize=19063512 memory=18560 CPUtime=3472.3 cores=0,2
/proc/71460/task/71462/stat : 71462 (java) R 71457 71460 70394 0 -1 4194368 71396 0 0 0 347075 155 0 0 20 0 20 0 63296181 19521036288 1413723 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
[pid=71460/tid=71471] ppid=71457 vsize=19063512 memory=5276 CPUtime=0 cores=0,2
/proc/71460/task/71471/stat : 71471 (Finalizer) S 71457 71460 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63296183 19521036288 1413723 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
[pid=71460/tid=71478] ppid=71457 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/71460/task/71478/stat : 71478 (Common-Cleaner) S 71457 71460 70394 0 -1 4194368 4621 0 0 0 0 0 0 0 20 0 20 0 63296183 19521036288 1413723 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
[pid=71460/tid=71548] ppid=71457 vsize=19063512 memory=5654892 CPUtime=0 cores=0,2
/proc/71460/task/71548/stat : 71548 (Timer-0) S 71457 71460 70394 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 63297642 19521036288 1413723 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
Current children cumulated CPU time: 3485.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5654892 KiB

[startup+3582.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/343 71742
/proc/meminfo: memFree=99925368/131249996 swapFree=33010684/33010684
[pid=71460] ppid=71457 vsize=19063512 memory=5654892 CPUtime=3545.83 cores=0,2
/proc/71460/stat : 71460 (java) S 71457 71460 70394 0 -1 4194304 135931 0 0 0 354321 262 0 0 20 0 20 0 63296180 19521036288 1413723 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
/proc/71460/statm: 4765878 1413723 5553 1 0 3282270 0
[pid=71460/tid=71462] ppid=71457 vsize=19063512 memory=18560 CPUtime=3532.15 cores=0,2
/proc/71460/task/71462/stat : 71462 (java) R 71457 71460 70394 0 -1 4194368 72284 0 0 0 353058 157 0 0 20 0 20 0 63296181 19521036288 1413723 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
[pid=71460/tid=71471] ppid=71457 vsize=19063512 memory=5654892 CPUtime=0 cores=0,2
/proc/71460/task/71471/stat : 71471 (Finalizer) S 71457 71460 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63296183 19521036288 1413723 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
[pid=71460/tid=71478] ppid=71457 vsize=19063512 memory=14824 CPUtime=0 cores=0,2
/proc/71460/task/71478/stat : 71478 (Common-Cleaner) S 71457 71460 70394 0 -1 4194368 4737 0 0 0 0 0 0 0 20 0 20 0 63296183 19521036288 1413723 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
[pid=71460/tid=71548] ppid=71457 vsize=19063512 memory=5654892 CPUtime=0 cores=0,2
/proc/71460/task/71548/stat : 71548 (Timer-0) S 71457 71460 70394 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 63297642 19521036288 1413723 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
Current children cumulated CPU time: 3545.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5654892 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3636.6 s]
/proc/loadavg: 4.19 4.14 4.10 5/324 71828
/proc/meminfo: memFree=109920288/131249996 swapFree=33010684/33010684
[pid=71460] ppid=71457 vsize=19063512 memory=5654892 CPUtime=3600.05 cores=0,2
/proc/71460/stat : 71460 (java) S 71457 71460 70394 0 -1 4194304 137053 0 0 0 359739 266 0 0 20 0 20 0 63296180 19521036288 1413723 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
/proc/71460/statm: 4765878 1413723 5553 1 0 3282270 0
[pid=71460/tid=71462] ppid=71457 vsize=19063512 memory=245635481903 CPUtime=3586.29 cores=0,2
/proc/71460/task/71462/stat : 71462 (java) R 71457 71460 70394 0 -1 4194368 72986 0 0 0 358470 159 0 0 20 0 20 0 63296181 19521036288 1413723 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
[pid=71460/tid=71471] ppid=71457 vsize=19063512 memory=57411700523765 CPUtime=0 cores=0,2
/proc/71460/task/71471/stat : 71471 (Finalizer) S 71457 71460 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63296183 19521036288 1413723 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
[pid=71460/tid=71478] ppid=71457 vsize=19063512 memory=3832620664578375712 CPUtime=0 cores=0,2
/proc/71460/task/71478/stat : 71478 (Common-Cleaner) S 71457 71460 70394 0 -1 4194368 4739 0 0 0 0 0 0 0 20 0 20 0 63296183 19521036288 1413723 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
[pid=71460/tid=71548] ppid=71457 vsize=19063512 memory=2688 CPUtime=0 cores=0,2
/proc/71460/task/71548/stat : 71548 (Timer-0) S 71457 71460 70394 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 63297642 19521036288 1413723 18446744073709551615 94878192414720 94878192418416 140735621246688 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94878192426232 94878192427024 94878218661888 140735621249328 140735621249510 140735621249510 140735621255112 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5654892 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.49 s, system=2.68389 s

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

Child status: 143

Real time (s): 3636.67
CPU time (s): 3600.17
CPU user time (s): 3597.49
CPU system time (s): 2.68389
CPU usage (%): 98.9963
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 5662792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.49
system time used= 2.68389
maximum resident set size= 5662792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 139527
page faults= 0
swaps= 0
block input operations= 0
block output operations= 462240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 131388
involuntary context switches= 6843


# summary of solver processes directly reported to runsolver:
#   pid: 71460
#   total CPU time (s): 3600.17
#   total CPU user time (s): 3597.49
#   total CPU system time (s): 2.68389

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.71188 second user time and 17.4678 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-07-02 19:09:44
IDJOB=4505501
IDBENCH=155759
IDSOLVER=3364
FILE ID=nodeC017/4505501-1751476183
RUNJOBID= nodeC017-1751472476-70404
SLURM_JOB_ID= 9598499
Free space on /tmp= 431864 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Large/normalized-minisat100_16_6_6_mh.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4505501-1751476183/watcher-4505501-1751476183 -o /tmp/evaluation-result-4505501-1751476183/solver-4505501-1751476183 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751472476-70404 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4505501-1751476183 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4505501-1751476183.opb

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

MD5SUM BENCH= ae4404ba779864fb11c76f88911c57d7
RANDOM SEED=1541044321

nodeC017 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.128
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.063
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.047
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3665.464
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.052
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.402
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.887
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3700.000
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp tpr_shadow flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        107245788 kB
MemAvailable:   115756196 kB
Buffers:            2380 kB
Cached:          9279264 kB
SwapCached:            0 kB
Active:         14381240 kB
Inactive:        8960920 kB
Active(anon):   14078636 kB
Inactive(anon):       12 kB
Active(file):     302604 kB
Inactive(file):  8960908 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            475136 kB
Writeback:             0 kB
AnonPages:      14063180 kB
Mapped:           124132 kB
Shmem:             18080 kB
KReclaimable:     171868 kB
Slab:             263088 kB
SReclaimable:     171868 kB
SUnreclaim:        91220 kB
KernelStack:        5280 kB
PageTables:        30992 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   31186764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151480 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13807616 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 431872 MiB
End job on nodeC017 at 2025-07-02 20:10:21