Trace number 4432355

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 Default 2024-07-07? (TO) 3601.08 3176.87

General information on the benchmark

NamePB24/normalized-PB09/OPT-LIN/aries-da_nrp/
normalized-aries-da_network_2000_5__647_1792__512.opb
MD5SUM40351a18114e83e0c165271c5d48a38f
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 benchmark74222
Best CPU time to get the best result obtained on this benchmark3600.84
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5121998
Total number of constraints12000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)10002
Number of constraints which are nor clauses,nor cardinality constraints1998
Minimum length of a constraint512
Maximum length of a constraint22529
Number of terms in the objective function 5120000
Biggest coefficient in the objective function 130539
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 177420790272
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 130539
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 177420790272
Number of bits of the biggest sum of numbers38
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
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		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.13/0.12	--- Begin Solver configuration ---
0.13/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	Learn all clauses as in MiniSAT
0.13/0.12	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	No reason simplification
0.13/0.12	Glucose 2.1 dynamic restart strategy
0.13/0.12	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.12	timeout=2147483s
0.13/0.12	DB Simplification allowed=false
0.13/0.12	Listener: none
0.13/0.12	--- End Solver configuration ---
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c No reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/0.12	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.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-4432355-1721119558.opb
0.13/0.12	c reading problem ... 
0.13/0.15	c  objective function found
92.40/85.79	c ... done. Wall clock time 85.663s.
92.40/85.79	c declared #vars     5121998
92.40/85.79	c #constraints  14000
92.40/85.79	c constraints type 
92.40/85.79	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 10002
92.40/85.79	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3996
92.40/85.79	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
92.40/85.79	c 14000 constraints processed.
92.51/85.80	c objective function length is 5120000 literals
120.42/112.52	c cleaning 2559 clauses out of 5120 with flag 10241/5120
151.28/143.54	c cleaning 4352 clauses out of 8705 with flag 22529/11264
187.93/180.43	c cleaning 5760 clauses out of 11521 with flag 36865/18432
232.17/222.34	c cleaning 6720 clauses out of 13441 with flag 52225/26112
291.86/271.11	c cleaning 7968 clauses out of 15937 with flag 70657/35328
345.31/323.25	c cleaning 8848 clauses out of 17697 with flag 90113/45056
405.89/382.17	c cleaning 10056 clauses out of 20113 with flag 112641/56320
478.75/444.24	c cleaning 10916 clauses out of 21833 with flag 136193/68096
551.21/514.82	c cleaning 12114 clauses out of 24229 with flag 162817/81408
637.05/588.17	c cleaning 12969 clauses out of 25939 with flag 190465/95232
719.06/667.10	c cleaning 13908 clauses out of 27818 with flag 220161/110080
820.95/755.62	c cleaning 15146 clauses out of 30294 with flag 252929/126464
930.14/845.82	c cleaning 16021 clauses out of 32044 with flag 286721/143360
1050.26/951.74	c cleaning 16971 clauses out of 33943 with flag 322561/161280
1166.57/1051.81	c cleaning 17957 clauses out of 35916 with flag 360449/180224
1294.32/1158.38	c cleaning 18963 clauses out of 37927 with flag 400385/200192
1441.59/1281.76	c cleaning 19977 clauses out of 39956 with flag 442369/221184
1586.43/1400.35	c cleaning 20997 clauses out of 41995 with flag 486401/243200
1754.11/1536.68	c cleaning 21915 clauses out of 43840 with flag 532097/266042
1856.36/1621.27	c cleaning 23106 clauses out of 46227 with flag 580701/290344
1964.41/1715.53	c cleaning 23913 clauses out of 47842 with flag 630143/315065
2069.17/1804.77	c cleaning 24946 clauses out of 49907 with flag 682099/341043
2169.16/1901.11	c cleaning 26090 clauses out of 52196 with flag 736569/368278
2288.95/2008.39	c cleaning 27082 clauses out of 54179 with flag 792715/396351
2441.12/2145.45	c cleaning 27958 clauses out of 55928 with flag 850462/425182
2714.99/2412.58	c cleaning 29140 clauses out of 58279 with flag 911641/455491
2930.09/2594.37	c cleaning 29804 clauses out of 59683 with flag 972920/486035
3053.26/2687.27	c cleaning 30884 clauses out of 61844 with flag 1036850/518000
3191.31/2810.52	c cleaning 31965 clauses out of 64002 with flag 1103421/551042
3317.65/2923.13	c cleaning 33012 clauses out of 66095 with flag 1171609/585100
3450.29/3042.29	c cleaning 34056 clauses out of 68183 with flag 1241809/620200
3593.78/3170.19	c cleaning 35028 clauses out of 70127 with flag 1313809/656200
3600.78/3176.77	c starts		: 11
3600.78/3176.77	c conflicts		: 657861
3600.78/3176.77	c decisions		: 48794573
3600.78/3176.77	c propagations		: 194524381
3600.78/3176.77	c inspects		: 1070869114
3600.78/3176.77	c shortcuts		: 0
3600.78/3176.77	c learnt literals	: 0
3600.78/3176.77	c learnt binary clauses	: 0
3600.78/3176.77	c learnt ternary clauses	: 0
3600.78/3176.77	c learnt constraints	: 657861
3600.78/3176.77	c ignored constraints	: 0
3600.78/3176.77	c root simplifications	: 0
3600.78/3176.77	c removed literals (reason simplification)	: 0
3600.78/3176.77	c reason swapping (by a shorter reason)	: 0
3600.78/3176.77	c Calls to reduceDB	: 32
3600.78/3176.77	c Number of update (reduction) of LBD	: 498
3600.78/3176.77	c Imported unit clauses	: 0
3600.78/3176.78	c No decision after first conflict	: false
3600.78/3176.78	c number of reductions to clauses (during analyze)	: 0
3600.78/3176.78	c number of learned constraints concerned by reduction	: 0
3600.78/3176.78	c number of learning phase by resolution	: 0
3600.78/3176.78	c number of learning phase by cutting planes	: 0
3600.78/3176.78	c number of rounding to 1 operations	: 0
3600.78/3176.78	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.78/3176.78	c number of reductions of the coefficients by power 2 	: 0
3600.78/3176.78	c number of right shift for reduction by power 2 	: 0
3600.78/3176.78	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.78/3176.78	c number of ending skipping 	: 0
3600.78/3176.78	c number of internal skipping 	: 0
3600.78/3176.78	c number of derivation steps 	: 0
3600.78/3176.78	c number of skipped derivation steps 	: 0
3600.78/3176.78	c number of remaining unassigned 	: 0
3600.78/3176.78	c number of remaining assigned 	: 0
3600.78/3176.78	c number of falsified literals weakened from reason	: 0
3600.78/3176.78	c number of falsified literals weakened from conflict	: 0
3600.78/3176.78	c time for arithmetic operations	: 0
3600.78/3176.80	c minimum degree of deleted constraints	: null
3600.78/3176.80	c maximum degree of deleted constraints	: null
3600.78/3176.80	c number of deleted constraints	: 0
3600.78/3176.80	c speed (assignments/second)	: 62939.22709315456
3600.78/3176.80	c non guided choices	: 42689274
3600.97/3176.82	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 36760
3600.97/3176.82	s UNKNOWN
3600.97/3176.82	c Total wall clock time (in seconds): 3176.7

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: 63931 MiB (61456 MiB free)
  memory of node 1: 64510 MiB (60313 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432355-1721119558/watcher-4432355-1721119558 -o /tmp/evaluation-result-4432355-1721119558/solver-4432355-1721119558 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1721119571-844801 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4432355-1721119558.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=844982, runsolver pid=844979

[startup+0.100489 s]*
/proc/loadavg: 1.69 1.23 1.44 7/329 845000
/proc/meminfo: memFree=124650168/131524600 swapFree=131071996/131071996
[pid=844982] ppid=844979 vsize=18975048 memory=63520 CPUtime=0.13 cores=1,3
/proc/844982/stat : 844982 (java) S 844979 844982 844789 0 -1 1077936128 7212 0 0 0 11 2 0 0 20 0 18 0 164120921 19430449152 15880 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
/proc/844982/statm: 4743762 15880 5727 1 0 549335 0
[pid=844982/tid=844984] ppid=844979 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/844982/task/844984/stat : 844984 (java) R 844979 844982 844789 0 -1 1078198336 5739 0 0 0 7 1 0 0 20 0 18 0 164120921 19430449152 15880 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
[pid=844982/tid=844993] ppid=844979 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/844982/task/844993/stat : 844993 (Finalizer) S 844979 844982 844789 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 164120924 19430449152 15880 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
[pid=844982/tid=845000] ppid=844979 vsize=18975048 memory=14979970577492358 CPUtime=0 cores=1,3
/proc/844982/task/845000/stat : 845000 (Common-Cleaner) S 844979 844982 844789 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 164120924 19430449152 15880 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63520 KiB

[startup+0.205658 s]*
/proc/loadavg: 1.69 1.23 1.44 7/329 845000
/proc/meminfo: memFree=124498260/131524600 swapFree=131071996/131071996
[pid=844982] ppid=844979 vsize=18975048 memory=213864 CPUtime=0.3 cores=1,3
/proc/844982/stat : 844982 (java) S 844979 844982 844789 0 -1 1077936128 8135 0 0 0 25 5 0 0 20 0 18 0 164120921 19430449152 53466 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
/proc/844982/statm: 4743762 53466 5860 1 0 549850 0
[pid=844982/tid=844984] ppid=844979 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=1,3
/proc/844982/task/844984/stat : 844984 (java) R 844979 844982 844789 0 -1 4194368 6005 0 0 0 14 4 0 0 20 0 18 0 164120921 19430449152 53466 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
[pid=844982/tid=844993] ppid=844979 vsize=18975048 memory=17986 CPUtime=0 cores=1,3
/proc/844982/task/844993/stat : 844993 (Finalizer) S 844979 844982 844789 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 164120924 19430449152 53466 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
[pid=844982/tid=845000] ppid=844979 vsize=18975048 memory=13855165887284967 CPUtime=0 cores=1,3
/proc/844982/task/845000/stat : 845000 (Common-Cleaner) S 844979 844982 844789 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 164120924 19430449152 53466 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 213864 KiB

[startup+0.305656 s]*
/proc/loadavg: 1.69 1.23 1.44 6/329 845000
/proc/meminfo: memFree=124462236/131524600 swapFree=131071996/131071996
[pid=844982] ppid=844979 vsize=18975048 memory=246916 CPUtime=0.49 cores=1,3
/proc/844982/stat : 844982 (java) S 844979 844982 844789 0 -1 1077936128 9517 0 0 0 43 6 0 0 20 0 18 0 164120921 19430449152 61729 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
/proc/844982/statm: 4743762 61729 5860 1 0 550859 0
[pid=844982/tid=844984] ppid=844979 vsize=18975048 memory=-8527110045561103036 CPUtime=0.27 cores=1,3
/proc/844982/task/844984/stat : 844984 (java) R 844979 844982 844789 0 -1 4194368 6019 0 0 0 22 5 0 0 20 0 18 0 164120921 19430449152 61729 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
[pid=844982/tid=844993] ppid=844979 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/844982/task/844993/stat : 844993 (Finalizer) S 844979 844982 844789 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 164120924 19430449152 61729 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
[pid=844982/tid=845000] ppid=844979 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/844982/task/845000/stat : 845000 (Common-Cleaner) S 844979 844982 844789 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 164120924 19430449152 61729 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 246916 KiB

[startup+0.700659 s]
/proc/loadavg: 1.69 1.23 1.44 5/330 845001
/proc/meminfo: memFree=124385536/131524600 swapFree=131071996/131071996
[pid=844982] ppid=844979 vsize=19041612 memory=333364 CPUtime=1.02 cores=1,3
/proc/844982/stat : 844982 (java) S 844979 844982 844789 0 -1 1077936128 9721 0 0 0 94 8 0 0 20 0 19 0 164120921 19498610688 83341 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
/proc/844982/statm: 4760403 83341 5876 1 0 551155 0
[pid=844982/tid=844984] ppid=844979 vsize=19041612 memory=5516 CPUtime=0.6 cores=1,3
/proc/844982/task/844984/stat : 844984 (java) R 844979 844982 844789 0 -1 4194368 6049 0 0 0 54 6 0 0 20 0 19 0 164120921 19498610688 83341 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
[pid=844982/tid=844993] ppid=844979 vsize=19041612 memory=13072 CPUtime=0 cores=1,3
/proc/844982/task/844993/stat : 844993 (Finalizer) S 844979 844982 844789 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 164120924 19498610688 83341 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
[pid=844982/tid=845000] ppid=844979 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/844982/task/845000/stat : 845000 (Common-Cleaner) S 844979 844982 844789 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 164120924 19498610688 83341 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
Current children cumulated CPU time: 1.02 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 333364 KiB

[startup+1.50066 s]
/proc/loadavg: 1.69 1.23 1.44 5/330 845003
/proc/meminfo: memFree=124306728/131524600 swapFree=131071996/131071996
[pid=844982] ppid=844979 vsize=19041612 memory=583260 CPUtime=1.9 cores=1,3
/proc/844982/stat : 844982 (java) S 844979 844982 844789 0 -1 1077936128 10877 0 0 0 177 13 0 0 20 0 19 0 164120921 19498610688 145815 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
/proc/844982/statm: 4760403 145815 5892 1 0 1142315 0
[pid=844982/tid=844984] ppid=844979 vsize=19041612 memory=13072 CPUtime=1.28 cores=1,3
/proc/844982/task/844984/stat : 844984 (java) R 844979 844982 844789 0 -1 4194368 6182 0 0 0 118 10 0 0 20 0 19 0 164120921 19498610688 145815 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
[pid=844982/tid=844993] ppid=844979 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/844982/task/844993/stat : 844993 (Finalizer) S 844979 844982 844789 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 164120924 19498610688 145815 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
[pid=844982/tid=845000] ppid=844979 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/844982/task/845000/stat : 845000 (Common-Cleaner) S 844979 844982 844789 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 164120924 19498610688 145815 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
Current children cumulated CPU time: 1.9 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 583260 KiB

[startup+3.10559 s]
/proc/loadavg: 1.69 1.23 1.44 5/331 845004
/proc/meminfo: memFree=123686804/131524600 swapFree=131071996/131071996
[pid=844982] ppid=844979 vsize=19041612 memory=1027876 CPUtime=3.74 cores=1,3
/proc/844982/stat : 844982 (java) S 844979 844982 844789 0 -1 1077936128 12233 0 0 0 351 23 0 0 20 0 19 0 164120921 19498610688 256969 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
/proc/844982/statm: 4760403 256969 5892 1 0 1731471 0
[pid=844982/tid=844984] ppid=844979 vsize=19041612 memory=0 CPUtime=2.65 cores=1,3
/proc/844982/task/844984/stat : 844984 (java) R 844979 844982 844789 0 -1 4194368 6462 0 0 0 248 17 0 0 20 0 19 0 164120921 19498610688 256969 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
[pid=844982/tid=844993] ppid=844979 vsize=19041612 memory=13072 CPUtime=0 cores=1,3
/proc/844982/task/844993/stat : 844993 (Finalizer) S 844979 844982 844789 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 164120924 19498610688 256969 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
[pid=844982/tid=845000] ppid=844979 vsize=19041612 memory=675488 CPUtime=0 cores=1,3
/proc/844982/task/845000/stat : 845000 (Common-Cleaner) S 844979 844982 844789 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 164120924 19498610688 256969 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
Current children cumulated CPU time: 3.74 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1027876 KiB

[startup+6.30069 s]
/proc/loadavg: 1.95 1.29 1.46 5/331 845004
/proc/meminfo: memFree=122454464/131524600 swapFree=131071996/131071996
[pid=844982] ppid=844979 vsize=19041612 memory=2210688 CPUtime=8.12 cores=1,3
/proc/844982/stat : 844982 (java) S 844979 844982 844789 0 -1 1077936128 14858 0 0 0 764 48 0 0 20 0 19 0 164120921 19498610688 552672 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
/proc/844982/statm: 4760403 552672 5923 1 0 2099650 0
[pid=844982/tid=844984] ppid=844979 vsize=19041612 memory=0 CPUtime=5.19 cores=1,3
/proc/844982/task/844984/stat : 844984 (java) S 844979 844982 844789 0 -1 1077936192 7120 0 0 0 487 32 0 0 20 0 19 0 164120921 19498610688 552672 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
[pid=844982/tid=844993] ppid=844979 vsize=19041612 memory=646748 CPUtime=0 cores=1,3
/proc/844982/task/844993/stat : 844993 (Finalizer) S 844979 844982 844789 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 164120924 19498610688 552672 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
[pid=844982/tid=845000] ppid=844979 vsize=19041612 memory=224194199869 CPUtime=0 cores=1,3
/proc/844982/task/845000/stat : 845000 (Common-Cleaner) S 844979 844982 844789 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 164120924 19498610688 552672 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
Current children cumulated CPU time: 8.12 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2210688 KiB

[startup+12.7043 s]
/proc/loadavg: 2.12 1.34 1.47 6/331 845005
/proc/meminfo: memFree=119143876/131524600 swapFree=131071996/131071996
[pid=844982] ppid=844979 vsize=19041612 memory=5637744 CPUtime=16.55 cores=1,3
/proc/844982/stat : 844982 (java) S 844979 844982 844789 0 -1 1077936128 18625 0 0 0 1541 114 0 0 20 0 19 0 164120921 19498610688 1409436 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
/proc/844982/statm: 4760403 1409436 5923 1 0 3522340 0
[pid=844982/tid=844984] ppid=844979 vsize=19041612 memory=5238124 CPUtime=9.61 cores=1,3
/proc/844982/task/844984/stat : 844984 (java) R 844979 844982 844789 0 -1 4194368 8021 0 0 0 898 63 0 0 20 0 19 0 164120921 19498610688 1409436 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
[pid=844982/tid=844993] ppid=844979 vsize=19041612 memory=4446756 CPUtime=0 cores=1,3
/proc/844982/task/844993/stat : 844993 (Finalizer) S 844979 844982 844789 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 164120924 19498610688 1409436 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
[pid=844982/tid=845000] ppid=844979 vsize=19041612 memory=14695179886003514 CPUtime=0 cores=1,3
/proc/844982/task/845000/stat : 845000 (Common-Cleaner) S 844979 844982 844789 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 164120924 19498610688 1409436 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
Current children cumulated CPU time: 16.55 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5637744 KiB

[startup+25.5003 s]
/proc/loadavg: 2.60 1.49 1.52 5/333 845009
/proc/meminfo: memFree=114284636/131524600 swapFree=131071996/131071996
[pid=844982] ppid=844979 vsize=19041612 memory=10232020 CPUtime=31.04 cores=1,3
/proc/844982/stat : 844982 (java) S 844979 844982 844789 0 -1 1077936128 22384 0 0 0 2899 205 0 0 20 0 19 0 164120921 19498610688 2558005 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
/proc/844982/statm: 4760403 2558005 5939 1 0 3823266 0
[pid=844982/tid=844984] ppid=844979 vsize=19041612 memory=10129528 CPUtime=20.66 cores=1,3
/proc/844982/task/844984/stat : 844984 (java) R 844979 844982 844789 0 -1 4194368 10203 0 0 0 1928 138 0 0 20 0 19 0 164120921 19498610688 2558005 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
[pid=844982/tid=844993] ppid=844979 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/844982/task/844993/stat : 844993 (Finalizer) S 844979 844982 844789 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 164120924 19498610688 2558005 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
[pid=844982/tid=845000] ppid=844979 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/844982/task/845000/stat : 845000 (Common-Cleaner) S 844979 844982 844789 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 164120924 19498610688 2558005 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
Current children cumulated CPU time: 31.04 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 10232020 KiB

[startup+51.1097 s]
/proc/loadavg: 3.14 1.71 1.59 5/333 845014
/proc/meminfo: memFree=113897720/131524600 swapFree=131071996/131071996
[pid=844982] ppid=844979 vsize=19041612 memory=10469928 CPUtime=57.32 cores=1,3
/proc/844982/stat : 844982 (java) S 844979 844982 844789 0 -1 1077936128 28783 0 0 0 5517 215 0 0 20 0 19 0 164120921 19498610688 2617482 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
/proc/844982/statm: 4760403 2617482 5939 1 0 3890367 0
[pid=844982/tid=844984] ppid=844979 vsize=19041612 memory=0 CPUtime=44.27 cores=1,3
/proc/844982/task/844984/stat : 844984 (java) S 844979 844982 844789 0 -1 1077936192 11264 0 0 0 4282 145 0 0 20 0 19 0 164120921 19498610688 2617482 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
[pid=844982/tid=844993] ppid=844979 vsize=19041612 memory=5637744 CPUtime=0 cores=1,3
/proc/844982/task/844993/stat : 844993 (Finalizer) S 844979 844982 844789 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 164120924 19498610688 2617482 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
[pid=844982/tid=845000] ppid=844979 vsize=19041612 memory=1079076 CPUtime=0 cores=1,3
/proc/844982/task/845000/stat : 845000 (Common-Cleaner) S 844979 844982 844789 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 164120924 19498610688 2617482 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
Current children cumulated CPU time: 57.32 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 10469928 KiB

[startup+102.301 s]
/proc/loadavg: 3.81 2.11 1.73 5/332 845023
/proc/meminfo: memFree=112654204/131524600 swapFree=131071996/131071996
[pid=844982] ppid=844979 vsize=19108176 memory=11226540 CPUtime=110.13 cores=1,3
/proc/844982/stat : 844982 (java) S 844979 844982 844789 0 -1 1077936128 45879 0 0 0 10774 239 0 0 20 0 20 0 164120921 19566772224 2806635 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
/proc/844982/statm: 4777044 2806635 5976 1 0 3964914 0

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

[startup+2862.3 s]
/proc/loadavg: 4.44 4.41 4.23 5/336 847643
/proc/meminfo: memFree=92546496/131524600 swapFree=131071996/131071996
[pid=844982] ppid=844979 vsize=19174740 memory=16271260 CPUtime=3254.92 cores=1,3
/proc/844982/stat : 844982 (java) S 844979 844982 844789 0 -1 1077936128 423376 0 0 0 324887 605 0 0 20 0 21 0 164120921 19634933760 4067815 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
/proc/844982/statm: 4793685 4067815 6037 1 0 4091701 0
[pid=844982/tid=844984] ppid=844979 vsize=19174740 memory=16260852 CPUtime=2686.48 cores=1,3
/proc/844982/task/844984/stat : 844984 (java) R 844979 844982 844789 0 -1 4194368 87707 0 0 0 268435 213 0 0 20 0 21 0 164120921 19634933760 4067815 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
[pid=844982/tid=844993] ppid=844979 vsize=19174740 memory=16271260 CPUtime=0 cores=1,3
/proc/844982/task/844993/stat : 844993 (Finalizer) S 844979 844982 844789 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 164120924 19634933760 4067815 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
[pid=844982/tid=845000] ppid=844979 vsize=19174740 memory=41536 CPUtime=0 cores=1,3
/proc/844982/task/845000/stat : 845000 (Common-Cleaner) S 844979 844982 844789 0 -1 1077936192 1031 0 0 0 0 0 0 0 20 0 21 0 164120924 19634933760 4067815 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
[pid=844982/tid=845020] ppid=844979 vsize=19174740 memory=16271260 CPUtime=0 cores=1,3
/proc/844982/task/845020/stat : 845020 (Timer-0) S 844979 844982 844789 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 164129532 19634933760 4067815 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
Current children cumulated CPU time: 3254.92 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16271260 KiB

[startup+2922.3 s]
/proc/loadavg: 4.27 4.36 4.22 5/336 847654
/proc/meminfo: memFree=92355152/131524600 swapFree=131071996/131071996
[pid=844982] ppid=844979 vsize=19174740 memory=16271456 CPUtime=3316.85 cores=1,3
/proc/844982/stat : 844982 (java) S 844979 844982 844789 0 -1 1077936128 423799 0 0 0 331078 607 0 0 20 0 21 0 164120921 19634933760 4067864 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
/proc/844982/statm: 4793685 4067864 6037 1 0 4091701 0
[pid=844982/tid=844984] ppid=844979 vsize=19174740 memory=16260988 CPUtime=2744.16 cores=1,3
/proc/844982/task/844984/stat : 844984 (java) R 844979 844982 844789 0 -1 4194368 88076 0 0 0 274203 213 0 0 20 0 21 0 164120921 19634933760 4067864 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
[pid=844982/tid=844993] ppid=844979 vsize=19174740 memory=16260828 CPUtime=0 cores=1,3
/proc/844982/task/844993/stat : 844993 (Finalizer) S 844979 844982 844789 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 164120924 19634933760 4067864 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
[pid=844982/tid=845000] ppid=844979 vsize=19174740 memory=16271456 CPUtime=0 cores=1,3
/proc/844982/task/845000/stat : 845000 (Common-Cleaner) S 844979 844982 844789 0 -1 1077936192 1035 0 0 0 0 0 0 0 20 0 21 0 164120924 19634933760 4067864 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
[pid=844982/tid=845020] ppid=844979 vsize=19174740 memory=16271456 CPUtime=0 cores=1,3
/proc/844982/task/845020/stat : 845020 (Timer-0) S 844979 844982 844789 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 164129532 19634933760 4067864 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
Current children cumulated CPU time: 3316.85 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16271456 KiB

[startup+2982.3 s]
/proc/loadavg: 4.28 4.35 4.23 5/332 847664
/proc/meminfo: memFree=91821688/131524600 swapFree=131071996/131071996
[pid=844982] ppid=844979 vsize=19174740 memory=16271456 CPUtime=3388.68 cores=1,3
/proc/844982/stat : 844982 (java) S 844979 844982 844789 0 -1 1077936128 426388 0 0 0 338252 616 0 0 20 0 21 0 164120921 19634933760 4067864 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
/proc/844982/statm: 4793685 4067864 6037 1 0 4091701 0
[pid=844982/tid=844984] ppid=844979 vsize=19174740 memory=-8527110045561103036 CPUtime=2801.33 cores=1,3
/proc/844982/task/844984/stat : 844984 (java) R 844979 844982 844789 0 -1 4194368 88977 0 0 0 279920 213 0 0 20 0 21 0 164120921 19634933760 4067864 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
[pid=844982/tid=844993] ppid=844979 vsize=19174740 memory=11444 CPUtime=0 cores=1,3
/proc/844982/task/844993/stat : 844993 (Finalizer) S 844979 844982 844789 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 164120924 19634933760 4067864 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
[pid=844982/tid=845000] ppid=844979 vsize=19174740 memory=11444 CPUtime=0 cores=1,3
/proc/844982/task/845000/stat : 845000 (Common-Cleaner) S 844979 844982 844789 0 -1 1077936192 1035 0 0 0 0 0 0 0 20 0 21 0 164120924 19634933760 4067864 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
[pid=844982/tid=845020] ppid=844979 vsize=19174740 memory=16271456 CPUtime=0 cores=1,3
/proc/844982/task/845020/stat : 845020 (Timer-0) S 844979 844982 844789 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 164129532 19634933760 4067864 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
Current children cumulated CPU time: 3388.68 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16271456 KiB

[startup+3042.3 s]
/proc/loadavg: 4.20 4.32 4.22 5/332 847674
/proc/meminfo: memFree=91492820/131524600 swapFree=131071996/131071996
[pid=844982] ppid=844979 vsize=19174740 memory=16271456 CPUtime=3450.39 cores=1,3
/proc/844982/stat : 844982 (java) S 844979 844982 844789 0 -1 1077936128 427407 0 0 0 344421 618 0 0 20 0 21 0 164120921 19634933760 4067864 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
/proc/844982/statm: 4793685 4067864 6037 1 0 4091712 0
[pid=844982/tid=844984] ppid=844979 vsize=19174740 memory=30276 CPUtime=2858.76 cores=1,3
/proc/844982/task/844984/stat : 844984 (java) R 844979 844982 844789 0 -1 4194368 89823 0 0 0 285663 213 0 0 20 0 21 0 164120921 19634933760 4067864 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
[pid=844982/tid=844993] ppid=844979 vsize=19174740 memory=16076 CPUtime=0 cores=1,3
/proc/844982/task/844993/stat : 844993 (Finalizer) S 844979 844982 844789 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 164120924 19634933760 4067864 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
[pid=844982/tid=845000] ppid=844979 vsize=19174740 memory=11444 CPUtime=0 cores=1,3
/proc/844982/task/845000/stat : 845000 (Common-Cleaner) S 844979 844982 844789 0 -1 1077936192 1035 0 0 0 0 0 0 0 20 0 21 0 164120924 19634933760 4067864 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
[pid=844982/tid=845020] ppid=844979 vsize=19174740 memory=11444 CPUtime=0 cores=1,3
/proc/844982/task/845020/stat : 845020 (Timer-0) S 844979 844982 844789 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 164129532 19634933760 4067864 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
Current children cumulated CPU time: 3450.39 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16271456 KiB

[startup+3102.3 s]
/proc/loadavg: 4.41 4.36 4.25 5/332 847686
/proc/meminfo: memFree=90903468/131524600 swapFree=131071996/131071996
[pid=844982] ppid=844979 vsize=19174740 memory=16271472 CPUtime=3523.53 cores=1,3
/proc/844982/stat : 844982 (java) S 844979 844982 844789 0 -1 1077936128 427714 0 0 0 351726 627 0 0 20 0 21 0 164120921 19634933760 4067868 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
/proc/844982/statm: 4793685 4067868 6037 1 0 4091712 0
[pid=844982/tid=844984] ppid=844979 vsize=19174740 memory=16271472 CPUtime=2916.33 cores=1,3
/proc/844982/task/844984/stat : 844984 (java) R 844979 844982 844789 0 -1 4194368 89969 0 0 0 291420 213 0 0 20 0 21 0 164120921 19634933760 4067868 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 9 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
[pid=844982/tid=844993] ppid=844979 vsize=19174740 memory=16076 CPUtime=0 cores=1,3
/proc/844982/task/844993/stat : 844993 (Finalizer) S 844979 844982 844789 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 164120924 19634933760 4067868 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
[pid=844982/tid=845000] ppid=844979 vsize=19174740 memory=5516 CPUtime=0 cores=1,3
/proc/844982/task/845000/stat : 845000 (Common-Cleaner) S 844979 844982 844789 0 -1 1077936192 1035 0 0 0 0 0 0 0 20 0 21 0 164120924 19634933760 4067868 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
[pid=844982/tid=845020] ppid=844979 vsize=19174740 memory=27196 CPUtime=0 cores=1,3
/proc/844982/task/845020/stat : 845020 (Timer-0) S 844979 844982 844789 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 164129532 19634933760 4067868 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
Current children cumulated CPU time: 3523.53 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16271472 KiB

[startup+3162.3 s]
/proc/loadavg: 4.20 4.31 4.23 5/331 847696
/proc/meminfo: memFree=90250492/131524600 swapFree=131071996/131071996
[pid=844982] ppid=844979 vsize=19174740 memory=16271472 CPUtime=3586.04 cores=1,3
/proc/844982/stat : 844982 (java) S 844979 844982 844789 0 -1 1077936128 428393 0 0 0 357975 629 0 0 20 0 21 0 164120921 19634933760 4067868 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
/proc/844982/statm: 4793685 4067868 6037 1 0 4091712 0
[pid=844982/tid=844984] ppid=844979 vsize=19174740 memory=16076 CPUtime=2973.47 cores=1,3
/proc/844982/task/844984/stat : 844984 (java) R 844979 844982 844789 0 -1 4194368 90154 0 0 0 297134 213 0 0 20 0 21 0 164120921 19634933760 4067868 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 9 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
[pid=844982/tid=844993] ppid=844979 vsize=19174740 memory=16271472 CPUtime=0 cores=1,3
/proc/844982/task/844993/stat : 844993 (Finalizer) S 844979 844982 844789 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 164120924 19634933760 4067868 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
[pid=844982/tid=845000] ppid=844979 vsize=19174740 memory=11444 CPUtime=0 cores=1,3
/proc/844982/task/845000/stat : 845000 (Common-Cleaner) S 844979 844982 844789 0 -1 1077936192 1035 0 0 0 0 0 0 0 20 0 21 0 164120924 19634933760 4067868 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
[pid=844982/tid=845020] ppid=844979 vsize=19174740 memory=16271472 CPUtime=0 cores=1,3
/proc/844982/task/845020/stat : 845020 (Timer-0) S 844979 844982 844789 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 164129532 19634933760 4067868 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
Current children cumulated CPU time: 3586.04 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16271472 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3176.4 s]
/proc/loadavg: 4.23 4.31 4.24 5/331 847697
/proc/meminfo: memFree=90178696/131524600 swapFree=131071996/131071996
[pid=844982] ppid=844979 vsize=19174740 memory=16271472 CPUtime=3600.18 cores=1,3
/proc/844982/stat : 844982 (java) S 844979 844982 844789 0 -1 1077936128 428586 0 0 0 359389 629 0 0 20 0 21 0 164120921 19634933760 4067868 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
/proc/844982/statm: 4793685 4067868 6037 1 0 4091712 0
[pid=844982/tid=844984] ppid=844979 vsize=19174740 memory=1816 CPUtime=2987.28 cores=1,3
/proc/844982/task/844984/stat : 844984 (java) S 844979 844982 844789 0 -1 1077936192 90343 0 0 0 298515 213 0 0 20 0 21 0 164120921 19634933760 4067868 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 9 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
[pid=844982/tid=844993] ppid=844979 vsize=19174740 memory=19060 CPUtime=0 cores=1,3
/proc/844982/task/844993/stat : 844993 (Finalizer) S 844979 844982 844789 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 164120924 19634933760 4067868 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
[pid=844982/tid=845000] ppid=844979 vsize=19174740 memory=16271472 CPUtime=0 cores=1,3
/proc/844982/task/845000/stat : 845000 (Common-Cleaner) S 844979 844982 844789 0 -1 1077936192 1035 0 0 0 0 0 0 0 20 0 21 0 164120924 19634933760 4067868 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
[pid=844982/tid=845020] ppid=844979 vsize=19174740 memory=32188 CPUtime=0 cores=1,3
/proc/844982/task/845020/stat : 845020 (Timer-0) S 844979 844982 844789 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 21 0 164129532 19634933760 4067868 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
Current children cumulated CPU time: 3600.18 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 16271472 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.73 s, system=6.34362 s

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

