Trace number 4452202

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 NameAnswerCPU timeWall clock time
Sat4j Resolution 2024 2024-07-07? (TO) 3600.19 3608.19

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2003/normalized-stp3d.0.s.opb
MD5SUM3669957ef10a08034abaee305bfecedd
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables204880
Total number of constraints159489
Number of constraints which are clauses129232
Number of constraints which are cardinality constraints (but not clauses)5805
Number of constraints which are nor clauses,nor cardinality constraints24452
Minimum length of a constraint2
Maximum length of a constraint75648
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3258328
Number of bits of the biggest number in a constraint 22
Biggest sum of numbers in a constraint 503258152
Number of bits of the biggest sum of numbers29
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.12	--- Begin Solver configuration ---
0.14/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.14/0.12	Learn all clauses as in MiniSAT
0.14/0.12	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	Expensive reason simplification
0.14/0.12	Glucose 2.1 dynamic restart strategy
0.14/0.12	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.14/0.12	timeout=2147483s
0.14/0.12	DB Simplification allowed=false
0.14/0.12	Listener: none
0.14/0.12	--- End Solver configuration ---
0.14/0.12	c Pseudo Boolean Optimization by upper bound
0.14/0.12	c --- Begin Solver configuration ---
0.14/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.14/0.12	c Learn all clauses as in MiniSAT
0.14/0.12	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	c Expensive reason simplification
0.14/0.12	c Glucose 2.1 dynamic restart strategy
0.14/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.14/0.12	c timeout=2147483s
0.14/0.12	c DB Simplification allowed=false
0.14/0.12	c Listener: none
0.14/0.12	c --- End Solver configuration ---
0.14/0.12	c solving HOME/instance-4452202-1721840865.opb
0.14/0.12	c reading problem ... 
0.14/0.13	c using VERIPB proof format
0.14/0.13	c  no objective function found
16.62/15.17	c ... done. Wall clock time 15.034s.
16.62/15.17	c declared #vars     204880
16.62/15.17	c #constraints  187574
16.62/15.17	c constraints type 
16.62/15.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 129324
16.62/15.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 51105
16.62/15.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
16.62/15.17	c org.sat4j.specs.Constr$1 => 3556
16.62/15.17	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3486
16.62/15.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 32
16.62/15.17	c org.sat4j.pb.constraints.pb.UnitClausePB => 70
16.62/15.17	c 187574 constraints processed.
20.97/18.03	c cleaning 2458 clauses out of 4989 with flag 25693/5000
24.42/21.08	c cleaning 4253 clauses out of 8531 with flag 58836/11001
28.13/24.23	c cleaning 5503 clauses out of 11273 with flag 102863/18001
35.29/31.04	c cleaning 6787 clauses out of 13769 with flag 156066/26001
118.56/114.26	c cleaning 7991 clauses out of 15982 with flag 184891/35001
209.94/207.05	c cleaning 8990 clauses out of 17990 with flag 219881/45001
302.31/299.65	c cleaning 10000 clauses out of 19999 with flag 261369/56000
306.84/304.17	c cleaning 10977 clauses out of 21999 with flag 398809/68001
312.33/309.69	c cleaning 11970 clauses out of 24018 with flag 536646/81002
387.17/384.63	c cleaning 12991 clauses out of 26047 with flag 631811/95001
531.03/529.01	c cleaning 14027 clauses out of 28055 with flag 692635/110000
687.93/686.21	c cleaning 15008 clauses out of 30029 with flag 763377/126001
854.96/853.68	c cleaning 16011 clauses out of 32021 with flag 839275/143002
867.28/865.99	c cleaning 16940 clauses out of 34007 with flag 1061243/161001
876.26/874.99	c cleaning 17964 clauses out of 36067 with flag 1431419/180001
886.11/884.88	c cleaning 18955 clauses out of 38102 with flag 1778480/200000
898.39/897.16	c cleaning 19967 clauses out of 40148 with flag 2106879/221001
912.46/911.21	c cleaning 20983 clauses out of 42180 with flag 2492620/243000
925.31/924.14	c cleaning 21999 clauses out of 44197 with flag 2926670/266000
938.79/937.63	c cleaning 22990 clauses out of 46200 with flag 3354279/290002
954.46/953.39	c cleaning 24052 clauses out of 48207 with flag 3748728/315000
970.32/969.28	c cleaning 25030 clauses out of 50156 with flag 4173542/341001
992.26/991.11	c cleaning 25989 clauses out of 52126 with flag 4600897/368001
1013.38/1012.40	c cleaning 27033 clauses out of 54136 with flag 5102915/396000
1029.25/1028.40	c cleaning 27985 clauses out of 56105 with flag 5633178/425002
1046.21/1045.38	c cleaning 28979 clauses out of 58116 with flag 5958246/455000
1065.66/1064.86	c cleaning 29994 clauses out of 60136 with flag 6336854/486001
1089.47/1088.71	c cleaning 31005 clauses out of 62141 with flag 6688959/518000
1112.64/1111.93	c cleaning 31992 clauses out of 64137 with flag 7049106/551001
1133.16/1132.51	c cleaning 33010 clauses out of 66141 with flag 7439309/585000
1348.57/1348.52	c cleaning 34005 clauses out of 68131 with flag 7611207/620000
1657.88/1658.47	c cleaning 34931 clauses out of 70125 with flag 7789233/656000
1677.92/1678.55	c cleaning 35930 clauses out of 72195 with flag 8114308/693002
1709.91/1710.71	c cleaning 37028 clauses out of 74263 with flag 8563472/731000
1740.89/1741.83	c cleaning 38020 clauses out of 76235 with flag 9064607/770000
1774.28/1775.36	c cleaning 39007 clauses out of 78215 with flag 9630703/810000
1814.60/1815.75	c cleaning 39991 clauses out of 80208 with flag 10255423/851000
1857.38/1858.64	c cleaning 41013 clauses out of 82219 with flag 10914373/893002
1898.38/1899.79	c cleaning 41959 clauses out of 84204 with flag 11625534/936000
1938.74/1940.23	c cleaning 43014 clauses out of 86245 with flag 12377030/980000
1981.31/1983.00	c cleaning 44012 clauses out of 88232 with flag 13162321/1025001
2022.60/2024.34	c cleaning 45008 clauses out of 90219 with flag 13880831/1071000
2068.06/2069.91	c cleaning 46007 clauses out of 92212 with flag 14580722/1118001
2101.64/2103.63	c cleaning 46993 clauses out of 94204 with flag 15203607/1166003
2130.36/2132.47	c cleaning 47873 clauses out of 96205 with flag 15681267/1215001
2277.71/2280.19	c cleaning 49103 clauses out of 98330 with flag 16139349/1265000
2373.22/2377.48	c cleaning 50009 clauses out of 100229 with flag 16690105/1316002
2617.98/2622.84	c cleaning 51007 clauses out of 102213 with flag 16941708/1368000
3059.92/3066.16	c cleaning 52061 clauses out of 104204 with flag 17149349/1421001
3438.00/3445.37	c cleaning 53019 clauses out of 106140 with flag 17408520/1475000
3600.07/3608.13	c starts		: 5070
3600.07/3608.13	c conflicts		: 1521462
3600.07/3608.13	c decisions		: 4786179
3600.07/3608.13	c propagations		: 9141199863
3600.07/3608.13	c inspects		: 15307563372
3600.07/3608.13	c shortcuts		: 0
3600.07/3608.13	c learnt literals	: 56
3600.07/3608.13	c learnt binary clauses	: 4680
3600.07/3608.13	c learnt ternary clauses	: 11469
3600.07/3608.13	c learnt constraints	: 1521406
3600.07/3608.13	c ignored constraints	: 0
3600.07/3608.13	c root simplifications	: 0
3600.07/3608.13	c removed literals (reason simplification)	: 117884680
3600.07/3608.13	c reason swapping (by a shorter reason)	: 0
3600.07/3608.13	c Calls to reduceDB	: 50
3600.07/3608.13	c Number of update (reduction) of LBD	: 766045
3600.07/3608.13	c Imported unit clauses	: 0
3600.07/3608.13	c No decision after first conflict	: false
3600.07/3608.13	c number of reductions to clauses (during analyze)	: 0
3600.07/3608.13	c number of learned constraints concerned by reduction	: 0
3600.07/3608.13	c number of learning phase by resolution	: 0
3600.07/3608.13	c number of learning phase by cutting planes	: 0
3600.07/3608.13	c number of rounding to 1 operations	: 0
3600.07/3608.13	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3608.13	c number of reductions of the coefficients by power 2 	: 0
3600.07/3608.13	c number of right shift for reduction by power 2 	: 0
3600.07/3608.13	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3608.13	c number of ending skipping 	: 0
3600.07/3608.13	c number of internal skipping 	: 0
3600.07/3608.13	c number of derivation steps 	: 0
3600.07/3608.13	c number of skipped derivation steps 	: 0
3600.07/3608.13	c number of remaining unassigned 	: 0
3600.07/3608.13	c number of remaining assigned 	: 0
3600.07/3608.13	c number of falsified literals weakened from reason	: 0
3600.07/3608.13	c number of falsified literals weakened from conflict	: 0
3600.07/3608.13	c time for arithmetic operations	: 0
3600.07/3608.13	c minimum degree of deleted constraints	: null
3600.07/3608.13	c maximum degree of deleted constraints	: null
3600.07/3608.13	c number of deleted constraints	: 0
3600.07/3608.13	c speed (assignments/second)	: 2544234.32578847
3600.07/3608.13	c non guided choices	: 921148
3600.07/3608.13	c timeout
3600.07/3608.17	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 94903
3600.07/3608.17	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 4680
3600.07/3608.17	s UNKNOWN
3600.07/3608.17	c Total wall clock time (in seconds): 3608.05

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
Current StackSize limit: 8192 KiB

