Trace number 4505409

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.16 3637.19

General information on the benchmark

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

Solver Data

0.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.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.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-4505409-1751476148.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.87/14.39	c ... done. Wall clock time 14.257s.
18.87/14.39	c declared #vars     2000400
18.87/14.39	c #constraints  4940614
18.87/14.39	c constraints type 
18.87/14.39	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2970100
18.87/14.39	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 107
18.87/14.39	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
18.87/14.39	c org.sat4j.specs.Constr$1 => 3
18.87/14.39	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
18.87/14.39	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 985151
18.87/14.39	c 4940614 constraints processed.
18.98/14.40	c objective function length is 1019600 literals
74.58/69.74	c cleaning 2481 clauses out of 5000 with flag 15340/5000
208.83/204.28	c cleaning 4222 clauses out of 8519 with flag 41627/11000
359.15/354.76	c cleaning 5619 clauses out of 11298 with flag 69958/18001
540.72/537.32	c cleaning 6819 clauses out of 13678 with flag 99699/26000
722.15/719.02	c cleaning 7903 clauses out of 15859 with flag 134116/35000
919.55/916.76	c cleaning 8941 clauses out of 17959 with flag 168100/45003
1146.88/1161.98	c cleaning 9986 clauses out of 20015 with flag 207497/56000
1894.51/1920.65	c cleaning 11019 clauses out of 22037 with flag 276930/68008
3022.09/3057.94	c cleaning 11977 clauses out of 24010 with flag 394707/81000
3600.03/3637.11	c starts		: 28
3600.03/3637.12	c conflicts		: 93321
3600.03/3637.12	c decisions		: 1660375
3600.03/3637.12	c propagations		: 906090539
3600.03/3637.13	c inspects		: 18401050071
3600.03/3637.13	c shortcuts		: 0
3600.03/3637.13	c learnt literals	: 0
3600.03/3637.13	c learnt binary clauses	: 52
3600.03/3637.13	c learnt ternary clauses	: 3
3600.03/3637.13	c learnt constraints	: 93321
3600.03/3637.13	c ignored constraints	: 0
3600.03/3637.13	c root simplifications	: 0
3600.03/3637.13	c removed literals (reason simplification)	: 2437736
3600.03/3637.13	c reason swapping (by a shorter reason)	: 0
3600.03/3637.13	c Calls to reduceDB	: 9
3600.03/3637.13	c Number of update (reduction) of LBD	: 51436
3600.03/3637.13	c Imported unit clauses	: 0
3600.03/3637.13	c No decision after first conflict	: false
3600.03/3637.13	c number of reductions to clauses (during analyze)	: 0
3600.03/3637.13	c number of learned constraints concerned by reduction	: 0
3600.03/3637.13	c number of learning phase by resolution	: 0
3600.03/3637.13	c number of learning phase by cutting planes	: 0
3600.03/3637.13	c number of rounding to 1 operations	: 0
3600.03/3637.13	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3637.13	c number of reductions of the coefficients by power 2 	: 0
3600.03/3637.13	c number of right shift for reduction by power 2 	: 0
3600.03/3637.13	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3637.13	c number of ending skipping 	: 0
3600.03/3637.13	c number of internal skipping 	: 0
3600.03/3637.13	c number of derivation steps 	: 0
3600.03/3637.13	c number of skipped derivation steps 	: 0
3600.03/3637.13	c number of remaining unassigned 	: 0
3600.03/3637.13	c number of remaining assigned 	: 0
3600.03/3637.13	c number of falsified literals weakened from reason	: 0
3600.03/3637.13	c number of falsified literals weakened from conflict	: 0
3600.03/3637.13	c time for arithmetic operations	: 0
3600.03/3637.13	c minimum degree of deleted constraints	: null
3600.03/3637.13	c maximum degree of deleted constraints	: null
3600.03/3637.13	c number of deleted constraints	: 0
3600.03/3637.13	c speed (assignments/second)	: 250140.73537892674
3600.03/3637.13	c non guided choices	: 231
3600.03/3637.15	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 24303
3600.03/3637.15	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 52
3600.03/3637.15	s UNKNOWN
3600.03/3637.15	c Total wall clock time (in seconds): 3637.023

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.100058 s]*
/proc/loadavg: 4.27 4.17 4.11 6/344 71345
/proc/meminfo: memFree=99921208/131249996 swapFree=33010684/33010684
[pid=71327] ppid=71324 vsize=18930384 memory=57628 CPUtime=0.12 cores=5,7
/proc/71327/stat : 71327 (java) S 71324 71327 70394 0 -1 4194304 6559 0 0 0 11 1 0 0 20 0 18 0 63292657 19384713216 14407 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
/proc/71327/statm: 4732596 14407 5334 1 0 547603 0
[pid=71327/tid=71329] ppid=71324 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/71327/task/71329/stat : 71329 (java) R 71324 71327 70394 0 -1 4194368 5066 0 0 0 6 1 0 0 20 0 18 0 63292659 19384713216 14407 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
[pid=71327/tid=71338] ppid=71324 vsize=18930384 memory=224227754321 CPUtime=0 cores=5,7
/proc/71327/task/71338/stat : 71338 (Finalizer) S 71324 71327 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 63292661 19384713216 14407 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
[pid=71327/tid=71345] ppid=71324 vsize=18930384 memory=59585004335488 CPUtime=0 cores=5,7
/proc/71327/task/71345/stat : 71345 (Common-Cleaner) S 71324 71327 70394 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 63292661 19384713216 14407 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57628 KiB

