Trace number 4544344

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06? (TO) 3600.45 3094.16

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
extended-even-colouring/grids_rational_opb/normalized-ec_grid_rational_08_180.opb
MD5SUM5f9c71ef62aa1641b9bec64204b49f28
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.246393
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8643
Total number of constraints7204
Number of constraints which are clauses5762
Number of constraints which are cardinality constraints (but not clauses)1441
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint5762
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 5762
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 17286
Number of bits of the biggest sum of numbers15
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.10	c Free memory 		2104792832
0.00/0.10	c Max memory 		16282288128
0.11/0.10	c Total memory 		2113929216
0.11/0.10	c Number of processors 	2
0.11/0.14	c Pseudo Boolean Optimization by upper bound
0.11/0.14	c --- Begin Solver configuration ---
0.11/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.11/0.14	c Learn all clauses as in MiniSAT
0.11/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.14	c Expensive reason simplification
0.11/0.14	c Glucose 2.1 dynamic restart strategy
0.11/0.14	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.11/0.14	c timeout=2147483s
0.11/0.14	c DB Simplification allowed=false
0.11/0.14	c Listener: none
0.11/0.14	c --- End Solver configuration ---
0.11/0.14	c solving HOME/instance-4544344-1753233633.opb
0.11/0.14	c reading problem ... 
0.11/0.14	c using VERIPB proof format
0.11/0.14	c  no objective function found
0.30/0.28	c ... done. Wall clock time 0.145s.
0.30/0.28	c declared #vars     8643
0.30/0.28	c #constraints  8645
0.30/0.28	c constraints type 
0.30/0.28	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 5764
0.30/0.28	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2880
0.30/0.28	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.30/0.29	c 8645 constraints processed.
8.32/6.34	c cleaning 2500 clauses out of 5000 with flag 11550/5000
16.52/13.37	c cleaning 4251 clauses out of 8502 with flag 24849/11002
25.10/21.20	c cleaning 5622 clauses out of 11250 with flag 40186/18001
36.04/30.97	c cleaning 6814 clauses out of 13627 with flag 57567/26000
48.24/42.03	c cleaning 7904 clauses out of 15813 with flag 76794/35000
61.88/54.60	c cleaning 8955 clauses out of 17910 with flag 98645/45001
78.83/70.56	c cleaning 9977 clauses out of 19955 with flag 122476/56001
96.08/86.73	c cleaning 10984 clauses out of 21977 with flag 148821/68000
116.15/105.63	c cleaning 11995 clauses out of 23993 with flag 176440/81000
137.40/125.57	c cleaning 13000 clauses out of 25999 with flag 207402/95001
160.91/146.62	c cleaning 13989 clauses out of 27998 with flag 239646/110000
187.41/169.21	c cleaning 15005 clauses out of 30009 with flag 274210/126000
211.98/192.19	c cleaning 16003 clauses out of 32005 with flag 310793/143001
238.55/217.27	c cleaning 17001 clauses out of 34003 with flag 349456/161002
265.82/242.73	c cleaning 18000 clauses out of 36001 with flag 390740/180001
300.77/271.98	c cleaning 19000 clauses out of 38000 with flag 433904/200000
328.01/297.02	c cleaning 19995 clauses out of 40000 with flag 478784/221000
358.21/325.28	c cleaning 21004 clauses out of 42007 with flag 526574/243002
392.71/357.50	c cleaning 22000 clauses out of 44002 with flag 575654/266001
431.70/390.58	c cleaning 23000 clauses out of 46001 with flag 626359/290000
474.85/431.21	c cleaning 23997 clauses out of 48002 with flag 681354/315001
516.89/470.93	c cleaning 25001 clauses out of 50004 with flag 737482/341000
557.63/509.39	c cleaning 25997 clauses out of 52003 with flag 794933/368000
605.61/550.62	c cleaning 27001 clauses out of 54006 with flag 854864/396000
646.93/589.11	c cleaning 28003 clauses out of 56005 with flag 917312/425000
693.07/632.54	c cleaning 28998 clauses out of 58002 with flag 982293/455000
749.62/680.21	c cleaning 29997 clauses out of 60005 with flag 1049790/486001
799.83/726.95	c cleaning 31001 clauses out of 62007 with flag 1118424/518000
853.90/778.23	c cleaning 32001 clauses out of 64007 with flag 1189707/551001
916.26/830.99	c cleaning 33002 clauses out of 66005 with flag 1262467/585000
963.61/875.12	c cleaning 33999 clauses out of 68005 with flag 1337270/620002
1020.21/928.65	c cleaning 35002 clauses out of 70005 with flag 1413099/656001
1082.01/981.47	c cleaning 35996 clauses out of 72002 with flag 1492437/693000
1142.17/1038.02	c cleaning 36999 clauses out of 74006 with flag 1573391/731000
1218.72/1103.75	c cleaning 38001 clauses out of 76007 with flag 1659838/770000
1280.15/1161.68	c cleaning 39002 clauses out of 78007 with flag 1744711/810001
1349.39/1220.40	c cleaning 39996 clauses out of 80006 with flag 1831516/851002
1416.65/1284.05	c cleaning 40998 clauses out of 82008 with flag 1921863/893000
1504.19/1361.86	c cleaning 42001 clauses out of 84010 with flag 2013208/936000
1591.30/1445.02	c cleaning 42997 clauses out of 86009 with flag 2108770/980000
1668.92/1511.41	c cleaning 44001 clauses out of 88012 with flag 2204658/1025000
1749.25/1577.62	c cleaning 45000 clauses out of 90012 with flag 2302440/1071001
1824.23/1638.11	c cleaning 45999 clauses out of 92011 with flag 2403214/1118000
1900.26/1700.66	c cleaning 47007 clauses out of 94014 with flag 2506095/1166002
1979.98/1766.88	c cleaning 48003 clauses out of 96005 with flag 2611075/1215000
2060.42/1833.88	c cleaning 48995 clauses out of 98003 with flag 2717666/1265001
2144.94/1905.48	c cleaning 50003 clauses out of 100008 with flag 2826105/1316001
2230.89/1977.83	c cleaning 50997 clauses out of 102004 with flag 2937089/1368000
2321.56/2055.17	c cleaning 52001 clauses out of 104010 with flag 3050291/1421003
2411.94/2132.13	c cleaning 52999 clauses out of 106006 with flag 3165766/1475000
2515.77/2222.56	c cleaning 53996 clauses out of 108007 with flag 3286637/1530000
2617.23/2309.92	c cleaning 54999 clauses out of 110013 with flag 3406747/1586002
2726.31/2405.50	c cleaning 56006 clauses out of 112012 with flag 3528394/1643000
2839.18/2497.18	c cleaning 57001 clauses out of 114007 with flag 3651949/1701001
2969.83/2596.69	c cleaning 58003 clauses out of 116005 with flag 3777593/1760000
3121.90/2722.10	c cleaning 58995 clauses out of 118002 with flag 3907052/1820000
3270.27/2835.80	c cleaning 60002 clauses out of 120008 with flag 4038120/1881001
3385.72/2921.24	c cleaning 60998 clauses out of 122005 with flag 4170504/1943000
3516.48/3023.69	c cleaning 62003 clauses out of 124008 with flag 4304956/2006001
3600.27/3093.71	c timeout
3600.27/3093.71	c starts		: 27
3600.27/3093.73	c conflicts		: 2051477
3600.27/3093.73	c decisions		: 2949530
3600.27/3093.73	c propagations		: 2512139157
3600.27/3093.73	c inspects		: 3337390968
3600.27/3093.73	c shortcuts		: 0
3600.27/3093.73	c learnt literals	: 0
3600.27/3093.73	c learnt binary clauses	: 0
3600.27/3093.73	c learnt ternary clauses	: 0
3600.27/3093.73	c learnt constraints	: 2051477
3600.27/3093.73	c ignored constraints	: 0
3600.27/3093.73	c root simplifications	: 0
3600.27/3093.73	c removed literals (reason simplification)	: 11187518
3600.27/3093.73	c reason swapping (by a shorter reason)	: 0
3600.27/3093.73	c Calls to reduceDB	: 59
3600.27/3093.73	c Number of update (reduction) of LBD	: 83024
3600.27/3093.73	c Imported unit clauses	: 0
3600.27/3093.73	c No decision after first conflict	: false
3600.27/3093.73	c number of reductions to clauses (during analyze)	: 0
3600.27/3093.73	c number of learned constraints concerned by reduction	: 0
3600.27/3093.73	c number of learning phase by resolution	: 0
3600.27/3093.73	c number of learning phase by cutting planes	: 0
3600.27/3093.73	c number of rounding to 1 operations	: 0
3600.27/3093.73	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.27/3093.73	c number of reductions of the coefficients by power 2 	: 0
3600.27/3093.73	c number of right shift for reduction by power 2 	: 0
3600.27/3093.73	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.27/3093.73	c number of ending skipping 	: 0
3600.27/3093.73	c number of internal skipping 	: 0
3600.27/3093.73	c number of derivation steps 	: 0
3600.27/3093.73	c number of skipped derivation steps 	: 0
3600.27/3093.73	c number of remaining unassigned 	: 0
3600.27/3093.73	c number of remaining assigned 	: 0
3600.27/3093.73	c number of falsified literals weakened from reason	: 0
3600.27/3093.73	c number of falsified literals weakened from conflict	: 0
3600.27/3093.73	c time for arithmetic operations	: 0
3600.27/3093.73	c minimum degree of deleted constraints	: null
3600.27/3093.73	c maximum degree of deleted constraints	: null
3600.27/3093.73	c number of deleted constraints	: 0
3600.27/3093.73	c speed (assignments/second)	: 812086.2111714503
3600.27/3093.73	c non guided choices	: 9390
3600.27/3093.78	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 107481
3600.27/3093.78	s UNKNOWN
3600.27/3093.78	c Total wall clock time (in seconds): 3093.647

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=178345, runsolver pid=178325

