Trace number 4432450

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) 3600.19 3609.21

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/sroussel/NG/
normalized-NG.dot_fibo_10null0mast_rapportOE1.0_TMAX180_K192_cod2.opb
MD5SUMad0aeea3e7e7044b142cd83589fcb352
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 benchmark-375879
Best CPU time to get the best result obtained on this benchmark3558.78
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 1605
Biggest coefficient in the objective function 6765
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 1300178
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 6765
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 1300178
Number of bits of the biggest sum of numbers21
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.09	c Number of processors 	2
0.13/0.13	--- Begin Solver configuration ---
0.13/0.13	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.13	Learn all clauses as in MiniSAT
0.13/0.13	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	No reason simplification
0.13/0.13	Glucose 2.1 dynamic restart strategy
0.13/0.13	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	timeout=2147483s
0.13/0.13	DB Simplification allowed=false
0.13/0.13	Listener: none
0.13/0.13	--- End Solver configuration ---
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c No reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4432450-1721157239.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  objective function found
5.74/4.19	c ... done. Wall clock time 4.061s.
5.74/4.19	c declared #vars     400896
5.74/4.19	c #constraints  402763
5.74/4.19	c constraints type 
5.74/4.19	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 24448
5.74/4.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1977
5.74/4.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
5.74/4.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 376337
5.74/4.19	c 402763 constraints processed.
5.91/4.20	c objective function length is 1605 literals
37.92/35.35	c cleaning 2457 clauses out of 4998 with flag 72023/5000
83.15/80.25	c cleaning 4206 clauses out of 8540 with flag 179510/11000
124.76/121.73	c cleaning 5665 clauses out of 11334 with flag 273443/18000
180.64/177.54	c cleaning 6833 clauses out of 13671 with flag 321135/26002
234.17/231.17	c cleaning 7916 clauses out of 15836 with flag 406513/35000
280.70/277.79	c cleaning 8938 clauses out of 17921 with flag 475321/45001
339.14/336.28	c cleaning 9985 clauses out of 19982 with flag 513499/56000
412.86/410.10	c cleaning 10997 clauses out of 22000 with flag 560028/68003
497.27/494.50	c cleaning 11984 clauses out of 24001 with flag 624584/81001
581.48/578.86	c cleaning 12997 clauses out of 26016 with flag 700516/95000
664.79/662.24	c cleaning 14005 clauses out of 28019 with flag 781238/110000
758.88/756.45	c cleaning 15007 clauses out of 30014 with flag 854279/126000
845.51/843.16	c cleaning 15990 clauses out of 32007 with flag 935499/143000
939.52/937.27	c cleaning 17004 clauses out of 34018 with flag 1053483/161001
1041.22/1039.09	c cleaning 17999 clauses out of 36013 with flag 1174784/180000
1147.71/1145.66	c cleaning 18993 clauses out of 38015 with flag 1321925/200001
1263.42/1261.43	c cleaning 20002 clauses out of 40022 with flag 1451312/221001
1400.61/1398.70	c cleaning 20999 clauses out of 42019 with flag 1634711/243000
1535.11/1533.33	c cleaning 22004 clauses out of 44025 with flag 1738898/266005
1676.70/1675.05	c cleaning 22999 clauses out of 46016 with flag 1872121/290000
1806.67/1804.62	c cleaning 24008 clauses out of 48017 with flag 2021231/315000
1963.70/1961.81	c cleaning 25003 clauses out of 50009 with flag 2194075/341000
2116.51/2115.36	c cleaning 25999 clauses out of 52006 with flag 2348417/368000
2276.15/2276.09	c cleaning 26999 clauses out of 54007 with flag 2518820/396000
2428.27/2429.19	c cleaning 28001 clauses out of 56010 with flag 2653521/425002
2558.03/2559.96	c cleaning 29003 clauses out of 58007 with flag 2768135/455000
2689.41/2692.19	c cleaning 29995 clauses out of 60004 with flag 2883549/486000
2836.29/2839.96	c cleaning 30996 clauses out of 62009 with flag 3018355/518000
3029.49/3034.43	c cleaning 32007 clauses out of 64013 with flag 3166756/551000
3183.26/3189.22	c cleaning 32999 clauses out of 66006 with flag 3306391/585000
3366.13/3373.31	c cleaning 33994 clauses out of 68008 with flag 3501102/620001
3545.97/3554.60	c cleaning 34996 clauses out of 70013 with flag 3669579/656000
3600.04/3609.12	c starts		: 309
3600.04/3609.13	c conflicts		: 668097
3600.04/3609.13	c decisions		: 8303853
3600.04/3609.13	c propagations		: 23426146882
3600.04/3609.13	c inspects		: 3508673442
3600.04/3609.13	c shortcuts		: 0
3600.04/3609.13	c learnt literals	: 3
3600.04/3609.13	c learnt binary clauses	: 1705
3600.04/3609.13	c learnt ternary clauses	: 1330
3600.04/3609.13	c learnt constraints	: 668094
3600.04/3609.13	c ignored constraints	: 0
3600.04/3609.13	c root simplifications	: 0
3600.04/3609.13	c removed literals (reason simplification)	: 0
3600.04/3609.13	c reason swapping (by a shorter reason)	: 0
3600.04/3609.13	c Calls to reduceDB	: 32
3600.04/3609.13	c Number of update (reduction) of LBD	: 101346
3600.04/3609.13	c Imported unit clauses	: 0
3600.04/3609.13	c No decision after first conflict	: false
3600.04/3609.13	c number of reductions to clauses (during analyze)	: 0
3600.04/3609.13	c timeout
3600.04/3609.15	c number of learned constraints concerned by reduction	: 0
3600.04/3609.15	c number of learning phase by resolution	: 0
3600.04/3609.15	c number of learning phase by cutting planes	: 0
3600.04/3609.15	c number of rounding to 1 operations	: 0
3600.04/3609.15	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3609.15	c number of reductions of the coefficients by power 2 	: 0
3600.04/3609.15	c number of right shift for reduction by power 2 	: 0
3600.04/3609.15	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3609.15	c number of ending skipping 	: 0
3600.04/3609.15	c number of internal skipping 	: 0
3600.04/3609.15	c number of derivation steps 	: 0
3600.04/3609.15	c number of skipped derivation steps 	: 0
3600.04/3609.15	c number of remaining unassigned 	: 0
3600.04/3609.15	c number of remaining assigned 	: 0
3600.04/3609.15	c number of falsified literals weakened from reason	: 0
3600.04/3609.15	c number of falsified literals weakened from conflict	: 0
3600.04/3609.15	c time for arithmetic operations	: 0
3600.04/3609.15	c minimum degree of deleted constraints	: null
3600.04/3609.15	c maximum degree of deleted constraints	: null
3600.04/3609.15	c number of deleted constraints	: 0
3600.04/3609.15	c speed (assignments/second)	: 6498390.914071483
3600.04/3609.15	c non guided choices	: 19971
3600.04/3609.18	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 45409
3600.04/3609.18	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 1705
3600.04/3609.18	s UNKNOWN
3600.04/3609.18	c Total wall clock time (in seconds): 3609.051

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432450-1721157239/watcher-4432450-1721157239 -o /tmp/evaluation-result-4432450-1721157239/solver-4432450-1721157239 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721157252-873793 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4432450-1721157239.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=873823, runsolver pid=873818

