Trace number 4492984

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 2025-06-06? (TO) 3600.24 3583.42

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/roussel/normalized-pigeon-clauses-35-30.opb
MD5SUMda953313a09cceac0c8e3e7fb7d08ab4
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.26293
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1050
Total number of constraints17885
Number of constraints which are clauses17885
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint30
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 31
Number of bits of the biggest sum of numbers5
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.08	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/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.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4492984-1751150129.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  no objective function found
0.32/0.26	c ... done. Wall clock time 0.132s.
0.32/0.26	c declared #vars     1050
0.32/0.26	c #constraints  17885
0.32/0.26	c constraints type 
0.32/0.26	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 17850
0.32/0.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 35
0.32/0.26	c 17885 constraints processed.
1.83/1.13	c cleaning 2500 clauses out of 5001 with flag 34711/5001
2.62/1.80	c cleaning 4187 clauses out of 8502 with flag 72712/11002
4.81/3.75	c cleaning 5653 clauses out of 11314 with flag 150699/18001
6.78/5.63	c cleaning 6827 clauses out of 13660 with flag 245032/26000
10.44/9.25	c cleaning 7906 clauses out of 15834 with flag 359288/35001
15.41/14.16	c cleaning 8962 clauses out of 17930 with flag 487582/45003
19.56/18.27	c cleaning 9985 clauses out of 19969 with flag 592352/56004
24.39/22.93	c cleaning 10983 clauses out of 21981 with flag 679592/68001
29.93/28.46	c cleaning 11979 clauses out of 24000 with flag 790297/81003
38.02/36.44	c cleaning 12996 clauses out of 26020 with flag 906743/95002
48.39/46.76	c cleaning 14001 clauses out of 28023 with flag 1021809/110001
59.34/57.60	c cleaning 14997 clauses out of 30022 with flag 1138248/126001
72.04/70.19	c cleaning 15991 clauses out of 32025 with flag 1263245/143001
86.87/84.41	c cleaning 17003 clauses out of 34034 with flag 1388224/161001
100.23/97.74	c cleaning 17997 clauses out of 36030 with flag 1532128/180000
115.46/112.90	c cleaning 18993 clauses out of 38033 with flag 1691386/200000
135.80/133.15	c cleaning 20011 clauses out of 40040 with flag 1875803/221000
158.46/155.71	c cleaning 21012 clauses out of 42033 with flag 2096661/243004
180.97/178.16	c cleaning 21998 clauses out of 44017 with flag 2324226/266000
197.41/193.94	c cleaning 22986 clauses out of 46019 with flag 2509734/290000
218.12/214.62	c cleaning 24003 clauses out of 48033 with flag 2743927/315000
237.47/233.83	c cleaning 25007 clauses out of 50030 with flag 2944537/341000
267.11/263.31	c cleaning 26000 clauses out of 52024 with flag 3164965/368001
294.44/290.53	c cleaning 26997 clauses out of 54024 with flag 3401254/396001
315.28/311.21	c cleaning 27996 clauses out of 56027 with flag 3661897/425001
337.25/332.90	c cleaning 28996 clauses out of 58030 with flag 3976283/455000
357.84/352.82	c cleaning 30001 clauses out of 60034 with flag 4317460/486000
381.89/376.78	c cleaning 31013 clauses out of 62034 with flag 4639332/518001
407.08/401.80	c cleaning 31992 clauses out of 64021 with flag 4948505/551001
434.48/429.11	c cleaning 33007 clauses out of 66028 with flag 5285784/585000
461.69/456.01	c cleaning 33986 clauses out of 68021 with flag 5611147/620000
491.38/485.52	c cleaning 35005 clauses out of 70035 with flag 5944698/656000
530.38/523.73	c cleaning 35994 clauses out of 72030 with flag 6303157/693000
565.70/558.96	c cleaning 37004 clauses out of 74036 with flag 6678297/731000
603.11/596.01	c cleaning 37995 clauses out of 76033 with flag 7039928/770001
646.18/638.97	c cleaning 39001 clauses out of 78037 with flag 7389664/810000
698.83/691.29	c cleaning 40007 clauses out of 80036 with flag 7807909/851000
753.31/745.23	c cleaning 41002 clauses out of 82029 with flag 8225897/893000
792.38/782.95	c cleaning 42011 clauses out of 84028 with flag 8629397/936001
837.33/827.60	c cleaning 43006 clauses out of 86018 with flag 9110566/980002
884.60/874.71	c cleaning 43997 clauses out of 88010 with flag 9686662/1025000
953.53/943.59	c cleaning 45005 clauses out of 90015 with flag 10264895/1071002
1023.39/1013.10	c cleaning 45998 clauses out of 92011 with flag 10928872/1118003
1089.37/1078.81	c cleaning 46993 clauses out of 94010 with flag 11633458/1166000
1155.41/1144.62	c cleaning 47994 clauses out of 96017 with flag 12340970/1215000
1256.21/1243.96	c cleaning 48995 clauses out of 98023 with flag 13003632/1265000
1324.04/1311.74	c cleaning 50008 clauses out of 100028 with flag 13709678/1316000
1383.13/1370.55	c cleaning 51003 clauses out of 102020 with flag 14426351/1368000
1452.84/1440.09	c cleaning 51995 clauses out of 104017 with flag 15151100/1421000
1524.37/1511.45	c cleaning 53006 clauses out of 106023 with flag 15795865/1475001
1598.65/1585.51	c cleaning 53997 clauses out of 108016 with flag 16466691/1530000
1673.41/1660.10	c cleaning 55002 clauses out of 110020 with flag 17129811/1586001
1763.40/1749.95	c cleaning 56003 clauses out of 112018 with flag 17795709/1643001
1876.99/1863.45	c cleaning 56995 clauses out of 114014 with flag 18340160/1701000
1977.93/1964.21	c cleaning 57996 clauses out of 116020 with flag 18863512/1760001
2073.42/2059.53	c cleaning 59003 clauses out of 118023 with flag 19485279/1820000
2177.00/2161.80	c cleaning 60002 clauses out of 120021 with flag 20158961/1881001
2280.86/2265.41	c cleaning 61007 clauses out of 122019 with flag 20866271/1943001
2393.55/2377.99	c cleaning 62002 clauses out of 124012 with flag 21599452/2006001
2523.83/2508.21	c cleaning 62997 clauses out of 126010 with flag 22190126/2070001
2626.97/2611.04	c cleaning 64002 clauses out of 128012 with flag 22798427/2135000
2757.86/2741.78	c cleaning 64996 clauses out of 130010 with flag 23467031/2201000
2942.34/2926.33	c cleaning 65991 clauses out of 132014 with flag 24238512/2268000
3066.45/3050.28	c cleaning 67001 clauses out of 134023 with flag 24958526/2336000
3202.07/3185.77	c cleaning 68004 clauses out of 136025 with flag 25644046/2405003
3357.22/3340.71	c cleaning 69004 clauses out of 138019 with flag 26411737/2475001
3538.36/3521.71	c cleaning 70000 clauses out of 140016 with flag 27286683/2546002
3600.08/3583.31	c starts		: 826
3600.08/3583.32	c timeout
3600.08/3583.33	c conflicts		: 2578993
3600.08/3583.33	c decisions		: 3486941
3600.08/3583.33	c propagations		: 54550555
3600.08/3583.33	c inspects		: 12153657275
3600.08/3583.33	c shortcuts		: 0
3600.08/3583.33	c learnt literals	: 0
3600.08/3583.33	c learnt binary clauses	: 0
3600.08/3583.33	c learnt ternary clauses	: 0
3600.08/3583.33	c learnt constraints	: 2578993
3600.08/3583.33	c ignored constraints	: 0
3600.08/3583.33	c root simplifications	: 0
3600.08/3583.33	c removed literals (reason simplification)	: 61648791
3600.08/3583.33	c reason swapping (by a shorter reason)	: 0
3600.08/3583.33	c Calls to reduceDB	: 67
3600.08/3583.33	c Number of update (reduction) of LBD	: 1773674
3600.08/3583.33	c Imported unit clauses	: 0
3600.08/3583.33	c No decision after first conflict	: false
3600.08/3583.33	c number of reductions to clauses (during analyze)	: 0
3600.08/3583.33	c number of learned constraints concerned by reduction	: 0
3600.08/3583.33	c number of learning phase by resolution	: 0
3600.08/3583.33	c number of learning phase by cutting planes	: 0
3600.08/3583.33	c number of rounding to 1 operations	: 0
3600.08/3583.33	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3583.33	c number of reductions of the coefficients by power 2 	: 0
3600.08/3583.33	c number of right shift for reduction by power 2 	: 0
3600.08/3583.33	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3583.33	c number of ending skipping 	: 0
3600.08/3583.33	c number of internal skipping 	: 0
3600.08/3583.33	c number of derivation steps 	: 0
3600.08/3583.33	c number of skipped derivation steps 	: 0
3600.08/3583.33	c number of remaining unassigned 	: 0
3600.08/3583.33	c number of remaining assigned 	: 0
3600.08/3583.33	c number of falsified literals weakened from reason	: 0
3600.08/3583.33	c number of falsified literals weakened from conflict	: 0
3600.08/3583.33	c time for arithmetic operations	: 0
3600.08/3583.33	c minimum degree of deleted constraints	: null
3600.08/3583.33	c maximum degree of deleted constraints	: null
3600.08/3583.33	c number of deleted constraints	: 0
3600.08/3583.33	c speed (assignments/second)	: 15224.53377258434
3600.08/3583.33	c non guided choices	: 723
3600.08/3583.38	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 103007
3600.08/3583.38	s UNKNOWN
3600.08/3583.38	c Total wall clock time (in seconds): 3583.254

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4492984-1751150129/watcher-4492984-1751150129 -o /tmp/evaluation-result-4492984-1751150129/solver-4492984-1751150129 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751146546-14291 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4492984-1751150129.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 VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
solver pid=15146, runsolver pid=15143
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 4.30 4.20 4.13 5/337 15164
/proc/meminfo: memFree=115764076/131249996 swapFree=33010684/33010684
[pid=15146] ppid=15143 vsize=18930384 memory=59396 CPUtime=0.13 cores=1,3
/proc/15146/stat : 15146 (java) S 15143 15146 14279 0 -1 4194304 6488 0 0 0 11 2 0 0 20 0 18 0 30690631 19384713216 14849 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
/proc/15146/statm: 4732596 14849 5334 1 0 547620 0
[pid=15146/tid=15148] ppid=15143 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/15146/task/15148/stat : 15148 (java) R 15143 15146 14279 0 -1 4194368 5078 0 0 0 7 1 0 0 20 0 18 0 30690632 19384713216 14849 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
[pid=15146/tid=15157] ppid=15143 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/15146/task/15157/stat : 15157 (Finalizer) S 15143 15146 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30690634 19384713216 14849 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
[pid=15146/tid=15164] ppid=15143 vsize=18930384 memory=60684515966010 CPUtime=0 cores=1,3
/proc/15146/task/15164/stat : 15164 (Common-Cleaner) S 15143 15146 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30690635 19384713216 14849 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59396 KiB

