Trace number 4545085

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.27 3491.34

General information on the benchmark

NamePB25/normalized-PB25/DEC-LIN/wallon/
normalized-SolitairePattern-table-3-3-9.opb
MD5SUM297c2237af667ea8e386e1666cb34677
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark146.963
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables625728
Total number of constraints628780
Number of constraints which are clauses6288
Number of constraints which are cardinality constraints (but not clauses)56
Number of constraints which are nor clauses,nor cardinality constraints622436
Minimum length of a constraint1
Maximum length of a constraint2712
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 75
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 2977
Number of bits of the biggest sum of numbers12
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.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4545085-1753237058.opb
0.12/0.13	c reading problem ... 
0.12/0.14	c using VERIPB proof format
0.12/0.14	c  no objective function found
5.32/3.04	c ... done. Wall clock time 2.907s.
5.32/3.04	c declared #vars     625728
5.32/3.04	c #constraints  628864
5.32/3.04	c constraints type 
5.32/3.04	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3488
5.32/3.04	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 83
5.32/3.04	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 622398
5.32/3.04	c org.sat4j.pb.constraints.pb.UnitClausePB => 67
5.32/3.04	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2828
5.32/3.04	c 628864 constraints processed.
28.41/22.96	c cleaning 2495 clauses out of 4996 with flag 24355/5002
51.99/45.59	c cleaning 4241 clauses out of 8494 with flag 53394/11000
71.74/63.91	c cleaning 5570 clauses out of 11251 with flag 82450/18000
97.96/89.15	c cleaning 6829 clauses out of 13680 with flag 119172/26000
128.11/118.22	c cleaning 7917 clauses out of 15851 with flag 163334/35001
162.47/151.51	c cleaning 8899 clauses out of 17933 with flag 215862/45000
210.98/198.84	c cleaning 9996 clauses out of 20034 with flag 301108/56000
254.85/238.99	c cleaning 11017 clauses out of 22038 with flag 362457/68001
306.09/288.62	c cleaning 11904 clauses out of 24020 with flag 454309/81001
360.20/341.14	c cleaning 12965 clauses out of 26115 with flag 554164/95002
423.49/402.82	c cleaning 13968 clauses out of 28148 with flag 669411/110000
487.30/462.60	c cleaning 14964 clauses out of 30176 with flag 777310/126000
561.66/534.70	c cleaning 16089 clauses out of 32211 with flag 922081/143001
638.71/609.94	c cleaning 16845 clauses out of 34115 with flag 1070354/161000
732.27/697.60	c cleaning 18085 clauses out of 36254 with flag 1243015/180000
822.68/785.45	c cleaning 18890 clauses out of 38170 with flag 1424395/200003
915.44/875.51	c cleaning 19827 clauses out of 40263 with flag 1603207/221000
1021.31/979.02	c cleaning 21140 clauses out of 42434 with flag 1830995/243000
1126.04/1081.02	c cleaning 22079 clauses out of 44291 with flag 2052245/266000
1251.34/1202.43	c cleaning 22943 clauses out of 46208 with flag 2301382/290000
1380.56/1328.72	c cleaning 24055 clauses out of 48263 with flag 2573480/315002
1556.79/1501.14	c cleaning 25073 clauses out of 50209 with flag 2914745/341004
1710.55/1651.55	c cleaning 25908 clauses out of 52131 with flag 3212193/368000
1899.40/1835.46	c cleaning 26946 clauses out of 54219 with flag 3555860/396001
2097.92/2030.50	c cleaning 28085 clauses out of 56273 with flag 3894412/425003
2288.55/2216.82	c cleaning 28906 clauses out of 58188 with flag 4252886/455006
2496.94/2418.90	c cleaning 30049 clauses out of 60277 with flag 4622585/486002
2814.58/2729.28	c cleaning 31016 clauses out of 62227 with flag 5210146/518002
3094.29/3000.66	c cleaning 31992 clauses out of 64207 with flag 5655094/551000
3350.35/3250.93	c cleaning 33021 clauses out of 66214 with flag 6028224/585001
3600.06/3491.22	c starts		: 1318
3600.06/3491.23	c conflicts		: 619028
3600.06/3491.23	c decisions		: 28381827
3600.06/3491.23	c propagations		: 3865121154
3600.06/3491.23	c inspects		: 12815581289
3600.06/3491.23	c shortcuts		: 0
3600.06/3491.23	c learnt literals	: 95
3600.06/3491.23	c learnt binary clauses	: 42
3600.06/3491.23	c learnt ternary clauses	: 64
3600.06/3491.23	c learnt constraints	: 618933
3600.06/3491.23	c ignored constraints	: 0
3600.06/3491.23	c root simplifications	: 0
3600.06/3491.23	c removed literals (reason simplification)	: 182518
3600.06/3491.23	c reason swapping (by a shorter reason)	: 0
3600.06/3491.23	c Calls to reduceDB	: 30
3600.06/3491.23	c Number of update (reduction) of LBD	: 387513
3600.06/3491.23	c Imported unit clauses	: 0
3600.06/3491.23	c No decision after first conflict	: false
3600.06/3491.23	c number of reductions to clauses (during analyze)	: 0
3600.06/3491.23	c number of learned constraints concerned by reduction	: 0
3600.06/3491.23	c number of learning phase by resolution	: 0
3600.06/3491.23	c number of learning phase by cutting planes	: 0
3600.06/3491.23	c number of rounding to 1 operations	: 0
3600.06/3491.23	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3491.23	c number of reductions of the coefficients by power 2 	: 0
3600.06/3491.23	c number of right shift for reduction by power 2 	: 0
3600.06/3491.23	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3491.23	c number of ending skipping 	: 0
3600.06/3491.23	c number of internal skipping 	: 0
3600.06/3491.23	c number of derivation steps 	: 0
3600.06/3491.23	c number of skipped derivation steps 	: 0
3600.06/3491.23	c number of remaining unassigned 	: 0
3600.06/3491.23	c number of remaining assigned 	: 0
3600.06/3491.24	c number of falsified literals weakened from reason	: 0
3600.06/3491.24	c number of falsified literals weakened from conflict	: 0
3600.06/3491.24	c time for arithmetic operations	: 0
3600.06/3491.24	c minimum degree of deleted constraints	: null
3600.06/3491.24	c maximum degree of deleted constraints	: null
3600.06/3491.24	c number of deleted constraints	: 0
3600.06/3491.24	c speed (assignments/second)	: 1108077.0274307122
3600.06/3491.24	c non guided choices	: 881110
3600.06/3491.27	c timeout
3600.06/3491.28	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 67177
3600.06/3491.28	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 42
3600.06/3491.28	s UNKNOWN
3600.06/3491.28	c Total wall clock time (in seconds): 3491.15

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.100061 s]*
/proc/loadavg: 4.97 4.91 4.84 5/346 179089
/proc/meminfo: memFree=96535240/131250000 swapFree=33009904/33010684
[pid=179071] ppid=179068 vsize=18930384 memory=55620 CPUtime=0.12 cores=0,2
/proc/179071/stat : 179071 (java) S 179068 179071 178273 0 -1 4194304 6553 0 0 0 11 1 0 0 20 0 18 0 239385668 19384713216 13905 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
/proc/179071/statm: 4732596 13905 5327 1 0 547604 0
[pid=179071/tid=179073] ppid=179068 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=0,2
/proc/179071/task/179073/stat : 179073 (java) R 179068 179071 178273 0 -1 4194368 5046 0 0 0 7 1 0 0 20 0 18 0 239385670 19384713216 13905 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
[pid=179071/tid=179082] ppid=179068 vsize=18930384 memory=241407623509 CPUtime=0 cores=0,2
/proc/179071/task/179082/stat : 179082 (Finalizer) S 179068 179071 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239385672 19384713216 13905 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
[pid=179071/tid=179089] ppid=179068 vsize=18930384 memory=61784027586760 CPUtime=0 cores=0,2
/proc/179071/task/179089/stat : 179089 (Common-Cleaner) S 179068 179071 178273 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 239385672 19384713216 13905 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55620 KiB