[startup+0.101236 s]*
/proc/loadavg: 4.11 4.27 4.22 15/329 873922
/proc/meminfo: memFree=127759360/131524600 swapFree=131071996/131071996
[pid=873823] ppid=873818 vsize=18975048 memory=62272 CPUtime=0.13 cores=1,3
/proc/873823/stat : 873823 (java) S 873818 873823 873781 0 -1 1077936128 7199 0 0 0 11 2 0 0 20 0 18 0 167892193 19430449152 15568 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
/proc/873823/statm: 4743762 15568 5520 1 0 549300 0
[pid=873823/tid=873828] ppid=873818 vsize=18975048 memory=4026531971 CPUtime=0.08 cores=1,3
/proc/873823/task/873828/stat : 873828 (java) R 873818 873823 873781 0 -1 1077936192 5729 0 0 0 7 1 0 0 20 0 18 0 167892194 19430449152 15568 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
[pid=873823/tid=873863] ppid=873818 vsize=18975048 memory=15945 CPUtime=0 cores=1,3
/proc/873823/task/873863/stat : 873863 (Finalizer) S 873818 873823 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 167892196 19430449152 15568 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
[pid=873823/tid=873874] ppid=873818 vsize=18975048 memory=14418111545738801 CPUtime=0 cores=1,3
/proc/873823/task/873874/stat : 873874 (Common-Cleaner) S 873818 873823 873781 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 18 0 167892197 19430449152 15568 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62272 KiB

[startup+0.208669 s]*
/proc/loadavg: 4.11 4.27 4.22 13/329 873922
/proc/meminfo: memFree=127636384/131524600 swapFree=131071996/131071996
[pid=873823] ppid=873818 vsize=18975048 memory=95072 CPUtime=0.32 cores=1,3
/proc/873823/stat : 873823 (java) S 873818 873823 873781 0 -1 1077936128 7901 0 0 0 30 2 0 0 20 0 18 0 167892193 19430449152 23768 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
/proc/873823/statm: 4743762 23768 5806 1 0 549850 0
[pid=873823/tid=873828] ppid=873818 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=1,3
/proc/873823/task/873828/stat : 873828 (java) R 873818 873823 873781 0 -1 4194368 5919 0 0 0 16 1 0 0 20 0 18 0 167892194 19430449152 23768 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
[pid=873823/tid=873863] ppid=873818 vsize=18975048 memory=15945 CPUtime=0 cores=1,3
/proc/873823/task/873863/stat : 873863 (Finalizer) S 873818 873823 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 167892196 19430449152 23768 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
[pid=873823/tid=873874] ppid=873818 vsize=18975048 memory=14418111545738801 CPUtime=0 cores=1,3
/proc/873823/task/873874/stat : 873874 (Common-Cleaner) S 873818 873823 873781 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 18 0 167892197 19430449152 23768 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 95072 KiB

