Trace number 4440542

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.29 3604.07

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/Large/
normalized-minisat100_16_6_2_mh.opb
MD5SUMb903151821b4588cc22205dcfedeb810
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 benchmark21601492
Best CPU time to get the best result obtained on this benchmark3600.4
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 1019600
Biggest coefficient in the objective function 144703125
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 312913647916
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 144703125
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 312913647916
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.16	c Free memory 		2113181440
0.11/0.17	c Max memory 		16282288128
0.11/0.17	c Total memory 		2122317824
0.11/0.17	c Number of processors 	2
0.24/0.26	--- Begin Solver configuration ---
0.24/0.26	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.24/0.26	Learn all clauses as in MiniSAT
0.24/0.26	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.26	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.26	Expensive reason simplification
0.24/0.26	Glucose 2.1 dynamic restart strategy
0.24/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.24/0.26	timeout=2147483s
0.24/0.26	DB Simplification allowed=false
0.24/0.26	Listener: none
0.24/0.26	--- End Solver configuration ---
0.24/0.26	c Pseudo Boolean Optimization by upper bound
0.24/0.26	c --- Begin Solver configuration ---
0.24/0.26	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.24/0.26	c Learn all clauses as in MiniSAT
0.24/0.26	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.24/0.26	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.24/0.26	c Expensive reason simplification
0.24/0.26	c Glucose 2.1 dynamic restart strategy
0.24/0.26	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.24/0.26	c timeout=2147483s
0.24/0.26	c DB Simplification allowed=false
0.24/0.26	c Listener: none
0.24/0.26	c --- End Solver configuration ---
0.24/0.26	c solving HOME/instance-4440542-1721823948.opb
0.24/0.26	c reading problem ... 
0.24/0.27	c using VERIPB proof format
0.24/0.29	c  objective function found
23.81/16.46	c ... done. Wall clock time 16.19s.
23.81/16.46	c declared #vars     2000400
23.81/16.46	c #constraints  4940614
23.81/16.46	c constraints type 
23.81/16.46	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2970100
23.81/16.46	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 107
23.81/16.46	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
23.81/16.46	c org.sat4j.specs.Constr$1 => 3
23.81/16.46	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
23.81/16.46	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 985151
23.81/16.46	c 4940614 constraints processed.
23.81/16.48	c objective function length is 1019600 literals
71.42/58.63	c cleaning 2484 clauses out of 5000 with flag 18447/5000
117.96/104.64	c cleaning 4233 clauses out of 8517 with flag 39565/11001
171.82/158.25	c cleaning 5627 clauses out of 11283 with flag 63331/18000
250.08/235.77	c cleaning 6807 clauses out of 13658 with flag 93900/26002
391.18/376.94	c cleaning 7917 clauses out of 15849 with flag 134430/35000
605.70/596.23	c cleaning 8946 clauses out of 17932 with flag 172532/45000
864.55/855.43	c cleaning 9960 clauses out of 19987 with flag 215320/56001
1128.26/1121.91	c cleaning 10962 clauses out of 22026 with flag 256776/68000
1418.75/1414.53	c cleaning 11972 clauses out of 24067 with flag 299611/81003
1682.54/1680.89	c cleaning 13007 clauses out of 26098 with flag 352744/95006
1990.37/1988.88	c cleaning 13978 clauses out of 28085 with flag 401909/110000
2316.94/2315.76	c cleaning 14972 clauses out of 30107 with flag 450462/126000
2671.13/2670.18	c cleaning 16037 clauses out of 32138 with flag 509306/143003
3030.68/3032.88	c cleaning 16992 clauses out of 34100 with flag 578572/161002
3406.07/3409.43	c cleaning 17989 clauses out of 36106 with flag 643379/180000
3600.02/3603.92	c starts		: 10
3600.02/3603.93	c conflicts		: 189369
3600.02/3603.93	c decisions		: 1876190
3600.02/3603.93	c propagations		: 205914111
3600.02/3603.93	c inspects		: 17614899586
3600.02/3603.93	c shortcuts		: 0
3600.02/3603.93	c learnt literals	: 0
3600.02/3603.93	c learnt binary clauses	: 4
3600.02/3603.95	c learnt ternary clauses	: 0
3600.02/3603.95	c learnt constraints	: 189369
3600.02/3603.95	c ignored constraints	: 0
3600.02/3603.95	c root simplifications	: 0
3600.02/3603.95	c removed literals (reason simplification)	: 806239
3600.02/3603.95	c reason swapping (by a shorter reason)	: 0
3600.02/3603.95	c Calls to reduceDB	: 15
3600.02/3603.95	c Number of update (reduction) of LBD	: 84447
3600.02/3603.95	c Imported unit clauses	: 0
3600.02/3603.95	c No decision after first conflict	: false
3600.02/3603.95	c number of reductions to clauses (during analyze)	: 0
3600.02/3603.95	c number of learned constraints concerned by reduction	: 0
3600.02/3603.95	c number of learning phase by resolution	: 0
3600.02/3603.95	c number of learning phase by cutting planes	: 0
3600.02/3603.95	c number of rounding to 1 operations	: 0
3600.02/3603.95	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.02/3603.95	c number of reductions of the coefficients by power 2 	: 0
3600.02/3603.95	c number of right shift for reduction by power 2 	: 0
3600.02/3603.95	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.02/3603.96	c number of ending skipping 	: 0
3600.02/3603.96	c number of internal skipping 	: 0
3600.02/3603.96	c number of derivation steps 	: 0
3600.02/3603.96	c number of skipped derivation steps 	: 0
3600.02/3603.96	c number of remaining unassigned 	: 0
3600.02/3603.96	c number of remaining assigned 	: 0
3600.02/3603.96	c number of falsified literals weakened from reason	: 0
3600.02/3603.96	c number of falsified literals weakened from conflict	: 0
3600.02/3603.96	c time for arithmetic operations	: 0
3600.02/3603.96	c minimum degree of deleted constraints	: null
3600.02/3603.96	c maximum degree of deleted constraints	: null
3600.02/3603.96	c number of deleted constraints	: 0
3600.02/3603.96	c speed (assignments/second)	: 57402.3017888554
3600.02/3603.96	c non guided choices	: 0
3600.23/3604.02	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 27482
3600.23/3604.02	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 4
3600.23/3604.02	s UNKNOWN
3600.23/3604.02	c Total wall clock time (in seconds): 3603.76

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

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.101324 s]*
/proc/loadavg: 4.21 4.25 4.18 6/294 184216
/proc/meminfo: memFree=74244272/131655788 swapFree=131063676/131071996
[pid=184198] ppid=184195 vsize=18975048 memory=56044 CPUtime=0.11 cores=4,6
/proc/184198/stat : 184198 (java) S 184195 184198 182119 0 -1 1077936128 6590 0 0 0 9 2 0 0 20 0 18 0 18384096 19430449152 14011 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
/proc/184198/statm: 4743762 14011 5541 1 0 550925 0
[pid=184198/tid=184200] ppid=184195 vsize=18975048 memory=4026532157 CPUtime=0.08 cores=4,6
/proc/184198/task/184200/stat : 184200 (java) S 184195 184198 182119 0 -1 1077936192 5492 0 0 0 7 1 0 0 20 0 18 0 18384097 19430449152 14011 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
[pid=184198/tid=184209] ppid=184195 vsize=18975048 memory=215671374179 CPUtime=0 cores=4,6
/proc/184198/task/184209/stat : 184209 (Finalizer) S 184195 184198 182119 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18384099 19430449152 14011 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
[pid=184198/tid=184216] ppid=184195 vsize=18975048 memory=15542937728584607 CPUtime=0 cores=4,6
/proc/184198/task/184216/stat : 184216 (Common-Cleaner) S 184195 184198 182119 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18384100 19430449152 14011 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56044 KiB

