Trace number 4440545

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? (TO) 3600.24 3597.42

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_5_mh.opb
MD5SUMbcacee10cf1a44650f44a3298f043d3d
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark36420470
Best CPU time to get the best result obtained on this benchmark3600.29
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019800
Biggest coefficient in the objective function 165469149
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 361320367096
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 165469149
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 361320367096
Number of bits of the biggest sum of numbers39
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.12	c See www.sat4j.org for details.
0.11/0.13	c version CUSTOM.v20240707
0.11/0.16	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.16	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.16	c java.vm.version	22.0.1+8-16
0.11/0.16	c java.vm.vendor	Oracle Corporation
0.11/0.16	c sun.arch.data.model	64
0.11/0.16	c java.version		22.0.1
0.11/0.16	c os.name		Linux
0.11/0.16	c os.version		4.18.0-301.1.el8.x86_64
0.11/0.16	c os.arch		amd64
0.11/0.17	c Free memory 		2113181440
0.11/0.17	c Max memory 		16282288128
0.11/0.17	c Total memory 		2122317824
0.11/0.18	c Number of processors 	2
0.25/0.26	--- Begin Solver configuration ---
0.25/0.26	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.25/0.26	Learn all clauses as in MiniSAT
0.25/0.26	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.26	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.26	Expensive reason simplification
0.25/0.26	Glucose 2.1 dynamic restart strategy
0.25/0.26	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.25/0.26	timeout=2147483s
0.25/0.26	DB Simplification allowed=false
0.25/0.26	Listener: none
0.25/0.26	--- End Solver configuration ---
0.25/0.27	c Pseudo Boolean Optimization by upper bound
0.25/0.27	c --- Begin Solver configuration ---
0.25/0.27	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.25/0.27	c Learn all clauses as in MiniSAT
0.25/0.27	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.25/0.27	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.25/0.27	c Expensive reason simplification
0.25/0.27	c Glucose 2.1 dynamic restart strategy
0.25/0.27	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.25/0.27	c timeout=2147483s
0.25/0.27	c DB Simplification allowed=false
0.25/0.27	c Listener: none
0.25/0.27	c --- End Solver configuration ---
0.25/0.27	c solving HOME/instance-4440545-1721823948.opb
0.25/0.27	c reading problem ... 
0.25/0.27	c using VERIPB proof format
0.25/0.29	c  objective function found
24.01/16.39	c ... done. Wall clock time 16.114s.
24.01/16.39	c declared #vars     2000400
24.01/16.39	c #constraints  4940614
24.01/16.39	c constraints type 
24.01/16.39	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2970100
24.01/16.39	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 107
24.01/16.39	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
24.01/16.39	c org.sat4j.specs.Constr$1 => 3
24.01/16.39	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
24.01/16.39	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 985151
24.01/16.39	c 4940614 constraints processed.
24.18/16.41	c objective function length is 1019800 literals
380.40/367.97	c cleaning 2406 clauses out of 5000 with flag 29757/5000
1552.40/1546.80	c cleaning 4279 clauses out of 8594 with flag 109907/11000
2256.09/2251.06	c cleaning 5659 clauses out of 11317 with flag 187287/18002
3600.04/3597.32	c starts		: 31
3600.04/3597.33	c conflicts		: 24684
3600.04/3597.33	c decisions		: 1372960
3600.04/3597.33	c propagations		: 1900032672
3600.04/3597.33	c inspects		: 18801664191
3600.04/3597.34	c shortcuts		: 0
3600.04/3597.34	c learnt literals	: 0
3600.04/3597.34	c learnt binary clauses	: 60
3600.04/3597.34	c learnt ternary clauses	: 0
3600.04/3597.34	c learnt constraints	: 24683
3600.04/3597.34	c ignored constraints	: 0
3600.04/3597.34	c root simplifications	: 0
3600.04/3597.34	c removed literals (reason simplification)	: 494063
3600.04/3597.34	c reason swapping (by a shorter reason)	: 0
3600.04/3597.34	c Calls to reduceDB	: 3
3600.04/3597.34	c Number of update (reduction) of LBD	: 16441
3600.04/3597.34	c Imported unit clauses	: 0
3600.04/3597.35	c No decision after first conflict	: false
3600.04/3597.35	c number of reductions to clauses (during analyze)	: 0
3600.04/3597.35	c number of learned constraints concerned by reduction	: 0
3600.04/3597.35	c number of learning phase by resolution	: 0
3600.04/3597.35	c number of learning phase by cutting planes	: 0
3600.04/3597.35	c number of rounding to 1 operations	: 0
3600.04/3597.35	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3597.35	c number of reductions of the coefficients by power 2 	: 0
3600.04/3597.35	c number of right shift for reduction by power 2 	: 0
3600.04/3597.35	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3597.35	c number of ending skipping 	: 0
3600.04/3597.35	c number of internal skipping 	: 0
3600.04/3597.35	c number of derivation steps 	: 0
3600.04/3597.35	c number of skipped derivation steps 	: 0
3600.04/3597.35	c number of remaining unassigned 	: 0
3600.04/3597.35	c number of remaining assigned 	: 0
3600.04/3597.35	c number of falsified literals weakened from reason	: 0
3600.04/3597.35	c number of falsified literals weakened from conflict	: 0
3600.04/3597.35	c time for arithmetic operations	: 0
3600.04/3597.35	c minimum degree of deleted constraints	: null
3600.04/3597.35	c maximum degree of deleted constraints	: null
3600.04/3597.35	c number of deleted constraints	: 0
3600.04/3597.37	c speed (assignments/second)	: 530630.1465351844
3600.04/3597.37	c non guided choices	: 0
3600.04/3597.39	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 12280
3600.04/3597.39	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 60
3600.04/3597.39	s UNKNOWN
3600.04/3597.39	c Total wall clock time (in seconds): 3597.117

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=184226, runsolver pid=184223
Current StackSize limit: 8192 KiB


