Trace number 4459039

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? (exit code) 1932.84 1063.72

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/vertex_cover/
vertexcover_opt_grid_evenrowoddcolsquare/normalized-vertexcover_opt_grid_evenrowoddcolsquare_dim_160.opb
MD5SUMa644b55a2fda92c1d941543f185d4bb9
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark12960
Best CPU time to get the best result obtained on this benchmark170.469
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables25760
Total number of constraints51520
Number of constraints which are clauses51520
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2
Number of terms in the objective function 25760
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 25760
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 25760
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version CUSTOM.v20240707
0.00/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.10	c java.vm.version	22.0.1+8-16
0.00/0.10	c java.vm.vendor	Oracle Corporation
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		22.0.1
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		2115194816
0.00/0.10	c Max memory 		16282288128
0.00/0.10	c Total memory 		2122317824
0.00/0.11	c Number of processors 	2
0.16/0.14	--- Begin Solver configuration ---
0.16/0.14	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.16/0.14	Learn all clauses as in MiniSAT
0.16/0.14	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.16/0.14	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.16/0.14	No reason simplification
0.16/0.14	Glucose 2.1 dynamic restart strategy
0.16/0.14	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.16/0.14	timeout=2147483s
0.16/0.14	DB Simplification allowed=false
0.16/0.14	Listener: none
0.16/0.14	--- End Solver configuration ---
0.16/0.15	c Pseudo Boolean Optimization by upper bound
0.16/0.15	c --- Begin Solver configuration ---
0.16/0.15	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.16/0.15	c Learn all clauses as in MiniSAT
0.16/0.15	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.16/0.15	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.16/0.15	c No reason simplification
0.16/0.15	c Glucose 2.1 dynamic restart strategy
0.16/0.15	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.16/0.15	c timeout=2147483s
0.16/0.15	c DB Simplification allowed=false
0.16/0.15	c Listener: none
0.16/0.15	c --- End Solver configuration ---
0.16/0.15	c solving HOME/instance-4459039-1721884847.opb
0.16/0.15	c reading problem ... 
0.16/0.15	c  objective function found
0.92/0.56	c ... done. Wall clock time 0.411s.
0.92/0.56	c declared #vars     25760
0.92/0.56	c #constraints  51520
0.92/0.56	c constraints type 
0.92/0.56	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 51520
0.92/0.57	c 51520 constraints processed.
0.92/0.58	c objective function length is 25760 literals
1.08/0.67	c SATISFIABLE
1.08/0.67	c OPTIMIZING...
1.08/0.67	c Got one! Elapsed wall clock time (in seconds):0.524
1.08/0.67	o 12960
10.10/7.02	c cleaning 2500 clauses out of 5000 with flag 10000/5000
21.05/15.08	c cleaning 4250 clauses out of 8500 with flag 22000/11000
32.78/24.14	c cleaning 5625 clauses out of 11250 with flag 36000/18000
49.78/35.11	c cleaning 6813 clauses out of 13625 with flag 52000/26000
67.25/46.89	c cleaning 7903 clauses out of 15812 with flag 70000/35000
83.11/59.57	c cleaning 8955 clauses out of 17909 with flag 90000/45000
107.63/73.88	c cleaning 9977 clauses out of 19954 with flag 112000/56000
128.23/89.30	c cleaning 10988 clauses out of 21977 with flag 136000/68000
153.83/107.03	c cleaning 11995 clauses out of 23989 with flag 162000/81000
197.20/131.30	c cleaning 12997 clauses out of 25994 with flag 190000/95000
229.17/150.93	c cleaning 13999 clauses out of 27997 with flag 220000/110000
259.55/173.18	c cleaning 14999 clauses out of 29998 with flag 252000/126000
315.25/206.05	c cleaning 15998 clauses out of 31999 with flag 286000/143000
354.92/227.66	c cleaning 17001 clauses out of 34001 with flag 322000/161000
415.06/263.72	c cleaning 18000 clauses out of 36000 with flag 360000/180000
489.44/305.19	c cleaning 19000 clauses out of 38000 with flag 400000/200000
570.87/350.96	c cleaning 20000 clauses out of 40000 with flag 442000/221000
644.13/392.72	c cleaning 21000 clauses out of 42000 with flag 486000/243000
722.84/436.11	c cleaning 21999 clauses out of 44000 with flag 532000/266000
803.39/479.15	c cleaning 23000 clauses out of 46001 with flag 580000/290000
880.41/519.56	c cleaning 24001 clauses out of 48001 with flag 630000/315000
959.56/562.47	c cleaning 24999 clauses out of 50000 with flag 682000/341000
1069.36/623.48	c cleaning 26001 clauses out of 52001 with flag 736000/368000
1681.43/937.08	
1681.43/937.08	Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "main"

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459039-1721884847/watcher-4459039-1721884847 -o /tmp/evaluation-result-4459039-1721884847/solver-4459039-1721884847 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1721877730-262298 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4459039-1721884847.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
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=266665, runsolver pid=266662