solver pid=196937, runsolver pid=196934

[startup+0.100365 s]*
/proc/loadavg: 2.82 2.33 2.98 6/334 196955
/proc/meminfo: memFree=121777660/131524600 swapFree=131061428/131071996
[pid=196937] ppid=196934 vsize=18975048 memory=64688 CPUtime=0.14 cores=0,2
/proc/196937/stat : 196937 (java) S 196934 196937 196129 0 -1 1077936128 7247 0 0 0 12 2 0 0 20 0 18 0 20609419 19430449152 16172 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
/proc/196937/statm: 4743762 16172 5535 1 0 549371 0
[pid=196937/tid=196939] ppid=196934 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/196937/task/196939/stat : 196939 (java) R 196934 196937 196129 0 -1 1078198336 5772 0 0 0 7 1 0 0 20 0 18 0 20609419 19430449152 16172 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
[pid=196937/tid=196948] ppid=196934 vsize=18975048 memory=237146210664 CPUtime=0 cores=0,2
/proc/196937/task/196948/stat : 196948 (Finalizer) S 196934 196937 196129 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 20609422 19430449152 16172 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
[pid=196937/tid=196955] ppid=196934 vsize=18975048 memory=13855165888404792 CPUtime=0 cores=0,2
/proc/196937/task/196955/stat : 196955 (Common-Cleaner) S 196934 196937 196129 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 20609422 19430449152 16172 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64688 KiB