[startup+0.100087 s]*
/proc/loadavg: 4.21 4.25 4.18 7/317 184244
/proc/meminfo: memFree=74100448/131655788 swapFree=131063676/131071996
[pid=184226] ppid=184223 vsize=18975048 memory=58276 CPUtime=0.11 cores=1,3
/proc/184226/stat : 184226 (java) S 184223 184226 182119 0 -1 1077936128 6578 0 0 0 9 2 0 0 20 0 18 0 18384129 19430449152 14569 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
/proc/184226/statm: 4743762 14569 5591 1 0 550907 0
[pid=184226/tid=184228] ppid=184223 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/184226/task/184228/stat : 184228 (java) R 184223 184226 182119 0 -1 4194368 5495 0 0 0 7 1 0 0 20 0 18 0 18384130 19430449152 14569 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
[pid=184226/tid=184237] ppid=184223 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/184226/task/184237/stat : 184237 (Finalizer) S 184223 184226 182119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18384132 19430449152 14569 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
[pid=184226/tid=184244] ppid=184223 vsize=18975048 memory=14131147652205475 CPUtime=0 cores=1,3
/proc/184226/task/184244/stat : 184244 (Common-Cleaner) S 184223 184226 182119 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18384133 19430449152 14569 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 58276 KiB

[startup+0.20599 s]*
/proc/loadavg: 4.21 4.25 4.18 6/317 184244
/proc/meminfo: memFree=74068528/131655788 swapFree=131063676/131071996
[pid=184226] ppid=184223 vsize=18975048 memory=66872 CPUtime=0.25 cores=1,3
/proc/184226/stat : 184226 (java) S 184223 184226 182119 0 -1 1077936128 7244 0 0 0 23 2 0 0 20 0 18 0 18384129 19430449152 16718 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
/proc/184226/statm: 4743762 16718 5596 1 0 551418 0
[pid=184226/tid=184228] ppid=184223 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=1,3
/proc/184226/task/184228/stat : 184228 (java) R 184223 184226 182119 0 -1 4194368 5754 0 0 0 17 2 0 0 20 0 18 0 18384130 19430449152 16718 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
[pid=184226/tid=184237] ppid=184223 vsize=18975048 memory=1057316 CPUtime=0 cores=1,3
/proc/184226/task/184237/stat : 184237 (Finalizer) S 184223 184226 182119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18384132 19430449152 16718 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
[pid=184226/tid=184244] ppid=184223 vsize=18975048 memory=15824391262966388 CPUtime=0 cores=1,3
/proc/184226/task/184244/stat : 184244 (Common-Cleaner) S 184223 184226 182119 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18384133 19430449152 16718 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66872 KiB

