Trace number 4519431

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) 3531.22 3700.18

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/composed_pebbling_php_opt_pyramid/
normalized-composed_pebbling_php_opt_pyramid_height37_pigeons36_holes35.opb
MD5SUMa8850f77d674f2f3b7ac0e06d3d8c373
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 benchmark741
Best CPU time to get the best result obtained on this benchmark203.19
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables935142
Total number of constraints56829
Number of constraints which are clauses28785
Number of constraints which are cardinality constraints (but not clauses)25194
Number of constraints which are nor clauses,nor cardinality constraints2850
Minimum length of a constraint35
Maximum length of a constraint40
Number of terms in the objective function 1482
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1482
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 1482
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.15	c See www.sat4j.org for details.
0.12/0.17	c version PB25.v20250606
0.12/0.19	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.19	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.19	c java.vm.version	22.0.1+8-16
0.12/0.19	c java.vm.vendor	Oracle Corporation
0.12/0.19	c sun.arch.data.model	64
0.12/0.19	c java.version		22.0.1
0.12/0.19	c os.name		Linux
0.12/0.19	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.19	c os.arch		amd64
0.12/0.20	c Free memory 		2104792832
0.12/0.20	c Max memory 		16282288128
0.12/0.20	c Total memory 		2113929216
0.12/0.21	c Number of processors 	2
0.28/0.31	c Pseudo Boolean Optimization by upper bound
0.28/0.31	c --- Begin Solver configuration ---
0.28/0.31	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.28/0.31	c Learn all clauses as in MiniSAT
0.28/0.31	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.31	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.28/0.31	c Expensive reason simplification
0.28/0.31	c Glucose 2.1 dynamic restart strategy
0.28/0.31	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.28/0.31	c timeout=2147483s
0.28/0.31	c DB Simplification allowed=false
0.28/0.31	c Listener: none
0.28/0.31	c --- End Solver configuration ---
0.28/0.31	c solving HOME/instance-4519431-1751559731.opb
0.28/0.31	c reading problem ... 
0.45/10.82	c using VERIPB proof format
0.45/10.84	c  objective function found
42.85/49.25	c ... done. Wall clock time 48.941s.
42.85/49.25	c declared #vars     935142
42.85/49.25	c #constraints  56829
42.85/49.25	c constraints type 
42.85/49.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 28044
42.85/49.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 28785
42.85/49.25	c 56829 constraints processed.
42.85/49.26	c objective function length is 1482 literals
47.69/51.82	c cleaning 2496 clauses out of 5001 with flag 31300/5001
49.98/53.65	c cleaning 4240 clauses out of 8505 with flag 72576/11001
53.46/56.61	c cleaning 5616 clauses out of 11265 with flag 119323/18001
56.65/59.71	c cleaning 6806 clauses out of 13649 with flag 169410/26001
59.57/62.59	c cleaning 7909 clauses out of 15845 with flag 226392/35003
62.77/65.54	c cleaning 8946 clauses out of 17933 with flag 297547/45000
66.43/68.95	c cleaning 9971 clauses out of 19989 with flag 366804/56002
70.92/73.43	c cleaning 10985 clauses out of 22017 with flag 452039/68001
76.52/79.08	c cleaning 11978 clauses out of 24033 with flag 552440/81002
80.62/83.29	c cleaning 13001 clauses out of 26056 with flag 643148/95003
85.34/87.99	c cleaning 13998 clauses out of 28054 with flag 742670/110002
91.93/94.56	c cleaning 14989 clauses out of 30055 with flag 852246/126001
101.00/103.51	c cleaning 16000 clauses out of 32067 with flag 971930/143002
106.52/108.98	c cleaning 16985 clauses out of 34066 with flag 1088549/161001
115.13/124.08	c cleaning 17988 clauses out of 36081 with flag 1217390/180001
124.11/133.04	c cleaning 18999 clauses out of 38092 with flag 1354707/200000
130.38/139.36	c cleaning 19997 clauses out of 40095 with flag 1503687/221002
137.26/146.15	c cleaning 20993 clauses out of 42096 with flag 1647994/243000
145.66/186.61	c cleaning 21988 clauses out of 44104 with flag 1802126/266001
158.91/199.93	c cleaning 23047 clauses out of 46117 with flag 1961146/290002
167.49/208.49	c cleaning 23826 clauses out of 48069 with flag 2142786/315001
200.95/242.08	c cleaning 25122 clauses out of 50244 with flag 2539824/341002
229.92/270.81	c cleaning 26053 clauses out of 52120 with flag 2949957/368000
285.56/326.85	c cleaning 27030 clauses out of 54067 with flag 3385713/396000
333.45/378.76	c cleaning 28016 clauses out of 56038 with flag 3848485/425001
384.07/429.09	c cleaning 29010 clauses out of 58026 with flag 4303658/455005
452.80/497.38	c cleaning 30001 clauses out of 60012 with flag 4782133/486001
537.91/597.69	c cleaning 31004 clauses out of 62014 with flag 5295239/518004
634.09/713.06	c cleaning 31993 clauses out of 64006 with flag 5835336/551000
732.59/816.01	c cleaning 33008 clauses out of 66015 with flag 6390425/585002
851.44/936.44	c cleaning 34002 clauses out of 68006 with flag 6963072/620001
978.14/1087.52	c cleaning 34998 clauses out of 70005 with flag 7572526/656002
1133.00/1249.87	c cleaning 36001 clauses out of 72008 with flag 8218994/693003
1282.88/1401.44	c cleaning 36996 clauses out of 74004 with flag 8904519/731000
1454.73/1583.09	c cleaning 37999 clauses out of 76008 with flag 9618825/770000
1571.43/1699.34	c cleaning 38998 clauses out of 78009 with flag 10345314/810000
1715.53/1847.09	c cleaning 40004 clauses out of 80011 with flag 10994770/851000
1909.94/2045.38	c cleaning 40990 clauses out of 82007 with flag 11668600/893000
2122.39/2270.39	c cleaning 42006 clauses out of 84020 with flag 12358925/936003
2328.18/2476.84	c cleaning 43002 clauses out of 86011 with flag 13092803/980000
2571.76/2725.23	c cleaning 43998 clauses out of 88011 with flag 13864669/1025002
2802.15/2960.79	c cleaning 45001 clauses out of 90011 with flag 14617615/1071000
3071.74/3241.47	c cleaning 46003 clauses out of 92011 with flag 15412221/1118001
3298.63/3468.03	c cleaning 47001 clauses out of 94007 with flag 16182502/1166000
3531.01/3700.03	c timeout
3531.01/3700.04	c starts		: 17683
3531.01/3700.04	c conflicts		: 1207236
3531.01/3700.05	c decisions		: 25080634
3531.01/3700.05	c propagations		: 58985172
3531.01/3700.05	c inspects		: 8284490776
3531.01/3700.05	c shortcuts		: 0
3531.01/3700.05	c learnt literals	: 0
3531.01/3700.05	c learnt binary clauses	: 0
3531.01/3700.05	c learnt ternary clauses	: 0
3531.01/3700.05	c learnt constraints	: 1207236
3531.01/3700.05	c ignored constraints	: 0
3531.01/3700.05	c root simplifications	: 0
3531.01/3700.05	c removed literals (reason simplification)	: 5875596
3531.01/3700.05	c reason swapping (by a shorter reason)	: 0
3531.01/3700.05	c Calls to reduceDB	: 44
3531.01/3700.05	c Number of update (reduction) of LBD	: 975524
3531.01/3700.05	c Imported unit clauses	: 0
3531.01/3700.05	c No decision after first conflict	: false
3531.01/3700.05	c number of reductions to clauses (during analyze)	: 0
3531.01/3700.05	c number of learned constraints concerned by reduction	: 0
3531.01/3700.05	c number of learning phase by resolution	: 0
3531.01/3700.05	c number of learning phase by cutting planes	: 0
3531.01/3700.05	c number of rounding to 1 operations	: 0
3531.01/3700.05	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3531.01/3700.05	c number of reductions of the coefficients by power 2 	: 0
3531.01/3700.05	c number of right shift for reduction by power 2 	: 0
3531.01/3700.05	c number of reductions of the coefficients by GCD over coefficients 	: 0
3531.01/3700.05	c number of ending skipping 	: 0
3531.01/3700.05	c number of internal skipping 	: 0
3531.01/3700.05	c number of derivation steps 	: 0
3531.01/3700.05	c number of skipped derivation steps 	: 0
3531.01/3700.05	c number of remaining unassigned 	: 0
3531.01/3700.05	c number of remaining assigned 	: 0
3531.01/3700.05	c number of falsified literals weakened from reason	: 0
3531.01/3700.05	c number of falsified literals weakened from conflict	: 0
3531.01/3700.05	c time for arithmetic operations	: 0
3531.01/3700.05	c minimum degree of deleted constraints	: null
3531.01/3700.05	c maximum degree of deleted constraints	: null
3531.01/3700.06	c number of deleted constraints	: 0
3531.01/3700.06	c speed (assignments/second)	: 16157.302115056858
3531.01/3700.06	c non guided choices	: 11557459
3531.01/3700.11	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 88242
3531.01/3700.11	s UNKNOWN
3531.01/3700.11	c Total wall clock time (in seconds): 3699.802

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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
solver pid=80682, runsolver pid=80679
Current StackSize limit: 8192 KiB