[startup+0.10007 s]*
/proc/loadavg: 4.81 4.90 4.89 7/318 266683
/proc/meminfo: memFree=61206340/131655788 swapFree=131059112/131071996
[pid=266665] ppid=266662 vsize=18975048 memory=59644 CPUtime=0.16 cores=1,3
/proc/266665/stat : 266665 (java) S 266662 266665 262286 0 -1 1077936128 6814 0 0 0 14 2 0 0 20 0 18 0 24474239 19430449152 14911 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
/proc/266665/statm: 4743762 14911 5736 1 0 551071 0
[pid=266665/tid=266667] ppid=266662 vsize=18975048 memory=4026561586 CPUtime=0.1 cores=1,3
/proc/266665/task/266667/stat : 266667 (java) R 266662 266665 262286 0 -1 4194368 5720 0 0 0 8 2 0 0 20 0 18 0 24474239 19430449152 14911 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
[pid=266665/tid=266676] ppid=266662 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/266665/task/266676/stat : 266676 (Finalizer) S 266662 266665 262286 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 24474243 19430449152 14911 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
[pid=266665/tid=266683] ppid=266662 vsize=18975048 memory=14128957269627868 CPUtime=0 cores=1,3
/proc/266665/task/266683/stat : 266683 (Common-Cleaner) S 266662 266665 262286 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 24474244 19430449152 14911 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 59644 KiB

[startup+0.218268 s]*
/proc/loadavg: 4.81 4.90 4.89 7/318 266683
/proc/meminfo: memFree=61195208/131655788 swapFree=131059112/131071996
[pid=266665] ppid=266662 vsize=18975048 memory=72668 CPUtime=0.38 cores=1,3
/proc/266665/stat : 266665 (java) S 266662 266665 262286 0 -1 1077936128 7456 0 0 0 35 3 0 0 20 0 18 0 24474239 19430449152 18167 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
/proc/266665/statm: 4743762 18167 5783 1 0 551626 0
[pid=266665/tid=266667] ppid=266662 vsize=18975048 memory=4782652875487838339 CPUtime=0.22 cores=1,3
/proc/266665/task/266667/stat : 266667 (java) R 266662 266665 262286 0 -1 4194368 5884 0 0 0 20 2 0 0 20 0 18 0 24474239 19430449152 18167 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
[pid=266665/tid=266676] ppid=266662 vsize=18975048 memory=1466016 CPUtime=0 cores=1,3
/proc/266665/task/266676/stat : 266676 (Finalizer) S 266662 266665 262286 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 24474243 19430449152 18167 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
[pid=266665/tid=266683] ppid=266662 vsize=18975048 memory=16102571999764192 CPUtime=0 cores=1,3
/proc/266665/task/266683/stat : 266683 (Common-Cleaner) S 266662 266665 262286 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 24474244 19430449152 18167 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 72668 KiB

[startup+0.321469 s]*
/proc/loadavg: 4.81 4.90 4.89 7/318 266683
/proc/meminfo: memFree=61179172/131655788 swapFree=131059112/131071996
[pid=266665] ppid=266662 vsize=18975048 memory=87316 CPUtime=0.56 cores=1,3
/proc/266665/stat : 266665 (java) S 266662 266665 262286 0 -1 1077936128 8090 0 0 0 52 4 0 0 20 0 18 0 24474239 19430449152 21829 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
/proc/266665/statm: 4743762 21829 5854 1 0 552086 0
[pid=266665/tid=266667] ppid=266662 vsize=18975048 memory=-9031797968715096764 CPUtime=0.29 cores=1,3
/proc/266665/task/266667/stat : 266667 (java) R 266662 266665 262286 0 -1 4194368 5909 0 0 0 27 2 0 0 20 0 18 0 24474239 19430449152 21829 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
[pid=266665/tid=266676] ppid=266662 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/266665/task/266676/stat : 266676 (Finalizer) S 266662 266665 262286 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 24474243 19430449152 21829 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
[pid=266665/tid=266683] ppid=266662 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/266665/task/266683/stat : 266683 (Common-Cleaner) S 266662 266665 262286 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 24474244 19430449152 21829 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
Current children cumulated CPU time: 0.56 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 87316 KiB

