Trace number 4510589

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06UNSAT cert. 109.38 106.851

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid5x30split.cnf-plain.pb.metafix.opb
MD5SUMdfd517fe2a9d65b237ac06e21bad695d
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark8.34756
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables301
Total number of constraints1202
Number of constraints which are clauses1202
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4510589-1751198849.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c using VERIPB proof format
0.12/0.14	c  no objective function found
0.12/0.20	c ... done. Wall clock time 0.067s.
0.12/0.20	c declared #vars     301
0.12/0.20	c #constraints  1202
0.12/0.20	c constraints type 
0.12/0.20	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.12/0.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1200
0.12/0.20	c 1202 constraints processed.
0.89/0.59	c cleaning 2494 clauses out of 5000 with flag 24961/5000
1.66/0.91	c cleaning 4244 clauses out of 8508 with flag 52787/11002
2.26/1.21	c cleaning 5621 clauses out of 11264 with flag 91209/18002
2.65/1.43	c cleaning 6804 clauses out of 13641 with flag 138384/26000
3.05/1.63	c cleaning 7900 clauses out of 15837 with flag 189835/35000
3.36/1.86	c cleaning 8958 clauses out of 17938 with flag 249922/45001
3.81/2.13	c cleaning 9984 clauses out of 19981 with flag 319191/56002
4.11/2.46	c cleaning 10988 clauses out of 21996 with flag 390748/68001
4.52/2.82	c cleaning 11993 clauses out of 24007 with flag 470624/81000
4.92/3.23	c cleaning 12994 clauses out of 26014 with flag 557414/95000
5.32/3.68	c cleaning 13996 clauses out of 28020 with flag 650909/110000
5.83/4.17	c cleaning 15001 clauses out of 30024 with flag 747655/126000
6.46/4.73	c cleaning 15992 clauses out of 32026 with flag 847487/143003
7.11/5.38	c cleaning 17001 clauses out of 34031 with flag 951620/161000
7.82/6.08	c cleaning 18001 clauses out of 36030 with flag 1059450/180000
8.61/6.85	c cleaning 19003 clauses out of 38032 with flag 1175258/200003
9.42/7.66	c cleaning 20003 clauses out of 40029 with flag 1293142/221003
10.42/8.61	c cleaning 20998 clauses out of 42024 with flag 1422006/243001
11.32/9.56	c cleaning 22002 clauses out of 44026 with flag 1555758/266001
12.33/10.55	c cleaning 22998 clauses out of 46023 with flag 1690436/290000
13.42/11.66	c cleaning 23998 clauses out of 48025 with flag 1825520/315000
14.63/12.82	c cleaning 25002 clauses out of 50027 with flag 1967287/341000
15.83/14.09	c cleaning 25997 clauses out of 52026 with flag 2110590/368001
17.22/15.47	c cleaning 27006 clauses out of 54029 with flag 2259840/396001
18.73/16.91	c cleaning 28006 clauses out of 56023 with flag 2413129/425001
20.22/18.40	c cleaning 29001 clauses out of 58017 with flag 2565122/455001
21.85/20.03	c cleaning 29996 clauses out of 60016 with flag 2724283/486001
23.33/21.59	c cleaning 31003 clauses out of 62020 with flag 2886426/518001
24.83/23.08	c cleaning 32000 clauses out of 64016 with flag 3050401/551000
26.52/24.78	c cleaning 32997 clauses out of 66017 with flag 3227483/585001
28.23/26.41	c cleaning 34002 clauses out of 68020 with flag 3393874/620001
30.13/28.34	c cleaning 35002 clauses out of 70017 with flag 3571034/656000
32.02/30.27	c cleaning 36000 clauses out of 72016 with flag 3751611/693001
34.32/32.55	c cleaning 37002 clauses out of 74015 with flag 3949278/731000
36.90/35.31	c cleaning 38001 clauses out of 76014 with flag 4151623/770001
39.61/38.01	c cleaning 38998 clauses out of 78013 with flag 4356061/810001
42.19/40.60	c cleaning 40000 clauses out of 80015 with flag 4555698/851001
44.60/43.05	c cleaning 41002 clauses out of 82015 with flag 4749460/893001
47.09/45.55	c cleaning 42001 clauses out of 84013 with flag 4947305/936001
49.69/48.11	c cleaning 42999 clauses out of 86012 with flag 5144611/980001
52.18/50.66	c cleaning 43999 clauses out of 88012 with flag 5341891/1025000
54.59/53.00	c cleaning 45000 clauses out of 90013 with flag 5540686/1071000
57.08/55.58	c cleaning 45996 clauses out of 92014 with flag 5739240/1118001
59.68/58.17	c cleaning 47000 clauses out of 94017 with flag 5938340/1166000
62.58/61.04	c cleaning 48003 clauses out of 96017 with flag 6148918/1215000
65.37/63.88	c cleaning 49004 clauses out of 98015 with flag 6360206/1265001
68.66/67.22	c cleaning 50000 clauses out of 100011 with flag 6582071/1316001
71.96/70.52	c cleaning 50995 clauses out of 102010 with flag 6807324/1368000
75.26/73.81	c cleaning 52002 clauses out of 104015 with flag 7033351/1421000
78.95/77.52	c cleaning 53002 clauses out of 106014 with flag 7266220/1475001
82.62/81.24	c cleaning 53999 clauses out of 108012 with flag 7507103/1530001
86.52/85.17	c cleaning 55003 clauses out of 110012 with flag 7753203/1586000
90.51/89.17	c cleaning 56000 clauses out of 112009 with flag 8008964/1643000
94.49/93.16	c cleaning 56998 clauses out of 114009 with flag 8254653/1701000
99.03/97.72	c cleaning 57996 clauses out of 116011 with flag 8519350/1760000
104.07/101.97	c cleaning 59000 clauses out of 118014 with flag 8792204/1820000
108.55/106.22	c cleaning 60003 clauses out of 120014 with flag 9074048/1881001
109.18/106.77	c starts		: 2190
109.18/106.77	c conflicts		: 1892545
109.18/106.77	c decisions		: 2458135
109.18/106.77	c propagations		: 16965385
109.18/106.77	c inspects		: 1980409935
109.18/106.77	c shortcuts		: 0
109.18/106.77	c learnt literals	: 11
109.18/106.77	c learnt binary clauses	: 79
109.18/106.77	c learnt ternary clauses	: 319
109.18/106.77	c learnt constraints	: 1892533
109.18/106.77	c ignored constraints	: 0
109.18/106.77	c root simplifications	: 0
109.18/106.77	c removed literals (reason simplification)	: 1922677
109.18/106.77	c reason swapping (by a shorter reason)	: 0
109.18/106.77	c Calls to reduceDB	: 57
109.18/106.77	c Number of update (reduction) of LBD	: 465886
109.18/106.77	c Imported unit clauses	: 0
109.18/106.77	c No decision after first conflict	: false
109.18/106.77	c number of reductions to clauses (during analyze)	: 0
109.18/106.77	c number of learned constraints concerned by reduction	: 0
109.18/106.77	c number of learning phase by resolution	: 0
109.18/106.77	c number of learning phase by cutting planes	: 0
109.18/106.77	c number of rounding to 1 operations	: 0
109.18/106.77	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
109.18/106.77	c number of reductions of the coefficients by power 2 	: 0
109.18/106.77	c number of right shift for reduction by power 2 	: 0
109.18/106.77	c number of reductions of the coefficients by GCD over coefficients 	: 0
109.18/106.77	c number of ending skipping 	: 0
109.18/106.77	c number of internal skipping 	: 0
109.18/106.77	c number of derivation steps 	: 0
109.18/106.77	c number of skipped derivation steps 	: 0
109.18/106.77	c number of remaining unassigned 	: 0
109.18/106.78	c number of remaining assigned 	: 0
109.18/106.78	c number of falsified literals weakened from reason	: 0
109.18/106.78	c number of falsified literals weakened from conflict	: 0
109.18/106.78	c time for arithmetic operations	: 0
109.18/106.78	c minimum degree of deleted constraints	: null
109.18/106.78	c maximum degree of deleted constraints	: null
109.18/106.78	c number of deleted constraints	: 0
109.18/106.78	c speed (assignments/second)	: 159193.26083080765
109.18/106.78	c non guided choices	: 10913
109.34/106.82	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 71466
109.34/106.82	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 79
109.34/106.82	s UNSATISFIABLE
109.34/106.82	c Total wall clock time (in seconds): 106.69

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul  2 09:50:58 CEST 2025
extraparms=
-- veripb --
Running VeriPB version 2.3.0
s VERIFIED UNSATISFIABLE
Verification succeeded.
-- cakepb --
s VERIFIED UNSATISFIABLE
--summary--
ALL OK