[startup+0.205952 s]*
/proc/loadavg: 4.97 4.91 4.84 7/346 179089
/proc/meminfo: memFree=96496376/131250000 swapFree=33009904/33010684
[pid=179071] ppid=179068 vsize=18930384 memory=97024 CPUtime=0.32 cores=0,2
/proc/179071/stat : 179071 (java) S 179068 179071 178273 0 -1 4194304 7099 0 0 0 29 3 0 0 20 0 18 0 239385668 19384713216 24256 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
/proc/179071/statm: 4732596 24256 5423 1 0 547979 0
[pid=179071/tid=179073] ppid=179068 vsize=18930384 memory=4026990876 CPUtime=0.18 cores=0,2
/proc/179071/task/179073/stat : 179073 (java) R 179068 179071 178273 0 -1 4194368 5348 0 0 0 16 2 0 0 20 0 18 0 239385670 19384713216 24256 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
[pid=179071/tid=179082] ppid=179068 vsize=18930384 memory=18954 CPUtime=0 cores=0,2
/proc/179071/task/179082/stat : 179082 (Finalizer) S 179068 179071 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239385672 19384713216 24256 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
[pid=179071/tid=179089] ppid=179068 vsize=18930384 memory=60684515935208 CPUtime=0 cores=0,2
/proc/179071/task/179089/stat : 179089 (Common-Cleaner) S 179068 179071 178273 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 239385672 19384713216 24256 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 97024 KiB

