Trace number 4524031

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

General information on the benchmark

NamePB25/normalized-PB25/OPT-LIN/wallon/
normalized-WordGolf-4-ogd2008-50-0_c24.opb
MD5SUM7b85ce4cd64937c81c9b69135828a61d
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark329.026
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables333830
Total number of constraints1254811
Number of constraints which are clauses1252194
Number of constraints which are cardinality constraints (but not clauses)243
Number of constraints which are nor clauses,nor cardinality constraints2374
Minimum length of a constraint1
Maximum length of a constraint6530
Number of terms in the objective function 6
Biggest coefficient in the objective function 32
Number of bits for the biggest coefficient in the objective function 6
Sum of the numbers in the objective function 63
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 21247094
Number of bits of the biggest sum of numbers25
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.14	c See www.sat4j.org for details.
0.11/0.15	c version PB25.v20250606
0.11/0.18	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.18	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.18	c java.vm.version	22.0.1+8-16
0.11/0.18	c java.vm.vendor	Oracle Corporation
0.11/0.18	c sun.arch.data.model	64
0.11/0.18	c java.version		22.0.1
0.11/0.18	c os.name		Linux
0.11/0.18	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.18	c os.arch		amd64
0.11/0.19	c Free memory 		2104792832
0.11/0.19	c Max memory 		16282288128
0.11/0.19	c Total memory 		2113929216
0.11/0.19	c Number of processors 	2
0.25/0.29	c Pseudo Boolean Optimization by upper bound
0.25/0.29	c --- Begin Solver configuration ---
0.25/0.29	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.25/0.29	c Learn all clauses as in MiniSAT
0.25/0.29	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.29	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.29	c Expensive reason simplification
0.25/0.29	c Glucose 2.1 dynamic restart strategy
0.25/0.29	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.25/0.29	c timeout=2147483s
0.25/0.29	c DB Simplification allowed=false
0.25/0.29	c Listener: none
0.25/0.29	c --- End Solver configuration ---
0.25/0.29	c solving HOME/instance-4524031-1751609819.opb
0.25/0.29	c reading problem ... 
0.37/0.32	c using VERIPB proof format
0.37/0.33	c  objective function found
8.78/6.93	c ... done. Wall clock time 6.632s.
8.78/6.93	c declared #vars     333830
8.78/6.93	c #constraints  1255354
8.78/6.93	c constraints type 
8.78/6.93	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1251508
8.78/6.93	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 243
8.78/6.93	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2619
8.78/6.93	c org.sat4j.specs.Constr$1 => 2
8.78/6.93	c org.sat4j.pb.constraints.pb.UnitClausePB => 101
8.78/6.93	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 881
8.78/6.93	c 1255354 constraints processed.
8.78/6.96	c objective function length is 6 literals
61.08/54.59	c cleaning 2503 clauses out of 5005 with flag 10871/5005
84.60/75.57	c cleaning 3974 clauses out of 8497 with flag 26737/11000
124.77/113.75	c cleaning 5802 clauses out of 11604 with flag 48944/18081
216.67/202.50	c cleaning 6919 clauses out of 13846 with flag 68398/26125
331.54/314.22	c cleaning 8653 clauses out of 17312 with flag 91170/36510
428.45/409.58	c cleaning 8578 clauses out of 17157 with flag 111878/45008
555.82/529.86	c cleaning 9787 clauses out of 19581 with flag 140560/56010
640.19/610.92	c cleaning 11245 clauses out of 22490 with flag 167021/68706
710.24/678.00	c cleaning 11785 clauses out of 23570 with flag 192216/81031
838.02/798.88	c cleaning 12877 clauses out of 25757 with flag 225564/95003
1117.88/1075.15	c cleaning 15651 clauses out of 31304 with flag 278689/113427
1180.64/1128.86	c cleaning 13943 clauses out of 28226 with flag 312449/126000
1311.56/1255.42	c cleaning 16378 clauses out of 32756 with flag 447791/144473
1382.80/1322.54	c cleaning 16452 clauses out of 32908 with flag 513519/161006
2135.90/2070.27	c cleaning 17719 clauses out of 35454 with flag 561494/180004
2800.86/2746.09	c cleaning 19007 clauses out of 38035 with flag 609768/200304
2935.82/2877.19	c cleaning 19902 clauses out of 39817 with flag 664457/221093
3142.19/3070.83	c cleaning 20755 clauses out of 41822 with flag 725878/243000
3269.65/3191.82	c cleaning 22001 clauses out of 44067 with flag 785540/266000
3482.57/3392.30	c cleaning 23056 clauses out of 46163 with flag 862374/290097
3600.02/3508.93	c starts		: 512
3600.02/3508.95	c conflicts		: 294365
3600.02/3508.95	c decisions		: 6783147
3600.02/3508.95	c propagations		: 178918217
3600.02/3508.95	c inspects		: 1032662122
3600.02/3508.95	c shortcuts		: 0
3600.02/3508.95	c learnt literals	: 3
3600.02/3508.95	c learnt binary clauses	: 341
3600.02/3508.95	c learnt ternary clauses	: 337
3600.02/3508.95	c learnt constraints	: 294363
3600.02/3508.95	c ignored constraints	: 0
3600.02/3508.95	c root simplifications	: 0
3600.02/3508.95	c removed literals (reason simplification)	: 155989464
3600.02/3508.95	c reason swapping (by a shorter reason)	: 0
3600.02/3508.95	c Calls to reduceDB	: 20
3600.02/3508.95	c Number of update (reduction) of LBD	: 65292
3600.02/3508.96	c Imported unit clauses	: 0
3600.02/3508.96	c No decision after first conflict	: false
3600.02/3508.96	c number of reductions to clauses (during analyze)	: 0
3600.02/3508.96	c number of learned constraints concerned by reduction	: 0
3600.02/3508.96	c number of learning phase by resolution	: 0
3600.02/3508.97	c number of learning phase by cutting planes	: 0
3600.02/3508.97	c number of rounding to 1 operations	: 0
3600.02/3508.97	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3508.97	c number of reductions of the coefficients by power 2 	: 0
3600.02/3508.97	c number of right shift for reduction by power 2 	: 0
3600.02/3508.97	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3508.98	c number of ending skipping 	: 0
3600.02/3508.99	c number of internal skipping 	: 0
3600.02/3508.99	c number of derivation steps 	: 0
3600.02/3508.99	c number of skipped derivation steps 	: 0
3600.02/3508.99	c number of remaining unassigned 	: 0
3600.02/3508.99	c number of remaining assigned 	: 0
3600.02/3508.99	c number of falsified literals weakened from reason	: 0
3600.02/3508.99	c number of falsified literals weakened from conflict	: 0
3600.02/3508.99	c time for arithmetic operations	: 0
3600.02/3508.99	c minimum degree of deleted constraints	: null
3600.02/3508.99	c maximum degree of deleted constraints	: null
3600.02/3508.99	c number of deleted constraints	: 0
3600.02/3508.99	c speed (assignments/second)	: 51091.30276981471
3600.02/3508.99	c non guided choices	: 723212
3600.02/3508.99	c timeout
3600.22/3509.04	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 27035
3600.22/3509.04	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 341
3600.22/3509.04	s UNKNOWN
3600.22/3509.04	c Total wall clock time (in seconds): 3508.749

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: 63837 MiB (34594 MiB free)
  memory of node 1: 64465 MiB (37210 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4524031-1751609819/watcher-4524031-1751609819 -o /tmp/evaluation-result-4524031-1751609819/solver-4524031-1751609819 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751603369-95033 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4524031-1751609819 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4524031-1751609819.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=96110, runsolver pid=96107
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 4.41 4.34 4.29 7/328 96128
/proc/meminfo: memFree=73509056/131382112 swapFree=33005784/33010684
[pid=96110] ppid=96107 vsize=18930384 memory=48700 CPUtime=0.11 cores=5,7
/proc/96110/stat : 96110 (java) S 96107 96110 95020 0 -1 4194304 5842 0 0 0 8 3 0 0 20 0 18 0 76661070 19384713216 12175 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
/proc/96110/statm: 4732596 12175 5335 1 0 547035 0
[pid=96110/tid=96112] ppid=96107 vsize=18930384 memory=4026531960 CPUtime=0.06 cores=5,7
/proc/96110/task/96112/stat : 96112 (java) R 96107 96110 95020 0 -1 4194368 4730 0 0 0 4 2 0 0 20 0 18 0 76661071 19384713216 12175 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
[pid=96110/tid=96121] ppid=96107 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/96110/task/96121/stat : 96121 (Finalizer) S 96107 96110 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 76661076 19384713216 12175 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
[pid=96110/tid=96128] ppid=96107 vsize=18930384 memory=58494082638250 CPUtime=0 cores=5,7
/proc/96110/task/96128/stat : 96128 (Common-Cleaner) S 96107 96110 95020 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 76661077 19384713216 12175 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48700 KiB

[startup+0.205899 s]*
/proc/loadavg: 4.41 4.34 4.29 5/328 96128
/proc/meminfo: memFree=73505024/131382112 swapFree=33005784/33010684
[pid=96110] ppid=96107 vsize=18930384 memory=55680 CPUtime=0.25 cores=5,7
/proc/96110/stat : 96110 (java) S 96107 96110 95020 0 -1 4194304 6570 0 0 0 21 4 0 0 20 0 18 0 76661070 19384713216 13920 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
/proc/96110/statm: 4732596 13920 5335 1 0 547612 0
[pid=96110/tid=96112] ppid=96107 vsize=18930384 memory=4026794268 CPUtime=0.17 cores=5,7
/proc/96110/task/96112/stat : 96112 (java) R 96107 96110 95020 0 -1 4194368 5060 0 0 0 14 3 0 0 20 0 18 0 76661071 19384713216 13920 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
[pid=96110/tid=96121] ppid=96107 vsize=18930384 memory=17127 CPUtime=0 cores=5,7
/proc/96110/task/96121/stat : 96121 (Finalizer) S 96107 96110 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 76661076 19384713216 13920 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
[pid=96110/tid=96128] ppid=96107 vsize=18930384 memory=57394570986489 CPUtime=0 cores=5,7
/proc/96110/task/96128/stat : 96128 (Common-Cleaner) S 96107 96110 95020 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 76661077 19384713216 13920 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55680 KiB

[startup+0.305839 s]*
/proc/loadavg: 4.41 4.34 4.29 4/328 96128
/proc/meminfo: memFree=73500928/131382112 swapFree=33005784/33010684
[pid=96110] ppid=96107 vsize=18930384 memory=59092 CPUtime=0.37 cores=5,7
/proc/96110/stat : 96110 (java) S 96107 96110 95020 0 -1 4194304 6855 0 0 0 32 5 0 0 20 0 18 0 76661070 19384713216 14773 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
/proc/96110/statm: 4732596 14773 5431 1 0 547817 0
[pid=96110/tid=96112] ppid=96107 vsize=18930384 memory=-6000919477085628006 CPUtime=0.25 cores=5,7
/proc/96110/task/96112/stat : 96112 (java) D 96107 96110 95020 0 -1 4456512 5222 0 0 0 22 3 0 0 20 0 18 0 76661071 19384713216 14773 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
[pid=96110/tid=96121] ppid=96107 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/96110/task/96121/stat : 96121 (Finalizer) S 96107 96110 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 76661076 19384713216 14773 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
[pid=96110/tid=96128] ppid=96107 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/96110/task/96128/stat : 96128 (Common-Cleaner) S 96107 96110 95020 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 76661077 19384713216 14773 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59092 KiB

[startup+0.700244 s]
/proc/loadavg: 4.41 4.34 4.29 6/328 96128
/proc/meminfo: memFree=73451464/131382112 swapFree=33005784/33010684
[pid=96110] ppid=96107 vsize=18930384 memory=153132 CPUtime=1.08 cores=5,7
/proc/96110/stat : 96110 (java) S 96107 96110 95020 0 -1 4194304 8935 0 0 0 100 8 0 0 20 0 18 0 76661070 19384713216 38283 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
/proc/96110/statm: 4732596 38283 5431 1 0 549068 0
[pid=96110/tid=96112] ppid=96107 vsize=18930384 memory=14208 CPUtime=0.63 cores=5,7
/proc/96110/task/96112/stat : 96112 (java) R 96107 96110 95020 0 -1 4194368 5365 0 0 0 57 6 0 0 20 0 18 0 76661071 19384713216 38283 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
[pid=96110/tid=96121] ppid=96107 vsize=18930384 memory=11264 CPUtime=0 cores=5,7
/proc/96110/task/96121/stat : 96121 (Finalizer) S 96107 96110 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 76661076 19384713216 38283 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
[pid=96110/tid=96128] ppid=96107 vsize=18930384 memory=3328 CPUtime=0 cores=5,7
/proc/96110/task/96128/stat : 96128 (Common-Cleaner) S 96107 96110 95020 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 76661077 19384713216 38283 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 153132 KiB

[startup+1.50023 s]
/proc/loadavg: 4.41 4.34 4.29 6/329 96129
/proc/meminfo: memFree=73353288/131382112 swapFree=33005784/33010684
[pid=96110] ppid=96107 vsize=18996948 memory=305224 CPUtime=2.48 cores=5,7
/proc/96110/stat : 96110 (java) S 96107 96110 95020 0 -1 4194304 14670 0 0 0 234 14 0 0 20 0 19 0 76661070 19452874752 76306 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
/proc/96110/statm: 4749237 76306 5463 1 0 1085155 0
[pid=96110/tid=96112] ppid=96107 vsize=18996948 memory=3328 CPUtime=1.2 cores=5,7
/proc/96110/task/96112/stat : 96112 (java) R 96107 96110 95020 0 -1 4194368 5421 0 0 0 112 8 0 0 20 0 19 0 76661071 19452874752 76306 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
[pid=96110/tid=96121] ppid=96107 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/96110/task/96121/stat : 96121 (Finalizer) S 96107 96110 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 76661076 19452874752 76306 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
[pid=96110/tid=96128] ppid=96107 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/96110/task/96128/stat : 96128 (Common-Cleaner) S 96107 96110 95020 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 76661077 19452874752 76306 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
Current children cumulated CPU time: 2.48 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 305224 KiB

[startup+3.10982 s]
/proc/loadavg: 4.46 4.35 4.29 5/329 96130
/proc/meminfo: memFree=72540864/131382112 swapFree=33005784/33010684
[pid=96110] ppid=96107 vsize=18996948 memory=897904 CPUtime=4.51 cores=5,7
/proc/96110/stat : 96110 (java) S 96107 96110 95020 0 -1 4194304 15610 0 0 0 423 28 0 0 20 0 19 0 76661070 19452874752 224476 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
/proc/96110/statm: 4749237 224476 5527 1 0 1966687 0
[pid=96110/tid=96112] ppid=96107 vsize=18996948 memory=11264 CPUtime=2.59 cores=5,7
/proc/96110/task/96112/stat : 96112 (java) R 96107 96110 95020 0 -1 4194368 5650 0 0 0 240 19 0 0 20 0 19 0 76661071 19452874752 224476 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
[pid=96110/tid=96121] ppid=96107 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/96110/task/96121/stat : 96121 (Finalizer) S 96107 96110 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 76661076 19452874752 224476 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
[pid=96110/tid=96128] ppid=96107 vsize=18996948 memory=5632 CPUtime=0 cores=5,7
/proc/96110/task/96128/stat : 96128 (Common-Cleaner) S 96107 96110 95020 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 76661077 19452874752 224476 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
Current children cumulated CPU time: 4.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 897904 KiB

[startup+6.30028 s]
/proc/loadavg: 4.46 4.35 4.29 5/329 96130
/proc/meminfo: memFree=71905516/131382112 swapFree=33005784/33010684
[pid=96110] ppid=96107 vsize=18996948 memory=1529524 CPUtime=8.09 cores=5,7
/proc/96110/stat : 96110 (java) S 96107 96110 95020 0 -1 4194304 16988 0 0 0 766 43 0 0 20 0 19 0 76661070 19452874752 382381 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
/proc/96110/statm: 4749237 382381 5527 1 0 2390739 0
[pid=96110/tid=96112] ppid=96107 vsize=18996948 memory=5632 CPUtime=5.21 cores=5,7
/proc/96110/task/96112/stat : 96112 (java) R 96107 96110 95020 0 -1 4194368 5866 0 0 0 492 29 0 0 20 0 19 0 76661071 19452874752 382381 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
[pid=96110/tid=96121] ppid=96107 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/96110/task/96121/stat : 96121 (Finalizer) S 96107 96110 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 76661076 19452874752 382381 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
[pid=96110/tid=96128] ppid=96107 vsize=18996948 memory=-6000919477085628006 CPUtime=0 cores=5,7
/proc/96110/task/96128/stat : 96128 (Common-Cleaner) S 96107 96110 95020 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 76661077 19452874752 382381 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
Current children cumulated CPU time: 8.09 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1529524 KiB

[startup+12.7004 s]
/proc/loadavg: 4.58 4.37 4.30 5/330 96131
/proc/meminfo: memFree=70913812/131382112 swapFree=33005784/33010684
[pid=96110] ppid=96107 vsize=19063512 memory=2547464 CPUtime=16.75 cores=5,7
/proc/96110/stat : 96110 (java) S 96107 96110 95020 0 -1 4194304 20610 0 0 0 1606 69 0 0 20 0 20 0 76661070 19521036288 636866 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
/proc/96110/statm: 4765878 636866 5559 1 0 2662878 0
[pid=96110/tid=96112] ppid=96107 vsize=19063512 memory=1529524 CPUtime=10.99 cores=5,7
/proc/96110/task/96112/stat : 96112 (java) R 96107 96110 95020 0 -1 4194368 6673 0 0 0 1052 47 0 0 20 0 20 0 76661071 19521036288 636866 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
[pid=96110/tid=96121] ppid=96107 vsize=19063512 memory=1643080 CPUtime=0 cores=5,7
/proc/96110/task/96121/stat : 96121 (Finalizer) S 96107 96110 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76661076 19521036288 636866 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
[pid=96110/tid=96128] ppid=96107 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/96110/task/96128/stat : 96128 (Common-Cleaner) S 96107 96110 95020 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 76661077 19521036288 636866 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
[pid=96110/tid=96131] ppid=96107 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/96110/task/96131/stat : 96131 (Timer-0) S 96107 96110 95020 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 76661776 19521036288 636866 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
Current children cumulated CPU time: 16.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2547464 KiB

[startup+25.5004 s]
/proc/loadavg: 4.52 4.37 4.30 5/330 96131
/proc/meminfo: memFree=69891976/131382112 swapFree=33005784/33010684
[pid=96110] ppid=96107 vsize=19063512 memory=3153836 CPUtime=30.57 cores=5,7
/proc/96110/stat : 96110 (java) S 96107 96110 95020 0 -1 4194304 25911 0 0 0 2969 88 0 0 20 0 20 0 76661070 19521036288 788459 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
/proc/96110/statm: 4765878 788459 5559 1 0 2662880 0
[pid=96110/tid=96112] ppid=96107 vsize=19063512 memory=0 CPUtime=23.3 cores=5,7
/proc/96110/task/96112/stat : 96112 (java) R 96107 96110 95020 0 -1 4194368 8133 0 0 0 2273 57 0 0 20 0 20 0 76661071 19521036288 788459 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
[pid=96110/tid=96121] ppid=96107 vsize=19063512 memory=2922408 CPUtime=0 cores=5,7
/proc/96110/task/96121/stat : 96121 (Finalizer) S 96107 96110 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76661076 19521036288 788459 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
[pid=96110/tid=96128] ppid=96107 vsize=19063512 memory=-6000919477085628006 CPUtime=0 cores=5,7
/proc/96110/task/96128/stat : 96128 (Common-Cleaner) S 96107 96110 95020 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 76661077 19521036288 788459 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
[pid=96110/tid=96131] ppid=96107 vsize=19063512 memory=405584 CPUtime=0 cores=5,7
/proc/96110/task/96131/stat : 96131 (Timer-0) S 96107 96110 95020 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 76661776 19521036288 788459 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
Current children cumulated CPU time: 30.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3153836 KiB

[startup+51.1138 s]
/proc/loadavg: 4.55 4.39 4.31 5/333 96134
/proc/meminfo: memFree=68921716/131382112 swapFree=33005784/33010684
[pid=96110] ppid=96107 vsize=19063512 memory=3553328 CPUtime=57.06 cores=5,7
/proc/96110/stat : 96110 (java) S 96107 96110 95020 0 -1 4194304 32561 0 0 0 5594 112 0 0 20 0 20 0 76661070 19521036288 888332 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
/proc/96110/statm: 4765878 888332 5559 1 0 2662882 0
[pid=96110/tid=96112] ppid=96107 vsize=19063512 memory=3270572 CPUtime=47.77 cores=5,7
/proc/96110/task/96112/stat : 96112 (java) R 96107 96110 95020 0 -1 4194368 10086 0 0 0 4707 70 0 0 20 0 20 0 76661071 19521036288 888332 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
[pid=96110/tid=96121] ppid=96107 vsize=19063512 memory=14468 CPUtime=0 cores=5,7
/proc/96110/task/96121/stat : 96121 (Finalizer) S 96107 96110 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76661076 19521036288 888332 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
[pid=96110/tid=96128] ppid=96107 vsize=19063512 memory=2547464 CPUtime=0 cores=5,7
/proc/96110/task/96128/stat : 96128 (Common-Cleaner) S 96107 96110 95020 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 76661077 19521036288 888332 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
[pid=96110/tid=96131] ppid=96107 vsize=19063512 memory=3432492 CPUtime=0 cores=5,7
/proc/96110/task/96131/stat : 96131 (Timer-0) S 96107 96110 95020 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 76661776 19521036288 888332 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
Current children cumulated CPU time: 57.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3553328 KiB


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

/proc/meminfo: memFree=23413576/131382112 swapFree=33000116/33010684
[pid=96110] ppid=96107 vsize=19063512 memory=16255560 CPUtime=3238.23 cores=5,7
/proc/96110/stat : 96110 (java) S 96107 96110 95020 0 -1 4194304 656838 0 0 0 322209 1614 0 0 20 0 20 0 76661070 19521036288 4063890 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
/proc/96110/statm: 4765878 4063890 5559 1 0 4083802 0
[pid=96110/tid=96112] ppid=96107 vsize=19063512 memory=13952 CPUtime=3035.01 cores=5,7
/proc/96110/task/96112/stat : 96112 (java) R 96107 96110 95020 0 -1 4194368 456425 0 0 0 302304 1197 0 0 20 0 20 0 76661071 19521036288 4063890 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
[pid=96110/tid=96121] ppid=96107 vsize=19063512 memory=16253512 CPUtime=0 cores=5,7
/proc/96110/task/96121/stat : 96121 (Finalizer) S 96107 96110 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76661076 19521036288 4063890 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
[pid=96110/tid=96128] ppid=96107 vsize=19063512 memory=16255560 CPUtime=0 cores=5,7
/proc/96110/task/96128/stat : 96128 (Common-Cleaner) S 96107 96110 95020 0 -1 4194368 3339 0 0 0 0 0 0 0 20 0 20 0 76661077 19521036288 4063890 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
[pid=96110/tid=96131] ppid=96107 vsize=19063512 memory=16255560 CPUtime=0 cores=5,7
/proc/96110/task/96131/stat : 96131 (Timer-0) S 96107 96110 95020 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 76661776 19521036288 4063890 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
Current children cumulated CPU time: 3238.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16255560 KiB

[startup+3222.3 s]
/proc/loadavg: 4.38 4.37 4.32 5/341 96514
/proc/meminfo: memFree=17593068/131382112 swapFree=33000116/33010684
[pid=96110] ppid=96107 vsize=19063512 memory=16263876 CPUtime=3301.27 cores=5,7
/proc/96110/stat : 96110 (java) S 96107 96110 95020 0 -1 4194304 709265 0 0 0 328456 1671 0 0 20 0 20 0 76661070 19521036288 4065969 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
/proc/96110/statm: 4765878 4065969 5559 1 0 4083802 0
[pid=96110/tid=96112] ppid=96107 vsize=19063512 memory=13952 CPUtime=3089.9 cores=5,7
/proc/96110/task/96112/stat : 96112 (java) R 96107 96110 95020 0 -1 4194368 504286 0 0 0 307741 1249 0 0 20 0 20 0 76661071 19521036288 4065969 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
[pid=96110/tid=96121] ppid=96107 vsize=19063512 memory=13952 CPUtime=0 cores=5,7
/proc/96110/task/96121/stat : 96121 (Finalizer) S 96107 96110 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76661076 19521036288 4065969 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
[pid=96110/tid=96128] ppid=96107 vsize=19063512 memory=16263876 CPUtime=0 cores=5,7
/proc/96110/task/96128/stat : 96128 (Common-Cleaner) S 96107 96110 95020 0 -1 4194368 3402 0 0 0 0 0 0 0 20 0 20 0 76661077 19521036288 4065969 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
[pid=96110/tid=96131] ppid=96107 vsize=19063512 memory=16263876 CPUtime=0 cores=5,7
/proc/96110/task/96131/stat : 96131 (Timer-0) S 96107 96110 95020 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 76661776 19521036288 4065969 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
Current children cumulated CPU time: 3301.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16263876 KiB

[startup+3282.3 s]
/proc/loadavg: 4.45 4.38 4.33 5/340 96520
/proc/meminfo: memFree=14805004/131382112 swapFree=33000116/33010684
[pid=96110] ppid=96107 vsize=19063512 memory=16265412 CPUtime=3370.72 cores=5,7
/proc/96110/stat : 96110 (java) S 96107 96110 95020 0 -1 4194304 768380 0 0 0 335353 1719 0 0 20 0 20 0 76661070 19521036288 4066353 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
/proc/96110/statm: 4765878 4066353 5559 1 0 4084228 0
[pid=96110/tid=96112] ppid=96107 vsize=19063512 memory=14468 CPUtime=3145.8 cores=5,7
/proc/96110/task/96112/stat : 96112 (java) R 96107 96110 95020 0 -1 4194368 552348 0 0 0 313293 1287 0 0 20 0 20 0 76661071 19521036288 4066353 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
[pid=96110/tid=96121] ppid=96107 vsize=19063512 memory=16263876 CPUtime=0 cores=5,7
/proc/96110/task/96121/stat : 96121 (Finalizer) S 96107 96110 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76661076 19521036288 4066353 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
[pid=96110/tid=96128] ppid=96107 vsize=19063512 memory=16263876 CPUtime=0 cores=5,7
/proc/96110/task/96128/stat : 96128 (Common-Cleaner) S 96107 96110 95020 0 -1 4194368 3404 0 0 0 0 0 0 0 20 0 20 0 76661077 19521036288 4066353 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
[pid=96110/tid=96131] ppid=96107 vsize=19063512 memory=16265412 CPUtime=0 cores=5,7
/proc/96110/task/96131/stat : 96131 (Timer-0) S 96107 96110 95020 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 76661776 19521036288 4066353 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
Current children cumulated CPU time: 3370.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16265412 KiB

[startup+3342.3 s]
/proc/loadavg: 4.42 4.41 4.34 6/342 96526
/proc/meminfo: memFree=11948012/131382112 swapFree=33000116/33010684
[pid=96110] ppid=96107 vsize=19063512 memory=16265412 CPUtime=3432.02 cores=5,7
/proc/96110/stat : 96110 (java) S 96107 96110 95020 0 -1 4194304 818549 0 0 0 341453 1749 0 0 20 0 20 0 76661070 19521036288 4066353 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
/proc/96110/statm: 4765878 4066353 5559 1 0 4084228 0
[pid=96110/tid=96112] ppid=96107 vsize=19063512 memory=13952 CPUtime=3203.05 cores=5,7
/proc/96110/task/96112/stat : 96112 (java) R 96107 96110 95020 0 -1 4194368 598254 0 0 0 318992 1313 0 0 20 0 20 0 76661071 19521036288 4066353 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
[pid=96110/tid=96121] ppid=96107 vsize=19063512 memory=16265412 CPUtime=0 cores=5,7
/proc/96110/task/96121/stat : 96121 (Finalizer) S 96107 96110 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76661076 19521036288 4066353 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
[pid=96110/tid=96128] ppid=96107 vsize=19063512 memory=14468 CPUtime=0 cores=5,7
/proc/96110/task/96128/stat : 96128 (Common-Cleaner) S 96107 96110 95020 0 -1 4194368 3442 0 0 0 0 0 0 0 20 0 20 0 76661077 19521036288 4066353 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
[pid=96110/tid=96131] ppid=96107 vsize=19063512 memory=13952 CPUtime=0 cores=5,7
/proc/96110/task/96131/stat : 96131 (Timer-0) S 96107 96110 95020 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 76661776 19521036288 4066353 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
Current children cumulated CPU time: 3432.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16265412 KiB

[startup+3402.3 s]
/proc/loadavg: 4.30 4.38 4.34 5/340 96528
/proc/meminfo: memFree=9878200/131382112 swapFree=33000116/33010684
[pid=96110] ppid=96107 vsize=19063512 memory=16265412 CPUtime=3492.89 cores=5,7
/proc/96110/stat : 96110 (java) S 96107 96110 95020 0 -1 4194304 896670 0 0 0 347512 1777 0 0 20 0 20 0 76661070 19521036288 4066353 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
/proc/96110/statm: 4765878 4066353 5559 1 0 4084228 0
[pid=96110/tid=96112] ppid=96107 vsize=19063512 memory=13952 CPUtime=3260.82 cores=5,7
/proc/96110/task/96112/stat : 96112 (java) R 96107 96110 95020 0 -1 4194368 669815 0 0 0 324746 1336 0 0 20 0 20 0 76661071 19521036288 4066353 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
[pid=96110/tid=96121] ppid=96107 vsize=19063512 memory=16265412 CPUtime=0 cores=5,7
/proc/96110/task/96121/stat : 96121 (Finalizer) S 96107 96110 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76661076 19521036288 4066353 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
[pid=96110/tid=96128] ppid=96107 vsize=19063512 memory=13952 CPUtime=0 cores=5,7
/proc/96110/task/96128/stat : 96128 (Common-Cleaner) S 96107 96110 95020 0 -1 4194368 3535 0 0 0 0 0 0 0 20 0 20 0 76661077 19521036288 4066353 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
[pid=96110/tid=96131] ppid=96107 vsize=19063512 memory=16265412 CPUtime=0 cores=5,7
/proc/96110/task/96131/stat : 96131 (Timer-0) S 96107 96110 95020 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 76661776 19521036288 4066353 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
Current children cumulated CPU time: 3492.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16265412 KiB

[startup+3462.3 s]
/proc/loadavg: 4.29 4.37 4.34 6/340 96530
/proc/meminfo: memFree=7902252/131382112 swapFree=33000116/33010684
[pid=96110] ppid=96107 vsize=19063512 memory=16265412 CPUtime=3553.19 cores=5,7
/proc/96110/stat : 96110 (java) S 96107 96110 95020 0 -1 4194304 922102 0 0 0 353530 1789 0 0 20 0 20 0 76661070 19521036288 4066353 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
/proc/96110/statm: 4765878 4066353 5559 1 0 4084228 0
[pid=96110/tid=96112] ppid=96107 vsize=19063512 memory=13952 CPUtime=3319.81 cores=5,7
/proc/96110/task/96112/stat : 96112 (java) R 96107 96110 95020 0 -1 4194368 694805 0 0 0 330636 1345 0 0 20 0 20 0 76661071 19521036288 4066353 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
[pid=96110/tid=96121] ppid=96107 vsize=19063512 memory=16265412 CPUtime=0 cores=5,7
/proc/96110/task/96121/stat : 96121 (Finalizer) S 96107 96110 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76661076 19521036288 4066353 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
[pid=96110/tid=96128] ppid=96107 vsize=19063512 memory=14468 CPUtime=0 cores=5,7
/proc/96110/task/96128/stat : 96128 (Common-Cleaner) S 96107 96110 95020 0 -1 4194368 3628 0 0 0 0 0 0 0 20 0 20 0 76661077 19521036288 4066353 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
[pid=96110/tid=96131] ppid=96107 vsize=19063512 memory=14468 CPUtime=0 cores=5,7
/proc/96110/task/96131/stat : 96131 (Timer-0) S 96107 96110 95020 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 76661776 19521036288 4066353 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
Current children cumulated CPU time: 3553.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16265412 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3508.9 s]
/proc/loadavg: 4.42 4.39 4.35 6/336 96532
/proc/meminfo: memFree=6582728/131382112 swapFree=33000116/33010684
[pid=96110] ppid=96107 vsize=19063512 memory=16265412 CPUtime=3600.02 cores=5,7
/proc/96110/stat : 96110 (java) S 96107 96110 95020 0 -1 4194304 1000344 0 0 0 358201 1801 0 0 20 0 20 0 76661070 19521036288 4066353 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
/proc/96110/statm: 4765878 4066353 5559 1 0 4084228 0
[pid=96110/tid=96112] ppid=96107 vsize=19063512 memory=16265412 CPUtime=3365.81 cores=5,7
/proc/96110/task/96112/stat : 96112 (java) R 96107 96110 95020 0 -1 4194368 764706 0 0 0 335227 1354 0 0 20 0 20 0 76661071 19521036288 4066353 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
[pid=96110/tid=96121] ppid=96107 vsize=19063512 memory=16265412 CPUtime=0 cores=5,7
/proc/96110/task/96121/stat : 96121 (Finalizer) S 96107 96110 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 76661076 19521036288 4066353 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
[pid=96110/tid=96128] ppid=96107 vsize=19063512 memory=16265412 CPUtime=0 cores=5,7
/proc/96110/task/96128/stat : 96128 (Common-Cleaner) S 96107 96110 95020 0 -1 4194368 3722 0 0 0 0 0 0 0 20 0 20 0 76661077 19521036288 4066353 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
[pid=96110/tid=96131] ppid=96107 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/96110/task/96131/stat : 96131 (Timer-0) S 96107 96110 95020 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 76661776 19521036288 4066353 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16265412 KiB

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

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

