Trace number 4543759

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 NameAnswerCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06? (TO) 3600.15 3543.29

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
php-exit/normalized-phpexit_v1_14_088.opb
MD5SUM24c7738c3c83b878554c33cfdaf58c44
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1.47269
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables109662
Total number of constraints2479
Number of constraints which are clauses1247
Number of constraints which are cardinality constraints (but not clauses)1232
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint14
Maximum length of a constraint89
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 13
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 90
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c Expensive reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/0.12	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.13/0.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-4543759-1753228389.opb
0.13/0.12	c reading problem ... 
0.13/0.13	c using VERIPB proof format
0.13/0.13	c  no objective function found
1.09/0.69	c ... done. Wall clock time 0.564s.
1.09/0.69	c declared #vars     109662
1.09/0.69	c #constraints  2479
1.09/0.69	c constraints type 
1.09/0.69	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1232
1.09/0.69	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1247
1.09/0.69	c 2479 constraints processed.
8.22/6.17	c cleaning 2495 clauses out of 5001 with flag 30244/5001
16.48/14.09	c cleaning 4253 clauses out of 8506 with flag 70718/11001
25.92/23.37	c cleaning 5623 clauses out of 11252 with flag 118429/18000
39.12/36.35	c cleaning 6812 clauses out of 13631 with flag 174786/26002
55.32/52.47	c cleaning 7903 clauses out of 15819 with flag 238031/35002
73.98/70.93	c cleaning 8959 clauses out of 17917 with flag 307861/45003
95.98/92.66	c cleaning 9975 clauses out of 19955 with flag 382629/56000
117.79/114.26	c cleaning 10987 clauses out of 21982 with flag 473835/68002
141.77/138.12	c cleaning 11988 clauses out of 23993 with flag 578271/81000
169.79/165.94	c cleaning 12997 clauses out of 26006 with flag 687286/95001
199.89/195.96	c cleaning 13998 clauses out of 28008 with flag 800769/110000
237.36/233.09	c cleaning 14998 clauses out of 30011 with flag 923785/126001
278.43/273.84	c cleaning 16003 clauses out of 32013 with flag 1055589/143001
323.51/318.56	c cleaning 16999 clauses out of 34009 with flag 1194353/161000
371.75/366.06	c cleaning 18000 clauses out of 36010 with flag 1335443/180000
423.67/417.66	c cleaning 19007 clauses out of 38017 with flag 1489903/200007
481.42/475.10	c cleaning 19997 clauses out of 40003 with flag 1663083/221000
544.15/537.59	c cleaning 21003 clauses out of 42006 with flag 1843813/243000
582.12/574.80	c cleaning 21988 clauses out of 44004 with flag 2002865/266001
628.05/620.17	c cleaning 22991 clauses out of 46018 with flag 2169189/290003
672.28/663.68	c cleaning 23998 clauses out of 48026 with flag 2363638/315002
724.91/715.87	c cleaning 24997 clauses out of 50026 with flag 2578968/341000
784.70/775.01	c cleaning 26005 clauses out of 52030 with flag 2812751/368001
846.66/836.89	c cleaning 27002 clauses out of 54027 with flag 3032911/396003
914.09/903.79	c cleaning 28001 clauses out of 56029 with flag 3275933/425007
990.47/979.09	c cleaning 29001 clauses out of 58021 with flag 3547319/455000
1061.87/1049.85	c cleaning 29996 clauses out of 60022 with flag 3815941/486002
1135.75/1122.35	c cleaning 30999 clauses out of 62025 with flag 4072550/518001
1218.73/1203.74	c cleaning 32002 clauses out of 64027 with flag 4342382/551002
1303.89/1287.39	c cleaning 32999 clauses out of 66026 with flag 4625164/585003
1355.52/1337.69	c cleaning 33994 clauses out of 68024 with flag 4883792/620000
1435.54/1417.03	c cleaning 34990 clauses out of 70030 with flag 5127397/656000
1527.94/1507.89	c cleaning 35994 clauses out of 72040 with flag 5382793/693000
1622.93/1601.24	c cleaning 37005 clauses out of 74047 with flag 5641988/731001
1707.06/1683.19	c cleaning 37999 clauses out of 76042 with flag 5945496/770001
1824.20/1798.47	c cleaning 38997 clauses out of 78044 with flag 6257134/810002
1926.21/1898.25	c cleaning 40001 clauses out of 80046 with flag 6599280/851001
2037.67/2007.81	c cleaning 40998 clauses out of 82044 with flag 6953285/893000
2167.60/2134.26	c cleaning 41999 clauses out of 84046 with flag 7278984/936000
2296.68/2261.63	c cleaning 43001 clauses out of 86048 with flag 7613764/980001
2429.53/2392.81	c cleaning 44001 clauses out of 88049 with flag 7979486/1025003
2585.68/2545.78	c cleaning 45006 clauses out of 90052 with flag 8356592/1071007
2729.58/2687.82	c cleaning 46004 clauses out of 92045 with flag 8763840/1118006
2880.97/2837.60	c cleaning 47000 clauses out of 94037 with flag 9171426/1166002
3051.33/3004.12	c cleaning 47993 clauses out of 96036 with flag 9587516/1215001
3213.36/3164.24	c cleaning 48997 clauses out of 98042 with flag 9975035/1265000
3384.11/3331.28	c cleaning 50003 clauses out of 100045 with flag 10409158/1316000
3549.70/3494.43	c cleaning 51005 clauses out of 102044 with flag 10858403/1368002
3600.02/3543.21	c timeout
3600.02/3543.21	c starts		: 4
3600.02/3543.21	c conflicts		: 1385943
3600.02/3543.21	c decisions		: 1583702
3600.02/3543.21	c propagations		: 18789598
3600.02/3543.21	c inspects		: 5999322448
3600.02/3543.21	c shortcuts		: 0
3600.02/3543.21	c learnt literals	: 0
3600.02/3543.22	c learnt binary clauses	: 0
3600.02/3543.22	c learnt ternary clauses	: 0
3600.02/3543.22	c learnt constraints	: 1385943
3600.02/3543.22	c ignored constraints	: 0
3600.02/3543.22	c root simplifications	: 0
3600.02/3543.22	c removed literals (reason simplification)	: 3985707
3600.02/3543.22	c reason swapping (by a shorter reason)	: 0
3600.02/3543.22	c Calls to reduceDB	: 48
3600.02/3543.22	c Number of update (reduction) of LBD	: 825319
3600.02/3543.22	c Imported unit clauses	: 0
3600.02/3543.22	c No decision after first conflict	: false
3600.02/3543.22	c number of reductions to clauses (during analyze)	: 0
3600.02/3543.22	c number of learned constraints concerned by reduction	: 0
3600.02/3543.22	c number of learning phase by resolution	: 0
3600.02/3543.22	c number of learning phase by cutting planes	: 0
3600.02/3543.22	c number of rounding to 1 operations	: 0
3600.02/3543.22	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3543.22	c number of reductions of the coefficients by power 2 	: 0
3600.02/3543.22	c number of right shift for reduction by power 2 	: 0
3600.02/3543.22	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3543.22	c number of ending skipping 	: 0
3600.02/3543.22	c number of internal skipping 	: 0
3600.02/3543.22	c number of derivation steps 	: 0
3600.02/3543.22	c number of skipped derivation steps 	: 0
3600.02/3543.22	c number of remaining unassigned 	: 0
3600.02/3543.22	c number of remaining assigned 	: 0
3600.02/3543.22	c number of falsified literals weakened from reason	: 0
3600.02/3543.22	c number of falsified literals weakened from conflict	: 0
3600.02/3543.22	c time for arithmetic operations	: 0
3600.02/3543.22	c minimum degree of deleted constraints	: null
3600.02/3543.22	c maximum degree of deleted constraints	: null
3600.02/3543.22	c number of deleted constraints	: 0
3600.02/3543.22	c speed (assignments/second)	: 5304.0367716779265
3600.02/3543.22	c non guided choices	: 25427
3600.02/3543.26	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 68980
3600.02/3543.26	s UNKNOWN
3600.02/3543.27	c Total wall clock time (in seconds): 3543.141

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (26379 MiB free)
  memory of node 1: 64507 MiB (61770 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4543759-1753228389/watcher-4543759-1753228389 -o /tmp/evaluation-result-4543759-1753228389/solver-4543759-1753228389 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1753221228-170145 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4543759-1753228389 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4543759-1753228389.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=171266, runsolver pid=171263
Current StackSize limit: 8192 KiB


[startup+0.10003 s]*
/proc/loadavg: 4.46 4.38 4.37 6/340 171284
/proc/meminfo: memFree=90229636/131249996 swapFree=33010672/33010684
[pid=171266] ppid=171263 vsize=18930384 memory=57828 CPUtime=0.13 cores=5,7
/proc/171266/stat : 171266 (java) S 171263 171266 170132 0 -1 4194304 6596 0 0 0 11 2 0 0 20 0 18 0 238516804 19384713216 14457 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
/proc/171266/statm: 4732596 14457 5331 1 0 547639 0
[pid=171266/tid=171268] ppid=171263 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/171266/task/171268/stat : 171268 (java) R 171263 171266 170132 0 -1 4194368 5090 0 0 0 7 1 0 0 20 0 18 0 238516806 19384713216 14457 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
[pid=171266/tid=171277] ppid=171263 vsize=18930384 memory=241407623509 CPUtime=0 cores=5,7
/proc/171266/task/171277/stat : 171277 (Finalizer) S 171263 171266 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238516808 19384713216 14457 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
[pid=171266/tid=171284] ppid=171263 vsize=18930384 memory=59585004324181 CPUtime=0 cores=5,7
/proc/171266/task/171284/stat : 171284 (Common-Cleaner) S 171263 171266 170132 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238516808 19384713216 14457 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57828 KiB

[startup+0.20579 s]*
/proc/loadavg: 4.46 4.38 4.37 6/340 171284
/proc/meminfo: memFree=90178468/131249996 swapFree=33010672/33010684
[pid=171266] ppid=171263 vsize=18930384 memory=121812 CPUtime=0.33 cores=5,7
/proc/171266/stat : 171266 (java) S 171263 171266 170132 0 -1 4194304 7165 0 0 0 30 3 0 0 20 0 18 0 238516804 19384713216 30453 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
/proc/171266/statm: 4732596 30453 5427 1 0 548051 0
[pid=171266/tid=171268] ppid=171263 vsize=18930384 memory=4026990876 CPUtime=0.18 cores=5,7
/proc/171266/task/171268/stat : 171268 (java) R 171263 171266 170132 0 -1 4194368 5300 0 0 0 16 2 0 0 20 0 18 0 238516806 19384713216 30453 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
[pid=171266/tid=171277] ppid=171263 vsize=18930384 memory=18954 CPUtime=0 cores=5,7
/proc/171266/task/171277/stat : 171277 (Finalizer) S 171263 171266 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 238516808 19384713216 30453 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
[pid=171266/tid=171284] ppid=171263 vsize=18930384 memory=58485492679654 CPUtime=0 cores=5,7
/proc/171266/task/171284/stat : 171284 (Common-Cleaner) S 171263 171266 170132 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 238516808 19384713216 30965 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 121812 KiB

[startup+0.305866 s]*
/proc/loadavg: 4.46 4.38 4.37 6/341 171285
/proc/meminfo: memFree=90128120/131249996 swapFree=33010672/33010684
[pid=171266] ppid=171263 vsize=18996948 memory=159532 CPUtime=0.52 cores=5,7
/proc/171266/stat : 171266 (java) S 171263 171266 170132 0 -1 4194304 9189 0 0 0 48 4 0 0 20 0 19 0 238516804 19452874752 39883 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
/proc/171266/statm: 4749237 39883 5459 1 0 549394 0
[pid=171266/tid=171268] ppid=171263 vsize=18996948 memory=-8959744794181804732 CPUtime=0.26 cores=5,7
/proc/171266/task/171268/stat : 171268 (java) R 171263 171266 170132 0 -1 4194368 5315 0 0 0 23 3 0 0 20 0 19 0 238516806 19452874752 39883 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
[pid=171266/tid=171277] ppid=171263 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/171266/task/171277/stat : 171277 (Finalizer) S 171263 171266 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238516808 19452874752 39883 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
[pid=171266/tid=171284] ppid=171263 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/171266/task/171284/stat : 171284 (Common-Cleaner) S 171263 171266 170132 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238516808 19452874752 39883 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 159532 KiB

[startup+0.700224 s]
/proc/loadavg: 4.46 4.38 4.37 6/341 171285
/proc/meminfo: memFree=89870200/131249996 swapFree=33010672/33010684
[pid=171266] ppid=171263 vsize=18996948 memory=930608 CPUtime=1.28 cores=5,7
/proc/171266/stat : 171266 (java) S 171263 171266 170132 0 -1 4194304 10806 0 0 0 109 19 0 0 20 0 19 0 238516804 19452874752 232652 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
/proc/171266/statm: 4749237 232652 5491 1 0 1076125 0
[pid=171266/tid=171268] ppid=171263 vsize=18996948 memory=27264 CPUtime=0.61 cores=5,7
/proc/171266/task/171268/stat : 171268 (java) R 171263 171266 170132 0 -1 4194368 5688 0 0 0 44 17 0 0 20 0 19 0 238516806 19452874752 232652 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
[pid=171266/tid=171277] ppid=171263 vsize=18996948 memory=10752 CPUtime=0 cores=5,7
/proc/171266/task/171277/stat : 171277 (Finalizer) S 171263 171266 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 238516808 19452874752 232652 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
[pid=171266/tid=171284] ppid=171263 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/171266/task/171284/stat : 171284 (Common-Cleaner) S 171263 171266 170132 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 238516808 19452874752 232652 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 930608 KiB

[startup+1.50025 s]
/proc/loadavg: 4.46 4.38 4.37 6/342 171286
/proc/meminfo: memFree=89308108/131249996 swapFree=33010672/33010684
[pid=171266] ppid=171263 vsize=19063512 memory=1027908 CPUtime=2.86 cores=5,7
/proc/171266/stat : 171266 (java) S 171263 171266 170132 0 -1 4194304 12915 0 0 0 264 22 0 0 20 0 20 0 238516804 19521036288 256977 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
/proc/171266/statm: 4765878 256977 5491 1 0 1077402 0
[pid=171266/tid=171268] ppid=171263 vsize=19063512 memory=3328 CPUtime=1.35 cores=5,7
/proc/171266/task/171268/stat : 171268 (java) R 171263 171266 170132 0 -1 4194368 5786 0 0 0 116 19 0 0 20 0 20 0 238516806 19521036288 256977 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
[pid=171266/tid=171277] ppid=171263 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/171266/task/171277/stat : 171277 (Finalizer) S 171263 171266 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238516808 19521036288 256977 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
[pid=171266/tid=171284] ppid=171263 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/171266/task/171284/stat : 171284 (Common-Cleaner) S 171263 171266 170132 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238516808 19521036288 256977 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
[pid=171266/tid=171286] ppid=171263 vsize=19063512 memory=14676 CPUtime=0 cores=5,7
/proc/171266/task/171286/stat : 171286 (Timer-0) S 171263 171266 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238516876 19521036288 256977 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1027908 KiB

[startup+3.10556 s]
/proc/loadavg: 4.46 4.38 4.37 5/342 171286
/proc/meminfo: memFree=88826124/131249996 swapFree=33010672/33010684
[pid=171266] ppid=171263 vsize=19063512 memory=1261764 CPUtime=4.83 cores=5,7
/proc/171266/stat : 171266 (java) S 171263 171266 170132 0 -1 4194304 13109 0 0 0 455 28 0 0 20 0 20 0 238516804 19521036288 315441 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
/proc/171266/statm: 4765878 315441 5491 1 0 1077404 0
[pid=171266/tid=171268] ppid=171263 vsize=19063512 memory=14676 CPUtime=2.94 cores=5,7
/proc/171266/task/171268/stat : 171268 (java) R 171263 171266 170132 0 -1 4194368 5900 0 0 0 270 24 0 0 20 0 20 0 238516806 19521036288 315441 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
[pid=171266/tid=171277] ppid=171263 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/171266/task/171277/stat : 171277 (Finalizer) S 171263 171266 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238516808 19521036288 315441 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
[pid=171266/tid=171284] ppid=171263 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/171266/task/171284/stat : 171284 (Common-Cleaner) S 171263 171266 170132 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238516808 19521036288 315441 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
[pid=171266/tid=171286] ppid=171263 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/171266/task/171286/stat : 171286 (Timer-0) S 171263 171266 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238516876 19521036288 315441 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
Current children cumulated CPU time: 4.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1261764 KiB

[startup+6.30023 s]
/proc/loadavg: 4.42 4.38 4.37 5/342 171286
/proc/meminfo: memFree=88009916/131249996 swapFree=33010672/33010684
[pid=171266] ppid=171263 vsize=19063512 memory=1697852 CPUtime=8.52 cores=5,7
/proc/171266/stat : 171266 (java) S 171263 171266 170132 0 -1 4194304 15668 0 0 0 813 39 0 0 20 0 20 0 238516804 19521036288 424463 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
/proc/171266/statm: 4765878 424463 5523 1 0 1078286 0
[pid=171266/tid=171268] ppid=171263 vsize=19063512 memory=0 CPUtime=6.14 cores=5,7
/proc/171266/task/171268/stat : 171268 (java) R 171263 171266 170132 0 -1 4194368 6380 0 0 0 579 35 0 0 20 0 20 0 238516806 19521036288 424463 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
[pid=171266/tid=171277] ppid=171263 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/171266/task/171277/stat : 171277 (Finalizer) S 171263 171266 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238516808 19521036288 424463 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
[pid=171266/tid=171284] ppid=171263 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/171266/task/171284/stat : 171284 (Common-Cleaner) S 171263 171266 170132 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 238516808 19521036288 424463 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
[pid=171266/tid=171286] ppid=171263 vsize=19063512 memory=1042372 CPUtime=0 cores=5,7
/proc/171266/task/171286/stat : 171286 (Timer-0) S 171263 171266 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238516876 19521036288 424463 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
Current children cumulated CPU time: 8.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1697852 KiB

[startup+12.7002 s]
/proc/loadavg: 4.39 4.37 4.36 6/342 171286
/proc/meminfo: memFree=86931124/131249996 swapFree=33010672/33010684
[pid=171266] ppid=171263 vsize=19063512 memory=1966896 CPUtime=15.17 cores=5,7
/proc/171266/stat : 171266 (java) S 171263 171266 170132 0 -1 4194304 20174 0 0 0 1469 48 0 0 20 0 20 0 238516804 19521036288 491724 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
/proc/171266/statm: 4765878 491724 5523 1 0 1078302 0
[pid=171266/tid=171268] ppid=171263 vsize=19063512 memory=1042372 CPUtime=12.35 cores=5,7
/proc/171266/task/171268/stat : 171268 (java) R 171263 171266 170132 0 -1 4194368 6988 0 0 0 1195 40 0 0 20 0 20 0 238516806 19521036288 491724 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
[pid=171266/tid=171277] ppid=171263 vsize=19063512 memory=1936160 CPUtime=0 cores=5,7
/proc/171266/task/171277/stat : 171277 (Finalizer) S 171263 171266 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238516808 19521036288 491724 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
[pid=171266/tid=171284] ppid=171263 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/171266/task/171284/stat : 171284 (Common-Cleaner) S 171263 171266 170132 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 238516808 19521036288 491724 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
[pid=171266/tid=171286] ppid=171263 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/171266/task/171286/stat : 171286 (Timer-0) S 171263 171266 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238516876 19521036288 491724 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
Current children cumulated CPU time: 15.17 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1966896 KiB

[startup+25.5002 s]
/proc/loadavg: 4.51 4.40 4.37 5/343 171288
/proc/meminfo: memFree=86285912/131249996 swapFree=33010672/33010684
[pid=171266] ppid=171263 vsize=19063512 memory=2063228 CPUtime=28.2 cores=5,7
/proc/171266/stat : 171266 (java) S 171263 171266 170132 0 -1 4194304 24879 0 0 0 2765 55 0 0 20 0 20 0 238516804 19521036288 515807 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
/proc/171266/statm: 4765878 515807 5523 1 0 1078302 0
[pid=171266/tid=171268] ppid=171263 vsize=19063512 memory=0 CPUtime=24.96 cores=5,7
/proc/171266/task/171268/stat : 171268 (java) R 171263 171266 170132 0 -1 4194368 8568 0 0 0 2451 45 0 0 20 0 20 0 238516806 19521036288 515807 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
[pid=171266/tid=171277] ppid=171263 vsize=19063512 memory=14676 CPUtime=0 cores=5,7
/proc/171266/task/171277/stat : 171277 (Finalizer) S 171263 171266 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238516808 19521036288 515807 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
[pid=171266/tid=171284] ppid=171263 vsize=19063512 memory=2063228 CPUtime=0 cores=5,7
/proc/171266/task/171284/stat : 171284 (Common-Cleaner) S 171263 171266 170132 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 238516808 19521036288 515807 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
[pid=171266/tid=171286] ppid=171263 vsize=19063512 memory=2003804 CPUtime=0 cores=5,7
/proc/171266/task/171286/stat : 171286 (Timer-0) S 171263 171266 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238516876 19521036288 515807 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
Current children cumulated CPU time: 28.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2063228 KiB

[startup+51.1057 s]
/proc/loadavg: 4.40 4.38 4.37 5/343 171288
/proc/meminfo: memFree=85251784/131249996 swapFree=33010672/33010684
[pid=171266] ppid=171263 vsize=19063512 memory=2235328 CPUtime=54.03 cores=5,7
/proc/171266/stat : 171266 (java) S 171263 171266 170132 0 -1 4194304 28792 0 0 0 5334 69 0 0 20 0 20 0 238516804 19521036288 558832 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
/proc/171266/statm: 4765878 558832 5523 1 0 1078303 0
[pid=171266/tid=171268] ppid=171263 vsize=19063512 memory=2063228 CPUtime=50.18 cores=5,7
/proc/171266/task/171268/stat : 171268 (java) R 171263 171266 170132 0 -1 4194368 10297 0 0 0 4964 54 0 0 20 0 20 0 238516806 19521036288 558832 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
[pid=171266/tid=171277] ppid=171263 vsize=19063512 memory=12800 CPUtime=0 cores=5,7
/proc/171266/task/171277/stat : 171277 (Finalizer) S 171263 171266 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238516808 19521036288 558832 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
[pid=171266/tid=171284] ppid=171263 vsize=19063512 memory=2308 CPUtime=0 cores=5,7
/proc/171266/task/171284/stat : 171284 (Common-Cleaner) S 171263 171266 170132 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 238516808 19521036288 558832 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0

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

/proc/meminfo: memFree=66838968/131249996 swapFree=33010672/33010684
[pid=171266] ppid=171263 vsize=19063512 memory=4242044 CPUtime=3211.46 cores=5,7
/proc/171266/stat : 171266 (java) S 171263 171266 170132 0 -1 4194304 214420 0 0 0 320136 1010 0 0 20 0 20 0 238516804 19521036288 1060511 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
/proc/171266/statm: 4765878 1060511 5523 1 0 1072402 0
[pid=171266/tid=171268] ppid=171263 vsize=19063512 memory=4242044 CPUtime=3126.9 cores=5,7
/proc/171266/task/171268/stat : 171268 (java) R 171263 171266 170132 0 -1 4194368 101399 0 0 0 311827 863 0 0 20 0 20 0 238516806 19521036288 1060511 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
[pid=171266/tid=171277] ppid=171263 vsize=19063512 memory=4242044 CPUtime=0 cores=5,7
/proc/171266/task/171277/stat : 171277 (Finalizer) S 171263 171266 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238516808 19521036288 1060511 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
[pid=171266/tid=171284] ppid=171263 vsize=19063512 memory=4242044 CPUtime=0 cores=5,7
/proc/171266/task/171284/stat : 171284 (Common-Cleaner) S 171263 171266 170132 0 -1 4194368 2198 0 0 0 0 0 0 0 20 0 20 0 238516808 19521036288 1060511 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
[pid=171266/tid=171286] ppid=171263 vsize=19063512 memory=-8959744794181804732 CPUtime=0 cores=5,7
/proc/171266/task/171286/stat : 171286 (Timer-0) S 171263 171266 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238516876 19521036288 1060511 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
Current children cumulated CPU time: 3211.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4242044 KiB

[startup+3222.3 s]
/proc/loadavg: 4.19 4.24 4.26 5/340 171520
/proc/meminfo: memFree=66223784/131249996 swapFree=33010672/33010684
[pid=171266] ppid=171263 vsize=19063512 memory=4242044 CPUtime=3272.77 cores=5,7
/proc/171266/stat : 171266 (java) S 171263 171266 170132 0 -1 4194304 219508 0 0 0 326249 1028 0 0 20 0 20 0 238516804 19521036288 1060511 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
/proc/171266/statm: 4765878 1060511 5523 1 0 1072402 0
[pid=171266/tid=171268] ppid=171263 vsize=19063512 memory=4242044 CPUtime=3186.38 cores=5,7
/proc/171266/task/171268/stat : 171268 (java) R 171263 171266 170132 0 -1 4194368 104229 0 0 0 317759 879 0 0 20 0 20 0 238516806 19521036288 1060511 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
[pid=171266/tid=171277] ppid=171263 vsize=19063512 memory=4242044 CPUtime=0 cores=5,7
/proc/171266/task/171277/stat : 171277 (Finalizer) S 171263 171266 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238516808 19521036288 1060511 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
[pid=171266/tid=171284] ppid=171263 vsize=19063512 memory=4242044 CPUtime=0 cores=5,7
/proc/171266/task/171284/stat : 171284 (Common-Cleaner) S 171263 171266 170132 0 -1 4194368 2319 0 0 0 0 0 0 0 20 0 20 0 238516808 19521036288 1060511 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
[pid=171266/tid=171286] ppid=171263 vsize=19063512 memory=14676 CPUtime=0 cores=5,7
/proc/171266/task/171286/stat : 171286 (Timer-0) S 171263 171266 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238516876 19521036288 1060511 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
Current children cumulated CPU time: 3272.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4242044 KiB

[startup+3282.3 s]
/proc/loadavg: 4.16 4.23 4.26 5/340 171522
/proc/meminfo: memFree=65634564/131249996 swapFree=33010672/33010684
[pid=171266] ppid=171263 vsize=19063512 memory=4242044 CPUtime=3333 cores=5,7
/proc/171266/stat : 171266 (java) S 171263 171266 170132 0 -1 4194304 222864 0 0 0 332258 1042 0 0 20 0 20 0 238516804 19521036288 1060511 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
/proc/171266/statm: 4765878 1060511 5523 1 0 1072402 0
[pid=171266/tid=171268] ppid=171263 vsize=19063512 memory=27264 CPUtime=3245.87 cores=5,7
/proc/171266/task/171268/stat : 171268 (java) R 171263 171266 170132 0 -1 4194368 106166 0 0 0 323696 891 0 0 20 0 20 0 238516806 19521036288 1060511 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
[pid=171266/tid=171277] ppid=171263 vsize=19063512 memory=279735784216496 CPUtime=0 cores=5,7
/proc/171266/task/171277/stat : 171277 (Finalizer) S 171263 171266 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238516808 19521036288 1060511 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
[pid=171266/tid=171284] ppid=171263 vsize=19063512 memory=4242044 CPUtime=0 cores=5,7
/proc/171266/task/171284/stat : 171284 (Common-Cleaner) S 171263 171266 170132 0 -1 4194368 2402 0 0 0 0 0 0 0 20 0 20 0 238516808 19521036288 1060511 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
[pid=171266/tid=171286] ppid=171263 vsize=19063512 memory=4242044 CPUtime=0 cores=5,7
/proc/171266/task/171286/stat : 171286 (Timer-0) S 171263 171266 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238516876 19521036288 1060511 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
Current children cumulated CPU time: 3333 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4242044 KiB

[startup+3342.3 s]
/proc/loadavg: 4.34 4.27 4.27 5/339 171524
/proc/meminfo: memFree=65016488/131249996 swapFree=33010672/33010684
[pid=171266] ppid=171263 vsize=19063512 memory=4242044 CPUtime=3395.34 cores=5,7
/proc/171266/stat : 171266 (java) S 171263 171266 170132 0 -1 4194304 225524 0 0 0 338473 1061 0 0 20 0 20 0 238516804 19521036288 1060511 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
/proc/171266/statm: 4765878 1060511 5523 1 0 1072402 0
[pid=171266/tid=171268] ppid=171263 vsize=19063512 memory=4242044 CPUtime=3305.22 cores=5,7
/proc/171266/task/171268/stat : 171268 (java) R 171263 171266 170132 0 -1 4194368 107627 0 0 0 329614 908 0 0 20 0 20 0 238516806 19521036288 1060511 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
[pid=171266/tid=171277] ppid=171263 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/171266/task/171277/stat : 171277 (Finalizer) S 171263 171266 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238516808 19521036288 1060511 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
[pid=171266/tid=171284] ppid=171263 vsize=19063512 memory=14676 CPUtime=0 cores=5,7
/proc/171266/task/171284/stat : 171284 (Common-Cleaner) S 171263 171266 170132 0 -1 4194368 2406 0 0 0 0 0 0 0 20 0 20 0 238516808 19521036288 1060511 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
[pid=171266/tid=171286] ppid=171263 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/171266/task/171286/stat : 171286 (Timer-0) S 171263 171266 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238516876 19521036288 1060511 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
Current children cumulated CPU time: 3395.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4242044 KiB

[startup+3402.3 s]
/proc/loadavg: 4.23 4.25 4.27 5/339 171533
/proc/meminfo: memFree=64391736/131249996 swapFree=33010672/33010684
[pid=171266] ppid=171263 vsize=19063512 memory=4242044 CPUtime=3457.11 cores=5,7
/proc/171266/stat : 171266 (java) S 171263 171266 170132 0 -1 4194304 230922 0 0 0 344631 1080 0 0 20 0 20 0 238516804 19521036288 1060511 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
/proc/171266/statm: 4765878 1060511 5523 1 0 1072402 0
[pid=171266/tid=171268] ppid=171263 vsize=19063512 memory=14676 CPUtime=3364.53 cores=5,7
/proc/171266/task/171268/stat : 171268 (java) R 171263 171266 170132 0 -1 4194368 110583 0 0 0 335528 925 0 0 20 0 20 0 238516806 19521036288 1060511 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
[pid=171266/tid=171277] ppid=171263 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/171266/task/171277/stat : 171277 (Finalizer) S 171263 171266 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238516808 19521036288 1060511 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
[pid=171266/tid=171284] ppid=171263 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/171266/task/171284/stat : 171284 (Common-Cleaner) S 171263 171266 170132 0 -1 4194368 2407 0 0 0 0 0 0 0 20 0 20 0 238516808 19521036288 1060511 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
[pid=171266/tid=171286] ppid=171263 vsize=19063512 memory=4242044 CPUtime=0 cores=5,7
/proc/171266/task/171286/stat : 171286 (Timer-0) S 171263 171266 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238516876 19521036288 1060511 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
Current children cumulated CPU time: 3457.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4242044 KiB

[startup+3462.3 s]
/proc/loadavg: 4.24 4.25 4.27 5/339 171535
/proc/meminfo: memFree=63814568/131249996 swapFree=33010672/33010684
[pid=171266] ppid=171263 vsize=19063512 memory=4242044 CPUtime=3517.48 cores=5,7
/proc/171266/stat : 171266 (java) S 171263 171266 170132 0 -1 4194304 234404 0 0 0 350651 1097 0 0 20 0 20 0 238516804 19521036288 1060511 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
/proc/171266/statm: 4765878 1060511 5523 1 0 1072402 0
[pid=171266/tid=171268] ppid=171263 vsize=19063512 memory=14676 CPUtime=3423.88 cores=5,7
/proc/171266/task/171268/stat : 171268 (java) R 171263 171266 170132 0 -1 4194368 112635 0 0 0 341448 940 0 0 20 0 20 0 238516806 19521036288 1060511 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
[pid=171266/tid=171277] ppid=171263 vsize=19063512 memory=14676 CPUtime=0 cores=5,7
/proc/171266/task/171277/stat : 171277 (Finalizer) S 171263 171266 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238516808 19521036288 1060511 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
[pid=171266/tid=171284] ppid=171263 vsize=19063512 memory=14676 CPUtime=0 cores=5,7
/proc/171266/task/171284/stat : 171284 (Common-Cleaner) S 171263 171266 170132 0 -1 4194368 2460 0 0 0 0 0 0 0 20 0 20 0 238516808 19521036288 1060511 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
[pid=171266/tid=171286] ppid=171263 vsize=19063512 memory=4242044 CPUtime=0 cores=5,7
/proc/171266/task/171286/stat : 171286 (Timer-0) S 171263 171266 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238516876 19521036288 1060511 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
Current children cumulated CPU time: 3517.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4242044 KiB

[startup+3522.3 s]
/proc/loadavg: 4.18 4.23 4.26 5/343 171541
/proc/meminfo: memFree=63271688/131249996 swapFree=33010672/33010684
[pid=171266] ppid=171263 vsize=19063512 memory=4242044 CPUtime=3577.61 cores=5,7
/proc/171266/stat : 171266 (java) S 171263 171266 170132 0 -1 4194304 234993 0 0 0 356650 1111 0 0 20 0 20 0 238516804 19521036288 1060511 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
/proc/171266/statm: 4765878 1060511 5523 1 0 1072402 0
[pid=171266/tid=171268] ppid=171263 vsize=19063512 memory=2764 CPUtime=3483.46 cores=5,7
/proc/171266/task/171268/stat : 171268 (java) R 171263 171266 170132 0 -1 4194368 113065 0 0 0 347392 954 0 0 20 0 20 0 238516806 19521036288 1060511 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
[pid=171266/tid=171277] ppid=171263 vsize=19063512 memory=4242044 CPUtime=0 cores=5,7
/proc/171266/task/171277/stat : 171277 (Finalizer) S 171263 171266 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238516808 19521036288 1060511 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
[pid=171266/tid=171284] ppid=171263 vsize=19063512 memory=4242044 CPUtime=0 cores=5,7
/proc/171266/task/171284/stat : 171284 (Common-Cleaner) S 171263 171266 170132 0 -1 4194368 2542 0 0 0 0 0 0 0 20 0 20 0 238516808 19521036288 1060511 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
[pid=171266/tid=171286] ppid=171263 vsize=19063512 memory=2764 CPUtime=0 cores=5,7
/proc/171266/task/171286/stat : 171286 (Timer-0) S 171263 171266 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238516876 19521036288 1060511 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
Current children cumulated CPU time: 3577.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4242044 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3543.2 s]
/proc/loadavg: 4.03 4.20 4.25 4/318 171575
/proc/meminfo: memFree=84115824/131249996 swapFree=33010672/33010684
[pid=171266] ppid=171263 vsize=19063512 memory=4242044 CPUtime=3600.02 cores=5,7
/proc/171266/stat : 171266 (java) S 171263 171266 170132 0 -1 4194304 237572 0 0 0 358880 1122 0 0 20 0 20 0 238516804 19521036288 1060511 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
/proc/171266/statm: 4765878 1060511 5523 1 0 1072402 0
[pid=171266/tid=171268] ppid=171263 vsize=19063512 memory=10752 CPUtime=3503.9 cores=5,7
/proc/171266/task/171268/stat : 171268 (java) R 171263 171266 170132 0 -1 4194368 114378 0 0 0 349427 963 0 0 20 0 20 0 238516806 19521036288 1060511 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
[pid=171266/tid=171277] ppid=171263 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/171266/task/171277/stat : 171277 (Finalizer) S 171263 171266 170132 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 238516808 19521036288 1060511 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
[pid=171266/tid=171284] ppid=171263 vsize=19063512 memory=4242044 CPUtime=0 cores=5,7
/proc/171266/task/171284/stat : 171284 (Common-Cleaner) S 171263 171266 170132 0 -1 4194368 2542 0 0 0 0 0 0 0 20 0 20 0 238516808 19521036288 1060511 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
[pid=171266/tid=171286] ppid=171263 vsize=19063512 memory=4242044 CPUtime=0 cores=5,7
/proc/171266/task/171286/stat : 171286 (Timer-0) S 171263 171266 170132 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 238516876 19521036288 1060511 18446744073709551615 94433862287360 94433862291056 140725870922448 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94433862298872 94433862299664 94433883803648 140725870930260 140725870930404 140725870930404 140725870936008 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4242044 KiB

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

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

