Trace number 4440543

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.27 3593.34

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_3_mh.opb
MD5SUM4f3174f37d2a17c7e83bc7c52ff48d45
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 benchmark26461978
Best CPU time to get the best result obtained on this benchmark3600.45
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 137388096
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 308760127022
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 137388096
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 308760127022
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.12/0.14	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.14	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.14	c See www.sat4j.org for details.
0.12/0.15	c version CUSTOM.v20240707
0.12/0.16	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.16	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.16	c java.vm.version	22.0.1+8-16
0.12/0.16	c java.vm.vendor	Oracle Corporation
0.12/0.16	c sun.arch.data.model	64
0.12/0.16	c java.version		22.0.1
0.12/0.16	c os.name		Linux
0.12/0.16	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.16	c os.arch		amd64
0.12/0.16	c Free memory 		2113181440
0.12/0.16	c Max memory 		16282288128
0.12/0.16	c Total memory 		2122317824
0.12/0.17	c Number of processors 	2
0.12/0.20	--- Begin Solver configuration ---
0.12/0.20	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.12/0.20	Learn all clauses as in MiniSAT
0.12/0.20	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.20	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.20	Expensive reason simplification
0.12/0.20	Glucose 2.1 dynamic restart strategy
0.12/0.20	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.12/0.20	timeout=2147483s
0.12/0.20	DB Simplification allowed=false
0.12/0.20	Listener: none
0.12/0.20	--- End Solver configuration ---
0.12/0.20	c Pseudo Boolean Optimization by upper bound
0.12/0.20	c --- Begin Solver configuration ---
0.12/0.20	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.12/0.20	c Learn all clauses as in MiniSAT
0.12/0.20	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.20	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.20	c Expensive reason simplification
0.12/0.20	c Glucose 2.1 dynamic restart strategy
0.12/0.20	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.12/0.20	c timeout=2147483s
0.12/0.20	c DB Simplification allowed=false
0.12/0.20	c Listener: none
0.12/0.20	c --- End Solver configuration ---
0.12/0.20	c solving HOME/instance-4440543-1721823938.opb
0.12/0.20	c reading problem ... 
0.32/7.01	c using VERIPB proof format
0.32/7.03	c  objective function found
26.41/24.75	c ... done. Wall clock time 24.543s.
26.41/24.75	c declared #vars     2000400
26.41/24.75	c #constraints  4940614
26.41/24.75	c constraints type 
26.41/24.75	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2970100
26.41/24.75	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 107
26.41/24.75	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
26.41/24.75	c org.sat4j.specs.Constr$1 => 3
26.41/24.75	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
26.41/24.75	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 985151
26.41/24.75	c 4940614 constraints processed.
26.41/24.77	c objective function length is 1019800 literals
65.55/58.74	c cleaning 2492 clauses out of 5000 with flag 15250/5000
671.75/669.71	c cleaning 4245 clauses out of 8508 with flag 47783/11000
1386.28/1384.16	c cleaning 5598 clauses out of 11265 with flag 76334/18002
2200.26/2200.17	c cleaning 6833 clauses out of 13665 with flag 119712/26000
3394.28/3387.35	c cleaning 7914 clauses out of 15832 with flag 186259/35000
3600.05/3593.22	c starts		: 11
3600.05/3593.23	c conflicts		: 36088
3600.05/3593.24	c decisions		: 1076123
3600.05/3593.24	c propagations		: 603742650
3600.05/3593.24	c inspects		: 9624874502
3600.05/3593.26	c shortcuts		: 0
3600.05/3593.26	c learnt literals	: 0
3600.05/3593.26	c learnt binary clauses	: 17
3600.05/3593.26	c learnt ternary clauses	: 0
3600.05/3593.26	c learnt constraints	: 36088
3600.05/3593.26	c ignored constraints	: 0
3600.05/3593.26	c root simplifications	: 0
3600.05/3593.26	c removed literals (reason simplification)	: 2724456
3600.05/3593.26	c reason swapping (by a shorter reason)	: 0
3600.05/3593.26	c Calls to reduceDB	: 5
3600.05/3593.26	c Number of update (reduction) of LBD	: 19263
3600.05/3593.26	c Imported unit clauses	: 0
3600.05/3593.26	c No decision after first conflict	: false
3600.05/3593.26	c number of reductions to clauses (during analyze)	: 0
3600.05/3593.26	c number of learned constraints concerned by reduction	: 0
3600.05/3593.26	c number of learning phase by resolution	: 0
3600.05/3593.26	c number of learning phase by cutting planes	: 0
3600.05/3593.26	c number of rounding to 1 operations	: 0
3600.05/3593.26	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3593.26	c number of reductions of the coefficients by power 2 	: 0
3600.05/3593.26	c number of right shift for reduction by power 2 	: 0
3600.05/3593.26	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3593.26	c number of ending skipping 	: 0
3600.05/3593.26	c number of internal skipping 	: 0
3600.05/3593.26	c number of derivation steps 	: 0
3600.05/3593.26	c number of skipped derivation steps 	: 0
3600.05/3593.26	c number of remaining unassigned 	: 0
3600.05/3593.26	c number of remaining assigned 	: 0
3600.05/3593.26	c number of falsified literals weakened from reason	: 0
3600.05/3593.26	c number of falsified literals weakened from conflict	: 0
3600.05/3593.26	c time for arithmetic operations	: 0
3600.05/3593.26	c minimum degree of deleted constraints	: null
3600.05/3593.26	c maximum degree of deleted constraints	: null
3600.05/3593.26	c number of deleted constraints	: 0
3600.05/3593.27	c speed (assignments/second)	: 169197.25912841505
3600.05/3593.27	c non guided choices	: 0
3600.05/3593.28	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 8989
3600.05/3593.29	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 17
3600.05/3593.29	s UNKNOWN
3600.05/3593.29	c Total wall clock time (in seconds): 3593.081

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4440543-1721823938/watcher-4440543-1721823938 -o /tmp/evaluation-result-4440543-1721823938/solver-4440543-1721823938 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1721820325-230696 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4440543-1721823938 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4440543-1721823938.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=233533, runsolver pid=233530
Current StackSize limit: 8192 KiB


