Trace number 4492119

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 CP VeriPB 2025-06-06? (TO) 3600.27 3538.97

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/www.ps.uni-sb.de/~walser/
benchmarks/ppp-problems/normalized-ppp:1-11,19,21.opb
MD5SUM94ed12462fdb637cfaac2f219d20a948
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 benchmark1.06044
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4602
Total number of constraints30179
Number of constraints which are clauses29160
Number of constraints which are cardinality constraints (but not clauses)941
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 103
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.21/0.35	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.21/0.35	c This is free software under the dual EPL/GNU LGPL licenses.
0.21/0.35	c See www.sat4j.org for details.
0.21/0.36	c version PB25.v20250606
0.21/0.39	c java.runtime.name	OpenJDK Runtime Environment
0.21/0.39	c java.vm.name		OpenJDK 64-Bit Server VM
0.21/0.39	c java.vm.version	22.0.1+8-16
0.21/0.39	c java.vm.vendor	Oracle Corporation
0.21/0.39	c sun.arch.data.model	64
0.21/0.39	c java.version		22.0.1
0.21/0.39	c os.name		Linux
0.21/0.39	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.21/0.39	c os.arch		amd64
0.21/0.40	c Free memory 		2104792832
0.21/0.40	c Max memory 		16282288128
0.21/0.40	c Total memory 		2113929216
0.21/0.41	c Number of processors 	2
0.68/0.62	c Pseudo Boolean Optimization by upper bound
0.68/0.62	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.68/0.62	c  - never skip resolution steps
0.68/0.62	c  - Auto-division on coefficients is disabled
0.68/0.62	c  - No postprocessing
0.68/0.62	c  - Conflict is considered as is when resolving
0.68/0.62	c  - Use constraints as they come during conflict analysis
0.68/0.62	c  - Weaken first using unassigned literals
0.68/0.62	c  - Bump strategy: ALWAYS_ONE
0.68/0.62	c  - Bumper: EFFECTIVE
0.68/0.62	c --- Begin Solver configuration ---
0.68/0.62	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.68/0.62	c Learn all clauses as in MiniSAT
0.68/0.62	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.68/0.62	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.68/0.62	c No reason simplification
0.68/0.62	c Dynamic restart strategy considering the size of the coefficients
0.68/0.62	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.68/0.62	c timeout=2147483s
0.68/0.62	c DB Simplification allowed=false
0.68/0.62	c Listener: none
0.68/0.62	c --- End Solver configuration ---
0.68/0.62	c solving HOME/instance-4492119-1751145706.opb
0.68/0.62	c reading problem ... 
0.68/0.62	c using VERIPB proof format
0.68/0.62	c  no objective function found
2.39/1.51	c ... done. Wall clock time 0.887s.
2.39/1.51	c declared #vars     4602
2.39/1.51	c #constraints  30353
2.39/1.51	c constraints type 
2.39/1.51	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 941
2.39/1.51	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 78
2.39/1.51	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29334
2.39/1.51	c 30353 constraints processed.
12.18/6.65	c cleaning 2501 clauses out of 5002 with flag 0/5002
22.60/16.23	c cleaning 4251 clauses out of 8502 with flag 0/11003
33.68/26.38	c cleaning 5612 clauses out of 11248 with flag 0/18000
46.12/37.08	c cleaning 6800 clauses out of 13637 with flag 0/26001
59.52/48.65	c cleaning 7920 clauses out of 15839 with flag 0/35003
97.99/86.23	c cleaning 8955 clauses out of 17917 with flag 0/45001
126.24/112.91	c cleaning 9971 clauses out of 19963 with flag 0/56002
160.48/146.19	c cleaning 10990 clauses out of 21991 with flag 0/68001
222.78/207.60	c cleaning 11994 clauses out of 24001 with flag 0/81001
310.68/294.16	c cleaning 12997 clauses out of 26009 with flag 0/95003
358.77/341.24	c cleaning 13996 clauses out of 28011 with flag 0/110002
419.61/401.06	c cleaning 15007 clauses out of 30013 with flag 0/126000
460.83/440.93	c cleaning 15990 clauses out of 32006 with flag 0/143000
520.06/499.08	c cleaning 16999 clauses out of 34018 with flag 0/161002
588.20/565.83	c cleaning 18007 clauses out of 36020 with flag 0/180003
682.13/657.99	c cleaning 19000 clauses out of 38012 with flag 0/200002
772.91/747.13	c cleaning 19983 clauses out of 40011 with flag 0/221001
817.91/790.51	c cleaning 21006 clauses out of 42027 with flag 0/243000
901.01/870.91	c cleaning 22002 clauses out of 44021 with flag 0/266000
970.15/938.47	c cleaning 22997 clauses out of 46019 with flag 0/290000
1097.22/1062.80	c cleaning 23975 clauses out of 48023 with flag 0/315001
1315.98/1278.34	c cleaning 24978 clauses out of 50047 with flag 0/341000
1562.70/1522.53	c cleaning 26002 clauses out of 52072 with flag 0/368003
1819.39/1776.48	c cleaning 27001 clauses out of 54067 with flag 0/396000
2102.63/2055.74	c cleaning 27992 clauses out of 56066 with flag 0/425000
2419.19/2369.23	c cleaning 29000 clauses out of 58074 with flag 0/455000
2804.88/2751.59	c cleaning 29995 clauses out of 60075 with flag 0/486001
3122.25/3065.65	c cleaning 31005 clauses out of 62079 with flag 0/518000
3416.31/3358.26	c cleaning 32006 clauses out of 64075 with flag 0/551001
3600.02/3538.83	c starts		: 57
3600.02/3538.84	c conflicts		: 571178
3600.02/3538.84	c decisions		: 748957
3600.02/3538.84	c propagations		: 22934862
3600.02/3538.84	c inspects		: 3411696989
3600.02/3538.84	c shortcuts		: 0
3600.02/3538.84	c learnt literals	: 0
3600.02/3538.84	c learnt binary clauses	: 0
3600.02/3538.84	c learnt ternary clauses	: 0
3600.02/3538.84	c learnt constraints	: 571178
3600.02/3538.84	c ignored constraints	: 0
3600.02/3538.84	c root simplifications	: 0
3600.02/3538.84	c removed literals (reason simplification)	: 0
3600.02/3538.84	c reason swapping (by a shorter reason)	: 0
3600.02/3538.84	c Calls to reduceDB	: 29
3600.02/3538.84	c Number of update (reduction) of LBD	: 681794
3600.02/3538.84	c Imported unit clauses	: 0
3600.02/3538.84	c No decision after first conflict	: false
3600.02/3538.84	c number of reductions to clauses (during analyze)	: 0
3600.02/3538.84	c number of learned constraints concerned by reduction	: 0
3600.02/3538.84	c number of learning phase by resolution	: 0
3600.02/3538.84	c number of learning phase by cutting planes	: 0
3600.02/3538.84	c number of rounding to 1 operations	: 0
3600.02/3538.84	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3538.84	c number of reductions of the coefficients by power 2 	: 0
3600.02/3538.85	c number of right shift for reduction by power 2 	: 0
3600.02/3538.85	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3538.85	c number of ending skipping 	: 0
3600.02/3538.85	c number of internal skipping 	: 0
3600.02/3538.85	c number of derivation steps 	: 7310616
3600.02/3538.85	c number of skipped derivation steps 	: 0
3600.02/3538.85	c number of remaining unassigned 	: 339300
3600.02/3538.85	c number of remaining assigned 	: 212666034
3600.02/3538.85	c number of falsified literals weakened from reason	: 0
3600.02/3538.85	c number of falsified literals weakened from conflict	: 0
3600.02/3538.85	c time for arithmetic operations	: 9126543767
3600.02/3538.85	c minimum degree of deleted constraints	: 1
3600.02/3538.85	c maximum degree of deleted constraints	: 503225016876467578389382871810457820
3600.02/3538.85	c number of deleted constraints	: 518932
3600.02/3538.85	c speed (assignments/second)	: 6483.64646881555
3600.02/3538.85	c non guided choices	: 13673
3600.02/3538.85	c timeout
3600.19/3538.95	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 6199
3600.19/3538.95	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 71
3600.19/3538.95	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 45976
3600.19/3538.95	s UNKNOWN
3600.19/3538.95	c Total wall clock time (in seconds): 3538.333

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=15036, runsolver pid=15021
Current StackSize limit: 8192 KiB