[startup+0.305692 s]*
/proc/loadavg: 4.11 4.27 4.22 12/329 873922
/proc/meminfo: memFree=127490656/131524600 swapFree=131071996/131071996
[pid=873823] ppid=873818 vsize=18975048 memory=128688 CPUtime=0.51 cores=1,3
/proc/873823/stat : 873823 (java) S 873818 873823 873781 0 -1 1077936128 9202 0 0 0 48 3 0 0 20 0 18 0 167892193 19430449152 32172 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
/proc/873823/statm: 4743762 32172 5806 1 0 550631 0
[pid=873823/tid=873828] ppid=873818 vsize=18975048 memory=-9031514307582862012 CPUtime=0.26 cores=1,3
/proc/873823/task/873828/stat : 873828 (java) R 873818 873823 873781 0 -1 4194368 5934 0 0 0 24 2 0 0 20 0 18 0 167892194 19430449152 32172 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
[pid=873823/tid=873863] ppid=873818 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/873823/task/873863/stat : 873863 (Finalizer) S 873818 873823 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 167892196 19430449152 32172 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
[pid=873823/tid=873874] ppid=873818 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/873823/task/873874/stat : 873874 (Common-Cleaner) S 873818 873823 873781 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 18 0 167892197 19430449152 32172 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 128688 KiB

[startup+0.701674 s]
/proc/loadavg: 4.11 4.27 4.22 13/333 873926
/proc/meminfo: memFree=127228172/131524600 swapFree=131071996/131071996
[pid=873823] ppid=873818 vsize=19041612 memory=222384 CPUtime=1.23 cores=1,3
/proc/873823/stat : 873823 (java) S 873818 873823 873781 0 -1 1077936128 16811 0 0 0 117 6 0 0 20 0 19 0 167892193 19498610688 55596 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
/proc/873823/statm: 4760403 55596 5838 1 0 555986 0
[pid=873823/tid=873828] ppid=873818 vsize=19041612 memory=5428 CPUtime=0.53 cores=1,3
/proc/873823/task/873828/stat : 873828 (java) R 873818 873823 873781 0 -1 4194368 5967 0 0 0 51 2 0 0 20 0 19 0 167892194 19498610688 55596 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
[pid=873823/tid=873863] ppid=873818 vsize=19041612 memory=13120 CPUtime=0 cores=1,3
/proc/873823/task/873863/stat : 873863 (Finalizer) S 873818 873823 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 167892196 19498610688 55596 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
[pid=873823/tid=873874] ppid=873818 vsize=19041612 memory=1848 CPUtime=0 cores=1,3
/proc/873823/task/873874/stat : 873874 (Common-Cleaner) S 873818 873823 873781 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 19 0 167892197 19498610688 55596 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 222384 KiB

[startup+1.50867 s]
/proc/loadavg: 4.11 4.27 4.22 14/333 873926
/proc/meminfo: memFree=126221260/131524600 swapFree=131071996/131071996
[pid=873823] ppid=873818 vsize=19041612 memory=644396 CPUtime=2.8 cores=1,3
/proc/873823/stat : 873823 (java) S 873818 873823 873781 0 -1 1077936128 19053 0 0 0 264 16 0 0 20 0 19 0 167892193 19498610688 161099 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
/proc/873823/statm: 4760403 161099 5838 1 0 1192055 0
[pid=873823/tid=873828] ppid=873818 vsize=19041612 memory=13120 CPUtime=1.21 cores=1,3
/proc/873823/task/873828/stat : 873828 (java) S 873818 873823 873781 0 -1 1077936192 6201 0 0 0 110 11 0 0 20 0 19 0 167892194 19498610688 161099 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
[pid=873823/tid=873863] ppid=873818 vsize=19041612 memory=1848 CPUtime=0 cores=1,3
/proc/873823/task/873863/stat : 873863 (Finalizer) S 873818 873823 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 167892196 19498610688 161099 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
[pid=873823/tid=873874] ppid=873818 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/873823/task/873874/stat : 873874 (Common-Cleaner) S 873818 873823 873781 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 19 0 167892197 19498610688 161099 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 644396 KiB

