Trace number 4490803

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution VeriPB 2025-06-06? (TO) 3600.25 3629.64

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_19.opb
MD5SUM329db8d421c28e548757e1dbc8e6ec5f
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark342
Best CPU time to get the best result obtained on this benchmark72001.2
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables11001
Total number of constraints21678
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints21678
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2765
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.13/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.16	c See www.sat4j.org for details.
0.13/0.18	c version PB25.v20250606
0.13/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.20	c java.vm.version	22.0.1+8-16
0.13/0.20	c java.vm.vendor	Oracle Corporation
0.13/0.20	c sun.arch.data.model	64
0.13/0.20	c java.version		22.0.1
0.13/0.20	c os.name		Linux
0.13/0.20	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.13/0.20	c os.arch		amd64
0.13/0.21	c Free memory 		2104792832
0.13/0.21	c Max memory 		16282288128
0.13/0.21	c Total memory 		2113929216
0.13/0.22	c Number of processors 	2
0.32/0.30	c Pseudo Boolean Optimization by upper bound
0.32/0.30	c --- Begin Solver configuration ---
0.32/0.30	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.32/0.30	c Learn all clauses as in MiniSAT
0.32/0.30	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32/0.30	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.32/0.30	c Expensive reason simplification
0.32/0.30	c Glucose 2.1 dynamic restart strategy
0.32/0.30	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.32/0.30	c timeout=2147483s
0.32/0.30	c DB Simplification allowed=false
0.32/0.30	c Listener: none
0.32/0.30	c --- End Solver configuration ---
0.32/0.30	c solving HOME/instance-4490803-1751383146.opb
0.32/0.30	c reading problem ... 
0.32/0.31	c using VERIPB proof format
0.32/0.31	c  objective function found
2.67/1.53	c ... done. Wall clock time 1.224s.
2.67/1.53	c declared #vars     11001
2.67/1.53	c #constraints  21678
2.67/1.53	c constraints type 
2.67/1.53	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21678
2.67/1.53	c 21678 constraints processed.
2.67/1.55	c objective function length is 9 literals
14.50/10.13	c cleaning 2492 clauses out of 5001 with flag 11802/5001
25.20/20.23	c cleaning 4251 clauses out of 8508 with flag 25759/11000
35.04/30.01	c cleaning 5625 clauses out of 11257 with flag 45290/18000
49.57/45.26	c cleaning 6809 clauses out of 13633 with flag 80779/26001
64.49/60.13	c cleaning 7898 clauses out of 15826 with flag 122094/35003
82.95/78.66	c cleaning 8953 clauses out of 17925 with flag 173791/45000
101.84/97.50	c cleaning 9969 clauses out of 19973 with flag 226640/56001
124.21/119.95	c cleaning 10995 clauses out of 22003 with flag 290437/68000
146.81/142.53	c cleaning 11998 clauses out of 24011 with flag 357417/81003
173.90/169.69	c cleaning 12988 clauses out of 26010 with flag 438941/95000
200.58/196.12	c cleaning 13994 clauses out of 28022 with flag 515261/110000
222.78/218.31	c cleaning 15006 clauses out of 30029 with flag 565416/126001
245.82/241.07	c cleaning 15996 clauses out of 32022 with flag 614911/143000
270.37/265.54	c cleaning 16982 clauses out of 34026 with flag 687430/161000
295.03/290.29	c cleaning 18007 clauses out of 36045 with flag 757049/180001
321.13/316.38	c cleaning 18992 clauses out of 38037 with flag 836653/200000
349.78/345.11	c cleaning 20005 clauses out of 40045 with flag 926908/221000
381.79/377.17	c cleaning 21006 clauses out of 42040 with flag 1031163/243000
415.80/411.27	c cleaning 22004 clauses out of 44036 with flag 1137744/266002
452.23/449.05	c cleaning 22997 clauses out of 46031 with flag 1242593/290001
490.25/487.19	c cleaning 24007 clauses out of 48033 with flag 1362277/315000
530.74/527.77	c cleaning 25005 clauses out of 50026 with flag 1491883/341000
574.87/571.92	c cleaning 25996 clauses out of 52021 with flag 1627934/368000
615.37/612.55	c cleaning 26997 clauses out of 54025 with flag 1755230/396000
657.26/655.08	c cleaning 28005 clauses out of 56028 with flag 1860507/425000
696.47/694.30	c cleaning 28987 clauses out of 58025 with flag 1954342/455002
736.78/734.72	c cleaning 30002 clauses out of 60036 with flag 2064433/486000
778.69/776.76	c cleaning 31013 clauses out of 62035 with flag 2181797/518001
824.69/822.87	c cleaning 31992 clauses out of 64021 with flag 2310001/551000
874.38/872.67	c cleaning 33004 clauses out of 66030 with flag 2446397/585001
920.56/918.96	c cleaning 34007 clauses out of 68025 with flag 2576882/620000
975.18/973.66	c cleaning 34993 clauses out of 70019 with flag 2730299/656001
1029.71/1028.87	c cleaning 36006 clauses out of 72026 with flag 2885752/693001
1088.89/1088.18	c cleaning 36994 clauses out of 74020 with flag 3055541/731001
1145.74/1145.08	c cleaning 38006 clauses out of 76025 with flag 3224656/770000
1195.66/1198.51	c cleaning 39004 clauses out of 78020 with flag 3385118/810001
1247.71/1250.69	c cleaning 39999 clauses out of 80016 with flag 3557656/851001
1303.00/1306.05	c cleaning 40990 clauses out of 82017 with flag 3739448/893001
1356.55/1359.77	c cleaning 41977 clauses out of 84026 with flag 3917901/936000
1414.90/1418.12	c cleaning 43006 clauses out of 86049 with flag 4095156/980000
1471.35/1474.75	c cleaning 44011 clauses out of 88044 with flag 4284533/1025001
1532.19/1535.79	c cleaning 45010 clauses out of 90034 with flag 4487849/1071002
1594.53/1598.18	c cleaning 46005 clauses out of 92023 with flag 4660122/1118001
1650.18/1653.97	c cleaning 46995 clauses out of 94017 with flag 4828788/1166000
1708.65/1712.59	c cleaning 47996 clauses out of 96023 with flag 5015122/1215001
1765.51/1769.45	c cleaning 49009 clauses out of 98027 with flag 5198435/1265001
1825.78/1829.80	c cleaning 49995 clauses out of 100017 with flag 5392945/1316000
1885.33/1889.57	c cleaning 50998 clauses out of 102024 with flag 5589170/1368002
1947.61/1951.82	c cleaning 51999 clauses out of 104024 with flag 5789688/1421000
2006.28/2010.68	c cleaning 53002 clauses out of 106026 with flag 5975545/1475001
2070.35/2081.03	c cleaning 53995 clauses out of 108023 with flag 6177506/1530000
2140.98/2158.59	c cleaning 54999 clauses out of 110031 with flag 6399163/1586003
2211.23/2228.99	c cleaning 56000 clauses out of 112030 with flag 6622275/1643001
2282.65/2300.59	c cleaning 56998 clauses out of 114029 with flag 6850517/1701000
2353.17/2371.53	c cleaning 58000 clauses out of 116031 with flag 7063107/1760000
2419.81/2438.34	c cleaning 59004 clauses out of 118032 with flag 7277609/1820001
2488.45/2507.05	c cleaning 60005 clauses out of 120027 with flag 7476486/1881000
2557.42/2580.81	c cleaning 61009 clauses out of 122023 with flag 7645914/1943001
2623.36/2646.90	c cleaning 62003 clauses out of 124013 with flag 7855233/2006000
2692.49/2716.15	c cleaning 63002 clauses out of 126012 with flag 8077325/2070002
2766.89/2790.79	c cleaning 63997 clauses out of 128008 with flag 8312965/2135000
2848.09/2872.97	c cleaning 64996 clauses out of 130011 with flag 8577314/2201000
2923.03/2948.04	c cleaning 65986 clauses out of 132015 with flag 8817512/2268000
3003.15/3028.21	c cleaning 67012 clauses out of 134029 with flag 9060823/2336000
3082.56/3107.82	c cleaning 68003 clauses out of 136018 with flag 9328247/2405001
3157.57/3182.90	c cleaning 69005 clauses out of 138015 with flag 9577558/2475001
3228.91/3254.43	c cleaning 70002 clauses out of 140010 with flag 9820127/2546001
3306.32/3332.10	c cleaning 70999 clauses out of 142009 with flag 10077614/2618002
3383.03/3408.85	c cleaning 71999 clauses out of 144009 with flag 10332369/2691001
3464.15/3490.16	c cleaning 72997 clauses out of 146009 with flag 10597803/2765000
3551.54/3577.52	c cleaning 73996 clauses out of 148016 with flag 10879120/2840004
3600.03/3626.15	c starts		: 678
3600.03/3626.16	c timeout
3600.03/3626.17	c conflicts		: 2884909
3600.03/3626.17	c decisions		: 3407290
3600.03/3626.17	c propagations		: 400011410
3600.03/3626.17	c inspects		: 32857460556
3600.03/3626.17	c shortcuts		: 0
3600.03/3626.17	c learnt literals	: 0
3600.03/3626.17	c learnt binary clauses	: 0
3600.03/3626.17	c learnt ternary clauses	: 0
3600.03/3626.17	c learnt constraints	: 2884909
3600.03/3626.17	c ignored constraints	: 0
3600.03/3626.17	c root simplifications	: 0
3600.03/3626.17	c removed literals (reason simplification)	: 6252823
3600.03/3626.17	c reason swapping (by a shorter reason)	: 0
3600.03/3626.17	c Calls to reduceDB	: 71
3600.03/3626.17	c Number of update (reduction) of LBD	: 682843
3600.03/3626.17	c Imported unit clauses	: 0
3600.03/3626.17	c No decision after first conflict	: false
3600.03/3626.17	c number of reductions to clauses (during analyze)	: 0
3600.03/3626.17	c number of learned constraints concerned by reduction	: 0
3600.03/3626.17	c number of learning phase by resolution	: 0
3600.03/3626.17	c number of learning phase by cutting planes	: 0
3600.03/3626.17	c number of rounding to 1 operations	: 0
3600.03/3626.17	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3626.17	c number of reductions of the coefficients by power 2 	: 0
3600.03/3626.17	c number of right shift for reduction by power 2 	: 0
3600.03/3626.17	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3626.17	c number of ending skipping 	: 0
3600.03/3626.17	c number of internal skipping 	: 0
3600.03/3626.17	c number of derivation steps 	: 0
3600.03/3626.17	c number of skipped derivation steps 	: 0
3600.03/3626.17	c number of remaining unassigned 	: 0
3600.03/3626.17	c number of remaining assigned 	: 0
3600.03/3626.17	c number of falsified literals weakened from reason	: 0
3600.03/3626.17	c number of falsified literals weakened from conflict	: 0
3600.03/3626.17	c time for arithmetic operations	: 0
3600.03/3626.17	c minimum degree of deleted constraints	: null
3600.03/3626.17	c maximum degree of deleted constraints	: null
3600.03/3626.17	c number of deleted constraints	: 0
3600.03/3626.18	c speed (assignments/second)	: 110359.90926467082
3600.03/3626.18	c non guided choices	: 4346
3600.19/3626.22	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 118925
3600.19/3626.22	s UNKNOWN
3600.19/3626.22	c Total wall clock time (in seconds): 3625.92

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: 63837 MiB (57442 MiB free)
  memory of node 1: 64465 MiB (61425 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=49974, runsolver pid=49971

[startup+0.100069 s]*
/proc/loadavg: 4.21 4.19 4.15 7/334 49992
/proc/meminfo: memFree=121704468/131382120 swapFree=33010684/33010684
[pid=49974] ppid=49971 vsize=18930384 memory=48588 CPUtime=0.13 cores=4,6
/proc/49974/stat : 49974 (java) S 49971 49974 49314 0 -1 4194304 5808 0 0 0 9 4 0 0 20 0 18 0 53993268 19384713216 12147 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
/proc/49974/statm: 4732596 12147 5337 1 0 547013 0
[pid=49974/tid=49976] ppid=49971 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/49974/task/49976/stat : 49976 (java) R 49971 49974 49314 0 -1 4194368 4701 0 0 0 5 3 0 0 20 0 18 0 53993270 19384713216 12147 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
[pid=49974/tid=49985] ppid=49971 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/49974/task/49985/stat : 49985 (Finalizer) S 49971 49974 49314 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 53993275 19384713216 12147 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
[pid=49974/tid=49992] ppid=49971 vsize=18930384 memory=59593594259917 CPUtime=0 cores=4,6
/proc/49974/task/49992/stat : 49992 (Common-Cleaner) S 49971 49974 49314 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 53993276 19384713216 12147 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 48588 KiB

[startup+0.220504 s]*
/proc/loadavg: 4.21 4.19 4.15 6/334 49992
/proc/meminfo: memFree=121704516/131382120 swapFree=33010684/33010684
[pid=49974] ppid=49971 vsize=18930384 memory=57668 CPUtime=0.32 cores=4,6
/proc/49974/stat : 49974 (java) S 49971 49974 49314 0 -1 4194304 6556 0 0 0 27 5 0 0 20 0 18 0 53993268 19384713216 14417 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
/proc/49974/statm: 4732596 14417 5337 1 0 547603 0
[pid=49974/tid=49976] ppid=49971 vsize=18930384 memory=4026663196 CPUtime=0.19 cores=4,6
/proc/49974/task/49976/stat : 49976 (java) R 49971 49974 49314 0 -1 4194368 5069 0 0 0 16 3 0 0 20 0 18 0 53993270 19384713216 14417 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
[pid=49974/tid=49985] ppid=49971 vsize=18930384 memory=16878 CPUtime=0 cores=4,6
/proc/49974/task/49985/stat : 49985 (Finalizer) S 49971 49974 49314 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 53993275 19384713216 14417 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
[pid=49974/tid=49992] ppid=49971 vsize=18930384 memory=58494082614266 CPUtime=0 cores=4,6
/proc/49974/task/49992/stat : 49992 (Common-Cleaner) S 49971 49974 49314 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 53993276 19384713216 14417 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57668 KiB

[startup+0.318613 s]*
/proc/loadavg: 4.21 4.19 4.15 7/334 49992
/proc/meminfo: memFree=121698404/131382120 swapFree=33010684/33010684
[pid=49974] ppid=49971 vsize=18930384 memory=61328 CPUtime=0.51 cores=4,6
/proc/49974/stat : 49974 (java) S 49971 49974 49314 0 -1 4194304 6873 0 0 0 46 5 0 0 20 0 18 0 53993268 19384713216 15332 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
/proc/49974/statm: 4732596 15332 5433 1 0 547835 0
[pid=49974/tid=49976] ppid=49971 vsize=18930384 memory=-6000919502737466219 CPUtime=0.31 cores=4,6
/proc/49974/task/49976/stat : 49976 (java) S 49971 49974 49314 0 -1 4194368 5273 0 0 0 27 4 0 0 20 0 18 0 53993270 19384713216 15332 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
[pid=49974/tid=49985] ppid=49971 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/49974/task/49985/stat : 49985 (Finalizer) S 49971 49974 49314 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 53993275 19384713216 15332 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
[pid=49974/tid=49992] ppid=49971 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/49974/task/49992/stat : 49992 (Common-Cleaner) S 49971 49974 49314 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 53993276 19384713216 15332 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61328 KiB

[startup+0.700378 s]
/proc/loadavg: 4.35 4.22 4.16 7/334 49992
/proc/meminfo: memFree=121678056/131382120 swapFree=33010684/33010684
[pid=49974] ppid=49971 vsize=18930384 memory=111172 CPUtime=1.15 cores=4,6
/proc/49974/stat : 49974 (java) S 49971 49974 49314 0 -1 4194304 8507 0 0 0 108 7 0 0 20 0 18 0 53993268 19384713216 27793 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
/proc/49974/statm: 4732596 27793 5433 1 0 548894 0
[pid=49974/tid=49976] ppid=49971 vsize=18930384 memory=18304 CPUtime=0.61 cores=4,6
/proc/49974/task/49976/stat : 49976 (java) R 49971 49974 49314 0 -1 4194368 5314 0 0 0 56 5 0 0 20 0 18 0 53993270 19384713216 27793 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
[pid=49974/tid=49985] ppid=49971 vsize=18930384 memory=11136 CPUtime=0 cores=4,6
/proc/49974/task/49985/stat : 49985 (Finalizer) S 49971 49974 49314 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 53993275 19384713216 27793 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
[pid=49974/tid=49992] ppid=49971 vsize=18930384 memory=3200 CPUtime=0 cores=4,6
/proc/49974/task/49992/stat : 49992 (Common-Cleaner) S 49971 49974 49314 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 53993276 19384713216 27793 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 111172 KiB

[startup+1.5003 s]
/proc/loadavg: 4.35 4.22 4.16 6/335 49993
/proc/meminfo: memFree=121587128/131382120 swapFree=33010684/33010684
[pid=49974] ppid=49971 vsize=18996948 memory=181532 CPUtime=2.67 cores=4,6
/proc/49974/stat : 49974 (java) S 49971 49974 49314 0 -1 4194304 13781 0 0 0 257 10 0 0 20 0 19 0 53993268 19452874752 45383 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
/proc/49974/statm: 4749237 45383 5465 1 0 550685 0
[pid=49974/tid=49976] ppid=49971 vsize=18996948 memory=3200 CPUtime=1.31 cores=4,6
/proc/49974/task/49976/stat : 49976 (java) S 49971 49974 49314 0 -1 4194368 5576 0 0 0 125 6 0 0 20 0 19 0 53993270 19452874752 45383 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
[pid=49974/tid=49985] ppid=49971 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/49974/task/49985/stat : 49985 (Finalizer) S 49971 49974 49314 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 53993275 19452874752 45383 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
[pid=49974/tid=49992] ppid=49971 vsize=18996948 memory=11136 CPUtime=0 cores=4,6
/proc/49974/task/49992/stat : 49992 (Common-Cleaner) S 49971 49974 49314 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 53993276 19452874752 45383 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
Current children cumulated CPU time: 2.67 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 181532 KiB

[startup+3.10574 s]
/proc/loadavg: 4.35 4.22 4.16 5/336 49994
/proc/meminfo: memFree=121544444/131382120 swapFree=33010684/33010684
[pid=49974] ppid=49971 vsize=19063512 memory=186652 CPUtime=5.04 cores=4,6
/proc/49974/stat : 49974 (java) S 49971 49974 49314 0 -1 4194304 17679 0 0 0 493 11 0 0 20 0 20 0 53993268 19521036288 46663 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
/proc/49974/statm: 4765878 46663 5497 1 0 551853 0
[pid=49974/tid=49976] ppid=49971 vsize=19063512 memory=11136 CPUtime=2.82 cores=4,6
/proc/49974/task/49976/stat : 49976 (java) R 49971 49974 49314 0 -1 4194368 7576 0 0 0 276 6 0 0 20 0 20 0 53993270 19521036288 46663 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
[pid=49974/tid=49985] ppid=49971 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/49974/task/49985/stat : 49985 (Finalizer) S 49971 49974 49314 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53993275 19521036288 46663 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
[pid=49974/tid=49992] ppid=49971 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/49974/task/49992/stat : 49992 (Common-Cleaner) S 49971 49974 49314 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 53993276 19521036288 46663 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
[pid=49974/tid=49994] ppid=49971 vsize=19063512 memory=5148 CPUtime=0 cores=4,6
/proc/49974/task/49994/stat : 49994 (Timer-0) S 49971 49974 49314 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53993425 19521036288 46663 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
Current children cumulated CPU time: 5.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 186652 KiB

[startup+6.30025 s]
/proc/loadavg: 4.33 4.22 4.16 6/336 49994
/proc/meminfo: memFree=121356076/131382120 swapFree=33010684/33010684
[pid=49974] ppid=49971 vsize=19063512 memory=190032 CPUtime=10.03 cores=4,6
/proc/49974/stat : 49974 (java) S 49971 49974 49314 0 -1 4194304 20279 0 0 0 990 13 0 0 20 0 20 0 53993268 19521036288 47508 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
/proc/49974/statm: 4765878 47508 5497 1 0 552598 0
[pid=49974/tid=49976] ppid=49971 vsize=19063512 memory=0 CPUtime=5.99 cores=4,6
/proc/49974/task/49976/stat : 49976 (java) R 49971 49974 49314 0 -1 4194368 7816 0 0 0 592 7 0 0 20 0 20 0 53993270 19521036288 47508 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
[pid=49974/tid=49985] ppid=49971 vsize=19063512 memory=-8412658736309758876 CPUtime=0 cores=4,6
/proc/49974/task/49985/stat : 49985 (Finalizer) S 49971 49974 49314 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53993275 19521036288 47508 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
[pid=49974/tid=49992] ppid=49971 vsize=19063512 memory=-6000919502737466219 CPUtime=0 cores=4,6
/proc/49974/task/49992/stat : 49992 (Common-Cleaner) S 49971 49974 49314 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 20 0 53993276 19521036288 47508 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
[pid=49974/tid=49994] ppid=49971 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/49974/task/49994/stat : 49994 (Timer-0) S 49971 49974 49314 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53993425 19521036288 47508 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
Current children cumulated CPU time: 10.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 190032 KiB

[startup+12.7004 s]
/proc/loadavg: 4.38 4.23 4.17 5/336 49994
/proc/meminfo: memFree=121119920/131382120 swapFree=33010684/33010684
[pid=49974] ppid=49971 vsize=19063512 memory=232564 CPUtime=17.35 cores=4,6
/proc/49974/stat : 49974 (java) S 49971 49974 49314 0 -1 4194304 26536 0 0 0 1718 17 0 0 20 0 20 0 53993268 19521036288 58141 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
/proc/49974/statm: 4765878 58141 5497 1 0 1101992 0
[pid=49974/tid=49976] ppid=49971 vsize=19063512 memory=0 CPUtime=12.3 cores=4,6
/proc/49974/task/49976/stat : 49976 (java) R 49971 49974 49314 0 -1 4194368 9229 0 0 0 1221 9 0 0 20 0 20 0 53993270 19521036288 58141 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
[pid=49974/tid=49985] ppid=49971 vsize=19063512 memory=220276 CPUtime=0 cores=4,6
/proc/49974/task/49985/stat : 49985 (Finalizer) S 49971 49974 49314 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53993275 19521036288 58141 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
[pid=49974/tid=49992] ppid=49971 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/49974/task/49992/stat : 49992 (Common-Cleaner) S 49971 49974 49314 0 -1 4194368 66 0 0 0 0 0 0 0 20 0 20 0 53993276 19521036288 58141 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
[pid=49974/tid=49994] ppid=49971 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/49974/task/49994/stat : 49994 (Timer-0) S 49971 49974 49314 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53993425 19521036288 58141 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
Current children cumulated CPU time: 17.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 232564 KiB

[startup+25.5005 s]
/proc/loadavg: 4.32 4.22 4.16 5/338 49998
/proc/meminfo: memFree=120835712/131382120 swapFree=33010684/33010684
[pid=49974] ppid=49971 vsize=19063512 memory=386444 CPUtime=30.54 cores=4,6
/proc/49974/stat : 49974 (java) S 49971 49974 49314 0 -1 4194304 31472 0 0 0 3029 25 0 0 20 0 20 0 53993268 19521036288 96611 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
/proc/49974/statm: 4765878 96611 5497 1 0 1102185 0
[pid=49974/tid=49976] ppid=49971 vsize=19063512 memory=-6000919502737466219 CPUtime=25.06 cores=4,6
/proc/49974/task/49976/stat : 49976 (java) R 49971 49974 49314 0 -1 4194368 10217 0 0 0 2492 14 0 0 20 0 20 0 53993270 19521036288 96611 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
[pid=49974/tid=49985] ppid=49971 vsize=19063512 memory=3196 CPUtime=0 cores=4,6
/proc/49974/task/49985/stat : 49985 (Finalizer) S 49971 49974 49314 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53993275 19521036288 96611 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
[pid=49974/tid=49992] ppid=49971 vsize=19063512 memory=306572 CPUtime=0 cores=4,6
/proc/49974/task/49992/stat : 49992 (Common-Cleaner) S 49971 49974 49314 0 -1 4194368 66 0 0 0 0 0 0 0 20 0 20 0 53993276 19521036288 96611 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
[pid=49974/tid=49994] ppid=49971 vsize=19063512 memory=294284 CPUtime=0 cores=4,6
/proc/49974/task/49994/stat : 49994 (Timer-0) S 49971 49974 49314 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53993425 19521036288 96611 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
Current children cumulated CPU time: 30.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 386444 KiB

[startup+51.1142 s]
/proc/loadavg: 4.26 4.22 4.16 5/339 50000
/proc/meminfo: memFree=120297960/131382120 swapFree=33010684/33010684
[pid=49974] ppid=49971 vsize=19063512 memory=528112 CPUtime=55.51 cores=4,6
/proc/49974/stat : 49974 (java) S 49971 49974 49314 0 -1 4194304 34778 0 0 0 5519 32 0 0 20 0 20 0 53993268 19521036288 132028 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
/proc/49974/statm: 4765878 132028 5529 1 0 1102196 0
[pid=49974/tid=49976] ppid=49971 vsize=19063512 memory=528112 CPUtime=49.34 cores=4,6
/proc/49974/task/49976/stat : 49976 (java) R 49971 49974 49314 0 -1 4194368 11106 0 0 0 4916 18 0 0 20 0 20 0 53993270 19521036288 132028 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
[pid=49974/tid=49985] ppid=49971 vsize=19063512 memory=-6000919502737466219 CPUtime=0 cores=4,6
/proc/49974/task/49985/stat : 49985 (Finalizer) S 49971 49974 49314 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53993275 19521036288 132028 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
[pid=49974/tid=49992] ppid=49971 vsize=19063512 memory=403040 CPUtime=0 cores=4,6
/proc/49974/task/49992/stat : 49992 (Common-Cleaner) S 49971 49974 49314 0 -1 4194368 90 0 0 0 0 0 0 0 20 0 20 0 53993276 19521036288 132028 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
[pid=49974/tid=49994] ppid=49971 vsize=19063512 memory=347532 CPUtime=0 cores=4,6
/proc/49974/task/49994/stat : 49994 (Timer-0) S 49971 49974 49314 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53993425 19521036288 132028 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0

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

Current children cumulated CPU time: 3256.73 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3328280 KiB

[startup+3342.3 s]
/proc/loadavg: 4.79 4.44 4.27 5/331 50313
/proc/meminfo: memFree=98603216/131382120 swapFree=33010684/33010684
[pid=49974] ppid=49971 vsize=19063512 memory=3328280 CPUtime=3316.59 cores=4,6
/proc/49974/stat : 49974 (java) S 49971 49974 49314 0 -1 4194304 103012 0 0 0 331049 610 0 0 20 0 20 0 53993268 19521036288 832070 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
/proc/49974/statm: 4765878 832070 5529 1 0 1102209 0
[pid=49974/tid=49976] ppid=49971 vsize=19063512 memory=3328280 CPUtime=3301.81 cores=4,6
/proc/49974/task/49976/stat : 49976 (java) R 49971 49974 49314 0 -1 4194368 54039 0 0 0 329780 401 0 0 20 0 20 0 53993270 19521036288 832070 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
[pid=49974/tid=49985] ppid=49971 vsize=19063512 memory=3328280 CPUtime=0 cores=4,6
/proc/49974/task/49985/stat : 49985 (Finalizer) S 49971 49974 49314 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53993275 19521036288 832070 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
[pid=49974/tid=49992] ppid=49971 vsize=19063512 memory=3328280 CPUtime=0 cores=4,6
/proc/49974/task/49992/stat : 49992 (Common-Cleaner) S 49971 49974 49314 0 -1 4194368 2326 0 0 0 0 0 0 0 20 0 20 0 53993276 19521036288 832070 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
[pid=49974/tid=49994] ppid=49971 vsize=19063512 memory=16544 CPUtime=0 cores=4,6
/proc/49974/task/49994/stat : 49994 (Timer-0) S 49971 49974 49314 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53993425 19521036288 832070 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
Current children cumulated CPU time: 3316.59 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3328280 KiB

[startup+3402.3 s]
/proc/loadavg: 4.33 4.37 4.26 5/332 50315
/proc/meminfo: memFree=98073108/131382120 swapFree=33010684/33010684
[pid=49974] ppid=49971 vsize=19063512 memory=3328280 CPUtime=3376.55 cores=4,6
/proc/49974/stat : 49974 (java) S 49971 49974 49314 0 -1 4194304 104344 0 0 0 337036 619 0 0 20 0 20 0 53993268 19521036288 832070 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
/proc/49974/statm: 4765878 832070 5529 1 0 1102209 0
[pid=49974/tid=49976] ppid=49971 vsize=19063512 memory=3328280 CPUtime=3361.48 cores=4,6
/proc/49974/task/49976/stat : 49976 (java) R 49971 49974 49314 0 -1 4194368 54512 0 0 0 335742 406 0 0 20 0 20 0 53993270 19521036288 832070 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
[pid=49974/tid=49985] ppid=49971 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/49974/task/49985/stat : 49985 (Finalizer) S 49971 49974 49314 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53993275 19521036288 832070 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
[pid=49974/tid=49992] ppid=49971 vsize=19063512 memory=3328280 CPUtime=0 cores=4,6
/proc/49974/task/49992/stat : 49992 (Common-Cleaner) S 49971 49974 49314 0 -1 4194368 2326 0 0 0 0 0 0 0 20 0 20 0 53993276 19521036288 832070 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
[pid=49974/tid=49994] ppid=49971 vsize=19063512 memory=16544 CPUtime=0 cores=4,6
/proc/49974/task/49994/stat : 49994 (Timer-0) S 49971 49974 49314 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53993425 19521036288 832070 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
Current children cumulated CPU time: 3376.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3328280 KiB

[startup+3462.3 s]
/proc/loadavg: 4.17 4.32 4.25 5/332 50317
/proc/meminfo: memFree=97617080/131382120 swapFree=33010684/33010684
[pid=49974] ppid=49971 vsize=19063512 memory=3328280 CPUtime=3436.41 cores=4,6
/proc/49974/stat : 49974 (java) S 49971 49974 49314 0 -1 4194304 106029 0 0 0 343015 626 0 0 20 0 20 0 53993268 19521036288 832070 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
/proc/49974/statm: 4765878 832070 5529 1 0 1102209 0
[pid=49974/tid=49976] ppid=49971 vsize=19063512 memory=3328280 CPUtime=3421.29 cores=4,6
/proc/49974/task/49976/stat : 49976 (java) R 49971 49974 49314 0 -1 4194368 56057 0 0 0 341719 410 0 0 20 0 20 0 53993270 19521036288 832070 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
[pid=49974/tid=49985] ppid=49971 vsize=19063512 memory=11136 CPUtime=0 cores=4,6
/proc/49974/task/49985/stat : 49985 (Finalizer) S 49971 49974 49314 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53993275 19521036288 832070 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
[pid=49974/tid=49992] ppid=49971 vsize=19063512 memory=21472 CPUtime=0 cores=4,6
/proc/49974/task/49992/stat : 49992 (Common-Cleaner) S 49971 49974 49314 0 -1 4194368 2406 0 0 0 0 0 0 0 20 0 20 0 53993276 19521036288 832070 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
[pid=49974/tid=49994] ppid=49971 vsize=19063512 memory=-6000919502737466219 CPUtime=0 cores=4,6
/proc/49974/task/49994/stat : 49994 (Timer-0) S 49971 49974 49314 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53993425 19521036288 832070 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
Current children cumulated CPU time: 3436.41 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3328280 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.27 4.24 5/331 50319
/proc/meminfo: memFree=97228764/131382120 swapFree=33010684/33010684
[pid=49974] ppid=49971 vsize=19063512 memory=3328280 CPUtime=3496.25 cores=4,6
/proc/49974/stat : 49974 (java) S 49971 49974 49314 0 -1 4194304 106837 0 0 0 348992 633 0 0 20 0 20 0 53993268 19521036288 832070 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
/proc/49974/statm: 4765878 832070 5529 1 0 1102209 0
[pid=49974/tid=49976] ppid=49971 vsize=19063512 memory=3328280 CPUtime=3481.09 cores=4,6
/proc/49974/task/49976/stat : 49976 (java) R 49971 49974 49314 0 -1 4194368 56795 0 0 0 347694 415 0 0 20 0 20 0 53993270 19521036288 832070 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
[pid=49974/tid=49985] ppid=49971 vsize=19063512 memory=21472 CPUtime=0 cores=4,6
/proc/49974/task/49985/stat : 49985 (Finalizer) S 49971 49974 49314 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53993275 19521036288 832070 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
[pid=49974/tid=49992] ppid=49971 vsize=19063512 memory=3328280 CPUtime=0 cores=4,6
/proc/49974/task/49992/stat : 49992 (Common-Cleaner) S 49971 49974 49314 0 -1 4194368 2417 0 0 0 0 0 0 0 20 0 20 0 53993276 19521036288 832070 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
[pid=49974/tid=49994] ppid=49971 vsize=19063512 memory=16544 CPUtime=0 cores=4,6
/proc/49974/task/49994/stat : 49994 (Timer-0) S 49971 49974 49314 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53993425 19521036288 832070 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
Current children cumulated CPU time: 3496.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3328280 KiB

[startup+3582.3 s]
/proc/loadavg: 4.26 4.29 4.25 5/333 50325
/proc/meminfo: memFree=96636188/131382120 swapFree=33010684/33010684
[pid=49974] ppid=49971 vsize=19063512 memory=3547484 CPUtime=3556.32 cores=4,6
/proc/49974/stat : 49974 (java) S 49971 49974 49314 0 -1 4194304 108331 0 0 0 354985 647 0 0 20 0 20 0 53993268 19521036288 886871 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
/proc/49974/statm: 4765878 886871 5529 1 0 1102209 0
[pid=49974/tid=49976] ppid=49971 vsize=19063512 memory=11136 CPUtime=3540.39 cores=4,6
/proc/49974/task/49976/stat : 49976 (java) R 49971 49974 49314 0 -1 4194368 56973 0 0 0 353619 420 0 0 20 0 20 0 53993270 19521036288 886871 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
[pid=49974/tid=49985] ppid=49971 vsize=19063512 memory=5148 CPUtime=0 cores=4,6
/proc/49974/task/49985/stat : 49985 (Finalizer) S 49971 49974 49314 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53993275 19521036288 886871 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
[pid=49974/tid=49992] ppid=49971 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/49974/task/49992/stat : 49992 (Common-Cleaner) S 49971 49974 49314 0 -1 4194368 2421 0 0 0 0 0 0 0 20 0 20 0 53993276 19521036288 886871 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
[pid=49974/tid=49994] ppid=49971 vsize=19063512 memory=16544 CPUtime=0 cores=4,6
/proc/49974/task/49994/stat : 49994 (Timer-0) S 49971 49974 49314 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53993425 19521036288 886871 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
Current children cumulated CPU time: 3556.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3547484 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3626.11 s]
/proc/loadavg: 4.20 4.27 4.24 5/332 50531
/proc/meminfo: memFree=110456088/131382120 swapFree=33010684/33010684
[pid=49974] ppid=49971 vsize=19063512 memory=3547484 CPUtime=3600.03 cores=4,6
/proc/49974/stat : 49974 (java) S 49971 49974 49314 0 -1 4194304 108480 0 0 0 359350 653 0 0 20 0 20 0 53993268 19521036288 886871 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
/proc/49974/statm: 4765878 886871 5529 1 0 1102209 0
[pid=49974/tid=49976] ppid=49971 vsize=19063512 memory=3328280 CPUtime=3584.06 cores=4,6
/proc/49974/task/49976/stat : 49976 (java) R 49971 49974 49314 0 -1 4194368 57118 0 0 0 357983 423 0 0 20 0 20 0 53993270 19521036288 886871 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
[pid=49974/tid=49985] ppid=49971 vsize=19063512 memory=1920 CPUtime=0 cores=4,6
/proc/49974/task/49985/stat : 49985 (Finalizer) S 49971 49974 49314 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53993275 19521036288 886871 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
[pid=49974/tid=49992] ppid=49971 vsize=19063512 memory=3547484 CPUtime=0 cores=4,6
/proc/49974/task/49992/stat : 49992 (Common-Cleaner) S 49971 49974 49314 0 -1 4194368 2422 0 0 0 0 0 0 0 20 0 20 0 53993276 19521036288 886871 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
[pid=49974/tid=49994] ppid=49971 vsize=19063512 memory=3547484 CPUtime=0 cores=4,6
/proc/49974/task/49994/stat : 49994 (Timer-0) S 49971 49974 49314 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53993425 19521036288 886871 18446744073709551615 94733561831424 94733561835120 140720733641680 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94733561842936 94733561843728 94733574529024 140720733649200 140720733649382 140720733649382 140720733654984 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3547484 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

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