[startup+0.311282 s]*
/proc/loadavg: 4.21 4.25 4.18 8/317 184244
/proc/meminfo: memFree=73951548/131655788 swapFree=131063676/131071996
[pid=184226] ppid=184223 vsize=18975048 memory=146520 CPUtime=0.4 cores=1,3
/proc/184226/stat : 184226 (java) S 184223 184226 182119 0 -1 1077936128 7528 0 0 0 36 4 0 0 20 0 18 0 18384129 19430449152 36630 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
/proc/184226/statm: 4743762 36630 5756 1 0 551605 0
[pid=184226/tid=184228] ppid=184223 vsize=18975048 memory=-8960870681186968252 CPUtime=0.28 cores=1,3
/proc/184226/task/184228/stat : 184228 (java) R 184223 184226 182119 0 -1 4194368 5965 0 0 0 25 3 0 0 20 0 18 0 18384130 19430449152 36630 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
[pid=184226/tid=184237] ppid=184223 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/184226/task/184237/stat : 184237 (Finalizer) S 184223 184226 182119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18384132 19430449152 36630 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
[pid=184226/tid=184244] ppid=184223 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/184226/task/184244/stat : 184244 (Common-Cleaner) S 184223 184226 182119 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18384133 19430449152 36630 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 146520 KiB

[startup+0.700239 s]
/proc/loadavg: 4.75 4.36 4.22 7/318 184245
/proc/meminfo: memFree=73875784/131655788 swapFree=131063676/131071996
[pid=184226] ppid=184223 vsize=19041612 memory=255812 CPUtime=1.13 cores=1,3
/proc/184226/stat : 184226 (java) S 184223 184226 182119 0 -1 1077936128 9999 0 0 0 106 7 0 0 20 0 19 0 18384129 19498610688 63953 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
/proc/184226/statm: 4760403 63953 5866 1 0 553436 0
[pid=184226/tid=184228] ppid=184223 vsize=19041612 memory=5456 CPUtime=0.63 cores=1,3
/proc/184226/task/184228/stat : 184228 (java) R 184223 184226 182119 0 -1 4194368 6008 0 0 0 58 5 0 0 20 0 19 0 18384130 19498610688 63953 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
[pid=184226/tid=184237] ppid=184223 vsize=19041612 memory=12108 CPUtime=0 cores=1,3
/proc/184226/task/184237/stat : 184237 (Finalizer) S 184223 184226 182119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18384132 19498610688 63953 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
[pid=184226/tid=184244] ppid=184223 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/184226/task/184244/stat : 184244 (Common-Cleaner) S 184223 184226 182119 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18384133 19498610688 63953 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 255812 KiB

[startup+1.50026 s]
/proc/loadavg: 4.75 4.36 4.22 6/319 184246
/proc/meminfo: memFree=73734068/131655788 swapFree=131063676/131071996
[pid=184226] ppid=184223 vsize=19041612 memory=330124 CPUtime=2.32 cores=1,3
/proc/184226/stat : 184226 (java) S 184223 184226 182119 0 -1 1077936128 10239 0 0 0 223 9 0 0 20 0 19 0 18384129 19498610688 82531 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
/proc/184226/statm: 4760403 82531 5907 1 0 553470 0
[pid=184226/tid=184228] ppid=184223 vsize=19041612 memory=12108 CPUtime=1.25 cores=1,3
/proc/184226/task/184228/stat : 184228 (java) S 184223 184226 182119 0 -1 1077936192 6061 0 0 0 120 5 0 0 20 0 19 0 18384130 19498610688 82531 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
[pid=184226/tid=184237] ppid=184223 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/184226/task/184237/stat : 184237 (Finalizer) S 184223 184226 182119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18384132 19498610688 82531 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
[pid=184226/tid=184244] ppid=184223 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/184226/task/184244/stat : 184244 (Common-Cleaner) S 184223 184226 182119 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18384133 19498610688 82531 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
Current children cumulated CPU time: 2.32 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 330124 KiB

[startup+3.10628 s]
/proc/loadavg: 4.75 4.36 4.22 10/319 184246
/proc/meminfo: memFree=71830216/131655788 swapFree=131063676/131071996
[pid=184226] ppid=184223 vsize=19041612 memory=1271756 CPUtime=4.89 cores=1,3
/proc/184226/stat : 184226 (java) S 184223 184226 182119 0 -1 1077936128 13363 0 0 0 462 27 0 0 20 0 19 0 18384129 19498610688 317939 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
/proc/184226/statm: 4760403 317939 5956 1 0 2017887 0
[pid=184226/tid=184228] ppid=184223 vsize=19041612 memory=0 CPUtime=2.43 cores=1,3
/proc/184226/task/184228/stat : 184228 (java) R 184223 184226 182119 0 -1 4194368 6838 0 0 0 224 19 0 0 20 0 19 0 18384130 19498610688 317939 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
[pid=184226/tid=184237] ppid=184223 vsize=19041612 memory=12108 CPUtime=0 cores=1,3
/proc/184226/task/184237/stat : 184237 (Finalizer) S 184223 184226 182119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18384132 19498610688 317939 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
[pid=184226/tid=184244] ppid=184223 vsize=19041612 memory=681016 CPUtime=0 cores=1,3
/proc/184226/task/184244/stat : 184244 (Common-Cleaner) S 184223 184226 182119 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18384133 19498610688 317939 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
Current children cumulated CPU time: 4.89 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1271756 KiB

