Trace number 4505915

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06? (TO) 3600.15 3659.69

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/NG/
normalized-NG.dot_luby_0null0mast_rapportOE2.0_TMAX120_K192_cod2.opb
MD5SUM726b0595b04a91a84feeb3b27d81e819
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-2792
Best CPU time to get the best result obtained on this benchmark72004
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 1783
Biggest coefficient in the objective function 512
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 8196
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 66727
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.33	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.05/0.33	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.33	c See www.sat4j.org for details.
0.05/0.33	c version PB25.v20250606
0.05/0.34	c java.runtime.name	OpenJDK Runtime Environment
0.05/0.34	c java.vm.name		OpenJDK 64-Bit Server VM
0.05/0.34	c java.vm.version	22.0.1+8-16
0.05/0.34	c java.vm.vendor	Oracle Corporation
0.05/0.34	c sun.arch.data.model	64
0.05/0.34	c java.version		22.0.1
0.05/0.34	c os.name		Linux
0.05/0.34	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.05/0.34	c os.arch		amd64
0.05/0.34	c Free memory 		2104792832
0.05/0.35	c Max memory 		16282288128
0.05/0.35	c Total memory 		2113929216
0.05/0.35	c Number of processors 	2
0.05/0.38	c Pseudo Boolean Optimization by upper bound
0.05/0.38	c --- Begin Solver configuration ---
0.05/0.38	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.05/0.38	c Learn all clauses as in MiniSAT
0.05/0.38	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.05/0.38	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.05/0.38	c Expensive reason simplification
0.05/0.38	c Glucose 2.1 dynamic restart strategy
0.05/0.38	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.05/0.38	c timeout=2147483s
0.05/0.38	c DB Simplification allowed=false
0.05/0.38	c Listener: none
0.05/0.38	c --- End Solver configuration ---
0.05/0.38	c solving HOME/instance-4505915-1751495880.opb
0.05/0.38	c reading problem ... 
0.18/0.48	c using VERIPB proof format
0.18/0.48	c  objective function found
5.14/4.04	c ... done. Wall clock time 3.649s.
5.14/4.04	c declared #vars     400896
5.14/4.04	c #constraints  402763
5.14/4.04	c constraints type 
5.14/4.04	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
5.14/4.04	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
5.14/4.04	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
5.14/4.04	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 376337
5.14/4.04	c 402763 constraints processed.
5.14/4.05	c objective function length is 1783 literals
57.86/56.39	c cleaning 2502 clauses out of 5004 with flag 49763/5004
105.64/103.46	c cleaning 4247 clauses out of 8498 with flag 86680/11000
186.71/184.50	c cleaning 5621 clauses out of 11251 with flag 111757/18000
241.46/239.40	c cleaning 6806 clauses out of 13630 with flag 136083/26000
305.86/303.98	c cleaning 7911 clauses out of 15825 with flag 167711/35001
372.18/370.39	c cleaning 8952 clauses out of 17913 with flag 210142/45000
443.17/441.42	c cleaning 9971 clauses out of 19961 with flag 269563/56000
514.77/513.19	c cleaning 10982 clauses out of 21990 with flag 324486/68000
599.53/598.33	c cleaning 11998 clauses out of 24008 with flag 387199/81000
703.96/702.93	c cleaning 12992 clauses out of 26010 with flag 438716/95000
818.74/822.29	c cleaning 14002 clauses out of 28019 with flag 502489/110001
932.39/936.14	c cleaning 14999 clauses out of 30016 with flag 577617/126000
1061.16/1065.13	c cleaning 16006 clauses out of 32017 with flag 662422/143000
1210.38/1216.15	c cleaning 17004 clauses out of 34013 with flag 764124/161002
1377.53/1383.62	c cleaning 18003 clauses out of 36019 with flag 899740/180012
1577.94/1584.45	c cleaning 19000 clauses out of 38005 with flag 994590/200001
1774.98/1782.49	c cleaning 19993 clauses out of 40004 with flag 1098316/221000
1965.34/1973.12	c cleaning 20996 clauses out of 42012 with flag 1199733/243001
2130.14/2138.24	c cleaning 21991 clauses out of 44015 with flag 1314820/266000
2298.35/2306.77	c cleaning 23005 clauses out of 46024 with flag 1464967/290000
2462.68/2471.35	c cleaning 23998 clauses out of 48021 with flag 1634920/315002
2635.55/2650.18	c cleaning 25000 clauses out of 50021 with flag 1849894/341000
2838.84/2865.61	c cleaning 26001 clauses out of 52021 with flag 2106066/368000
3146.76/3192.73	c cleaning 26967 clauses out of 54020 with flag 2359767/396000
3425.26/3484.49	c cleaning 28027 clauses out of 56055 with flag 2531433/425002
3600.02/3659.62	c timeout
3600.02/3659.62	c starts		: 269
3600.02/3659.63	c conflicts		: 449667
3600.02/3659.63	c decisions		: 3262226
3600.02/3659.63	c propagations		: 9473436227
3600.02/3659.63	c inspects		: 6892094502
3600.02/3659.63	c shortcuts		: 0
3600.02/3659.63	c learnt literals	: 0
3600.02/3659.63	c learnt binary clauses	: 2331
3600.02/3659.63	c learnt ternary clauses	: 2494
3600.02/3659.63	c learnt constraints	: 449667
3600.02/3659.63	c ignored constraints	: 0
3600.02/3659.63	c root simplifications	: 0
3600.02/3659.63	c removed literals (reason simplification)	: 23516992
3600.02/3659.63	c reason swapping (by a shorter reason)	: 0
3600.02/3659.63	c Calls to reduceDB	: 25
3600.02/3659.63	c Number of update (reduction) of LBD	: 85968
3600.02/3659.63	c Imported unit clauses	: 0
3600.02/3659.63	c No decision after first conflict	: false
3600.02/3659.63	c number of reductions to clauses (during analyze)	: 0
3600.02/3659.63	c number of learned constraints concerned by reduction	: 0
3600.02/3659.63	c number of learning phase by resolution	: 0
3600.02/3659.63	c number of learning phase by cutting planes	: 0
3600.02/3659.63	c number of rounding to 1 operations	: 0
3600.02/3659.63	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3659.63	c number of reductions of the coefficients by power 2 	: 0
3600.02/3659.63	c number of right shift for reduction by power 2 	: 0
3600.02/3659.63	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3659.63	c number of ending skipping 	: 0
3600.02/3659.63	c number of internal skipping 	: 0
3600.02/3659.63	c number of derivation steps 	: 0
3600.02/3659.63	c number of skipped derivation steps 	: 0
3600.02/3659.63	c number of remaining unassigned 	: 0
3600.02/3659.63	c number of remaining assigned 	: 0
3600.02/3659.63	c number of falsified literals weakened from reason	: 0
3600.02/3659.63	c number of falsified literals weakened from conflict	: 0
3600.02/3659.63	c time for arithmetic operations	: 0
3600.02/3659.63	c minimum degree of deleted constraints	: null
3600.02/3659.63	c maximum degree of deleted constraints	: null
3600.02/3659.63	c number of deleted constraints	: 0
3600.02/3659.63	c speed (assignments/second)	: 2591532.0813506097
3600.02/3659.63	c non guided choices	: 36046
3600.02/3659.67	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 50362
3600.02/3659.67	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 2331
3600.02/3659.67	s UNKNOWN
3600.02/3659.67	c Total wall clock time (in seconds): 3659.285

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

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