[startup+0.100058 s]*
/proc/loadavg: 1.06 1.12 1.79 11/333 178410
/proc/meminfo: memFree=115667808/131250000 swapFree=33010416/33010684
[pid=178345] ppid=178325 vsize=18930384 memory=56984 CPUtime=0.11 cores=1,3
/proc/178345/stat : 178345 (java) S 178325 178345 178273 0 -1 4194304 6387 0 128 0 9 2 0 0 20 0 18 0 239043196 19384713216 14246 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
/proc/178345/statm: 4732596 14246 5302 1 0 547581 0
[pid=178345/tid=178377] ppid=178325 vsize=18930384 memory=4026532124 CPUtime=0.07 cores=1,3
/proc/178345/task/178377/stat : 178377 (java) R 178325 178345 178273 0 -1 4194368 4957 0 126 0 6 1 0 0 20 0 18 0 239043198 19384713216 14246 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
[pid=178345/tid=178395] ppid=178325 vsize=18930384 memory=18954 CPUtime=0 cores=1,3
/proc/178345/task/178395/stat : 178395 (Finalizer) S 178325 178345 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239043201 19384713216 14278 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
[pid=178345/tid=178410] ppid=178325 vsize=18930384 memory=60684515935208 CPUtime=0 cores=1,3
/proc/178345/task/178410/stat : 178410 (Common-Cleaner) S 178325 178345 178273 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 239043201 19384713216 14278 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 56984 KiB