[startup+0.703744 s]
/proc/loadavg: 4.81 4.90 4.89 6/318 266683
/proc/meminfo: memFree=61121616/131655788 swapFree=131059112/131071996
[pid=266665] ppid=266662 vsize=19108176 memory=175864 CPUtime=1.26 cores=1,3
/proc/266665/stat : 266665 (java) S 266662 266665 262286 0 -1 1077936128 9877 0 0 0 119 7 0 0 20 0 20 0 24474239 19566772224 43966 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
/proc/266665/statm: 4777044 43966 5892 1 0 553596 0
[pid=266665/tid=266667] ppid=266662 vsize=19108176 memory=5468 CPUtime=0.61 cores=1,3
/proc/266665/task/266667/stat : 266667 (java) R 266662 266665 262286 0 -1 4194368 6060 0 0 0 57 4 0 0 20 0 20 0 24474239 19566772224 43966 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
[pid=266665/tid=266676] ppid=266662 vsize=19108176 memory=11904 CPUtime=0 cores=1,3
/proc/266665/task/266676/stat : 266676 (Finalizer) S 266662 266665 262286 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24474243 19566772224 43966 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
[pid=266665/tid=266683] ppid=266662 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/266665/task/266683/stat : 266683 (Common-Cleaner) R 266662 266665 262286 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 24474244 19566772224 43966 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 175864 KiB

[startup+1.50046 s]
/proc/loadavg: 4.81 4.90 4.89 7/320 266685
/proc/meminfo: memFree=61072272/131655788 swapFree=131059112/131071996
[pid=266665] ppid=266662 vsize=19108176 memory=193740 CPUtime=2.83 cores=1,3
/proc/266665/stat : 266665 (java) S 266662 266665 262286 0 -1 1077936128 21564 0 0 0 275 8 0 0 20 0 20 0 24474239 19566772224 48435 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
/proc/266665/statm: 4777044 48435 5908 1 0 557893 0
[pid=266665/tid=266667] ppid=266662 vsize=19108176 memory=11904 CPUtime=1.39 cores=1,3
/proc/266665/task/266667/stat : 266667 (java) R 266662 266665 262286 0 -1 4194368 6302 0 0 0 135 4 0 0 20 0 20 0 24474239 19566772224 48435 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
[pid=266665/tid=266676] ppid=266662 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/266665/task/266676/stat : 266676 (Finalizer) S 266662 266665 262286 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24474243 19566772224 48435 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
[pid=266665/tid=266683] ppid=266662 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/266665/task/266683/stat : 266683 (Common-Cleaner) S 266662 266665 262286 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 24474244 19566772224 48435 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
[pid=266665/tid=266684] ppid=266662 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/266665/task/266684/stat : 266684 (Timer-0) S 266662 266665 262286 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24474300 19566772224 48435 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 193740 KiB

[startup+3.1138 s]
/proc/loadavg: 4.83 4.90 4.90 5/320 266685
/proc/meminfo: memFree=60576932/131655788 swapFree=131059112/131071996
[pid=266665] ppid=266662 vsize=19108176 memory=726832 CPUtime=5.27 cores=1,3
/proc/266665/stat : 266665 (java) S 266662 266665 262286 0 -1 1077936128 23784 0 0 0 507 20 0 0 20 0 20 0 24474239 19566772224 181708 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
/proc/266665/statm: 4777044 181708 5924 1 0 1203340 0
[pid=266665/tid=266667] ppid=266662 vsize=19108176 memory=0 CPUtime=2.65 cores=1,3
/proc/266665/task/266667/stat : 266667 (java) R 266662 266665 262286 0 -1 4194368 6768 0 0 0 257 8 0 0 20 0 20 0 24474239 19566772224 181708 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
[pid=266665/tid=266676] ppid=266662 vsize=19108176 memory=11644 CPUtime=0 cores=1,3
/proc/266665/task/266676/stat : 266676 (Finalizer) S 266662 266665 262286 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24474243 19566772224 181708 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
[pid=266665/tid=266683] ppid=266662 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/266665/task/266683/stat : 266683 (Common-Cleaner) S 266662 266665 262286 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 20 0 24474244 19566772224 181708 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
[pid=266665/tid=266684] ppid=266662 vsize=19108176 memory=11904 CPUtime=0 cores=1,3
/proc/266665/task/266684/stat : 266684 (Timer-0) S 266662 266665 262286 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24474300 19566772224 181708 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
Current children cumulated CPU time: 5.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 726832 KiB