[startup+0.205728 s]*
/proc/loadavg: 4.44 4.23 4.14 7/337 15164
/proc/meminfo: memFree=115751788/131249996 swapFree=33010684/33010684
[pid=15146] ppid=15143 vsize=18930384 memory=75476 CPUtime=0.32 cores=1,3
/proc/15146/stat : 15146 (java) S 15143 15146 14279 0 -1 4194304 6827 0 0 0 30 2 0 0 20 0 18 0 30690631 19384713216 18356 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
/proc/15146/statm: 4732596 18356 5430 1 0 547908 0
[pid=15146/tid=15148] ppid=15143 vsize=18930384 memory=4026532124 CPUtime=0.19 cores=1,3
/proc/15146/task/15148/stat : 15148 (java) R 15143 15146 14279 0 -1 4194368 5278 0 0 0 17 2 0 0 20 0 18 0 30690632 19384713216 18869 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
[pid=15146/tid=15157] ppid=15143 vsize=18930384 memory=16880 CPUtime=0 cores=1,3
/proc/15146/task/15157/stat : 15157 (Finalizer) S 15143 15146 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 30690634 19384713216 18869 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
[pid=15146/tid=15164] ppid=15143 vsize=18930384 memory=59585004307431 CPUtime=0 cores=1,3
/proc/15146/task/15164/stat : 15164 (Common-Cleaner) S 15143 15146 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 30690635 19384713216 18869 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 75476 KiB