solver pid=69980, runsolver pid=69973

[startup+0.100063 s]*
/proc/loadavg: 0.53 1.15 2.02 1/266 69997
/proc/meminfo: memFree=113886476/131249996 swapFree=33004236/33010684
[pid=69980] ppid=69973 vsize=24960 memory=4864 CPUtime=0 cores=5,7
/proc/69980/stat : 69980 (java) D 69973 69980 69927 0 -1 4194304 345 0 29 0 0 0 0 0 20 0 1 0 65265943 25559040 1216 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 0 0 0 1 0 0 17 5 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
/proc/69980/statm: 6240 1216 1024 1 0 464 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 24960 KiB
Current children cumulated memory: 4864 KiB

[startup+0.205429 s]*
/proc/loadavg: 0.53 1.15 2.02 1/290 70021
/proc/meminfo: memFree=113865764/131249996 swapFree=33004236/33010684
[pid=69980] ppid=69973 vsize=18130736 memory=21660 CPUtime=0.01 cores=5,7
/proc/69980/stat : 69980 (java) S 69973 69980 69927 0 -1 4194304 1892 0 59 0 0 1 0 0 20 0 7 0 65265943 18565873664 5415 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 0 0 16784588 0 0 0 17 5 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
/proc/69980/statm: 4532684 5415 3328 1 0 540973 0
[pid=69980/tid=70001] ppid=69973 vsize=18130736 memory=3461362064260530460 CPUtime=0 cores=5,7
/proc/69980/task/70001/stat : 70001 (java) D 69973 69980 69927 0 -1 4194368 1327 0 26 0 0 0 0 0 20 0 7 0 65265954 18565873664 5415 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16784588 1 0 0 -1 7 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 18130736 KiB
Current children cumulated memory: 21660 KiB