[startup+0.105873 s]*
/proc/loadavg: 4.65 4.32 4.15 6/317 233551
/proc/meminfo: memFree=114229264/131655788 swapFree=131061124/131071996
[pid=233533] ppid=233530 vsize=18993908 memory=57216 CPUtime=0.12 cores=1,3
/proc/233533/stat : 233533 (java) S 233530 233533 230684 0 -1 1077936128 6639 0 0 0 10 2 0 0 20 0 18 0 18383490 19449761792 14304 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
/proc/233533/statm: 4748477 14304 5846 1 0 550947 0
[pid=233533/tid=233535] ppid=233530 vsize=18993908 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/233533/task/233535/stat : 233535 (java) S 233530 233533 230684 0 -1 1077936192 5582 0 0 0 6 2 0 0 20 0 18 0 18383491 19449761792 14304 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
[pid=233533/tid=233544] ppid=233530 vsize=18993908 memory=232851243367 CPUtime=0 cores=1,3
/proc/233533/task/233544/stat : 233544 (Finalizer) S 233530 233533 230684 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18383496 19449761792 14304 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
[pid=233533/tid=233551] ppid=233530 vsize=18993908 memory=3618136736603240588 CPUtime=0 cores=1,3
/proc/233533/task/233551/stat : 233551 (Common-Cleaner) S 233530 233533 230684 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18383498 19449761792 14304 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 57216 KiB

[startup+0.218878 s]*
/proc/loadavg: 4.65 4.32 4.15 5/317 233551
/proc/meminfo: memFree=114217544/131655788 swapFree=131061124/131071996
[pid=233533] ppid=233530 vsize=18993908 memory=67292 CPUtime=0.29 cores=1,3
/proc/233533/stat : 233533 (java) S 233530 233533 230684 0 -1 1077936128 7431 0 0 0 26 3 0 0 20 0 18 0 18383490 19449761792 16823 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
/proc/233533/statm: 4748477 16823 6027 1 0 551569 0
[pid=233533/tid=233535] ppid=233530 vsize=18993908 memory=4782652875487838339 CPUtime=0.16 cores=1,3
/proc/233533/task/233535/stat : 233535 (java) D 233530 233533 230684 0 -1 4194368 5995 0 0 0 14 2 0 0 20 0 18 0 18383491 19449761792 16823 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
[pid=233533/tid=233544] ppid=233530 vsize=18993908 memory=952865 CPUtime=0 cores=1,3
/proc/233533/task/233544/stat : 233544 (Finalizer) S 233530 233533 230684 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18383496 19449761792 16823 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
[pid=233533/tid=233551] ppid=233530 vsize=18993908 memory=3689070655443366200 CPUtime=0 cores=1,3
/proc/233533/task/233551/stat : 233551 (Common-Cleaner) S 233530 233533 230684 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18383498 19449761792 16823 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 67292 KiB