[startup+0.100071 s]*
/proc/loadavg: 0.54 1.10 2.08 4/260 15046
/proc/meminfo: memFree=130332896/131382112 swapFree=33010684/33010684
[pid=15036] ppid=15021 vsize=235772 memory=11136 CPUtime=0.01 cores=1,3
/proc/15036/stat : 15036 (java) S 15021 15036 14966 0 -1 4194304 652 0 114 0 0 1 0 0 20 0 2 0 30249513 241430528 2784 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 0 0 16784588 0 0 0 17 1 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
/proc/15036/statm: 58943 2784 2400 1 0 600 0
[pid=15036/tid=15044] ppid=15021 vsize=235772 memory=4026531960 CPUtime=0 cores=1,3
/proc/15036/task/15044/stat : 15044 (java) D 15021 15036 14966 0 -1 4194368 108 0 40 0 0 0 0 0 20 0 2 0 30249522 241430528 2784 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16784588 1 0 0 -1 1 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 235772 KiB
Current children cumulated memory: 11136 KiB

[startup+0.213158 s]*
/proc/loadavg: 0.54 1.10 2.08 8/288 15074
/proc/meminfo: memFree=130256516/131382112 swapFree=33010684/33010684
[pid=15036] ppid=15021 vsize=18664140 memory=38820 CPUtime=0.07 cores=1,3
/proc/15036/stat : 15036 (java) S 15021 15036 14966 0 -1 4194304 4941 0 319 0 2 5 0 0 20 0 15 0 30249513 19112079360 9705 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
/proc/15036/statm: 4682419 9705 4016 1 0 545738 0
[pid=15036/tid=15044] ppid=15021 vsize=18730704 memory=3472328132922704156 CPUtime=0.05 cores=1,3
/proc/15036/task/15044/stat : 15044 (java) S 15021 15036 14966 0 -1 4194368 4323 0 244 0 2 3 0 0 20 0 16 0 30249522 19180240896 9737 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
[pid=15036/tid=15082] ppid=15021 vsize=18730704 memory=1593 CPUtime=0 cores=1,3
/proc/15036/task/15082/stat : 15082 (Finalizer) S 15021 15036 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 16 0 30249536 19180240896 9769 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
[pid=15036/tid=15100] ppid=15021 vsize=18730704 memory=60693105869820 CPUtime=0 cores=1,3
/proc/15036/task/15100/stat : 15100 (java) R 15021 15036 14966 0 -1 4194368 0 0 0 0 0 0 0 0 20 0 16 0 30249536 19180240896 9769 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 2147221247 0 16800975 0 0 0 -1 3 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 18664140 KiB
Current children cumulated memory: 38820 KiB