[startup+0.304935 s]*
/proc/loadavg: 0.53 1.15 2.02 13/337 70068
/proc/meminfo: memFree=113791164/131249996 swapFree=33004236/33010684
[pid=69980] ppid=69973 vsize=18930384 memory=48052 CPUtime=0.05 cores=5,7
/proc/69980/stat : 69980 (java) S 69973 69980 69927 0 -1 4194304 5510 0 298 0 3 2 0 0 20 0 18 0 65265943 19384713216 12013 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
/proc/69980/statm: 4732596 12013 5286 1 0 546971 0
[pid=69980/tid=70001] ppid=69973 vsize=18930384 memory=-6000919489835787113 CPUtime=0.03 cores=5,7
/proc/69980/task/70001/stat : 70001 (java) S 69973 69980 69927 0 -1 4194368 4410 0 265 0 2 1 0 0 20 0 18 0 65265954 19384713216 12013 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
[pid=69980/tid=70037] ppid=69973 vsize=18930384 memory=-4421386504854924128 CPUtime=0 cores=5,7
/proc/69980/task/70037/stat : 70037 (Finalizer) S 69973 69980 69927 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 65265972 19384713216 12013 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
[pid=69980/tid=70066] ppid=69973 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/69980/task/70066/stat : 70066 (Common-Cleaner) S 69973 69980 69927 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 65265972 19384713216 12013 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48052 KiB

[startup+0.700214 s]
/proc/loadavg: 0.53 1.15 2.02 4/337 70068
/proc/meminfo: memFree=113755572/131249996 swapFree=33004236/33010684
[pid=69980] ppid=69973 vsize=18930384 memory=136028 CPUtime=0.61 cores=5,7
/proc/69980/stat : 69980 (java) S 69973 69980 69927 0 -1 4194304 8538 0 298 0 56 5 0 0 20 0 18 0 65265943 19384713216 34007 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
/proc/69980/statm: 4732596 34007 5414 1 0 549024 0
[pid=69980/tid=70001] ppid=69973 vsize=18930384 memory=0 CPUtime=0.3 cores=5,7
/proc/69980/task/70001/stat : 70001 (java) R 69973 69980 69927 0 -1 4194368 5099 0 265 0 27 3 0 0 20 0 18 0 65265954 19384713216 34007 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
[pid=69980/tid=70037] ppid=69973 vsize=18930384 memory=124661019 CPUtime=0 cores=5,7
/proc/69980/task/70037/stat : 70037 (Finalizer) S 69973 69980 69927 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 65265972 19384713216 34007 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
[pid=69980/tid=70066] ppid=69973 vsize=18930384 memory=18097 CPUtime=0 cores=5,7
/proc/69980/task/70066/stat : 70066 (Common-Cleaner) S 69973 69980 69927 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 65265972 19384713216 34007 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
Current children cumulated CPU time: 0.61 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 136028 KiB

[startup+1.50024 s]
/proc/loadavg: 0.53 1.15 2.02 11/341 70072
/proc/meminfo: memFree=113234316/131249996 swapFree=33004236/33010684
[pid=69980] ppid=69973 vsize=18996948 memory=590940 CPUtime=2.16 cores=5,7
/proc/69980/stat : 69980 (java) S 69973 69980 69927 0 -1 4194304 15507 0 298 0 201 15 0 0 20 0 19 0 65265943 19452874752 147735 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
/proc/69980/statm: 4749237 147735 5446 1 0 1079390 0
[pid=69980/tid=70001] ppid=69973 vsize=18996948 memory=0 CPUtime=0.93 cores=5,7
/proc/69980/task/70001/stat : 70001 (java) R 69973 69980 69927 0 -1 4194368 5320 0 265 0 83 10 0 0 20 0 19 0 65265954 19452874752 147735 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
[pid=69980/tid=70037] ppid=69973 vsize=18996948 memory=124661019 CPUtime=0 cores=5,7
/proc/69980/task/70037/stat : 70037 (Finalizer) S 69973 69980 69927 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 65265972 19452874752 147735 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
[pid=69980/tid=70066] ppid=69973 vsize=18996948 memory=18097 CPUtime=0 cores=5,7
/proc/69980/task/70066/stat : 70066 (Common-Cleaner) S 69973 69980 69927 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 65265972 19452874752 147735 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
Current children cumulated CPU time: 2.16 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 590940 KiB

[startup+3.10602 s]
/proc/loadavg: 1.21 1.28 2.06 6/341 70072
/proc/meminfo: memFree=101711616/131249996 swapFree=33004236/33010684
[pid=69980] ppid=69973 vsize=18996948 memory=2727260 CPUtime=4.13 cores=5,7
/proc/69980/stat : 69980 (java) S 69973 69980 69927 0 -1 4194304 17050 0 298 0 355 58 0 0 20 0 19 0 65265943 19452874752 681815 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
/proc/69980/statm: 4749237 681815 5510 1 0 1651767 0
[pid=69980/tid=70001] ppid=69973 vsize=18996948 memory=0 CPUtime=2.26 cores=5,7
/proc/69980/task/70001/stat : 70001 (java) R 69973 69980 69927 0 -1 4194368 6288 0 265 0 179 47 0 0 20 0 19 0 65265954 19452874752 681815 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
[pid=69980/tid=70037] ppid=69973 vsize=18996948 memory=124661019 CPUtime=0 cores=5,7
/proc/69980/task/70037/stat : 70037 (Finalizer) S 69973 69980 69927 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 65265972 19452874752 681815 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
[pid=69980/tid=70066] ppid=69973 vsize=18996948 memory=2760 CPUtime=0 cores=5,7
/proc/69980/task/70066/stat : 70066 (Common-Cleaner) S 69973 69980 69927 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 65265972 19452874752 681815 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
Current children cumulated CPU time: 4.13 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2727260 KiB