[startup+0.30565 s]*
/proc/loadavg: 4.44 4.23 4.14 7/338 15165
/proc/meminfo: memFree=115727780/131249996 swapFree=33010684/33010684
[pid=15146] ppid=15143 vsize=18996948 memory=98124 CPUtime=0.52 cores=1,3
/proc/15146/stat : 15146 (java) S 15143 15146 14279 0 -1 4194304 8339 0 0 0 49 3 0 0 20 0 19 0 30690631 19452874752 24531 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
/proc/15146/statm: 4749237 24531 5430 1 0 549238 0
[pid=15146/tid=15148] ppid=15143 vsize=18996948 memory=-6000919494198388590 CPUtime=0.27 cores=1,3
/proc/15146/task/15148/stat : 15148 (java) R 15143 15146 14279 0 -1 4194368 5317 0 0 0 25 2 0 0 20 0 19 0 30690632 19452874752 24531 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
[pid=15146/tid=15157] ppid=15143 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/15146/task/15157/stat : 15157 (Finalizer) S 15143 15146 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30690634 19452874752 24531 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
[pid=15146/tid=15164] ppid=15143 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/15146/task/15164/stat : 15164 (Common-Cleaner) S 15143 15146 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30690635 19452874752 24531 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
[pid=15146/tid=15165] ppid=15143 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/15146/task/15165/stat : 15165 (Timer-0) S 15143 15146 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30690658 19452874752 24531 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 98124 KiB

[startup+0.700217 s]
/proc/loadavg: 4.44 4.23 4.14 6/338 15165
/proc/meminfo: memFree=115718896/131249996 swapFree=33010684/33010684
[pid=15146] ppid=15143 vsize=18996948 memory=113176 CPUtime=1.28 cores=1,3
/proc/15146/stat : 15146 (java) S 15143 15146 14279 0 -1 4194304 10745 0 0 0 124 4 0 0 20 0 19 0 30690631 19452874752 28294 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
/proc/15146/statm: 4749237 28294 5462 1 0 550839 0
[pid=15146/tid=15148] ppid=15143 vsize=18996948 memory=17408 CPUtime=0.63 cores=1,3
/proc/15146/task/15148/stat : 15148 (java) R 15143 15146 14279 0 -1 4194368 5332 0 0 0 61 2 0 0 20 0 19 0 30690632 19452874752 28294 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
[pid=15146/tid=15157] ppid=15143 vsize=18996948 memory=10752 CPUtime=0 cores=1,3
/proc/15146/task/15157/stat : 15157 (Finalizer) S 15143 15146 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30690634 19452874752 28294 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
[pid=15146/tid=15164] ppid=15143 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/15146/task/15164/stat : 15164 (Common-Cleaner) S 15143 15146 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30690635 19452874752 28294 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
[pid=15146/tid=15165] ppid=15143 vsize=18996948 memory=4764 CPUtime=0 cores=1,3
/proc/15146/task/15165/stat : 15165 (Timer-0) S 15143 15146 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30690658 19452874752 28294 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 113176 KiB