[startup+6.30047 s]
/proc/loadavg: 4.83 4.90 4.90 6/320 266685
/proc/meminfo: memFree=59617196/131655788 swapFree=131059112/131071996
[pid=266665] ppid=266662 vsize=19108176 memory=1750064 CPUtime=9.5 cores=1,3
/proc/266665/stat : 266665 (java) S 266662 266665 262286 0 -1 1077936128 26099 0 0 0 909 41 0 0 20 0 20 0 24474239 19566772224 437516 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
/proc/266665/statm: 4777044 437516 5924 1 0 2356416 0
[pid=266665/tid=266667] ppid=266662 vsize=19108176 memory=0 CPUtime=4.76 cores=1,3
/proc/266665/task/266667/stat : 266667 (java) R 266662 266665 262286 0 -1 4194368 6985 0 0 0 464 12 0 0 20 0 20 0 24474239 19566772224 437516 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
[pid=266665/tid=266676] ppid=266662 vsize=19108176 memory=11904 CPUtime=0 cores=1,3
/proc/266665/task/266676/stat : 266676 (Finalizer) S 266662 266665 262286 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24474243 19566772224 437516 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
[pid=266665/tid=266683] ppid=266662 vsize=19108176 memory=11644 CPUtime=0 cores=1,3
/proc/266665/task/266683/stat : 266683 (Common-Cleaner) S 266662 266665 262286 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 20 0 24474244 19566772224 437516 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
[pid=266665/tid=266684] ppid=266662 vsize=19108176 memory=72492 CPUtime=0 cores=1,3
/proc/266665/task/266684/stat : 266684 (Timer-0) S 266662 266665 262286 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24474300 19566772224 437516 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
Current children cumulated CPU time: 9.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1750064 KiB

[startup+12.7004 s]
/proc/loadavg: 4.93 4.92 4.90 7/320 266687
/proc/meminfo: memFree=58223468/131655788 swapFree=131059112/131071996
[pid=266665] ppid=266662 vsize=19108176 memory=3490508 CPUtime=18.11 cores=1,3
/proc/266665/stat : 266665 (java) S 266662 266665 262286 0 -1 1077936128 29809 0 0 0 1734 77 0 0 20 0 20 0 24474239 19566772224 872627 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
/proc/266665/statm: 4777044 872627 5940 1 0 2922542 0
[pid=266665/tid=266667] ppid=266662 vsize=19108176 memory=179404 CPUtime=9.28 cores=1,3
/proc/266665/task/266667/stat : 266667 (java) R 266662 266665 262286 0 -1 4194368 8394 0 0 0 908 20 0 0 20 0 20 0 24474239 19566772224 872627 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
[pid=266665/tid=266676] ppid=266662 vsize=19108176 memory=3011860 CPUtime=0 cores=1,3
/proc/266665/task/266676/stat : 266676 (Finalizer) S 266662 266665 262286 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24474243 19566772224 872627 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
[pid=266665/tid=266683] ppid=266662 vsize=19108176 memory=778032 CPUtime=0 cores=1,3
/proc/266665/task/266683/stat : 266683 (Common-Cleaner) S 266662 266665 262286 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 20 0 24474244 19566772224 872627 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
[pid=266665/tid=266684] ppid=266662 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/266665/task/266684/stat : 266684 (Timer-0) S 266662 266665 262286 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24474300 19566772224 872627 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
Current children cumulated CPU time: 18.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3490508 KiB

[startup+25.5005 s]
/proc/loadavg: 5.10 4.96 4.91 5/320 266688
/proc/meminfo: memFree=54352340/131655788 swapFree=131059112/131071996
[pid=266665] ppid=266662 vsize=19108176 memory=7182660 CPUtime=34.67 cores=1,3
/proc/266665/stat : 266665 (java) S 266662 266665 262286 0 -1 1077936128 33018 0 0 0 3314 153 0 0 20 0 20 0 24474239 19566772224 1795665 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
/proc/266665/statm: 4777044 1795665 5940 1 0 3300645 0
[pid=266665/tid=266667] ppid=266662 vsize=19108176 memory=3011860 CPUtime=18.48 cores=1,3
/proc/266665/task/266667/stat : 266667 (java) S 266662 266665 262286 0 -1 1077936192 9757 0 0 0 1808 40 0 0 20 0 20 0 24474239 19566772224 1795665 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
[pid=266665/tid=266676] ppid=266662 vsize=19108176 memory=5452512 CPUtime=0 cores=1,3
/proc/266665/task/266676/stat : 266676 (Finalizer) S 266662 266665 262286 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24474243 19566772224 1795665 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
[pid=266665/tid=266683] ppid=266662 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/266665/task/266683/stat : 266683 (Common-Cleaner) S 266662 266665 262286 0 -1 1077936192 28 0 0 0 0 0 0 0 20 0 20 0 24474244 19566772224 1795665 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
[pid=266665/tid=266684] ppid=266662 vsize=19108176 memory=6944656592455097440 CPUtime=0 cores=1,3
/proc/266665/task/266684/stat : 266684 (Timer-0) S 266662 266665 262286 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24474300 19566772224 1795665 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
Current children cumulated CPU time: 34.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7182660 KiB