[startup+6.30024 s]
/proc/loadavg: 1.21 1.28 2.06 6/346 70077
/proc/meminfo: memFree=99908624/131249996 swapFree=33004236/33010684
[pid=69980] ppid=69973 vsize=19063512 memory=3519260 CPUtime=8.35 cores=5,7
/proc/69980/stat : 69980 (java) S 69973 69980 69927 0 -1 4194304 18186 0 299 0 760 75 0 0 20 0 20 0 65265943 19521036288 879815 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
/proc/69980/statm: 4765878 879815 5542 1 0 1652414 0
[pid=69980/tid=70001] ppid=69973 vsize=19063512 memory=0 CPUtime=5.37 cores=5,7
/proc/69980/task/70001/stat : 70001 (java) R 69973 69980 69927 0 -1 4194368 6971 0 266 0 475 62 0 0 20 0 20 0 65265954 19521036288 879815 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
[pid=69980/tid=70037] ppid=69973 vsize=19063512 memory=124661019 CPUtime=0 cores=5,7
/proc/69980/task/70037/stat : 70037 (Finalizer) S 69973 69980 69927 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65265972 19521036288 879815 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
[pid=69980/tid=70066] ppid=69973 vsize=19063512 memory=14156 CPUtime=0 cores=5,7
/proc/69980/task/70066/stat : 70066 (Common-Cleaner) S 69973 69980 69927 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 65265972 19521036288 879815 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
[pid=69980/tid=70073] ppid=69973 vsize=19063512 memory=14336 CPUtime=0 cores=5,7
/proc/69980/task/70073/stat : 70073 (Timer-0) S 69973 69980 69927 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 65266353 19521036288 879815 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
Current children cumulated CPU time: 8.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3519260 KiB

[startup+12.7002 s]
/proc/loadavg: 1.79 1.41 2.09 5/346 70077
/proc/meminfo: memFree=99239248/131249996 swapFree=33004236/33010684
[pid=69980] ppid=69973 vsize=19063512 memory=3520028 CPUtime=15.65 cores=5,7
/proc/69980/stat : 69980 (java) S 69973 69980 69927 0 -1 4194304 18425 0 299 0 1489 76 0 0 20 0 20 0 65265943 19521036288 880007 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
/proc/69980/statm: 4765878 880007 5542 1 0 1652414 0
[pid=69980/tid=70001] ppid=69973 vsize=19063512 memory=0 CPUtime=11.75 cores=5,7
/proc/69980/task/70001/stat : 70001 (java) R 69973 69980 69927 0 -1 4194368 7033 0 266 0 1112 63 0 0 20 0 20 0 65265954 19521036288 880007 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
[pid=69980/tid=70037] ppid=69973 vsize=19063512 memory=-6000919494147531625 CPUtime=0 cores=5,7
/proc/69980/task/70037/stat : 70037 (Finalizer) S 69973 69980 69927 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65265972 19521036288 880007 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
[pid=69980/tid=70066] ppid=69973 vsize=19063512 memory=14156 CPUtime=0 cores=5,7
/proc/69980/task/70066/stat : 70066 (Common-Cleaner) S 69973 69980 69927 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 65265972 19521036288 880007 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
[pid=69980/tid=70073] ppid=69973 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/69980/task/70073/stat : 70073 (Timer-0) S 69973 69980 69927 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 65266353 19521036288 880007 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
Current children cumulated CPU time: 15.65 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3520028 KiB

[startup+25.5002 s]
/proc/loadavg: 2.13 1.49 2.11 5/346 70077
/proc/meminfo: memFree=97489632/131249996 swapFree=33004236/33010684
[pid=69980] ppid=69973 vsize=19063512 memory=3524452 CPUtime=28.83 cores=5,7
/proc/69980/stat : 69980 (java) S 69973 69980 69927 0 -1 4194304 26687 0 299 0 2806 77 0 0 20 0 20 0 65265943 19521036288 881113 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
/proc/69980/statm: 4765878 881113 5542 1 0 1653361 0
[pid=69980/tid=70001] ppid=69973 vsize=19063512 memory=3527516 CPUtime=24.52 cores=5,7
/proc/69980/task/70001/stat : 70001 (java) R 69973 69980 69927 0 -1 4194368 7797 0 266 0 2388 64 0 0 20 0 20 0 65265954 19521036288 881113 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
[pid=69980/tid=70037] ppid=69973 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/69980/task/70037/stat : 70037 (Finalizer) S 69973 69980 69927 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65265972 19521036288 881113 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
[pid=69980/tid=70066] ppid=69973 vsize=19063512 memory=3523548 CPUtime=0 cores=5,7
/proc/69980/task/70066/stat : 70066 (Common-Cleaner) S 69973 69980 69927 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 65265972 19521036288 881113 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
[pid=69980/tid=70073] ppid=69973 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/69980/task/70073/stat : 70073 (Timer-0) S 69973 69980 69927 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 65266353 19521036288 881113 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
Current children cumulated CPU time: 28.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3524452 KiB