[startup+1.50022 s]
/proc/loadavg: 4.44 4.23 4.14 6/338 15165
/proc/meminfo: memFree=115707680/131249996 swapFree=33010684/33010684
[pid=15146] ppid=15143 vsize=18996948 memory=126492 CPUtime=2.28 cores=1,3
/proc/15146/stat : 15146 (java) S 15143 15146 14279 0 -1 4194304 14640 0 0 0 224 4 0 0 20 0 19 0 30690631 19452874752 31623 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
/proc/15146/statm: 4749237 31623 5462 1 0 551065 0
[pid=15146/tid=15148] ppid=15143 vsize=18996948 memory=10752 CPUtime=1.43 cores=1,3
/proc/15146/task/15148/stat : 15148 (java) R 15143 15146 14279 0 -1 4194368 6357 0 0 0 140 3 0 0 20 0 19 0 30690632 19452874752 31623 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
[pid=15146/tid=15157] ppid=15143 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/15146/task/15157/stat : 15157 (Finalizer) S 15143 15146 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 30690634 19452874752 31623 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
[pid=15146/tid=15164] ppid=15143 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/15146/task/15164/stat : 15164 (Common-Cleaner) S 15143 15146 14279 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 30690635 19452874752 31623 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
[pid=15146/tid=15165] ppid=15143 vsize=18996948 memory=4764 CPUtime=0 cores=1,3
/proc/15146/task/15165/stat : 15165 (Timer-0) S 15143 15146 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 30690658 19452874752 31623 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
Current children cumulated CPU time: 2.28 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 126492 KiB

[startup+3.10562 s]
/proc/loadavg: 4.44 4.23 4.14 5/339 15166
/proc/meminfo: memFree=115616416/131249996 swapFree=33010684/33010684
[pid=15146] ppid=15143 vsize=19063512 memory=198940 CPUtime=4.21 cores=1,3
/proc/15146/stat : 15146 (java) S 15143 15146 14279 0 -1 4194304 17827 0 0 0 415 6 0 0 20 0 20 0 30690631 19521036288 49735 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
/proc/15146/statm: 4765878 49735 5462 1 0 551386 0
[pid=15146/tid=15148] ppid=15143 vsize=19063512 memory=10752 CPUtime=2.99 cores=1,3
/proc/15146/task/15148/stat : 15148 (java) R 15143 15146 14279 0 -1 4194368 6550 0 0 0 296 3 0 0 20 0 20 0 30690632 19521036288 49735 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
[pid=15146/tid=15157] ppid=15143 vsize=19063512 memory=-6000919494198388590 CPUtime=0 cores=1,3
/proc/15146/task/15157/stat : 15157 (Finalizer) S 15143 15146 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30690634 19521036288 49735 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
[pid=15146/tid=15164] ppid=15143 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/15146/task/15164/stat : 15164 (Common-Cleaner) S 15143 15146 14279 0 -1 4194368 36 0 0 0 0 0 0 0 20 0 20 0 30690635 19521036288 49735 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
[pid=15146/tid=15165] ppid=15143 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/15146/task/15165/stat : 15165 (Timer-0) S 15143 15146 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30690658 19521036288 49735 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
Current children cumulated CPU time: 4.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 198940 KiB

[startup+6.30021 s]
/proc/loadavg: 4.40 4.22 4.14 8/338 15232
/proc/meminfo: memFree=122461088/131249996 swapFree=33010684/33010684
[pid=15146] ppid=15143 vsize=19063512 memory=274640 CPUtime=7.48 cores=1,3
/proc/15146/stat : 15146 (java) S 15143 15146 14279 0 -1 4194304 17999 0 0 0 740 8 0 0 20 0 20 0 30690631 19521036288 68660 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
/proc/15146/statm: 4765878 68660 5462 1 0 551386 0
[pid=15146/tid=15148] ppid=15143 vsize=19063512 memory=0 CPUtime=6.1 cores=1,3
/proc/15146/task/15148/stat : 15148 (java) R 15143 15146 14279 0 -1 4194368 6582 0 0 0 607 3 0 0 20 0 20 0 30690632 19521036288 68660 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
[pid=15146/tid=15157] ppid=15143 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/15146/task/15157/stat : 15157 (Finalizer) S 15143 15146 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30690634 19521036288 68660 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
[pid=15146/tid=15164] ppid=15143 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/15146/task/15164/stat : 15164 (Common-Cleaner) S 15143 15146 14279 0 -1 4194368 36 0 0 0 0 0 0 0 20 0 20 0 30690635 19521036288 68660 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
[pid=15146/tid=15165] ppid=15143 vsize=19063512 memory=130716 CPUtime=0 cores=1,3
/proc/15146/task/15165/stat : 15165 (Timer-0) S 15143 15146 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30690658 19521036288 68660 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
Current children cumulated CPU time: 7.48 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 274640 KiB