[startup+0.318914 s]*
/proc/loadavg: 4.65 4.32 4.15 3/317 233551
/proc/meminfo: memFree=114216508/131655788 swapFree=131061124/131071996
[pid=233533] ppid=233530 vsize=18993908 memory=67292 CPUtime=0.3 cores=1,3
/proc/233533/stat : 233533 (java) S 233530 233533 230684 0 -1 1077936128 7451 0 0 0 27 3 0 0 20 0 18 0 18383490 19449761792 16823 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
/proc/233533/statm: 4748477 16823 6027 1 0 551581 0
[pid=233533/tid=233535] ppid=233530 vsize=18993908 memory=-9176758694167945916 CPUtime=0.16 cores=1,3
/proc/233533/task/233535/stat : 233535 (java) D 233530 233533 230684 0 -1 4194368 5995 0 0 0 14 2 0 0 20 0 18 0 18383491 19449761792 16823 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
[pid=233533/tid=233544] ppid=233530 vsize=18993908 memory=0 CPUtime=0 cores=1,3
/proc/233533/task/233544/stat : 233544 (Finalizer) S 233530 233533 230684 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18383496 19449761792 16823 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
[pid=233533/tid=233551] ppid=233530 vsize=18993908 memory=0 CPUtime=0 cores=1,3
/proc/233533/task/233551/stat : 233551 (Common-Cleaner) S 233530 233533 230684 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18383498 19449761792 16823 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 67292 KiB

[startup+0.700442 s]
/proc/loadavg: 4.65 4.32 4.15 3/317 233551
/proc/meminfo: memFree=114216032/131655788 swapFree=131061124/131071996
[pid=233533] ppid=233530 vsize=18993908 memory=67292 CPUtime=0.3 cores=1,3
/proc/233533/stat : 233533 (java) S 233530 233533 230684 0 -1 1077936128 7451 0 0 0 27 3 0 0 20 0 18 0 18383490 19449761792 16823 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
/proc/233533/statm: 4748477 16823 6027 1 0 551581 0
[pid=233533/tid=233535] ppid=233530 vsize=18993908 memory=5640 CPUtime=0.16 cores=1,3
/proc/233533/task/233535/stat : 233535 (java) D 233530 233533 230684 0 -1 4194368 5995 0 0 0 14 2 0 0 20 0 18 0 18383491 19449761792 16823 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
[pid=233533/tid=233544] ppid=233530 vsize=18993908 memory=12240 CPUtime=0 cores=1,3
/proc/233533/task/233544/stat : 233544 (Finalizer) S 233530 233533 230684 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18383496 19449761792 16823 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
[pid=233533/tid=233551] ppid=233530 vsize=18993908 memory=5017 CPUtime=0 cores=1,3
/proc/233533/task/233551/stat : 233551 (Common-Cleaner) S 233530 233533 230684 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18383498 19449761792 16823 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 67292 KiB

[startup+1.50044 s]
/proc/loadavg: 4.65 4.32 4.15 3/317 233551
/proc/meminfo: memFree=114214044/131655788 swapFree=131061124/131071996
[pid=233533] ppid=233530 vsize=18993908 memory=67292 CPUtime=0.3 cores=1,3
/proc/233533/stat : 233533 (java) S 233530 233533 230684 0 -1 1077936128 7451 0 0 0 27 3 0 0 20 0 18 0 18383490 19449761792 16823 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
/proc/233533/statm: 4748477 16823 6027 1 0 551581 0
[pid=233533/tid=233535] ppid=233530 vsize=18993908 memory=5017 CPUtime=0.16 cores=1,3
/proc/233533/task/233535/stat : 233535 (java) D 233530 233533 230684 0 -1 4194368 5995 0 0 0 14 2 0 0 20 0 18 0 18383491 19449761792 16823 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
[pid=233533/tid=233544] ppid=233530 vsize=18993908 memory=0 CPUtime=0 cores=1,3
/proc/233533/task/233544/stat : 233544 (Finalizer) S 233530 233533 230684 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18383496 19449761792 16823 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
[pid=233533/tid=233551] ppid=233530 vsize=18993908 memory=12240 CPUtime=0 cores=1,3
/proc/233533/task/233551/stat : 233551 (Common-Cleaner) S 233530 233533 230684 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18383498 19449761792 16823 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 67292 KiB

[startup+3.11382 s]
/proc/loadavg: 4.60 4.31 4.15 3/317 233553
/proc/meminfo: memFree=114199600/131655788 swapFree=131061124/131071996
[pid=233533] ppid=233530 vsize=18993908 memory=67292 CPUtime=0.3 cores=1,3
/proc/233533/stat : 233533 (java) S 233530 233533 230684 0 -1 1077936128 7451 0 0 0 27 3 0 0 20 0 18 0 18383490 19449761792 16823 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
/proc/233533/statm: 4748477 16823 6027 1 0 551581 0
[pid=233533/tid=233535] ppid=233530 vsize=18993908 memory=12240 CPUtime=0.16 cores=1,3
/proc/233533/task/233535/stat : 233535 (java) D 233530 233533 230684 0 -1 4194368 5995 0 0 0 14 2 0 0 20 0 18 0 18383491 19449761792 16823 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
[pid=233533/tid=233544] ppid=233530 vsize=18993908 memory=0 CPUtime=0 cores=1,3
/proc/233533/task/233544/stat : 233544 (Finalizer) S 233530 233533 230684 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18383496 19449761792 16823 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
[pid=233533/tid=233551] ppid=233530 vsize=18993908 memory=6657 CPUtime=0 cores=1,3
/proc/233533/task/233551/stat : 233551 (Common-Cleaner) S 233530 233533 230684 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18383498 19449761792 16823 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 67292 KiB
heavy processes:

[startup+6.30041 s]
/proc/loadavg: 4.60 4.31 4.15 5/318 233554
/proc/meminfo: memFree=114001236/131655788 swapFree=131061124/131071996
[pid=233533] ppid=233530 vsize=18993908 memory=67292 CPUtime=0.3 cores=1,3
/proc/233533/stat : 233533 (java) S 233530 233533 230684 0 -1 1077936128 7451 0 0 0 27 3 0 0 20 0 18 0 18383490 19449761792 16823 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
/proc/233533/statm: 4748477 16823 6027 1 0 551581 0
[pid=233533/tid=233535] ppid=233530 vsize=18993908 memory=12240 CPUtime=0.16 cores=1,3
/proc/233533/task/233535/stat : 233535 (java) D 233530 233533 230684 0 -1 1078198336 5995 0 0 0 14 2 0 0 20 0 18 0 18383491 19449761792 16823 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
[pid=233533/tid=233544] ppid=233530 vsize=18993908 memory=12264 CPUtime=0 cores=1,3
/proc/233533/task/233544/stat : 233544 (Finalizer) S 233530 233533 230684 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18383496 19449761792 16823 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
[pid=233533/tid=233551] ppid=233530 vsize=18993908 memory=67292 CPUtime=0 cores=1,3
/proc/233533/task/233551/stat : 233551 (Common-Cleaner) S 233530 233533 230684 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 18383498 19449761792 16823 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 67292 KiB
heavy processes:

[startup+12.7003 s]
/proc/loadavg: 5.04 4.42 4.19 7/319 233557
/proc/meminfo: memFree=110665640/131655788 swapFree=131061124/131071996
[pid=233533] ppid=233530 vsize=19060472 memory=1664644 CPUtime=9.48 cores=1,3
/proc/233533/stat : 233533 (java) S 233530 233533 230684 0 -1 1077936128 26278 0 1 0 903 45 0 0 20 0 19 0 18383490 19517923328 416161 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
/proc/233533/statm: 4765118 416161 6198 1 0 1914437 0
[pid=233533/tid=233535] ppid=233530 vsize=19060472 memory=952851 CPUtime=4.7 cores=1,3
/proc/233533/task/233535/stat : 233535 (java) R 233530 233533 230684 0 -1 4194368 6960 0 0 0 440 30 0 0 20 0 19 0 18383491 19517923328 416161 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
[pid=233533/tid=233544] ppid=233530 vsize=19060472 memory=1624484 CPUtime=0 cores=1,3
/proc/233533/task/233544/stat : 233544 (Finalizer) S 233530 233533 230684 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18383496 19517923328 416161 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
[pid=233533/tid=233551] ppid=233530 vsize=19060472 memory=1189340 CPUtime=0 cores=1,3
/proc/233533/task/233551/stat : 233551 (Common-Cleaner) S 233530 233533 230684 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 18383498 19517923328 416161 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
Current children cumulated CPU time: 9.48 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 1664644 KiB
heavy processes:

[startup+25.5009 s]
/proc/loadavg: 4.96 4.42 4.19 7/321 233560
/proc/meminfo: memFree=106581996/131655788 swapFree=131061124/131071996
[pid=233533] ppid=233530 vsize=19127036 memory=4727412 CPUtime=27.84 cores=1,3
/proc/233533/stat : 233533 (java) S 233530 233533 230684 0 -1 1077936128 31474 0 1 0 2669 115 0 0 20 0 20 0 18383490 19586084864 1181853 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
/proc/233533/statm: 4781759 1181853 6236 1 0 3310792 0
[pid=233533/tid=233535] ppid=233530 vsize=19127036 memory=4398916 CPUtime=14.83 cores=1,3
/proc/233533/task/233535/stat : 233535 (java) R 233530 233533 230684 0 -1 4194368 8358 0 0 0 1402 81 0 0 20 0 20 0 18383491 19586084864 1181853 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
[pid=233533/tid=233544] ppid=233530 vsize=19127036 memory=12264 CPUtime=0 cores=1,3
/proc/233533/task/233544/stat : 233544 (Finalizer) S 233530 233533 230684 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18383496 19586084864 1181853 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
[pid=233533/tid=233551] ppid=233530 vsize=19127036 memory=4198212 CPUtime=0 cores=1,3
/proc/233533/task/233551/stat : 233551 (Common-Cleaner) S 233530 233533 230684 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 18383498 19586084864 1181853 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
[pid=233533/tid=233560] ppid=233530 vsize=19127036 memory=3471100 CPUtime=0 cores=1,3
/proc/233533/task/233560/stat : 233560 (Timer-0) S 233530 233533 230684 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18385987 19586084864 1181853 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
Current children cumulated CPU time: 27.84 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 4727412 KiB