[startup+0.205858 s]*
/proc/loadavg: 1.06 1.12 1.79 13/336 178413
/proc/meminfo: memFree=115509148/131250000 swapFree=33010416/33010684
[pid=178345] ppid=178325 vsize=18996948 memory=151600 CPUtime=0.3 cores=1,3
/proc/178345/stat : 178345 (java) S 178325 178345 178273 0 -1 4194304 6905 0 128 0 26 4 0 0 20 0 19 0 239043196 19452874752 37900 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
/proc/178345/statm: 4749237 37900 5430 1 0 548187 0
[pid=178345/tid=178377] ppid=178325 vsize=18996948 memory=4026990876 CPUtime=0.17 cores=1,3
/proc/178345/task/178377/stat : 178377 (java) S 178325 178345 178273 0 -1 4194368 5253 0 126 0 14 3 0 0 20 0 19 0 239043198 19452874752 37900 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
[pid=178345/tid=178395] ppid=178325 vsize=18996948 memory=18954 CPUtime=0 cores=1,3
/proc/178345/task/178395/stat : 178395 (Finalizer) S 178325 178345 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 239043201 19452874752 37900 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
[pid=178345/tid=178410] ppid=178325 vsize=18996948 memory=60684515935208 CPUtime=0 cores=1,3
/proc/178345/task/178410/stat : 178410 (Common-Cleaner) S 178325 178345 178273 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 239043201 19452874752 37900 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 151600 KiB

[startup+0.305965 s]*
/proc/loadavg: 1.06 1.12 1.79 11/338 178415
/proc/meminfo: memFree=115427168/131250000 swapFree=33010416/33010684
[pid=178345] ppid=178325 vsize=19063512 memory=156272 CPUtime=0.5 cores=1,3
/proc/178345/stat : 178345 (java) S 178325 178345 178273 0 -1 4194304 8519 0 128 0 45 5 0 0 20 0 20 0 239043196 19521036288 39068 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
/proc/178345/statm: 4765878 39068 5430 1 0 549673 0
[pid=178345/tid=178377] ppid=178325 vsize=19063512 memory=-8744696782398464700 CPUtime=0.25 cores=1,3
/proc/178345/task/178377/stat : 178377 (java) R 178325 178345 178273 0 -1 4194368 5303 0 126 0 22 3 0 0 20 0 20 0 239043198 19521036288 39068 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
[pid=178345/tid=178395] ppid=178325 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/178345/task/178395/stat : 178395 (Finalizer) S 178325 178345 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 39068 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
[pid=178345/tid=178410] ppid=178325 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/178345/task/178410/stat : 178410 (Common-Cleaner) S 178325 178345 178273 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 39068 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
[pid=178345/tid=178415] ppid=178325 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/178345/task/178415/stat : 178415 (java) R 178325 178345 178273 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 20 0 239043226 19521036288 39068 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 156272 KiB