[startup+6.30028 s]
/proc/loadavg: 4.77 4.37 4.22 5/295 184280
/proc/meminfo: memFree=76570412/131655788 swapFree=131063676/131071996
[pid=184226] ppid=184223 vsize=19041612 memory=2166252 CPUtime=9.94 cores=1,3
/proc/184226/stat : 184226 (java) S 184223 184226 182119 0 -1 1077936128 24297 0 0 0 946 48 0 0 20 0 19 0 18384129 19498610688 541563 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
/proc/184226/statm: 4760403 541563 5956 1 0 2477467 0
[pid=184226/tid=184228] ppid=184223 vsize=19041612 memory=0 CPUtime=4.98 cores=1,3
/proc/184226/task/184228/stat : 184228 (java) R 184223 184226 182119 0 -1 4194368 7323 0 0 0 464 34 0 0 20 0 19 0 18384130 19498610688 541563 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
[pid=184226/tid=184237] ppid=184223 vsize=19041612 memory=399444 CPUtime=0 cores=1,3
/proc/184226/task/184237/stat : 184237 (Finalizer) S 184223 184226 182119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18384132 19498610688 541563 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
[pid=184226/tid=184244] ppid=184223 vsize=19041612 memory=224194199869 CPUtime=0 cores=1,3
/proc/184226/task/184244/stat : 184244 (Common-Cleaner) S 184223 184226 182119 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18384133 19498610688 541563 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
Current children cumulated CPU time: 9.94 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2166252 KiB

[startup+12.7053 s]
/proc/loadavg: 4.87 4.40 4.23 6/320 184317
/proc/meminfo: memFree=73773776/131655788 swapFree=131063676/131071996
[pid=184226] ppid=184223 vsize=19041612 memory=3488960 CPUtime=19.17 cores=1,3
/proc/184226/stat : 184226 (java) S 184223 184226 182119 0 -1 1077936128 26993 0 0 0 1836 81 0 0 20 0 19 0 18384129 19498610688 872240 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
/proc/184226/statm: 4760403 872240 5956 1 0 3092061 0
[pid=184226/tid=184228] ppid=184223 vsize=19041612 memory=4552 CPUtime=10.01 cores=1,3
/proc/184226/task/184228/stat : 184228 (java) S 184223 184226 182119 0 -1 1077936192 8062 0 0 0 941 60 0 0 20 0 19 0 18384130 19498610688 872240 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
[pid=184226/tid=184237] ppid=184223 vsize=19041612 memory=-8960870681186968252 CPUtime=0 cores=1,3
/proc/184226/task/184237/stat : 184237 (Finalizer) S 184223 184226 182119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18384132 19498610688 872240 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
[pid=184226/tid=184244] ppid=184223 vsize=19041612 memory=12108 CPUtime=0 cores=1,3
/proc/184226/task/184244/stat : 184244 (Common-Cleaner) S 184223 184226 182119 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18384133 19498610688 872752 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
Current children cumulated CPU time: 19.17 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3488960 KiB

[startup+25.5005 s]
/proc/loadavg: 4.96 4.44 4.25 5/322 184323
/proc/meminfo: memFree=70863084/131655788 swapFree=131063676/131071996
[pid=184226] ppid=184223 vsize=19108176 memory=4883708 CPUtime=38.05 cores=1,3
/proc/184226/stat : 184226 (java) S 184223 184226 182119 0 -1 1077936128 29275 0 0 0 3692 113 0 0 20 0 20 0 18384129 19566772224 1220927 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
/proc/184226/statm: 4777044 1220927 5996 1 0 3524915 0
[pid=184226/tid=184228] ppid=184223 vsize=19108176 memory=0 CPUtime=21.7 cores=1,3
/proc/184226/task/184228/stat : 184228 (java) R 184223 184226 182119 0 -1 4194368 8739 0 0 0 2090 80 0 0 20 0 20 0 18384130 19566772224 1220927 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
[pid=184226/tid=184237] ppid=184223 vsize=19108176 memory=4635884 CPUtime=0 cores=1,3
/proc/184226/task/184237/stat : 184237 (Finalizer) S 184223 184226 182119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18384132 19566772224 1220927 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
[pid=184226/tid=184244] ppid=184223 vsize=19108176 memory=4635796 CPUtime=0 cores=1,3
/proc/184226/task/184244/stat : 184244 (Common-Cleaner) S 184223 184226 182119 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18384133 19566772224 1220927 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
[pid=184226/tid=184321] ppid=184223 vsize=19108176 memory=-8960870681186968252 CPUtime=0 cores=1,3
/proc/184226/task/184321/stat : 184321 (Timer-0) S 184223 184226 182119 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18385793 19566772224 1220927 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
Current children cumulated CPU time: 38.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4883708 KiB