[startup+51.1137 s]
/proc/loadavg: 4.95 4.47 4.21 5/321 233564
/proc/meminfo: memFree=105998492/131655788 swapFree=131061124/131071996
[pid=233533] ppid=233530 vsize=19127036 memory=5194540 CPUtime=57.9 cores=1,3
/proc/233533/stat : 233533 (java) S 233530 233533 230684 0 -1 1077936128 38194 0 1 0 5657 133 0 0 20 0 20 0 18383490 19586084864 1298635 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
/proc/233533/statm: 4781759 1298635 6236 1 0 3505167 0
[pid=233533/tid=233535] ppid=233530 vsize=19127036 memory=4985620 CPUtime=40.02 cores=1,3
/proc/233533/task/233535/stat : 233535 (java) R 233530 233533 230684 0 -1 4194368 9953 0 0 0 3908 94 0 0 20 0 20 0 18383491 19586084864 1298635 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
[pid=233533/tid=233544] ppid=233530 vsize=19127036 memory=12264 CPUtime=0 cores=1,3
/proc/233533/task/233544/stat : 233544 (Finalizer) S 233530 233533 230684 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18383496 19586084864 1298635 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
[pid=233533/tid=233551] ppid=233530 vsize=19127036 memory=12264 CPUtime=0 cores=1,3
/proc/233533/task/233551/stat : 233551 (Common-Cleaner) S 233530 233533 230684 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 18383498 19586084864 1298635 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
[pid=233533/tid=233560] ppid=233530 vsize=19127036 memory=0 CPUtime=0 cores=1,3
/proc/233533/task/233560/stat : 233560 (Timer-0) S 233530 233533 230684 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18385987 19586084864 1298635 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
Current children cumulated CPU time: 57.9 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 5194540 KiB

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

/proc/233533/task/233544/stat : 233544 (Finalizer) S 233530 233533 230684 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18383496 19586084864 1404251 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
[pid=233533/tid=233551] ppid=233530 vsize=19127036 memory=5617004 CPUtime=0.01 cores=1,3
/proc/233533/task/233551/stat : 233551 (Common-Cleaner) S 233530 233533 230684 0 -1 1077936192 7409 0 0 0 0 1 0 0 20 0 20 0 18383498 19586084864 1404251 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
[pid=233533/tid=233560] ppid=233530 vsize=19127036 memory=12264 CPUtime=0 cores=1,3
/proc/233533/task/233560/stat : 233560 (Timer-0) S 233530 233533 230684 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18385987 19586084864 1404251 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
Current children cumulated CPU time: 3229.45 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 5617004 KiB

[startup+3282.3 s]
/proc/loadavg: 4.21 4.20 4.24 5/342 235119
/proc/meminfo: memFree=64277804/131655788 swapFree=131061124/131071996
[pid=233533] ppid=233530 vsize=19127036 memory=5617004 CPUtime=3289.38 cores=1,3
/proc/233533/stat : 233533 (java) S 233530 233533 230684 0 -1 1077936128 193212 0 1 0 328522 416 0 0 20 0 20 0 18383490 19586084864 1404251 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
/proc/233533/statm: 4781759 1404251 6268 1 0 3505196 0
[pid=233533/tid=233535] ppid=233530 vsize=19127036 memory=12264 CPUtime=3255.01 cores=1,3
/proc/233533/task/233535/stat : 233535 (java) R 233530 233533 230684 0 -1 4194368 97581 0 0 0 325355 146 0 0 20 0 20 0 18383491 19586084864 1404251 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 578 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
[pid=233533/tid=233544] ppid=233530 vsize=19127036 memory=5617004 CPUtime=0 cores=1,3
/proc/233533/task/233544/stat : 233544 (Finalizer) S 233530 233533 230684 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18383496 19586084864 1404251 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
[pid=233533/tid=233551] ppid=233530 vsize=19127036 memory=5617004 CPUtime=0.01 cores=1,3
/proc/233533/task/233551/stat : 233551 (Common-Cleaner) S 233530 233533 230684 0 -1 1077936192 7527 0 0 0 0 1 0 0 20 0 20 0 18383498 19586084864 1404251 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
[pid=233533/tid=233560] ppid=233530 vsize=19127036 memory=12264 CPUtime=0 cores=1,3
/proc/233533/task/233560/stat : 233560 (Timer-0) S 233530 233533 230684 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18385987 19586084864 1404251 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
Current children cumulated CPU time: 3289.38 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 5617004 KiB