[startup+0.314154 s]*
/proc/loadavg: 0.54 1.10 2.08 15/324 15110
/proc/meminfo: memFree=130229160/131382112 swapFree=33010684/33010684
[pid=15036] ppid=15021 vsize=18930384 memory=48948 CPUtime=0.21 cores=1,3
/proc/15036/stat : 15036 (java) S 15021 15036 14966 0 -1 4194304 5875 0 349 0 14 7 0 0 20 0 18 0 30249513 19384713216 12237 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
/proc/15036/statm: 4732596 12237 5232 1 0 547178 0
[pid=15036/tid=15044] ppid=15021 vsize=18930384 memory=-6000919502821943150 CPUtime=0.13 cores=1,3
/proc/15036/task/15044/stat : 15044 (java) R 15021 15036 14966 0 -1 4194368 4709 0 260 0 9 4 0 0 20 0 18 0 30249522 19384713216 12237 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
[pid=15036/tid=15082] ppid=15021 vsize=18930384 memory=-4421386496231433830 CPUtime=0 cores=1,3
/proc/15036/task/15082/stat : 15082 (Finalizer) S 15021 15036 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30249536 19384713216 12237 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
[pid=15036/tid=15108] ppid=15021 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/15036/task/15108/stat : 15108 (Common-Cleaner) S 15021 15036 14966 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30249537 19384713216 12237 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48948 KiB

[startup+0.700395 s]
/proc/loadavg: 1.62 1.32 2.15 12/324 15110
/proc/meminfo: memFree=130198412/131382112 swapFree=33010684/33010684
[pid=15036] ppid=15021 vsize=18930384 memory=64088 CPUtime=0.84 cores=1,3
/proc/15036/stat : 15036 (java) S 15021 15036 14966 0 -1 4194304 7023 0 350 0 74 10 0 0 20 0 18 0 30249513 19384713216 16022 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
/proc/15036/statm: 4732596 16022 5360 1 0 547978 0
[pid=15036/tid=15044] ppid=15021 vsize=18930384 memory=17152 CPUtime=0.43 cores=1,3
/proc/15036/task/15044/stat : 15044 (java) R 15021 15036 14966 0 -1 4194368 5268 0 261 0 37 6 0 0 20 0 18 0 30249522 19384713216 16022 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
[pid=15036/tid=15082] ppid=15021 vsize=18930384 memory=11264 CPUtime=0 cores=1,3
/proc/15036/task/15082/stat : 15082 (Finalizer) S 15021 15036 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30249536 19384713216 16022 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
[pid=15036/tid=15108] ppid=15021 vsize=18930384 memory=5632 CPUtime=0 cores=1,3
/proc/15036/task/15108/stat : 15108 (Common-Cleaner) S 15021 15036 14966 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 30249537 19384713216 16022 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
Current children cumulated CPU time: 0.84 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 64088 KiB

[startup+1.5003 s]
/proc/loadavg: 1.62 1.32 2.15 14/328 15114
/proc/meminfo: memFree=129748172/131382112 swapFree=33010684/33010684
[pid=15036] ppid=15021 vsize=18996948 memory=817380 CPUtime=2.39 cores=1,3
/proc/15036/stat : 15036 (java) S 15021 15036 14966 0 -1 4194304 13745 0 350 0 204 35 0 0 20 0 19 0 30249513 19452874752 204345 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
/proc/15036/statm: 4749237 204345 5424 1 0 551979 0
[pid=15036/tid=15044] ppid=15021 vsize=18996948 memory=5632 CPUtime=1.15 cores=1,3
/proc/15036/task/15044/stat : 15044 (java) R 15021 15036 14966 0 -1 4194368 5651 0 261 0 87 28 0 0 20 0 19 0 30249522 19452874752 204345 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
[pid=15036/tid=15082] ppid=15021 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/15036/task/15082/stat : 15082 (Finalizer) S 15021 15036 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30249536 19452874752 204345 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
[pid=15036/tid=15108] ppid=15021 vsize=18996948 memory=11264 CPUtime=0 cores=1,3
/proc/15036/task/15108/stat : 15108 (Common-Cleaner) S 15021 15036 14966 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 30249537 19452874752 204345 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
Current children cumulated CPU time: 2.39 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 817380 KiB