[startup+0.70024 s]
/proc/loadavg: 1.06 1.12 1.79 9/339 178416
/proc/meminfo: memFree=115290120/131250000 swapFree=33010416/33010684
[pid=178345] ppid=178325 vsize=19063512 memory=200520 CPUtime=1.26 cores=1,3
/proc/178345/stat : 178345 (java) S 178325 178345 178273 0 -1 4194304 15166 0 128 0 118 8 0 0 20 0 20 0 239043196 19521036288 50130 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
/proc/178345/statm: 4765878 50130 5430 1 0 553017 0
[pid=178345/tid=178377] ppid=178325 vsize=19063512 memory=27264 CPUtime=0.56 cores=1,3
/proc/178345/task/178377/stat : 178377 (java) R 178325 178345 178273 0 -1 4194368 5362 0 126 0 52 4 0 0 20 0 20 0 239043198 19521036288 50130 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
[pid=178345/tid=178395] ppid=178325 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/178345/task/178395/stat : 178395 (Finalizer) S 178325 178345 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 50130 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
[pid=178345/tid=178410] ppid=178325 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/178345/task/178410/stat : 178410 (Common-Cleaner) S 178325 178345 178273 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 50130 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
[pid=178345/tid=178415] ppid=178325 vsize=19063512 memory=4760 CPUtime=0 cores=1,3
/proc/178345/task/178415/stat : 178415 (Timer-0) S 178325 178345 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239043226 19521036288 50130 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 200520 KiB

[startup+1.50025 s]
/proc/loadavg: 1.06 1.12 1.79 11/341 178418
/proc/meminfo: memFree=115106852/131250000 swapFree=33010416/33010684
[pid=178345] ppid=178325 vsize=19063512 memory=402100 CPUtime=2.76 cores=1,3
/proc/178345/stat : 178345 (java) S 178325 178345 178273 0 -1 4194304 15995 0 128 0 262 14 0 0 20 0 20 0 239043196 19521036288 100525 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
/proc/178345/statm: 4765878 100525 5430 1 0 807855 0
[pid=178345/tid=178377] ppid=178325 vsize=19063512 memory=10880 CPUtime=1.27 cores=1,3
/proc/178345/task/178377/stat : 178377 (java) R 178325 178345 178273 0 -1 4194368 5446 0 126 0 118 9 0 0 20 0 20 0 239043198 19521036288 100525 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
[pid=178345/tid=178395] ppid=178325 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/178345/task/178395/stat : 178395 (Finalizer) S 178325 178345 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 100525 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
[pid=178345/tid=178410] ppid=178325 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/178345/task/178410/stat : 178410 (Common-Cleaner) S 178325 178345 178273 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 100525 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
[pid=178345/tid=178415] ppid=178325 vsize=19063512 memory=4760 CPUtime=0 cores=1,3
/proc/178345/task/178415/stat : 178415 (Timer-0) S 178325 178345 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239043226 19521036288 100525 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
Current children cumulated CPU time: 2.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 402100 KiB

[startup+3.10584 s]
/proc/loadavg: 1.69 1.26 1.83 5/341 178418
/proc/meminfo: memFree=112733236/131250000 swapFree=33010416/33010684
[pid=178345] ppid=178325 vsize=19063512 memory=830472 CPUtime=4.66 cores=1,3
/proc/178345/stat : 178345 (java) S 178325 178345 178273 0 -1 4194304 16813 0 128 0 440 26 0 0 20 0 20 0 239043196 19521036288 207618 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
/proc/178345/statm: 4765878 207618 5430 1 0 1463794 0
[pid=178345/tid=178377] ppid=178325 vsize=19063512 memory=-8816754376436392636 CPUtime=2.68 cores=1,3
/proc/178345/task/178377/stat : 178377 (java) R 178325 178345 178273 0 -1 4194368 5570 0 126 0 252 16 0 0 20 0 20 0 239043198 19521036288 207618 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
[pid=178345/tid=178395] ppid=178325 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/178345/task/178395/stat : 178395 (Finalizer) S 178325 178345 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 207618 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
[pid=178345/tid=178410] ppid=178325 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/178345/task/178410/stat : 178410 (Common-Cleaner) S 178325 178345 178273 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 207618 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
[pid=178345/tid=178415] ppid=178325 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/178345/task/178415/stat : 178415 (Timer-0) S 178325 178345 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239043226 19521036288 207618 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
Current children cumulated CPU time: 4.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 830472 KiB

[startup+6.30021 s]
/proc/loadavg: 1.69 1.26 1.83 5/341 178418
/proc/meminfo: memFree=108788528/131250000 swapFree=33010416/33010684
[pid=178345] ppid=178325 vsize=19063512 memory=2178684 CPUtime=8.32 cores=1,3
/proc/178345/stat : 178345 (java) S 178325 178345 178273 0 -1 4194304 18508 0 128 0 774 58 0 0 20 0 20 0 239043196 19521036288 544671 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
/proc/178345/statm: 4765878 544671 5430 1 0 2257570 0
[pid=178345/tid=178377] ppid=178325 vsize=19063512 memory=0 CPUtime=5.5 cores=1,3
/proc/178345/task/178377/stat : 178377 (java) R 178325 178345 178273 0 -1 4194368 6035 0 126 0 511 39 0 0 20 0 20 0 239043198 19521036288 544671 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
[pid=178345/tid=178395] ppid=178325 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/178345/task/178395/stat : 178395 (Finalizer) S 178325 178345 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 544671 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
[pid=178345/tid=178410] ppid=178325 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/178345/task/178410/stat : 178410 (Common-Cleaner) S 178325 178345 178273 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 544671 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
[pid=178345/tid=178415] ppid=178325 vsize=19063512 memory=420588 CPUtime=0 cores=1,3
/proc/178345/task/178415/stat : 178415 (Timer-0) S 178325 178345 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239043226 19521036288 544671 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
Current children cumulated CPU time: 8.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2178684 KiB