[startup+51.1059 s]
/proc/loadavg: 2.89 1.73 2.18 5/348 70080
/proc/meminfo: memFree=94868876/131249996 swapFree=33004236/33010684
[pid=69980] ppid=69973 vsize=19063512 memory=3524580 CPUtime=52.66 cores=5,7
/proc/69980/stat : 69980 (java) S 69973 69980 69927 0 -1 4194304 33922 0 299 0 5187 79 0 0 20 0 20 0 65265943 19521036288 881145 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
/proc/69980/statm: 4765878 881145 5542 1 0 1653378 0
[pid=69980/tid=70001] ppid=69973 vsize=19063512 memory=3524452 CPUtime=47.94 cores=5,7
/proc/69980/task/70001/stat : 70001 (java) R 69973 69980 69927 0 -1 4194368 9065 0 266 0 4729 65 0 0 20 0 20 0 65265954 19521036288 881145 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
[pid=69980/tid=70037] ppid=69973 vsize=19063512 memory=3524452 CPUtime=0 cores=5,7
/proc/69980/task/70037/stat : 70037 (Finalizer) S 69973 69980 69927 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65265972 19521036288 881145 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
[pid=69980/tid=70066] ppid=69973 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/69980/task/70066/stat : 70066 (Common-Cleaner) S 69973 69980 69927 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 65265972 19521036288 881145 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
[pid=69980/tid=70073] ppid=69973 vsize=19063512 memory=300531746672988 CPUtime=0 cores=5,7
/proc/69980/task/70073/stat : 70073 (Timer-0) S 69973 69980 69927 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 65266353 19521036288 881145 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
Current children cumulated CPU time: 52.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3524580 KiB

[startup+102.3 s]
/proc/loadavg: 3.67 2.14 2.29 5/350 70084
/proc/meminfo: memFree=91909948/131249996 swapFree=33004236/33010684
[pid=69980] ppid=69973 vsize=19063512 memory=3526908 CPUtime=104.54 cores=5,7
/proc/69980/stat : 69980 (java) S 69973 69980 69927 0 -1 4194304 52996 0 299 0 10370 84 0 0 20 0 20 0 65265943 19521036288 881727 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
/proc/69980/statm: 4765878 881727 5542 1 0 1653901 0
[pid=69980/tid=70001] ppid=69973 vsize=19063512 memory=14156 CPUtime=99 cores=5,7
/proc/69980/task/70001/stat : 70001 (java) R 69973 69980 69927 0 -1 4194368 12562 0 266 0 9833 67 0 0 20 0 20 0 65265954 19521036288 881727 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0

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