[startup+3.10488 s]
/proc/loadavg: 1.62 1.32 2.15 10/332 15118
/proc/meminfo: memFree=126727668/131382112 swapFree=33010684/33010684
[pid=15036] ppid=15021 vsize=19063512 memory=839504 CPUtime=5.57 cores=1,3
/proc/15036/stat : 15036 (java) S 15021 15036 14966 0 -1 4194304 25090 0 350 0 518 39 0 0 20 0 20 0 30249513 19521036288 209876 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
/proc/15036/statm: 4765878 209876 5424 1 0 557353 0
[pid=15036/tid=15044] ppid=15021 vsize=19063512 memory=0 CPUtime=2.63 cores=1,3
/proc/15036/task/15044/stat : 15044 (java) R 15021 15036 14966 0 -1 4194368 5856 0 261 0 235 28 0 0 20 0 20 0 30249522 19521036288 209876 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
[pid=15036/tid=15082] ppid=15021 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/15036/task/15082/stat : 15082 (Finalizer) S 15021 15036 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30249536 19521036288 209876 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
[pid=15036/tid=15108] ppid=15021 vsize=19063512 memory=836304 CPUtime=0 cores=1,3
/proc/15036/task/15108/stat : 15108 (Common-Cleaner) S 15021 15036 14966 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30249537 19521036288 209876 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
[pid=15036/tid=15118] ppid=15021 vsize=19063512 memory=4892 CPUtime=0 cores=1,3
/proc/15036/task/15118/stat : 15118 (Timer-0) S 15021 15036 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30249665 19521036288 209876 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
Current children cumulated CPU time: 5.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 839504 KiB

[startup+6.30023 s]
/proc/loadavg: 1.97 1.40 2.17 8/332 15118
/proc/meminfo: memFree=124967748/131382112 swapFree=33010684/33010684
[pid=15036] ppid=15021 vsize=19063512 memory=1226396 CPUtime=11.79 cores=1,3
/proc/15036/stat : 15036 (java) S 15021 15036 14966 0 -1 4194304 38340 0 350 0 1128 51 0 0 20 0 20 0 30249513 19521036288 306599 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
/proc/15036/statm: 4765878 306599 5424 1 0 557871 0
[pid=15036/tid=15044] ppid=15021 vsize=19063512 memory=0 CPUtime=5.67 cores=1,3
/proc/15036/task/15044/stat : 15044 (java) R 15021 15036 14966 0 -1 4194368 7196 0 261 0 530 37 0 0 20 0 20 0 30249522 19521036288 306599 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
[pid=15036/tid=15082] ppid=15021 vsize=19063512 memory=8514701219781572766 CPUtime=0 cores=1,3
/proc/15036/task/15082/stat : 15082 (Finalizer) S 15021 15036 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30249536 19521036288 306599 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
[pid=15036/tid=15108] ppid=15021 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/15036/task/15108/stat : 15108 (Common-Cleaner) S 15021 15036 14966 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 30249537 19521036288 306599 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
[pid=15036/tid=15118] ppid=15021 vsize=19063512 memory=-7665563481777433750 CPUtime=0 cores=1,3
/proc/15036/task/15118/stat : 15118 (Timer-0) S 15021 15036 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30249665 19521036288 306599 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
Current children cumulated CPU time: 11.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1226396 KiB

[startup+12.7005 s]
/proc/loadavg: 2.13 1.44 2.18 9/332 15118
/proc/meminfo: memFree=119950932/131382112 swapFree=33010684/33010684
[pid=15036] ppid=15021 vsize=19063512 memory=1970332 CPUtime=18.94 cores=1,3
/proc/15036/stat : 15036 (java) S 15021 15036 14966 0 -1 4194304 41350 0 350 0 1825 69 0 0 20 0 20 0 30249513 19521036288 492583 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
/proc/15036/statm: 4765878 492583 5424 1 0 1084331 0
[pid=15036/tid=15044] ppid=15021 vsize=19063512 memory=14720 CPUtime=11.86 cores=1,3
/proc/15036/task/15044/stat : 15044 (java) R 15021 15036 14966 0 -1 4194368 8316 0 261 0 1133 53 0 0 20 0 20 0 30249522 19521036288 492583 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
[pid=15036/tid=15082] ppid=15021 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/15036/task/15082/stat : 15082 (Finalizer) S 15021 15036 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30249536 19521036288 492583 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
[pid=15036/tid=15108] ppid=15021 vsize=19063512 memory=-6000919502821943150 CPUtime=0 cores=1,3
/proc/15036/task/15108/stat : 15108 (Common-Cleaner) S 15021 15036 14966 0 -1 4194368 38 0 0 0 0 0 0 0 20 0 20 0 30249537 19521036288 492583 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
[pid=15036/tid=15118] ppid=15021 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/15036/task/15118/stat : 15118 (Timer-0) S 15021 15036 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30249665 19521036288 492583 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
Current children cumulated CPU time: 18.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1970332 KiB