[startup+0.206024 s]*
/proc/loadavg: 4.27 4.17 4.11 6/344 71345
/proc/meminfo: memFree=99833680/131249996 swapFree=33010684/33010684
[pid=71327] ppid=71324 vsize=18930384 memory=144044 CPUtime=0.3 cores=5,7
/proc/71327/stat : 71327 (java) S 71324 71327 70394 0 -1 4194304 7119 0 0 0 27 3 0 0 20 0 18 0 63292657 19384713216 36011 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
/proc/71327/statm: 4732596 36011 5430 1 0 548002 0
[pid=71327/tid=71329] ppid=71324 vsize=18930384 memory=4026728732 CPUtime=0.18 cores=5,7
/proc/71327/task/71329/stat : 71329 (java) R 71324 71327 70394 0 -1 4194368 5285 0 0 0 15 3 0 0 20 0 18 0 63292659 19384713216 36011 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
[pid=71327/tid=71338] ppid=71324 vsize=18930384 memory=16195 CPUtime=0 cores=5,7
/proc/71327/task/71338/stat : 71338 (Finalizer) S 71324 71327 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 63292661 19384713216 36011 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
[pid=71327/tid=71345] ppid=71324 vsize=18930384 memory=58485492679654 CPUtime=0 cores=5,7
/proc/71327/task/71345/stat : 71345 (Common-Cleaner) S 71324 71327 70394 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 63292661 19384713216 36011 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 144044 KiB

[startup+0.305984 s]*
/proc/loadavg: 4.27 4.17 4.11 6/344 71345
/proc/meminfo: memFree=99800484/131249996 swapFree=33010684/33010684
[pid=71327] ppid=71324 vsize=18930384 memory=179780 CPUtime=0.49 cores=5,7
/proc/71327/stat : 71327 (java) S 71324 71327 70394 0 -1 4194304 9133 0 0 0 45 4 0 0 20 0 18 0 63292657 19384713216 44945 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
/proc/71327/statm: 4732596 44945 5430 1 0 549193 0
[pid=71327/tid=71329] ppid=71324 vsize=18930384 memory=-6000919489936845672 CPUtime=0.27 cores=5,7
/proc/71327/task/71329/stat : 71329 (java) R 71324 71327 70394 0 -1 4194368 5300 0 0 0 24 3 0 0 20 0 18 0 63292659 19384713216 44945 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
[pid=71327/tid=71338] ppid=71324 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/71327/task/71338/stat : 71338 (Finalizer) S 71324 71327 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 63292661 19384713216 44945 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
[pid=71327/tid=71345] ppid=71324 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/71327/task/71345/stat : 71345 (Common-Cleaner) S 71324 71327 70394 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 63292661 19384713216 44945 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 179780 KiB