[startup+0.205715 s]*
/proc/loadavg: 4.21 4.25 4.18 5/294 184216
/proc/meminfo: memFree=74232608/131655788 swapFree=131063676/131071996
[pid=184198] ppid=184195 vsize=18975048 memory=66896 CPUtime=0.24 cores=4,6
/proc/184198/stat : 184198 (java) S 184195 184198 182119 0 -1 1077936128 7256 0 0 0 22 2 0 0 20 0 18 0 18384096 19430449152 16724 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
/proc/184198/statm: 4743762 16724 5545 1 0 551468 0
[pid=184198/tid=184200] ppid=184195 vsize=18975048 memory=3472328300254199927 CPUtime=0.18 cores=4,6
/proc/184198/task/184200/stat : 184200 (java) R 184195 184198 182119 0 -1 4194368 5758 0 0 0 17 1 0 0 20 0 18 0 18384097 19430449152 16724 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
[pid=184198/tid=184209] ppid=184195 vsize=18975048 memory=1057308 CPUtime=0 cores=4,6
/proc/184198/task/184209/stat : 184209 (Finalizer) S 184195 184198 182119 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18384099 19430449152 16724 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
[pid=184198/tid=184216] ppid=184195 vsize=18975048 memory=14698512797404257 CPUtime=0 cores=4,6
/proc/184198/task/184216/stat : 184216 (Common-Cleaner) S 184195 184198 182119 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18384100 19430449152 16724 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66896 KiB