[startup+25.5004 s]
/proc/loadavg: 2.49 1.54 2.20 8/332 15118
/proc/meminfo: memFree=115409616/131382112 swapFree=33010684/33010684
[pid=15036] ppid=15021 vsize=19063512 memory=2824788 CPUtime=32.88 cores=1,3
/proc/15036/stat : 15036 (java) S 15021 15036 14966 0 -1 4194304 46377 0 350 0 3197 91 0 0 20 0 20 0 30249513 19521036288 706197 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
/proc/15036/statm: 4765878 706197 5424 1 0 1084365 0
[pid=15036/tid=15044] ppid=15021 vsize=19063512 memory=0 CPUtime=24.12 cores=1,3
/proc/15036/task/15044/stat : 15044 (java) R 15021 15036 14966 0 -1 4194368 10141 0 261 0 2344 68 0 0 20 0 20 0 30249522 19521036288 706197 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
[pid=15036/tid=15082] ppid=15021 vsize=19063512 memory=4252 CPUtime=0 cores=1,3
/proc/15036/task/15082/stat : 15082 (Finalizer) S 15021 15036 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30249536 19521036288 706197 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
[pid=15036/tid=15108] ppid=15021 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/15036/task/15108/stat : 15108 (Common-Cleaner) S 15021 15036 14966 0 -1 4194368 79 0 0 0 0 0 0 0 20 0 20 0 30249537 19521036288 706197 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
[pid=15036/tid=15118] ppid=15021 vsize=19063512 memory=1226396 CPUtime=0 cores=1,3
/proc/15036/task/15118/stat : 15118 (Timer-0) S 15021 15036 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30249665 19521036288 706197 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
Current children cumulated CPU time: 32.88 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2824788 KiB

[startup+51.1137 s]
/proc/loadavg: 3.22 1.81 2.27 8/332 15118
/proc/meminfo: memFree=113935016/131382112 swapFree=33010684/33010684
[pid=15036] ppid=15021 vsize=19063512 memory=3426092 CPUtime=62.2 cores=1,3
/proc/15036/stat : 15036 (java) S 15021 15036 14966 0 -1 4194304 58126 0 350 0 6105 115 0 0 20 0 20 0 30249513 19521036288 856523 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
/proc/15036/statm: 4765878 856523 5424 1 0 1084617 0
[pid=15036/tid=15044] ppid=15021 vsize=19063512 memory=1226396 CPUtime=48.91 cores=1,3
/proc/15036/task/15044/stat : 15044 (java) R 15021 15036 14966 0 -1 4194368 13308 0 261 0 4809 82 0 0 20 0 20 0 30249522 19521036288 856523 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
[pid=15036/tid=15082] ppid=15021 vsize=19063512 memory=2515436 CPUtime=0 cores=1,3
/proc/15036/task/15082/stat : 15082 (Finalizer) S 15021 15036 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30249536 19521036288 856523 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
[pid=15036/tid=15108] ppid=15021 vsize=19063512 memory=3426092 CPUtime=0 cores=1,3
/proc/15036/task/15108/stat : 15108 (Common-Cleaner) S 15021 15036 14966 0 -1 4194368 79 0 0 0 0 0 0 0 20 0 20 0 30249537 19521036288 856523 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
[pid=15036/tid=15118] ppid=15021 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/15036/task/15118/stat : 15118 (Timer-0) S 15021 15036 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30249665 19521036288 856523 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
Current children cumulated CPU time: 62.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3426092 KiB


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

[startup+3222.3 s]
/proc/loadavg: 4.10 4.43 4.30 8/329 15312
/proc/meminfo: memFree=107639048/131382112 swapFree=33010684/33010684
[pid=15036] ppid=15021 vsize=19063512 memory=4289116 CPUtime=3280.46 cores=1,3
/proc/15036/stat : 15036 (java) S 15021 15036 14966 0 -1 4194304 189487 0 350 0 327366 680 0 0 20 0 20 0 30249513 19521036288 1072279 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
/proc/15036/statm: 4765878 1072279 5456 1 0 1085827 0
[pid=15036/tid=15044] ppid=15021 vsize=19063512 memory=4288860 CPUtime=3149.77 cores=1,3
/proc/15036/task/15044/stat : 15044 (java) R 15021 15036 14966 0 -1 4194368 86444 0 261 0 314592 385 0 0 20 0 20 0 30249522 19521036288 1072279 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
[pid=15036/tid=15082] ppid=15021 vsize=19063512 memory=4289116 CPUtime=0 cores=1,3
/proc/15036/task/15082/stat : 15082 (Finalizer) S 15021 15036 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30249536 19521036288 1072279 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
[pid=15036/tid=15108] ppid=15021 vsize=19063512 memory=4289116 CPUtime=0 cores=1,3
/proc/15036/task/15108/stat : 15108 (Common-Cleaner) S 15021 15036 14966 0 -1 4194368 2529 0 0 0 0 0 0 0 20 0 20 0 30249537 19521036288 1072279 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
[pid=15036/tid=15118] ppid=15021 vsize=19063512 memory=4289116 CPUtime=0 cores=1,3
/proc/15036/task/15118/stat : 15118 (Timer-0) S 15021 15036 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30249665 19521036288 1072279 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
Current children cumulated CPU time: 3280.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4289116 KiB