[startup+3342.3 s]
/proc/loadavg: 4.23 4.20 4.24 5/346 235135
/proc/meminfo: memFree=62736232/131655788 swapFree=131061124/131071996
[pid=233533] ppid=233530 vsize=19127036 memory=5617004 CPUtime=3349.33 cores=1,3
/proc/233533/stat : 233533 (java) S 233530 233533 230684 0 -1 1077936128 197645 0 1 0 334513 420 0 0 20 0 20 0 18383490 19586084864 1404251 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
/proc/233533/statm: 4781759 1404251 6268 1 0 3505196 0
[pid=233533/tid=233535] ppid=233530 vsize=19127036 memory=5617004 CPUtime=3314.69 cores=1,3
/proc/233533/task/233535/stat : 233535 (java) R 233530 233533 230684 0 -1 4194368 99595 0 0 0 331322 147 0 0 20 0 20 0 18383491 19586084864 1404251 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 578 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
[pid=233533/tid=233544] ppid=233530 vsize=19127036 memory=5617004 CPUtime=0 cores=1,3
/proc/233533/task/233544/stat : 233544 (Finalizer) S 233530 233533 230684 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18383496 19586084864 1404251 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
[pid=233533/tid=233551] ppid=233530 vsize=19127036 memory=18484 CPUtime=0.01 cores=1,3
/proc/233533/task/233551/stat : 233551 (Common-Cleaner) S 233530 233533 230684 0 -1 1077936192 7623 0 0 0 0 1 0 0 20 0 20 0 18383498 19586084864 1404251 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
[pid=233533/tid=233560] ppid=233530 vsize=19127036 memory=12264 CPUtime=0 cores=1,3
/proc/233533/task/233560/stat : 233560 (Timer-0) S 233530 233533 230684 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18385987 19586084864 1404251 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
Current children cumulated CPU time: 3349.33 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 5617004 KiB

[startup+3402.3 s]
/proc/loadavg: 4.21 4.21 4.24 5/346 235145
/proc/meminfo: memFree=61772356/131655788 swapFree=131061124/131071996
[pid=233533] ppid=233530 vsize=19127036 memory=5617004 CPUtime=3409.26 cores=1,3
/proc/233533/stat : 233533 (java) S 233530 233533 230684 0 -1 1077936128 199925 0 1 0 340501 425 0 0 20 0 20 0 18383490 19586084864 1404251 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
/proc/233533/statm: 4781759 1404251 6268 1 0 3505196 0
[pid=233533/tid=233535] ppid=233530 vsize=19127036 memory=5617004 CPUtime=3374.54 cores=1,3
/proc/233533/task/233535/stat : 233535 (java) R 233530 233533 230684 0 -1 4194368 101530 0 0 0 337307 147 0 0 20 0 20 0 18383491 19586084864 1404251 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 578 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
[pid=233533/tid=233544] ppid=233530 vsize=19127036 memory=5617004 CPUtime=0 cores=1,3
/proc/233533/task/233544/stat : 233544 (Finalizer) S 233530 233533 230684 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18383496 19586084864 1404251 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
[pid=233533/tid=233551] ppid=233530 vsize=19127036 memory=5617004 CPUtime=0.01 cores=1,3
/proc/233533/task/233551/stat : 233551 (Common-Cleaner) S 233530 233533 230684 0 -1 1077936192 7769 0 0 0 0 1 0 0 20 0 20 0 18383498 19586084864 1404251 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
[pid=233533/tid=233560] ppid=233530 vsize=19127036 memory=5617004 CPUtime=0 cores=1,3
/proc/233533/task/233560/stat : 233560 (Timer-0) S 233530 233533 230684 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18385987 19586084864 1404251 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
Current children cumulated CPU time: 3409.26 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 5617004 KiB