[startup+51.1065 s]
/proc/loadavg: 5.20 4.99 4.93 7/320 266694
/proc/meminfo: memFree=48848996/131655788 swapFree=131059112/131071996
[pid=266665] ppid=266662 vsize=19108176 memory=12390100 CPUtime=72.38 cores=1,3
/proc/266665/stat : 266665 (java) S 266662 266665 262286 0 -1 1077936128 63058 0 0 0 6974 264 0 0 20 0 20 0 24474239 19566772224 3097525 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
/proc/266665/statm: 4777044 3097525 5940 1 0 3701884 0
[pid=266665/tid=266667] ppid=266662 vsize=19108176 memory=10220872 CPUtime=37.57 cores=1,3
/proc/266665/task/266667/stat : 266667 (java) S 266662 266665 262286 0 -1 1077936192 11100 0 0 0 3693 64 0 0 20 0 20 0 24474239 19566772224 3097525 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
[pid=266665/tid=266676] ppid=266662 vsize=19108176 memory=10610864 CPUtime=0 cores=1,3
/proc/266665/task/266676/stat : 266676 (Finalizer) S 266662 266665 262286 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24474243 19566772224 3097525 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
[pid=266665/tid=266683] ppid=266662 vsize=19108176 memory=11644 CPUtime=0 cores=1,3

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

/proc/meminfo: memFree=42685572/131655788 swapFree=131059112/131071996
[pid=266665] ppid=266662 vsize=19108176 memory=16296176 CPUtime=1453.8 cores=1,3
/proc/266665/stat : 266665 (java) S 266662 266665 262286 0 -1 1077936128 399764 0 0 0 144933 447 0 0 20 0 20 0 24474239 19566772224 4074044 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
/proc/266665/statm: 4777044 4074044 5979 1 0 4086164 0
[pid=266665/tid=266667] ppid=266662 vsize=19108176 memory=16296108 CPUtime=401 cores=1,3
/proc/266665/task/266667/stat : 266667 (java) S 266662 266665 262286 0 -1 1077936192 62165 0 0 0 40006 94 0 0 20 0 20 0 24474239 19566772224 4074044 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
[pid=266665/tid=266676] ppid=266662 vsize=19108176 memory=16296108 CPUtime=0 cores=1,3
/proc/266665/task/266676/stat : 266676 (Finalizer) S 266662 266665 262286 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24474243 19566772224 4074044 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
[pid=266665/tid=266683] ppid=266662 vsize=19108176 memory=16296176 CPUtime=0 cores=1,3
/proc/266665/task/266683/stat : 266683 (Common-Cleaner) S 266662 266665 262286 0 -1 1077936192 405 0 0 0 0 0 0 0 20 0 20 0 24474244 19566772224 4074044 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
[pid=266665/tid=266684] ppid=266662 vsize=19108176 memory=16296128 CPUtime=0 cores=1,3
/proc/266665/task/266684/stat : 266684 (Timer-0) S 266662 266665 262286 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24474300 19566772224 4074044 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
Current children cumulated CPU time: 1453.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16296176 KiB

[startup+882.3 s]
/proc/loadavg: 5.94 5.93 5.54 6/318 267458
/proc/meminfo: memFree=42685228/131655788 swapFree=131059112/131071996
[pid=266665] ppid=266662 vsize=19108176 memory=16296144 CPUtime=1572.89 cores=1,3
/proc/266665/stat : 266665 (java) S 266662 266665 262286 0 -1 1077936128 404402 0 0 0 156841 448 0 0 20 0 20 0 24474239 19566772224 4074036 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
/proc/266665/statm: 4777044 4074036 5979 1 0 4086164 0
[pid=266665/tid=266667] ppid=266662 vsize=19108176 memory=16296108 CPUtime=401.01 cores=1,3
/proc/266665/task/266667/stat : 266667 (java) S 266662 266665 262286 0 -1 1077936192 62240 0 0 0 40007 94 0 0 20 0 20 0 24474239 19566772224 4074036 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
[pid=266665/tid=266676] ppid=266662 vsize=19108176 memory=16296108 CPUtime=0 cores=1,3
/proc/266665/task/266676/stat : 266676 (Finalizer) S 266662 266665 262286 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24474243 19566772224 4074036 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
[pid=266665/tid=266683] ppid=266662 vsize=19108176 memory=16296204 CPUtime=0 cores=1,3
/proc/266665/task/266683/stat : 266683 (Common-Cleaner) S 266662 266665 262286 0 -1 1077936192 424 0 0 0 0 0 0 0 20 0 20 0 24474244 19566772224 4074036 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
[pid=266665/tid=266684] ppid=266662 vsize=19108176 memory=16296204 CPUtime=0 cores=1,3
/proc/266665/task/266684/stat : 266684 (Timer-0) S 266662 266665 262286 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24474300 19566772224 4074036 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
Current children cumulated CPU time: 1572.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16296144 KiB