Watcher Data

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

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

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.10006 s]*
/proc/loadavg: 4.32 4.23 4.13 5/342 26833
/proc/meminfo: memFree=117727308/131249996 swapFree=33010684/33010684
[pid=26815] ppid=26812 vsize=18930384 memory=57788 CPUtime=0.12 cores=4,6
/proc/26815/stat : 26815 (java) S 26812 26815 24970 0 -1 4194304 6569 0 0 0 11 1 0 0 20 0 18 0 35562647 19384713216 14447 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
/proc/26815/statm: 4732596 14447 5348 1 0 547619 0
[pid=26815/tid=26817] ppid=26812 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=4,6
/proc/26815/task/26817/stat : 26817 (java) R 26812 26815 24970 0 -1 4194368 5074 0 0 0 6 1 0 0 20 0 18 0 35562648 19384713216 14447 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
[pid=26815/tid=26826] ppid=26812 vsize=18930384 memory=224227754321 CPUtime=0 cores=4,6
/proc/26815/task/26826/stat : 26826 (Finalizer) S 26812 26815 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35562650 19384713216 14447 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
[pid=26815/tid=26833] ppid=26812 vsize=18930384 memory=59585004335488 CPUtime=0 cores=4,6
/proc/26815/task/26833/stat : 26833 (Common-Cleaner) S 26812 26815 24970 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 35562651 19384713216 14447 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57788 KiB