[startup+12.7002 s]
/proc/loadavg: 2.20 1.38 1.86 6/341 178418
/proc/meminfo: memFree=104097900/131250000 swapFree=33010416/33010684
[pid=178345] ppid=178325 vsize=19063512 memory=3866272 CPUtime=15.85 cores=1,3
/proc/178345/stat : 178345 (java) S 178325 178345 178273 0 -1 4194304 22588 0 128 0 1487 98 0 0 20 0 20 0 239043196 19521036288 966568 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
/proc/178345/statm: 4765878 966568 5430 1 0 2454673 0
[pid=178345/tid=178377] ppid=178325 vsize=19063512 memory=420588 CPUtime=11.2 cores=1,3
/proc/178345/task/178377/stat : 178377 (java) R 178325 178345 178273 0 -1 4194368 6643 0 126 0 1053 67 0 0 20 0 20 0 239043198 19521036288 966568 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
[pid=178345/tid=178395] ppid=178325 vsize=19063512 memory=3139096 CPUtime=0 cores=1,3
/proc/178345/task/178395/stat : 178395 (Finalizer) S 178325 178345 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 966568 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
[pid=178345/tid=178410] ppid=178325 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/178345/task/178410/stat : 178410 (Common-Cleaner) S 178325 178345 178273 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 966568 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
[pid=178345/tid=178415] ppid=178325 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/178345/task/178415/stat : 178415 (Timer-0) S 178325 178345 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239043226 19521036288 966568 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
Current children cumulated CPU time: 15.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3866272 KiB

[startup+25.5003 s]
/proc/loadavg: 2.56 1.48 1.89 5/341 178418
/proc/meminfo: memFree=98456384/131250000 swapFree=33010416/33010684
[pid=178345] ppid=178325 vsize=19063512 memory=5122888 CPUtime=30.13 cores=1,3
/proc/178345/stat : 178345 (java) S 178325 178345 178273 0 -1 4194304 30417 0 128 0 2876 137 0 0 20 0 20 0 239043196 19521036288 1280722 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
/proc/178345/statm: 4765878 1280722 5430 1 0 2772192 0
[pid=178345/tid=178377] ppid=178325 vsize=19063512 memory=0 CPUtime=22.76 cores=1,3
/proc/178345/task/178377/stat : 178377 (java) R 178325 178345 178273 0 -1 4194368 8137 0 126 0 2185 91 0 0 20 0 20 0 239043198 19521036288 1280722 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
[pid=178345/tid=178395] ppid=178325 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/178345/task/178395/stat : 178395 (Finalizer) S 178325 178345 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 1280722 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
[pid=178345/tid=178410] ppid=178325 vsize=19063512 memory=27264 CPUtime=0 cores=1,3
/proc/178345/task/178410/stat : 178410 (Common-Cleaner) S 178325 178345 178273 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 1280722 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
[pid=178345/tid=178415] ppid=178325 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/178345/task/178415/stat : 178415 (Timer-0) S 178325 178345 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239043226 19521036288 1280722 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
Current children cumulated CPU time: 30.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5122888 KiB

[startup+51.1059 s]
/proc/loadavg: 3.46 1.78 1.98 5/342 178420
/proc/meminfo: memFree=87928144/131250000 swapFree=33010416/33010684
[pid=178345] ppid=178325 vsize=19063512 memory=8189940 CPUtime=58.02 cores=1,3
/proc/178345/stat : 178345 (java) S 178325 178345 178273 0 -1 4194304 34421 0 128 0 5571 231 0 0 20 0 20 0 239043196 19521036288 2047485 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
/proc/178345/statm: 4765878 2047485 5462 1 0 3085531 0
[pid=178345/tid=178377] ppid=178325 vsize=19063512 memory=7755752 CPUtime=46.19 cores=1,3
/proc/178345/task/178377/stat : 178377 (java) R 178325 178345 178273 0 -1 4194368 9895 0 126 0 4458 161 0 0 20 0 20 0 239043198 19521036288 2047485 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0

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

/proc/178345/task/178377/stat : 178377 (java) R 178325 178345 178273 0 -1 4194368 238833 0 126 0 251321 3252 0 0 20 0 20 0 239043198 19521036288 4069490 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
[pid=178345/tid=178395] ppid=178325 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/178345/task/178395/stat : 178395 (Finalizer) S 178325 178345 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 4069490 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
[pid=178345/tid=178410] ppid=178325 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/178345/task/178410/stat : 178410 (Common-Cleaner) S 178325 178345 178273 0 -1 4194368 2175 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 4069490 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
[pid=178345/tid=178415] ppid=178325 vsize=19063512 memory=16277960 CPUtime=0 cores=1,3
/proc/178345/task/178415/stat : 178415 (Timer-0) S 178325 178345 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239043226 19521036288 4069490 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
Current children cumulated CPU time: 3149.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16277960 KiB