[startup+0.10007 s]*
/proc/loadavg: 2.31 3.67 4.01 5/298 80700
/proc/meminfo: memFree=129617228/131382112 swapFree=33010416/33010684
[pid=80682] ppid=80679 vsize=18930384 memory=50332 CPUtime=0.12 cores=4,6
/proc/80682/stat : 80682 (java) S 80679 80682 80589 0 -1 4194304 5784 0 0 0 9 3 0 0 20 0 18 0 71652528 19384713216 12583 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
/proc/80682/statm: 4732596 12583 5306 1 0 547005 0
[pid=80682/tid=80684] ppid=80679 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/80682/task/80684/stat : 80684 (java) R 80679 80682 80589 0 -1 4194368 4693 0 0 0 5 2 0 0 20 0 18 0 71652530 19384713216 12583 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
[pid=80682/tid=80693] ppid=80679 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/80682/task/80693/stat : 80693 (Finalizer) S 80679 80682 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 71652534 19384713216 12583 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
[pid=80682/tid=80700] ppid=80679 vsize=18930384 memory=58494082630061 CPUtime=0 cores=4,6
/proc/80682/task/80700/stat : 80700 (Common-Cleaner) S 80679 80682 80589 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 71652535 19384713216 12583 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 50332 KiB

[startup+0.210817 s]*
/proc/loadavg: 2.31 3.67 4.01 3/298 80700
/proc/meminfo: memFree=129605068/131382112 swapFree=33010416/33010684
[pid=80682] ppid=80679 vsize=18930384 memory=57160 CPUtime=0.28 cores=4,6
/proc/80682/stat : 80682 (java) S 80679 80682 80589 0 -1 4194304 6438 0 0 0 24 4 0 0 20 0 18 0 71652528 19384713216 14290 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
/proc/80682/statm: 4732596 14290 5338 1 0 547581 0
[pid=80682/tid=80684] ppid=80679 vsize=18930384 memory=4026728732 CPUtime=0.17 cores=4,6
/proc/80682/task/80684/stat : 80684 (java) R 80679 80682 80589 0 -1 4194368 5028 0 0 0 15 2 0 0 20 0 18 0 71652530 19384713216 14290 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
[pid=80682/tid=80693] ppid=80679 vsize=18930384 memory=13926 CPUtime=0 cores=4,6
/proc/80682/task/80693/stat : 80693 (Finalizer) S 80679 80682 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 71652534 19384713216 14290 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
[pid=80682/tid=80700] ppid=80679 vsize=18930384 memory=57394570986489 CPUtime=0 cores=4,6
/proc/80682/task/80700/stat : 80700 (Common-Cleaner) S 80679 80682 80589 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 71652535 19384713216 14290 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57160 KiB