[startup+0.305885 s]*
/proc/loadavg: 4.97 4.91 4.84 6/346 179089
/proc/meminfo: memFree=96452644/131250000 swapFree=33009904/33010684
[pid=179071] ppid=179068 vsize=18930384 memory=146300 CPUtime=0.5 cores=0,2
/proc/179071/stat : 179071 (java) S 179068 179071 178273 0 -1 4194304 8618 0 0 0 46 4 0 0 20 0 18 0 239385668 19384713216 36575 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
/proc/179071/statm: 4732596 36575 5423 1 0 548963 0
[pid=179071/tid=179073] ppid=179068 vsize=18930384 memory=-8599458988655682236 CPUtime=0.25 cores=0,2
/proc/179071/task/179073/stat : 179073 (java) R 179068 179071 178273 0 -1 4194368 5383 0 0 0 22 3 0 0 20 0 18 0 239385670 19384713216 36575 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
[pid=179071/tid=179082] ppid=179068 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/179071/task/179082/stat : 179082 (Finalizer) S 179068 179071 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239385672 19384713216 37087 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
[pid=179071/tid=179089] ppid=179068 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/179071/task/179089/stat : 179089 (Common-Cleaner) S 179068 179071 178273 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 239385672 19384713216 37087 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 146300 KiB

[startup+0.700234 s]
/proc/loadavg: 4.97 4.91 4.84 6/347 179090
/proc/meminfo: memFree=96332096/131250000 swapFree=33009904/33010684
[pid=179071] ppid=179068 vsize=18996948 memory=274268 CPUtime=1.27 cores=0,2
/proc/179071/stat : 179071 (java) S 179068 179071 178273 0 -1 4194304 11090 0 0 0 120 7 0 0 20 0 19 0 239385668 19452874752 68567 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
/proc/179071/statm: 4749237 68567 5455 1 0 550758 0
[pid=179071/tid=179073] ppid=179068 vsize=18996948 memory=27264 CPUtime=0.58 cores=0,2
/proc/179071/task/179073/stat : 179073 (java) R 179068 179071 178273 0 -1 4194368 5446 0 0 0 54 4 0 0 20 0 19 0 239385670 19452874752 68567 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
[pid=179071/tid=179082] ppid=179068 vsize=18996948 memory=10880 CPUtime=0 cores=0,2
/proc/179071/task/179082/stat : 179082 (Finalizer) S 179068 179071 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239385672 19452874752 68567 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
[pid=179071/tid=179089] ppid=179068 vsize=18996948 memory=3328 CPUtime=0 cores=0,2
/proc/179071/task/179089/stat : 179089 (Common-Cleaner) S 179068 179071 178273 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 239385672 19452874752 68567 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 274268 KiB

[startup+1.50018 s]
/proc/loadavg: 4.97 4.91 4.84 7/347 179090
/proc/meminfo: memFree=96270664/131250000 swapFree=33009904/33010684
[pid=179071] ppid=179068 vsize=18996948 memory=531240 CPUtime=2.85 cores=0,2
/proc/179071/stat : 179071 (java) S 179068 179071 178273 0 -1 4194304 18114 0 0 0 272 13 0 0 20 0 19 0 239385668 19452874752 132810 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
/proc/179071/statm: 4749237 132810 5455 1 0 1081210 0
[pid=179071/tid=179073] ppid=179068 vsize=18996948 memory=3328 CPUtime=1.22 cores=0,2
/proc/179071/task/179073/stat : 179073 (java) R 179068 179071 178273 0 -1 4194368 5566 0 0 0 114 8 0 0 20 0 19 0 239385670 19452874752 132810 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
[pid=179071/tid=179082] ppid=179068 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/179071/task/179082/stat : 179082 (Finalizer) S 179068 179071 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239385672 19452874752 132810 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
[pid=179071/tid=179089] ppid=179068 vsize=18996948 memory=10880 CPUtime=0 cores=0,2
/proc/179071/task/179089/stat : 179089 (Common-Cleaner) S 179068 179071 178273 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 239385672 19452874752 132810 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 531240 KiB