[startup+2802.3 s]
/proc/loadavg: 4.99 4.95 4.78 6/344 178585
/proc/meminfo: memFree=920828/131250000 swapFree=33010160/33010684
[pid=178345] ppid=178325 vsize=19063512 memory=16278088 CPUtime=3222.6 cores=1,3
/proc/178345/stat : 178345 (java) S 178325 178345 178273 0 -1 4194304 509853 0 128 0 318601 3659 0 0 20 0 20 0 239043196 19521036288 4069522 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
/proc/178345/statm: 4765878 4069522 5494 1 0 4084005 0
[pid=178345/tid=178377] ppid=178325 vsize=19063512 memory=1920 CPUtime=2601.61 cores=1,3
/proc/178345/task/178377/stat : 178377 (java) R 178325 178345 178273 0 -1 4194368 245037 0 126 0 256852 3309 0 0 20 0 20 0 239043198 19521036288 4069522 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
[pid=178345/tid=178395] ppid=178325 vsize=19063512 memory=28160 CPUtime=0 cores=1,3
/proc/178345/task/178395/stat : 178395 (Finalizer) S 178325 178345 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 4069522 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
[pid=178345/tid=178410] ppid=178325 vsize=19063512 memory=16278088 CPUtime=0 cores=1,3
/proc/178345/task/178410/stat : 178410 (Common-Cleaner) S 178325 178345 178273 0 -1 4194368 2218 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 4069522 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
[pid=178345/tid=178415] ppid=178325 vsize=19063512 memory=16278088 CPUtime=0 cores=1,3
/proc/178345/task/178415/stat : 178415 (Timer-0) S 178325 178345 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239043226 19521036288 4069522 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
Current children cumulated CPU time: 3222.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16278088 KiB

[startup+2862.3 s]
/proc/loadavg: 5.08 4.99 4.81 5/343 178587
/proc/meminfo: memFree=802212/131250000 swapFree=33009904/33010684
[pid=178345] ppid=178325 vsize=19063512 memory=16278088 CPUtime=3299.86 cores=1,3
/proc/178345/stat : 178345 (java) S 178325 178345 178273 0 -1 4194304 518556 0 128 0 326255 3731 0 0 20 0 20 0 239043196 19521036288 4069522 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
/proc/178345/statm: 4765878 4069522 5494 1 0 4084005 0
[pid=178345/tid=178377] ppid=178325 vsize=19063512 memory=5276 CPUtime=2657.4 cores=1,3
/proc/178345/task/178377/stat : 178377 (java) S 178325 178345 178273 0 -1 4194368 250748 0 126 0 262367 3373 0 0 20 0 20 0 239043198 19521036288 4069522 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
[pid=178345/tid=178395] ppid=178325 vsize=19063512 memory=16278088 CPUtime=0 cores=1,3
/proc/178345/task/178395/stat : 178395 (Finalizer) S 178325 178345 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 4069522 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
[pid=178345/tid=178410] ppid=178325 vsize=19063512 memory=-8816754376436392636 CPUtime=0 cores=1,3
/proc/178345/task/178410/stat : 178410 (Common-Cleaner) S 178325 178345 178273 0 -1 4194368 2241 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 4069522 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
[pid=178345/tid=178415] ppid=178325 vsize=19063512 memory=16278088 CPUtime=0 cores=1,3
/proc/178345/task/178415/stat : 178415 (Timer-0) S 178325 178345 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239043226 19521036288 4069522 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
Current children cumulated CPU time: 3299.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16278088 KiB

[startup+2922.3 s]
/proc/loadavg: 5.25 5.06 4.85 5/343 178592
/proc/meminfo: memFree=899500/131250000 swapFree=33009904/33010684
[pid=178345] ppid=178325 vsize=19063512 memory=16278344 CPUtime=3386.82 cores=1,3
/proc/178345/stat : 178345 (java) S 178325 178345 178273 0 -1 4194304 533309 0 128 0 334868 3814 0 0 20 0 20 0 239043196 19521036288 4069586 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
/proc/178345/statm: 4765878 4069586 5494 1 0 4084046 0
[pid=178345/tid=178377] ppid=178325 vsize=19063512 memory=16278088 CPUtime=2712.45 cores=1,3
/proc/178345/task/178377/stat : 178377 (java) R 178325 178345 178273 0 -1 4194368 257935 0 126 0 267798 3447 0 0 20 0 20 0 239043198 19521036288 4069586 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
[pid=178345/tid=178395] ppid=178325 vsize=19063512 memory=16278088 CPUtime=0 cores=1,3
/proc/178345/task/178395/stat : 178395 (Finalizer) S 178325 178345 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 4069586 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
[pid=178345/tid=178410] ppid=178325 vsize=19063512 memory=16278344 CPUtime=0 cores=1,3
/proc/178345/task/178410/stat : 178410 (Common-Cleaner) S 178325 178345 178273 0 -1 4194368 2244 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 4069586 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
[pid=178345/tid=178415] ppid=178325 vsize=19063512 memory=16278344 CPUtime=0 cores=1,3
/proc/178345/task/178415/stat : 178415 (Timer-0) S 178325 178345 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239043226 19521036288 4069586 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
Current children cumulated CPU time: 3386.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16278344 KiB