[startup+0.310617 s]*
/proc/loadavg: 2.31 3.67 4.01 5/298 80700
/proc/meminfo: memFree=129597004/131382112 swapFree=33010416/33010684
[pid=80682] ppid=80679 vsize=18930384 memory=60696 CPUtime=0.44 cores=4,6
/proc/80682/stat : 80682 (java) S 80679 80682 80589 0 -1 4194304 6694 0 0 0 39 5 0 0 20 0 18 0 71652528 19384713216 15174 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
/proc/80682/statm: 4732596 15174 5434 1 0 547793 0
[pid=80682/tid=80684] ppid=80679 vsize=18930384 memory=-6000919468377926759 CPUtime=0.27 cores=4,6
/proc/80682/task/80684/stat : 80684 (java) D 80679 80682 80589 0 -1 4456512 5216 0 0 0 24 3 0 0 20 0 18 0 71652530 19384713216 15174 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
[pid=80682/tid=80693] ppid=80679 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/80682/task/80693/stat : 80693 (Finalizer) S 80679 80682 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 71652534 19384713216 15174 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
[pid=80682/tid=80700] ppid=80679 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/80682/task/80700/stat : 80700 (Common-Cleaner) S 80679 80682 80589 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 71652535 19384713216 15174 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 60696 KiB

[startup+0.70027 s]
/proc/loadavg: 2.31 3.67 4.01 2/296 80700
/proc/meminfo: memFree=129588940/131382112 swapFree=33010416/33010684
[pid=80682] ppid=80679 vsize=18930384 memory=60696 CPUtime=0.45 cores=4,6
/proc/80682/stat : 80682 (java) S 80679 80682 80589 0 -1 4194304 6695 0 0 0 40 5 0 0 20 0 18 0 71652528 19384713216 15174 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
/proc/80682/statm: 4732596 15174 5434 1 0 547793 0
[pid=80682/tid=80684] ppid=80679 vsize=18930384 memory=19072 CPUtime=0.27 cores=4,6
/proc/80682/task/80684/stat : 80684 (java) D 80679 80682 80589 0 -1 4456512 5216 0 0 0 24 3 0 0 20 0 18 0 71652530 19384713216 15174 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
[pid=80682/tid=80693] ppid=80679 vsize=18930384 memory=11264 CPUtime=0 cores=4,6
/proc/80682/task/80693/stat : 80693 (Finalizer) S 80679 80682 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 71652534 19384713216 15174 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
[pid=80682/tid=80700] ppid=80679 vsize=18930384 memory=3200 CPUtime=0 cores=4,6
/proc/80682/task/80700/stat : 80700 (Common-Cleaner) S 80679 80682 80589 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 71652535 19384713216 15174 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 60696 KiB