[startup+0.700244 s]
/proc/loadavg: 4.27 4.17 4.11 6/345 71346
/proc/meminfo: memFree=99721024/131249996 swapFree=33010684/33010684
[pid=71327] ppid=71324 vsize=18996948 memory=279900 CPUtime=1.11 cores=5,7
/proc/71327/stat : 71327 (java) S 71324 71327 70394 0 -1 4194304 9610 0 0 0 103 8 0 0 20 0 19 0 63292657 19452874752 69975 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
/proc/71327/statm: 4749237 69975 5462 1 0 549759 0
[pid=71327/tid=71329] ppid=71324 vsize=18996948 memory=18560 CPUtime=0.6 cores=5,7
/proc/71327/task/71329/stat : 71329 (java) R 71324 71327 70394 0 -1 4194368 5323 0 0 0 55 5 0 0 20 0 19 0 63292659 19452874752 69975 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
[pid=71327/tid=71338] ppid=71324 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/71327/task/71338/stat : 71338 (Finalizer) S 71324 71327 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 63292661 19452874752 69975 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
[pid=71327/tid=71345] ppid=71324 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/71327/task/71345/stat : 71345 (Common-Cleaner) S 71324 71327 70394 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 63292661 19452874752 69975 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 279900 KiB

[startup+1.50024 s]
/proc/loadavg: 4.27 4.17 4.11 7/345 71346
/proc/meminfo: memFree=99635324/131249996 swapFree=33010684/33010684
[pid=71327] ppid=71324 vsize=18996948 memory=997476 CPUtime=2.34 cores=5,7
/proc/71327/stat : 71327 (java) S 71324 71327 70394 0 -1 4194304 11180 0 0 0 212 22 0 0 20 0 19 0 63292657 19452874752 249369 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
/proc/71327/statm: 4749237 249369 5526 1 0 1097137 0
[pid=71327/tid=71329] ppid=71324 vsize=18996948 memory=3328 CPUtime=1.24 cores=5,7
/proc/71327/task/71329/stat : 71329 (java) R 71324 71327 70394 0 -1 4194368 5742 0 0 0 107 17 0 0 20 0 19 0 63292659 19452874752 249369 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
[pid=71327/tid=71338] ppid=71324 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/71327/task/71338/stat : 71338 (Finalizer) S 71324 71327 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 63292661 19452874752 249369 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
[pid=71327/tid=71345] ppid=71324 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/71327/task/71345/stat : 71345 (Common-Cleaner) S 71324 71327 70394 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 63292661 19452874752 249369 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
Current children cumulated CPU time: 2.34 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 997476 KiB

[startup+3.10588 s]
/proc/loadavg: 4.27 4.17 4.11 6/345 71346
/proc/meminfo: memFree=98421092/131249996 swapFree=33010684/33010684
[pid=71327] ppid=71324 vsize=18996948 memory=1549524 CPUtime=4.95 cores=5,7
/proc/71327/stat : 71327 (java) S 71324 71327 70394 0 -1 4194304 19917 0 0 0 460 35 0 0 20 0 19 0 63292657 19452874752 387381 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
/proc/71327/statm: 4749237 387381 5526 1 0 1920265 0
[pid=71327/tid=71329] ppid=71324 vsize=18996948 memory=10752 CPUtime=2.55 cores=5,7
/proc/71327/task/71329/stat : 71329 (java) R 71324 71327 70394 0 -1 4194368 6015 0 0 0 231 24 0 0 20 0 19 0 63292659 19452874752 387381 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
[pid=71327/tid=71338] ppid=71324 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/71327/task/71338/stat : 71338 (Finalizer) S 71324 71327 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 63292661 19452874752 387381 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
[pid=71327/tid=71345] ppid=71324 vsize=18996948 memory=5760 CPUtime=0 cores=5,7
/proc/71327/task/71345/stat : 71345 (Common-Cleaner) S 71324 71327 70394 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 63292661 19452874752 387381 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
Current children cumulated CPU time: 4.95 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1549524 KiB

[startup+6.30022 s]
/proc/loadavg: 4.33 4.19 4.12 6/345 71346
/proc/meminfo: memFree=97866720/131249996 swapFree=33010684/33010684
[pid=71327] ppid=71324 vsize=18996948 memory=2329572 CPUtime=8.97 cores=5,7
/proc/71327/stat : 71327 (java) S 71324 71327 70394 0 -1 4194304 22338 0 0 0 845 52 0 0 20 0 19 0 63292657 19452874752 582393 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
/proc/71327/statm: 4749237 582393 5526 1 0 2729177 0
[pid=71327/tid=71329] ppid=71324 vsize=18996948 memory=5760 CPUtime=5.17 cores=5,7
/proc/71327/task/71329/stat : 71329 (java) R 71324 71327 70394 0 -1 4194368 6549 0 0 0 479 38 0 0 20 0 19 0 63292659 19452874752 582393 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
[pid=71327/tid=71338] ppid=71324 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/71327/task/71338/stat : 71338 (Finalizer) S 71324 71327 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 63292661 19452874752 582393 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
[pid=71327/tid=71345] ppid=71324 vsize=18996948 memory=-6000919489936845672 CPUtime=0 cores=5,7
/proc/71327/task/71345/stat : 71345 (Common-Cleaner) S 71324 71327 70394 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 63292661 19452874752 582393 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
Current children cumulated CPU time: 8.97 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2329572 KiB