[startup+0.214171 s]*
/proc/loadavg: 2.82 2.33 2.98 6/334 196955
/proc/meminfo: memFree=121739624/131524600 swapFree=131061428/131071996
[pid=196937] ppid=196934 vsize=18975048 memory=93412 CPUtime=0.34 cores=0,2
/proc/196937/stat : 196937 (java) S 196934 196937 196129 0 -1 1077936128 9067 0 0 0 31 3 0 0 20 0 18 0 20609419 19430449152 23353 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
/proc/196937/statm: 4743762 23353 5796 1 0 550596 0
[pid=196937/tid=196939] ppid=196934 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=0,2
/proc/196937/task/196939/stat : 196939 (java) R 196934 196937 196129 0 -1 4194368 5913 0 0 0 17 2 0 0 20 0 18 0 20609419 19430449152 23353 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
[pid=196937/tid=196948] ppid=196934 vsize=18975048 memory=1121866 CPUtime=0 cores=0,2
/proc/196937/task/196948/stat : 196948 (Finalizer) S 196934 196937 196129 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 20609422 19430449152 23353 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
[pid=196937/tid=196955] ppid=196934 vsize=18975048 memory=14415916817450633 CPUtime=0 cores=0,2
/proc/196937/task/196955/stat : 196955 (Common-Cleaner) S 196934 196937 196129 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 20609422 19430449152 23353 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 93412 KiB

[startup+0.306307 s]*
/proc/loadavg: 2.82 2.33 2.98 7/334 196955
/proc/meminfo: memFree=121694768/131524600 swapFree=131061428/131071996
[pid=196937] ppid=196934 vsize=18975048 memory=128492 CPUtime=0.51 cores=0,2
/proc/196937/stat : 196937 (java) S 196934 196937 196129 0 -1 1077936128 9206 0 0 0 48 3 0 0 20 0 18 0 20609419 19430449152 32123 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
/proc/196937/statm: 4743762 32123 5796 1 0 550601 0
[pid=196937/tid=196939] ppid=196934 vsize=18975048 memory=-8888523906984223420 CPUtime=0.26 cores=0,2
/proc/196937/task/196939/stat : 196939 (java) R 196934 196937 196129 0 -1 4194368 5934 0 0 0 24 2 0 0 20 0 18 0 20609419 19430449152 32123 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
[pid=196937/tid=196948] ppid=196934 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/196937/task/196948/stat : 196948 (Finalizer) S 196934 196937 196129 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 20609422 19430449152 32123 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
[pid=196937/tid=196955] ppid=196934 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/196937/task/196955/stat : 196955 (Common-Cleaner) S 196934 196937 196129 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 20609422 19430449152 32123 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 128492 KiB

[startup+0.700236 s]
/proc/loadavg: 2.82 2.33 2.98 7/335 196956
/proc/meminfo: memFree=121594524/131524600 swapFree=131061428/131071996
[pid=196937] ppid=196934 vsize=19041612 memory=452860 CPUtime=1.2 cores=0,2
/proc/196937/stat : 196937 (java) S 196934 196937 196129 0 -1 1077936128 10725 0 1 0 109 11 0 0 20 0 19 0 20609419 19498610688 113215 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
/proc/196937/statm: 4760403 113215 5867 1 0 1077500 0
[pid=196937/tid=196939] ppid=196934 vsize=19041612 memory=5516 CPUtime=0.54 cores=0,2
/proc/196937/task/196939/stat : 196939 (java) R 196934 196937 196129 0 -1 4194368 6102 0 0 0 46 8 0 0 20 0 19 0 20609419 19498610688 113215 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
[pid=196937/tid=196948] ppid=196934 vsize=19041612 memory=13524 CPUtime=0 cores=0,2
/proc/196937/task/196948/stat : 196948 (Finalizer) S 196934 196937 196129 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 20609422 19498610688 113215 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
[pid=196937/tid=196955] ppid=196934 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/196937/task/196955/stat : 196955 (Common-Cleaner) S 196934 196937 196129 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 20609422 19498610688 113215 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 452860 KiB