[startup+3176.8 s]
/proc/loadavg: 4.23 4.31 4.24 5/331 847697
/proc/meminfo: memFree=90178696/131524600 swapFree=131071996/131071996
[pid=844982] ppid=844979 vsize=19374432 memory=16272028 CPUtime=3600.97 cores=1,3
/proc/844982/stat : 844982 (java) S 844979 844982 844789 0 -1 1077936128 429957 0 0 0 359468 629 0 0 20 0 22 0 164120921 19839418368 4068007 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
/proc/844982/statm: 4843608 4068007 6036 1 0 4092599 0
[pid=844982/tid=844984] ppid=844979 vsize=19374432 memory=16271472 CPUtime=2987.32 cores=1,3
/proc/844982/task/844984/stat : 844984 (java) R 844979 844982 844789 0 -1 4194368 90345 0 0 0 298519 213 0 0 20 0 22 0 164120921 19839418368 4068007 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 9 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
[pid=844982/tid=844993] ppid=844979 vsize=19374432 memory=16076 CPUtime=0 cores=1,3
/proc/844982/task/844993/stat : 844993 (Finalizer) S 844979 844982 844789 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 22 0 164120924 19839418368 4068007 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
[pid=844982/tid=845000] ppid=844979 vsize=19374432 memory=2280 CPUtime=0 cores=1,3
/proc/844982/task/845000/stat : 845000 (Common-Cleaner) S 844979 844982 844789 0 -1 1077936192 1035 0 0 0 0 0 0 0 20 0 22 0 164120924 19839418368 4068007 134679101440 94411888017408 94411888021104 140720996413184 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94411888028920 94411888029712 94411903614976 140720996418567 140720996418657 140720996418657 140720996425672 0
Current children cumulated CPU time: 3600.97 s
Current children cumulated vsize: 19374432 KiB
Current children cumulated memory: 16272028 KiB