[startup+1.50036 s]
/proc/loadavg: 2.31 3.67 4.01 1/318 80727
/proc/meminfo: memFree=129556556/131382112 swapFree=33010416/33010684
[pid=80682] ppid=80679 vsize=18930384 memory=60696 CPUtime=0.45 cores=4,6
/proc/80682/stat : 80682 (java) S 80679 80682 80589 0 -1 4194304 6695 0 0 0 40 5 0 0 20 0 18 0 71652528 19384713216 15174 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
/proc/80682/statm: 4732596 15174 5434 1 0 547793 0
[pid=80682/tid=80684] ppid=80679 vsize=18930384 memory=3200 CPUtime=0.27 cores=4,6
/proc/80682/task/80684/stat : 80684 (java) D 80679 80682 80589 0 -1 4456512 5216 0 0 0 24 3 0 0 20 0 18 0 71652530 19384713216 15174 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
[pid=80682/tid=80693] ppid=80679 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/80682/task/80693/stat : 80693 (Finalizer) S 80679 80682 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 71652534 19384713216 15174 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
[pid=80682/tid=80700] ppid=80679 vsize=18930384 memory=11264 CPUtime=0 cores=4,6
/proc/80682/task/80700/stat : 80700 (Common-Cleaner) S 80679 80682 80589 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 71652535 19384713216 15174 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 60696 KiB

[startup+3.11284 s]
/proc/loadavg: 2.31 3.67 4.01 1/318 80727
/proc/meminfo: memFree=129557100/131382112 swapFree=33010416/33010684
[pid=80682] ppid=80679 vsize=18930384 memory=60696 CPUtime=0.45 cores=4,6
/proc/80682/stat : 80682 (java) S 80679 80682 80589 0 -1 4194304 6695 0 0 0 40 5 0 0 20 0 18 0 71652528 19384713216 15174 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
/proc/80682/statm: 4732596 15174 5434 1 0 547793 0
[pid=80682/tid=80684] ppid=80679 vsize=18930384 memory=11264 CPUtime=0.27 cores=4,6
/proc/80682/task/80684/stat : 80684 (java) D 80679 80682 80589 0 -1 4456512 5216 0 0 0 24 3 0 0 20 0 18 0 71652530 19384713216 15174 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
[pid=80682/tid=80693] ppid=80679 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/80682/task/80693/stat : 80693 (Finalizer) S 80679 80682 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 71652534 19384713216 15174 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
[pid=80682/tid=80700] ppid=80679 vsize=18930384 memory=5632 CPUtime=0 cores=4,6
/proc/80682/task/80700/stat : 80700 (Common-Cleaner) S 80679 80682 80589 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 71652535 19384713216 15174 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 60696 KiB
heavy processes:

[startup+6.30035 s]
/proc/loadavg: 2.44 3.68 4.01 1/318 80727
/proc/meminfo: memFree=129557236/131382112 swapFree=33010416/33010684
[pid=80682] ppid=80679 vsize=18930384 memory=60696 CPUtime=0.45 cores=4,6
/proc/80682/stat : 80682 (java) S 80679 80682 80589 0 -1 4194304 6695 0 0 0 40 5 0 0 20 0 18 0 71652528 19384713216 15174 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
/proc/80682/statm: 4732596 15174 5434 1 0 547793 0
[pid=80682/tid=80684] ppid=80679 vsize=18930384 memory=11264 CPUtime=0.27 cores=4,6
/proc/80682/task/80684/stat : 80684 (java) D 80679 80682 80589 0 -1 4456512 5216 0 0 0 24 3 0 0 20 0 18 0 71652530 19384713216 15174 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
[pid=80682/tid=80693] ppid=80679 vsize=18930384 memory=-6000919468377926759 CPUtime=0 cores=4,6
/proc/80682/task/80693/stat : 80693 (Finalizer) S 80679 80682 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 71652534 19384713216 15174 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
[pid=80682/tid=80700] ppid=80679 vsize=18930384 memory=60696 CPUtime=0 cores=4,6
/proc/80682/task/80700/stat : 80700 (Common-Cleaner) S 80679 80682 80589 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 71652535 19384713216 15174 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 60696 KiB
heavy processes:

[startup+12.7004 s]
/proc/loadavg: 2.57 3.68 4.01 7/323 80732
/proc/meminfo: memFree=126107024/131382112 swapFree=33010416/33010684
[pid=80682] ppid=80679 vsize=18996948 memory=1300164 CPUtime=3.54 cores=4,6
/proc/80682/stat : 80682 (java) S 80679 80682 80589 0 -1 4194304 12467 0 0 0 308 46 0 0 20 0 19 0 71652528 19452874752 325041 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
/proc/80682/statm: 4749237 325041 5530 1 0 684645 0
[pid=80682/tid=80684] ppid=80679 vsize=18996948 memory=5632 CPUtime=2 cores=4,6
/proc/80682/task/80684/stat : 80684 (java) R 80679 80682 80589 0 -1 4194368 6048 0 0 0 161 39 0 0 20 0 19 0 71652530 19452874752 325041 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
[pid=80682/tid=80693] ppid=80679 vsize=18996948 memory=1055784 CPUtime=0 cores=4,6
/proc/80682/task/80693/stat : 80693 (Finalizer) S 80679 80682 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71652534 19452874752 325041 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
[pid=80682/tid=80700] ppid=80679 vsize=18996948 memory=14720 CPUtime=0 cores=4,6
/proc/80682/task/80700/stat : 80700 (Common-Cleaner) S 80679 80682 80589 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 71652535 19452874752 325041 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
Current children cumulated CPU time: 3.54 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1300164 KiB
heavy processes:

[startup+25.5003 s]
/proc/loadavg: 3.18 3.77 4.03 7/325 80735
/proc/meminfo: memFree=114382300/131382112 swapFree=33010416/33010684
[pid=80682] ppid=80679 vsize=18996948 memory=4398604 CPUtime=17.54 cores=4,6
/proc/80682/stat : 80682 (java) S 80679 80682 80589 0 -1 4194304 24344 0 0 0 1636 118 0 0 20 0 19 0 71652528 19452874752 1099651 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
/proc/80682/statm: 4749237 1099651 5530 1 0 2214662 0
[pid=80682/tid=80684] ppid=80679 vsize=18996948 memory=2840940 CPUtime=13.67 cores=4,6
/proc/80682/task/80684/stat : 80684 (java) S 80679 80682 80589 0 -1 4194368 8734 0 0 0 1270 97 0 0 20 0 19 0 71652530 19452874752 1099651 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
[pid=80682/tid=80693] ppid=80679 vsize=18996948 memory=-6000919468377926759 CPUtime=0 cores=4,6
/proc/80682/task/80693/stat : 80693 (Finalizer) S 80679 80682 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 71652534 19452874752 1099651 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
[pid=80682/tid=80700] ppid=80679 vsize=18996948 memory=3410676 CPUtime=0 cores=4,6
/proc/80682/task/80700/stat : 80700 (Common-Cleaner) S 80679 80682 80589 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 71652535 19452874752 1099651 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
Current children cumulated CPU time: 17.54 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 4398604 KiB
heavy processes:

[startup+51.1061 s]
/proc/loadavg: 3.54 3.80 4.03 5/327 80737
/proc/meminfo: memFree=111397288/131382112 swapFree=33010416/33010684
[pid=80682] ppid=80679 vsize=19063512 memory=6410588 CPUtime=46.53 cores=4,6
/proc/80682/stat : 80682 (java) S 80679 80682 80589 0 -1 4194304 36826 0 0 0 4489 164 0 0 20 0 20 0 71652528 19521036288 1602647 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
/proc/80682/statm: 4765878 1602647 5530 1 0 2743616 0
[pid=80682/tid=80684] ppid=80679 vsize=19063512 memory=-6000919468377926759 CPUtime=37.06 cores=4,6
/proc/80682/task/80684/stat : 80684 (java) R 80679 80682 80589 0 -1 4194368 12959 0 0 0 3583 123 0 0 20 0 20 0 71652530 19521036288 1602647 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
[pid=80682/tid=80693] ppid=80679 vsize=19063512 memory=6268428 CPUtime=0 cores=4,6
/proc/80682/task/80693/stat : 80693 (Finalizer) S 80679 80682 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71652534 19521036288 1602647 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
[pid=80682/tid=80700] ppid=80679 vsize=19063512 memory=5990756 CPUtime=0 cores=4,6
/proc/80682/task/80700/stat : 80700 (Common-Cleaner) S 80679 80682 80589 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 71652535 19521036288 1602647 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
[pid=80682/tid=80737] ppid=80679 vsize=19063512 memory=5666060 CPUtime=0 cores=4,6
/proc/80682/task/80737/stat : 80737 (Timer-0) S 80679 80682 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71657464 19521036288 1602647 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
Current children cumulated CPU time: 46.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6410588 KiB

[startup+102.3 s]

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

[startup+3342.3 s]
/proc/loadavg: 4.55 4.40 4.27 5/331 80920
/proc/meminfo: memFree=75788400/131382112 swapFree=33010416/33010684
[pid=80682] ppid=80679 vsize=19063512 memory=10918840 CPUtime=3173.03 cores=4,6
/proc/80682/stat : 80682 (java) S 80679 80682 80589 0 -1 4194304 310693 0 0 0 315872 1431 0 0 20 0 20 0 71652528 19521036288 2729710 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
/proc/80682/statm: 4765878 2729710 5562 1 0 2745555 0
[pid=80682/tid=80684] ppid=80679 vsize=19063512 memory=10918840 CPUtime=3105.78 cores=4,6
/proc/80682/task/80684/stat : 80684 (java) R 80679 80682 80589 0 -1 4194368 186265 0 0 0 309395 1183 0 0 20 0 20 0 71652530 19521036288 2729710 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
[pid=80682/tid=80693] ppid=80679 vsize=19063512 memory=10918840 CPUtime=0 cores=4,6
/proc/80682/task/80693/stat : 80693 (Finalizer) S 80679 80682 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71652534 19521036288 2729710 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
[pid=80682/tid=80700] ppid=80679 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/80682/task/80700/stat : 80700 (Common-Cleaner) S 80679 80682 80589 0 -1 4194368 2732 0 0 0 0 0 0 0 20 0 20 0 71652535 19521036288 2729710 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
[pid=80682/tid=80737] ppid=80679 vsize=19063512 memory=19072 CPUtime=0 cores=4,6
/proc/80682/task/80737/stat : 80737 (Timer-0) S 80679 80682 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71657464 19521036288 2729710 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
Current children cumulated CPU time: 3173.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10918840 KiB