[startup+3462.3 s]
/proc/loadavg: 4.20 4.20 4.23 5/346 235155
/proc/meminfo: memFree=60908756/131655788 swapFree=131061124/131071996
[pid=233533] ppid=233530 vsize=19127036 memory=5617004 CPUtime=3469.16 cores=1,3
/proc/233533/stat : 233533 (java) S 233530 233533 230684 0 -1 1077936128 201393 0 1 0 346487 429 0 0 20 0 20 0 18383490 19586084864 1404251 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
/proc/233533/statm: 4781759 1404251 6268 1 0 3505196 0
[pid=233533/tid=233535] ppid=233530 vsize=19127036 memory=5617004 CPUtime=3434.37 cores=1,3
/proc/233533/task/233535/stat : 233535 (java) R 233530 233533 230684 0 -1 4194368 102752 0 0 0 343289 148 0 0 20 0 20 0 18383491 19586084864 1404251 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 581 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
[pid=233533/tid=233544] ppid=233530 vsize=19127036 memory=5617004 CPUtime=0 cores=1,3
/proc/233533/task/233544/stat : 233544 (Finalizer) S 233530 233533 230684 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18383496 19586084864 1404251 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
[pid=233533/tid=233551] ppid=233530 vsize=19127036 memory=5617004 CPUtime=0.01 cores=1,3
/proc/233533/task/233551/stat : 233551 (Common-Cleaner) S 233530 233533 230684 0 -1 1077936192 7915 0 0 0 0 1 0 0 20 0 20 0 18383498 19586084864 1404251 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
[pid=233533/tid=233560] ppid=233530 vsize=19127036 memory=5617004 CPUtime=0 cores=1,3
/proc/233533/task/233560/stat : 233560 (Timer-0) S 233530 233533 230684 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18385987 19586084864 1404251 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
Current children cumulated CPU time: 3469.16 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 5617004 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.18 4.22 5/337 235166
/proc/meminfo: memFree=60289584/131655788 swapFree=131061124/131071996
[pid=233533] ppid=233530 vsize=19127036 memory=5617004 CPUtime=3529.07 cores=1,3
/proc/233533/stat : 233533 (java) S 233530 233533 230684 0 -1 1077936128 203534 0 1 0 352473 434 0 0 20 0 20 0 18383490 19586084864 1404251 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
/proc/233533/statm: 4781759 1404251 6268 1 0 3505196 0
[pid=233533/tid=233535] ppid=233530 vsize=19127036 memory=5617004 CPUtime=3494.21 cores=1,3
/proc/233533/task/233535/stat : 233535 (java) R 233530 233533 230684 0 -1 4194368 104560 0 0 0 349273 148 0 0 20 0 20 0 18383491 19586084864 1404251 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 581 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
[pid=233533/tid=233544] ppid=233530 vsize=19127036 memory=5617004 CPUtime=0 cores=1,3
/proc/233533/task/233544/stat : 233544 (Finalizer) S 233530 233533 230684 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18383496 19586084864 1404251 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
[pid=233533/tid=233551] ppid=233530 vsize=19127036 memory=70176 CPUtime=0.01 cores=1,3
/proc/233533/task/233551/stat : 233551 (Common-Cleaner) S 233530 233533 230684 0 -1 1077936192 8058 0 0 0 0 1 0 0 20 0 20 0 18383498 19586084864 1404251 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
[pid=233533/tid=233560] ppid=233530 vsize=19127036 memory=5617004 CPUtime=0 cores=1,3
/proc/233533/task/233560/stat : 233560 (Timer-0) S 233530 233533 230684 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18385987 19586084864 1404251 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
Current children cumulated CPU time: 3529.07 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 5617004 KiB