[startup+1.50031 s]
/proc/loadavg: 2.82 2.33 2.98 5/335 196956
/proc/meminfo: memFree=120634616/131524600 swapFree=131061428/131071996
[pid=196937] ppid=196934 vsize=19041612 memory=2460740 CPUtime=2.24 cores=0,2
/proc/196937/stat : 196937 (java) S 196934 196937 196129 0 -1 1077936128 12348 0 1 0 179 45 0 0 20 0 19 0 20609419 19498610688 615185 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
/proc/196937/statm: 4760403 615185 5883 1 0 1078033 0
[pid=196937/tid=196939] ppid=196934 vsize=19041612 memory=13524 CPUtime=1.29 cores=0,2
/proc/196937/task/196939/stat : 196939 (java) R 196934 196937 196129 0 -1 4194368 7106 0 0 0 87 42 0 0 20 0 19 0 20609419 19498610688 615185 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
[pid=196937/tid=196948] ppid=196934 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/196937/task/196948/stat : 196948 (Finalizer) S 196934 196937 196129 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 20609422 19498610688 615185 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
[pid=196937/tid=196955] ppid=196934 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/196937/task/196955/stat : 196955 (Common-Cleaner) S 196934 196937 196129 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 20609422 19498610688 615185 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
Current children cumulated CPU time: 2.24 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2460740 KiB

[startup+3.10631 s]
/proc/loadavg: 2.92 2.36 2.99 5/335 196956
/proc/meminfo: memFree=118435156/131524600 swapFree=131061428/131071996
[pid=196937] ppid=196934 vsize=19041612 memory=3716244 CPUtime=4.3 cores=0,2
/proc/196937/stat : 196937 (java) S 196934 196937 196129 0 -1 1077936128 17490 0 1 0 360 70 0 0 20 0 19 0 20609419 19498610688 929061 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
/proc/196937/statm: 4760403 929061 5883 1 0 1523387 0
[pid=196937/tid=196939] ppid=196934 vsize=19041612 memory=0 CPUtime=2.78 cores=0,2
/proc/196937/task/196939/stat : 196939 (java) R 196934 196937 196129 0 -1 4194368 7752 0 0 0 213 65 0 0 20 0 19 0 20609419 19498610688 929061 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
[pid=196937/tid=196948] ppid=196934 vsize=19041612 memory=13524 CPUtime=0 cores=0,2
/proc/196937/task/196948/stat : 196948 (Finalizer) S 196934 196937 196129 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 20609422 19498610688 929061 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
[pid=196937/tid=196955] ppid=196934 vsize=19041612 memory=2474972 CPUtime=0 cores=0,2
/proc/196937/task/196955/stat : 196955 (Common-Cleaner) S 196934 196937 196129 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 20609422 19498610688 929061 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
Current children cumulated CPU time: 4.3 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3716244 KiB

[startup+6.30031 s]
/proc/loadavg: 2.92 2.36 2.99 5/335 196957
/proc/meminfo: memFree=117346280/131524600 swapFree=131061428/131071996
[pid=196937] ppid=196934 vsize=19041612 memory=4358564 CPUtime=7.61 cores=0,2
/proc/196937/stat : 196937 (java) S 196934 196937 196129 0 -1 1077936128 17983 0 1 0 678 83 0 0 20 0 19 0 20609419 19498610688 1089641 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
/proc/196937/statm: 4760403 1089641 5883 1 0 1523402 0
[pid=196937/tid=196939] ppid=196934 vsize=19041612 memory=0 CPUtime=5.73 cores=0,2
/proc/196937/task/196939/stat : 196939 (java) R 196934 196937 196129 0 -1 4194368 8195 0 0 0 495 78 0 0 20 0 19 0 20609419 19498610688 1089641 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
[pid=196937/tid=196948] ppid=196934 vsize=19041612 memory=2468828 CPUtime=0 cores=0,2
/proc/196937/task/196948/stat : 196948 (Finalizer) S 196934 196937 196129 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 20609422 19498610688 1089641 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
[pid=196937/tid=196955] ppid=196934 vsize=19041612 memory=228489167166 CPUtime=0 cores=0,2
/proc/196937/task/196955/stat : 196955 (Common-Cleaner) S 196934 196937 196129 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 20609422 19498610688 1089641 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
Current children cumulated CPU time: 7.61 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4358564 KiB

[startup+12.7003 s]
/proc/loadavg: 3.09 2.41 3.00 5/335 196957
/proc/meminfo: memFree=117290408/131524600 swapFree=131061428/131071996
[pid=196937] ppid=196934 vsize=19041612 memory=4393504 CPUtime=14.16 cores=0,2
/proc/196937/stat : 196937 (java) S 196934 196937 196129 0 -1 1077936128 18830 0 1 0 1332 84 0 0 20 0 19 0 20609419 19498610688 1098376 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
/proc/196937/statm: 4760403 1098376 5883 1 0 1523406 0
[pid=196937/tid=196939] ppid=196934 vsize=19041612 memory=4393504 CPUtime=11.79 cores=0,2
/proc/196937/task/196939/stat : 196939 (java) R 196934 196937 196129 0 -1 4194368 8960 0 0 0 1101 78 0 0 20 0 19 0 20609419 19498610688 1098376 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
[pid=196937/tid=196948] ppid=196934 vsize=19041612 memory=4389408 CPUtime=0 cores=0,2
/proc/196937/task/196948/stat : 196948 (Finalizer) S 196934 196937 196129 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 20609422 19498610688 1098376 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
[pid=196937/tid=196955] ppid=196934 vsize=19041612 memory=14415903932548459 CPUtime=0 cores=0,2
/proc/196937/task/196955/stat : 196955 (Common-Cleaner) S 196934 196937 196129 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 20609422 19498610688 1098376 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
Current children cumulated CPU time: 14.16 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4393504 KiB