[startup+0.205859 s]*
/proc/loadavg: 4.32 4.23 4.13 5/342 26833
/proc/meminfo: memFree=117723212/131249996 swapFree=33010684/33010684
[pid=26815] ppid=26812 vsize=18996948 memory=64032 CPUtime=0.31 cores=4,6
/proc/26815/stat : 26815 (java) S 26812 26815 24970 0 -1 4194304 7067 0 0 0 29 2 0 0 20 0 19 0 35562647 19452874752 16008 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
/proc/26815/statm: 4749237 16008 5412 1 0 548239 0
[pid=26815/tid=26817] ppid=26812 vsize=18996948 memory=4026597660 CPUtime=0.16 cores=4,6
/proc/26815/task/26817/stat : 26817 (java) R 26812 26815 24970 0 -1 4194368 5306 0 0 0 14 2 0 0 20 0 19 0 35562648 19452874752 16008 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
[pid=26815/tid=26826] ppid=26812 vsize=18996948 memory=16195 CPUtime=0 cores=4,6
/proc/26815/task/26826/stat : 26826 (Finalizer) S 26812 26815 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35562650 19452874752 16008 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
[pid=26815/tid=26833] ppid=26812 vsize=18996948 memory=58485492679654 CPUtime=0 cores=4,6
/proc/26815/task/26833/stat : 26833 (Common-Cleaner) S 26812 26815 24970 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 35562651 19452874752 16008 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
[pid=26815/tid=26834] ppid=26812 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/26815/task/26834/stat : 26834 (java) R 26812 26815 24970 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 35562668 19452874752 16008 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 64032 KiB

[startup+0.305807 s]*
/proc/loadavg: 4.32 4.23 4.13 7/343 26834
/proc/meminfo: memFree=117715020/131249996 swapFree=33010684/33010684
[pid=26815] ppid=26812 vsize=18996948 memory=75572 CPUtime=0.5 cores=4,6
/proc/26815/stat : 26815 (java) S 26812 26815 24970 0 -1 4194304 9008 0 0 0 48 2 0 0 20 0 19 0 35562647 19452874752 18893 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
/proc/26815/statm: 4749237 18893 5412 1 0 549487 0
[pid=26815/tid=26817] ppid=26812 vsize=18996948 memory=-6000919498543228525 CPUtime=0.26 cores=4,6
/proc/26815/task/26817/stat : 26817 (java) R 26812 26815 24970 0 -1 4194368 5361 0 0 0 24 2 0 0 20 0 19 0 35562648 19452874752 18893 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
[pid=26815/tid=26826] ppid=26812 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/26815/task/26826/stat : 26826 (Finalizer) S 26812 26815 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35562650 19452874752 18893 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
[pid=26815/tid=26833] ppid=26812 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/26815/task/26833/stat : 26833 (Common-Cleaner) S 26812 26815 24970 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 35562651 19452874752 18893 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
[pid=26815/tid=26834] ppid=26812 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/26815/task/26834/stat : 26834 (Timer-0) S 26812 26815 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35562668 19452874752 18893 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 75572 KiB