[startup+942.3 s]
/proc/loadavg: 5.98 5.94 5.57 7/318 267468
/proc/meminfo: memFree=42684676/131655788 swapFree=131059112/131071996
[pid=266665] ppid=266662 vsize=19108176 memory=16296252 CPUtime=1691.9 cores=1,3
/proc/266665/stat : 266665 (java) S 266662 266665 262286 0 -1 1077936128 441748 0 0 0 168739 451 0 0 20 0 20 0 24474239 19566772224 4074063 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
/proc/266665/statm: 4777044 4074063 5979 1 0 4086175 0
[pid=266665/tid=266667] ppid=266662 vsize=19108176 memory=16296228 CPUtime=401.01 cores=1,3
/proc/266665/task/266667/stat : 266667 (java) S 266662 266665 262286 0 -1 1077936192 62333 0 0 0 40007 94 0 0 20 0 20 0 24474239 19566772224 4074063 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
[pid=266665/tid=266676] ppid=266662 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/266665/task/266676/stat : 266676 (Finalizer) S 266662 266665 262286 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24474243 19566772224 4074063 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
[pid=266665/tid=266683] ppid=266662 vsize=19108176 memory=72492 CPUtime=0 cores=1,3
/proc/266665/task/266683/stat : 266683 (Common-Cleaner) S 266662 266665 262286 0 -1 1077936192 439 0 0 0 0 0 0 0 20 0 20 0 24474244 19566772224 4074063 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
[pid=266665/tid=266684] ppid=266662 vsize=19108176 memory=-9031797968715096764 CPUtime=0 cores=1,3
/proc/266665/task/266684/stat : 266684 (Timer-0) S 266662 266665 262286 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24474300 19566772224 4074063 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
Current children cumulated CPU time: 1691.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16296252 KiB

[startup+1002.3 s]
/proc/loadavg: 5.83 5.91 5.58 6/318 267479
/proc/meminfo: memFree=42684324/131655788 swapFree=131059112/131071996
[pid=266665] ppid=266662 vsize=19108176 memory=16296252 CPUtime=1810.98 cores=1,3
/proc/266665/stat : 266665 (java) S 266662 266665 262286 0 -1 1077936128 446761 0 0 0 180646 452 0 0 20 0 20 0 24474239 19566772224 4074063 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
/proc/266665/statm: 4777044 4074063 5979 1 0 4086175 0
[pid=266665/tid=266667] ppid=266662 vsize=19108176 memory=-9031797968715096764 CPUtime=401.01 cores=1,3
/proc/266665/task/266667/stat : 266667 (java) S 266662 266665 262286 0 -1 1077936192 62349 0 0 0 40007 94 0 0 20 0 20 0 24474239 19566772224 4074063 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
[pid=266665/tid=266676] ppid=266662 vsize=19108176 memory=16296132 CPUtime=0 cores=1,3
/proc/266665/task/266676/stat : 266676 (Finalizer) S 266662 266665 262286 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24474243 19566772224 4074063 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
[pid=266665/tid=266683] ppid=266662 vsize=19108176 memory=16296132 CPUtime=0 cores=1,3
/proc/266665/task/266683/stat : 266683 (Common-Cleaner) S 266662 266665 262286 0 -1 1077936192 439 0 0 0 0 0 0 0 20 0 20 0 24474244 19566772224 4074063 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
[pid=266665/tid=266684] ppid=266662 vsize=19108176 memory=129 CPUtime=0 cores=1,3
/proc/266665/task/266684/stat : 266684 (Timer-0) S 266662 266665 262286 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24474300 19566772224 4074063 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
Current children cumulated CPU time: 1810.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16296252 KiB

[startup+1062.3 s]
/proc/loadavg: 5.97 5.94 5.61 7/318 267489
/proc/meminfo: memFree=42680200/131655788 swapFree=131059112/131071996
[pid=266665] ppid=266662 vsize=19108176 memory=16296412 CPUtime=1930.09 cores=1,3
/proc/266665/stat : 266665 (java) S 266662 266665 262286 0 -1 1077936128 484460 0 0 0 192554 455 0 0 20 0 20 0 24474239 19566772224 4074103 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
/proc/266665/statm: 4777044 4074103 5995 1 0 4086175 0
[pid=266665/tid=266667] ppid=266662 vsize=19108176 memory=16296412 CPUtime=401.01 cores=1,3
/proc/266665/task/266667/stat : 266667 (java) S 266662 266665 262286 0 -1 1077936192 62352 0 0 0 40007 94 0 0 20 0 20 0 24474239 19566772224 4074103 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
[pid=266665/tid=266676] ppid=266662 vsize=19108176 memory=16296412 CPUtime=0 cores=1,3
/proc/266665/task/266676/stat : 266676 (Finalizer) S 266662 266665 262286 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24474243 19566772224 4074103 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
[pid=266665/tid=266683] ppid=266662 vsize=19108176 memory=16296412 CPUtime=0 cores=1,3
/proc/266665/task/266683/stat : 266683 (Common-Cleaner) S 266662 266665 262286 0 -1 1077936192 439 0 0 0 0 0 0 0 20 0 20 0 24474244 19566772224 4074103 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
[pid=266665/tid=266684] ppid=266662 vsize=19108176 memory=16296412 CPUtime=0 cores=1,3
/proc/266665/task/266684/stat : 266684 (Timer-0) S 266662 266665 262286 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24474300 19566772224 4074103 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
Current children cumulated CPU time: 1930.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16296412 KiB

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