[startup+3402.3 s]
/proc/loadavg: 4.29 4.35 4.26 5/330 80922
/proc/meminfo: memFree=75593872/131382112 swapFree=33010416/33010684
[pid=80682] ppid=80679 vsize=19063512 memory=10918840 CPUtime=3232.73 cores=4,6
/proc/80682/stat : 80682 (java) S 80679 80682 80589 0 -1 4194304 314888 0 0 0 321823 1450 0 0 20 0 20 0 71652528 19521036288 2729710 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
/proc/80682/statm: 4765878 2729710 5562 1 0 2745555 0
[pid=80682/tid=80684] ppid=80679 vsize=19063512 memory=14720 CPUtime=3165.42 cores=4,6
/proc/80682/task/80684/stat : 80684 (java) R 80679 80682 80589 0 -1 4194368 190338 0 0 0 315344 1198 0 0 20 0 20 0 71652530 19521036288 2729710 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
[pid=80682/tid=80693] ppid=80679 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/80682/task/80693/stat : 80693 (Finalizer) S 80679 80682 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71652534 19521036288 2729710 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
[pid=80682/tid=80700] ppid=80679 vsize=19063512 memory=10918840 CPUtime=0 cores=4,6
/proc/80682/task/80700/stat : 80700 (Common-Cleaner) S 80679 80682 80589 0 -1 4194368 2830 0 0 0 0 0 0 0 20 0 20 0 71652535 19521036288 2729710 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
[pid=80682/tid=80737] ppid=80679 vsize=19063512 memory=10918840 CPUtime=0 cores=4,6
/proc/80682/task/80737/stat : 80737 (Timer-0) S 80679 80682 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71657464 19521036288 2729710 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
Current children cumulated CPU time: 3232.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10918840 KiB

[startup+3462.3 s]
/proc/loadavg: 4.23 4.32 4.25 5/328 80923
/proc/meminfo: memFree=75406852/131382112 swapFree=33010416/33010684
[pid=80682] ppid=80679 vsize=19063512 memory=10918840 CPUtime=3292.95 cores=4,6
/proc/80682/stat : 80682 (java) S 80679 80682 80589 0 -1 4194304 318284 0 0 0 327829 1466 0 0 20 0 20 0 71652528 19521036288 2729710 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
/proc/80682/statm: 4765878 2729710 5562 1 0 2745555 0
[pid=80682/tid=80684] ppid=80679 vsize=19063512 memory=10918840 CPUtime=3224.8 cores=4,6
/proc/80682/task/80684/stat : 80684 (java) R 80679 80682 80589 0 -1 4194368 191975 0 0 0 321270 1210 0 0 20 0 20 0 71652530 19521036288 2729710 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
[pid=80682/tid=80693] ppid=80679 vsize=19063512 memory=10918840 CPUtime=0 cores=4,6
/proc/80682/task/80693/stat : 80693 (Finalizer) S 80679 80682 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71652534 19521036288 2729710 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
[pid=80682/tid=80700] ppid=80679 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/80682/task/80700/stat : 80700 (Common-Cleaner) S 80679 80682 80589 0 -1 4194368 2880 0 0 0 0 0 0 0 20 0 20 0 71652535 19521036288 2729710 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
[pid=80682/tid=80737] ppid=80679 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/80682/task/80737/stat : 80737 (Timer-0) S 80679 80682 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71657464 19521036288 2729710 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
Current children cumulated CPU time: 3292.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10918840 KiB