[startup+3282.3 s]
/proc/loadavg: 4.22 4.39 4.29 8/327 15314
/proc/meminfo: memFree=107613416/131382112 swapFree=33010684/33010684
[pid=15036] ppid=15021 vsize=19063512 memory=4289116 CPUtime=3339.53 cores=1,3
/proc/15036/stat : 15036 (java) S 15021 15036 14966 0 -1 4194304 192170 0 350 0 333265 688 0 0 20 0 20 0 30249513 19521036288 1072279 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
/proc/15036/statm: 4765878 1072279 5456 1 0 1085827 0
[pid=15036/tid=15044] ppid=15021 vsize=19063512 memory=4289116 CPUtime=3207.03 cores=1,3
/proc/15036/task/15044/stat : 15044 (java) R 15021 15036 14966 0 -1 4194368 88372 0 261 0 320315 388 0 0 20 0 20 0 30249522 19521036288 1072279 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
[pid=15036/tid=15082] ppid=15021 vsize=19063512 memory=3200 CPUtime=0 cores=1,3
/proc/15036/task/15082/stat : 15082 (Finalizer) S 15021 15036 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30249536 19521036288 1072279 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
[pid=15036/tid=15108] ppid=15021 vsize=19063512 memory=2764 CPUtime=0 cores=1,3
/proc/15036/task/15108/stat : 15108 (Common-Cleaner) S 15021 15036 14966 0 -1 4194368 2594 0 0 0 0 0 0 0 20 0 20 0 30249537 19521036288 1072279 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
[pid=15036/tid=15118] ppid=15021 vsize=19063512 memory=4289116 CPUtime=0 cores=1,3
/proc/15036/task/15118/stat : 15118 (Timer-0) S 15021 15036 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30249665 19521036288 1072279 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
Current children cumulated CPU time: 3339.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4289116 KiB

[startup+3342.3 s]
/proc/loadavg: 4.33 4.38 4.29 8/327 15316
/proc/meminfo: memFree=107597336/131382112 swapFree=33010684/33010684
[pid=15036] ppid=15021 vsize=19063512 memory=4289116 CPUtime=3400.23 cores=1,3
/proc/15036/stat : 15036 (java) S 15021 15036 14966 0 -1 4194304 193631 0 350 0 339326 697 0 0 20 0 20 0 30249513 19521036288 1072279 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
/proc/15036/statm: 4765878 1072279 5456 1 0 1085827 0
[pid=15036/tid=15044] ppid=15021 vsize=19063512 memory=4289116 CPUtime=3265.82 cores=1,3
/proc/15036/task/15044/stat : 15044 (java) R 15021 15036 14966 0 -1 4194368 89117 0 261 0 326190 392 0 0 20 0 20 0 30249522 19521036288 1072279 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
[pid=15036/tid=15082] ppid=15021 vsize=19063512 memory=4289116 CPUtime=0 cores=1,3
/proc/15036/task/15082/stat : 15082 (Finalizer) S 15021 15036 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30249536 19521036288 1072279 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
[pid=15036/tid=15108] ppid=15021 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/15036/task/15108/stat : 15108 (Common-Cleaner) S 15021 15036 14966 0 -1 4194368 2679 0 0 0 0 0 0 0 20 0 20 0 30249537 19521036288 1072279 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
[pid=15036/tid=15118] ppid=15021 vsize=19063512 memory=4289116 CPUtime=0 cores=1,3
/proc/15036/task/15118/stat : 15118 (Timer-0) S 15021 15036 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30249665 19521036288 1072279 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
Current children cumulated CPU time: 3400.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4289116 KiB

[startup+3402.3 s]
/proc/loadavg: 4.25 4.34 4.28 8/327 15318
/proc/meminfo: memFree=107567156/131382112 swapFree=33010684/33010684
[pid=15036] ppid=15021 vsize=19063512 memory=4289116 CPUtime=3460.84 cores=1,3
/proc/15036/stat : 15036 (java) S 15021 15036 14966 0 -1 4194304 194631 0 350 0 345377 707 0 0 20 0 20 0 30249513 19521036288 1072279 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
/proc/15036/statm: 4765878 1072279 5456 1 0 1085830 0
[pid=15036/tid=15044] ppid=15021 vsize=19063512 memory=4289116 CPUtime=3324.81 cores=1,3
/proc/15036/task/15044/stat : 15044 (java) R 15021 15036 14966 0 -1 4194368 90080 0 261 0 332083 398 0 0 20 0 20 0 30249522 19521036288 1072279 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
[pid=15036/tid=15082] ppid=15021 vsize=19063512 memory=4289116 CPUtime=0 cores=1,3
/proc/15036/task/15082/stat : 15082 (Finalizer) S 15021 15036 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30249536 19521036288 1072279 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
[pid=15036/tid=15108] ppid=15021 vsize=19063512 memory=4289116 CPUtime=0 cores=1,3
/proc/15036/task/15108/stat : 15108 (Common-Cleaner) S 15021 15036 14966 0 -1 4194368 2680 0 0 0 0 0 0 0 20 0 20 0 30249537 19521036288 1072279 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
[pid=15036/tid=15118] ppid=15021 vsize=19063512 memory=4289116 CPUtime=0 cores=1,3
/proc/15036/task/15118/stat : 15118 (Timer-0) S 15021 15036 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30249665 19521036288 1072279 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
Current children cumulated CPU time: 3460.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4289116 KiB

