Trace number 4459449

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 2024 2024-07-07? 715.816 705.531

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/
opt/miplib2010/normalized-neos-859770.opb
MD5SUM4a685e943d6a7da38bd3737149184f18
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark9.77196
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2504
Total number of constraints2065
Number of constraints which are clauses1536
Number of constraints which are cardinality constraints (but not clauses)529
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint8
Maximum length of a constraint1446
Number of terms in the objective function 2504
Biggest coefficient in the objective function 10
Number of bits for the biggest coefficient in the objective function 4
Sum of the numbers in the objective function 16472
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 16472
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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 		2104792832
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.14/0.12	--- Begin Solver configuration ---
0.14/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.14/0.12	Learn all clauses as in MiniSAT
0.14/0.12	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	Expensive reason simplification
0.14/0.12	Glucose 2.1 dynamic restart strategy
0.14/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.14/0.12	timeout=2147483s
0.14/0.12	DB Simplification allowed=false
0.14/0.12	Listener: none
0.14/0.12	--- End Solver configuration ---
0.14/0.12	c Pseudo Boolean Optimization by upper bound
0.14/0.12	c --- Begin Solver configuration ---
0.14/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.14/0.12	c Learn all clauses as in MiniSAT
0.14/0.12	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	c Expensive reason simplification
0.14/0.12	c Glucose 2.1 dynamic restart strategy
0.14/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.14/0.12	c timeout=2147483s
0.14/0.12	c DB Simplification allowed=false
0.14/0.12	c Listener: none
0.14/0.12	c --- End Solver configuration ---
0.14/0.12	c solving HOME/instance-4459449-1721895761.opb
0.14/0.12	c reading problem ... 
0.14/0.13	c using VERIPB proof format
0.14/0.13	c  objective function found
1.28/0.78	c ... done. Wall clock time 0.656s.
1.28/0.78	c declared #vars     2504
1.28/0.78	c #constraints  2084
1.28/0.78	c constraints type 
1.28/0.78	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 529
1.28/0.78	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1555
1.28/0.78	c 2084 constraints processed.
1.28/0.79	c objective function length is 2504 literals
9.01/6.16	c cleaning 2500 clauses out of 5000 with flag 25720/5000
14.61/11.39	c cleaning 4249 clauses out of 8502 with flag 59322/11002
21.76/18.11	c cleaning 5602 clauses out of 11253 with flag 102314/18002
30.86/26.60	c cleaning 6824 clauses out of 13649 with flag 174493/26000
36.75/32.55	c cleaning 7911 clauses out of 15825 with flag 239012/35000
52.08/47.69	c cleaning 8957 clauses out of 17914 with flag 317573/45000
71.26/66.73	c cleaning 9975 clauses out of 19959 with flag 385293/56002
83.62/78.86	c cleaning 10987 clauses out of 21989 with flag 475702/68007
94.89/90.09	c cleaning 11960 clauses out of 23995 with flag 569966/81000
108.02/103.09	c cleaning 12971 clauses out of 26037 with flag 683703/95002
124.21/118.98	c cleaning 13983 clauses out of 28064 with flag 825110/110000
135.08/129.66	c cleaning 14996 clauses out of 30083 with flag 958591/126002
153.96/148.23	c cleaning 16007 clauses out of 32085 with flag 1103795/143000
180.35/173.90	c cleaning 16909 clauses out of 34078 with flag 1268123/161000
209.03/202.23	c cleaning 18081 clauses out of 36172 with flag 1448705/180005
239.02/232.09	c cleaning 19043 clauses out of 38090 with flag 1622248/200004
280.38/273.21	c cleaning 19973 clauses out of 40043 with flag 1820662/221000
304.57/297.06	c cleaning 20972 clauses out of 42068 with flag 2030272/243000
331.94/324.14	c cleaning 21936 clauses out of 44096 with flag 2255737/266000
372.59/364.64	c cleaning 23078 clauses out of 46167 with flag 2500624/290007
411.48/402.84	c cleaning 24041 clauses out of 48084 with flag 2749840/315002
454.69/445.58	c cleaning 24854 clauses out of 50042 with flag 3009110/341001
508.65/499.62	c cleaning 26091 clauses out of 52187 with flag 3285797/368000
563.66/554.13	c cleaning 27031 clauses out of 54103 with flag 3563830/396007
638.88/629.00	c cleaning 28027 clauses out of 56065 with flag 3868916/425000
715.62/705.39	Exception in thread "main" java.lang.NullPointerException: Cannot invoke "java.math.BigInteger.subtract(java.math.BigInteger)" because "this.upperBound" is null
715.62/705.39		at org.sat4j.pb.tools.VERIPBSearchListener.end(VERIPBSearchListener.java:228)
715.62/705.39		at org.sat4j.minisat.core.Solver.isSatisfiable(Solver.java:1920)
715.62/705.39		at org.sat4j.tools.SolverDecorator.isSatisfiable(SolverDecorator.java:106)
715.62/705.39		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(PseudoOptDecorator.java:180)
715.62/705.39		at org.sat4j.pb.PseudoOptDecorator.admitABetterSolution(PseudoOptDecorator.java:173)
715.62/705.39		at org.sat4j.OptimizationMode.solve(OptimizationMode.java:141)
715.62/705.39		at org.sat4j.AbstractLauncher.solve(AbstractLauncher.java:323)
715.62/705.39		at org.sat4j.AbstractLauncher.run(AbstractLauncher.java:267)
715.62/705.39		at org.sat4j.pb.LanceurPseudo2007.main(LanceurPseudo2007.java:118)
715.72/705.40	c starts		: 436
715.72/705.41	c conflicts		: 449286
715.72/705.41	c decisions		: 3878897
715.72/705.41	c propagations		: 49325554
715.72/705.41	c inspects		: 742958981
715.72/705.41	c shortcuts		: 0
715.72/705.41	c learnt literals	: 6
715.72/705.41	c learnt binary clauses	: 983
715.72/705.41	c learnt ternary clauses	: 1220
715.72/705.41	c learnt constraints	: 449279
715.72/705.41	c ignored constraints	: 0
715.72/705.41	c root simplifications	: 0
715.72/705.41	c removed literals (reason simplification)	: 38812598
715.72/705.41	c reason swapping (by a shorter reason)	: 0
715.72/705.41	c Calls to reduceDB	: 25
715.72/705.41	c Number of update (reduction) of LBD	: 464674
715.72/705.41	c Imported unit clauses	: 0
715.72/705.41	c No decision after first conflict	: false
715.72/705.41	c number of reductions to clauses (during analyze)	: 0
715.72/705.41	c number of learned constraints concerned by reduction	: 0
715.72/705.41	c number of learning phase by resolution	: 0
715.72/705.41	c number of learning phase by cutting planes	: 0
715.72/705.41	c number of rounding to 1 operations	: 0
715.72/705.41	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
715.72/705.41	c number of reductions of the coefficients by power 2 	: 0
715.72/705.41	c number of right shift for reduction by power 2 	: 0
715.72/705.41	c number of reductions of the coefficients by GCD over coefficients 	: 0
715.72/705.41	c number of ending skipping 	: 0
715.72/705.41	c number of internal skipping 	: 0
715.72/705.41	c number of derivation steps 	: 0
715.72/705.41	c number of skipped derivation steps 	: 0
715.72/705.41	c number of remaining unassigned 	: 0
715.72/705.41	c number of remaining assigned 	: 0
715.72/705.41	c number of falsified literals weakened from reason	: 0
715.72/705.41	c number of falsified literals weakened from conflict	: 0
715.72/705.41	c time for arithmetic operations	: 0
715.72/705.41	c minimum degree of deleted constraints	: null
715.72/705.41	c maximum degree of deleted constraints	: null
715.72/705.41	c number of deleted constraints	: 0
715.72/705.41	c speed (assignments/second)	: 70004.44787583416
715.72/705.41	c non guided choices	: 277
715.72/705.44	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 51338
715.72/705.44	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 983
715.72/705.44	s UNKNOWN
715.72/705.44	c Total wall clock time (in seconds): 705.318

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: 63968 MiB (52365 MiB free)
  memory of node 1: 64473 MiB (49085 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459449-1721895761/watcher-4459449-1721895761 -o /tmp/evaluation-result-4459449-1721895761/solver-4459449-1721895761 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1721888534-278323 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4459449-1721895761 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4459449-1721895761.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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
solver pid=282468, runsolver pid=282465
Current StackSize limit: 8192 KiB


[startup+0.100085 s]*
/proc/loadavg: 4.14 4.16 4.17 5/335 282486
/proc/meminfo: memFree=103840296/131524600 swapFree=131056028/131071996
[pid=282468] ppid=282465 vsize=18975048 memory=66156 CPUtime=0.14 cores=4,6
/proc/282468/stat : 282468 (java) S 282465 282468 278312 0 -1 1077936128 7094 0 0 0 12 2 0 0 20 0 18 0 26098955 19430449152 16539 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
/proc/282468/statm: 4743762 16539 5549 1 0 549357 0
[pid=282468/tid=282470] ppid=282465 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/282468/task/282470/stat : 282470 (java) D 282465 282468 278312 0 -1 1078198336 5677 0 0 0 7 1 0 0 20 0 18 0 26098955 19430449152 16539 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
[pid=282468/tid=282479] ppid=282465 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/282468/task/282479/stat : 282479 (Finalizer) S 282465 282468 278312 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 26098958 19430449152 16539 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
[pid=282468/tid=282486] ppid=282465 vsize=18975048 memory=14135545649324636 CPUtime=0 cores=4,6
/proc/282468/task/282486/stat : 282486 (Common-Cleaner) S 282465 282468 278312 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 26098958 19430449152 16539 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66156 KiB

[startup+0.214256 s]*
/proc/loadavg: 4.14 4.16 4.17 7/335 282486
/proc/meminfo: memFree=103820772/131524600 swapFree=131056028/131071996
[pid=282468] ppid=282465 vsize=18975048 memory=85556 CPUtime=0.35 cores=4,6
/proc/282468/stat : 282468 (java) S 282465 282468 278312 0 -1 1077936128 8648 0 0 0 32 3 0 0 20 0 18 0 26098955 19430449152 21389 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
/proc/282468/statm: 4743762 21389 5812 1 0 550366 0
[pid=282468/tid=282470] ppid=282465 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=4,6
/proc/282468/task/282470/stat : 282470 (java) R 282465 282468 278312 0 -1 4194368 5851 0 0 0 17 2 0 0 20 0 18 0 26098955 19430449152 21389 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
[pid=282468/tid=282479] ppid=282465 vsize=18975048 memory=1991471 CPUtime=0 cores=4,6
/proc/282468/task/282479/stat : 282479 (Finalizer) S 282465 282468 278312 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 26098958 19430449152 21389 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
[pid=282468/tid=282486] ppid=282465 vsize=18975048 memory=15823295995971300 CPUtime=0 cores=4,6
/proc/282468/task/282486/stat : 282486 (Common-Cleaner) S 282465 282468 278312 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 26098958 19430449152 21389 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 85556 KiB

[startup+0.309998 s]*
/proc/loadavg: 4.14 4.16 4.17 6/335 282486
/proc/meminfo: memFree=103783520/131524600 swapFree=131056028/131071996
[pid=282468] ppid=282465 vsize=18975048 memory=124636 CPUtime=0.53 cores=4,6
/proc/282468/stat : 282468 (java) S 282465 282468 278312 0 -1 1077936128 9160 0 0 0 49 4 0 0 20 0 18 0 26098955 19430449152 31159 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
/proc/282468/statm: 4743762 31159 5812 1 0 550729 0
[pid=282468/tid=282470] ppid=282465 vsize=18975048 memory=-8815627402770883260 CPUtime=0.28 cores=4,6
/proc/282468/task/282470/stat : 282470 (java) R 282465 282468 278312 0 -1 4194368 5873 0 0 0 25 3 0 0 20 0 18 0 26098955 19430449152 31159 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
[pid=282468/tid=282479] ppid=282465 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/282468/task/282479/stat : 282479 (Finalizer) S 282465 282468 278312 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 26098958 19430449152 31159 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
[pid=282468/tid=282486] ppid=282465 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/282468/task/282486/stat : 282486 (Common-Cleaner) S 282465 282468 278312 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 26098958 19430449152 31159 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 124636 KiB

[startup+0.702887 s]
/proc/loadavg: 4.14 4.16 4.17 7/336 282487
/proc/meminfo: memFree=103739292/131524600 swapFree=131056028/131071996
[pid=282468] ppid=282465 vsize=19043376 memory=172520 CPUtime=1.28 cores=4,6
/proc/282468/stat : 282468 (java) S 282465 282468 278312 0 -1 1077936128 12158 0 0 0 123 5 0 0 20 0 19 0 26098955 19500417024 43130 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
/proc/282468/statm: 4760844 43130 5854 1 0 552065 0
[pid=282468/tid=282470] ppid=282465 vsize=19043376 memory=5552 CPUtime=0.64 cores=4,6
/proc/282468/task/282470/stat : 282470 (java) R 282465 282468 278312 0 -1 4194368 5892 0 0 0 61 3 0 0 20 0 19 0 26098955 19500417024 43130 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
[pid=282468/tid=282479] ppid=282465 vsize=19043376 memory=12936 CPUtime=0 cores=4,6
/proc/282468/task/282479/stat : 282479 (Finalizer) S 282465 282468 278312 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 26098958 19500417024 43130 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
[pid=282468/tid=282486] ppid=282465 vsize=19043376 memory=0 CPUtime=0 cores=4,6
/proc/282468/task/282486/stat : 282486 (Common-Cleaner) S 282465 282468 278312 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 26098958 19500417024 43130 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19043376 KiB
Current children cumulated memory: 172520 KiB

[startup+1.50426 s]
/proc/loadavg: 4.14 4.16 4.17 7/337 282488
/proc/meminfo: memFree=103705496/131524600 swapFree=131056028/131071996
[pid=282468] ppid=282465 vsize=19108176 memory=296568 CPUtime=2.87 cores=4,6
/proc/282468/stat : 282468 (java) S 282465 282468 278312 0 -1 1077936128 16913 0 0 0 279 8 0 0 20 0 20 0 26098955 19566772224 74142 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
/proc/282468/statm: 4777044 74142 5898 1 0 552743 0
[pid=282468/tid=282470] ppid=282465 vsize=19108176 memory=12936 CPUtime=1.41 cores=4,6
/proc/282468/task/282470/stat : 282470 (java) R 282465 282468 278312 0 -1 4194368 6513 0 0 0 136 5 0 0 20 0 20 0 26098955 19566772224 74142 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
[pid=282468/tid=282479] ppid=282465 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/282468/task/282479/stat : 282479 (Finalizer) S 282465 282468 278312 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26098958 19566772224 74142 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
[pid=282468/tid=282486] ppid=282465 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/282468/task/282486/stat : 282486 (Common-Cleaner) S 282465 282468 278312 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 26098958 19566772224 74142 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
[pid=282468/tid=282488] ppid=282465 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/282468/task/282488/stat : 282488 (Timer-0) S 282465 282468 278312 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26099035 19566772224 74142 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
Current children cumulated CPU time: 2.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 296568 KiB

[startup+3.10627 s]
/proc/loadavg: 4.13 4.15 4.17 5/337 282488
/proc/meminfo: memFree=103447100/131524600 swapFree=131056028/131071996
[pid=282468] ppid=282465 vsize=19108176 memory=437716 CPUtime=5.59 cores=4,6
/proc/282468/stat : 282468 (java) S 282465 282468 278312 0 -1 1077936128 19789 0 0 0 547 12 0 0 20 0 20 0 26098955 19566772224 109429 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
/proc/282468/statm: 4777044 109429 5914 1 0 553026 0
[pid=282468/tid=282470] ppid=282465 vsize=19108176 memory=0 CPUtime=2.93 cores=4,6
/proc/282468/task/282470/stat : 282470 (java) R 282465 282468 278312 0 -1 4194368 6933 0 0 0 286 7 0 0 20 0 20 0 26098955 19566772224 109429 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
[pid=282468/tid=282479] ppid=282465 vsize=19108176 memory=13520 CPUtime=0 cores=4,6
/proc/282468/task/282479/stat : 282479 (Finalizer) S 282465 282468 278312 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26098958 19566772224 109429 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
[pid=282468/tid=282486] ppid=282465 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/282468/task/282486/stat : 282486 (Common-Cleaner) S 282465 282468 278312 0 -1 1077936192 53 0 0 0 0 0 0 0 20 0 20 0 26098958 19566772224 109429 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
[pid=282468/tid=282488] ppid=282465 vsize=19108176 memory=12936 CPUtime=0 cores=4,6
/proc/282468/task/282488/stat : 282488 (Timer-0) S 282465 282468 278312 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26099035 19566772224 109429 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
Current children cumulated CPU time: 5.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 437716 KiB

[startup+6.30025 s]
/proc/loadavg: 4.13 4.15 4.17 6/337 282489
/proc/meminfo: memFree=102987928/131524600 swapFree=131056028/131071996
[pid=282468] ppid=282465 vsize=19108176 memory=981260 CPUtime=9.28 cores=4,6
/proc/282468/stat : 282468 (java) S 282465 282468 278312 0 -1 1077936128 26956 0 0 0 903 25 0 0 20 0 20 0 26098955 19566772224 245315 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
/proc/282468/statm: 4777044 245315 5914 1 0 951090 0
[pid=282468/tid=282470] ppid=282465 vsize=19108176 memory=0 CPUtime=5.9 cores=4,6
/proc/282468/task/282470/stat : 282470 (java) R 282465 282468 278312 0 -1 4194368 7997 0 0 0 574 16 0 0 20 0 20 0 26098955 19566772224 245315 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
[pid=282468/tid=282479] ppid=282465 vsize=19108176 memory=12936 CPUtime=0 cores=4,6
/proc/282468/task/282479/stat : 282479 (Finalizer) S 282465 282468 278312 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26098958 19566772224 245315 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
[pid=282468/tid=282486] ppid=282465 vsize=19108176 memory=13520 CPUtime=0 cores=4,6
/proc/282468/task/282486/stat : 282486 (Common-Cleaner) S 282465 282468 278312 0 -1 1077936192 53 0 0 0 0 0 0 0 20 0 20 0 26098958 19566772224 245315 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
[pid=282468/tid=282488] ppid=282465 vsize=19108176 memory=76552 CPUtime=0 cores=4,6
/proc/282468/task/282488/stat : 282488 (Timer-0) S 282465 282468 278312 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26099035 19566772224 245315 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
Current children cumulated CPU time: 9.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 981260 KiB

[startup+12.7003 s]
/proc/loadavg: 4.12 4.15 4.17 5/337 282489
/proc/meminfo: memFree=102219836/131524600 swapFree=131056028/131071996
[pid=282468] ppid=282465 vsize=19108176 memory=1628716 CPUtime=16.24 cores=4,6
/proc/282468/stat : 282468 (java) S 282465 282468 278312 0 -1 1077936128 28192 0 0 0 1584 40 0 0 20 0 20 0 26098955 19566772224 407179 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
/proc/282468/statm: 4777044 407179 5914 1 0 951913 0
[pid=282468/tid=282470] ppid=282465 vsize=19108176 memory=196872 CPUtime=12.02 cores=4,6
/proc/282468/task/282470/stat : 282470 (java) R 282465 282468 278312 0 -1 4194368 8416 0 0 0 1174 28 0 0 20 0 20 0 26098955 19566772224 407179 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
[pid=282468/tid=282479] ppid=282465 vsize=19108176 memory=1563180 CPUtime=0 cores=4,6
/proc/282468/task/282479/stat : 282479 (Finalizer) S 282465 282468 278312 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26098958 19566772224 407179 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
[pid=282468/tid=282486] ppid=282465 vsize=19108176 memory=463968 CPUtime=0 cores=4,6
/proc/282468/task/282486/stat : 282486 (Common-Cleaner) S 282465 282468 278312 0 -1 1077936192 55 0 0 0 0 0 0 0 20 0 20 0 26098958 19566772224 407179 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
[pid=282468/tid=282488] ppid=282465 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/282468/task/282488/stat : 282488 (Timer-0) S 282465 282468 278312 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26099035 19566772224 407179 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
Current children cumulated CPU time: 16.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1628716 KiB

[startup+25.5013 s]
/proc/loadavg: 4.16 4.16 4.17 5/337 282491
/proc/meminfo: memFree=100867624/131524600 swapFree=131056028/131071996
[pid=282468] ppid=282465 vsize=19108176 memory=2782800 CPUtime=29.74 cores=4,6
/proc/282468/stat : 282468 (java) S 282465 282468 278312 0 -1 1077936128 38560 0 0 0 2903 71 0 0 20 0 20 0 26098955 19566772224 695700 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
/proc/282468/statm: 4777044 695700 5914 1 0 1144277 0
[pid=282468/tid=282470] ppid=282465 vsize=19108176 memory=1563180 CPUtime=24.31 cores=4,6
/proc/282468/task/282470/stat : 282470 (java) S 282465 282468 278312 0 -1 1077936192 10294 0 0 0 2380 51 0 0 20 0 20 0 26098955 19566772224 695700 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
[pid=282468/tid=282479] ppid=282465 vsize=19108176 memory=1992884 CPUtime=0 cores=4,6
/proc/282468/task/282479/stat : 282479 (Finalizer) S 282465 282468 278312 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26098958 19566772224 695700 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
[pid=282468/tid=282486] ppid=282465 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/282468/task/282486/stat : 282486 (Common-Cleaner) S 282465 282468 278312 0 -1 1077936192 55 0 0 0 0 0 0 0 20 0 20 0 26098958 19566772224 695700 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
[pid=282468/tid=282488] ppid=282465 vsize=19108176 memory=6944656592455097440 CPUtime=0 cores=4,6
/proc/282468/task/282488/stat : 282488 (Timer-0) S 282465 282468 278312 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26099035 19566772224 695700 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
Current children cumulated CPU time: 29.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2782800 KiB

[startup+51.1059 s]
/proc/loadavg: 4.45 4.23 4.20 5/337 282495
/proc/meminfo: memFree=100416392/131524600 swapFree=131056028/131071996
[pid=282468] ppid=282465 vsize=19108176 memory=3041160 CPUtime=55.57 cores=4,6
/proc/282468/stat : 282468 (java) S 282465 282468 278312 0 -1 1077936128 42654 0 0 0 5467 90 0 0 20 0 20 0 26098955 19566772224 760290 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
/proc/282468/statm: 4777044 760290 5914 1 0 1144280 0
[pid=282468/tid=282470] ppid=282465 vsize=19108176 memory=3041152 CPUtime=49.08 cores=4,6
/proc/282468/task/282470/stat : 282470 (java) R 282465 282468 278312 0 -1 4194368 12646 0 0 0 4844 64 0 0 20 0 20 0 26098955 19566772224 760290 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 19 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
[pid=282468/tid=282479] ppid=282465 vsize=19108176 memory=3041152 CPUtime=0 cores=4,6
/proc/282468/task/282479/stat : 282479 (Finalizer) S 282465 282468 278312 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26098958 19566772224 760290 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
[pid=282468/tid=282486] ppid=282465 vsize=19108176 memory=13520 CPUtime=0 cores=4,6
/proc/282468/task/282486/stat : 282486 (Common-Cleaner) S 282465 282468 278312 0 -1 1077936192 55 0 0 0 0 0 0 0 20 0 20 0 26098958 19566772224 760290 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0

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

[startup+522.3 s]
/proc/loadavg: 2.15 2.67 3.44 3/284 283459
/proc/meminfo: memFree=118899576/131524600 swapFree=131056028/131071996
[pid=282468] ppid=282465 vsize=19108176 memory=5001968 CPUtime=531.61 cores=4,6
/proc/282468/stat : 282468 (java) S 282465 282468 278312 0 -1 1077936128 128186 0 0 0 52852 309 0 0 20 0 20 0 26098955 19566772224 1250492 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
/proc/282468/statm: 4777044 1250492 5930 1 0 1263598 0
[pid=282468/tid=282470] ppid=282465 vsize=19108176 memory=5552 CPUtime=509.05 cores=4,6
/proc/282468/task/282470/stat : 282470 (java) R 282465 282468 278312 0 -1 4194368 37811 0 0 0 50659 246 0 0 20 0 20 0 26098955 19566772224 1250492 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 195 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
[pid=282468/tid=282479] ppid=282465 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/282468/task/282479/stat : 282479 (Finalizer) S 282465 282468 278312 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26098958 19566772224 1250492 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
[pid=282468/tid=282486] ppid=282465 vsize=19108176 memory=34848 CPUtime=0 cores=4,6
/proc/282468/task/282486/stat : 282486 (Common-Cleaner) S 282465 282468 278312 0 -1 1077936192 473 0 0 0 0 0 0 0 20 0 20 0 26098958 19566772224 1250492 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
[pid=282468/tid=282488] ppid=282465 vsize=19108176 memory=5001968 CPUtime=0 cores=4,6
/proc/282468/task/282488/stat : 282488 (Timer-0) S 282465 282468 278312 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26099035 19566772224 1250492 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
Current children cumulated CPU time: 531.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5001968 KiB

[startup+582.3 s]
/proc/loadavg: 2.15 2.58 3.36 3/284 283469
/proc/meminfo: memFree=118522356/131524600 swapFree=131056028/131071996
[pid=282468] ppid=282465 vsize=19108176 memory=5001980 CPUtime=592.1 cores=4,6
/proc/282468/stat : 282468 (java) S 282465 282468 278312 0 -1 1077936128 138423 0 0 0 58883 327 0 0 20 0 20 0 26098955 19566772224 1250495 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
/proc/282468/statm: 4777044 1250495 5930 1 0 1263598 0
[pid=282468/tid=282470] ppid=282465 vsize=19108176 memory=5552 CPUtime=567.95 cores=4,6
/proc/282468/task/282470/stat : 282470 (java) R 282465 282468 278312 0 -1 4194368 40125 0 0 0 56533 262 0 0 20 0 20 0 26098955 19566772224 1250495 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 210 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
[pid=282468/tid=282479] ppid=282465 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/282468/task/282479/stat : 282479 (Finalizer) S 282465 282468 278312 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26098958 19566772224 1250495 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
[pid=282468/tid=282486] ppid=282465 vsize=19108176 memory=5001968 CPUtime=0 cores=4,6
/proc/282468/task/282486/stat : 282486 (Common-Cleaner) S 282465 282468 278312 0 -1 1077936192 489 0 0 0 0 0 0 0 20 0 20 0 26098958 19566772224 1250495 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
[pid=282468/tid=282488] ppid=282465 vsize=19108176 memory=5001968 CPUtime=0 cores=4,6
/proc/282468/task/282488/stat : 282488 (Timer-0) S 282465 282468 278312 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26099035 19566772224 1250495 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
Current children cumulated CPU time: 592.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5001980 KiB

[startup+642.3 s]
/proc/loadavg: 2.11 2.49 3.27 3/283 283481
/proc/meminfo: memFree=118233792/131524600 swapFree=131056028/131071996
[pid=282468] ppid=282465 vsize=19108176 memory=5001980 CPUtime=652.25 cores=4,6
/proc/282468/stat : 282468 (java) S 282465 282468 278312 0 -1 1077936128 139813 0 0 0 64886 339 0 0 20 0 20 0 26098955 19566772224 1250495 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
/proc/282468/statm: 4777044 1250495 5930 1 0 1263598 0
[pid=282468/tid=282470] ppid=282465 vsize=19108176 memory=5001968 CPUtime=627.34 cores=4,6
/proc/282468/task/282470/stat : 282470 (java) R 282465 282468 278312 0 -1 4194368 41214 0 0 0 62462 272 0 0 20 0 20 0 26098955 19566772224 1250495 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 220 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
[pid=282468/tid=282479] ppid=282465 vsize=19108176 memory=13520 CPUtime=0 cores=4,6
/proc/282468/task/282479/stat : 282479 (Finalizer) S 282465 282468 278312 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26098958 19566772224 1250495 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
[pid=282468/tid=282486] ppid=282465 vsize=19108176 memory=5001980 CPUtime=0 cores=4,6
/proc/282468/task/282486/stat : 282486 (Common-Cleaner) S 282465 282468 278312 0 -1 1077936192 565 0 0 0 0 0 0 0 20 0 20 0 26098958 19566772224 1250495 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
[pid=282468/tid=282488] ppid=282465 vsize=19108176 memory=-8815627402770883260 CPUtime=0 cores=4,6
/proc/282468/task/282488/stat : 282488 (Timer-0) S 282465 282468 278312 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26099035 19566772224 1250495 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
Current children cumulated CPU time: 652.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5001980 KiB

[startup+702.3 s]
/proc/loadavg: 2.08 2.41 3.20 3/283 283492
/proc/meminfo: memFree=117937996/131524600 swapFree=131056028/131071996
[pid=282468] ppid=282465 vsize=19108176 memory=5001992 CPUtime=712.62 cores=4,6
/proc/282468/stat : 282468 (java) S 282465 282468 278312 0 -1 1077936128 156349 0 0 0 70912 350 0 0 20 0 20 0 26098955 19566772224 1250498 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
/proc/282468/statm: 4777044 1250498 5930 1 0 1263600 0
[pid=282468/tid=282470] ppid=282465 vsize=19108176 memory=5001968 CPUtime=686.86 cores=4,6
/proc/282468/task/282470/stat : 282470 (java) R 282465 282468 278312 0 -1 4194368 43629 0 0 0 68405 281 0 0 20 0 20 0 26098955 19566772224 1250498 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 226 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
[pid=282468/tid=282479] ppid=282465 vsize=19108176 memory=5001980 CPUtime=0 cores=4,6
/proc/282468/task/282479/stat : 282479 (Finalizer) S 282465 282468 278312 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26098958 19566772224 1250498 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
[pid=282468/tid=282486] ppid=282465 vsize=19108176 memory=5001992 CPUtime=0 cores=4,6
/proc/282468/task/282486/stat : 282486 (Common-Cleaner) S 282465 282468 278312 0 -1 1077936192 704 0 0 0 0 0 0 0 20 0 20 0 26098958 19566772224 1250498 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
[pid=282468/tid=282488] ppid=282465 vsize=19108176 memory=5001992 CPUtime=0 cores=4,6
/proc/282468/task/282488/stat : 282488 (Timer-0) S 282465 282468 278312 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26099035 19566772224 1250498 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
Current children cumulated CPU time: 712.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5001992 KiB

[startup+705.531 s]
# the end of solver process 282468 was just reported to runsolver
# Child status: 1

# cumulated CPU time of all completed processes:  user=712.278 s, system=3.53828 s

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

[startup+704 s]*
/proc/loadavg: 2.15 2.42 3.20 3/283 283492
/proc/meminfo: memFree=117899292/131524600 swapFree=131056028/131071996
[pid=282468] ppid=282465 vsize=19108176 memory=5001992 CPUtime=714.33 cores=4,6
/proc/282468/stat : 282468 (java) S 282465 282468 278312 0 -1 1077936128 156434 0 0 0 71082 351 0 0 20 0 20 0 26098955 19566772224 1250498 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
/proc/282468/statm: 4777044 1250498 5930 1 0 1263600 0
[pid=282468/tid=282470] ppid=282465 vsize=19108176 memory=-9103292629945918140 CPUtime=688.56 cores=4,6
/proc/282468/task/282470/stat : 282470 (java) R 282465 282468 278312 0 -1 4194368 43714 0 0 0 68575 281 0 0 20 0 20 0 26098955 19566772224 1250498 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 226 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
[pid=282468/tid=282479] ppid=282465 vsize=19108176 memory=1469934271629197913 CPUtime=0 cores=4,6
/proc/282468/task/282479/stat : 282479 (Finalizer) S 282465 282468 278312 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26098958 19566772224 1250498 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
[pid=282468/tid=282486] ppid=282465 vsize=19108176 memory=8992725908130199082 CPUtime=0 cores=4,6
/proc/282468/task/282486/stat : 282486 (Common-Cleaner) S 282465 282468 278312 0 -1 1077936192 704 0 0 0 0 0 0 0 20 0 20 0 26098958 19566772224 1250498 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
[pid=282468/tid=282488] ppid=282465 vsize=19108176 memory=1404222122299264374 CPUtime=0 cores=4,6
/proc/282468/task/282488/stat : 282488 (Timer-0) S 282465 282468 278312 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26099035 19566772224 1250498 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
Current children cumulated CPU time: 714.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5001992 KiB

[startup+704.8 s]
/proc/loadavg: 2.15 2.42 3.20 3/283 283492
/proc/meminfo: memFree=117899292/131524600 swapFree=131056028/131071996
[pid=282468] ppid=282465 vsize=19108176 memory=5001992 CPUtime=715.12 cores=4,6
/proc/282468/stat : 282468 (java) S 282465 282468 278312 0 -1 1077936128 156676 0 0 0 71161 351 0 0 20 0 20 0 26098955 19566772224 1250498 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
/proc/282468/statm: 4777044 1250498 5930 1 0 1263600 0
[pid=282468/tid=282470] ppid=282465 vsize=19108176 memory=5528 CPUtime=689.35 cores=4,6
/proc/282468/task/282470/stat : 282470 (java) R 282465 282468 278312 0 -1 4194368 43906 0 0 0 68654 281 0 0 20 0 20 0 26098955 19566772224 1250498 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 226 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
[pid=282468/tid=282479] ppid=282465 vsize=19108176 memory=2240 CPUtime=0 cores=4,6
/proc/282468/task/282479/stat : 282479 (Finalizer) S 282465 282468 278312 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26098958 19566772224 1250498 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
[pid=282468/tid=282486] ppid=282465 vsize=19108176 memory=108 CPUtime=0 cores=4,6
/proc/282468/task/282486/stat : 282486 (Common-Cleaner) S 282465 282468 278312 0 -1 1077936192 704 0 0 0 0 0 0 0 20 0 20 0 26098958 19566772224 1250498 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
[pid=282468/tid=282488] ppid=282465 vsize=19108176 memory=5001992 CPUtime=0 cores=4,6
/proc/282468/task/282488/stat : 282488 (Timer-0) S 282465 282468 278312 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26099035 19566772224 1250498 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
Current children cumulated CPU time: 715.12 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5001992 KiB

[startup+705.2 s]
/proc/loadavg: 2.15 2.42 3.20 3/283 283492
/proc/meminfo: memFree=117896492/131524600 swapFree=131056028/131071996
[pid=282468] ppid=282465 vsize=19108176 memory=5001992 CPUtime=715.52 cores=4,6
/proc/282468/stat : 282468 (java) S 282465 282468 278312 0 -1 1077936128 156681 0 0 0 71201 351 0 0 20 0 20 0 26098955 19566772224 1250498 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
/proc/282468/statm: 4777044 1250498 5930 1 0 1263600 0
[pid=282468/tid=282470] ppid=282465 vsize=19108176 memory=20256 CPUtime=689.75 cores=4,6
/proc/282468/task/282470/stat : 282470 (java) R 282465 282468 278312 0 -1 4194368 43911 0 0 0 68694 281 0 0 20 0 20 0 26098955 19566772224 1250498 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 226 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
[pid=282468/tid=282479] ppid=282465 vsize=19108176 memory=39320 CPUtime=0 cores=4,6
/proc/282468/task/282479/stat : 282479 (Finalizer) S 282465 282468 278312 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 26098958 19566772224 1250498 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
[pid=282468/tid=282486] ppid=282465 vsize=19108176 memory=5001992 CPUtime=0 cores=4,6
/proc/282468/task/282486/stat : 282486 (Common-Cleaner) S 282465 282468 278312 0 -1 1077936192 704 0 0 0 0 0 0 0 20 0 20 0 26098958 19566772224 1250498 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
[pid=282468/tid=282488] ppid=282465 vsize=19108176 memory=-8815627402770883260 CPUtime=0 cores=4,6
/proc/282468/task/282488/stat : 282488 (Timer-0) S 282465 282468 278312 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 26099035 19566772224 1250498 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
Current children cumulated CPU time: 715.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5001992 KiB

[startup+705.401 s]
/proc/loadavg: 2.15 2.42 3.20 3/283 283492
/proc/meminfo: memFree=117896492/131524600 swapFree=131056028/131071996
[pid=282468] ppid=282465 vsize=19241304 memory=5002216 CPUtime=715.72 cores=4,6
/proc/282468/stat : 282468 (java) S 282465 282468 278312 0 -1 1077936128 157396 0 0 0 71221 351 0 0 20 0 21 0 26098955 19703095296 1250554 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
/proc/282468/statm: 4810326 1250554 5930 1 0 1264194 0
[pid=282468/tid=282470] ppid=282465 vsize=19241304 memory=7216 CPUtime=689.94 cores=4,6
/proc/282468/task/282470/stat : 282470 (java) S 282465 282468 278312 0 -1 1077936192 44218 0 0 0 68713 281 0 0 20 0 21 0 26098955 19703095296 1250554 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 226 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
[pid=282468/tid=282479] ppid=282465 vsize=19241304 memory=26536 CPUtime=0 cores=4,6
/proc/282468/task/282479/stat : 282479 (Finalizer) S 282465 282468 278312 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 26098958 19703095296 1250554 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
[pid=282468/tid=282486] ppid=282465 vsize=19241304 memory=-8815627402770883260 CPUtime=0 cores=4,6
/proc/282468/task/282486/stat : 282486 (Common-Cleaner) S 282465 282468 278312 0 -1 1077936192 704 0 0 0 0 0 0 0 20 0 21 0 26098958 19703095296 1250554 134679101440 94508335677440 94508335681136 140721080543696 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94508335688952 94508335689744 94508368834560 140721080546219 140721080546401 140721080546401 140721080553416 0
Current children cumulated CPU time: 715.72 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 5002216 KiB

[startup+705.5 s]*
/proc/loadavg: 2.15 2.42 3.20 2/265 283494
/proc/meminfo: memFree=122882980/131524600 swapFree=131056028/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1

Real time (s): 705.531
CPU time (s): 715.816
CPU user time (s): 712.278
CPU system time (s): 3.53828
CPU usage (%): 101.458
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 5002216

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 712.278
system time used= 3.53828
maximum resident set size= 5003268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 157958
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4844952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25693
involuntary context switches= 3692


# summary of solver processes directly reported to runsolver:
#   pid: 282468
#   total CPU time (s): 715.816
#   total CPU user time (s): 712.278
#   total CPU system time (s): 3.53828

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.9513 second user time and 2.93118 second system time

The end

Launcher Data

Begin job on nodeC015 at 2024-07-25 10:22:41
IDJOB=4459449
IDBENCH=178796
IDSOLVER=3079
FILE ID=nodeC015/4459449-1721895761
RUNJOBID= nodeC015-1721888534-278323
SLURM_JOB_ID= 8089310
Free space on /tmp= 890060 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/MIPLIB01/opt/miplib2010/normalized-neos-859770.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459449-1721895761/watcher-4459449-1721895761 -o /tmp/evaluation-result-4459449-1721895761/solver-4459449-1721895761 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1721888534-278323 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4459449-1721895761 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4459449-1721895761.opb

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

MD5SUM BENCH= 4a685e943d6a7da38bd3737149184f18
RANDOM SEED=1064320304

nodeC015.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		: 3668.542
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.37
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		: 3686.879
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	: 7005.17
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		: 3603.240
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.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        103886180 kB
MemAvailable:   119910284 kB
Buffers:          317652 kB
Cached:         16348496 kB
SwapCached:          312 kB
Active:          1194668 kB
Inactive:       25473884 kB
Active(anon):       4472 kB
Inactive(anon): 10050556 kB
Active(file):    1190196 kB
Inactive(file): 15423328 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131056028 kB
Dirty:             30096 kB
Writeback:             4 kB
AnonPages:       9990844 kB
Mapped:           114300 kB
Shmem:             52524 kB
KReclaimable:     471988 kB
Slab:             596972 kB
SReclaimable:     471988 kB
SUnreclaim:       124984 kB
KernelStack:        5088 kB
PageTables:        30004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   10598548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            16224 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9646080 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:      367316 kB
DirectMap2M:    43446272 kB
DirectMap1G:    92274688 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC015 at 2024-07-25 10:34:27