[startup+51.1141 s]
/proc/loadavg: 4.69 4.43 4.25 6/322 184394
/proc/meminfo: memFree=78523188/131655788 swapFree=131063676/131071996
[pid=184226] ppid=184223 vsize=19108176 memory=5098984 CPUtime=63.68 cores=1,3
/proc/184226/stat : 184226 (java) S 184223 184226 182119 0 -1 1077936128 32114 0 0 0 6247 121 0 0 20 0 20 0 18384129 19566772224 1274746 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
/proc/184226/statm: 4777044 1274746 5996 1 0 3524915 0
[pid=184226/tid=184228] ppid=184223 vsize=19108176 memory=5096936 CPUtime=47.25 cores=1,3
/proc/184226/task/184228/stat : 184228 (java) R 184223 184226 182119 0 -1 4194368 10902 0 0 0 4639 86 0 0 20 0 20 0 18384130 19566772224 1274746 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
[pid=184226/tid=184237] ppid=184223 vsize=19108176 memory=5094888 CPUtime=0 cores=1,3
/proc/184226/task/184237/stat : 184237 (Finalizer) S 184223 184226 182119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18384132 19566772224 1274746 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
[pid=184226/tid=184244] ppid=184223 vsize=19108176 memory=5092840 CPUtime=0 cores=1,3
/proc/184226/task/184244/stat : 184244 (Common-Cleaner) S 184223 184226 182119 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 18384133 19566772224 1274746 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
[pid=184226/tid=184321] ppid=184223 vsize=19108176 memory=11756 CPUtime=0 cores=1,3
/proc/184226/task/184321/stat : 184321 (Timer-0) S 184223 184226 182119 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18385793 19566772224 1274746 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
Current children cumulated CPU time: 63.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5098984 KiB

[startup+102.301 s]
/proc/loadavg: 4.39 4.39 4.25 5/323 184403

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

/proc/184226/task/184237/stat : 184237 (Finalizer) S 184223 184226 182119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18384132 19566772224 1352869 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
[pid=184226/tid=184244] ppid=184223 vsize=19108176 memory=5411476 CPUtime=0.01 cores=1,3
/proc/184226/task/184244/stat : 184244 (Common-Cleaner) S 184223 184226 182119 0 -1 1077936192 6700 0 0 0 0 1 0 0 20 0 20 0 18384133 19566772224 1352869 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
[pid=184226/tid=184321] ppid=184223 vsize=19108176 memory=11756 CPUtime=0 cores=1,3
/proc/184226/task/184321/stat : 184321 (Timer-0) S 184223 184226 182119 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18385793 19566772224 1352869 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
Current children cumulated CPU time: 3225.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5411476 KiB