# cumulated CPU time of all completed processes:  user=3582.24 s, system=18.1055 s

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

[startup+3509 s]*
/proc/loadavg: 4.38 4.39 4.34 6/337 96535
/proc/meminfo: memFree=6546220/131382112 swapFree=33000116/33010684
[pid=96110] ppid=96107 vsize=19263204 memory=16266308 CPUtime=3600.22 cores=5,7
/proc/96110/stat : 96110 (java) S 96107 96110 95020 0 -1 4194304 1004776 0 0 0 358219 1803 0 0 20 0 21 0 76661070 19725520896 4066577 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
/proc/96110/statm: 4815801 4066577 5591 1 0 4085168 0
[pid=96110/tid=96112] ppid=96107 vsize=19263204 memory=-6000919494131082854 CPUtime=3365.89 cores=5,7
/proc/96110/task/96112/stat : 96112 (java) S 96107 96110 95020 0 -1 4194368 766372 0 0 0 335235 1354 0 0 20 0 21 0 76661071 19725520896 4066577 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
[pid=96110/tid=96121] ppid=96107 vsize=19263204 memory=7686721470264483783 CPUtime=0 cores=5,7
/proc/96110/task/96121/stat : 96121 (Finalizer) S 96107 96110 95020 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 76661076 19725520896 4066577 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
[pid=96110/tid=96128] ppid=96107 vsize=19263204 memory=1920 CPUtime=0 cores=5,7
/proc/96110/task/96128/stat : 96128 (Common-Cleaner) S 96107 96110 95020 0 -1 4194368 3722 0 0 0 0 0 0 0 20 0 21 0 76661077 19725520896 4066577 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
[pid=96110/tid=96535] ppid=96107 vsize=19263204 memory=14468 CPUtime=0.03 cores=5,7
/proc/96110/task/96535/stat : 96535 (Thread-0) R 96107 96110 95020 0 -1 4194368 1473 0 0 0 3 0 0 0 20 0 21 0 77011961 19725520896 4066577 18446744073709551615 94283595182080 94283595185776 140736484292816 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94283595193592 94283595194384 94283622531072 140736484297008 140736484297190 140736484297190 140736484302792 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 16266308 KiB