[startup+25.5003 s]
/proc/loadavg: 3.53 2.54 3.03 5/336 196960
/proc/meminfo: memFree=116790172/131524600 swapFree=131061428/131071996
[pid=196937] ppid=196934 vsize=19108176 memory=4407880 CPUtime=29.54 cores=0,2
/proc/196937/stat : 196937 (java) S 196934 196937 196129 0 -1 1077936128 32647 0 1 0 2865 89 0 0 20 0 20 0 20609419 19566772224 1101970 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
/proc/196937/statm: 4777044 1101970 5912 1 0 1526956 0
[pid=196937/tid=196939] ppid=196934 vsize=19108176 memory=12156 CPUtime=24.45 cores=0,2
/proc/196937/task/196939/stat : 196939 (java) R 196934 196937 196129 0 -1 4194368 10245 0 0 0 2366 79 0 0 20 0 20 0 20609419 19566772224 1101970 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
[pid=196937/tid=196948] ppid=196934 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/196937/task/196948/stat : 196948 (Finalizer) S 196934 196937 196129 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20609422 19566772224 1101970 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
[pid=196937/tid=196955] ppid=196934 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/196937/task/196955/stat : 196955 (Common-Cleaner) S 196934 196937 196129 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 20609422 19566772224 1101970 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
[pid=196937/tid=196958] ppid=196934 vsize=19108176 memory=-8888523906984223420 CPUtime=0 cores=0,2
/proc/196937/task/196958/stat : 196958 (Timer-0) S 196934 196937 196129 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20610940 19566772224 1101970 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
Current children cumulated CPU time: 29.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4407880 KiB

[startup+51.106 s]
/proc/loadavg: 3.69 2.65 3.06 5/336 196964
/proc/meminfo: memFree=116389964/131524600 swapFree=131061428/131071996
[pid=196937] ppid=196934 vsize=19108176 memory=4408336 CPUtime=55.61 cores=0,2
/proc/196937/stat : 196937 (java) S 196934 196937 196129 0 -1 1077936128 36469 0 1 0 5469 92 0 0 20 0 20 0 20609419 19566772224 1102084 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
/proc/196937/statm: 4777044 1102084 5912 1 0 1526956 0
[pid=196937/tid=196939] ppid=196934 vsize=19108176 memory=67600 CPUtime=49.96 cores=0,2
/proc/196937/task/196939/stat : 196939 (java) R 196934 196937 196129 0 -1 4194368 11195 0 0 0 4915 81 0 0 20 0 20 0 20609419 19566772224 1102084 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
[pid=196937/tid=196948] ppid=196934 vsize=19108176 memory=4408336 CPUtime=0 cores=0,2
/proc/196937/task/196948/stat : 196948 (Finalizer) S 196934 196937 196129 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20609422 19566772224 1102084 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
[pid=196937/tid=196955] ppid=196934 vsize=19108176 memory=4393504 CPUtime=0 cores=0,2
/proc/196937/task/196955/stat : 196955 (Common-Cleaner) S 196934 196937 196129 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 20609422 19566772224 1102084 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
[pid=196937/tid=196958] ppid=196934 vsize=19108176 memory=4121748 CPUtime=0 cores=0,2
/proc/196937/task/196958/stat : 196958 (Timer-0) S 196934 196937 196129 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20610940 19566772224 1102084 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
Current children cumulated CPU time: 55.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4408336 KiB

[startup+102.3 s]
/proc/loadavg: 4.18 2.97 3.14 5/336 196974

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