[startup+3.10605 s]
/proc/loadavg: 4.11 4.27 4.22 5/333 873926
/proc/meminfo: memFree=114640204/131524600 swapFree=131071996/131071996
[pid=873823] ppid=873818 vsize=19041612 memory=2757396 CPUtime=4.69 cores=1,3
/proc/873823/stat : 873823 (java) S 873818 873823 873781 0 -1 1077936128 21575 0 0 0 410 59 0 0 20 0 19 0 167892193 19498610688 689349 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
/proc/873823/statm: 4760403 689349 5838 1 0 2221887 0
[pid=873823/tid=873828] ppid=873818 vsize=19041612 memory=0 CPUtime=2.51 cores=1,3
/proc/873823/task/873828/stat : 873828 (java) R 873818 873823 873781 0 -1 4194368 7155 0 0 0 201 50 0 0 20 0 19 0 167892194 19498610688 689349 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
[pid=873823/tid=873863] ppid=873818 vsize=19041612 memory=13120 CPUtime=0 cores=1,3
/proc/873823/task/873863/stat : 873863 (Finalizer) S 873818 873823 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 167892196 19498610688 689349 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
[pid=873823/tid=873874] ppid=873818 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/873823/task/873874/stat : 873874 (Common-Cleaner) S 873818 873823 873781 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 19 0 167892197 19498610688 689349 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
Current children cumulated CPU time: 4.69 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2757396 KiB

[startup+6.30027 s]
/proc/loadavg: 4.10 4.27 4.22 6/337 873930
/proc/meminfo: memFree=111652092/131524600 swapFree=131071996/131071996
[pid=873823] ppid=873818 vsize=19108176 memory=3996276 CPUtime=8.68 cores=1,3
/proc/873823/stat : 873823 (java) S 873818 873823 873781 0 -1 1077936128 22738 0 0 0 783 85 0 0 20 0 20 0 167892193 19566772224 999069 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
/proc/873823/statm: 4777044 999069 5922 1 0 2222442 0
[pid=873823/tid=873828] ppid=873818 vsize=19108176 memory=0 CPUtime=5.64 cores=1,3
/proc/873823/task/873828/stat : 873828 (java) R 873818 873823 873781 0 -1 4194368 8010 0 0 0 489 75 0 0 20 0 20 0 167892194 19566772224 999069 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
[pid=873823/tid=873863] ppid=873818 vsize=19108176 memory=13120 CPUtime=0 cores=1,3
/proc/873823/task/873863/stat : 873863 (Finalizer) S 873818 873823 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167892196 19566772224 999069 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
[pid=873823/tid=873874] ppid=873818 vsize=19108176 memory=4638778398332698727 CPUtime=0 cores=1,3
/proc/873823/task/873874/stat : 873874 (Common-Cleaner) S 873818 873823 873781 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 167892197 19566772224 999069 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
[pid=873823/tid=873927] ppid=873818 vsize=19108176 memory=654636 CPUtime=0 cores=1,3
/proc/873823/task/873927/stat : 873927 (Timer-0) S 873818 873823 873781 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167892617 19566772224 999069 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
Current children cumulated CPU time: 8.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3996276 KiB

[startup+12.7003 s]
/proc/loadavg: 4.09 4.26 4.22 5/337 873932
/proc/meminfo: memFree=111504760/131524600 swapFree=131071996/131071996
[pid=873823] ppid=873818 vsize=19108176 memory=3996892 CPUtime=15.25 cores=1,3
/proc/873823/stat : 873823 (java) S 873818 873823 873781 0 -1 1077936128 22838 0 0 0 1439 86 0 0 20 0 20 0 167892193 19566772224 999223 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
/proc/873823/statm: 4777044 999223 5922 1 0 2222442 0
[pid=873823/tid=873828] ppid=873818 vsize=19108176 memory=-8600857593215558332 CPUtime=12.03 cores=1,3
/proc/873823/task/873828/stat : 873828 (java) R 873818 873823 873781 0 -1 4194368 8070 0 0 0 1128 75 0 0 20 0 20 0 167892194 19566772224 999223 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
[pid=873823/tid=873863] ppid=873818 vsize=19108176 memory=13120 CPUtime=0 cores=1,3
/proc/873823/task/873863/stat : 873863 (Finalizer) S 873818 873823 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167892196 19566772224 999223 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
[pid=873823/tid=873874] ppid=873818 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/873823/task/873874/stat : 873874 (Common-Cleaner) S 873818 873823 873781 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 167892197 19566772224 999223 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
[pid=873823/tid=873927] ppid=873818 vsize=19108176 memory=3996276 CPUtime=0 cores=1,3
/proc/873823/task/873927/stat : 873927 (Timer-0) S 873818 873823 873781 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167892617 19566772224 999223 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
Current children cumulated CPU time: 15.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3996892 KiB

