Trace number 4511237

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. 114.196 111.693

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/
EC_ODD_GRIDS/normalized-ECgrid5x30split.opb
MD5SUM2bb0b15a1713ed3ebed857cd771e5926
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 benchmark0.054925
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 constraints151
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)151
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 6
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.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	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-4511237-1751200635.opb
0.12/0.13	c reading problem ... 
0.12/0.13	c using VERIPB proof format
0.12/0.13	c  no objective function found
0.12/0.15	c ... done. Wall clock time 0.023s.
0.12/0.15	c declared #vars     301
0.12/0.15	c #constraints  302
0.12/0.15	c constraints type 
0.12/0.15	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.12/0.15	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 300
0.12/0.15	c 302 constraints processed.
0.71/0.47	c cleaning 2490 clauses out of 5000 with flag 19257/5000
1.27/0.74	c cleaning 4238 clauses out of 8511 with flag 50105/11001
1.87/1.03	c cleaning 5626 clauses out of 11276 with flag 90951/18004
2.25/1.24	c cleaning 6812 clauses out of 13647 with flag 135932/26001
2.65/1.45	c cleaning 7910 clauses out of 15836 with flag 185886/35002
2.95/1.68	c cleaning 8947 clauses out of 17926 with flag 243674/45002
3.41/1.95	c cleaning 9973 clauses out of 19977 with flag 311376/56000
3.82/2.32	c cleaning 10986 clauses out of 22005 with flag 388214/68001
4.11/2.66	c cleaning 11987 clauses out of 24018 with flag 464188/81000
4.52/3.05	c cleaning 12998 clauses out of 26031 with flag 543010/95000
4.92/3.49	c cleaning 14008 clauses out of 28034 with flag 631153/110001
5.42/4.00	c cleaning 14997 clauses out of 30027 with flag 723674/126002
6.05/4.53	c cleaning 15995 clauses out of 32028 with flag 820593/143000
6.68/5.13	c cleaning 17004 clauses out of 34033 with flag 920388/161000
7.37/5.82	c cleaning 18005 clauses out of 36029 with flag 1027890/180000
8.08/6.55	c cleaning 19000 clauses out of 38024 with flag 1138342/200000
8.87/7.33	c cleaning 19999 clauses out of 40025 with flag 1251576/221001
9.68/8.17	c cleaning 21005 clauses out of 42025 with flag 1370990/243000
10.58/9.04	c cleaning 22006 clauses out of 44021 with flag 1496166/266001
11.57/10.05	c cleaning 23007 clauses out of 46014 with flag 1628551/290000
12.67/11.20	c cleaning 23996 clauses out of 48007 with flag 1767560/315000
13.86/12.38	c cleaning 24996 clauses out of 50012 with flag 1905714/341001
15.27/13.71	c cleaning 25992 clauses out of 52016 with flag 2047069/368001
16.56/15.06	c cleaning 27005 clauses out of 54023 with flag 2193252/396000
17.95/16.48	c cleaning 28001 clauses out of 56019 with flag 2346487/425001
19.45/17.90	c cleaning 29001 clauses out of 58018 with flag 2500873/455001
20.85/19.39	c cleaning 29998 clauses out of 60016 with flag 2663375/486000
22.44/20.95	c cleaning 30999 clauses out of 62019 with flag 2824647/518001
24.14/22.68	c cleaning 32000 clauses out of 64020 with flag 2993919/551001
25.83/24.34	c cleaning 33002 clauses out of 66020 with flag 3156356/585001
27.64/26.10	c cleaning 34002 clauses out of 68019 with flag 3327425/620002
29.63/28.14	c cleaning 35002 clauses out of 70016 with flag 3501325/656001
31.63/30.19	c cleaning 36003 clauses out of 72013 with flag 3675864/693000
33.73/32.22	c cleaning 36998 clauses out of 74012 with flag 3852313/731002
35.75/34.36	c cleaning 37998 clauses out of 76013 with flag 4034461/770001
37.75/36.36	c cleaning 39002 clauses out of 78015 with flag 4211904/810001
40.04/38.68	c cleaning 40000 clauses out of 80013 with flag 4398722/851001
42.23/40.80	c cleaning 40998 clauses out of 82012 with flag 4584618/893000
44.33/42.91	c cleaning 42003 clauses out of 84014 with flag 4771055/936000
46.53/45.12	c cleaning 42999 clauses out of 86011 with flag 4959858/980000
48.72/47.38	c cleaning 43996 clauses out of 88012 with flag 5153417/1025000
50.92/49.59	c cleaning 44999 clauses out of 90016 with flag 5346657/1071000
53.71/52.32	c cleaning 45997 clauses out of 92018 with flag 5560471/1118001
56.41/55.08	c cleaning 47002 clauses out of 94020 with flag 5771377/1166000
59.50/58.15	c cleaning 48004 clauses out of 96019 with flag 5991399/1215001
62.49/61.13	c cleaning 49001 clauses out of 98014 with flag 6207255/1265000
65.69/64.36	c cleaning 50002 clauses out of 100013 with flag 6432767/1316000
68.90/67.63	c cleaning 51002 clauses out of 102011 with flag 6656638/1368000
72.10/70.88	c cleaning 51996 clauses out of 104010 with flag 6880542/1421001
75.89/74.66	c cleaning 53003 clauses out of 106013 with flag 7121906/1475000
79.88/78.67	c cleaning 54000 clauses out of 108012 with flag 7367052/1530002
83.78/82.59	c cleaning 54998 clauses out of 110010 with flag 7612405/1586000
88.17/86.94	c cleaning 56002 clauses out of 112012 with flag 7863161/1643000
93.46/92.29	c cleaning 57002 clauses out of 114010 with flag 8131619/1701000
99.40/98.27	c cleaning 57998 clauses out of 116009 with flag 8407928/1760001
104.02/102.86	c cleaning 59001 clauses out of 118011 with flag 8682719/1820001
109.02/106.65	c cleaning 60001 clauses out of 120008 with flag 8951153/1881000
112.97/110.52	c cleaning 60998 clauses out of 122006 with flag 9229494/1943000
114.09/111.61	c starts		: 2366
114.09/111.62	c conflicts		: 1969511
114.09/111.62	c decisions		: 2553288
114.09/111.62	c propagations		: 18599169
114.09/111.62	c inspects		: 2076397057
114.09/111.62	c shortcuts		: 0
114.09/111.62	c learnt literals	: 14
114.09/111.62	c learnt binary clauses	: 97
114.09/111.62	c learnt ternary clauses	: 421
114.09/111.62	c learnt constraints	: 1969496
114.09/111.62	c ignored constraints	: 0
114.09/111.62	c root simplifications	: 0
114.09/111.62	c removed literals (reason simplification)	: 2070937
114.09/111.62	c reason swapping (by a shorter reason)	: 0
114.09/111.62	c Calls to reduceDB	: 58
114.09/111.62	c Number of update (reduction) of LBD	: 442152
114.09/111.62	c Imported unit clauses	: 0
114.09/111.62	c No decision after first conflict	: false
114.09/111.62	c number of reductions to clauses (during analyze)	: 0
114.09/111.62	c number of learned constraints concerned by reduction	: 0
114.09/111.62	c number of learning phase by resolution	: 0
114.09/111.62	c number of learning phase by cutting planes	: 0
114.09/111.62	c number of rounding to 1 operations	: 0
114.09/111.62	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
114.09/111.62	c number of reductions of the coefficients by power 2 	: 0
114.09/111.62	c number of right shift for reduction by power 2 	: 0
114.09/111.62	c number of reductions of the coefficients by GCD over coefficients 	: 0
114.09/111.62	c number of ending skipping 	: 0
114.09/111.62	c number of internal skipping 	: 0
114.09/111.62	c number of derivation steps 	: 0
114.09/111.62	c number of skipped derivation steps 	: 0
114.09/111.62	c number of remaining unassigned 	: 0
114.09/111.62	c number of remaining assigned 	: 0
114.09/111.62	c number of falsified literals weakened from reason	: 0
114.09/111.62	c number of falsified literals weakened from conflict	: 0
114.09/111.62	c time for arithmetic operations	: 0
114.09/111.62	c minimum degree of deleted constraints	: null
114.09/111.62	c maximum degree of deleted constraints	: null
114.09/111.62	c number of deleted constraints	: 0
114.09/111.62	c speed (assignments/second)	: 166865.55956290037
114.09/111.62	c non guided choices	: 11360
114.09/111.67	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 87409
114.09/111.67	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 97
114.09/111.67	s UNSATISFIABLE
114.09/111.67	c Total wall clock time (in seconds): 111.539