Child status: 143

Real time (s): 3176.87
CPU time (s): 3601.08
CPU user time (s): 3594.73
CPU system time (s): 6.34362
CPU usage (%): 113.353
Max. virtual memory (cumulated for all children) (KiB): 19374432
Max. memory (cumulated for all children) (KiB): 16272028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.73
system time used= 6.34362
maximum resident set size= 16272784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 430066
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 108650
involuntary context switches= 33897


# summary of solver processes directly reported to runsolver:
#   pid: 844982
#   total CPU time (s): 3601.08
#   total CPU user time (s): 3594.73
#   total CPU system time (s): 6.34362

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.00271 second user time and 16.1589 second system time

The end

Launcher Data

Begin job on nodeC024 at 2024-07-16 10:46:13
IDJOB=4432355
IDBENCH=148739
IDSOLVER=3058
FILE ID=nodeC024/4432355-1721119558
RUNJOBID= nodeC024-1721119571-844801
SLURM_JOB_ID= 7505670
Free space on /tmp= 889828 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB09/OPT-LIN/aries-da_nrp/normalized-aries-da_network_2000_5__647_1792__512.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432355-1721119558/watcher-4432355-1721119558 -o /tmp/evaluation-result-4432355-1721119558/solver-4432355-1721119558 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1721119571-844801 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4432355-1721119558.opb

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