[startup+12.7002 s]
/proc/loadavg: 4.45 4.24 4.14 5/338 15233
/proc/meminfo: memFree=122131376/131249996 swapFree=33010684/33010684
[pid=15146] ppid=15143 vsize=19063512 memory=436620 CPUtime=14 cores=1,3
/proc/15146/stat : 15146 (java) S 15143 15146 14279 0 -1 4194304 19804 0 0 0 1389 11 0 0 20 0 20 0 30690631 19521036288 109155 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
/proc/15146/statm: 4765878 109155 5462 1 0 551386 0
[pid=15146/tid=15148] ppid=15143 vsize=19063512 memory=130716 CPUtime=12.34 cores=1,3
/proc/15146/task/15148/stat : 15148 (java) R 15143 15146 14279 0 -1 4194368 7320 0 0 0 1231 3 0 0 20 0 20 0 30690632 19521036288 109155 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
[pid=15146/tid=15157] ppid=15143 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/15146/task/15157/stat : 15157 (Finalizer) S 15143 15146 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30690634 19521036288 109155 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
[pid=15146/tid=15164] ppid=15143 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/15146/task/15164/stat : 15164 (Common-Cleaner) S 15143 15146 14279 0 -1 4194368 36 0 0 0 0 0 0 0 20 0 20 0 30690635 19521036288 109155 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
[pid=15146/tid=15165] ppid=15143 vsize=19063512 memory=-6000919494198388590 CPUtime=0 cores=1,3
/proc/15146/task/15165/stat : 15165 (Timer-0) S 15143 15146 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30690658 19521036288 109155 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
Current children cumulated CPU time: 14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 436620 KiB

[startup+25.5002 s]
/proc/loadavg: 4.38 4.23 4.14 5/338 15233
/proc/meminfo: memFree=121627324/131249996 swapFree=33010684/33010684
[pid=15146] ppid=15143 vsize=19063512 memory=713152 CPUtime=27.02 cores=1,3
/proc/15146/stat : 15146 (java) S 15143 15146 14279 0 -1 4194304 22460 0 0 0 2684 18 0 0 20 0 20 0 30690631 19521036288 178288 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
/proc/15146/statm: 4765878 178288 5462 1 0 551386 0
[pid=15146/tid=15148] ppid=15143 vsize=19063512 memory=0 CPUtime=24.86 cores=1,3
/proc/15146/task/15148/stat : 15148 (java) S 15143 15146 14279 0 -1 4194368 8397 0 0 0 2482 4 0 0 20 0 20 0 30690632 19521036288 178288 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
[pid=15146/tid=15157] ppid=15143 vsize=19063512 memory=674204 CPUtime=0 cores=1,3
/proc/15146/task/15157/stat : 15157 (Finalizer) S 15143 15146 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30690634 19521036288 178288 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
[pid=15146/tid=15164] ppid=15143 vsize=19063512 memory=-6000919494198388590 CPUtime=0 cores=1,3
/proc/15146/task/15164/stat : 15164 (Common-Cleaner) S 15143 15146 14279 0 -1 4194368 36 0 0 0 0 0 0 0 20 0 20 0 30690635 19521036288 178288 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
[pid=15146/tid=15165] ppid=15143 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/15146/task/15165/stat : 15165 (Timer-0) S 15143 15146 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30690658 19521036288 178288 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
Current children cumulated CPU time: 27.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 713152 KiB

[startup+51.1056 s]
/proc/loadavg: 4.23 4.21 4.14 5/338 15233
/proc/meminfo: memFree=120546556/131249996 swapFree=33010684/33010684
[pid=15146] ppid=15143 vsize=19063512 memory=1193440 CPUtime=52.86 cores=1,3
/proc/15146/stat : 15146 (java) S 15143 15146 14279 0 -1 4194304 23752 0 0 0 5258 28 0 0 20 0 20 0 30690631 19521036288 298360 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
/proc/15146/statm: 4765878 298360 5462 1 0 657905 0
[pid=15146/tid=15148] ppid=15143 vsize=19063512 memory=1101276 CPUtime=50.09 cores=1,3
/proc/15146/task/15148/stat : 15148 (java) R 15143 15146 14279 0 -1 4194368 8571 0 0 0 5004 5 0 0 20 0 20 0 30690632 19521036288 298360 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
[pid=15146/tid=15157] ppid=15143 vsize=19063512 memory=3328 CPUtime=0 cores=1,3

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