[startup+0.312689 s]*
/proc/loadavg: 4.21 4.25 4.18 6/297 184221
/proc/meminfo: memFree=74152516/131655788 swapFree=131063676/131071996
[pid=184198] ppid=184195 vsize=18975048 memory=144444 CPUtime=0.39 cores=4,6
/proc/184198/stat : 184198 (java) S 184195 184198 182119 0 -1 1077936128 7527 0 0 0 35 4 0 0 20 0 18 0 18384096 19430449152 36111 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
/proc/184198/statm: 4743762 36111 5749 1 0 551621 0
[pid=184198/tid=184200] ppid=184195 vsize=18975048 memory=-5155625812693116509 CPUtime=0.28 cores=4,6
/proc/184198/task/184200/stat : 184200 (java) S 184195 184198 182119 0 -1 1077936192 5956 0 0 0 25 3 0 0 20 0 18 0 18384097 19430449152 36111 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
[pid=184198/tid=184209] ppid=184195 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/184198/task/184209/stat : 184209 (Finalizer) S 184195 184198 182119 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18384099 19430449152 36111 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
[pid=184198/tid=184216] ppid=184195 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/184198/task/184216/stat : 184216 (Common-Cleaner) S 184195 184198 182119 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18384100 19430449152 36111 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 144444 KiB

[startup+0.700242 s]
/proc/loadavg: 4.21 4.25 4.18 6/317 184244
/proc/meminfo: memFree=74079328/131655788 swapFree=131063676/131071996
[pid=184198] ppid=184195 vsize=19041612 memory=251172 CPUtime=1.04 cores=4,6
/proc/184198/stat : 184198 (java) S 184195 184198 182119 0 -1 1077936128 9878 0 0 0 96 8 0 0 20 0 19 0 18384096 19498610688 62793 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
/proc/184198/statm: 4760403 62793 5842 1 0 553292 0
[pid=184198/tid=184200] ppid=184195 vsize=19041612 memory=67732 CPUtime=0.64 cores=4,6
/proc/184198/task/184200/stat : 184200 (java) S 184195 184198 182119 0 -1 1077936192 6005 0 0 0 58 6 0 0 20 0 19 0 18384097 19498610688 62793 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
[pid=184198/tid=184209] ppid=184195 vsize=19041612 memory=12108 CPUtime=0 cores=4,6
/proc/184198/task/184209/stat : 184209 (Finalizer) S 184195 184198 182119 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18384099 19498610688 62793 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
[pid=184198/tid=184216] ppid=184195 vsize=19041612 memory=2224 CPUtime=0 cores=4,6
/proc/184198/task/184216/stat : 184216 (Common-Cleaner) S 184195 184198 182119 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18384100 19498610688 62793 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
Current children cumulated CPU time: 1.04 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 251172 KiB

[startup+1.50033 s]
/proc/loadavg: 4.75 4.36 4.22 8/319 184246
/proc/meminfo: memFree=73797264/131655788 swapFree=131063676/131071996
[pid=184198] ppid=184195 vsize=19041612 memory=315224 CPUtime=1.86 cores=4,6
/proc/184198/stat : 184198 (java) S 184195 184198 182119 0 -1 1077936128 10047 0 0 0 177 9 0 0 20 0 19 0 18384096 19498610688 78806 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
/proc/184198/statm: 4760403 78806 5874 1 0 553301 0
[pid=184198/tid=184200] ppid=184195 vsize=19041612 memory=12108 CPUtime=1.3 cores=4,6
/proc/184198/task/184200/stat : 184200 (java) R 184195 184198 182119 0 -1 4194368 6032 0 0 0 123 7 0 0 20 0 19 0 18384097 19498610688 78806 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
[pid=184198/tid=184209] ppid=184195 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/184198/task/184209/stat : 184209 (Finalizer) S 184195 184198 182119 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18384099 19498610688 78806 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
[pid=184198/tid=184216] ppid=184195 vsize=19041612 memory=33 CPUtime=0 cores=4,6
/proc/184198/task/184216/stat : 184216 (Common-Cleaner) S 184195 184198 182119 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18384100 19498610688 78806 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
Current children cumulated CPU time: 1.86 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 315224 KiB

[startup+3.10692 s]
/proc/loadavg: 4.75 4.36 4.22 7/319 184246
/proc/meminfo: memFree=72053928/131655788 swapFree=131063676/131071996
[pid=184198] ppid=184195 vsize=19041612 memory=1114320 CPUtime=4.44 cores=4,6
/proc/184198/stat : 184198 (java) S 184195 184198 182119 0 -1 1077936128 11880 0 0 0 418 26 0 0 20 0 19 0 18384096 19498610688 278580 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
/proc/184198/statm: 4760403 278580 5923 1 0 1134085 0
[pid=184198/tid=184200] ppid=184195 vsize=19041612 memory=0 CPUtime=2.55 cores=4,6
/proc/184198/task/184200/stat : 184200 (java) R 184195 184198 182119 0 -1 4194368 6611 0 0 0 235 20 0 0 20 0 19 0 18384097 19498610688 278580 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
[pid=184198/tid=184209] ppid=184195 vsize=19041612 memory=12108 CPUtime=0 cores=4,6
/proc/184198/task/184209/stat : 184209 (Finalizer) S 184195 184198 182119 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18384099 19498610688 278580 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
[pid=184198/tid=184216] ppid=184195 vsize=19041612 memory=5456 CPUtime=0 cores=4,6
/proc/184198/task/184216/stat : 184216 (Common-Cleaner) S 184195 184198 182119 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18384100 19498610688 278580 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
Current children cumulated CPU time: 4.44 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1114320 KiB