[startup+0.700234 s]
/proc/loadavg: 4.32 4.23 4.13 6/343 26834
/proc/meminfo: memFree=117714548/131249996 swapFree=33010684/33010684
[pid=26815] ppid=26812 vsize=18996948 memory=129676 CPUtime=1.27 cores=4,6
/proc/26815/stat : 26815 (java) S 26812 26815 24970 0 -1 4194304 15210 0 0 0 121 6 0 0 20 0 19 0 35562647 19452874752 32419 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
/proc/26815/statm: 4749237 32419 5412 1 0 553560 0
[pid=26815/tid=26817] ppid=26812 vsize=18996948 memory=17280 CPUtime=0.64 cores=4,6
/proc/26815/task/26817/stat : 26817 (java) R 26812 26815 24970 0 -1 4194368 5430 0 0 0 61 3 0 0 20 0 19 0 35562648 19452874752 32419 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
[pid=26815/tid=26826] ppid=26812 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/26815/task/26826/stat : 26826 (Finalizer) S 26812 26815 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35562650 19452874752 32419 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
[pid=26815/tid=26833] ppid=26812 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/26815/task/26833/stat : 26833 (Common-Cleaner) S 26812 26815 24970 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 35562651 19452874752 32419 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
[pid=26815/tid=26834] ppid=26812 vsize=18996948 memory=4764 CPUtime=0 cores=4,6
/proc/26815/task/26834/stat : 26834 (Timer-0) S 26812 26815 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35562668 19452874752 32419 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 129676 KiB

[startup+1.50023 s]
/proc/loadavg: 4.32 4.23 4.13 6/343 26834
/proc/meminfo: memFree=117650312/131249996 swapFree=33010684/33010684
[pid=26815] ppid=26812 vsize=19063512 memory=175676 CPUtime=2.85 cores=4,6
/proc/26815/stat : 26815 (java) S 26812 26815 24970 0 -1 4194304 21289 0 0 0 277 8 0 0 20 0 20 0 35562647 19521036288 43919 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
/proc/26815/statm: 4765878 43919 5476 1 0 553858 0
[pid=26815/tid=26817] ppid=26812 vsize=19063512 memory=0 CPUtime=1.42 cores=4,6
/proc/26815/task/26817/stat : 26817 (java) R 26812 26815 24970 0 -1 4194368 5790 0 0 0 137 5 0 0 20 0 20 0 35562648 19521036288 43919 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
[pid=26815/tid=26826] ppid=26812 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/26815/task/26826/stat : 26826 (Finalizer) S 26812 26815 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35562650 19521036288 43919 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
[pid=26815/tid=26833] ppid=26812 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/26815/task/26833/stat : 26833 (Common-Cleaner) S 26812 26815 24970 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 35562651 19521036288 43919 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
[pid=26815/tid=26834] ppid=26812 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/26815/task/26834/stat : 26834 (Timer-0) S 26812 26815 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35562668 19521036288 43919 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 175676 KiB

[startup+3.10608 s]
/proc/loadavg: 4.32 4.23 4.13 5/344 26835
/proc/meminfo: memFree=117630832/131249996 swapFree=33010684/33010684
[pid=26815] ppid=26812 vsize=19063512 memory=204896 CPUtime=4.83 cores=4,6
/proc/26815/stat : 26815 (java) S 26812 26815 24970 0 -1 4194304 22986 0 0 0 471 12 0 0 20 0 20 0 35562647 19521036288 51224 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
/proc/26815/statm: 4765878 51224 5476 1 0 553876 0
[pid=26815/tid=26817] ppid=26812 vsize=19063512 memory=10752 CPUtime=3 cores=4,6
/proc/26815/task/26817/stat : 26817 (java) R 26812 26815 24970 0 -1 4194368 6172 0 0 0 292 8 0 0 20 0 20 0 35562648 19521036288 51224 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
[pid=26815/tid=26826] ppid=26812 vsize=19063512 memory=-6000919498543228525 CPUtime=0 cores=4,6
/proc/26815/task/26826/stat : 26826 (Finalizer) S 26812 26815 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35562650 19521036288 51224 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
[pid=26815/tid=26833] ppid=26812 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/26815/task/26833/stat : 26833 (Common-Cleaner) S 26812 26815 24970 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 35562651 19521036288 51224 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
[pid=26815/tid=26834] ppid=26812 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/26815/task/26834/stat : 26834 (Timer-0) S 26812 26815 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35562668 19521036288 51224 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
Current children cumulated CPU time: 4.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 204896 KiB

[startup+6.30021 s]
/proc/loadavg: 4.29 4.22 4.13 5/344 26835
/proc/meminfo: memFree=117434472/131249996 swapFree=33010684/33010684
[pid=26815] ppid=26812 vsize=19063512 memory=413900 CPUtime=8.12 cores=4,6
/proc/26815/stat : 26815 (java) S 26812 26815 24970 0 -1 4194304 26761 0 0 0 794 18 0 0 20 0 20 0 35562647 19521036288 103475 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
/proc/26815/statm: 4765878 103475 5476 1 0 553877 0
[pid=26815/tid=26817] ppid=26812 vsize=19063512 memory=0 CPUtime=6.18 cores=4,6
/proc/26815/task/26817/stat : 26817 (java) R 26812 26815 24970 0 -1 4194368 6924 0 0 0 604 14 0 0 20 0 20 0 35562648 19521036288 103475 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
[pid=26815/tid=26826] ppid=26812 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/26815/task/26826/stat : 26826 (Finalizer) S 26812 26815 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35562650 19521036288 103475 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
[pid=26815/tid=26833] ppid=26812 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/26815/task/26833/stat : 26833 (Common-Cleaner) S 26812 26815 24970 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 35562651 19521036288 103475 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
[pid=26815/tid=26834] ppid=26812 vsize=19063512 memory=175804 CPUtime=0 cores=4,6
/proc/26815/task/26834/stat : 26834 (Timer-0) S 26812 26815 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35562668 19521036288 103475 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
Current children cumulated CPU time: 8.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 413900 KiB