# cumulated CPU time of all completed processes:  user=3588.9 s, system=11.2455 s

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

Child status: 143

Real time (s): 3543.29
CPU time (s): 3600.15
CPU user time (s): 3588.9
CPU system time (s): 11.2455
CPU usage (%): 101.605
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 4275212

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3588.9
system time used= 11.2455
maximum resident set size= 4275212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 239144
page faults= 0
swaps= 0
block input operations= 0
block output operations= 17126224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 114996
involuntary context switches= 10129


# summary of solver processes directly reported to runsolver:
#   pid: 171266
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3588.9
#   total CPU system time (s): 11.2455

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.14984 second user time and 16.8185 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-23 01:53:09
IDJOB=4543759
IDBENCH=174609
IDSOLVER=3364
FILE ID=nodeC024/4543759-1753228389
RUNJOBID= nodeC024-1753221228-170145
SLURM_JOB_ID= 9687809
Free space on /tmp= 403268 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/php-exit/normalized-phpexit_v1_14_088.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4543759-1753228389/watcher-4543759-1753228389 -o /tmp/evaluation-result-4543759-1753228389/solver-4543759-1753228389 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1753221228-170145 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4543759-1753228389 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4543759-1753228389.opb

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

MD5SUM BENCH= 24c7738c3c83b878554c33cfdaf58c44
RANDOM SEED=859023378

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        90273868 kB
MemAvailable:   120902744 kB
Buffers:            2128 kB
Cached:         31356960 kB
SwapCached:            8 kB
Active:          9992604 kB
Inactive:       30229660 kB
Active(anon):    8887908 kB
Inactive(anon):     1588 kB
Active(file):    1104696 kB
Inactive(file): 30228072 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            456312 kB
Writeback:             0 kB
AnonPages:       8863360 kB
Mapped:           128760 kB
Shmem:             26248 kB
KReclaimable:     270292 kB
Slab:             367452 kB
SReclaimable:     270292 kB
SUnreclaim:        97160 kB
KernelStack:        5200 kB
PageTables:        21036 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   14443616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151448 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8624128 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 408280 MiB
End job on nodeC024 at 2025-07-23 02:52:12