[startup+6.30123 s]
/proc/loadavg: 4.77 4.37 4.22 5/294 184277
/proc/meminfo: memFree=74448696/131655788 swapFree=131063676/131071996
[pid=184198] ppid=184195 vsize=19041612 memory=2092404 CPUtime=9.44 cores=4,6
/proc/184198/stat : 184198 (java) S 184195 184198 182119 0 -1 1077936128 23325 0 0 0 894 50 0 0 20 0 19 0 18384096 19498610688 523101 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
/proc/184198/statm: 4760403 523101 5923 1 0 2391235 0
[pid=184198/tid=184200] ppid=184195 vsize=19041612 memory=5456 CPUtime=5.03 cores=4,6
/proc/184198/task/184200/stat : 184200 (java) S 184195 184198 182119 0 -1 1077936192 7066 0 0 0 466 37 0 0 20 0 19 0 18384097 19498610688 523101 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
[pid=184198/tid=184209] ppid=184195 vsize=19041612 memory=12108 CPUtime=0 cores=4,6
/proc/184198/task/184209/stat : 184209 (Finalizer) S 184195 184198 182119 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18384099 19498610688 523101 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
[pid=184198/tid=184216] ppid=184195 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/184198/task/184216/stat : 184216 (Common-Cleaner) S 184195 184198 182119 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18384100 19498610688 523101 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
Current children cumulated CPU time: 9.44 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2092404 KiB

[startup+12.7004 s]
/proc/loadavg: 4.87 4.40 4.23 6/320 184317
/proc/meminfo: memFree=73874800/131655788 swapFree=131063676/131071996
[pid=184198] ppid=184195 vsize=19108176 memory=3386876 CPUtime=18.89 cores=4,6
/proc/184198/stat : 184198 (java) S 184195 184198 182119 0 -1 1077936128 26164 0 0 0 1808 81 0 0 20 0 20 0 18384096 19566772224 846719 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
/proc/184198/statm: 4777044 846719 5923 1 0 3047942 0
[pid=184198/tid=184200] ppid=184195 vsize=19108176 memory=3341820 CPUtime=10.11 cores=4,6
/proc/184198/task/184200/stat : 184200 (java) R 184195 184198 182119 0 -1 4194368 7747 0 0 0 950 61 0 0 20 0 20 0 18384097 19566772224 846719 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
[pid=184198/tid=184209] ppid=184195 vsize=19108176 memory=3114272 CPUtime=0 cores=4,6
/proc/184198/task/184209/stat : 184209 (Finalizer) S 184195 184198 182119 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18384099 19566772224 846719 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
[pid=184198/tid=184216] ppid=184195 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/184198/task/184216/stat : 184216 (Common-Cleaner) S 184195 184198 182119 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18384100 19566772224 846719 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
Current children cumulated CPU time: 18.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3386876 KiB

[startup+25.5005 s]
/proc/loadavg: 4.96 4.44 4.25 6/322 184323
/proc/meminfo: memFree=70913324/131655788 swapFree=131063676/131071996
[pid=184198] ppid=184195 vsize=19174740 memory=4808140 CPUtime=36.06 cores=4,6
/proc/184198/stat : 184198 (java) S 184195 184198 182119 0 -1 1077936128 28331 0 0 0 3493 113 0 0 20 0 21 0 18384096 19634933760 1202035 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
/proc/184198/statm: 4793685 1202035 5960 1 0 3482887 0
[pid=184198/tid=184200] ppid=184195 vsize=19174740 memory=4694680 CPUtime=21.73 cores=4,6
/proc/184198/task/184200/stat : 184200 (java) R 184195 184198 182119 0 -1 4194368 8425 0 0 0 2091 82 0 0 20 0 21 0 18384097 19634933760 1202035 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
[pid=184198/tid=184209] ppid=184195 vsize=19174740 memory=2094676 CPUtime=0 cores=4,6
/proc/184198/task/184209/stat : 184209 (Finalizer) S 184195 184198 182119 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 18384099 19634933760 1202035 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
[pid=184198/tid=184216] ppid=184195 vsize=19174740 memory=0 CPUtime=0 cores=4,6
/proc/184198/task/184216/stat : 184216 (Common-Cleaner) S 184195 184198 182119 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 18384100 19634933760 1202035 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
[pid=184198/tid=184319] ppid=184195 vsize=19174740 memory=0 CPUtime=0 cores=4,6
/proc/184198/task/184319/stat : 184319 (Timer-0) S 184195 184198 182119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 18385771 19634933760 1202035 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
Current children cumulated CPU time: 36.06 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 4808140 KiB