# cumulated CPU time of all completed processes:  user=1928.23 s, system=4.60563 s

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

[startup+1062.4 s]
/proc/loadavg: 5.97 5.94 5.61 7/318 267489
/proc/meminfo: memFree=42680200/131655788 swapFree=131059112/131071996
[pid=266665] ppid=266662 vsize=19108176 memory=16296412 CPUtime=1930.29 cores=1,3
/proc/266665/stat : 266665 (java) S 266662 266665 262286 0 -1 1077936128 484460 0 0 0 192574 455 0 0 20 0 20 0 24474239 19566772224 4074103 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
/proc/266665/statm: 4777044 4074103 5995 1 0 4086175 0
[pid=266665/tid=266667] ppid=266662 vsize=19108176 memory=0 CPUtime=401.01 cores=1,3
/proc/266665/task/266667/stat : 266667 (java) S 266662 266665 262286 0 -1 1077936192 62352 0 0 0 40007 94 0 0 20 0 20 0 24474239 19566772224 4074103 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
[pid=266665/tid=266676] ppid=266662 vsize=19108176 memory=16296252 CPUtime=0 cores=1,3
/proc/266665/task/266676/stat : 266676 (Finalizer) S 266662 266665 262286 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24474243 19566772224 4074103 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
[pid=266665/tid=266683] ppid=266662 vsize=19108176 memory=16296252 CPUtime=0 cores=1,3
/proc/266665/task/266683/stat : 266683 (Common-Cleaner) S 266662 266665 262286 0 -1 1077936192 439 0 0 0 0 0 0 0 20 0 20 0 24474244 19566772224 4074103 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
[pid=266665/tid=266684] ppid=266662 vsize=19108176 memory=16296412 CPUtime=0 cores=1,3
/proc/266665/task/266684/stat : 266684 (Timer-0) S 266662 266665 262286 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24474300 19566772224 4074103 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
Current children cumulated CPU time: 1930.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16296412 KiB

[startup+1063.2 s]
/proc/loadavg: 5.97 5.94 5.61 7/318 267489
/proc/meminfo: memFree=42680184/131655788 swapFree=131059112/131071996
[pid=266665] ppid=266662 vsize=19108176 memory=16296412 CPUtime=1931.88 cores=1,3
/proc/266665/stat : 266665 (java) S 266662 266665 262286 0 -1 1077936128 484588 0 0 0 192733 455 0 0 20 0 20 0 24474239 19566772224 4074103 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
/proc/266665/statm: 4777044 4074103 5995 1 0 4086175 0
[pid=266665/tid=266667] ppid=266662 vsize=19108176 memory=-9031797968715096764 CPUtime=401.01 cores=1,3
/proc/266665/task/266667/stat : 266667 (java) S 266662 266665 262286 0 -1 1077936192 62352 0 0 0 40007 94 0 0 20 0 20 0 24474239 19566772224 4074103 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
[pid=266665/tid=266676] ppid=266662 vsize=19108176 memory=5468 CPUtime=0 cores=1,3
/proc/266665/task/266676/stat : 266676 (Finalizer) S 266662 266665 262286 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24474243 19566772224 4074103 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
[pid=266665/tid=266683] ppid=266662 vsize=19108176 memory=11644 CPUtime=0 cores=1,3
/proc/266665/task/266683/stat : 266683 (Common-Cleaner) S 266662 266665 262286 0 -1 1077936192 439 0 0 0 0 0 0 0 20 0 20 0 24474244 19566772224 4074103 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
[pid=266665/tid=266684] ppid=266662 vsize=19108176 memory=72492 CPUtime=0 cores=1,3
/proc/266665/task/266684/stat : 266684 (Timer-0) S 266662 266665 262286 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24474300 19566772224 4074103 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
Current children cumulated CPU time: 1931.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16296412 KiB