[startup+12.7002 s]
/proc/loadavg: 4.31 4.18 4.12 5/345 71346
/proc/meminfo: memFree=95723260/131249996 swapFree=33010684/33010684
[pid=71327] ppid=71324 vsize=18996948 memory=4500004 CPUtime=16.93 cores=5,7
/proc/71327/stat : 71327 (java) S 71324 71327 70394 0 -1 4194304 24893 0 0 0 1597 96 0 0 20 0 19 0 63292657 19452874752 1125001 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
/proc/71327/statm: 4749237 1125001 5526 1 0 3207811 0
[pid=71327/tid=71329] ppid=71324 vsize=18996948 memory=2591864 CPUtime=10.46 cores=5,7
/proc/71327/task/71329/stat : 71329 (java) R 71324 71327 70394 0 -1 4194368 7540 0 0 0 974 72 0 0 20 0 19 0 63292659 19452874752 1125001 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
[pid=71327/tid=71338] ppid=71324 vsize=18996948 memory=18560 CPUtime=0 cores=5,7
/proc/71327/task/71338/stat : 71338 (Finalizer) S 71324 71327 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 63292661 19452874752 1125001 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
[pid=71327/tid=71345] ppid=71324 vsize=18996948 memory=14824 CPUtime=0 cores=5,7
/proc/71327/task/71345/stat : 71345 (Common-Cleaner) S 71324 71327 70394 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 63292661 19452874752 1125001 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
Current children cumulated CPU time: 16.93 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4500004 KiB

[startup+25.5002 s]
/proc/loadavg: 4.26 4.18 4.11 5/325 71430
/proc/meminfo: memFree=107950044/131249996 swapFree=33010684/33010684
[pid=71327] ppid=71324 vsize=19063512 memory=5142920 CPUtime=32.69 cores=5,7
/proc/71327/stat : 71327 (java) S 71324 71327 70394 0 -1 4194304 27957 0 0 0 3156 113 0 0 20 0 20 0 63292657 19521036288 1285730 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
/proc/71327/statm: 4765878 1285730 5558 1 0 3383749 0
[pid=71327/tid=71329] ppid=71324 vsize=19063512 memory=5079448 CPUtime=22.8 cores=5,7
/proc/71327/task/71329/stat : 71329 (java) R 71324 71327 70394 0 -1 4194368 8372 0 0 0 2195 85 0 0 20 0 20 0 63292659 19521036288 1285730 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
[pid=71327/tid=71338] ppid=71324 vsize=19063512 memory=720635555398043845 CPUtime=0 cores=5,7
/proc/71327/task/71338/stat : 71338 (Finalizer) S 71324 71327 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63292661 19521036288 1285730 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
[pid=71327/tid=71345] ppid=71324 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/71327/task/71345/stat : 71345 (Common-Cleaner) S 71324 71327 70394 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 63292661 19521036288 1285730 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
[pid=71327/tid=71381] ppid=71324 vsize=19063512 memory=997476 CPUtime=0 cores=5,7
/proc/71327/task/71381/stat : 71381 (Timer-0) S 71324 71327 70394 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 63294138 19521036288 1285730 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
Current children cumulated CPU time: 32.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5142920 KiB