/proc/15146/task/15157/stat : 15157 (Finalizer) S 15143 15146 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30690634 19521036288 1613295 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
[pid=15146/tid=15164] ppid=15143 vsize=19063512 memory=6371244 CPUtime=0 cores=1,3
/proc/15146/task/15164/stat : 15164 (Common-Cleaner) S 15143 15146 14279 0 -1 4194368 969 0 0 0 0 0 0 0 20 0 20 0 30690635 19521036288 1613295 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
[pid=15146/tid=15165] ppid=15143 vsize=19063512 memory=14384 CPUtime=0 cores=1,3
/proc/15146/task/15165/stat : 15165 (Timer-0) S 15143 15146 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30690658 19521036288 1613295 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
Current children cumulated CPU time: 3238.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6453180 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/341 15546
/proc/meminfo: memFree=102238028/131249996 swapFree=33010684/33010684
[pid=15146] ppid=15143 vsize=19063512 memory=6453180 CPUtime=3298.66 cores=1,3
/proc/15146/stat : 15146 (java) S 15143 15146 14279 0 -1 4194304 164568 0 0 0 329624 242 0 0 20 0 20 0 30690631 19521036288 1613295 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
/proc/15146/statm: 4765878 1613295 5526 1 0 2071735 0
[pid=15146/tid=15148] ppid=15143 vsize=19063512 memory=6453180 CPUtime=3257.57 cores=1,3
/proc/15146/task/15148/stat : 15148 (java) R 15143 15146 14279 0 -1 4194368 83302 0 0 0 325716 41 0 0 20 0 20 0 30690632 19521036288 1613295 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
[pid=15146/tid=15157] ppid=15143 vsize=19063512 memory=6453180 CPUtime=0 cores=1,3
/proc/15146/task/15157/stat : 15157 (Finalizer) S 15143 15146 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30690634 19521036288 1613295 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
[pid=15146/tid=15164] ppid=15143 vsize=19063512 memory=6453180 CPUtime=0 cores=1,3
/proc/15146/task/15164/stat : 15164 (Common-Cleaner) S 15143 15146 14279 0 -1 4194368 969 0 0 0 0 0 0 0 20 0 20 0 30690635 19521036288 1613295 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
[pid=15146/tid=15165] ppid=15143 vsize=19063512 memory=6453180 CPUtime=0 cores=1,3
/proc/15146/task/15165/stat : 15165 (Timer-0) S 15143 15146 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30690658 19521036288 1613295 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
Current children cumulated CPU time: 3298.66 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6453180 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.11 4.09 5/341 15549
/proc/meminfo: memFree=101450684/131249996 swapFree=33010684/33010684
[pid=15146] ppid=15143 vsize=19063512 memory=6670268 CPUtime=3358.82 cores=1,3
/proc/15146/stat : 15146 (java) S 15143 15146 14279 0 -1 4194304 167258 0 0 0 335634 248 0 0 20 0 20 0 30690631 19521036288 1667567 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
/proc/15146/statm: 4765878 1667567 5526 1 0 2071735 0
[pid=15146/tid=15148] ppid=15143 vsize=19063512 memory=6670268 CPUtime=3317.13 cores=1,3
/proc/15146/task/15148/stat : 15148 (java) R 15143 15146 14279 0 -1 4194368 84815 0 0 0 331672 41 0 0 20 0 20 0 30690632 19521036288 1667567 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
[pid=15146/tid=15157] ppid=15143 vsize=19063512 memory=6670268 CPUtime=0 cores=1,3
/proc/15146/task/15157/stat : 15157 (Finalizer) S 15143 15146 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30690634 19521036288 1667567 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
[pid=15146/tid=15164] ppid=15143 vsize=19063512 memory=6670268 CPUtime=0 cores=1,3
/proc/15146/task/15164/stat : 15164 (Common-Cleaner) S 15143 15146 14279 0 -1 4194368 1011 0 0 0 0 0 0 0 20 0 20 0 30690635 19521036288 1667567 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
[pid=15146/tid=15165] ppid=15143 vsize=19063512 memory=-6000919494198388590 CPUtime=0 cores=1,3
/proc/15146/task/15165/stat : 15165 (Timer-0) S 15143 15146 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30690658 19521036288 1667567 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
Current children cumulated CPU time: 3358.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6670268 KiB