[startup+3522.3 s]
/proc/loadavg: 4.22 4.29 4.25 5/329 80926
/proc/meminfo: memFree=75114304/131382112 swapFree=33010416/33010684
[pid=80682] ppid=80679 vsize=19063512 memory=10918840 CPUtime=3353.05 cores=4,6
/proc/80682/stat : 80682 (java) S 80679 80682 80589 0 -1 4194304 325676 0 0 0 333817 1488 0 0 20 0 20 0 71652528 19521036288 2729710 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
/proc/80682/statm: 4765878 2729710 5562 1 0 2745555 0
[pid=80682/tid=80684] ppid=80679 vsize=19063512 memory=10918840 CPUtime=3284.26 cores=4,6
/proc/80682/task/80684/stat : 80684 (java) R 80679 80682 80589 0 -1 4194368 196572 0 0 0 327196 1230 0 0 20 0 20 0 71652530 19521036288 2729710 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
[pid=80682/tid=80693] ppid=80679 vsize=19063512 memory=10918840 CPUtime=0 cores=4,6
/proc/80682/task/80693/stat : 80693 (Finalizer) S 80679 80682 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71652534 19521036288 2729710 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
[pid=80682/tid=80700] ppid=80679 vsize=19063512 memory=10918840 CPUtime=0 cores=4,6
/proc/80682/task/80700/stat : 80700 (Common-Cleaner) S 80679 80682 80589 0 -1 4194368 2989 0 0 0 0 0 0 0 20 0 20 0 71652535 19521036288 2729710 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
[pid=80682/tid=80737] ppid=80679 vsize=19063512 memory=10918840 CPUtime=0 cores=4,6
/proc/80682/task/80737/stat : 80737 (Timer-0) S 80679 80682 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71657464 19521036288 2729710 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
Current children cumulated CPU time: 3353.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10918840 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.26 4.24 5/329 80928
/proc/meminfo: memFree=74841820/131382112 swapFree=33010416/33010684
[pid=80682] ppid=80679 vsize=19063512 memory=10918840 CPUtime=3413.07 cores=4,6
/proc/80682/stat : 80682 (java) S 80679 80682 80589 0 -1 4194304 327642 0 0 0 339802 1505 0 0 20 0 20 0 71652528 19521036288 2729710 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
/proc/80682/statm: 4765878 2729710 5562 1 0 2745555 0
[pid=80682/tid=80684] ppid=80679 vsize=19063512 memory=11264 CPUtime=3343.78 cores=4,6
/proc/80682/task/80684/stat : 80684 (java) R 80679 80682 80589 0 -1 4194368 198324 0 0 0 333135 1243 0 0 20 0 20 0 71652530 19521036288 2729710 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
[pid=80682/tid=80693] ppid=80679 vsize=19063512 memory=11264 CPUtime=0 cores=4,6
/proc/80682/task/80693/stat : 80693 (Finalizer) S 80679 80682 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71652534 19521036288 2729710 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
[pid=80682/tid=80700] ppid=80679 vsize=19063512 memory=19072 CPUtime=0 cores=4,6
/proc/80682/task/80700/stat : 80700 (Common-Cleaner) S 80679 80682 80589 0 -1 4194368 3054 0 0 0 0 0 0 0 20 0 20 0 71652535 19521036288 2729710 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
[pid=80682/tid=80737] ppid=80679 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/80682/task/80737/stat : 80737 (Timer-0) S 80679 80682 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71657464 19521036288 2729710 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
Current children cumulated CPU time: 3413.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10918840 KiB

[startup+3642.3 s]
/proc/loadavg: 4.18 4.25 4.24 2/331 80934
/proc/meminfo: memFree=74526036/131382112 swapFree=33010416/33010684
[pid=80682] ppid=80679 vsize=19063512 memory=10918840 CPUtime=3473.29 cores=4,6
/proc/80682/stat : 80682 (java) S 80679 80682 80589 0 -1 4194304 332806 0 0 0 345807 1522 0 0 20 0 20 0 71652528 19521036288 2729710 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
/proc/80682/statm: 4765878 2729710 5562 1 0 2745555 0
[pid=80682/tid=80684] ppid=80679 vsize=19063512 memory=12544 CPUtime=3403.16 cores=4,6
/proc/80682/task/80684/stat : 80684 (java) R 80679 80682 80589 0 -1 4194368 201598 0 0 0 339060 1256 0 0 20 0 20 0 71652530 19521036288 2729710 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
[pid=80682/tid=80693] ppid=80679 vsize=19063512 memory=10918840 CPUtime=0 cores=4,6
/proc/80682/task/80693/stat : 80693 (Finalizer) S 80679 80682 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71652534 19521036288 2729710 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
[pid=80682/tid=80700] ppid=80679 vsize=19063512 memory=10918840 CPUtime=0 cores=4,6
/proc/80682/task/80700/stat : 80700 (Common-Cleaner) S 80679 80682 80589 0 -1 4194368 3161 0 0 0 0 0 0 0 20 0 20 0 71652535 19521036288 2729710 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
[pid=80682/tid=80737] ppid=80679 vsize=19063512 memory=10918840 CPUtime=0 cores=4,6
/proc/80682/task/80737/stat : 80737 (Timer-0) S 80679 80682 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71657464 19521036288 2729710 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
Current children cumulated CPU time: 3473.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10918840 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+3700 s]*
/proc/loadavg: 4.15 4.23 4.23 4/288 80955
/proc/meminfo: memFree=85419088/131382112 swapFree=33010416/33010684
[pid=80682] ppid=80679 vsize=19063512 memory=10918840 CPUtime=3531.01 cores=4,6
/proc/80682/stat : 80682 (java) S 80679 80682 80589 0 -1 4194304 337531 0 0 0 351565 1536 0 0 20 0 20 0 71652528 19521036288 2729710 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
/proc/80682/statm: 4765878 2729710 5562 1 0 2745555 0
[pid=80682/tid=80684] ppid=80679 vsize=19063512 memory=-6000919468344437863 CPUtime=3460.46 cores=4,6
/proc/80682/task/80684/stat : 80684 (java) R 80679 80682 80589 0 -1 4194368 205206 0 0 0 344779 1267 0 0 20 0 20 0 71652530 19521036288 2729710 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
[pid=80682/tid=80693] ppid=80679 vsize=19063512 memory=5744 CPUtime=0 cores=4,6
/proc/80682/task/80693/stat : 80693 (Finalizer) S 80679 80682 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71652534 19521036288 2729710 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
[pid=80682/tid=80700] ppid=80679 vsize=19063512 memory=7348 CPUtime=0 cores=4,6
/proc/80682/task/80700/stat : 80700 (Common-Cleaner) S 80679 80682 80589 0 -1 4194368 3256 0 0 0 0 0 0 0 20 0 20 0 71652535 19521036288 2729710 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
[pid=80682/tid=80737] ppid=80679 vsize=19063512 memory=22684 CPUtime=0 cores=4,6
/proc/80682/task/80737/stat : 80737 (Timer-0) S 80679 80682 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 71657464 19521036288 2729710 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
Current children cumulated CPU time: 3531.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 10918840 KiB

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

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