[startup+3.10593 s]
/proc/loadavg: 5.05 4.92 4.85 6/347 179090
/proc/meminfo: memFree=95354428/131250000 swapFree=33009904/33010684
[pid=179071] ppid=179068 vsize=18997976 memory=1389708 CPUtime=5.46 cores=0,2
/proc/179071/stat : 179071 (java) S 179068 179071 178273 0 -1 4194304 19678 0 0 0 515 31 0 0 20 0 20 0 239385668 19453927424 347427 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
/proc/179071/statm: 4749494 347427 5455 1 0 1785712 0
[pid=179071/tid=179073] ppid=179068 vsize=18997976 memory=10880 CPUtime=2.49 cores=0,2
/proc/179071/task/179073/stat : 179073 (java) S 179068 179071 178273 0 -1 4194368 5935 0 0 0 227 22 0 0 20 0 20 0 239385670 19453927424 347427 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
[pid=179071/tid=179082] ppid=179068 vsize=18997976 memory=0 CPUtime=0 cores=0,2
/proc/179071/task/179082/stat : 179082 (Finalizer) S 179068 179071 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239385672 19453927424 347427 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
[pid=179071/tid=179089] ppid=179068 vsize=18997976 memory=5760 CPUtime=0 cores=0,2
/proc/179071/task/179089/stat : 179089 (Common-Cleaner) S 179068 179071 178273 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 239385672 19453927424 347427 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
Current children cumulated CPU time: 5.46 s
Current children cumulated vsize: 18997976 KiB
Current children cumulated memory: 1389708 KiB

[startup+6.30023 s]
/proc/loadavg: 5.05 4.92 4.85 6/348 179091
/proc/meminfo: memFree=94835888/131250000 swapFree=33009904/33010684
[pid=179071] ppid=179068 vsize=19063512 memory=1446728 CPUtime=10.46 cores=0,2
/proc/179071/stat : 179071 (java) S 179068 179071 178273 0 -1 4194304 20282 0 0 0 1011 35 0 0 20 0 20 0 239385668 19521036288 361682 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
/proc/179071/statm: 4765878 361682 5487 1 0 1785883 0
[pid=179071/tid=179073] ppid=179068 vsize=19063512 memory=5760 CPUtime=5.57 cores=0,2
/proc/179071/task/179073/stat : 179073 (java) R 179068 179071 178273 0 -1 4194368 6030 0 0 0 535 22 0 0 20 0 20 0 239385670 19521036288 361682 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
[pid=179071/tid=179082] ppid=179068 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/179071/task/179082/stat : 179082 (Finalizer) S 179068 179071 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239385672 19521036288 361682 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
[pid=179071/tid=179089] ppid=179068 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/179071/task/179089/stat : 179089 (Common-Cleaner) S 179068 179071 178273 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 239385672 19521036288 361682 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
[pid=179071/tid=179091] ppid=179068 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/179071/task/179091/stat : 179091 (Timer-0) S 179068 179071 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239385978 19521036288 361682 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
Current children cumulated CPU time: 10.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1446728 KiB

[startup+12.7002 s]
/proc/loadavg: 5.05 4.93 4.85 5/348 179091
/proc/meminfo: memFree=94216100/131250000 swapFree=33009904/33010684
[pid=179071] ppid=179068 vsize=19063512 memory=1945060 CPUtime=17.49 cores=0,2
/proc/179071/stat : 179071 (java) S 179068 179071 178273 0 -1 4194304 21608 0 0 0 1701 48 0 0 20 0 20 0 239385668 19521036288 486265 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
/proc/179071/statm: 4765878 486265 5487 1 0 2245442 0
[pid=179071/tid=179073] ppid=179068 vsize=19063512 memory=10880 CPUtime=11.77 cores=0,2
/proc/179071/task/179073/stat : 179073 (java) R 179068 179071 178273 0 -1 4194368 6609 0 0 0 1144 33 0 0 20 0 20 0 239385670 19521036288 486265 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
[pid=179071/tid=179082] ppid=179068 vsize=19063512 memory=1945060 CPUtime=0 cores=0,2
/proc/179071/task/179082/stat : 179082 (Finalizer) S 179068 179071 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239385672 19521036288 486265 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
[pid=179071/tid=179089] ppid=179068 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/179071/task/179089/stat : 179089 (Common-Cleaner) S 179068 179071 178273 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 239385672 19521036288 486265 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
[pid=179071/tid=179091] ppid=179068 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/179071/task/179091/stat : 179091 (Timer-0) S 179068 179071 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239385978 19521036288 486265 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
Current children cumulated CPU time: 17.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1945060 KiB