[startup+3282.3 s]
/proc/loadavg: 4.18 4.17 4.18 5/322 185834
/proc/meminfo: memFree=60732044/131655788 swapFree=131063676/131071996
[pid=184226] ppid=184223 vsize=19108176 memory=5411476 CPUtime=3285.47 cores=1,3
/proc/184226/stat : 184226 (java) S 184223 184226 182119 0 -1 1077936128 186165 0 0 0 328146 401 0 0 20 0 20 0 18384129 19566772224 1352869 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
/proc/184226/statm: 4777044 1352869 6026 1 0 3525020 0
[pid=184226/tid=184228] ppid=184223 vsize=19108176 memory=5411476 CPUtime=3261.42 cores=1,3
/proc/184226/task/184228/stat : 184228 (java) R 184223 184226 182119 0 -1 4194368 98940 0 0 0 326012 130 0 0 20 0 20 0 18384130 19566772224 1352869 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 889 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
[pid=184226/tid=184237] ppid=184223 vsize=19108176 memory=11756 CPUtime=0 cores=1,3
/proc/184226/task/184237/stat : 184237 (Finalizer) S 184223 184226 182119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18384132 19566772224 1352869 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
[pid=184226/tid=184244] ppid=184223 vsize=19108176 memory=5411476 CPUtime=0.01 cores=1,3
/proc/184226/task/184244/stat : 184244 (Common-Cleaner) S 184223 184226 182119 0 -1 1077936192 6830 0 0 0 0 1 0 0 20 0 20 0 18384133 19566772224 1352869 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
[pid=184226/tid=184321] ppid=184223 vsize=19108176 memory=5411476 CPUtime=0 cores=1,3
/proc/184226/task/184321/stat : 184321 (Timer-0) S 184223 184226 182119 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18385793 19566772224 1352869 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
Current children cumulated CPU time: 3285.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5411476 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.15 4.17 5/321 185846
/proc/meminfo: memFree=60617236/131655788 swapFree=131063676/131071996
[pid=184226] ppid=184223 vsize=19108176 memory=5411476 CPUtime=3345.38 cores=1,3
/proc/184226/stat : 184226 (java) S 184223 184226 182119 0 -1 1077936128 187740 0 0 0 334132 406 0 0 20 0 20 0 18384129 19566772224 1352869 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
/proc/184226/statm: 4777044 1352869 6026 1 0 3525020 0
[pid=184226/tid=184228] ppid=184223 vsize=19108176 memory=5411476 CPUtime=3321.26 cores=1,3
/proc/184226/task/184228/stat : 184228 (java) R 184223 184226 182119 0 -1 4194368 100247 0 0 0 331995 131 0 0 20 0 20 0 18384130 19566772224 1352869 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 889 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
[pid=184226/tid=184237] ppid=184223 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/184226/task/184237/stat : 184237 (Finalizer) S 184223 184226 182119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18384132 19566772224 1352869 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
[pid=184226/tid=184244] ppid=184223 vsize=19108176 memory=5411476 CPUtime=0.01 cores=1,3
/proc/184226/task/184244/stat : 184244 (Common-Cleaner) S 184223 184226 182119 0 -1 1077936192 6971 0 0 0 0 1 0 0 20 0 20 0 18384133 19566772224 1352869 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
[pid=184226/tid=184321] ppid=184223 vsize=19108176 memory=5411476 CPUtime=0 cores=1,3
/proc/184226/task/184321/stat : 184321 (Timer-0) S 184223 184226 182119 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18385793 19566772224 1352869 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
Current children cumulated CPU time: 3345.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5411476 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.14 4.17 5/321 185856
/proc/meminfo: memFree=60387148/131655788 swapFree=131063676/131071996
[pid=184226] ppid=184223 vsize=19108176 memory=5411476 CPUtime=3405.29 cores=1,3
/proc/184226/stat : 184226 (java) S 184223 184226 182119 0 -1 1077936128 189691 0 0 0 340119 410 0 0 20 0 20 0 18384129 19566772224 1352869 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
/proc/184226/statm: 4777044 1352869 6026 1 0 3525020 0
[pid=184226/tid=184228] ppid=184223 vsize=19108176 memory=0 CPUtime=3381.11 cores=1,3
/proc/184226/task/184228/stat : 184228 (java) R 184223 184226 182119 0 -1 4194368 101820 0 0 0 337980 131 0 0 20 0 20 0 18384130 19566772224 1352869 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 889 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
[pid=184226/tid=184237] ppid=184223 vsize=19108176 memory=5411476 CPUtime=0 cores=1,3
/proc/184226/task/184237/stat : 184237 (Finalizer) S 184223 184226 182119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18384132 19566772224 1352869 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
[pid=184226/tid=184244] ppid=184223 vsize=19108176 memory=67732 CPUtime=0.01 cores=1,3
/proc/184226/task/184244/stat : 184244 (Common-Cleaner) S 184223 184226 182119 0 -1 1077936192 7113 0 0 0 0 1 0 0 20 0 20 0 18384133 19566772224 1352869 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
[pid=184226/tid=184321] ppid=184223 vsize=19108176 memory=16096 CPUtime=0 cores=1,3
/proc/184226/task/184321/stat : 184321 (Timer-0) S 184223 184226 182119 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18385793 19566772224 1352869 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
Current children cumulated CPU time: 3405.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5411476 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.14 4.17 5/321 185866
/proc/meminfo: memFree=60264752/131655788 swapFree=131063676/131071996
[pid=184226] ppid=184223 vsize=19108176 memory=5411476 CPUtime=3465.21 cores=1,3
/proc/184226/stat : 184226 (java) S 184223 184226 182119 0 -1 1077936128 191251 0 0 0 346106 415 0 0 20 0 20 0 18384129 19566772224 1352869 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
/proc/184226/statm: 4777044 1352869 6026 1 0 3525020 0
[pid=184226/tid=184228] ppid=184223 vsize=19108176 memory=67732 CPUtime=3440.96 cores=1,3
/proc/184226/task/184228/stat : 184228 (java) R 184223 184226 182119 0 -1 4194368 103115 0 0 0 343963 133 0 0 20 0 20 0 18384130 19566772224 1352869 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 889 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
[pid=184226/tid=184237] ppid=184223 vsize=19108176 memory=12108 CPUtime=0 cores=1,3
/proc/184226/task/184237/stat : 184237 (Finalizer) S 184223 184226 182119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18384132 19566772224 1352869 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
[pid=184226/tid=184244] ppid=184223 vsize=19108176 memory=11756 CPUtime=0.01 cores=1,3
/proc/184226/task/184244/stat : 184244 (Common-Cleaner) S 184223 184226 182119 0 -1 1077936192 7254 0 0 0 0 1 0 0 20 0 20 0 18384133 19566772224 1352869 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
[pid=184226/tid=184321] ppid=184223 vsize=19108176 memory=5411476 CPUtime=0 cores=1,3
/proc/184226/task/184321/stat : 184321 (Timer-0) S 184223 184226 182119 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18385793 19566772224 1352869 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
Current children cumulated CPU time: 3465.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5411476 KiB