[startup+51.106 s]
/proc/loadavg: 4.58 4.26 4.14 5/345 71548
/proc/meminfo: memFree=107978436/131249996 swapFree=33010684/33010684
[pid=71327] ppid=71324 vsize=19063512 memory=5802416 CPUtime=58.52 cores=5,7
/proc/71327/stat : 71327 (java) S 71324 71327 70394 0 -1 4194304 37973 0 0 0 5717 135 0 0 20 0 20 0 63292657 19521036288 1450604 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
/proc/71327/statm: 4765878 1450604 5558 1 0 3383774 0
[pid=71327/tid=71329] ppid=71324 vsize=19063512 memory=1792 CPUtime=48.13 cores=5,7
/proc/71327/task/71329/stat : 71329 (java) R 71324 71327 70394 0 -1 4194368 11498 0 0 0 4709 104 0 0 20 0 20 0 63292659 19521036288 1450604 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
[pid=71327/tid=71338] ppid=71324 vsize=19063512 memory=-6000919489936845672 CPUtime=0 cores=5,7
/proc/71327/task/71338/stat : 71338 (Finalizer) S 71324 71327 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63292661 19521036288 1450604 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
[pid=71327/tid=71345] ppid=71324 vsize=19063512 memory=5802416 CPUtime=0 cores=5,7
/proc/71327/task/71345/stat : 71345 (Common-Cleaner) S 71324 71327 70394 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 63292661 19521036288 1450604 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
[pid=71327/tid=71381] ppid=71324 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/71327/task/71381/stat : 71381 (Timer-0) S 71324 71327 70394 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 63294138 19521036288 1450604 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
Current children cumulated CPU time: 58.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5802416 KiB

[startup+102.3 s]
/proc/loadavg: 4.49 4.28 4.16 5/344 71550

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

/proc/meminfo: memFree=100851848/131249996 swapFree=33010684/33010684
[pid=71327] ppid=71324 vsize=19063512 memory=6399456 CPUtime=3245.95 cores=5,7
/proc/71327/stat : 71327 (java) S 71324 71327 70394 0 -1 4194304 163684 0 0 0 324236 359 0 0 20 0 20 0 63292657 19521036288 1599864 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
/proc/71327/statm: 4765878 1599864 5558 1 0 3384401 0
[pid=71327/tid=71329] ppid=71324 vsize=19063512 memory=6399456 CPUtime=3229.5 cores=5,7
/proc/71327/task/71329/stat : 71329 (java) R 71324 71327 70394 0 -1 4194368 81594 0 0 0 322746 204 0 0 20 0 20 0 63292659 19521036288 1599864 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
[pid=71327/tid=71338] ppid=71324 vsize=19063512 memory=6399456 CPUtime=0 cores=5,7
/proc/71327/task/71338/stat : 71338 (Finalizer) S 71324 71327 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63292661 19521036288 1599864 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
[pid=71327/tid=71345] ppid=71324 vsize=19063512 memory=18560 CPUtime=0 cores=5,7
/proc/71327/task/71345/stat : 71345 (Common-Cleaner) S 71324 71327 70394 0 -1 4194368 4679 0 0 0 0 0 0 0 20 0 20 0 63292661 19521036288 1599864 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
[pid=71327/tid=71381] ppid=71324 vsize=19063512 memory=1792 CPUtime=0 cores=5,7
/proc/71327/task/71381/stat : 71381 (Timer-0) S 71324 71327 70394 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 63294138 19521036288 1599864 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
Current children cumulated CPU time: 3245.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6399456 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.10 4.09 5/342 71727
/proc/meminfo: memFree=100840484/131249996 swapFree=33010684/33010684
[pid=71327] ppid=71324 vsize=19063512 memory=6399456 CPUtime=3305.75 cores=5,7
/proc/71327/stat : 71327 (java) S 71324 71327 70394 0 -1 4194304 165315 0 0 0 330213 362 0 0 20 0 20 0 63292657 19521036288 1599864 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
/proc/71327/statm: 4765878 1599864 5558 1 0 3384401 0
[pid=71327/tid=71329] ppid=71324 vsize=19063512 memory=6399456 CPUtime=3289.26 cores=5,7
/proc/71327/task/71329/stat : 71329 (java) R 71324 71327 70394 0 -1 4194368 82927 0 0 0 328721 205 0 0 20 0 20 0 63292659 19521036288 1599864 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
[pid=71327/tid=71338] ppid=71324 vsize=19063512 memory=6399456 CPUtime=0 cores=5,7
/proc/71327/task/71338/stat : 71338 (Finalizer) S 71324 71327 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63292661 19521036288 1599864 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
[pid=71327/tid=71345] ppid=71324 vsize=19063512 memory=18560 CPUtime=0 cores=5,7
/proc/71327/task/71345/stat : 71345 (Common-Cleaner) S 71324 71327 70394 0 -1 4194368 4679 0 0 0 0 0 0 0 20 0 20 0 63292661 19521036288 1599864 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
[pid=71327/tid=71381] ppid=71324 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/71327/task/71381/stat : 71381 (Timer-0) S 71324 71327 70394 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 63294138 19521036288 1599864 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
Current children cumulated CPU time: 3305.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6399456 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/341 71729
/proc/meminfo: memFree=100619584/131249996 swapFree=33010684/33010684
[pid=71327] ppid=71324 vsize=19063512 memory=6399456 CPUtime=3365.6 cores=5,7
/proc/71327/stat : 71327 (java) S 71324 71327 70394 0 -1 4194304 166877 0 0 0 336195 365 0 0 20 0 20 0 63292657 19521036288 1599864 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
/proc/71327/statm: 4765878 1599864 5558 1 0 3384401 0
[pid=71327/tid=71329] ppid=71324 vsize=19063512 memory=6399456 CPUtime=3349.09 cores=5,7
/proc/71327/task/71329/stat : 71329 (java) R 71324 71327 70394 0 -1 4194368 84075 0 0 0 334703 206 0 0 20 0 20 0 63292659 19521036288 1599864 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
[pid=71327/tid=71338] ppid=71324 vsize=19063512 memory=6399456 CPUtime=0 cores=5,7
/proc/71327/task/71338/stat : 71338 (Finalizer) S 71324 71327 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63292661 19521036288 1599864 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
[pid=71327/tid=71345] ppid=71324 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/71327/task/71345/stat : 71345 (Common-Cleaner) S 71324 71327 70394 0 -1 4194368 4801 0 0 0 0 0 0 0 20 0 20 0 63292661 19521036288 1599864 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
[pid=71327/tid=71381] ppid=71324 vsize=19063512 memory=6399456 CPUtime=0 cores=5,7
/proc/71327/task/71381/stat : 71381 (Timer-0) S 71324 71327 70394 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 63294138 19521036288 1599864 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
Current children cumulated CPU time: 3365.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6399456 KiB