[startup+2982.3 s]
/proc/loadavg: 4.96 5.01 4.84 5/342 178595
/proc/meminfo: memFree=1020092/131250000 swapFree=33009904/33010684
[pid=178345] ppid=178325 vsize=19063512 memory=16278344 CPUtime=3459.94 cores=1,3
/proc/178345/stat : 178345 (java) S 178325 178345 178273 0 -1 4194304 540731 0 128 0 342107 3887 0 0 20 0 20 0 239043196 19521036288 4069586 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
/proc/178345/statm: 4765878 4069586 5494 1 0 4084046 0
[pid=178345/tid=178377] ppid=178325 vsize=19063512 memory=14720 CPUtime=2768.22 cores=1,3
/proc/178345/task/178377/stat : 178377 (java) S 178325 178345 178273 0 -1 4194368 261706 0 126 0 273308 3514 0 0 20 0 20 0 239043198 19521036288 4069586 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
[pid=178345/tid=178395] ppid=178325 vsize=19063512 memory=16278344 CPUtime=0 cores=1,3
/proc/178345/task/178395/stat : 178395 (Finalizer) S 178325 178345 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 4069586 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
[pid=178345/tid=178410] ppid=178325 vsize=19063512 memory=16278344 CPUtime=0 cores=1,3
/proc/178345/task/178410/stat : 178410 (Common-Cleaner) S 178325 178345 178273 0 -1 4194368 2262 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 4069586 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
[pid=178345/tid=178415] ppid=178325 vsize=19063512 memory=16278344 CPUtime=0 cores=1,3
/proc/178345/task/178415/stat : 178415 (Timer-0) S 178325 178345 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239043226 19521036288 4069586 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
Current children cumulated CPU time: 3459.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16278344 KiB

[startup+3042.3 s]
/proc/loadavg: 4.91 4.99 4.85 5/343 178598
/proc/meminfo: memFree=1021400/131250000 swapFree=33009904/33010684
[pid=178345] ppid=178325 vsize=19063512 memory=16278344 CPUtime=3536.29 cores=1,3
/proc/178345/stat : 178345 (java) S 178325 178345 178273 0 -1 4194304 551523 0 128 0 349672 3957 0 0 20 0 20 0 239043196 19521036288 4069586 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
/proc/178345/statm: 4765878 4069586 5494 1 0 4084046 0
[pid=178345/tid=178377] ppid=178325 vsize=19063512 memory=16278344 CPUtime=2824.16 cores=1,3
/proc/178345/task/178377/stat : 178377 (java) R 178325 178345 178273 0 -1 4194368 268206 0 126 0 278838 3578 0 0 20 0 20 0 239043198 19521036288 4069586 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
[pid=178345/tid=178395] ppid=178325 vsize=19063512 memory=16278344 CPUtime=0 cores=1,3
/proc/178345/task/178395/stat : 178395 (Finalizer) S 178325 178345 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 4069586 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
[pid=178345/tid=178410] ppid=178325 vsize=19063512 memory=16278344 CPUtime=0 cores=1,3
/proc/178345/task/178410/stat : 178410 (Common-Cleaner) S 178325 178345 178273 0 -1 4194368 2283 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 4069586 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
[pid=178345/tid=178415] ppid=178325 vsize=19063512 memory=16278344 CPUtime=0 cores=1,3
/proc/178345/task/178415/stat : 178415 (Timer-0) S 178325 178345 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239043226 19521036288 4069586 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
Current children cumulated CPU time: 3536.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16278344 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3093.6 s]
/proc/loadavg: 5.08 5.02 4.87 5/343 178600
/proc/meminfo: memFree=908168/131250000 swapFree=33009904/33010684
[pid=178345] ppid=178325 vsize=19063512 memory=16278344 CPUtime=3600.07 cores=1,3
/proc/178345/stat : 178345 (java) S 178325 178345 178273 0 -1 4194304 558537 0 128 0 355988 4019 0 0 20 0 20 0 239043196 19521036288 4069586 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
/proc/178345/statm: 4765878 4069586 5494 1 0 4084046 0
[pid=178345/tid=178377] ppid=178325 vsize=19063512 memory=-8816754376436392636 CPUtime=2871.63 cores=1,3
/proc/178345/task/178377/stat : 178377 (java) S 178325 178345 178273 0 -1 4194368 271904 0 126 0 283528 3635 0 0 20 0 20 0 239043198 19521036288 4069586 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
[pid=178345/tid=178395] ppid=178325 vsize=19063512 memory=4760 CPUtime=0 cores=1,3
/proc/178345/task/178395/stat : 178395 (Finalizer) S 178325 178345 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 4069586 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
[pid=178345/tid=178410] ppid=178325 vsize=19063512 memory=2892 CPUtime=0 cores=1,3
/proc/178345/task/178410/stat : 178410 (Common-Cleaner) S 178325 178345 178273 0 -1 4194368 2304 0 0 0 0 0 0 0 20 0 20 0 239043201 19521036288 4069586 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
[pid=178345/tid=178415] ppid=178325 vsize=19063512 memory=21968 CPUtime=0 cores=1,3
/proc/178345/task/178415/stat : 178415 (Timer-0) S 178325 178345 178273 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239043226 19521036288 4069586 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16278344 KiB

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

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