[startup+25.5002 s]
/proc/loadavg: 5.06 4.93 4.85 5/347 179091
/proc/meminfo: memFree=93132720/131250000 swapFree=33009904/33010684
[pid=179071] ppid=179068 vsize=19063512 memory=2540872 CPUtime=31.31 cores=0,2
/proc/179071/stat : 179071 (java) S 179068 179071 178273 0 -1 4194304 33126 0 0 0 3063 68 0 0 20 0 20 0 239385668 19521036288 635218 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
/proc/179071/statm: 4765878 635218 5519 1 0 2245534 0
[pid=179071/tid=179073] ppid=179068 vsize=19063512 memory=1945060 CPUtime=24.13 cores=0,2
/proc/179071/task/179073/stat : 179073 (java) R 179068 179071 178273 0 -1 4194368 8311 0 0 0 2368 45 0 0 20 0 20 0 239385670 19521036288 635218 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
[pid=179071/tid=179082] ppid=179068 vsize=19063512 memory=2439192 CPUtime=0 cores=0,2
/proc/179071/task/179082/stat : 179082 (Finalizer) S 179068 179071 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239385672 19521036288 635218 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
[pid=179071/tid=179089] ppid=179068 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/179071/task/179089/stat : 179089 (Common-Cleaner) S 179068 179071 178273 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 20 0 239385672 19521036288 635218 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
[pid=179071/tid=179091] ppid=179068 vsize=19063512 memory=1446728 CPUtime=0 cores=0,2
/proc/179071/task/179091/stat : 179091 (Timer-0) S 179068 179071 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239385978 19521036288 635218 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
Current children cumulated CPU time: 31.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2540872 KiB

[startup+51.1058 s]
/proc/loadavg: 4.77 4.87 4.83 5/347 179091
/proc/meminfo: memFree=90849200/131250000 swapFree=33009904/33010684
[pid=179071] ppid=179068 vsize=19063512 memory=3677672 CPUtime=58.08 cores=0,2
/proc/179071/stat : 179071 (java) S 179068 179071 178273 0 -1 4194304 43544 0 0 0 5704 104 0 0 20 0 20 0 239385668 19521036288 919418 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
/proc/179071/statm: 4765878 919418 5519 1 0 2245538 0
[pid=179071/tid=179073] ppid=179068 vsize=19063512 memory=224194199869 CPUtime=48.65 cores=0,2
/proc/179071/task/179073/stat : 179073 (java) R 179068 179071 178273 0 -1 4194368 11153 0 0 0 4803 62 0 0 20 0 20 0 239385670 19521036288 919418 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
[pid=179071/tid=179082] ppid=179068 vsize=19063512 memory=3677672 CPUtime=0 cores=0,2
/proc/179071/task/179082/stat : 179082 (Finalizer) S 179068 179071 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239385672 19521036288 919418 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
[pid=179071/tid=179089] ppid=179068 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/179071/task/179089/stat : 179089 (Common-Cleaner) S 179068 179071 178273 0 -1 4194368 40 0 0 0 0 0 0 0 20 0 20 0 239385672 19521036288 919418 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
[pid=179071/tid=179091] ppid=179068 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/179071/task/179091/stat : 179091 (Timer-0) S 179068 179071 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239385978 19521036288 919418 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
Current children cumulated CPU time: 58.08 s
Current children cumulated vsize: 19063512 KiB

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

/proc/179071/task/179082/stat : 179082 (Finalizer) S 179068 179071 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239385672 19521036288 4070892 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
[pid=179071/tid=179089] ppid=179068 vsize=19063512 memory=16283568 CPUtime=0 cores=0,2
/proc/179071/task/179089/stat : 179089 (Common-Cleaner) S 179068 179071 178273 0 -1 4194368 2911 0 0 0 0 0 0 0 20 0 20 0 239385672 19521036288 4070892 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
[pid=179071/tid=179091] ppid=179068 vsize=19063512 memory=27264 CPUtime=0 cores=0,2
/proc/179071/task/179091/stat : 179091 (Timer-0) S 179068 179071 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239385978 19521036288 4070892 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
Current children cumulated CPU time: 3199.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16283568 KiB

[startup+3162.3 s]
/proc/loadavg: 4.25 4.23 4.24 5/340 179338
/proc/meminfo: memFree=64766516/131250000 swapFree=33009904/33010684
[pid=179071] ppid=179068 vsize=19063512 memory=16283568 CPUtime=3260.39 cores=0,2
/proc/179071/stat : 179071 (java) S 179068 179071 178273 0 -1 4194304 659071 0 0 0 323932 2107 0 0 20 0 20 0 239385668 19521036288 4070892 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
/proc/179071/statm: 4765878 4070892 5519 1 0 4088366 0
[pid=179071/tid=179073] ppid=179068 vsize=19063512 memory=16281520 CPUtime=3068.79 cores=0,2
/proc/179071/task/179073/stat : 179073 (java) R 179068 179071 178273 0 -1 4194368 271401 0 0 0 305028 1851 0 0 20 0 20 0 239385670 19521036288 4070892 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
[pid=179071/tid=179082] ppid=179068 vsize=19063512 memory=16283568 CPUtime=0 cores=0,2
/proc/179071/task/179082/stat : 179082 (Finalizer) S 179068 179071 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239385672 19521036288 4070892 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
[pid=179071/tid=179089] ppid=179068 vsize=19063512 memory=16283568 CPUtime=0 cores=0,2
/proc/179071/task/179089/stat : 179089 (Common-Cleaner) S 179068 179071 178273 0 -1 4194368 2981 0 0 0 0 0 0 0 20 0 20 0 239385672 19521036288 4070892 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
[pid=179071/tid=179091] ppid=179068 vsize=19063512 memory=16283568 CPUtime=0 cores=0,2
/proc/179071/task/179091/stat : 179091 (Timer-0) S 179068 179071 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239385978 19521036288 4070892 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
Current children cumulated CPU time: 3260.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16283568 KiB