[startup+3462.3 s]
/proc/loadavg: 4.18 4.31 4.27 8/328 15325
/proc/meminfo: memFree=107522712/131382112 swapFree=33010684/33010684
[pid=15036] ppid=15021 vsize=19063512 memory=4289244 CPUtime=3521.71 cores=1,3
/proc/15036/stat : 15036 (java) S 15021 15036 14966 0 -1 4194304 197328 0 350 0 351454 717 0 0 20 0 20 0 30249513 19521036288 1072311 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
/proc/15036/statm: 4765878 1072311 5456 1 0 1085830 0
[pid=15036/tid=15044] ppid=15021 vsize=19063512 memory=4289116 CPUtime=3383.53 cores=1,3
/proc/15036/task/15044/stat : 15044 (java) R 15021 15036 14966 0 -1 4194368 91917 0 261 0 337950 403 0 0 20 0 20 0 30249522 19521036288 1072311 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
[pid=15036/tid=15082] ppid=15021 vsize=19063512 memory=4289116 CPUtime=0 cores=1,3
/proc/15036/task/15082/stat : 15082 (Finalizer) S 15021 15036 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30249536 19521036288 1072311 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
[pid=15036/tid=15108] ppid=15021 vsize=19063512 memory=4289116 CPUtime=0 cores=1,3
/proc/15036/task/15108/stat : 15108 (Common-Cleaner) S 15021 15036 14966 0 -1 4194368 2769 0 0 0 0 0 0 0 20 0 20 0 30249537 19521036288 1072311 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
[pid=15036/tid=15118] ppid=15021 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/15036/task/15118/stat : 15118 (Timer-0) S 15021 15036 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30249665 19521036288 1072311 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
Current children cumulated CPU time: 3521.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4289244 KiB

[startup+3522.3 s]
/proc/loadavg: 4.26 4.31 4.27 8/328 15327
/proc/meminfo: memFree=107467228/131382112 swapFree=33010684/33010684
[pid=15036] ppid=15021 vsize=19063512 memory=4289756 CPUtime=3583.36 cores=1,3
/proc/15036/stat : 15036 (java) S 15021 15036 14966 0 -1 4194304 201750 0 350 0 357608 728 0 0 20 0 20 0 30249513 19521036288 1072439 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
/proc/15036/statm: 4765878 1072439 5456 1 0 1085981 0
[pid=15036/tid=15044] ppid=15021 vsize=19063512 memory=4289244 CPUtime=3442.38 cores=1,3
/proc/15036/task/15044/stat : 15044 (java) R 15021 15036 14966 0 -1 4194368 93796 0 261 0 343831 407 0 0 20 0 20 0 30249522 19521036288 1072439 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
[pid=15036/tid=15082] ppid=15021 vsize=19063512 memory=4289756 CPUtime=0 cores=1,3
/proc/15036/task/15082/stat : 15082 (Finalizer) S 15021 15036 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30249536 19521036288 1072439 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
[pid=15036/tid=15108] ppid=15021 vsize=19063512 memory=4289756 CPUtime=0 cores=1,3
/proc/15036/task/15108/stat : 15108 (Common-Cleaner) S 15021 15036 14966 0 -1 4194368 2864 0 0 0 0 0 0 0 20 0 20 0 30249537 19521036288 1072439 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
[pid=15036/tid=15118] ppid=15021 vsize=19063512 memory=4289756 CPUtime=0 cores=1,3
/proc/15036/task/15118/stat : 15118 (Timer-0) S 15021 15036 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30249665 19521036288 1072439 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
Current children cumulated CPU time: 3583.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4289756 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3538.8 s]
/proc/loadavg: 4.27 4.31 4.27 7/307 15340
/proc/meminfo: memFree=112941248/131382112 swapFree=33010684/33010684
[pid=15036] ppid=15021 vsize=19063512 memory=4289756 CPUtime=3600.02 cores=1,3
/proc/15036/stat : 15036 (java) S 15021 15036 14966 0 -1 4194304 201770 0 350 0 359273 729 0 0 20 0 20 0 30249513 19521036288 1072439 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
/proc/15036/statm: 4765878 1072439 5456 1 0 1085981 0
[pid=15036/tid=15044] ppid=15021 vsize=19063512 memory=17152 CPUtime=3458.63 cores=1,3
/proc/15036/task/15044/stat : 15044 (java) R 15021 15036 14966 0 -1 4194368 93810 0 261 0 345455 408 0 0 20 0 20 0 30249522 19521036288 1072439 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
[pid=15036/tid=15082] ppid=15021 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/15036/task/15082/stat : 15082 (Finalizer) S 15021 15036 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 30249536 19521036288 1072439 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
[pid=15036/tid=15108] ppid=15021 vsize=19063512 memory=-6000919502821943150 CPUtime=0 cores=1,3
/proc/15036/task/15108/stat : 15108 (Common-Cleaner) S 15021 15036 14966 0 -1 4194368 2864 0 0 0 0 0 0 0 20 0 20 0 30249537 19521036288 1072439 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
[pid=15036/tid=15118] ppid=15021 vsize=19063512 memory=4916 CPUtime=0 cores=1,3
/proc/15036/task/15118/stat : 15118 (Timer-0) S 15021 15036 14966 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30249665 19521036288 1072439 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4289756 KiB

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

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