/proc/meminfo: memFree=110114880/131524600 swapFree=131061428/131071996
[pid=196937] ppid=196934 vsize=19108176 memory=4413240 CPUtime=3275.51 cores=0,2
/proc/196937/stat : 196937 (java) S 196934 196937 196129 0 -1 1077936128 200473 0 1 0 327114 437 0 0 20 0 20 0 20609419 19566772224 1103310 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
/proc/196937/statm: 4777044 1103310 5943 1 0 1526969 0
[pid=196937/tid=196939] ppid=196934 vsize=19108176 memory=4413240 CPUtime=3265.42 cores=0,2
/proc/196937/task/196939/stat : 196939 (java) R 196934 196937 196129 0 -1 4194368 106671 0 0 0 326230 312 0 0 20 0 20 0 20609419 19566772224 1103310 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 461 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
[pid=196937/tid=196948] ppid=196934 vsize=19108176 memory=4413240 CPUtime=0 cores=0,2
/proc/196937/task/196948/stat : 196948 (Finalizer) S 196934 196937 196129 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20609422 19566772224 1103310 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
[pid=196937/tid=196955] ppid=196934 vsize=19108176 memory=4413240 CPUtime=0 cores=0,2
/proc/196937/task/196955/stat : 196955 (Common-Cleaner) S 196934 196937 196129 0 -1 1077936192 6010 0 0 0 0 0 0 0 20 0 20 0 20609422 19566772224 1103310 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
[pid=196937/tid=196958] ppid=196934 vsize=19108176 memory=4413240 CPUtime=0 cores=0,2
/proc/196937/task/196958/stat : 196958 (Timer-0) S 196934 196937 196129 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20610940 19566772224 1103310 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
Current children cumulated CPU time: 3275.51 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4413240 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.12 4.09 5/335 198831
/proc/meminfo: memFree=110028060/131524600 swapFree=131061428/131071996
[pid=196937] ppid=196934 vsize=19108176 memory=4413240 CPUtime=3335.31 cores=0,2
/proc/196937/stat : 196937 (java) S 196934 196937 196129 0 -1 1077936128 202021 0 1 0 333091 440 0 0 20 0 20 0 20609419 19566772224 1103310 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
/proc/196937/statm: 4777044 1103310 5943 1 0 1526969 0
[pid=196937/tid=196939] ppid=196934 vsize=19108176 memory=12156 CPUtime=3325.16 cores=0,2
/proc/196937/task/196939/stat : 196939 (java) R 196934 196937 196129 0 -1 4194368 107666 0 0 0 332202 314 0 0 20 0 20 0 20609419 19566772224 1103310 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 466 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
[pid=196937/tid=196948] ppid=196934 vsize=19108176 memory=4413240 CPUtime=0 cores=0,2
/proc/196937/task/196948/stat : 196948 (Finalizer) S 196934 196937 196129 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20609422 19566772224 1103310 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
[pid=196937/tid=196955] ppid=196934 vsize=19108176 memory=4413240 CPUtime=0 cores=0,2
/proc/196937/task/196955/stat : 196955 (Common-Cleaner) S 196934 196937 196129 0 -1 1077936192 6134 0 0 0 0 0 0 0 20 0 20 0 20609422 19566772224 1103310 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
[pid=196937/tid=196958] ppid=196934 vsize=19108176 memory=67600 CPUtime=0 cores=0,2
/proc/196937/task/196958/stat : 196958 (Timer-0) S 196934 196937 196129 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20610940 19566772224 1103310 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
Current children cumulated CPU time: 3335.31 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4413240 KiB

[startup+3402.3 s]
/proc/loadavg: 4.05 4.10 4.09 5/333 198842
/proc/meminfo: memFree=109977848/131524600 swapFree=131061428/131071996
[pid=196937] ppid=196934 vsize=19108176 memory=4413240 CPUtime=3395.1 cores=0,2
/proc/196937/stat : 196937 (java) S 196934 196937 196129 0 -1 1077936128 203861 0 1 0 339066 444 0 0 20 0 20 0 20609419 19566772224 1103310 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
/proc/196937/statm: 4777044 1103310 5943 1 0 1526969 0
[pid=196937/tid=196939] ppid=196934 vsize=19108176 memory=4413240 CPUtime=3384.88 cores=0,2
/proc/196937/task/196939/stat : 196939 (java) R 196934 196937 196129 0 -1 4194368 108922 0 0 0 338172 316 0 0 20 0 20 0 20609419 19566772224 1103310 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 477 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
[pid=196937/tid=196948] ppid=196934 vsize=19108176 memory=4413240 CPUtime=0 cores=0,2
/proc/196937/task/196948/stat : 196948 (Finalizer) S 196934 196937 196129 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20609422 19566772224 1103310 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
[pid=196937/tid=196955] ppid=196934 vsize=19108176 memory=4413240 CPUtime=0 cores=0,2
/proc/196937/task/196955/stat : 196955 (Common-Cleaner) S 196934 196937 196129 0 -1 1077936192 6258 0 0 0 0 0 0 0 20 0 20 0 20609422 19566772224 1103310 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
[pid=196937/tid=196958] ppid=196934 vsize=19108176 memory=2212 CPUtime=0 cores=0,2
/proc/196937/task/196958/stat : 196958 (Timer-0) S 196934 196937 196129 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20610940 19566772224 1103310 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
Current children cumulated CPU time: 3395.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4413240 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.11 4.09 5/333 198853
/proc/meminfo: memFree=109909088/131524600 swapFree=131061428/131071996
[pid=196937] ppid=196934 vsize=19108176 memory=4413240 CPUtime=3454.84 cores=0,2
/proc/196937/stat : 196937 (java) S 196934 196937 196129 0 -1 1077936128 208016 0 1 0 345034 450 0 0 20 0 20 0 20609419 19566772224 1103310 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
/proc/196937/statm: 4777044 1103310 5943 1 0 1526969 0
[pid=196937/tid=196939] ppid=196934 vsize=19108176 memory=4413240 CPUtime=3444.41 cores=0,2
/proc/196937/task/196939/stat : 196939 (java) R 196934 196937 196129 0 -1 4194368 110198 0 0 0 344121 320 0 0 20 0 20 0 20609419 19566772224 1103310 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 498 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
[pid=196937/tid=196948] ppid=196934 vsize=19108176 memory=4413240 CPUtime=0 cores=0,2
/proc/196937/task/196948/stat : 196948 (Finalizer) S 196934 196937 196129 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20609422 19566772224 1103310 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
[pid=196937/tid=196955] ppid=196934 vsize=19108176 memory=4413240 CPUtime=0 cores=0,2
/proc/196937/task/196955/stat : 196955 (Common-Cleaner) S 196934 196937 196129 0 -1 1077936192 6327 0 0 0 0 0 0 0 20 0 20 0 20609422 19566772224 1103310 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
[pid=196937/tid=196958] ppid=196934 vsize=19108176 memory=67600 CPUtime=0 cores=0,2
/proc/196937/task/196958/stat : 196958 (Timer-0) S 196934 196937 196129 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20610940 19566772224 1103310 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
Current children cumulated CPU time: 3454.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4413240 KiB