[startup+25.5003 s]
/proc/loadavg: 4.14 4.27 4.22 6/338 873934
/proc/meminfo: memFree=109558232/131524600 swapFree=131071996/131071996
[pid=873823] ppid=873818 vsize=19108176 memory=3996924 CPUtime=28.04 cores=1,3
/proc/873823/stat : 873823 (java) S 873818 873823 873781 0 -1 1077936128 23879 0 0 0 2718 86 0 0 20 0 20 0 167892193 19566772224 999231 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
/proc/873823/statm: 4777044 999231 5922 1 0 2222442 0
[pid=873823/tid=873828] ppid=873818 vsize=19108176 memory=3996924 CPUtime=24.8 cores=1,3
/proc/873823/task/873828/stat : 873828 (java) R 873818 873823 873781 0 -1 4194368 8505 0 0 0 2405 75 0 0 20 0 20 0 167892194 19566772224 999231 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
[pid=873823/tid=873863] ppid=873818 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/873823/task/873863/stat : 873863 (Finalizer) S 873818 873823 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167892196 19566772224 999231 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
[pid=873823/tid=873874] ppid=873818 vsize=19108176 memory=3996892 CPUtime=0 cores=1,3
/proc/873823/task/873874/stat : 873874 (Common-Cleaner) S 873818 873823 873781 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 167892197 19566772224 999231 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
[pid=873823/tid=873927] ppid=873818 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/873823/task/873927/stat : 873927 (Timer-0) S 873818 873823 873781 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167892617 19566772224 999231 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
Current children cumulated CPU time: 28.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3996924 KiB

[startup+51.1057 s]
/proc/loadavg: 4.15 4.26 4.22 6/338 873939
/proc/meminfo: memFree=106636968/131524600 swapFree=131071996/131071996
[pid=873823] ppid=873818 vsize=19108176 memory=3995472 CPUtime=54.01 cores=1,3
/proc/873823/stat : 873823 (java) S 873818 873823 873781 0 -1 1077936128 35095 0 0 0 5312 89 0 0 20 0 20 0 167892193 19566772224 998868 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
/proc/873823/statm: 4777044 998868 5937 1 0 2222476 0
[pid=873823/tid=873828] ppid=873818 vsize=19108176 memory=0 CPUtime=50.34 cores=1,3
/proc/873823/task/873828/stat : 873828 (java) R 873818 873823 873781 0 -1 4194368 10362 0 0 0 4959 75 0 0 20 0 20 0 167892194 19566772224 998868 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
[pid=873823/tid=873863] ppid=873818 vsize=19108176 memory=3995448 CPUtime=0 cores=1,3
/proc/873823/task/873863/stat : 873863 (Finalizer) S 873818 873823 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167892196 19566772224 998868 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
[pid=873823/tid=873874] ppid=873818 vsize=19108176 memory=3995220 CPUtime=0 cores=1,3
/proc/873823/task/873874/stat : 873874 (Common-Cleaner) S 873818 873823 873781 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 167892197 19566772224 998868 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
[pid=873823/tid=873927] ppid=873818 vsize=19108176 memory=41948 CPUtime=0 cores=1,3
/proc/873823/task/873927/stat : 873927 (Timer-0) S 873818 873823 873781 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167892617 19566772224 998868 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
Current children cumulated CPU time: 54.01 s
Current children cumulated vsize: 19108176 KiB

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

/proc/meminfo: memFree=102645944/131524600 swapFree=131071996/131071996
[pid=873823] ppid=873818 vsize=19108176 memory=8379304 CPUtime=3275.87 cores=1,3
/proc/873823/stat : 873823 (java) S 873818 873823 873781 0 -1 1077936128 174882 0 0 0 327230 357 0 0 20 0 20 0 167892193 19566772224 2094826 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
/proc/873823/statm: 4777044 2094826 5968 1 0 2222535 0
[pid=873823/tid=873828] ppid=873818 vsize=19108176 memory=8379304 CPUtime=3262.24 cores=1,3
/proc/873823/task/873828/stat : 873828 (java) R 873818 873823 873781 0 -1 4194368 87243 0 0 0 326110 114 0 0 20 0 20 0 167892194 19566772224 2094826 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
[pid=873823/tid=873863] ppid=873818 vsize=19108176 memory=11392 CPUtime=0 cores=1,3
/proc/873823/task/873863/stat : 873863 (Finalizer) S 873818 873823 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167892196 19566772224 2094826 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
[pid=873823/tid=873874] ppid=873818 vsize=19108176 memory=8379304 CPUtime=0 cores=1,3
/proc/873823/task/873874/stat : 873874 (Common-Cleaner) S 873818 873823 873781 0 -1 1077936192 6637 0 0 0 0 0 0 0 20 0 20 0 167892197 19566772224 2094826 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
[pid=873823/tid=873927] ppid=873818 vsize=19108176 memory=11392 CPUtime=0 cores=1,3
/proc/873823/task/873927/stat : 873927 (Timer-0) S 873818 873823 873781 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167892617 19566772224 2094826 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
Current children cumulated CPU time: 3275.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8379304 KiB