/proc/meminfo: memFree=93871892/131249996 swapFree=33004236/33010684
[pid=69980] ppid=69973 vsize=19063512 memory=4305456 CPUtime=3230.61 cores=5,7
/proc/69980/stat : 69980 (java) S 69973 69980 69927 0 -1 4194304 123787 0 299 0 322810 251 0 0 20 0 20 0 65265943 19521036288 1076364 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
/proc/69980/statm: 4765878 1076364 5542 1 0 1653910 0
[pid=69980/tid=70001] ppid=69973 vsize=19063512 memory=14156 CPUtime=3221.68 cores=5,7
/proc/69980/task/70001/stat : 70001 (java) R 69973 69980 69927 0 -1 4194368 59168 0 266 0 322033 135 0 0 20 0 20 0 65265954 19521036288 1076364 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
[pid=69980/tid=70037] ppid=69973 vsize=19063512 memory=4305456 CPUtime=0 cores=5,7
/proc/69980/task/70037/stat : 70037 (Finalizer) S 69973 69980 69927 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65265972 19521036288 1076364 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
[pid=69980/tid=70066] ppid=69973 vsize=19063512 memory=14156 CPUtime=0 cores=5,7
/proc/69980/task/70066/stat : 70066 (Common-Cleaner) S 69973 69980 69927 0 -1 4194368 4240 0 0 0 0 0 0 0 20 0 20 0 65265972 19521036288 1076364 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
[pid=69980/tid=70073] ppid=69973 vsize=19063512 memory=14156 CPUtime=0 cores=5,7
/proc/69980/task/70073/stat : 70073 (Timer-0) S 69973 69980 69927 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 65266353 19521036288 1076364 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
Current children cumulated CPU time: 3230.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4305456 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.15 4.19 5/344 70329
/proc/meminfo: memFree=93846116/131249996 swapFree=33004236/33010684
[pid=69980] ppid=69973 vsize=19063512 memory=4305456 CPUtime=3290.5 cores=5,7
/proc/69980/stat : 69980 (java) S 69973 69980 69927 0 -1 4194304 125298 0 299 0 328796 254 0 0 20 0 20 0 65265943 19521036288 1076364 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
/proc/69980/statm: 4765878 1076364 5542 1 0 1653910 0
[pid=69980/tid=70001] ppid=69973 vsize=19063512 memory=4305456 CPUtime=3281.53 cores=5,7
/proc/69980/task/70001/stat : 70001 (java) R 69973 69980 69927 0 -1 4194368 60359 0 266 0 328017 136 0 0 20 0 20 0 65265954 19521036288 1076364 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
[pid=69980/tid=70037] ppid=69973 vsize=19063512 memory=14156 CPUtime=0 cores=5,7
/proc/69980/task/70037/stat : 70037 (Finalizer) S 69973 69980 69927 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65265972 19521036288 1076364 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
[pid=69980/tid=70066] ppid=69973 vsize=19063512 memory=5148 CPUtime=0 cores=5,7
/proc/69980/task/70066/stat : 70066 (Common-Cleaner) S 69973 69980 69927 0 -1 4194368 4240 0 0 0 0 0 0 0 20 0 20 0 65265972 19521036288 1076364 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
[pid=69980/tid=70073] ppid=69973 vsize=19063512 memory=4305456 CPUtime=0 cores=5,7
/proc/69980/task/70073/stat : 70073 (Timer-0) S 69973 69980 69927 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 65266353 19521036288 1076364 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
Current children cumulated CPU time: 3290.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4305456 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.15 4.19 5/343 70331
/proc/meminfo: memFree=93842360/131249996 swapFree=33004236/33010684
[pid=69980] ppid=69973 vsize=19063512 memory=4305456 CPUtime=3343.94 cores=5,7
/proc/69980/stat : 69980 (java) S 69973 69980 69927 0 -1 4194304 125634 0 299 0 334138 256 0 0 20 0 20 0 65265943 19521036288 1076364 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
/proc/69980/statm: 4765878 1076364 5542 1 0 1653910 0
[pid=69980/tid=70001] ppid=69973 vsize=19063512 memory=4305456 CPUtime=3334.94 cores=5,7
/proc/69980/task/70001/stat : 70001 (java) R 69973 69980 69927 0 -1 4194368 60532 0 266 0 333357 137 0 0 20 0 20 0 65265954 19521036288 1076364 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
[pid=69980/tid=70037] ppid=69973 vsize=19063512 memory=4305456 CPUtime=0 cores=5,7
/proc/69980/task/70037/stat : 70037 (Finalizer) S 69973 69980 69927 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65265972 19521036288 1076364 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
[pid=69980/tid=70066] ppid=69973 vsize=19063512 memory=4305456 CPUtime=0 cores=5,7
/proc/69980/task/70066/stat : 70066 (Common-Cleaner) S 69973 69980 69927 0 -1 4194368 4363 0 0 0 0 0 0 0 20 0 20 0 65265972 19521036288 1076364 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
[pid=69980/tid=70073] ppid=69973 vsize=19063512 memory=4305456 CPUtime=0 cores=5,7
/proc/69980/task/70073/stat : 70073 (Timer-0) S 69973 69980 69927 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 65266353 19521036288 1076364 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
Current children cumulated CPU time: 3343.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4305456 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.14 4.18 5/345 70341
/proc/meminfo: memFree=93825680/131249996 swapFree=33004236/33010684
[pid=69980] ppid=69973 vsize=19063512 memory=4305456 CPUtime=3403.21 cores=5,7
/proc/69980/stat : 69980 (java) S 69973 69980 69927 0 -1 4194304 126838 0 299 0 340063 258 0 0 20 0 20 0 65265943 19521036288 1076364 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
/proc/69980/statm: 4765878 1076364 5542 1 0 1653910 0
[pid=69980/tid=70001] ppid=69973 vsize=19063512 memory=4305456 CPUtime=3394.18 cores=5,7
/proc/69980/task/70001/stat : 70001 (java) R 69973 69980 69927 0 -1 4194368 61540 0 266 0 339280 138 0 0 20 0 20 0 65265954 19521036288 1076364 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
[pid=69980/tid=70037] ppid=69973 vsize=19063512 memory=4305456 CPUtime=0 cores=5,7
/proc/69980/task/70037/stat : 70037 (Finalizer) S 69973 69980 69927 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65265972 19521036288 1076364 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
[pid=69980/tid=70066] ppid=69973 vsize=19063512 memory=4305456 CPUtime=0 cores=5,7
/proc/69980/task/70066/stat : 70066 (Common-Cleaner) S 69973 69980 69927 0 -1 4194368 4363 0 0 0 0 0 0 0 20 0 20 0 65265972 19521036288 1076364 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
[pid=69980/tid=70073] ppid=69973 vsize=19063512 memory=4305456 CPUtime=0 cores=5,7
/proc/69980/task/70073/stat : 70073 (Timer-0) S 69973 69980 69927 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 65266353 19521036288 1076364 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
Current children cumulated CPU time: 3403.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4305456 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.14 4.18 5/345 70344
/proc/meminfo: memFree=93802772/131249996 swapFree=33004236/33010684
[pid=69980] ppid=69973 vsize=19063512 memory=4305456 CPUtime=3463.06 cores=5,7
/proc/69980/stat : 69980 (java) S 69973 69980 69927 0 -1 4194304 127781 0 299 0 346045 261 0 0 20 0 20 0 65265943 19521036288 1076364 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
/proc/69980/statm: 4765878 1076364 5542 1 0 1653910 0
[pid=69980/tid=70001] ppid=69973 vsize=19063512 memory=19840 CPUtime=3454 cores=5,7
/proc/69980/task/70001/stat : 70001 (java) R 69973 69980 69927 0 -1 4194368 62154 0 266 0 345261 139 0 0 20 0 20 0 65265954 19521036288 1076364 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
[pid=69980/tid=70037] ppid=69973 vsize=19063512 memory=2760 CPUtime=0 cores=5,7
/proc/69980/task/70037/stat : 70037 (Finalizer) S 69973 69980 69927 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65265972 19521036288 1076364 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
[pid=69980/tid=70066] ppid=69973 vsize=19063512 memory=-6000919494147531625 CPUtime=0 cores=5,7
/proc/69980/task/70066/stat : 70066 (Common-Cleaner) S 69973 69980 69927 0 -1 4194368 4487 0 0 0 0 0 0 0 20 0 20 0 65265972 19521036288 1076364 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
[pid=69980/tid=70073] ppid=69973 vsize=19063512 memory=4305456 CPUtime=0 cores=5,7
/proc/69980/task/70073/stat : 70073 (Timer-0) S 69973 69980 69927 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 65266353 19521036288 1076364 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
Current children cumulated CPU time: 3463.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4305456 KiB