[startup+3222.3 s]
/proc/loadavg: 4.19 4.22 4.24 5/340 179340
/proc/meminfo: memFree=64360784/131250000 swapFree=33009904/33010684
[pid=179071] ppid=179068 vsize=19063512 memory=16283568 CPUtime=3321.05 cores=0,2
/proc/179071/stat : 179071 (java) S 179068 179071 178273 0 -1 4194304 663954 0 0 0 329977 2128 0 0 20 0 20 0 239385668 19521036288 4070892 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
/proc/179071/statm: 4765878 4070892 5519 1 0 4088366 0
[pid=179071/tid=179073] ppid=179068 vsize=19063512 memory=16283568 CPUtime=3127.82 cores=0,2
/proc/179071/task/179073/stat : 179073 (java) R 179068 179071 178273 0 -1 4194368 275807 0 0 0 310912 1870 0 0 20 0 20 0 239385670 19521036288 4070892 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
[pid=179071/tid=179082] ppid=179068 vsize=19063512 memory=16283568 CPUtime=0 cores=0,2
/proc/179071/task/179082/stat : 179082 (Finalizer) S 179068 179071 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239385672 19521036288 4070892 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
[pid=179071/tid=179089] ppid=179068 vsize=19063512 memory=16283568 CPUtime=0 cores=0,2
/proc/179071/task/179089/stat : 179089 (Common-Cleaner) S 179068 179071 178273 0 -1 4194368 3042 0 0 0 0 0 0 0 20 0 20 0 239385672 19521036288 4070892 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
[pid=179071/tid=179091] ppid=179068 vsize=19063512 memory=16283568 CPUtime=0 cores=0,2
/proc/179071/task/179091/stat : 179091 (Timer-0) S 179068 179071 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239385978 19521036288 4070892 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
Current children cumulated CPU time: 3321.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16283568 KiB

[startup+3282.3 s]
/proc/loadavg: 4.32 4.25 4.25 5/341 179343
/proc/meminfo: memFree=63864856/131250000 swapFree=33009904/33010684
[pid=179071] ppid=179068 vsize=19063512 memory=16283568 CPUtime=3382.42 cores=0,2
/proc/179071/stat : 179071 (java) S 179068 179071 178273 0 -1 4194304 677733 0 0 0 336083 2159 0 0 20 0 20 0 239385668 19521036288 4070892 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
/proc/179071/statm: 4765878 4070892 5519 1 0 4088366 0
[pid=179071/tid=179073] ppid=179068 vsize=19063512 memory=16283568 CPUtime=3186.18 cores=0,2
/proc/179071/task/179073/stat : 179073 (java) R 179068 179071 178273 0 -1 4194368 281658 0 0 0 316719 1899 0 0 20 0 20 0 239385670 19521036288 4070892 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
[pid=179071/tid=179082] ppid=179068 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/179071/task/179082/stat : 179082 (Finalizer) S 179068 179071 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239385672 19521036288 4070892 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
[pid=179071/tid=179089] ppid=179068 vsize=19063512 memory=5760 CPUtime=0 cores=0,2
/proc/179071/task/179089/stat : 179089 (Common-Cleaner) S 179068 179071 178273 0 -1 4194368 3093 0 0 0 0 0 0 0 20 0 20 0 239385672 19521036288 4070892 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
[pid=179071/tid=179091] ppid=179068 vsize=19063512 memory=16283568 CPUtime=0 cores=0,2
/proc/179071/task/179091/stat : 179091 (Timer-0) S 179068 179071 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239385978 19521036288 4070892 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
Current children cumulated CPU time: 3382.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16283568 KiB