[startup+3342.3 s]
/proc/loadavg: 4.25 4.20 4.19 5/334 875795
/proc/meminfo: memFree=102335212/131524600 swapFree=131071996/131071996
[pid=873823] ppid=873818 vsize=19108176 memory=8379312 CPUtime=3335.39 cores=1,3
/proc/873823/stat : 873823 (java) S 873818 873823 873781 0 -1 1077936128 176854 0 0 0 333178 361 0 0 20 0 20 0 167892193 19566772224 2094828 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
/proc/873823/statm: 4777044 2094828 5968 1 0 2222535 0
[pid=873823/tid=873828] ppid=873818 vsize=19108176 memory=8379312 CPUtime=3321.7 cores=1,3
/proc/873823/task/873828/stat : 873828 (java) R 873818 873823 873781 0 -1 4194368 88621 0 0 0 332056 114 0 0 20 0 20 0 167892194 19566772224 2094828 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
[pid=873823/tid=873863] ppid=873818 vsize=19108176 memory=8379304 CPUtime=0 cores=1,3
/proc/873823/task/873863/stat : 873863 (Finalizer) S 873818 873823 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167892196 19566772224 2094828 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
[pid=873823/tid=873874] ppid=873818 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/873823/task/873874/stat : 873874 (Common-Cleaner) S 873818 873823 873781 0 -1 1077936192 6760 0 0 0 0 0 0 0 20 0 20 0 167892197 19566772224 2094828 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
[pid=873823/tid=873927] ppid=873818 vsize=19108176 memory=4567048 CPUtime=0 cores=1,3
/proc/873823/task/873927/stat : 873927 (Timer-0) S 873818 873823 873781 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167892617 19566772224 2094828 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
Current children cumulated CPU time: 3335.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8379312 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.17 4.18 5/336 875811
/proc/meminfo: memFree=102334184/131524600 swapFree=131071996/131071996
[pid=873823] ppid=873818 vsize=19108176 memory=8379312 CPUtime=3394.9 cores=1,3
/proc/873823/stat : 873823 (java) S 873818 873823 873781 0 -1 1077936128 179751 0 0 0 339126 364 0 0 20 0 20 0 167892193 19566772224 2094828 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
/proc/873823/statm: 4777044 2094828 5968 1 0 2222535 0
[pid=873823/tid=873828] ppid=873818 vsize=19108176 memory=8379312 CPUtime=3381.16 cores=1,3
/proc/873823/task/873828/stat : 873828 (java) R 873818 873823 873781 0 -1 4194368 90891 0 0 0 338002 114 0 0 20 0 20 0 167892194 19566772224 2094828 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
[pid=873823/tid=873863] ppid=873818 vsize=19108176 memory=11392 CPUtime=0 cores=1,3
/proc/873823/task/873863/stat : 873863 (Finalizer) S 873818 873823 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167892196 19566772224 2094828 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
[pid=873823/tid=873874] ppid=873818 vsize=19108176 memory=8379312 CPUtime=0 cores=1,3
/proc/873823/task/873874/stat : 873874 (Common-Cleaner) S 873818 873823 873781 0 -1 1077936192 6900 0 0 0 0 0 0 0 20 0 20 0 167892197 19566772224 2094828 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
[pid=873823/tid=873927] ppid=873818 vsize=19108176 memory=8379312 CPUtime=0 cores=1,3
/proc/873823/task/873927/stat : 873927 (Timer-0) S 873818 873823 873781 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167892617 19566772224 2094828 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
Current children cumulated CPU time: 3394.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8379312 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.16 4.17 5/335 875822
/proc/meminfo: memFree=102333620/131524600 swapFree=131071996/131071996
[pid=873823] ppid=873818 vsize=19108176 memory=8379312 CPUtime=3454.41 cores=1,3
/proc/873823/stat : 873823 (java) S 873818 873823 873781 0 -1 1077936128 180986 0 0 0 345073 368 0 0 20 0 20 0 167892193 19566772224 2094828 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
/proc/873823/statm: 4777044 2094828 5968 1 0 2222535 0
[pid=873823/tid=873828] ppid=873818 vsize=19108176 memory=8379312 CPUtime=3440.62 cores=1,3
/proc/873823/task/873828/stat : 873828 (java) R 873818 873823 873781 0 -1 4194368 91761 0 0 0 343947 115 0 0 20 0 20 0 167892194 19566772224 2094828 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
[pid=873823/tid=873863] ppid=873818 vsize=19108176 memory=13120 CPUtime=0 cores=1,3
/proc/873823/task/873863/stat : 873863 (Finalizer) S 873818 873823 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167892196 19566772224 2094828 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
[pid=873823/tid=873874] ppid=873818 vsize=19108176 memory=11392 CPUtime=0 cores=1,3
/proc/873823/task/873874/stat : 873874 (Common-Cleaner) S 873818 873823 873781 0 -1 1077936192 7039 0 0 0 0 0 0 0 20 0 20 0 167892197 19566772224 2094828 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
[pid=873823/tid=873927] ppid=873818 vsize=19108176 memory=8379312 CPUtime=0 cores=1,3
/proc/873823/task/873927/stat : 873927 (Timer-0) S 873818 873823 873781 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167892617 19566772224 2094828 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
Current children cumulated CPU time: 3454.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8379312 KiB