# cumulated CPU time of all completed processes:  user=3592.95 s, system=7.32331 s

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

[startup+3538.9 s]
/proc/loadavg: 4.27 4.31 4.27 7/307 15340
/proc/meminfo: memFree=112941248/131382112 swapFree=33010684/33010684
[pid=15036] ppid=15021 vsize=19263204 memory=4290652 CPUtime=3600.19 cores=1,3
/proc/15036/stat : 15036 (java) S 15021 15036 14966 0 -1 4194304 204114 0 350 0 359289 730 0 0 20 0 21 0 30249513 19725520896 1072663 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
/proc/15036/statm: 4815801 1072663 5488 1 0 1086904 0
[pid=15036/tid=15044] ppid=15021 vsize=19263204 memory=4289756 CPUtime=3458.66 cores=1,3
/proc/15036/task/15044/stat : 15044 (java) S 15021 15036 14966 0 -1 4194368 94062 0 261 0 345458 408 0 0 20 0 21 0 30249522 19725520896 1072663 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
[pid=15036/tid=15082] ppid=15021 vsize=19263204 memory=4289756 CPUtime=0 cores=1,3
/proc/15036/task/15082/stat : 15082 (Finalizer) S 15021 15036 14966 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 21 0 30249536 19725520896 1072663 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
[pid=15036/tid=15108] ppid=15021 vsize=19263204 memory=3200 CPUtime=0 cores=1,3
/proc/15036/task/15108/stat : 15108 (Common-Cleaner) S 15021 15036 14966 0 -1 4194368 2864 0 0 0 0 0 0 0 20 0 21 0 30249537 19725520896 1072663 18446744073709551615 93991214071808 93991214075504 140725683446016 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93991214083320 93991214084112 93991235768320 140725683452205 140725683452390 140725683452390 140725683457992 0
Current children cumulated CPU time: 3600.19 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 4290652 KiB

Child status: 143

Real time (s): 3538.97
CPU time (s): 3600.27
CPU user time (s): 3592.95
CPU system time (s): 7.32331
CPU usage (%): 101.732
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 4290652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3592.95
system time used= 7.32331
maximum resident set size= 4290908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 204293
page faults= 350
swaps= 0
block input operations= 13688
block output operations= 1892760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 137413
involuntary context switches= 15411


# summary of solver processes directly reported to runsolver:
#   pid: 15036
#   total CPU time (s): 3600.27
#   total CPU user time (s): 3592.95
#   total CPU system time (s): 7.32331

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.5214 second user time and 35.0366 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-06-28 23:21:46
IDJOB=4492119
IDBENCH=147759
IDSOLVER=3362
FILE ID=nodeC001/4492119-1751145706
RUNJOBID= nodeC001-1751145706-14978
SLURM_JOB_ID= 9587448
Free space on /tmp= 433052 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:1-11,19,21.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492119-1751145706/watcher-4492119-1751145706 -o /tmp/evaluation-result-4492119-1751145706/solver-4492119-1751145706 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751145706-14978 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4492119-1751145706 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4492119-1751145706.opb

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

MD5SUM BENCH= 94ed12462fdb637cfaac2f219d20a948
RANDOM SEED=2433003

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        130335848 kB
MemAvailable:   129934020 kB
Buffers:            3280 kB
Cached:           362740 kB
SwapCached:            0 kB
Active:           266120 kB
Inactive:         164856 kB
Active(anon):      82916 kB
Inactive(anon):        0 kB
Active(file):     183204 kB
Inactive(file):   164856 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7624 kB
Writeback:             4 kB
AnonPages:         68200 kB
Mapped:           102012 kB
Shmem:             17960 kB
KReclaimable:      83764 kB
Slab:             162948 kB
SReclaimable:      83764 kB
SUnreclaim:        79184 kB
KernelStack:        3904 kB
PageTables:         2888 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     330904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149272 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433048 MiB
End job on nodeC001 at 2025-06-29 00:20:45