# cumulated CPU time of all completed processes:  user=3560.2 s, system=40.2478 s

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

[startup+3094 s]*
/proc/loadavg: 5.08 5.02 4.87 4/339 178603
/proc/meminfo: memFree=849460/131250000 swapFree=33009904/33010684
[pid=178345] ppid=178325 vsize=19263204 memory=16279240 CPUtime=3600.4 cores=1,3
/proc/178345/stat : 178345 (java) S 178325 178345 178273 0 -1 4194304 560818 0 128 0 356020 4020 0 0 20 0 16 0 239043196 19725520896 4069810 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
/proc/178345/statm: 4815801 4069810 5494 1 0 4084985 0
[pid=178345/tid=178377] ppid=178325 vsize=19263204 memory=-8744696782398464700 CPUtime=2871.65 cores=1,3
/proc/178345/task/178377/stat : 178377 (java) D 178325 178345 178273 0 -1 4194368 272064 0 126 0 283530 3635 0 0 20 0 16 0 239043198 19725520896 4069810 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
[pid=178345/tid=178395] ppid=178325 vsize=19263204 memory=-7160581187115965819 CPUtime=0 cores=1,3
/proc/178345/task/178395/stat : 178395 (Finalizer) S 178325 178345 178273 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 16 0 239043201 19725520896 4069810 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
[pid=178345/tid=178410] ppid=178325 vsize=19263204 memory=16273528 CPUtime=0 cores=1,3
/proc/178345/task/178410/stat : 178410 (Common-Cleaner) S 178325 178345 178273 0 -1 4194368 2304 0 0 0 0 0 0 0 20 0 16 0 239043201 19725520896 4069810 18446744073709551615 93992080785408 93992080789104 140731622440240 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93992080796920 93992080797712 93992095334400 140731622447444 140731622447588 140731622447588 140731622453192 0
Current children cumulated CPU time: 3600.4 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 16279240 KiB

[startup+3094.11 s]*
/proc/loadavg: 5.08 5.02 4.87 5/325 178603
/proc/meminfo: memFree=7142800/131250000 swapFree=33009904/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3094.16
CPU time (s): 3600.45
CPU user time (s): 3560.2
CPU system time (s): 40.2478
CPU usage (%): 116.363
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 16279240

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3560.2
system time used= 40.2478
maximum resident set size= 16279368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 560847
page faults= 128
swaps= 0
block input operations= 8
block output operations= 104260872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 136324
involuntary context switches= 35785


# summary of solver processes directly reported to runsolver:
#   pid: 178345
#   total CPU time (s): 3600.45
#   total CPU user time (s): 3560.2
#   total CPU system time (s): 40.2478

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.36364 second user time and 16.1948 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-23 03:20:33
IDJOB=4544344
IDBENCH=175302
IDSOLVER=3364
FILE ID=nodeC027/4544344-1753233633
RUNJOBID= nodeC027-1753233633-178285
SLURM_JOB_ID= 9687850
Free space on /tmp= 432996 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/extended-even-colouring/grids_rational_opb/normalized-ec_grid_rational_08_180.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4544344-1753233633/watcher-4544344-1753233633 -o /tmp/evaluation-result-4544344-1753233633/solver-4544344-1753233633 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1753233633-178285 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4544344-1753233633 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4544344-1753233633.opb

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

MD5SUM BENCH= 5f9c71ef62aa1641b9bec64204b49f28
RANDOM SEED=377310218

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        115753552 kB
MemAvailable:   129680256 kB
Buffers:            2488 kB
Cached:         14692424 kB
SwapCached:            8 kB
Active:          1172436 kB
Inactive:       13595692 kB
Active(anon):      96680 kB
Inactive(anon):     2788 kB
Active(file):    1075756 kB
Inactive(file): 13592904 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              3376 kB
Writeback:             0 kB
AnonPages:         76732 kB
Mapped:           108560 kB
Shmem:             26252 kB
KReclaimable:     194164 kB
Slab:             290080 kB
SReclaimable:     194164 kB
SUnreclaim:        95916 kB
KernelStack:        4128 kB
PageTables:         2996 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:     349100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 263300 MiB
End job on nodeC027 at 2025-07-23 04:12:07