[startup+3522.3 s]
/proc/loadavg: 4.20 4.18 4.18 5/335 875833
/proc/meminfo: memFree=102332684/131524600 swapFree=131071996/131071996
[pid=873823] ppid=873818 vsize=19108176 memory=8379312 CPUtime=3513.93 cores=1,3
/proc/873823/stat : 873823 (java) S 873818 873823 873781 0 -1 1077936128 182625 0 0 0 351021 372 0 0 20 0 20 0 167892193 19566772224 2094828 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
/proc/873823/statm: 4777044 2094828 5968 1 0 2222535 0
[pid=873823/tid=873828] ppid=873818 vsize=19108176 memory=8379312 CPUtime=3500.08 cores=1,3
/proc/873823/task/873828/stat : 873828 (java) R 873818 873823 873781 0 -1 4194368 93044 0 0 0 349893 115 0 0 20 0 20 0 167892194 19566772224 2094828 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
[pid=873823/tid=873863] ppid=873818 vsize=19108176 memory=26340 CPUtime=0 cores=1,3
/proc/873823/task/873863/stat : 873863 (Finalizer) S 873818 873823 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167892196 19566772224 2094828 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
[pid=873823/tid=873874] ppid=873818 vsize=19108176 memory=8379312 CPUtime=0 cores=1,3
/proc/873823/task/873874/stat : 873874 (Common-Cleaner) S 873818 873823 873781 0 -1 1077936192 7163 0 0 0 0 0 0 0 20 0 20 0 167892197 19566772224 2094828 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
[pid=873823/tid=873927] ppid=873818 vsize=19108176 memory=41948 CPUtime=0 cores=1,3
/proc/873823/task/873927/stat : 873927 (Timer-0) S 873818 873823 873781 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167892617 19566772224 2094828 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
Current children cumulated CPU time: 3513.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8379312 KiB

[startup+3582.3 s]
/proc/loadavg: 4.11 4.16 4.17 5/335 875843
/proc/meminfo: memFree=102286980/131524600 swapFree=131071996/131071996
[pid=873823] ppid=873818 vsize=19108176 memory=8379312 CPUtime=3573.46 cores=1,3
/proc/873823/stat : 873823 (java) S 873818 873823 873781 0 -1 1077936128 185361 0 0 0 356971 375 0 0 20 0 20 0 167892193 19566772224 2094828 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
/proc/873823/statm: 4777044 2094828 5968 1 0 2222535 0
[pid=873823/tid=873828] ppid=873818 vsize=19108176 memory=8379312 CPUtime=3559.54 cores=1,3
/proc/873823/task/873828/stat : 873828 (java) R 873818 873823 873781 0 -1 4194368 95398 0 0 0 355839 115 0 0 20 0 20 0 167892194 19566772224 2094828 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
[pid=873823/tid=873863] ppid=873818 vsize=19108176 memory=27320 CPUtime=0 cores=1,3
/proc/873823/task/873863/stat : 873863 (Finalizer) S 873818 873823 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167892196 19566772224 2094828 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
[pid=873823/tid=873874] ppid=873818 vsize=19108176 memory=11392 CPUtime=0 cores=1,3
/proc/873823/task/873874/stat : 873874 (Common-Cleaner) S 873818 873823 873781 0 -1 1077936192 7302 0 0 0 0 0 0 0 20 0 20 0 167892197 19566772224 2094828 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
[pid=873823/tid=873927] ppid=873818 vsize=19108176 memory=-8600857593215558332 CPUtime=0 cores=1,3
/proc/873823/task/873927/stat : 873927 (Timer-0) S 873818 873823 873781 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167892617 19566772224 2094828 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
Current children cumulated CPU time: 3573.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8379312 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3609.11 s]
/proc/loadavg: 4.14 4.16 4.18 6/311 875955
/proc/meminfo: memFree=110746344/131524600 swapFree=131071996/131071996
[pid=873823] ppid=873818 vsize=19108176 memory=8379312 CPUtime=3600.04 cores=1,3
/proc/873823/stat : 873823 (java) S 873818 873823 873781 0 -1 1077936128 185900 0 0 0 359628 376 0 0 20 0 20 0 167892193 19566772224 2094828 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
/proc/873823/statm: 4777044 2094828 5968 1 0 2222535 0
[pid=873823/tid=873828] ppid=873818 vsize=19108176 memory=8379312 CPUtime=3586.1 cores=1,3
/proc/873823/task/873828/stat : 873828 (java) R 873818 873823 873781 0 -1 4194368 95810 0 0 0 358495 115 0 0 20 0 20 0 167892194 19566772224 2094828 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
[pid=873823/tid=873863] ppid=873818 vsize=19108176 memory=27320 CPUtime=0 cores=1,3
/proc/873823/task/873863/stat : 873863 (Finalizer) S 873818 873823 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167892196 19566772224 2094828 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
[pid=873823/tid=873874] ppid=873818 vsize=19108176 memory=8379312 CPUtime=0 cores=1,3
/proc/873823/task/873874/stat : 873874 (Common-Cleaner) S 873818 873823 873781 0 -1 1077936192 7302 0 0 0 0 0 0 0 20 0 20 0 167892197 19566772224 2094828 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
[pid=873823/tid=873927] ppid=873818 vsize=19108176 memory=8379312 CPUtime=0 cores=1,3
/proc/873823/task/873927/stat : 873927 (Timer-0) S 873818 873823 873781 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167892617 19566772224 2094828 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8379312 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.4 s, system=3.78952 s

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