[startup+3522.3 s]
/proc/loadavg: 4.23 4.17 4.18 6/323 185879
/proc/meminfo: memFree=60150804/131655788 swapFree=131063676/131071996
[pid=184226] ppid=184223 vsize=19108176 memory=5411476 CPUtime=3525.13 cores=1,3
/proc/184226/stat : 184226 (java) S 184223 184226 182119 0 -1 1077936128 193229 0 0 0 352094 419 0 0 20 0 20 0 18384129 19566772224 1352869 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
/proc/184226/statm: 4777044 1352869 6026 1 0 3525020 0
[pid=184226/tid=184228] ppid=184223 vsize=19108176 memory=5411476 CPUtime=3500.8 cores=1,3
/proc/184226/task/184228/stat : 184228 (java) R 184223 184226 182119 0 -1 4194368 104718 0 0 0 349947 133 0 0 20 0 20 0 18384130 19566772224 1352869 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 889 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
[pid=184226/tid=184237] ppid=184223 vsize=19108176 memory=5411476 CPUtime=0 cores=1,3
/proc/184226/task/184237/stat : 184237 (Finalizer) S 184223 184226 182119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18384132 19566772224 1352869 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
[pid=184226/tid=184244] ppid=184223 vsize=19108176 memory=5411476 CPUtime=0.01 cores=1,3
/proc/184226/task/184244/stat : 184244 (Common-Cleaner) S 184223 184226 182119 0 -1 1077936192 7382 0 0 0 0 1 0 0 20 0 20 0 18384133 19566772224 1352869 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
[pid=184226/tid=184321] ppid=184223 vsize=19108176 memory=5411476 CPUtime=0 cores=1,3
/proc/184226/task/184321/stat : 184321 (Timer-0) S 184223 184226 182119 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18385793 19566772224 1352869 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
Current children cumulated CPU time: 3525.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5411476 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.14 4.17 5/324 186274
/proc/meminfo: memFree=60035820/131655788 swapFree=131063676/131071996
[pid=184226] ppid=184223 vsize=19108176 memory=5411476 CPUtime=3585.05 cores=1,3
/proc/184226/stat : 184226 (java) S 184223 184226 182119 0 -1 1077936128 194823 0 0 0 358081 424 0 0 20 0 20 0 18384129 19566772224 1352869 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
/proc/184226/statm: 4777044 1352869 6026 1 0 3525020 0
[pid=184226/tid=184228] ppid=184223 vsize=19108176 memory=5411476 CPUtime=3560.65 cores=1,3
/proc/184226/task/184228/stat : 184228 (java) R 184223 184226 182119 0 -1 4194368 106043 0 0 0 355931 134 0 0 20 0 20 0 18384130 19566772224 1352869 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 889 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
[pid=184226/tid=184237] ppid=184223 vsize=19108176 memory=1972 CPUtime=0 cores=1,3
/proc/184226/task/184237/stat : 184237 (Finalizer) S 184223 184226 182119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18384132 19566772224 1352869 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
[pid=184226/tid=184244] ppid=184223 vsize=19108176 memory=5411476 CPUtime=0.01 cores=1,3
/proc/184226/task/184244/stat : 184244 (Common-Cleaner) S 184223 184226 182119 0 -1 1077936192 7523 0 0 0 0 1 0 0 20 0 20 0 18384133 19566772224 1352869 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
[pid=184226/tid=184321] ppid=184223 vsize=19108176 memory=5456 CPUtime=0 cores=1,3
/proc/184226/task/184321/stat : 184321 (Timer-0) S 184223 184226 182119 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18385793 19566772224 1352869 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
Current children cumulated CPU time: 3585.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5411476 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3597.3 s]
/proc/loadavg: 4.14 4.15 4.17 5/324 186278
/proc/meminfo: memFree=60006368/131655788 swapFree=131063676/131071996
[pid=184226] ppid=184223 vsize=19108176 memory=5411476 CPUtime=3600.04 cores=1,3
/proc/184226/stat : 184226 (java) S 184223 184226 182119 0 -1 1077936128 195476 0 0 0 359578 426 0 0 20 0 20 0 18384129 19566772224 1352869 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
/proc/184226/statm: 4777044 1352869 6026 1 0 3525020 0
[pid=184226/tid=184228] ppid=184223 vsize=19108176 memory=11756 CPUtime=3575.61 cores=1,3
/proc/184226/task/184228/stat : 184228 (java) R 184223 184226 182119 0 -1 4194368 106436 0 0 0 357427 134 0 0 20 0 20 0 18384130 19566772224 1352869 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 889 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
[pid=184226/tid=184237] ppid=184223 vsize=19108176 memory=5411476 CPUtime=0 cores=1,3
/proc/184226/task/184237/stat : 184237 (Finalizer) S 184223 184226 182119 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18384132 19566772224 1352869 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
[pid=184226/tid=184244] ppid=184223 vsize=19108176 memory=5411476 CPUtime=0.01 cores=1,3
/proc/184226/task/184244/stat : 184244 (Common-Cleaner) S 184223 184226 182119 0 -1 1077936192 7665 0 0 0 0 1 0 0 20 0 20 0 18384133 19566772224 1352869 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
[pid=184226/tid=184321] ppid=184223 vsize=19108176 memory=11756 CPUtime=0 cores=1,3
/proc/184226/task/184321/stat : 184321 (Timer-0) S 184223 184226 182119 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18385793 19566772224 1352869 134679101440 94650977173504 94650977177200 140720616063568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94650977185016 94650977185808 94650985164800 140720616072107 140720616072289 140720616072289 140720616079304 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5411476 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.96 s, system=4.28899 s

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