# cumulated CPU time of all completed processes:  user=3515.79 s, system=15.4296 s

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

[startup+3700.12 s]
/proc/loadavg: 4.15 4.23 4.23 4/288 80955
/proc/meminfo: memFree=85419088/131382112 swapFree=33010416/33010684
[pid=80682] ppid=80679 vsize=19263204 memory=10919864 CPUtime=3531.17 cores=4,6
/proc/80682/stat : 80682 (java) S 80679 80682 80589 0 -1 4194304 340400 0 0 0 351579 1538 0 0 20 0 15 0 71652528 19725520896 2729966 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
/proc/80682/statm: 4815801 2729966 5562 1 0 2746547 0
[pid=80682/tid=80684] ppid=80679 vsize=19263204 memory=10918840 CPUtime=3460.48 cores=4,6
/proc/80682/task/80684/stat : 80684 (java) S 80679 80682 80589 0 -1 4194368 205714 0 0 0 344781 1267 0 0 20 0 15 0 71652530 19725520896 2729966 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
[pid=80682/tid=80693] ppid=80679 vsize=19263204 memory=10918840 CPUtime=0 cores=4,6
/proc/80682/task/80693/stat : 80693 (Finalizer) S 80679 80682 80589 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 15 0 71652534 19725520896 2729966 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
[pid=80682/tid=80700] ppid=80679 vsize=19263204 memory=10918840 CPUtime=0 cores=4,6
/proc/80682/task/80700/stat : 80700 (Common-Cleaner) S 80679 80682 80589 0 -1 4194368 3256 0 0 0 0 0 0 0 20 0 15 0 71652535 19725520896 2729966 18446744073709551615 94754107613184 94754107616880 140732289324256 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94754107624696 94754107625488 94754113515520 140732289329456 140732289329638 140732289329638 140732289335240 0
Current children cumulated CPU time: 3531.17 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 10919864 KiB

Child status: 143

Real time (s): 3700.18
CPU time (s): 3531.22
CPU user time (s): 3515.79
CPU system time (s): 15.4296
CPU usage (%): 95.4338
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 10919864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3515.79
system time used= 15.4296
maximum resident set size= 10919992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 340431
page faults= 0
swaps= 0
block input operations= 0
block output operations= 11820536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 119101
involuntary context switches= 27413


# summary of solver processes directly reported to runsolver:
#   pid: 80682
#   total CPU time (s): 3531.22
#   total CPU user time (s): 3515.79
#   total CPU system time (s): 15.4296

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.8321 second user time and 40.5551 second system time

The end

Launcher Data

Begin job on nodeC005 at 2025-07-03 18:22:11
IDJOB=4519431
IDBENCH=177254
IDSOLVER=3364
FILE ID=nodeC005/4519431-1751559731
RUNJOBID= nodeC005-1751559731-80600
SLURM_JOB_ID= 9598757
Free space on /tmp= 429420 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/composed_pebbling_php_opt_pyramid/normalized-composed_pebbling_php_opt_pyramid_height37_pigeons36_holes35.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4519431-1751559731/watcher-4519431-1751559731 -o /tmp/evaluation-result-4519431-1751559731/solver-4519431-1751559731 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1751559731-80600 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4519431-1751559731 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4519431-1751559731.opb

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

MD5SUM BENCH= a8850f77d674f2f3b7ac0e06d3d8c373
RANDOM SEED=1413805054

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.471
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.90
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		: 1696.095
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.90
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		: 1196.225
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.90
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.90
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		: 1196.640
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.90
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		: 1396.788
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.90
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		: 1696.084
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.90
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		: 1197.245
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        129654320 kB
MemAvailable:   129832484 kB
Buffers:            2128 kB
Cached:           966648 kB
SwapCached:           24 kB
Active:           797568 kB
Inactive:         320116 kB
Active(anon):     163680 kB
Inactive(anon):     3164 kB
Active(file):     633888 kB
Inactive(file):   316952 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             56916 kB
Writeback:             0 kB
AnonPages:        152448 kB
Mapped:           123652 kB
Shmem:             17936 kB
KReclaimable:     133904 kB
Slab:             221512 kB
SReclaimable:     133904 kB
SUnreclaim:        87608 kB
KernelStack:        4544 kB
PageTables:         3656 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    4781644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149848 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     45056 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:     8089600 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 429400 MiB
End job on nodeC005 at 2025-07-03 19:23:52