[startup+3582.3 s]
/proc/loadavg: 4.16 4.14 4.18 5/347 70350
/proc/meminfo: memFree=93801904/131249996 swapFree=33004236/33010684
[pid=69980] ppid=69973 vsize=19063512 memory=4305456 CPUtime=3522.92 cores=5,7
/proc/69980/stat : 69980 (java) S 69973 69980 69927 0 -1 4194304 128812 0 299 0 352028 264 0 0 20 0 20 0 65265943 19521036288 1076364 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
/proc/69980/statm: 4765878 1076364 5542 1 0 1653910 0
[pid=69980/tid=70001] ppid=69973 vsize=19063512 memory=14156 CPUtime=3513.81 cores=5,7
/proc/69980/task/70001/stat : 70001 (java) R 69973 69980 69927 0 -1 4194368 62986 0 266 0 351241 140 0 0 20 0 20 0 65265954 19521036288 1076364 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
[pid=69980/tid=70037] ppid=69973 vsize=19063512 memory=4305456 CPUtime=0 cores=5,7
/proc/69980/task/70037/stat : 70037 (Finalizer) S 69973 69980 69927 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65265972 19521036288 1076364 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
[pid=69980/tid=70066] ppid=69973 vsize=19063512 memory=4305456 CPUtime=0 cores=5,7
/proc/69980/task/70066/stat : 70066 (Common-Cleaner) S 69973 69980 69927 0 -1 4194368 4487 0 0 0 0 0 0 0 20 0 20 0 65265972 19521036288 1076364 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
[pid=69980/tid=70073] ppid=69973 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/69980/task/70073/stat : 70073 (Timer-0) S 69973 69980 69927 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 65266353 19521036288 1076364 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
Current children cumulated CPU time: 3522.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4305456 KiB