[startup+3342.3 s]
/proc/loadavg: 4.21 4.23 4.24 6/340 179345
/proc/meminfo: memFree=63263192/131250000 swapFree=33009904/33010684
[pid=179071] ppid=179068 vsize=19063512 memory=16283568 CPUtime=3443.69 cores=0,2
/proc/179071/stat : 179071 (java) S 179068 179071 178273 0 -1 4194304 683337 0 0 0 342179 2190 0 0 20 0 20 0 239385668 19521036288 4070892 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
/proc/179071/statm: 4765878 4070892 5519 1 0 4088366 0
[pid=179071/tid=179073] ppid=179068 vsize=19063512 memory=3328 CPUtime=3244.6 cores=0,2
/proc/179071/task/179073/stat : 179073 (java) R 179068 179071 178273 0 -1 4194368 286287 0 0 0 322532 1928 0 0 20 0 20 0 239385670 19521036288 4070892 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
[pid=179071/tid=179082] ppid=179068 vsize=19063512 memory=16283568 CPUtime=0 cores=0,2
/proc/179071/task/179082/stat : 179082 (Finalizer) S 179068 179071 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239385672 19521036288 4070892 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
[pid=179071/tid=179089] ppid=179068 vsize=19063512 memory=12416 CPUtime=0 cores=0,2
/proc/179071/task/179089/stat : 179089 (Common-Cleaner) S 179068 179071 178273 0 -1 4194368 3167 0 0 0 0 0 0 0 20 0 20 0 239385672 19521036288 4070892 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
[pid=179071/tid=179091] ppid=179068 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/179071/task/179091/stat : 179091 (Timer-0) S 179068 179071 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239385978 19521036288 4070892 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
Current children cumulated CPU time: 3443.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16283568 KiB

[startup+3402.3 s]
/proc/loadavg: 4.07 4.20 4.23 4/315 179385
/proc/meminfo: memFree=72350404/131250000 swapFree=33009904/33010684
[pid=179071] ppid=179068 vsize=19063512 memory=16283568 CPUtime=3509.09 cores=0,2
/proc/179071/stat : 179071 (java) S 179068 179071 178273 0 -1 4194304 718238 0 0 0 348682 2227 0 0 20 0 20 0 239385668 19521036288 4070892 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
/proc/179071/statm: 4765878 4070892 5519 1 0 4088371 0
[pid=179071/tid=179073] ppid=179068 vsize=19063512 memory=3328 CPUtime=3302.61 cores=0,2
/proc/179071/task/179073/stat : 179073 (java) R 179068 179071 178273 0 -1 4194368 293371 0 0 0 328300 1961 0 0 20 0 20 0 239385670 19521036288 4070892 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
[pid=179071/tid=179082] ppid=179068 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/179071/task/179082/stat : 179082 (Finalizer) S 179068 179071 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239385672 19521036288 4070892 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
[pid=179071/tid=179089] ppid=179068 vsize=19063512 memory=16283568 CPUtime=0 cores=0,2
/proc/179071/task/179089/stat : 179089 (Common-Cleaner) S 179068 179071 178273 0 -1 4194368 3198 0 0 0 0 0 0 0 20 0 20 0 239385672 19521036288 4070892 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
[pid=179071/tid=179091] ppid=179068 vsize=19063512 memory=2724 CPUtime=0 cores=0,2
/proc/179071/task/179091/stat : 179091 (Timer-0) S 179068 179071 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239385978 19521036288 4070892 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
Current children cumulated CPU time: 3509.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16283568 KiB