# cumulated CPU time of all completed processes:  user=3593.69 s, system=6.56275 s

Solver just ended.
Dumping a history of the last processes samples

[startup+3627.2 s]
/proc/loadavg: 4.18 4.27 4.24 3/314 50534
/proc/meminfo: memFree=110452960/131382120 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3627.6 s]
/proc/loadavg: 4.18 4.27 4.24 3/314 50534
/proc/meminfo: memFree=110452960/131382120 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3628 s]*
/proc/loadavg: 4.18 4.27 4.24 3/314 50534
/proc/meminfo: memFree=110444668/131382120 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3628.11 s]
/proc/loadavg: 4.18 4.27 4.24 3/314 50534
/proc/meminfo: memFree=110444668/131382120 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): 3629.64
CPU time (s): 3600.25
CPU user time (s): 3593.69
CPU system time (s): 6.56275
CPU usage (%): 99.1901
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3548380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.69
system time used= 6.56275
maximum resident set size= 3548508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110894
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2577992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 108229
involuntary context switches= 8093


# summary of solver processes directly reported to runsolver:
#   pid: 49974
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3593.69
#   total CPU system time (s): 6.56275

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.8086 second user time and 40.6236 second system time

The end

Launcher Data

Begin job on nodeC003 at 2025-07-01 17:19:06
IDJOB=4490803
IDBENCH=147620
IDSOLVER=3364
FILE ID=nodeC003/4490803-1751383146
RUNJOBID= nodeC003-1751379491-49325
SLURM_JOB_ID= 9598218
Free space on /tmp= 432748 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_19.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4490803-1751383146/watcher-4490803-1751383146 -o /tmp/evaluation-result-4490803-1751383146/solver-4490803-1751383146 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1751379491-49325 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4490803-1751383146 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4490803-1751383146.opb

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

MD5SUM BENCH= 329db8d421c28e548757e1dbc8e6ec5f
RANDOM SEED=1106840387

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

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

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


/proc/meminfo:
MemTotal:       131382120 kB
MemFree:        121720568 kB
MemAvailable:   125625932 kB
Buffers:            3280 kB
Cached:          4702852 kB
SwapCached:            0 kB
Active:          4606960 kB
Inactive:        4452680 kB
Active(anon):    4371544 kB
Inactive(anon):        0 kB
Active(file):     235416 kB
Inactive(file):  4452680 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            193748 kB
Writeback:            68 kB
AnonPages:       4356980 kB
Mapped:           123476 kB
Shmem:             17960 kB
KReclaimable:     113788 kB
Slab:             204976 kB
SReclaimable:     113788 kB
SUnreclaim:        91188 kB
KernelStack:        5120 kB
PageTables:        12188 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701744 kB
Committed_AS:    7060568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150440 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4139008 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:      191304 kB
DirectMap2M:    11245568 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 432744 MiB
End job on nodeC003 at 2025-07-01 18:19:36