[startup+51.1133 s]
/proc/loadavg: 4.69 4.43 4.25 5/322 184394
/proc/meminfo: memFree=78523524/131655788 swapFree=131063676/131071996
[pid=184198] ppid=184195 vsize=19174740 memory=5437916 CPUtime=63.8 cores=4,6
/proc/184198/stat : 184198 (java) S 184195 184198 182119 0 -1 1077936128 34659 0 0 0 6251 129 0 0 20 0 21 0 18384096 19634933760 1359479 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
/proc/184198/statm: 4793685 1359479 5976 1 0 3482928 0
[pid=184198/tid=184200] ppid=184195 vsize=19174740 memory=11756 CPUtime=47.12 cores=4,6
/proc/184198/task/184200/stat : 184200 (java) R 184195 184198 182119 0 -1 4194368 9788 0 0 0 4618 94 0 0 20 0 21 0 18384097 19634933760 1359479 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
[pid=184198/tid=184209] ppid=184195 vsize=19174740 memory=5437916 CPUtime=0 cores=4,6
/proc/184198/task/184209/stat : 184209 (Finalizer) S 184195 184198 182119 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 18384099 19634933760 1359479 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
[pid=184198/tid=184216] ppid=184195 vsize=19174740 memory=5437916 CPUtime=0 cores=4,6
/proc/184198/task/184216/stat : 184216 (Common-Cleaner) S 184195 184198 182119 0 -1 1077936192 59 0 0 0 0 0 0 0 20 0 21 0 18384100 19634933760 1359479 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
[pid=184198/tid=184319] ppid=184195 vsize=19174740 memory=6224937180475778913 CPUtime=0 cores=4,6
/proc/184198/task/184319/stat : 184319 (Timer-0) S 184195 184198 182119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 18385771 19634933760 1359479 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
Current children cumulated CPU time: 63.8 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 5437916 KiB

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

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

/proc/meminfo: memFree=60732380/131655788 swapFree=131063676/131071996
[pid=184198] ppid=184195 vsize=19174740 memory=6657272 CPUtime=3278.94 cores=4,6
/proc/184198/stat : 184198 (java) S 184195 184198 182119 0 -1 1077936128 258625 0 0 0 327442 452 0 0 20 0 21 0 18384096 19634933760 1664318 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
/proc/184198/statm: 4793685 1664318 6007 1 0 3483260 0
[pid=184198/tid=184200] ppid=184195 vsize=19174740 memory=6657272 CPUtime=3248.26 cores=4,6
/proc/184198/task/184200/stat : 184200 (java) R 184195 184198 182119 0 -1 4194368 111560 0 0 0 324591 235 0 0 20 0 21 0 18384097 19634933760 1664318 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 1732 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
[pid=184198/tid=184209] ppid=184195 vsize=19174740 memory=6657272 CPUtime=0 cores=4,6
/proc/184198/task/184209/stat : 184209 (Finalizer) S 184195 184198 182119 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 18384099 19634933760 1664318 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
[pid=184198/tid=184216] ppid=184195 vsize=19174740 memory=67732 CPUtime=0.01 cores=4,6
/proc/184198/task/184216/stat : 184216 (Common-Cleaner) S 184195 184198 182119 0 -1 1077936192 6474 0 0 0 0 1 0 0 20 0 21 0 18384100 19634933760 1664318 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
[pid=184198/tid=184319] ppid=184195 vsize=19174740 memory=6657272 CPUtime=0 cores=4,6
/proc/184198/task/184319/stat : 184319 (Timer-0) S 184195 184198 182119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 18385771 19634933760 1664318 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
Current children cumulated CPU time: 3278.94 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 6657272 KiB