[startup+3597.41 s]*
/proc/loadavg: 4.14 4.15 4.17 6/306 186281
/proc/meminfo: memFree=63329332/131655788 swapFree=131063676/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3597.42
CPU time (s): 3600.24
CPU user time (s): 3595.96
CPU system time (s): 4.28899
CPU usage (%): 100.078
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 5411476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.96
system time used= 4.28899
maximum resident set size= 5412952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 198566
page faults= 0
swaps= 0
block input operations= 0
block output operations= 136536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 143198
involuntary context switches= 6034


# summary of solver processes directly reported to runsolver:
#   pid: 184226
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3595.96
#   total CPU system time (s): 4.28899

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.5345 second user time and 40.0643 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-24 14:25:51
IDJOB=4440545
IDBENCH=155754
IDSOLVER=3079
FILE ID=nodeC003/4440545-1721823948
RUNJOBID= nodeC003-1721820325-182131
SLURM_JOB_ID= 7891444
Free space on /tmp= 723344 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/Large/normalized-minisat100_16_6_5_mh.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-4440545-1721823948/watcher-4440545-1721823948 -o /tmp/evaluation-result-4440545-1721823948/solver-4440545-1721823948 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721820325-182131 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4440545-1721823948 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4440545-1721823948.opb

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

MD5SUM BENCH= bcacee10cf1a44650f44a3298f043d3d
RANDOM SEED=661698601

nodeC003.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		: 3634.375
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	: 6984.09
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		: 1197.328
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.31
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.434
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt 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	: 6984.09
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		: 3492.048
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.31
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	: 6984.09
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		: 3668.713
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.31
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		: 3492.053
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	: 6984.09
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.409
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.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        74189616 kB
MemAvailable:   125602680 kB
Buffers:          252960 kB
Cached:         51687560 kB
SwapCached:          800 kB
Active:          2534548 kB
Inactive:       53897520 kB
Active(anon):       2092 kB
Inactive(anon):  4543072 kB
Active(file):    2532456 kB
Inactive(file): 49354448 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131063676 kB
Dirty:            513560 kB
Writeback:             0 kB
AnonPages:       4489204 kB
Mapped:           131628 kB
Shmem:             53532 kB
KReclaimable:     587904 kB
Slab:             705240 kB
SReclaimable:     587904 kB
SUnreclaim:       117336 kB
KernelStack:        4832 kB
PageTables:        19004 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    7141612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            14752 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4200448 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:      394056 kB
DirectMap2M:    40404992 kB
DirectMap1G:    95420416 kB

Free space on /tmp at the end= 723264 MiB
End job on nodeC003 at 2024-07-24 15:25:48