Child status: 143

Real time (s): 3509.13
CPU time (s): 3600.35
CPU user time (s): 3582.24
CPU system time (s): 18.1055
CPU usage (%): 102.599
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 16266308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3582.24
system time used= 18.1055
maximum resident set size= 16266436
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1005854
page faults= 0
swaps= 0
block input operations= 0
block output operations= 28856656
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 133938
involuntary context switches= 26060


# summary of solver processes directly reported to runsolver:
#   pid: 96110
#   total CPU time (s): 3600.35
#   total CPU user time (s): 3582.24
#   total CPU system time (s): 18.1055

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.0607 second user time and 34.3512 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-07-04 08:16:59
IDJOB=4524031
IDBENCH=180476
IDSOLVER=3364
FILE ID=nodeC007/4524031-1751609819
RUNJOBID= nodeC007-1751603369-95033
SLURM_JOB_ID= 9598885
Free space on /tmp= 430976 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB25/normalized-PB25/OPT-LIN/wallon/normalized-WordGolf-4-ogd2008-50-0_c24.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4524031-1751609819/watcher-4524031-1751609819 -o /tmp/evaluation-result-4524031-1751609819/solver-4524031-1751609819 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751603369-95033 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4524031-1751609819 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4524031-1751609819.opb

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

MD5SUM BENCH= 7b85ce4cd64937c81c9b69135828a61d
RANDOM SEED=482601897

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        73528244 kB
MemAvailable:   107127596 kB
Buffers:              16 kB
Cached:         34273084 kB
SwapCached:          252 kB
Active:         23101500 kB
Inactive:       33880384 kB
Active(anon):   22686824 kB
Inactive(anon):    35372 kB
Active(file):     414676 kB
Inactive(file): 33845012 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005784 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            349588 kB
Writeback:             0 kB
AnonPages:      22710488 kB
Mapped:           118440 kB
Shmem:             13504 kB
KReclaimable:     370872 kB
Slab:             471004 kB
SReclaimable:     370872 kB
SUnreclaim:       100132 kB
KernelStack:        5040 kB
PageTables:        48144 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   23333584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150440 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  22284288 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:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 430940 MiB
End job on nodeC007 at 2025-07-04 09:15:29