[startup+12.7002 s]
/proc/loadavg: 4.35 4.24 4.14 5/344 26835
/proc/meminfo: memFree=117459024/131249996 swapFree=33010684/33010684
[pid=26815] ppid=26812 vsize=19063512 memory=610532 CPUtime=14.52 cores=4,6
/proc/26815/stat : 26815 (java) S 26812 26815 24970 0 -1 4194304 29005 0 0 0 1426 26 0 0 20 0 20 0 35562647 19521036288 152633 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
/proc/26815/statm: 4765878 152633 5476 1 0 553877 0
[pid=26815/tid=26817] ppid=26812 vsize=19063512 memory=175804 CPUtime=12.55 cores=4,6
/proc/26815/task/26817/stat : 26817 (java) R 26812 26815 24970 0 -1 4194368 7679 0 0 0 1234 21 0 0 20 0 20 0 35562648 19521036288 152633 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
[pid=26815/tid=26826] ppid=26812 vsize=19063512 memory=610532 CPUtime=0 cores=4,6
/proc/26815/task/26826/stat : 26826 (Finalizer) S 26812 26815 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35562650 19521036288 152633 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
[pid=26815/tid=26833] ppid=26812 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/26815/task/26833/stat : 26833 (Common-Cleaner) S 26812 26815 24970 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 35562651 19521036288 152633 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
[pid=26815/tid=26834] ppid=26812 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/26815/task/26834/stat : 26834 (Timer-0) S 26812 26815 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35562668 19521036288 152633 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
Current children cumulated CPU time: 14.52 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 610532 KiB

[startup+25.5002 s]
/proc/loadavg: 4.27 4.22 4.13 5/344 26835
/proc/meminfo: memFree=116764428/131249996 swapFree=33010684/33010684
[pid=26815] ppid=26812 vsize=19063512 memory=1151236 CPUtime=27.32 cores=4,6
/proc/26815/stat : 26815 (java) S 26812 26815 24970 0 -1 4194304 32535 0 0 0 2687 45 0 0 20 0 20 0 35562647 19521036288 287809 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
/proc/26815/statm: 4765878 287809 5476 1 0 553877 0
[pid=26815/tid=26817] ppid=26812 vsize=19063512 memory=610532 CPUtime=25.31 cores=4,6
/proc/26815/task/26817/stat : 26817 (java) R 26812 26815 24970 0 -1 4194368 9147 0 0 0 2491 40 0 0 20 0 20 0 35562648 19521036288 287809 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
[pid=26815/tid=26826] ppid=26812 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/26815/task/26826/stat : 26826 (Finalizer) S 26812 26815 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35562650 19521036288 287809 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
[pid=26815/tid=26833] ppid=26812 vsize=19063512 memory=-6000919498543228525 CPUtime=0 cores=4,6
/proc/26815/task/26833/stat : 26833 (Common-Cleaner) S 26812 26815 24970 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 35562651 19521036288 287809 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
[pid=26815/tid=26834] ppid=26812 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/26815/task/26834/stat : 26834 (Timer-0) S 26812 26815 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35562668 19521036288 287809 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
Current children cumulated CPU time: 27.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1151236 KiB