[startup+3342.3 s]
/proc/loadavg: 4.10 4.15 4.17 5/321 185846
/proc/meminfo: memFree=60617572/131655788 swapFree=131063676/131071996
[pid=184198] ppid=184195 vsize=19174740 memory=6657280 CPUtime=3338.97 cores=4,6
/proc/184198/stat : 184198 (java) S 184195 184198 182119 0 -1 1077936128 263139 0 0 0 333440 457 0 0 20 0 21 0 18384096 19634933760 1664320 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
/proc/184198/statm: 4793685 1664320 6007 1 0 3483262 0
[pid=184198/tid=184200] ppid=184195 vsize=19174740 memory=67732 CPUtime=3308 cores=4,6
/proc/184198/task/184200/stat : 184200 (java) R 184195 184198 182119 0 -1 4194368 113201 0 0 0 330563 237 0 0 20 0 21 0 18384097 19634933760 1664320 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 1733 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
[pid=184198/tid=184209] ppid=184195 vsize=19174740 memory=6657280 CPUtime=0 cores=4,6
/proc/184198/task/184209/stat : 184209 (Finalizer) S 184195 184198 182119 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 18384099 19634933760 1664320 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
[pid=184198/tid=184216] ppid=184195 vsize=19174740 memory=6657280 CPUtime=0.01 cores=4,6
/proc/184198/task/184216/stat : 184216 (Common-Cleaner) S 184195 184198 182119 0 -1 1077936192 6607 0 0 0 0 1 0 0 20 0 21 0 18384100 19634933760 1664320 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
[pid=184198/tid=184319] ppid=184195 vsize=19174740 memory=11756 CPUtime=0 cores=4,6
/proc/184198/task/184319/stat : 184319 (Timer-0) S 184195 184198 182119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 18385771 19634933760 1664320 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
Current children cumulated CPU time: 3338.97 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 6657280 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.14 4.17 5/321 185856
/proc/meminfo: memFree=60387820/131655788 swapFree=131063676/131071996
[pid=184198] ppid=184195 vsize=19174740 memory=6771968 CPUtime=3398.99 cores=4,6
/proc/184198/stat : 184198 (java) S 184195 184198 182119 0 -1 1077936128 267846 0 0 0 339435 464 0 0 20 0 21 0 18384096 19634933760 1692992 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
/proc/184198/statm: 4793685 1692992 6007 1 0 3483262 0
[pid=184198/tid=184200] ppid=184195 vsize=19174740 memory=6657280 CPUtime=3367.58 cores=4,6
/proc/184198/task/184200/stat : 184200 (java) R 184195 184198 182119 0 -1 4194368 115262 0 0 0 336519 239 0 0 20 0 21 0 18384097 19634933760 1692992 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 1736 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
[pid=184198/tid=184209] ppid=184195 vsize=19174740 memory=6657280 CPUtime=0 cores=4,6
/proc/184198/task/184209/stat : 184209 (Finalizer) S 184195 184198 182119 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 18384099 19634933760 1692992 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
[pid=184198/tid=184216] ppid=184195 vsize=19174740 memory=6771968 CPUtime=0.01 cores=4,6
/proc/184198/task/184216/stat : 184216 (Common-Cleaner) S 184195 184198 182119 0 -1 1077936192 6752 0 0 0 0 1 0 0 20 0 21 0 18384100 19634933760 1692992 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
[pid=184198/tid=184319] ppid=184195 vsize=19174740 memory=-8814786267785765564 CPUtime=0 cores=4,6
/proc/184198/task/184319/stat : 184319 (Timer-0) S 184195 184198 182119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 18385771 19634933760 1692992 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
Current children cumulated CPU time: 3398.99 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 6771968 KiB

[startup+3462.3 s]
/proc/loadavg: 4.13 4.14 4.17 5/321 185866
/proc/meminfo: memFree=60265088/131655788 swapFree=131063676/131071996
[pid=184198] ppid=184195 vsize=19174740 memory=6771968 CPUtime=3458.56 cores=4,6
/proc/184198/stat : 184198 (java) S 184195 184198 182119 0 -1 1077936128 270330 0 0 0 345388 468 0 0 20 0 21 0 18384096 19634933760 1692992 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
/proc/184198/statm: 4793685 1692992 6007 1 0 3483262 0
[pid=184198/tid=184200] ppid=184195 vsize=19174740 memory=6657280 CPUtime=3427.12 cores=4,6
/proc/184198/task/184200/stat : 184200 (java) R 184195 184198 182119 0 -1 4194368 117503 0 0 0 342470 242 0 0 20 0 21 0 18384097 19634933760 1692992 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 1771 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
[pid=184198/tid=184209] ppid=184195 vsize=19174740 memory=6771968 CPUtime=0 cores=4,6
/proc/184198/task/184209/stat : 184209 (Finalizer) S 184195 184198 182119 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 18384099 19634933760 1692992 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
[pid=184198/tid=184216] ppid=184195 vsize=19174740 memory=5456 CPUtime=0.01 cores=4,6
/proc/184198/task/184216/stat : 184216 (Common-Cleaner) S 184195 184198 182119 0 -1 1077936192 6881 0 0 0 0 1 0 0 20 0 21 0 18384100 19634933760 1692992 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
[pid=184198/tid=184319] ppid=184195 vsize=19174740 memory=5865778404399606864 CPUtime=0 cores=4,6
/proc/184198/task/184319/stat : 184319 (Timer-0) S 184195 184198 182119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 18385771 19634933760 1692992 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
Current children cumulated CPU time: 3458.56 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 6771968 KiB