Verifier Data

ERROR: no interpretation found !

Checking of UNSAT/OPT proofs:

VeriPB + CakePB

Wed Jul  2 15:28:01 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 (57882 MiB free)
  memory of node 1: 64507 MiB (61881 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4511237-1751200635/watcher-4511237-1751200635 -o /tmp/evaluation-result-4511237-1751200635/solver-4511237-1751200635 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751191606-24982 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4511237-1751200635 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4511237-1751200635.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=28107, runsolver pid=28104

[startup+0.100061 s]*
/proc/loadavg: 4.17 4.13 4.12 5/346 28125
/proc/meminfo: memFree=122616452/131249996 swapFree=33010684/33010684
[pid=28107] ppid=28104 vsize=18930384 memory=57852 CPUtime=0.12 cores=1,3
/proc/28107/stat : 28107 (java) S 28104 28107 24970 0 -1 4194304 6563 0 0 0 10 2 0 0 20 0 18 0 35741249 19384713216 14463 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
/proc/28107/statm: 4732596 14463 5366 1 0 547603 0
[pid=28107/tid=28109] ppid=28104 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/28107/task/28109/stat : 28109 (java) R 28104 28107 24970 0 -1 4194368 5056 0 0 0 6 1 0 0 20 0 18 0 35741250 19384713216 14463 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
[pid=28107/tid=28118] ppid=28104 vsize=18930384 memory=224227754321 CPUtime=0 cores=1,3
/proc/28107/task/28118/stat : 28118 (Finalizer) S 28104 28107 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 35741252 19384713216 14463 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
[pid=28107/tid=28125] ppid=28104 vsize=18930384 memory=59585004335488 CPUtime=0 cores=1,3
/proc/28107/task/28125/stat : 28125 (Common-Cleaner) S 28104 28107 24970 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 35741253 19384713216 14463 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57852 KiB

[startup+0.206038 s]*
/proc/loadavg: 4.17 4.13 4.12 7/347 28126
/proc/meminfo: memFree=122610340/131249996 swapFree=33010684/33010684
[pid=28107] ppid=28104 vsize=18996948 memory=64216 CPUtime=0.32 cores=1,3
/proc/28107/stat : 28107 (java) S 28104 28107 24970 0 -1 4194304 7089 0 0 0 30 2 0 0 20 0 19 0 35741249 19452874752 16054 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
/proc/28107/statm: 4749237 16054 5430 1 0 548222 0
[pid=28107/tid=28109] ppid=28104 vsize=18996948 memory=4026597660 CPUtime=0.18 cores=1,3
/proc/28107/task/28109/stat : 28109 (java) R 28104 28107 24970 0 -1 4194368 5339 0 0 0 16 2 0 0 20 0 19 0 35741250 19452874752 16054 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
[pid=28107/tid=28118] ppid=28104 vsize=18996948 memory=16195 CPUtime=0 cores=1,3
/proc/28107/task/28118/stat : 28118 (Finalizer) S 28104 28107 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35741252 19452874752 16054 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
[pid=28107/tid=28125] ppid=28104 vsize=18996948 memory=58485492679654 CPUtime=0 cores=1,3
/proc/28107/task/28125/stat : 28125 (Common-Cleaner) S 28104 28107 24970 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 35741253 19452874752 16054 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
[pid=28107/tid=28126] ppid=28104 vsize=18996948 memory=4121691101889588970 CPUtime=0 cores=1,3
/proc/28107/task/28126/stat : 28126 (Timer-0) S 28104 28107 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35741265 19452874752 16054 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 64216 KiB

[startup+0.305999 s]*
/proc/loadavg: 4.17 4.13 4.12 6/347 28126
/proc/meminfo: memFree=122609600/131249996 swapFree=33010684/33010684
[pid=28107] ppid=28104 vsize=18996948 memory=79748 CPUtime=0.51 cores=1,3
/proc/28107/stat : 28107 (java) S 28104 28107 24970 0 -1 4194304 10432 0 0 0 47 4 0 0 20 0 19 0 35741249 19452874752 19937 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
/proc/28107/statm: 4749237 19937 5430 1 0 550106 0
[pid=28107/tid=28109] ppid=28104 vsize=18996948 memory=-6000919489970529389 CPUtime=0.24 cores=1,3
/proc/28107/task/28109/stat : 28109 (java) R 28104 28107 24970 0 -1 4194368 5358 0 0 0 22 2 0 0 20 0 19 0 35741250 19452874752 19937 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
[pid=28107/tid=28118] ppid=28104 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/28107/task/28118/stat : 28118 (Finalizer) S 28104 28107 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35741252 19452874752 19937 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
[pid=28107/tid=28125] ppid=28104 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/28107/task/28125/stat : 28125 (Common-Cleaner) S 28104 28107 24970 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 35741253 19452874752 19937 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
[pid=28107/tid=28126] ppid=28104 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/28107/task/28126/stat : 28126 (Timer-0) S 28104 28107 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35741265 19452874752 19937 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 79748 KiB

[startup+0.700245 s]
/proc/loadavg: 4.17 4.13 4.12 6/347 28126
/proc/meminfo: memFree=122580968/131249996 swapFree=33010684/33010684
[pid=28107] ppid=28104 vsize=18996948 memory=139640 CPUtime=1.27 cores=1,3
/proc/28107/stat : 28107 (java) S 28104 28107 24970 0 -1 4194304 13700 0 0 0 121 6 0 0 20 0 19 0 35741249 19452874752 34910 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
/proc/28107/statm: 4749237 34910 5430 1 0 552600 0
[pid=28107/tid=28109] ppid=28104 vsize=18996948 memory=17280 CPUtime=0.6 cores=1,3
/proc/28107/task/28109/stat : 28109 (java) R 28104 28107 24970 0 -1 4194368 5427 0 0 0 57 3 0 0 20 0 19 0 35741250 19452874752 34910 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
[pid=28107/tid=28118] ppid=28104 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/28107/task/28118/stat : 28118 (Finalizer) S 28104 28107 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 35741252 19452874752 34910 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
[pid=28107/tid=28125] ppid=28104 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/28107/task/28125/stat : 28125 (Common-Cleaner) S 28104 28107 24970 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 35741253 19452874752 34910 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
[pid=28107/tid=28126] ppid=28104 vsize=18996948 memory=4764 CPUtime=0 cores=1,3
/proc/28107/task/28126/stat : 28126 (Timer-0) S 28104 28107 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 35741265 19452874752 34910 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 139640 KiB

[startup+1.50024 s]
/proc/loadavg: 4.17 4.13 4.12 6/348 28127
/proc/meminfo: memFree=122527720/131249996 swapFree=33010684/33010684
[pid=28107] ppid=28104 vsize=19063512 memory=171700 CPUtime=2.79 cores=1,3
/proc/28107/stat : 28107 (java) S 28104 28107 24970 0 -1 4194304 18500 0 0 0 271 8 0 0 20 0 20 0 35741249 19521036288 42925 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
/proc/28107/statm: 4765878 42925 5462 1 0 552908 0
[pid=28107/tid=28109] ppid=28104 vsize=19063512 memory=0 CPUtime=1.39 cores=1,3
/proc/28107/task/28109/stat : 28109 (java) R 28104 28107 24970 0 -1 4194368 5822 0 0 0 134 5 0 0 20 0 20 0 35741250 19521036288 42925 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
[pid=28107/tid=28118] ppid=28104 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/28107/task/28118/stat : 28118 (Finalizer) S 28104 28107 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35741252 19521036288 42925 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
[pid=28107/tid=28125] ppid=28104 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/28107/task/28125/stat : 28125 (Common-Cleaner) S 28104 28107 24970 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 35741253 19521036288 42925 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
[pid=28107/tid=28126] ppid=28104 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/28107/task/28126/stat : 28126 (Timer-0) S 28104 28107 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35741265 19521036288 42925 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 171700 KiB

[startup+3.10584 s]
/proc/loadavg: 4.17 4.13 4.12 5/348 28127
/proc/meminfo: memFree=122511704/131249996 swapFree=33010684/33010684
[pid=28107] ppid=28104 vsize=19063512 memory=212824 CPUtime=4.62 cores=1,3
/proc/28107/stat : 28107 (java) S 28104 28107 24970 0 -1 4194304 21544 0 0 0 451 11 0 0 20 0 20 0 35741249 19521036288 53206 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
/proc/28107/statm: 4765878 53206 5462 1 0 552910 0
[pid=28107/tid=28109] ppid=28104 vsize=19063512 memory=10752 CPUtime=2.97 cores=1,3
/proc/28107/task/28109/stat : 28109 (java) R 28104 28107 24970 0 -1 4194368 6116 0 0 0 290 7 0 0 20 0 20 0 35741250 19521036288 53206 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
[pid=28107/tid=28118] ppid=28104 vsize=19063512 memory=-6000919489970529389 CPUtime=0 cores=1,3
/proc/28107/task/28118/stat : 28118 (Finalizer) S 28104 28107 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35741252 19521036288 53206 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
[pid=28107/tid=28125] ppid=28104 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/28107/task/28125/stat : 28125 (Common-Cleaner) S 28104 28107 24970 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 35741253 19521036288 53206 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
[pid=28107/tid=28126] ppid=28104 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/28107/task/28126/stat : 28126 (Timer-0) S 28104 28107 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35741265 19521036288 53206 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
Current children cumulated CPU time: 4.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 212824 KiB

[startup+6.30021 s]
/proc/loadavg: 4.16 4.12 4.12 5/348 28127
/proc/meminfo: memFree=122349744/131249996 swapFree=33010684/33010684
[pid=28107] ppid=28104 vsize=19063512 memory=416072 CPUtime=7.87 cores=1,3
/proc/28107/stat : 28107 (java) S 28104 28107 24970 0 -1 4194304 22920 0 0 0 768 19 0 0 20 0 20 0 35741249 19521036288 104018 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
/proc/28107/statm: 4765878 104018 5462 1 0 552910 0
[pid=28107/tid=28109] ppid=28104 vsize=19063512 memory=0 CPUtime=6.15 cores=1,3
/proc/28107/task/28109/stat : 28109 (java) R 28104 28107 24970 0 -1 4194368 6868 0 0 0 600 15 0 0 20 0 20 0 35741250 19521036288 104018 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
[pid=28107/tid=28118] ppid=28104 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/28107/task/28118/stat : 28118 (Finalizer) S 28104 28107 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35741252 19521036288 104018 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
[pid=28107/tid=28125] ppid=28104 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/28107/task/28125/stat : 28125 (Common-Cleaner) S 28104 28107 24970 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 35741253 19521036288 104018 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
[pid=28107/tid=28126] ppid=28104 vsize=19063512 memory=171700 CPUtime=0 cores=1,3
/proc/28107/task/28126/stat : 28126 (Timer-0) S 28104 28107 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35741265 19521036288 104018 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
Current children cumulated CPU time: 7.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 416072 KiB

[startup+12.7002 s]
/proc/loadavg: 4.15 4.12 4.12 5/348 28127
/proc/meminfo: memFree=122218012/131249996 swapFree=33010684/33010684
[pid=28107] ppid=28104 vsize=19063512 memory=571724 CPUtime=14.26 cores=1,3
/proc/28107/stat : 28107 (java) S 28104 28107 24970 0 -1 4194304 25609 0 0 0 1399 27 0 0 20 0 20 0 35741249 19521036288 142931 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
/proc/28107/statm: 4765878 142931 5462 1 0 552910 0
[pid=28107/tid=28109] ppid=28104 vsize=19063512 memory=171700 CPUtime=12.52 cores=1,3
/proc/28107/task/28109/stat : 28109 (java) R 28104 28107 24970 0 -1 4194368 8002 0 0 0 1230 22 0 0 20 0 20 0 35741250 19521036288 142931 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
[pid=28107/tid=28118] ppid=28104 vsize=19063512 memory=547148 CPUtime=0 cores=1,3
/proc/28107/task/28118/stat : 28118 (Finalizer) S 28104 28107 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35741252 19521036288 142931 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
[pid=28107/tid=28125] ppid=28104 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/28107/task/28125/stat : 28125 (Common-Cleaner) S 28104 28107 24970 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 35741253 19521036288 142931 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
[pid=28107/tid=28126] ppid=28104 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/28107/task/28126/stat : 28126 (Timer-0) S 28104 28107 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35741265 19521036288 142931 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
Current children cumulated CPU time: 14.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 571724 KiB

[startup+25.5002 s]
/proc/loadavg: 4.11 4.12 4.12 5/325 28156
/proc/meminfo: memFree=123823304/131249996 swapFree=33010684/33010684
[pid=28107] ppid=28104 vsize=19063512 memory=952668 CPUtime=27.03 cores=1,3
/proc/28107/stat : 28107 (java) S 28104 28107 24970 0 -1 4194304 28130 0 0 0 2661 42 0 0 20 0 20 0 35741249 19521036288 238167 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
/proc/28107/statm: 4765878 238167 5462 1 0 552910 0
[pid=28107/tid=28109] ppid=28104 vsize=19063512 memory=547148 CPUtime=25.26 cores=1,3
/proc/28107/task/28109/stat : 28109 (java) R 28104 28107 24970 0 -1 4194368 9317 0 0 0 2489 37 0 0 20 0 20 0 35741250 19521036288 238167 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
[pid=28107/tid=28118] ppid=28104 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/28107/task/28118/stat : 28118 (Finalizer) S 28104 28107 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35741252 19521036288 238167 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
[pid=28107/tid=28125] ppid=28104 vsize=19063512 memory=952668 CPUtime=0 cores=1,3
/proc/28107/task/28125/stat : 28125 (Common-Cleaner) S 28104 28107 24970 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 35741253 19521036288 238167 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
[pid=28107/tid=28126] ppid=28104 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/28107/task/28126/stat : 28126 (Timer-0) S 28104 28107 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35741265 19521036288 238167 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
Current children cumulated CPU time: 27.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 952668 KiB

[startup+51.1059 s]
/proc/loadavg: 4.21 4.14 4.13 5/348 28393
/proc/meminfo: memFree=123321288/131249996 swapFree=33010684/33010684
[pid=28107] ppid=28104 vsize=19063512 memory=1311208 CPUtime=52.53 cores=1,3
/proc/28107/stat : 28107 (java) S 28104 28107 24970 0 -1 4194304 30165 0 0 0 5187 66 0 0 20 0 20 0 35741249 19521036288 327802 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
/proc/28107/statm: 4765878 327802 5494 1 0 552910 0
[pid=28107/tid=28109] ppid=28104 vsize=19063512 memory=1311208 CPUtime=50.7 cores=1,3
/proc/28107/task/28109/stat : 28109 (java) R 28104 28107 24970 0 -1 4194368 9680 0 0 0 5010 60 0 0 20 0 20 0 35741250 19521036288 327802 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
[pid=28107/tid=28118] ppid=28104 vsize=19063512 memory=1311208 CPUtime=0 cores=1,3
/proc/28107/task/28118/stat : 28118 (Finalizer) S 28104 28107 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35741252 19521036288 327802 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
[pid=28107/tid=28125] ppid=28104 vsize=19063512 memory=581964 CPUtime=0 cores=1,3
/proc/28107/task/28125/stat : 28125 (Common-Cleaner) S 28104 28107 24970 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 35741253 19521036288 327802 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
[pid=28107/tid=28126] ppid=28104 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/28107/task/28126/stat : 28126 (Timer-0) S 28104 28107 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35741265 19521036288 327802 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
Current children cumulated CPU time: 52.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1311208 KiB

[startup+102.3 s]
/proc/loadavg: 4.09 4.11 4.12 5/347 28394
/proc/meminfo: memFree=121809968/131249996 swapFree=33010684/33010684
[pid=28107] ppid=28104 vsize=19063512 memory=1311208 CPUtime=103.51 cores=1,3
/proc/28107/stat : 28107 (java) S 28104 28107 24970 0 -1 4194304 35993 0 0 0 10265 86 0 0 20 0 20 0 35741249 19521036288 327802 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
/proc/28107/statm: 4765878 327802 5494 1 0 552910 0
[pid=28107/tid=28109] ppid=28104 vsize=19063512 memory=1311208 CPUtime=101.59 cores=1,3
/proc/28107/task/28109/stat : 28109 (java) R 28104 28107 24970 0 -1 4194368 11894 0 0 0 10079 80 0 0 20 0 20 0 35741250 19521036288 327802 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
[pid=28107/tid=28118] ppid=28104 vsize=19063512 memory=1311208 CPUtime=0 cores=1,3
/proc/28107/task/28118/stat : 28118 (Finalizer) S 28104 28107 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35741252 19521036288 327802 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
[pid=28107/tid=28125] ppid=28104 vsize=19063512 memory=952668 CPUtime=0 cores=1,3
/proc/28107/task/28125/stat : 28125 (Common-Cleaner) S 28104 28107 24970 0 -1 4194368 84 0 0 0 0 0 0 0 20 0 20 0 35741253 19521036288 327802 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
[pid=28107/tid=28126] ppid=28104 vsize=19063512 memory=171700 CPUtime=0 cores=1,3
/proc/28107/task/28126/stat : 28126 (Timer-0) S 28104 28107 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35741265 19521036288 327802 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
Current children cumulated CPU time: 103.51 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1311208 KiB

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

# cumulated CPU time of all completed processes:  user=113.259 s, system=0.937191 s

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

[startup+102.4 s]
/proc/loadavg: 4.09 4.11 4.12 5/347 28394
/proc/meminfo: memFree=121809968/131249996 swapFree=33010684/33010684
[pid=28107] ppid=28104 vsize=19063512 memory=1311208 CPUtime=103.61 cores=1,3
/proc/28107/stat : 28107 (java) S 28104 28107 24970 0 -1 4194304 35996 0 0 0 10275 86 0 0 20 0 20 0 35741249 19521036288 327802 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
/proc/28107/statm: 4765878 327802 5494 1 0 552910 0
[pid=28107/tid=28109] ppid=28104 vsize=19063512 memory=1311208 CPUtime=101.69 cores=1,3
/proc/28107/task/28109/stat : 28109 (java) R 28104 28107 24970 0 -1 4194368 11897 0 0 0 10089 80 0 0 20 0 20 0 35741250 19521036288 327802 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
[pid=28107/tid=28118] ppid=28104 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/28107/task/28118/stat : 28118 (Finalizer) S 28104 28107 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35741252 19521036288 327802 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
[pid=28107/tid=28125] ppid=28104 vsize=19063512 memory=17280 CPUtime=0 cores=1,3
/proc/28107/task/28125/stat : 28125 (Common-Cleaner) S 28104 28107 24970 0 -1 4194368 84 0 0 0 0 0 0 0 20 0 20 0 35741253 19521036288 327802 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
[pid=28107/tid=28126] ppid=28104 vsize=19063512 memory=1311208 CPUtime=0 cores=1,3
/proc/28107/task/28126/stat : 28126 (Timer-0) S 28104 28107 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35741265 19521036288 327802 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
Current children cumulated CPU time: 103.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1311208 KiB

[startup+105.6 s]
/proc/loadavg: 4.08 4.11 4.11 5/347 28394
/proc/meminfo: memFree=121785304/131249996 swapFree=33010684/33010684
[pid=28107] ppid=28104 vsize=19063512 memory=1323780 CPUtime=107.35 cores=1,3
/proc/28107/stat : 28107 (java) S 28104 28107 24970 0 -1 4194304 44750 0 0 0 10646 89 0 0 20 0 20 0 35741249 19521036288 330945 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
/proc/28107/statm: 4765878 330945 5494 1 0 554353 0
[pid=28107/tid=28109] ppid=28104 vsize=19063512 memory=14824 CPUtime=104.87 cores=1,3
/proc/28107/task/28109/stat : 28109 (java) R 28104 28107 24970 0 -1 4194368 12774 0 0 0 10405 82 0 0 20 0 20 0 35741250 19521036288 330945 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
[pid=28107/tid=28118] ppid=28104 vsize=19063512 memory=-6000919489970529389 CPUtime=0 cores=1,3
/proc/28107/task/28118/stat : 28118 (Finalizer) S 28104 28107 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35741252 19521036288 330945 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
[pid=28107/tid=28125] ppid=28104 vsize=19063512 memory=1792 CPUtime=0 cores=1,3
/proc/28107/task/28125/stat : 28125 (Common-Cleaner) S 28104 28107 24970 0 -1 4194368 84 0 0 0 0 0 0 0 20 0 20 0 35741253 19521036288 330945 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
[pid=28107/tid=28126] ppid=28104 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/28107/task/28126/stat : 28126 (Timer-0) S 28104 28107 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35741265 19521036288 330945 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
Current children cumulated CPU time: 107.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1323780 KiB

[startup+108.8 s]
/proc/loadavg: 4.08 4.11 4.11 5/347 28395
/proc/meminfo: memFree=121742192/131249996 swapFree=33010684/33010684
[pid=28107] ppid=28104 vsize=19063512 memory=1331580 CPUtime=111.27 cores=1,3
/proc/28107/stat : 28107 (java) S 28104 28107 24970 0 -1 4194304 47584 0 0 0 11036 91 0 0 20 0 20 0 35741249 19521036288 332895 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
/proc/28107/statm: 4765878 332895 5494 1 0 555410 0
[pid=28107/tid=28109] ppid=28104 vsize=19063512 memory=0 CPUtime=108.06 cores=1,3
/proc/28107/task/28109/stat : 28109 (java) R 28104 28107 24970 0 -1 4194368 12824 0 0 0 10723 83 0 0 20 0 20 0 35741250 19521036288 332895 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
[pid=28107/tid=28118] ppid=28104 vsize=19063512 memory=1325572 CPUtime=0 cores=1,3
/proc/28107/task/28118/stat : 28118 (Finalizer) S 28104 28107 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35741252 19521036288 332895 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
[pid=28107/tid=28125] ppid=28104 vsize=19063512 memory=17280 CPUtime=0 cores=1,3
/proc/28107/task/28125/stat : 28125 (Common-Cleaner) S 28104 28107 24970 0 -1 4194368 84 0 0 0 0 0 0 0 20 0 20 0 35741253 19521036288 332895 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
[pid=28107/tid=28126] ppid=28104 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/28107/task/28126/stat : 28126 (Timer-0) S 28104 28107 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35741265 19521036288 332895 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
Current children cumulated CPU time: 111.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1331580 KiB

[startup+110.4 s]
/proc/loadavg: 4.08 4.11 4.11 5/347 28395
/proc/meminfo: memFree=121742360/131249996 swapFree=33010684/33010684
[pid=28107] ppid=28104 vsize=19063512 memory=1326896 CPUtime=112.87 cores=1,3
/proc/28107/stat : 28107 (java) S 28104 28107 24970 0 -1 4194304 47595 0 0 0 11195 92 0 0 20 0 20 0 35741249 19521036288 331724 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
/proc/28107/statm: 4765878 331724 5494 1 0 555410 0
[pid=28107/tid=28109] ppid=28104 vsize=19063512 memory=1331580 CPUtime=109.65 cores=1,3
/proc/28107/task/28109/stat : 28109 (java) R 28104 28107 24970 0 -1 4194368 12835 0 0 0 10882 83 0 0 20 0 20 0 35741250 19521036288 331724 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
[pid=28107/tid=28118] ppid=28104 vsize=19063512 memory=5188 CPUtime=0 cores=1,3
/proc/28107/task/28118/stat : 28118 (Finalizer) S 28104 28107 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35741252 19521036288 331724 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
[pid=28107/tid=28125] ppid=28104 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/28107/task/28125/stat : 28125 (Common-Cleaner) S 28104 28107 24970 0 -1 4194368 84 0 0 0 0 0 0 0 20 0 20 0 35741253 19521036288 331724 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
[pid=28107/tid=28126] ppid=28104 vsize=19063512 memory=17280 CPUtime=0 cores=1,3
/proc/28107/task/28126/stat : 28126 (Timer-0) S 28104 28107 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35741265 19521036288 331724 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
Current children cumulated CPU time: 112.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1326896 KiB

[startup+111.2 s]
/proc/loadavg: 4.08 4.11 4.11 5/347 28395
/proc/meminfo: memFree=121718172/131249996 swapFree=33010684/33010684
[pid=28107] ppid=28104 vsize=19063512 memory=1326896 CPUtime=113.67 cores=1,3
/proc/28107/stat : 28107 (java) S 28104 28107 24970 0 -1 4194304 47601 0 0 0 11275 92 0 0 20 0 20 0 35741249 19521036288 331724 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
/proc/28107/statm: 4765878 331724 5494 1 0 555410 0
[pid=28107/tid=28109] ppid=28104 vsize=19063512 memory=2432 CPUtime=110.45 cores=1,3
/proc/28107/task/28109/stat : 28109 (java) R 28104 28107 24970 0 -1 4194368 12838 0 0 0 10962 83 0 0 20 0 20 0 35741250 19521036288 331724 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
[pid=28107/tid=28118] ppid=28104 vsize=19063512 memory=1326896 CPUtime=0 cores=1,3
/proc/28107/task/28118/stat : 28118 (Finalizer) S 28104 28107 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35741252 19521036288 331724 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
[pid=28107/tid=28125] ppid=28104 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/28107/task/28125/stat : 28125 (Common-Cleaner) S 28104 28107 24970 0 -1 4194368 84 0 0 0 0 0 0 0 20 0 20 0 35741253 19521036288 331724 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
[pid=28107/tid=28126] ppid=28104 vsize=19063512 memory=14824 CPUtime=0 cores=1,3
/proc/28107/task/28126/stat : 28126 (Timer-0) S 28104 28107 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35741265 19521036288 331724 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
Current children cumulated CPU time: 113.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1326896 KiB

[startup+111.6 s]
/proc/loadavg: 4.08 4.11 4.11 5/347 28395
/proc/meminfo: memFree=121718172/131249996 swapFree=33010684/33010684
[pid=28107] ppid=28104 vsize=19063512 memory=1326896 CPUtime=114.09 cores=1,3
/proc/28107/stat : 28107 (java) S 28104 28107 24970 0 -1 4194304 47828 0 0 0 11317 92 0 0 20 0 20 0 35741249 19521036288 331724 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
/proc/28107/statm: 4765878 331724 5494 1 0 555410 0
[pid=28107/tid=28109] ppid=28104 vsize=19063512 memory=17280 CPUtime=110.83 cores=1,3
/proc/28107/task/28109/stat : 28109 (java) D 28104 28107 24970 0 -1 4194368 13033 0 0 0 10999 84 0 0 20 0 20 0 35741250 19521036288 331724 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
[pid=28107/tid=28118] ppid=28104 vsize=19063512 memory=-6000919489970529389 CPUtime=0 cores=1,3
/proc/28107/task/28118/stat : 28118 (Finalizer) S 28104 28107 24970 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 35741252 19521036288 331724 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
[pid=28107/tid=28125] ppid=28104 vsize=19063512 memory=2764 CPUtime=0 cores=1,3
/proc/28107/task/28125/stat : 28125 (Common-Cleaner) S 28104 28107 24970 0 -1 4194368 84 0 0 0 0 0 0 0 20 0 20 0 35741253 19521036288 331724 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
[pid=28107/tid=28126] ppid=28104 vsize=19063512 memory=21996 CPUtime=0 cores=1,3
/proc/28107/task/28126/stat : 28126 (Timer-0) S 28104 28107 24970 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 35741265 19521036288 331724 18446744073709551615 94068667027456 94068667031152 140722011578048 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94068667038968 94068667039760 94068690145280 140722011580720 140722011580902 140722011580902 140722011586504 0
Current children cumulated CPU time: 114.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1326896 KiB

Child status: 20

Real time (s): 111.693
CPU time (s): 114.196
CPU user time (s): 113.259
CPU system time (s): 0.937191
CPU usage (%): 102.241
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 1331580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 113.259
system time used= 0.937191
maximum resident set size= 1332740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48837
page faults= 0
swaps= 0
block input operations= 0
block output operations= 468160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5250
involuntary context switches= 1327


# summary of solver processes directly reported to runsolver:
#   pid: 28107
#   total CPU time (s): 114.196
#   total CPU user time (s): 113.259
#   total CPU system time (s): 0.937191

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.255298 second user time and 0.583566 second system time

The end

Launcher Data

Begin job on nodeC017 at 2025-06-29 14:37:15
IDJOB=4511237
IDBENCH=160433
IDSOLVER=3364
FILE ID=nodeC017/4511237-1751200635
RUNJOBID= nodeC017-1751191606-24982
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/EC_ODD_GRIDS/normalized-ECgrid5x30split.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4511237-1751200635/watcher-4511237-1751200635 -o /tmp/evaluation-result-4511237-1751200635/solver-4511237-1751200635 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1751191606-24982 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4511237-1751200635 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4511237-1751200635.opb

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

MD5SUM BENCH= 2bb0b15a1713ed3ebed857cd771e5926
RANDOM SEED=155482370

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.056
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.966
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		: 3674.335
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		: 3600.109
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		: 3600.063
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.069
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		: 3556.465
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		: 3600.221
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:        122638232 kB
MemAvailable:   125101140 kB
Buffers:            3280 kB
Cached:          3267376 kB
SwapCached:            0 kB
Active:          4629492 kB
Inactive:        3013632 kB
Active(anon):    4390616 kB
Inactive(anon):        0 kB
Active(file):     238876 kB
Inactive(file):  3013632 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            108696 kB
Writeback:             0 kB
AnonPages:       4374928 kB
Mapped:           122784 kB
Shmem:             18080 kB
KReclaimable:      98880 kB
Slab:             189212 kB
SReclaimable:      98880 kB
SUnreclaim:        90332 kB
KernelStack:        5312 kB
PageTables:        12184 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    7051688 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151544 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4179968 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:39:07