[startup+51.1058 s]
/proc/loadavg: 4.18 4.20 4.13 5/344 26835
/proc/meminfo: memFree=116386636/131249996 swapFree=33010684/33010684
[pid=26815] ppid=26812 vsize=19063512 memory=1313176 CPUtime=52.69 cores=4,6
/proc/26815/stat : 26815 (java) S 26812 26815 24970 0 -1 4194304 35085 0 0 0 5207 62 0 0 20 0 20 0 35562647 19521036288 328294 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
/proc/26815/statm: 4765878 328294 5508 1 0 553877 0
[pid=26815/tid=26817] ppid=26812 vsize=19063512 memory=14824 CPUtime=50.62 cores=4,6
/proc/26815/task/26817/stat : 26817 (java) R 26812 26815 24970 0 -1 4194368 9787 0 0 0 5006 56 0 0 20 0 20 0 35562648 19521036288 328294 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
[pid=26815/tid=26826] ppid=26812 vsize=19063512 memory=1313176 CPUtime=0 cores=4,6
/proc/26815/task/26826/stat : 26826 (Finalizer) S 26812 26815 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35562650 19521036288 328294 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
[pid=26815/tid=26833] ppid=26812 vsize=19063512 memory=1157508 CPUtime=0 cores=4,6
/proc/26815/task/26833/stat : 26833 (Common-Cleaner) S 26812 26815 24970 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 35562651 19521036288 328294 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
[pid=26815/tid=26834] ppid=26812 vsize=19063512 memory=610532 CPUtime=0 cores=4,6
/proc/26815/task/26834/stat : 26834 (Timer-0) S 26812 26815 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35562668 19521036288 328294 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
Current children cumulated CPU time: 52.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1313176 KiB

[startup+102.3 s]
/proc/loadavg: 4.19 4.20 4.13 6/344 26838
/proc/meminfo: memFree=115953820/131249996 swapFree=33010684/33010684
[pid=26815] ppid=26812 vsize=19063512 memory=1332356 CPUtime=104.62 cores=4,6
/proc/26815/stat : 26815 (java) S 26812 26815 24970 0 -1 4194304 46721 0 0 0 10373 89 0 0 20 0 20 0 35562647 19521036288 333089 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
/proc/26815/statm: 4765878 333089 5508 1 0 555471 0
[pid=26815/tid=26817] ppid=26812 vsize=19063512 memory=0 CPUtime=101.41 cores=4,6
/proc/26815/task/26817/stat : 26817 (java) R 26812 26815 24970 0 -1 4194368 11677 0 0 0 10061 80 0 0 20 0 20 0 35562648 19521036288 333089 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
[pid=26815/tid=26826] ppid=26812 vsize=19063512 memory=14824 CPUtime=0 cores=4,6
/proc/26815/task/26826/stat : 26826 (Finalizer) S 26812 26815 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35562650 19521036288 333089 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
[pid=26815/tid=26833] ppid=26812 vsize=19063512 memory=14824 CPUtime=0 cores=4,6
/proc/26815/task/26833/stat : 26833 (Common-Cleaner) S 26812 26815 24970 0 -1 4194368 106 0 0 0 0 0 0 0 20 0 20 0 35562651 19521036288 333089 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
[pid=26815/tid=26834] ppid=26812 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/26815/task/26834/stat : 26834 (Timer-0) S 26812 26815 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35562668 19521036288 333089 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
Current children cumulated CPU time: 104.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1332356 KiB

[startup+106.85 s]
# the end of solver process 26815 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=108.45 s, system=0.92939 s

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

[startup+102.4 s]
/proc/loadavg: 4.19 4.20 4.13 6/344 26838
/proc/meminfo: memFree=115953820/131249996 swapFree=33010684/33010684
[pid=26815] ppid=26812 vsize=19063512 memory=1332356 CPUtime=104.72 cores=4,6
/proc/26815/stat : 26815 (java) S 26812 26815 24970 0 -1 4194304 46721 0 0 0 10383 89 0 0 20 0 20 0 35562647 19521036288 333089 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
/proc/26815/statm: 4765878 333089 5508 1 0 555471 0
[pid=26815/tid=26817] ppid=26812 vsize=19063512 memory=5760 CPUtime=101.51 cores=4,6
/proc/26815/task/26817/stat : 26817 (java) R 26812 26815 24970 0 -1 4194368 11677 0 0 0 10071 80 0 0 20 0 20 0 35562648 19521036288 333089 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
[pid=26815/tid=26826] ppid=26812 vsize=19063512 memory=4380 CPUtime=0 cores=4,6
/proc/26815/task/26826/stat : 26826 (Finalizer) S 26812 26815 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35562650 19521036288 333089 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
[pid=26815/tid=26833] ppid=26812 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/26815/task/26833/stat : 26833 (Common-Cleaner) S 26812 26815 24970 0 -1 4194368 106 0 0 0 0 0 0 0 20 0 20 0 35562651 19521036288 333089 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
[pid=26815/tid=26834] ppid=26812 vsize=19063512 memory=5760 CPUtime=0 cores=4,6
/proc/26815/task/26834/stat : 26834 (Timer-0) S 26812 26815 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35562668 19521036288 333089 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
Current children cumulated CPU time: 104.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1332356 KiB