[startup+3522.3 s]
/proc/loadavg: 4.23 4.17 4.18 5/323 185879
/proc/meminfo: memFree=60151140/131655788 swapFree=131063676/131071996
[pid=184198] ppid=184195 vsize=19174740 memory=6771968 CPUtime=3518.47 cores=4,6
/proc/184198/stat : 184198 (java) S 184195 184198 182119 0 -1 1077936128 272400 0 0 0 351374 473 0 0 20 0 21 0 18384096 19634933760 1692992 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
/proc/184198/statm: 4793685 1692992 6007 1 0 3483262 0
[pid=184198/tid=184200] ppid=184195 vsize=19174740 memory=6771968 CPUtime=3486.98 cores=4,6
/proc/184198/task/184200/stat : 184200 (java) R 184195 184198 182119 0 -1 4194368 119297 0 0 0 348454 244 0 0 20 0 21 0 18384097 19634933760 1692992 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 1772 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
[pid=184198/tid=184209] ppid=184195 vsize=19174740 memory=5464 CPUtime=0 cores=4,6
/proc/184198/task/184209/stat : 184209 (Finalizer) S 184195 184198 182119 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 18384099 19634933760 1692992 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
[pid=184198/tid=184216] ppid=184195 vsize=19174740 memory=5464 CPUtime=0.01 cores=4,6
/proc/184198/task/184216/stat : 184216 (Common-Cleaner) S 184195 184198 182119 0 -1 1077936192 7010 0 0 0 0 1 0 0 20 0 21 0 18384100 19634933760 1692992 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
[pid=184198/tid=184319] ppid=184195 vsize=19174740 memory=6771968 CPUtime=0 cores=4,6
/proc/184198/task/184319/stat : 184319 (Timer-0) S 184195 184198 182119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 18385771 19634933760 1692992 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
Current children cumulated CPU time: 3518.47 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 6771968 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.14 4.17 5/324 186274
/proc/meminfo: memFree=60036828/131655788 swapFree=131063676/131071996
[pid=184198] ppid=184195 vsize=19174740 memory=6771968 CPUtime=3578.39 cores=4,6
/proc/184198/stat : 184198 (java) S 184195 184198 182119 0 -1 1077936128 275555 0 0 0 357362 477 0 0 20 0 21 0 18384096 19634933760 1692992 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
/proc/184198/statm: 4793685 1692992 6007 1 0 3483262 0
[pid=184198/tid=184200] ppid=184195 vsize=19174740 memory=11756 CPUtime=3546.86 cores=4,6
/proc/184198/task/184200/stat : 184200 (java) R 184195 184198 182119 0 -1 4194368 121947 0 0 0 354440 246 0 0 20 0 21 0 18384097 19634933760 1692992 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 1772 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
[pid=184198/tid=184209] ppid=184195 vsize=19174740 memory=6771968 CPUtime=0 cores=4,6
/proc/184198/task/184209/stat : 184209 (Finalizer) S 184195 184198 182119 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 18384099 19634933760 1692992 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
[pid=184198/tid=184216] ppid=184195 vsize=19174740 memory=11756 CPUtime=0.01 cores=4,6
/proc/184198/task/184216/stat : 184216 (Common-Cleaner) S 184195 184198 182119 0 -1 1077936192 7139 0 0 0 0 1 0 0 20 0 21 0 18384100 19634933760 1692992 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
[pid=184198/tid=184319] ppid=184195 vsize=19174740 memory=6771968 CPUtime=0 cores=4,6
/proc/184198/task/184319/stat : 184319 (Timer-0) S 184195 184198 182119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 18385771 19634933760 1692992 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
Current children cumulated CPU time: 3578.39 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 6771968 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3603.9 s]
/proc/loadavg: 4.29 4.18 4.18 5/324 186346
/proc/meminfo: memFree=65369292/131655788 swapFree=131063676/131071996
[pid=184198] ppid=184195 vsize=19174740 memory=6771968 CPUtime=3600.02 cores=4,6
/proc/184198/stat : 184198 (java) S 184195 184198 182119 0 -1 1077936128 278931 0 0 0 359523 479 0 0 20 0 21 0 18384096 19634933760 1692992 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
/proc/184198/statm: 4793685 1692992 6007 1 0 3483262 0
[pid=184198/tid=184200] ppid=184195 vsize=19174740 memory=67732 CPUtime=3568.22 cores=4,6
/proc/184198/task/184200/stat : 184200 (java) R 184195 184198 182119 0 -1 4194368 122639 0 0 0 356575 247 0 0 20 0 21 0 18384097 19634933760 1692992 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 1772 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
[pid=184198/tid=184209] ppid=184195 vsize=19174740 memory=11756 CPUtime=0 cores=4,6
/proc/184198/task/184209/stat : 184209 (Finalizer) S 184195 184198 182119 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 18384099 19634933760 1692992 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
[pid=184198/tid=184216] ppid=184195 vsize=19174740 memory=6771968 CPUtime=0.01 cores=4,6
/proc/184198/task/184216/stat : 184216 (Common-Cleaner) S 184195 184198 182119 0 -1 1077936192 7139 0 0 0 0 1 0 0 20 0 21 0 18384100 19634933760 1692992 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
[pid=184198/tid=184319] ppid=184195 vsize=19174740 memory=6771968 CPUtime=0 cores=4,6
/proc/184198/task/184319/stat : 184319 (Timer-0) S 184195 184198 182119 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 18385771 19634933760 1692992 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
Current children cumulated CPU time: 3600.02 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 6771968 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.47 s, system=4.82058 s

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