MD5SUM BENCH= 40351a18114e83e0c165271c5d48a38f
RANDOM SEED=516993125

nodeC024.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3681.665
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.60
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		: 3615.982
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7007.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.693
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.616
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7007.08
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.215
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.60
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		: 3672.092
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7007.08
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		: 3681.505
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.60
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		: 3628.444
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7007.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        124696696 kB
MemAvailable:   129249388 kB
Buffers:          397908 kB
Cached:          4939604 kB
SwapCached:            0 kB
Active:           683804 kB
Inactive:        5435728 kB
Active(anon):       1540 kB
Inactive(anon):   818192 kB
Active(file):     682264 kB
Inactive(file):  4617536 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            260764 kB
Writeback:             0 kB
AnonPages:        782000 kB
Mapped:           124440 kB
Shmem:             37720 kB
KReclaimable:     185076 kB
Slab:             300756 kB
SReclaimable:     185076 kB
SUnreclaim:       115680 kB
KernelStack:        5008 kB
PageTables:        11472 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7281216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            61152 kB
HardwareCorrupted:     0 kB
AnonHugePages:    532480 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      240340 kB
DirectMap2M:    23650304 kB
DirectMap1G:    112197632 kB

Free space on /tmp at the end= 889824 MiB
End job on nodeC024 at 2024-07-16 11:39:10