[startup+3462.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/341 71734
/proc/meminfo: memFree=100582952/131249996 swapFree=33010684/33010684
[pid=71327] ppid=71324 vsize=19063512 memory=6399456 CPUtime=3425.46 cores=5,7
/proc/71327/stat : 71327 (java) S 71324 71327 70394 0 -1 4194304 168026 0 0 0 342178 368 0 0 20 0 20 0 63292657 19521036288 1599864 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
/proc/71327/statm: 4765878 1599864 5558 1 0 3384401 0
[pid=71327/tid=71329] ppid=71324 vsize=19063512 memory=6399456 CPUtime=3408.91 cores=5,7
/proc/71327/task/71329/stat : 71329 (java) R 71324 71327 70394 0 -1 4194368 85192 0 0 0 340684 207 0 0 20 0 20 0 63292659 19521036288 1599864 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
[pid=71327/tid=71338] ppid=71324 vsize=19063512 memory=6399456 CPUtime=0 cores=5,7
/proc/71327/task/71338/stat : 71338 (Finalizer) S 71324 71327 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63292661 19521036288 1599864 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
[pid=71327/tid=71345] ppid=71324 vsize=19063512 memory=6399456 CPUtime=0 cores=5,7
/proc/71327/task/71345/stat : 71345 (Common-Cleaner) S 71324 71327 70394 0 -1 4194368 4801 0 0 0 0 0 0 0 20 0 20 0 63292661 19521036288 1599864 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
[pid=71327/tid=71381] ppid=71324 vsize=19063512 memory=6399456 CPUtime=0 cores=5,7
/proc/71327/task/71381/stat : 71381 (Timer-0) S 71324 71327 70394 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 63294138 19521036288 1599864 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
Current children cumulated CPU time: 3425.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6399456 KiB

[startup+3522.3 s]
/proc/loadavg: 4.06 4.10 4.09 5/343 71738
/proc/meminfo: memFree=100553812/131249996 swapFree=33010684/33010684
[pid=71327] ppid=71324 vsize=19063512 memory=6399456 CPUtime=3485.32 cores=5,7
/proc/71327/stat : 71327 (java) S 71324 71327 70394 0 -1 4194304 170685 0 0 0 348160 372 0 0 20 0 20 0 63292657 19521036288 1599864 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
/proc/71327/statm: 4765878 1599864 5558 1 0 3384401 0
[pid=71327/tid=71329] ppid=71324 vsize=19063512 memory=14824 CPUtime=3468.74 cores=5,7
/proc/71327/task/71329/stat : 71329 (java) R 71324 71327 70394 0 -1 4194368 87408 0 0 0 346664 210 0 0 20 0 20 0 63292659 19521036288 1599864 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
[pid=71327/tid=71338] ppid=71324 vsize=19063512 memory=6399456 CPUtime=0 cores=5,7
/proc/71327/task/71338/stat : 71338 (Finalizer) S 71324 71327 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63292661 19521036288 1599864 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
[pid=71327/tid=71345] ppid=71324 vsize=19063512 memory=6399456 CPUtime=0 cores=5,7
/proc/71327/task/71345/stat : 71345 (Common-Cleaner) S 71324 71327 70394 0 -1 4194368 4908 0 0 0 0 0 0 0 20 0 20 0 63292661 19521036288 1599864 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
[pid=71327/tid=71381] ppid=71324 vsize=19063512 memory=6399456 CPUtime=0 cores=5,7
/proc/71327/task/71381/stat : 71381 (Timer-0) S 71324 71327 70394 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 63294138 19521036288 1599864 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
Current children cumulated CPU time: 3485.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6399456 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/343 71740
/proc/meminfo: memFree=100438644/131249996 swapFree=33010684/33010684
[pid=71327] ppid=71324 vsize=19063512 memory=6483424 CPUtime=3545.18 cores=5,7
/proc/71327/stat : 71327 (java) S 71324 71327 70394 0 -1 4194304 173233 0 0 0 354139 379 0 0 20 0 20 0 63292657 19521036288 1620856 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
/proc/71327/statm: 4765878 1620856 5558 1 0 3384401 0
[pid=71327/tid=71329] ppid=71324 vsize=19063512 memory=3328 CPUtime=3528.56 cores=5,7
/proc/71327/task/71329/stat : 71329 (java) R 71324 71327 70394 0 -1 4194368 89444 0 0 0 352641 215 0 0 20 0 20 0 63292659 19521036288 1620856 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
[pid=71327/tid=71338] ppid=71324 vsize=19063512 memory=6436320 CPUtime=0 cores=5,7
/proc/71327/task/71338/stat : 71338 (Finalizer) S 71324 71327 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63292661 19521036288 1620856 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
[pid=71327/tid=71345] ppid=71324 vsize=19063512 memory=6460896 CPUtime=0 cores=5,7
/proc/71327/task/71345/stat : 71345 (Common-Cleaner) S 71324 71327 70394 0 -1 4194368 5025 0 0 0 0 0 0 0 20 0 20 0 63292661 19521036288 1620856 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
[pid=71327/tid=71381] ppid=71324 vsize=19063512 memory=6477280 CPUtime=0 cores=5,7
/proc/71327/task/71381/stat : 71381 (Timer-0) S 71324 71327 70394 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 63294138 19521036288 1620856 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
Current children cumulated CPU time: 3545.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6483424 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3637.11 s]
/proc/loadavg: 4.17 4.12 4.09 5/343 71742
/proc/meminfo: memFree=99762296/131249996 swapFree=33010684/33010684
[pid=71327] ppid=71324 vsize=19063512 memory=7097824 CPUtime=3600.03 cores=5,7
/proc/71327/stat : 71327 (java) S 71324 71327 70394 0 -1 4194304 179392 0 0 0 359607 396 0 0 20 0 20 0 63292657 19521036288 1774456 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
/proc/71327/statm: 4765878 1774456 5558 1 0 3384407 0
[pid=71327/tid=71329] ppid=71324 vsize=19063512 memory=6854112 CPUtime=3583.02 cores=5,7
/proc/71327/task/71329/stat : 71329 (java) R 71324 71327 70394 0 -1 4194368 91748 0 0 0 358072 230 0 0 20 0 20 0 63292659 19521036288 1774456 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
[pid=71327/tid=71338] ppid=71324 vsize=19063512 memory=7097824 CPUtime=0 cores=5,7
/proc/71327/task/71338/stat : 71338 (Finalizer) S 71324 71327 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63292661 19521036288 1774456 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
[pid=71327/tid=71345] ppid=71324 vsize=19063512 memory=7097824 CPUtime=0 cores=5,7
/proc/71327/task/71345/stat : 71345 (Common-Cleaner) S 71324 71327 70394 0 -1 4194368 5027 0 0 0 0 0 0 0 20 0 20 0 63292661 19521036288 1774456 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
[pid=71327/tid=71381] ppid=71324 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/71327/task/71381/stat : 71381 (Timer-0) S 71324 71327 70394 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 63294138 19521036288 1774456 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7097824 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.17 s, system=3.98977 s

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