[startup+3642.3 s]
/proc/loadavg: 4.10 4.13 4.17 5/347 70352
/proc/meminfo: memFree=93782620/131249996 swapFree=33004236/33010684
[pid=69980] ppid=69973 vsize=19063512 memory=4305456 CPUtime=3582.77 cores=5,7
/proc/69980/stat : 69980 (java) S 69973 69980 69927 0 -1 4194304 129644 0 299 0 358010 267 0 0 20 0 20 0 65265943 19521036288 1076364 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
/proc/69980/statm: 4765878 1076364 5542 1 0 1653910 0
[pid=69980/tid=70001] ppid=69973 vsize=19063512 memory=4305456 CPUtime=3573.63 cores=5,7
/proc/69980/task/70001/stat : 70001 (java) R 69973 69980 69927 0 -1 4194368 63653 0 266 0 357221 142 0 0 20 0 20 0 65265954 19521036288 1076364 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
[pid=69980/tid=70037] ppid=69973 vsize=19063512 memory=4305456 CPUtime=0 cores=5,7
/proc/69980/task/70037/stat : 70037 (Finalizer) S 69973 69980 69927 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65265972 19521036288 1076364 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
[pid=69980/tid=70066] ppid=69973 vsize=19063512 memory=7686721470264483783 CPUtime=0 cores=5,7
/proc/69980/task/70066/stat : 70066 (Common-Cleaner) S 69973 69980 69927 0 -1 4194368 4611 0 0 0 0 0 0 0 20 0 20 0 65265972 19521036288 1076364 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
[pid=69980/tid=70073] ppid=69973 vsize=19063512 memory=4305456 CPUtime=0 cores=5,7
/proc/69980/task/70073/stat : 70073 (Timer-0) S 69973 69980 69927 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 65266353 19521036288 1076364 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
Current children cumulated CPU time: 3582.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4305456 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3659.6 s]
/proc/loadavg: 4.08 4.12 4.17 4/323 70363
/proc/meminfo: memFree=98217900/131249996 swapFree=33004236/33010684
[pid=69980] ppid=69973 vsize=19063512 memory=4305456 CPUtime=3600.02 cores=5,7
/proc/69980/stat : 69980 (java) S 69973 69980 69927 0 -1 4194304 130329 0 299 0 359734 268 0 0 20 0 20 0 65265943 19521036288 1076364 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
/proc/69980/statm: 4765878 1076364 5542 1 0 1653910 0
[pid=69980/tid=70001] ppid=69973 vsize=19063512 memory=4752 CPUtime=3590.87 cores=5,7
/proc/69980/task/70001/stat : 70001 (java) R 69973 69980 69927 0 -1 4194368 64019 0 266 0 358945 142 0 0 20 0 20 0 65265954 19521036288 1076364 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
[pid=69980/tid=70037] ppid=69973 vsize=19063512 memory=2760 CPUtime=0 cores=5,7
/proc/69980/task/70037/stat : 70037 (Finalizer) S 69973 69980 69927 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 65265972 19521036288 1076364 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
[pid=69980/tid=70066] ppid=69973 vsize=19063512 memory=19840 CPUtime=0 cores=5,7
/proc/69980/task/70066/stat : 70066 (Common-Cleaner) S 69973 69980 69927 0 -1 4194368 4730 0 0 0 0 0 0 0 20 0 20 0 65265972 19521036288 1076364 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
[pid=69980/tid=70073] ppid=69973 vsize=19063512 memory=4305456 CPUtime=0 cores=5,7
/proc/69980/task/70073/stat : 70073 (Timer-0) S 69973 69980 69927 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 65266353 19521036288 1076364 18446744073709551615 94529339117568 94529339121264 140730577533024 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94529339129080 94529339129872 94529351659520 140730577537328 140730577537510 140730577537510 140730577543112 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4305456 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.45 s, system=2.70062 s

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

Child status: 143

Real time (s): 3659.69
CPU time (s): 3600.15
CPU user time (s): 3597.45
CPU system time (s): 2.70062
CPU usage (%): 98.3732
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 4305456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.45
system time used= 2.70062
maximum resident set size= 4306352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 133381
page faults= 299
swaps= 0
block input operations= 2248
block output operations= 531584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 146386
involuntary context switches= 24264


# summary of solver processes directly reported to runsolver:
#   pid: 69980
#   total CPU time (s): 3600.15
#   total CPU user time (s): 3597.45
#   total CPU system time (s): 2.70062

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.86763 second user time and 17.7821 second system time

The end

Launcher Data

Begin job on nodeC023 at 2025-07-03 00:38:01
IDJOB=4505915
IDBENCH=157349
IDSOLVER=3364
FILE ID=nodeC023/4505915-1751495880
RUNJOBID= nodeC023-1751495880-69940
SLURM_JOB_ID= 9598568
Free space on /tmp= 431756 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB12/OPT-LIN/sroussel/NG/normalized-NG.dot_luby_0null0mast_rapportOE2.0_TMAX120_K192_cod2.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4505915-1751495880/watcher-4505915-1751495880 -o /tmp/evaluation-result-4505915-1751495880/solver-4505915-1751495880 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1751495880-69940 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4505915-1751495880 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4505915-1751495880.opb

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

MD5SUM BENCH= 726b0595b04a91a84feeb3b27d81e819
RANDOM SEED=549932169

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

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.080
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.78
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.460
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.78
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		: 3600.575
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.78
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.889
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.278
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.78
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		: 3482.838
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.78
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		: 3599.894
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.78
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		: 3599.890
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.78
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        113894516 kB
MemAvailable:   129695000 kB
Buffers:              16 kB
Cached:         16545172 kB
SwapCached:          596 kB
Active:           261492 kB
Inactive:       16362544 kB
Active(anon):      57504 kB
Inactive(anon):    34740 kB
Active(file):     203988 kB
Inactive(file): 16327804 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33004236 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            118956 kB
Writeback:             4 kB
AnonPages:         81700 kB
Mapped:            98980 kB
Shmem:             13396 kB
KReclaimable:     215864 kB
Slab:             307472 kB
SReclaimable:     215864 kB
SUnreclaim:        91608 kB
KernelStack:        4016 kB
PageTables:         2696 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     340252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150392 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 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:      197332 kB
DirectMap2M:     9011200 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431752 MiB
End job on nodeC023 at 2025-07-03 01:39:01