[startup+3402.3 s]
/proc/loadavg: 4.08 4.10 4.09 5/340 15551
/proc/meminfo: memFree=101368116/131249996 swapFree=33010684/33010684
[pid=15146] ppid=15143 vsize=19063512 memory=6752192 CPUtime=3418.93 cores=1,3
/proc/15146/stat : 15146 (java) S 15143 15146 14279 0 -1 4194304 170251 0 0 0 341641 252 0 0 20 0 20 0 30690631 19521036288 1688048 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
/proc/15146/statm: 4765878 1688048 5526 1 0 2071735 0
[pid=15146/tid=15148] ppid=15143 vsize=19063512 memory=0 CPUtime=3376.73 cores=1,3
/proc/15146/task/15148/stat : 15148 (java) R 15143 15146 14279 0 -1 4194368 86830 0 0 0 337631 42 0 0 20 0 20 0 30690632 19521036288 1688048 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
[pid=15146/tid=15157] ppid=15143 vsize=19063512 memory=6752192 CPUtime=0 cores=1,3
/proc/15146/task/15157/stat : 15157 (Finalizer) S 15143 15146 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30690634 19521036288 1688048 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
[pid=15146/tid=15164] ppid=15143 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/15146/task/15164/stat : 15164 (Common-Cleaner) S 15143 15146 14279 0 -1 4194368 1024 0 0 0 0 0 0 0 20 0 20 0 30690635 19521036288 1688048 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
[pid=15146/tid=15165] ppid=15143 vsize=19063512 memory=17408 CPUtime=0 cores=1,3
/proc/15146/task/15165/stat : 15165 (Timer-0) S 15143 15146 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30690658 19521036288 1688048 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
Current children cumulated CPU time: 3418.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6752192 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.11 4.09 5/339 15553
/proc/meminfo: memFree=101368228/131249996 swapFree=33010684/33010684
[pid=15146] ppid=15143 vsize=19063512 memory=6752192 CPUtime=3478.8 cores=1,3
/proc/15146/stat : 15146 (java) S 15143 15146 14279 0 -1 4194304 172776 0 0 0 347626 254 0 0 20 0 20 0 30690631 19521036288 1688048 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
/proc/15146/statm: 4765878 1688048 5526 1 0 2071735 0
[pid=15146/tid=15148] ppid=15143 vsize=19063512 memory=6453180 CPUtime=3436.56 cores=1,3
/proc/15146/task/15148/stat : 15148 (java) R 15143 15146 14279 0 -1 4194368 89225 0 0 0 343614 42 0 0 20 0 20 0 30690632 19521036288 1688048 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
[pid=15146/tid=15157] ppid=15143 vsize=19063512 memory=17408 CPUtime=0 cores=1,3
/proc/15146/task/15157/stat : 15157 (Finalizer) S 15143 15146 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30690634 19521036288 1688048 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
[pid=15146/tid=15164] ppid=15143 vsize=19063512 memory=14384 CPUtime=0 cores=1,3
/proc/15146/task/15164/stat : 15164 (Common-Cleaner) S 15143 15146 14279 0 -1 4194368 1076 0 0 0 0 0 0 0 20 0 20 0 30690635 19521036288 1688048 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
[pid=15146/tid=15165] ppid=15143 vsize=19063512 memory=6752192 CPUtime=0 cores=1,3
/proc/15146/task/15165/stat : 15165 (Timer-0) S 15143 15146 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30690658 19521036288 1688048 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
Current children cumulated CPU time: 3478.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 6752192 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.11 4.09 5/339 15555
/proc/meminfo: memFree=101024284/131249996 swapFree=33010684/33010684
[pid=15146] ppid=15143 vsize=19063512 memory=7098320 CPUtime=3538.96 cores=1,3
/proc/15146/stat : 15146 (java) S 15143 15146 14279 0 -1 4194304 175191 0 0 0 353634 262 0 0 20 0 20 0 30690631 19521036288 1774580 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
/proc/15146/statm: 4765878 1774580 5526 1 0 2071735 0
[pid=15146/tid=15148] ppid=15143 vsize=19063512 memory=14384 CPUtime=3496.1 cores=1,3
/proc/15146/task/15148/stat : 15148 (java) R 15143 15146 14279 0 -1 4194368 90387 0 0 0 349568 42 0 0 20 0 20 0 30690632 19521036288 1774580 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
[pid=15146/tid=15157] ppid=15143 vsize=19063512 memory=6752192 CPUtime=0 cores=1,3
/proc/15146/task/15157/stat : 15157 (Finalizer) S 15143 15146 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30690634 19521036288 1774580 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
[pid=15146/tid=15164] ppid=15143 vsize=19063512 memory=7098320 CPUtime=0 cores=1,3
/proc/15146/task/15164/stat : 15164 (Common-Cleaner) S 15143 15146 14279 0 -1 4194368 1093 0 0 0 0 0 0 0 20 0 20 0 30690635 19521036288 1774580 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
[pid=15146/tid=15165] ppid=15143 vsize=19063512 memory=-6000919494198388590 CPUtime=0 cores=1,3
/proc/15146/task/15165/stat : 15165 (Timer-0) S 15143 15146 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30690658 19521036288 1774580 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
Current children cumulated CPU time: 3538.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7098320 KiB