[startup+3522.3 s]
/proc/loadavg: 4.14 4.12 4.09 5/333 198863
/proc/meminfo: memFree=109824764/131524600 swapFree=131061428/131071996
[pid=196937] ppid=196934 vsize=19108176 memory=4413240 CPUtime=3514.57 cores=0,2
/proc/196937/stat : 196937 (java) S 196934 196937 196129 0 -1 1077936128 209666 0 1 0 351003 454 0 0 20 0 20 0 20609419 19566772224 1103310 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
/proc/196937/statm: 4777044 1103310 5943 1 0 1526969 0
[pid=196937/tid=196939] ppid=196934 vsize=19108176 memory=4413240 CPUtime=3504.1 cores=0,2
/proc/196937/task/196939/stat : 196939 (java) R 196934 196937 196129 0 -1 4194368 111514 0 0 0 350088 322 0 0 20 0 20 0 20609419 19566772224 1103310 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 510 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
[pid=196937/tid=196948] ppid=196934 vsize=19108176 memory=4413240 CPUtime=0 cores=0,2
/proc/196937/task/196948/stat : 196948 (Finalizer) S 196934 196937 196129 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20609422 19566772224 1103310 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
[pid=196937/tid=196955] ppid=196934 vsize=19108176 memory=4413240 CPUtime=0 cores=0,2
/proc/196937/task/196955/stat : 196955 (Common-Cleaner) S 196934 196937 196129 0 -1 1077936192 6451 0 0 0 0 0 0 0 20 0 20 0 20609422 19566772224 1103310 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
[pid=196937/tid=196958] ppid=196934 vsize=19108176 memory=13524 CPUtime=0 cores=0,2
/proc/196937/task/196958/stat : 196958 (Timer-0) S 196934 196937 196129 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20610940 19566772224 1103310 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
Current children cumulated CPU time: 3514.57 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4413240 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.11 4.09 6/333 198873
/proc/meminfo: memFree=109746684/131524600 swapFree=131061428/131071996
[pid=196937] ppid=196934 vsize=19108176 memory=4413240 CPUtime=3574.37 cores=0,2
/proc/196937/stat : 196937 (java) S 196934 196937 196129 0 -1 1077936128 211671 0 1 0 356979 458 0 0 20 0 20 0 20609419 19566772224 1103310 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
/proc/196937/statm: 4777044 1103310 5943 1 0 1526969 0
[pid=196937/tid=196939] ppid=196934 vsize=19108176 memory=4413240 CPUtime=3563.87 cores=0,2
/proc/196937/task/196939/stat : 196939 (java) R 196934 196937 196129 0 -1 4194368 112923 0 0 0 356062 325 0 0 20 0 20 0 20609419 19566772224 1103310 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 515 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
[pid=196937/tid=196948] ppid=196934 vsize=19108176 memory=12156 CPUtime=0 cores=0,2
/proc/196937/task/196948/stat : 196948 (Finalizer) S 196934 196937 196129 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20609422 19566772224 1103310 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
[pid=196937/tid=196955] ppid=196934 vsize=19108176 memory=4413240 CPUtime=0 cores=0,2
/proc/196937/task/196955/stat : 196955 (Common-Cleaner) S 196934 196937 196129 0 -1 1077936192 6575 0 0 0 0 0 0 0 20 0 20 0 20609422 19566772224 1103310 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
[pid=196937/tid=196958] ppid=196934 vsize=19108176 memory=12156 CPUtime=0 cores=0,2
/proc/196937/task/196958/stat : 196958 (Timer-0) S 196934 196937 196129 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20610940 19566772224 1103310 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
Current children cumulated CPU time: 3574.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4413240 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3608.11 s]
/proc/loadavg: 3.38 3.94 4.03 3/282 198948
/proc/meminfo: memFree=115680108/131524600 swapFree=131061428/131071996
[pid=196937] ppid=196934 vsize=19108176 memory=4413240 CPUtime=3600.07 cores=0,2
/proc/196937/stat : 196937 (java) S 196934 196937 196129 0 -1 1077936128 212837 0 1 0 359547 460 0 0 20 0 20 0 20609419 19566772224 1103310 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
/proc/196937/statm: 4777044 1103310 5943 1 0 1526969 0
[pid=196937/tid=196939] ppid=196934 vsize=19108176 memory=5516 CPUtime=3589.56 cores=0,2
/proc/196937/task/196939/stat : 196939 (java) R 196934 196937 196129 0 -1 4194368 113821 0 0 0 358630 326 0 0 20 0 20 0 20609419 19566772224 1103310 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 517 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
[pid=196937/tid=196948] ppid=196934 vsize=19108176 memory=4413240 CPUtime=0 cores=0,2
/proc/196937/task/196948/stat : 196948 (Finalizer) S 196934 196937 196129 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20609422 19566772224 1103310 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
[pid=196937/tid=196955] ppid=196934 vsize=19108176 memory=4413240 CPUtime=0 cores=0,2
/proc/196937/task/196955/stat : 196955 (Common-Cleaner) S 196934 196937 196129 0 -1 1077936192 6575 0 0 0 0 0 0 0 20 0 20 0 20609422 19566772224 1103310 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
[pid=196937/tid=196958] ppid=196934 vsize=19108176 memory=12156 CPUtime=0 cores=0,2
/proc/196937/task/196958/stat : 196958 (Timer-0) S 196934 196937 196129 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20610940 19566772224 1103310 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4413240 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.57 s, system=4.6237 s

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