[startup+3604.01 s]*
/proc/loadavg: 4.29 4.18 4.18 6/325 186349
/proc/meminfo: memFree=65124448/131655788 swapFree=131063676/131071996
[pid=184198] ppid=184195 vsize=19374432 memory=6772640 CPUtime=3600.23 cores=4,6
/proc/184198/stat : 184198 (java) S 184195 184198 182119 0 -1 1077936128 281654 0 0 0 359544 479 0 0 20 0 22 0 18384096 19839418368 1693160 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
/proc/184198/statm: 4843608 1693160 6006 1 0 3484230 0
[pid=184198/tid=184200] ppid=184195 vsize=19374432 memory=20460 CPUtime=3568.33 cores=4,6
/proc/184198/task/184200/stat : 184200 (java) R 184195 184198 182119 0 -1 4194368 122698 0 0 0 356586 247 0 0 20 0 22 0 18384097 19839418368 1693160 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 1772 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
[pid=184198/tid=184209] ppid=184195 vsize=19374432 memory=5368 CPUtime=0 cores=4,6
/proc/184198/task/184209/stat : 184209 (Finalizer) S 184195 184198 182119 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 22 0 18384099 19839418368 1693160 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
[pid=184198/tid=184216] ppid=184195 vsize=19374432 memory=-8960869573085405884 CPUtime=0.01 cores=4,6
/proc/184198/task/184216/stat : 184216 (Common-Cleaner) S 184195 184198 182119 0 -1 1077936192 7139 0 0 0 0 1 0 0 20 0 22 0 18384100 19839418368 1693160 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 1 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
[pid=184198/tid=186348] ppid=184195 vsize=19374432 memory=13924 CPUtime=0.06 cores=4,6
/proc/184198/task/186348/stat : 186348 (Thread-0) R 184195 184198 182119 0 -1 4194368 578 0 0 0 6 0 0 0 20 0 22 0 18744487 19839418368 1693160 134679101440 94516706402304 94516706406000 140723369572896 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94516706413816 94516706414608 94516710318080 140723369579435 140723369579617 140723369579617 140723369586632 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19374432 KiB
Current children cumulated memory: 6772640 KiB

Child status: 143

Real time (s): 3604.07
CPU time (s): 3600.29
CPU user time (s): 3595.47
CPU system time (s): 4.82058
CPU usage (%): 99.8952
Max. virtual memory (cumulated for all children) (KiB): 19374432
Max. memory (cumulated for all children) (KiB): 6772640

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.47
system time used= 4.82058
maximum resident set size= 6773284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 281808
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1943304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 111327
involuntary context switches= 6241


# summary of solver processes directly reported to runsolver:
#   pid: 184198
#   total CPU time (s): 3600.29
#   total CPU user time (s): 3595.47
#   total CPU system time (s): 4.82058

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.3231 second user time and 38.3777 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-24 14:25:50
IDJOB=4440542
IDBENCH=155753
IDSOLVER=3079
FILE ID=nodeC003/4440542-1721823948
RUNJOBID= nodeC003-1721820325-182130
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_2_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-4440542-1721823948/watcher-4440542-1721823948 -o /tmp/evaluation-result-4440542-1721823948/solver-4440542-1721823948 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721820325-182130 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4440542-1721823948 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4440542-1721823948.opb

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

MD5SUM BENCH= b903151821b4588cc22205dcfedeb810
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		: 3661.405
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.376
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.354
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		: 3407.834
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.435
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		: 3664.531
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		: 3438.195
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.310
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:        74280432 kB
MemAvailable:   125691428 kB
Buffers:          252960 kB
Cached:         51684940 kB
SwapCached:          800 kB
Active:          2534124 kB
Inactive:       53810256 kB
Active(anon):       2076 kB
Inactive(anon):  4457420 kB
Active(file):    2532048 kB
Inactive(file): 49352836 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131063676 kB
Dirty:            510936 kB
Writeback:             0 kB
AnonPages:       4403512 kB
Mapped:           131488 kB
Shmem:             53532 kB
KReclaimable:     587856 kB
Slab:             705284 kB
SReclaimable:     587856 kB
SUnreclaim:       117428 kB
KernelStack:        4480 kB
PageTables:        18536 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    4860424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            14752 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4188160 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= 723480 MiB
End job on nodeC003 at 2024-07-24 15:25:55