[startup+3582.3 s]
/proc/loadavg: 4.31 4.15 4.10 4/315 15633
/proc/meminfo: memFree=108484940/131249996 swapFree=33010684/33010684
[pid=15146] ppid=15143 vsize=19063512 memory=7385044 CPUtime=3599.08 cores=1,3
/proc/15146/stat : 15146 (java) S 15143 15146 14279 0 -1 4194304 177470 0 0 0 359639 269 0 0 20 0 20 0 30690631 19521036288 1846261 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
/proc/15146/statm: 4765878 1846261 5526 1 0 2071735 0
[pid=15146/tid=15148] ppid=15143 vsize=19063512 memory=7098320 CPUtime=3555.7 cores=1,3
/proc/15146/task/15148/stat : 15148 (java) R 15143 15146 14279 0 -1 4194368 92470 0 0 0 355528 42 0 0 20 0 20 0 30690632 19521036288 1846261 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
[pid=15146/tid=15157] ppid=15143 vsize=19063512 memory=7385044 CPUtime=0 cores=1,3
/proc/15146/task/15157/stat : 15157 (Finalizer) S 15143 15146 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30690634 19521036288 1846261 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
[pid=15146/tid=15164] ppid=15143 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/15146/task/15164/stat : 15164 (Common-Cleaner) S 15143 15146 14279 0 -1 4194368 1097 0 0 0 0 0 0 0 20 0 20 0 30690635 19521036288 1846261 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
[pid=15146/tid=15165] ppid=15143 vsize=19063512 memory=14384 CPUtime=0 cores=1,3
/proc/15146/task/15165/stat : 15165 (Timer-0) S 15143 15146 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30690658 19521036288 1846261 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
Current children cumulated CPU time: 3599.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7385044 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3583.3 s]
/proc/loadavg: 4.31 4.15 4.10 7/336 15687
/proc/meminfo: memFree=108411288/131249996 swapFree=33010684/33010684
[pid=15146] ppid=15143 vsize=19063512 memory=7385044 CPUtime=3600.08 cores=1,3
/proc/15146/stat : 15146 (java) S 15143 15146 14279 0 -1 4194304 177526 0 0 0 359739 269 0 0 20 0 20 0 30690631 19521036288 1846261 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
/proc/15146/statm: 4765878 1846261 5526 1 0 2071735 0
[pid=15146/tid=15148] ppid=15143 vsize=19063512 memory=7098320 CPUtime=3556.69 cores=1,3
/proc/15146/task/15148/stat : 15148 (java) R 15143 15146 14279 0 -1 4194368 92526 0 0 0 355627 42 0 0 20 0 20 0 30690632 19521036288 1846261 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
[pid=15146/tid=15157] ppid=15143 vsize=19063512 memory=7385044 CPUtime=0 cores=1,3
/proc/15146/task/15157/stat : 15157 (Finalizer) S 15143 15146 14279 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 30690634 19521036288 1846261 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
[pid=15146/tid=15164] ppid=15143 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/15146/task/15164/stat : 15164 (Common-Cleaner) S 15143 15146 14279 0 -1 4194368 1097 0 0 0 0 0 0 0 20 0 20 0 30690635 19521036288 1846261 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
[pid=15146/tid=15165] ppid=15143 vsize=19063512 memory=-6000919494198388590 CPUtime=0 cores=1,3
/proc/15146/task/15165/stat : 15165 (Timer-0) S 15143 15146 14279 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 30690658 19521036288 1846261 18446744073709551615 94003377090560 94003377094256 140724469850880 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94003377102072 94003377102864 94003383570432 140724469856641 140724469856742 140724469856742 140724469862344 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 7385044 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.52 s, system=2.72105 s

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

[startup+3583.41 s]*
/proc/loadavg: 4.31 4.15 4.10 6/320 15692
/proc/meminfo: memFree=110453368/131249996 swapFree=33010684/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): 3583.42
CPU time (s): 3600.24
CPU user time (s): 3597.52
CPU system time (s): 2.72105
CPU usage (%): 100.469
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 7385044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.52
system time used= 2.72105
maximum resident set size= 7385812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 179155
page faults= 0
swaps= 0
block input operations= 0
block output operations= 13016
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109728
involuntary context switches= 3837


# summary of solver processes directly reported to runsolver:
#   pid: 15146
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3597.52
#   total CPU system time (s): 2.72105

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.36412 second user time and 17.51 second system time

The end

Launcher Data

Begin job on nodeC022 at 2025-06-29 00:35:29
IDJOB=4492984
IDBENCH=147834
IDSOLVER=3363
FILE ID=nodeC022/4492984-1751150129
RUNJOBID= nodeC022-1751146546-14291
SLURM_JOB_ID= 9587461
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/roussel/normalized-pigeon-clauses-35-30.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4492984-1751150129/watcher-4492984-1751150129 -o /tmp/evaluation-result-4492984-1751150129/solver-4492984-1751150129 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1751146546-14291 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4492984-1751150129.opb

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

MD5SUM BENCH= da953313a09cceac0c8e3e7fb7d08ab4
RANDOM SEED=1488517284

nodeC022 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.726
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.44
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		: 3601.196
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.44
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		: 3529.857
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.608
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.44
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.709
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.44
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		: 3601.239
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.44
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		: 3628.182
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.44
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.715
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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        115783572 kB
MemAvailable:   115408716 kB
Buffers:            3280 kB
Cached:           414992 kB
SwapCached:            0 kB
Active:         14704948 kB
Inactive:         167204 kB
Active(anon):   14471940 kB
Inactive(anon):        0 kB
Active(file):     233008 kB
Inactive(file):   167204 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1168 kB
Writeback:             0 kB
AnonPages:      14456972 kB
Mapped:           122088 kB
Shmem:             18060 kB
KReclaimable:      85028 kB
Slab:             168116 kB
SReclaimable:      85028 kB
SUnreclaim:        83088 kB
KernelStack:        5184 kB
PageTables:        31784 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   21391464 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151432 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  14184448 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:      205524 kB
DirectMap2M:     7954432 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 433056 MiB
End job on nodeC022 at 2025-06-29 01:35:12