[startup+3608.11 s]
/proc/loadavg: 3.38 3.94 4.03 3/282 198948
/proc/meminfo: memFree=115680108/131524600 swapFree=131061428/131071996
[pid=196937] ppid=196934 vsize=19108176 memory=4413240 CPUtime=3600.07 cores=0,2
/proc/196937/stat : 196937 (java) S 196934 196937 196129 0 -1 1077936128 212837 0 1 0 359547 460 0 0 20 0 20 0 20609419 19566772224 1103310 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
/proc/196937/statm: 4777044 1103310 5943 1 0 1526969 0
[pid=196937/tid=196939] ppid=196934 vsize=19108176 memory=5516 CPUtime=3589.56 cores=0,2
/proc/196937/task/196939/stat : 196939 (java) R 196934 196937 196129 0 -1 4194368 113821 0 0 0 358630 326 0 0 20 0 20 0 20609419 19566772224 1103310 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 517 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
[pid=196937/tid=196948] ppid=196934 vsize=19108176 memory=4413240 CPUtime=0 cores=0,2
/proc/196937/task/196948/stat : 196948 (Finalizer) S 196934 196937 196129 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20609422 19566772224 1103310 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
[pid=196937/tid=196955] ppid=196934 vsize=19108176 memory=4413240 CPUtime=0 cores=0,2
/proc/196937/task/196955/stat : 196955 (Common-Cleaner) S 196934 196937 196129 0 -1 1077936192 6575 0 0 0 0 0 0 0 20 0 20 0 20609422 19566772224 1103310 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
[pid=196937/tid=196958] ppid=196934 vsize=19108176 memory=12156 CPUtime=0 cores=0,2
/proc/196937/task/196958/stat : 196958 (Timer-0) S 196934 196937 196129 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20610940 19566772224 1103310 134679101440 94453019774976 94453019778672 140731405530240 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94453019786488 94453019787280 94453050691584 140731405538219 140731405538401 140731405538401 140731405545416 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4413240 KiB

Child status: 143

Real time (s): 3608.19
CPU time (s): 3600.19
CPU user time (s): 3595.57
CPU system time (s): 4.6237
CPU usage (%): 99.7783
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 4414024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.57
system time used= 4.6237
maximum resident set size= 4414784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 216615
page faults= 1
swaps= 0
block input operations= 160
block output operations= 2758200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 136126
involuntary context switches= 26004


# summary of solver processes directly reported to runsolver:
#   pid: 196937
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3595.57
#   total CPU system time (s): 4.6237

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.61776 second user time and 20.0049 second system time

The end

Launcher Data

Begin job on nodeC022 at 2024-07-24 19:07:45
IDJOB=4452202
IDBENCH=163951
IDSOLVER=3079
FILE ID=nodeC022/4452202-1721840865
RUNJOBID= nodeC022-1721840837-196139
SLURM_JOB_ID= 7891554
Free space on /tmp= 890072 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2003/normalized-stp3d.0.s.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-4452202-1721840865/watcher-4452202-1721840865 -o /tmp/evaluation-result-4452202-1721840865/solver-4452202-1721840865 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1721840837-196139 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4452202-1721840865 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4452202-1721840865.opb

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

MD5SUM BENCH= 3669957ef10a08034abaee305bfecedd
RANDOM SEED=1403378097

nodeC022.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3660.274
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3683.845
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3645.353
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.171
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3660.589
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3685.162
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3603.058
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.87
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.097
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        121832600 kB
MemAvailable:   127300588 kB
Buffers:          269304 kB
Cached:          5947644 kB
SwapCached:         1408 kB
Active:          2525316 kB
Inactive:        6386124 kB
Active(anon):       1952 kB
Inactive(anon):  2746312 kB
Active(file):    2523364 kB
Inactive(file):  3639812 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131061428 kB
Dirty:            126996 kB
Writeback:             8 kB
AnonPages:       2692556 kB
Mapped:           134568 kB
Shmem:             53732 kB
KReclaimable:     293016 kB
Slab:             420448 kB
SReclaimable:     293016 kB
SUnreclaim:       127432 kB
KernelStack:        5056 kB
PageTables:        15672 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7516492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            17248 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2383872 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:      334548 kB
DirectMap2M:    36139008 kB
DirectMap1G:    99614720 kB

Free space on /tmp at the end= 890068 MiB
End job on nodeC022 at 2024-07-24 20:07:53