[startup+3582.3 s]
/proc/loadavg: 4.09 4.16 4.21 5/335 235558
/proc/meminfo: memFree=59717188/131655788 swapFree=131061124/131071996
[pid=233533] ppid=233530 vsize=19127036 memory=5617032 CPUtime=3589.17 cores=1,3
/proc/233533/stat : 233533 (java) S 233530 233533 230684 0 -1 1077936128 209223 0 1 0 358478 439 0 0 20 0 20 0 18383490 19586084864 1404258 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
/proc/233533/statm: 4781759 1404258 6268 1 0 3505196 0
[pid=233533/tid=233535] ppid=233530 vsize=19127036 memory=5617004 CPUtime=3554.05 cores=1,3
/proc/233533/task/233535/stat : 233535 (java) R 233530 233533 230684 0 -1 4194368 106493 0 0 0 355257 148 0 0 20 0 20 0 18383491 19586084864 1404258 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 581 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
[pid=233533/tid=233544] ppid=233530 vsize=19127036 memory=18484 CPUtime=0 cores=1,3
/proc/233533/task/233544/stat : 233544 (Finalizer) S 233530 233533 230684 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18383496 19586084864 1404258 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
[pid=233533/tid=233551] ppid=233530 vsize=19127036 memory=5617032 CPUtime=0.01 cores=1,3
/proc/233533/task/233551/stat : 233551 (Common-Cleaner) S 233530 233533 230684 0 -1 1077936192 8202 0 0 0 0 1 0 0 20 0 20 0 18383498 19586084864 1404258 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
[pid=233533/tid=233560] ppid=233530 vsize=19127036 memory=2232 CPUtime=0 cores=1,3
/proc/233533/task/233560/stat : 233560 (Timer-0) S 233530 233533 230684 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18385987 19586084864 1404258 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
Current children cumulated CPU time: 3589.17 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 5617032 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3593.2 s]
/proc/loadavg: 4.54 4.25 4.24 6/315 235576
/proc/meminfo: memFree=64479548/131655788 swapFree=131061124/131071996
[pid=233533] ppid=233530 vsize=19127036 memory=5617052 CPUtime=3600.05 cores=1,3
/proc/233533/stat : 233533 (java) S 233530 233533 230684 0 -1 1077936128 210237 0 1 0 359566 439 0 0 20 0 20 0 18383490 19586084864 1404263 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
/proc/233533/statm: 4781759 1404263 6268 1 0 3505196 0
[pid=233533/tid=233535] ppid=233530 vsize=19127036 memory=18800 CPUtime=3564.93 cores=1,3
/proc/233533/task/233535/stat : 233535 (java) R 233530 233533 230684 0 -1 4194368 106833 0 0 0 356344 149 0 0 20 0 20 0 18383491 19586084864 1404263 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 581 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
[pid=233533/tid=233544] ppid=233530 vsize=19127036 memory=5448 CPUtime=0 cores=1,3
/proc/233533/task/233544/stat : 233544 (Finalizer) S 233530 233533 230684 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18383496 19586084864 1404263 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
[pid=233533/tid=233551] ppid=233530 vsize=19127036 memory=2648 CPUtime=0.01 cores=1,3
/proc/233533/task/233551/stat : 233551 (Common-Cleaner) S 233530 233533 230684 0 -1 1077936192 8202 0 0 0 0 1 0 0 20 0 20 0 18383498 19586084864 1404263 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
[pid=233533/tid=233560] ppid=233530 vsize=19127036 memory=14832 CPUtime=0 cores=1,3
/proc/233533/task/233560/stat : 233560 (Timer-0) S 233530 233533 230684 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18385987 19586084864 1404263 134679101440 94459335340032 94459335343728 140723081436448 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94459335351544 94459335352336 94459337052160 140723081438127 140723081438309 140723081438309 140723081445320 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 5617052 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.84 s, system=4.43191 s

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

[startup+3593.32 s]*
/proc/loadavg: 4.54 4.25 4.24 6/296 235579
/proc/meminfo: memFree=70002004/131655788 swapFree=131061124/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): 3593.34
CPU time (s): 3600.27
CPU user time (s): 3595.84
CPU system time (s): 4.43191
CPU usage (%): 100.193
Max. virtual memory (cumulated for all children) (KiB): 19127036
Max. memory (cumulated for all children) (KiB): 5618220

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.84
system time used= 4.43191
maximum resident set size= 5618552
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 212937
page faults= 1
swaps= 0
block input operations= 208
block output operations= 162248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 141065
involuntary context switches= 12763


# summary of solver processes directly reported to runsolver:
#   pid: 233533
#   total CPU time (s): 3600.27
#   total CPU user time (s): 3595.84
#   total CPU system time (s): 4.43191

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.1206 second user time and 38.9875 second system time

The end

Launcher Data

Begin job on nodeC005 at 2024-07-24 14:25:41
IDJOB=4440543
IDBENCH=155748
IDSOLVER=3079
FILE ID=nodeC005/4440543-1721823938
RUNJOBID= nodeC005-1721820325-230696
SLURM_JOB_ID= 7891450
Free space on /tmp= 723416 MiB

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

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

MD5SUM BENCH= 4f3174f37d2a17c7e83bc7c52ff48d45
RANDOM SEED=661698601

nodeC005.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		: 3675.336
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.14
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		: 3491.795
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.204
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.14
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.396
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		: 1198.078
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.14
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		: 3657.374
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		: 1197.113
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.14
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.115
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:        114274500 kB
MemAvailable:   126388524 kB
Buffers:          248300 kB
Cached:         12646672 kB
SwapCached:          612 kB
Active:          2537196 kB
Inactive:       14190432 kB
Active(anon):       1592 kB
Inactive(anon):  3884344 kB
Active(file):    2535604 kB
Inactive(file): 10306088 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131061124 kB
Dirty:            364676 kB
Writeback:             0 kB
AnonPages:       3832288 kB
Mapped:           137976 kB
Shmem:             53264 kB
KReclaimable:     224724 kB
Slab:             335116 kB
SReclaimable:     224724 kB
SUnreclaim:       110392 kB
KernelStack:        4832 kB
PageTables:        17956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   16092648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            10720 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3555328 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:      406344 kB
DirectMap2M:    45635584 kB
DirectMap1G:    90177536 kB

Free space on /tmp at the end= 723444 MiB
End job on nodeC005 at 2024-07-24 15:25:34