[startup+3637.11 s]
/proc/loadavg: 4.17 4.12 4.09 5/343 71742
/proc/meminfo: memFree=99762296/131249996 swapFree=33010684/33010684
[pid=71327] ppid=71324 vsize=19063512 memory=7097824 CPUtime=3600.03 cores=5,7
/proc/71327/stat : 71327 (java) S 71324 71327 70394 0 -1 4194304 179392 0 0 0 359607 396 0 0 20 0 20 0 63292657 19521036288 1774456 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
/proc/71327/statm: 4765878 1774456 5558 1 0 3384407 0
[pid=71327/tid=71329] ppid=71324 vsize=19063512 memory=6854112 CPUtime=3583.02 cores=5,7
/proc/71327/task/71329/stat : 71329 (java) R 71324 71327 70394 0 -1 4194368 91748 0 0 0 358072 230 0 0 20 0 20 0 63292659 19521036288 1774456 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
[pid=71327/tid=71338] ppid=71324 vsize=19063512 memory=7097824 CPUtime=0 cores=5,7
/proc/71327/task/71338/stat : 71338 (Finalizer) S 71324 71327 70394 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 63292661 19521036288 1774456 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
[pid=71327/tid=71345] ppid=71324 vsize=19063512 memory=7097824 CPUtime=0 cores=5,7
/proc/71327/task/71345/stat : 71345 (Common-Cleaner) S 71324 71327 70394 0 -1 4194368 5027 0 0 0 0 0 0 0 20 0 20 0 63292661 19521036288 1774456 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
[pid=71327/tid=71381] ppid=71324 vsize=19063512 memory=14824 CPUtime=0 cores=5,7
/proc/71327/task/71381/stat : 71381 (Timer-0) S 71324 71327 70394 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 63294138 19521036288 1774456 18446744073709551615 94301539557376 94301539561072 140737164061920 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94301539568888 94301539569680 94301552885760 140737164069168 140737164069350 140737164069350 140737164074952 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7097824 KiB