[startup+104 s]*
/proc/loadavg: 4.19 4.20 4.13 5/344 26838
/proc/meminfo: memFree=115946200/131249996 swapFree=33010684/33010684
[pid=26815] ppid=26812 vsize=19063512 memory=1332356 CPUtime=106.32 cores=4,6
/proc/26815/stat : 26815 (java) S 26812 26815 24970 0 -1 4194304 46721 0 0 0 10542 90 0 0 20 0 20 0 35562647 19521036288 333089 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
/proc/26815/statm: 4765878 333089 5508 1 0 555471 0
[pid=26815/tid=26817] ppid=26812 vsize=19063512 memory=-6000919498543228525 CPUtime=103.11 cores=4,6
/proc/26815/task/26817/stat : 26817 (java) R 26812 26815 24970 0 -1 4194368 11677 0 0 0 10230 81 0 0 20 0 20 0 35562648 19521036288 333089 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
[pid=26815/tid=26826] ppid=26812 vsize=19063512 memory=1315240 CPUtime=0 cores=4,6
/proc/26815/task/26826/stat : 26826 (Finalizer) S 26812 26815 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35562650 19521036288 333089 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
[pid=26815/tid=26833] ppid=26812 vsize=19063512 memory=1315240 CPUtime=0 cores=4,6
/proc/26815/task/26833/stat : 26833 (Common-Cleaner) S 26812 26815 24970 0 -1 4194368 106 0 0 0 0 0 0 0 20 0 20 0 35562651 19521036288 333089 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
[pid=26815/tid=26834] ppid=26812 vsize=19063512 memory=1315240 CPUtime=0 cores=4,6
/proc/26815/task/26834/stat : 26834 (Timer-0) S 26812 26815 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35562668 19521036288 333089 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
Current children cumulated CPU time: 106.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1332356 KiB

[startup+105.6 s]
/proc/loadavg: 4.18 4.20 4.13 5/344 26838
/proc/meminfo: memFree=115938136/131249996 swapFree=33010684/33010684
[pid=26815] ppid=26812 vsize=19063512 memory=1321500 CPUtime=107.91 cores=4,6
/proc/26815/stat : 26815 (java) S 26812 26815 24970 0 -1 4194304 46727 0 0 0 10700 91 0 0 20 0 20 0 35562647 19521036288 330375 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
/proc/26815/statm: 4765878 330375 5508 1 0 555471 0
[pid=26815/tid=26817] ppid=26812 vsize=19063512 memory=14824 CPUtime=104.7 cores=4,6
/proc/26815/task/26817/stat : 26817 (java) R 26812 26815 24970 0 -1 4194368 11677 0 0 0 10388 82 0 0 20 0 20 0 35562648 19521036288 330375 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
[pid=26815/tid=26826] ppid=26812 vsize=19063512 memory=17280 CPUtime=0 cores=4,6
/proc/26815/task/26826/stat : 26826 (Finalizer) S 26812 26815 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35562650 19521036288 330375 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
[pid=26815/tid=26833] ppid=26812 vsize=19063512 memory=129 CPUtime=0 cores=4,6
/proc/26815/task/26833/stat : 26833 (Common-Cleaner) S 26812 26815 24970 0 -1 4194368 106 0 0 0 0 0 0 0 20 0 20 0 35562651 19521036288 330375 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
[pid=26815/tid=26834] ppid=26812 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/26815/task/26834/stat : 26834 (Timer-0) S 26812 26815 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35562668 19521036288 330375 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
Current children cumulated CPU time: 107.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1321500 KiB

[startup+106.4 s]
/proc/loadavg: 4.18 4.20 4.13 5/344 26838
/proc/meminfo: memFree=115922268/131249996 swapFree=33010684/33010684
[pid=26815] ppid=26812 vsize=19063512 memory=1321500 CPUtime=108.75 cores=4,6
/proc/26815/stat : 26815 (java) S 26812 26815 24970 0 -1 4194304 46829 0 0 0 10784 91 0 0 20 0 20 0 35562647 19521036288 330375 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
/proc/26815/statm: 4765878 330375 5508 1 0 555471 0
[pid=26815/tid=26817] ppid=26812 vsize=19063512 memory=-6000919498543228525 CPUtime=105.5 cores=4,6
/proc/26815/task/26817/stat : 26817 (java) R 26812 26815 24970 0 -1 4194368 11774 0 0 0 10468 82 0 0 20 0 20 0 35562648 19521036288 330375 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
[pid=26815/tid=26826] ppid=26812 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/26815/task/26826/stat : 26826 (Finalizer) S 26812 26815 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35562650 19521036288 330375 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
[pid=26815/tid=26833] ppid=26812 vsize=19063512 memory=2092 CPUtime=0 cores=4,6
/proc/26815/task/26833/stat : 26833 (Common-Cleaner) S 26812 26815 24970 0 -1 4194368 106 0 0 0 0 0 0 0 20 0 20 0 35562651 19521036288 330375 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
[pid=26815/tid=26834] ppid=26812 vsize=19063512 memory=1321500 CPUtime=0 cores=4,6
/proc/26815/task/26834/stat : 26834 (Timer-0) S 26812 26815 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35562668 19521036288 330375 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
Current children cumulated CPU time: 108.75 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1321500 KiB