[startup+1063.6 s]
/proc/loadavg: 5.97 5.94 5.61 7/318 267489
/proc/meminfo: memFree=42680184/131655788 swapFree=131059112/131071996
[pid=266665] ppid=266662 vsize=19108176 memory=16296412 CPUtime=1932.67 cores=1,3
/proc/266665/stat : 266665 (java) S 266662 266665 262286 0 -1 1077936128 484588 0 0 0 192812 455 0 0 20 0 20 0 24474239 19566772224 4074103 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
/proc/266665/statm: 4777044 4074103 5995 1 0 4086175 0
[pid=266665/tid=266667] ppid=266662 vsize=19108176 memory=72492 CPUtime=401.01 cores=1,3
/proc/266665/task/266667/stat : 266667 (java) S 266662 266665 262286 0 -1 1077936192 62352 0 0 0 40007 94 0 0 20 0 20 0 24474239 19566772224 4074103 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
[pid=266665/tid=266676] ppid=266662 vsize=19108176 memory=11904 CPUtime=0 cores=1,3
/proc/266665/task/266676/stat : 266676 (Finalizer) S 266662 266665 262286 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 24474243 19566772224 4074103 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
[pid=266665/tid=266683] ppid=266662 vsize=19108176 memory=-9031797968715096764 CPUtime=0 cores=1,3
/proc/266665/task/266683/stat : 266683 (Common-Cleaner) S 266662 266665 262286 0 -1 1077936192 439 0 0 0 0 0 0 0 20 0 20 0 24474244 19566772224 4074103 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
[pid=266665/tid=266684] ppid=266662 vsize=19108176 memory=1992 CPUtime=0 cores=1,3
/proc/266665/task/266684/stat : 266684 (Timer-0) S 266662 266665 262286 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 24474300 19566772224 4074103 134679101440 94732305059840 94732305063536 140724943752144 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94732305071352 94732305072144 94732337733632 140724943754247 140724943754337 140724943754337 140724943761352 0
Current children cumulated CPU time: 1932.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16296412 KiB

[startup+1063.7 s]*
/proc/loadavg: 5.97 5.94 5.61 6/300 267489
/proc/meminfo: memFree=55884104/131655788 swapFree=131059112/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): 1063.72
CPU time (s): 1932.84
CPU user time (s): 1928.23
CPU system time (s): 4.60563
CPU usage (%): 181.706
Max. virtual memory (cumulated for all children) (KiB): 19112280
Max. memory (cumulated for all children) (KiB): 16296412

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1928.24
system time used= 4.60563
maximum resident set size= 16296952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 484712
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38473
involuntary context switches= 36041


# summary of solver processes directly reported to runsolver:
#   pid: 266665
#   total CPU time (s): 1932.84
#   total CPU user time (s): 1928.23
#   total CPU system time (s): 4.60563

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.97366 second user time and 5.79511 second system time

The end

Launcher Data

Begin job on nodeC010 at 2024-07-25 07:20:47
IDJOB=4459039
IDBENCH=178476
IDSOLVER=3058
FILE ID=nodeC010/4459039-1721884847
RUNJOBID= nodeC010-1721877730-262298
SLURM_JOB_ID= 8089272
Free space on /tmp= 723772 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/vertex_cover/vertexcover_opt_grid_evenrowoddcolsquare/normalized-vertexcover_opt_grid_evenrowoddcolsquare_dim_160.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459039-1721884847/watcher-4459039-1721884847 -o /tmp/evaluation-result-4459039-1721884847/solver-4459039-1721884847 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1721877730-262298 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4459039-1721884847.opb

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

MD5SUM BENCH= a644b55a2fda92c1d941543f185d4bb9
RANDOM SEED=396577167

nodeC010.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	: 0xb00001f
cpu MHz		: 3653.841
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3562.982
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.28
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.335
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.192
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.28
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.273
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3598.417
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.28
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3671.029
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.345
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.28
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        61242400 kB
MemAvailable:   104808212 kB
Buffers:          288608 kB
Cached:         43616728 kB
SwapCached:          216 kB
Active:          2173192 kB
Inactive:       66978884 kB
Active(anon):       1708 kB
Inactive(anon): 25298916 kB
Active(file):    2171484 kB
Inactive(file): 41679968 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131059112 kB
Dirty:              2228 kB
Writeback:             8 kB
AnonPages:      25246700 kB
Mapped:           120300 kB
Shmem:             53556 kB
KReclaimable:     776104 kB
Slab:             895812 kB
SReclaimable:     776104 kB
SUnreclaim:       119708 kB
KernelStack:        4832 kB
PageTables:        59820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   28428660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            14784 kB
HardwareCorrupted:     0 kB
AnonHugePages:  17403904 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:      412488 kB
DirectMap2M:    54018048 kB
DirectMap1G:    81788928 kB

Free space on /tmp at the end= 723772 MiB
End job on nodeC010 at 2024-07-25 07:38:31