Child status: 143

Real time (s): 3637.19
CPU time (s): 3600.16
CPU user time (s): 3596.17
CPU system time (s): 3.98977
CPU usage (%): 98.9818
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 7097824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.17
system time used= 3.98977
maximum resident set size= 7098720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 181824
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1161648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 124733
involuntary context switches= 23998


# summary of solver processes directly reported to runsolver:
#   pid: 71327
#   total CPU time (s): 3600.16
#   total CPU user time (s): 3596.17
#   total CPU system time (s): 3.98977

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.40723 second user time and 17.0893 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-07-02 19:09:09
IDJOB=4505409
IDBENCH=155756
IDSOLVER=3364
FILE ID=nodeC017/4505409-1751476148
RUNJOBID= nodeC017-1751472476-70407
SLURM_JOB_ID= 9598499
Free space on /tmp= 432200 MiB

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

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

MD5SUM BENCH= fb79dc5ec425f6747fbd9d81f9d6ccc8
RANDOM SEED=2145809125

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.059
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.155
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		: 3599.792
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		: 3700.000
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.061
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		: 3591.167
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		: 3581.611
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		: 3600.276
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:        99953524 kB
MemAvailable:   115140808 kB
Buffers:            2380 kB
Cached:         15956172 kB
SwapCached:            0 kB
Active:         14973016 kB
Inactive:       15637820 kB
Active(anon):   14670412 kB
Inactive(anon):       12 kB
Active(file):     302604 kB
Inactive(file): 15637808 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            252568 kB
Writeback:             0 kB
AnonPages:      14655248 kB
Mapped:           123920 kB
Shmem:             18080 kB
KReclaimable:     171820 kB
Slab:             263352 kB
SReclaimable:     171820 kB
SUnreclaim:        91532 kB
KernelStack:        5280 kB
PageTables:        32332 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   18812556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151560 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  14409728 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= 431772 MiB
End job on nodeC017 at 2025-07-02 20:09:46