[startup+3609.11 s]
/proc/loadavg: 4.14 4.16 4.18 6/311 875955
/proc/meminfo: memFree=110746344/131524600 swapFree=131071996/131071996
[pid=873823] ppid=873818 vsize=19108176 memory=8379312 CPUtime=3600.04 cores=1,3
/proc/873823/stat : 873823 (java) S 873818 873823 873781 0 -1 1077936128 185900 0 0 0 359628 376 0 0 20 0 20 0 167892193 19566772224 2094828 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
/proc/873823/statm: 4777044 2094828 5968 1 0 2222535 0
[pid=873823/tid=873828] ppid=873818 vsize=19108176 memory=8379312 CPUtime=3586.1 cores=1,3
/proc/873823/task/873828/stat : 873828 (java) R 873818 873823 873781 0 -1 4194368 95810 0 0 0 358495 115 0 0 20 0 20 0 167892194 19566772224 2094828 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
[pid=873823/tid=873863] ppid=873818 vsize=19108176 memory=27320 CPUtime=0 cores=1,3
/proc/873823/task/873863/stat : 873863 (Finalizer) S 873818 873823 873781 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 167892196 19566772224 2094828 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
[pid=873823/tid=873874] ppid=873818 vsize=19108176 memory=8379312 CPUtime=0 cores=1,3
/proc/873823/task/873874/stat : 873874 (Common-Cleaner) S 873818 873823 873781 0 -1 1077936192 7302 0 0 0 0 0 0 0 20 0 20 0 167892197 19566772224 2094828 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
[pid=873823/tid=873927] ppid=873818 vsize=19108176 memory=8379312 CPUtime=0 cores=1,3
/proc/873823/task/873927/stat : 873927 (Timer-0) S 873818 873823 873781 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 167892617 19566772224 2094828 134679101440 94656238284800 94656238288496 140736046348224 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94656238296312 94656238297104 94656270905344 140736046355463 140736046355553 140736046355553 140736046362568 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 8379312 KiB

Child status: 143

Real time (s): 3609.21
CPU time (s): 3600.19
CPU user time (s): 3596.4
CPU system time (s): 3.78952
CPU usage (%): 99.7502
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 8379312

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.4
system time used= 3.78952
maximum resident set size= 8380916
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 190021
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 156772
involuntary context switches= 21424


# summary of solver processes directly reported to runsolver:
#   pid: 873823
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3596.4
#   total CPU system time (s): 3.78952

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.74762 second user time and 18.395 second system time

The end

Launcher Data

Begin job on nodeC031 at 2024-07-16 21:14:12
IDJOB=4432450
IDBENCH=157408
IDSOLVER=3058
FILE ID=nodeC031/4432450-1721157239
RUNJOBID= nodeC031-1721157252-873793
SLURM_JOB_ID= 7505767
Free space on /tmp= 889964 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB12/OPT-LIN/sroussel/NG/normalized-NG.dot_fibo_10null0mast_rapportOE1.0_TMAX180_K192_cod2.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432450-1721157239/watcher-4432450-1721157239 -o /tmp/evaluation-result-4432450-1721157239/solver-4432450-1721157239 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC031-1721157252-873793 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4432450-1721157239.opb

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

MD5SUM BENCH= ad0aeea3e7e7044b142cd83589fcb352
RANDOM SEED=1815785598

nodeC031.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		: 3652.141
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.55
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		: 3681.660
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	: 7006.11
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		: 3583.434
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.55
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		: 3641.461
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	: 7006.11
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		: 3504.230
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.55
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		: 3676.772
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	: 7006.11
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		: 3655.859
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.55
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		: 3605.145
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	: 7006.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127915796 kB
MemAvailable:   129693400 kB
Buffers:          396072 kB
Cached:          2203628 kB
SwapCached:            0 kB
Active:           734620 kB
Inactive:        2244744 kB
Active(anon):       1460 kB
Inactive(anon):   415700 kB
Active(file):     733160 kB
Inactive(file):  1829044 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            121012 kB
Writeback:             0 kB
AnonPages:        377728 kB
Mapped:           103948 kB
Shmem:             37720 kB
KReclaimable:     110092 kB
Slab:             219092 kB
SReclaimable:     110092 kB
SUnreclaim:       109000 kB
KernelStack:        3952 kB
PageTables:         9496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     747964 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            64416 kB
HardwareCorrupted:     0 kB
AnonHugePages:    270336 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:      185044 kB
DirectMap2M:    16365568 kB
DirectMap1G:    119537664 kB

Free space on /tmp at the end= 889908 MiB
End job on nodeC031 at 2024-07-16 22:14:21