[startup+3462.3 s]
/proc/loadavg: 3.56 4.02 4.17 4/314 179387
/proc/meminfo: memFree=71784588/131250000 swapFree=33009904/33010684
[pid=179071] ppid=179068 vsize=19063512 memory=16283568 CPUtime=3570.52 cores=0,2
/proc/179071/stat : 179071 (java) S 179068 179071 178273 0 -1 4194304 726734 0 0 0 354793 2259 0 0 20 0 20 0 239385668 19521036288 4070892 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
/proc/179071/statm: 4765878 4070892 5519 1 0 4088371 0
[pid=179071/tid=179073] ppid=179068 vsize=19063512 memory=3328 CPUtime=3360.89 cores=0,2
/proc/179071/task/179073/stat : 179073 (java) R 179068 179071 178273 0 -1 4194368 297957 0 0 0 334098 1991 0 0 20 0 20 0 239385670 19521036288 4070892 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
[pid=179071/tid=179082] ppid=179068 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/179071/task/179082/stat : 179082 (Finalizer) S 179068 179071 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239385672 19521036288 4070892 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
[pid=179071/tid=179089] ppid=179068 vsize=19063512 memory=16283568 CPUtime=0 cores=0,2
/proc/179071/task/179089/stat : 179089 (Common-Cleaner) S 179068 179071 178273 0 -1 4194368 3272 0 0 0 0 0 0 0 20 0 20 0 239385672 19521036288 4070892 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
[pid=179071/tid=179091] ppid=179068 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/179071/task/179091/stat : 179091 (Timer-0) S 179068 179071 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239385978 19521036288 4070892 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
Current children cumulated CPU time: 3570.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16283568 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3491.2 s]
/proc/loadavg: 3.25 3.91 4.12 3/289 179421
/proc/meminfo: memFree=86002508/131250000 swapFree=33009904/33010684
[pid=179071] ppid=179068 vsize=19063512 memory=16283568 CPUtime=3600.06 cores=0,2
/proc/179071/stat : 179071 (java) S 179068 179071 178273 0 -1 4194304 733638 0 0 0 357733 2273 0 0 20 0 20 0 239385668 19521036288 4070892 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
/proc/179071/statm: 4765878 4070892 5519 1 0 4088371 0
[pid=179071/tid=179073] ppid=179068 vsize=19063512 memory=27264 CPUtime=3388.98 cores=0,2
/proc/179071/task/179073/stat : 179073 (java) R 179068 179071 178273 0 -1 4194368 301310 0 0 0 336893 2005 0 0 20 0 20 0 239385670 19521036288 4070892 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
[pid=179071/tid=179082] ppid=179068 vsize=19063512 memory=16283568 CPUtime=0 cores=0,2
/proc/179071/task/179082/stat : 179082 (Finalizer) S 179068 179071 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239385672 19521036288 4070892 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
[pid=179071/tid=179089] ppid=179068 vsize=19063512 memory=16283568 CPUtime=0 cores=0,2
/proc/179071/task/179089/stat : 179089 (Common-Cleaner) S 179068 179071 178273 0 -1 4194368 3272 0 0 0 0 0 0 0 20 0 20 0 239385672 19521036288 4070892 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
[pid=179071/tid=179091] ppid=179068 vsize=19063512 memory=279531236250336 CPUtime=0 cores=0,2
/proc/179071/task/179091/stat : 179091 (Timer-0) S 179068 179071 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239385978 19521036288 4070892 18446744073709551615 94584119103488 94584119107184 140735571364704 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94584119115000 94584119115792 94584149721088 140735571368276 140735571368420 140735571368420 140735571374024 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16283568 KiB

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

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

# cumulated CPU time of all completed processes:  user=3577.49 s, system=22.7852 s

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

[startup+3491.31 s]*
/proc/loadavg: 3.25 3.91 4.12 3/271 179424
/proc/meminfo: memFree=92297144/131250000 swapFree=33009904/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3491.34
CPU time (s): 3600.27
CPU user time (s): 3577.49
CPU system time (s): 22.7852
CPU usage (%): 103.12
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 16283568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3577.49
system time used= 22.7853
maximum resident set size= 16284592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 736870
page faults= 0
swaps= 0
block input operations= 0
block output operations= 44588280
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 127639
involuntary context switches= 16273


# summary of solver processes directly reported to runsolver:
#   pid: 179071
#   total CPU time (s): 3600.27
#   total CPU user time (s): 3577.49
#   total CPU system time (s): 22.7852

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.9748 second user time and 16.821 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-23 04:17:38
IDJOB=4545085
IDBENCH=180703
IDSOLVER=3364
FILE ID=nodeC027/4545085-1753237058
RUNJOBID= nodeC027-1753233633-178283
SLURM_JOB_ID= 9687850
Free space on /tmp= 395052 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB25/normalized-PB25/DEC-LIN/wallon/normalized-SolitairePattern-table-3-3-9.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4545085-1753237058/watcher-4545085-1753237058 -o /tmp/evaluation-result-4545085-1753237058/solver-4545085-1753237058 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1753233633-178283 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4545085-1753237058 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4545085-1753237058.opb

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

MD5SUM BENCH= 297c2237af667ea8e386e1666cb34677
RANDOM SEED=423024625

nodeC027 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.648
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.29
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		: 3599.838
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.29
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		: 3593.148
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.29
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		: 3602.677
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.29
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.614
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.29
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		: 3598.934
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.29
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		: 3594.690
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.29
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		: 3605.102
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.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        96574804 kB
MemAvailable:   106716652 kB
Buffers:            1204 kB
Cached:         10874316 kB
SwapCached:            8 kB
Active:         23394628 kB
Inactive:       10460852 kB
Active(anon):   22958956 kB
Inactive(anon):    47316 kB
Active(file):     435672 kB
Inactive(file): 10413536 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            433216 kB
Writeback:             0 kB
AnonPages:      22983052 kB
Mapped:           128792 kB
Shmem:             26224 kB
KReclaimable:     263356 kB
Slab:             360556 kB
SReclaimable:     263356 kB
SUnreclaim:        97200 kB
KernelStack:        5296 kB
PageTables:        48668 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   28802048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151544 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  22312960 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 410140 MiB
End job on nodeC027 at 2025-07-23 05:15:49