[startup+106.8 s]
/proc/loadavg: 4.18 4.20 4.13 5/344 26838
/proc/meminfo: memFree=115922268/131249996 swapFree=33010684/33010684
[pid=26815] ppid=26812 vsize=19196640 memory=1322652 CPUtime=109.34 cores=4,6
/proc/26815/stat : 26815 (java) S 26812 26815 24970 0 -1 4194304 48061 0 0 0 10842 92 0 0 20 0 20 0 35562647 19657359360 330663 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
/proc/26815/statm: 4799160 330663 5508 1 0 556105 0
[pid=26815/tid=26817] ppid=26812 vsize=19196640 memory=4355713781633543841 CPUtime=105.84 cores=4,6
/proc/26815/task/26817/stat : 26817 (java) S 26812 26815 24970 0 -1 4194368 12506 0 0 0 10501 83 0 0 20 0 20 0 35562648 19657359360 330663 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
[pid=26815/tid=26826] ppid=26812 vsize=19196640 memory=3456 CPUtime=0 cores=4,6
/proc/26815/task/26826/stat : 26826 (Finalizer) S 26812 26815 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35562650 19657359360 330663 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
[pid=26815/tid=26833] ppid=26812 vsize=19196640 memory=1792 CPUtime=0 cores=4,6
/proc/26815/task/26833/stat : 26833 (Common-Cleaner) S 26812 26815 24970 0 -1 4194368 106 0 0 0 0 0 0 0 20 0 20 0 35562651 19657359360 330663 18446744073709551615 94393576853504 94393576857200 140731046226880 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94393576865016 94393576865808 94393594675200 140731046234416 140731046234598 140731046234598 140731046240200 0
Current children cumulated CPU time: 109.34 s
Current children cumulated vsize: 19196640 KiB
Current children cumulated memory: 1322652 KiB

Child status: 20

Real time (s): 106.851
CPU time (s): 109.38
CPU user time (s): 108.45
CPU system time (s): 0.92939
CPU usage (%): 102.367
Max. virtual memory (cumulated for all children) (KiB): 19196640
Max. memory (cumulated for all children) (KiB): 1332356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 108.45
system time used= 0.92939
maximum resident set size= 1333048
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48276
page faults= 0
swaps= 0
block input operations= 0
block output operations= 459952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4688
involuntary context switches= 1180


# summary of solver processes directly reported to runsolver:
#   pid: 26815
#   total CPU time (s): 109.38
#   total CPU user time (s): 108.45
#   total CPU system time (s): 0.92939

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.201592 second user time and 0.595651 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-06-29 14:07:29
IDJOB=4510589
IDBENCH=160373
IDSOLVER=3364
FILE ID=nodeC017/4510589-1751198849
RUNJOBID= nodeC017-1751191606-24981
SLURM_JOB_ID= 9587581
Free space on /tmp= 433012 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid5x30split.cnf-plain.pb.metafix.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4510589-1751198849/watcher-4510589-1751198849 -o /tmp/evaluation-result-4510589-1751198849/solver-4510589-1751198849 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751191606-24981 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4510589-1751198849 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4510589-1751198849.opb

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

MD5SUM BENCH= dfd517fe2a9d65b237ac06e21bad695d
RANDOM SEED=1062549680

nodeC017 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.065
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	: 7000.12
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		: 3600.061
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	: 7000.12
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		: 3466.814
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	: 7000.12
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		: 3601.258
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	: 7000.12
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        117768024 kB
MemAvailable:   124410780 kB
Buffers:            3280 kB
Cached:          7443804 kB
SwapCached:            0 kB
Active:          5324052 kB
Inactive:        7190036 kB
Active(anon):    5085176 kB
Inactive(anon):        0 kB
Active(file):     238876 kB
Inactive(file):  7190036 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            128120 kB
Writeback:             0 kB
AnonPages:       5069504 kB
Mapped:           122764 kB
Shmem:             18080 kB
KReclaimable:     105768 kB
Slab:             196940 kB
SReclaimable:     105768 kB
SUnreclaim:        91172 kB
KernelStack:        5196 kB
PageTables:        13572 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7059104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151480 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4851712 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:      176852 kB
DirectMap2M:     6934528 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 433012 MiB
End job on nodeC017 at 2025-06-29 14:09:16