Trace number 4440538

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.43

General information on the benchmark

NamePB24/normalized-PB12/OPT-LIN/zahidi/MH+IC/
normalized-minisat50_4_16_2_mh_ic.opb
MD5SUM29fcddc0b5ddb2a2f51dd98e905e6f00
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 benchmark4494018
Best CPU time to get the best result obtained on this benchmark3600.14
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables370300
Total number of constraints847958
Number of constraints which are clauses597900
Number of constraints which are cardinality constraints (but not clauses)58
Number of constraints which are nor clauses,nor cardinality constraints250000
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 132350
Biggest coefficient in the objective function 183250432
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 79312583670
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 183250432
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 79312583670
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.16	c See www.sat4j.org for details.
0.12/0.17	c version CUSTOM.v20240707
0.12/0.19	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.20	c java.vm.version	22.0.1+8-16
0.12/0.20	c java.vm.vendor	Oracle Corporation
0.12/0.20	c sun.arch.data.model	64
0.12/0.20	c java.version		22.0.1
0.12/0.20	c os.name		Linux
0.12/0.20	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.20	c os.arch		amd64
0.12/0.20	c Free memory 		2115194816
0.12/0.20	c Max memory 		16282288128
0.12/0.20	c Total memory 		2122317824
0.12/0.20	c Number of processors 	2
0.31/0.26	--- Begin Solver configuration ---
0.31/0.26	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.31/0.26	Learn all clauses as in MiniSAT
0.31/0.26	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.31/0.26	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.31/0.26	Expensive reason simplification
0.31/0.26	Glucose 2.1 dynamic restart strategy
0.31/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.31/0.26	timeout=2147483s
0.31/0.26	DB Simplification allowed=false
0.31/0.26	Listener: none
0.31/0.26	--- End Solver configuration ---
0.31/0.27	c Pseudo Boolean Optimization by upper bound
0.31/0.27	c --- Begin Solver configuration ---
0.31/0.27	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.31/0.27	c Learn all clauses as in MiniSAT
0.31/0.27	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.31/0.27	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.31/0.27	c Expensive reason simplification
0.31/0.27	c Glucose 2.1 dynamic restart strategy
0.31/0.27	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.31/0.27	c timeout=2147483s
0.31/0.27	c DB Simplification allowed=false
0.31/0.27	c Listener: none
0.31/0.27	c --- End Solver configuration ---
0.31/0.27	c solving HOME/instance-4440538-1721822882.opb
0.31/0.27	c reading problem ... 
0.31/0.27	c using VERIPB proof format
0.31/0.28	c  objective function found
7.06/3.92	c ... done. Wall clock time 3.652s.
7.06/3.92	c declared #vars     370300
7.06/3.92	c #constraints  855316
7.06/3.92	c constraints type 
7.06/3.92	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 372450
7.06/3.92	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 57
7.06/3.92	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 241425
7.06/3.92	c org.sat4j.specs.Constr$1 => 4
7.06/3.92	c org.sat4j.pb.constraints.pb.UnitClausesPB => 4
7.06/3.92	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 241376
7.06/3.92	c 855316 constraints processed.
7.06/3.93	c objective function length is 132350 literals
21.16/14.16	c cleaning 2488 clauses out of 5001 with flag 14133/5001
23.16/15.83	c cleaning 4240 clauses out of 8512 with flag 32147/11000
25.59/17.70	c cleaning 5626 clauses out of 11273 with flag 49186/18001
28.42/19.91	c cleaning 6811 clauses out of 13646 with flag 73980/26000
31.30/22.50	c cleaning 7904 clauses out of 15835 with flag 99226/35000
33.81/25.10	c cleaning 8953 clauses out of 17931 with flag 124646/45000
154.16/145.14	c cleaning 9980 clauses out of 19982 with flag 204212/56004
224.14/215.23	c cleaning 11000 clauses out of 22001 with flag 273966/68003
301.06/292.23	c cleaning 11991 clauses out of 23998 with flag 338023/81000
381.61/373.44	c cleaning 12980 clauses out of 26016 with flag 402574/95009
478.32/471.05	c cleaning 13994 clauses out of 28027 with flag 469475/110000
552.73/545.70	c cleaning 14984 clauses out of 30033 with flag 591387/126000
620.59/613.77	c cleaning 15995 clauses out of 32050 with flag 723214/143001
688.17/681.34	c cleaning 16996 clauses out of 34054 with flag 824331/161000
758.59/752.01	c cleaning 17974 clauses out of 36060 with flag 916321/180002
839.20/832.75	c cleaning 19028 clauses out of 38086 with flag 1085469/200002
991.65/985.30	c cleaning 19972 clauses out of 40059 with flag 1284835/221003
1100.90/1095.15	c cleaning 21029 clauses out of 42089 with flag 1488387/243005
1259.70/1257.86	c cleaning 21984 clauses out of 44058 with flag 1663521/266003
1425.95/1424.36	c cleaning 22981 clauses out of 46071 with flag 1891407/290000
1538.22/1536.87	c cleaning 24022 clauses out of 48090 with flag 2119537/315000
1675.48/1674.42	c cleaning 25027 clauses out of 50068 with flag 2398822/341000
1827.81/1827.02	c cleaning 26011 clauses out of 52041 with flag 2573163/368000
2026.96/2027.49	c cleaning 26984 clauses out of 54030 with flag 2747742/396000
2198.11/2198.93	c cleaning 28017 clauses out of 56046 with flag 2965523/425000
2377.39/2378.45	c cleaning 28962 clauses out of 58029 with flag 3184583/455000
2597.43/2598.69	c cleaning 29983 clauses out of 60067 with flag 3404860/486000
2781.84/2783.31	c cleaning 31021 clauses out of 62084 with flag 3567645/518000
2989.94/2991.79	c cleaning 31965 clauses out of 64063 with flag 3750403/551000
3125.66/3129.10	c cleaning 33004 clauses out of 66098 with flag 3975073/585000
3293.54/3297.23	c cleaning 34038 clauses out of 68094 with flag 4233449/620000
3495.36/3499.46	c cleaning 34999 clauses out of 70058 with flag 4493054/656002
3600.06/3604.32	c starts		: 516
3600.06/3604.34	c conflicts		: 673729
3600.06/3604.35	c decisions		: 6027569
3600.06/3604.35	c propagations		: 806935124
3600.06/3604.35	c inspects		: 20397900227
3600.06/3604.36	c shortcuts		: 0
3600.06/3604.36	c learnt literals	: 0
3600.06/3604.36	c learnt binary clauses	: 83
3600.06/3604.36	c learnt ternary clauses	: 0
3600.06/3604.36	c learnt constraints	: 673730
3600.06/3604.36	c ignored constraints	: 0
3600.06/3604.36	c root simplifications	: 0
3600.06/3604.36	c removed literals (reason simplification)	: 23947365
3600.06/3604.36	c reason swapping (by a shorter reason)	: 0
3600.06/3604.36	c Calls to reduceDB	: 32
3600.06/3604.36	c Number of update (reduction) of LBD	: 461766
3600.06/3604.36	c Imported unit clauses	: 0
3600.06/3604.36	c timeout
3600.06/3604.37	c No decision after first conflict	: false
3600.06/3604.37	c number of reductions to clauses (during analyze)	: 0
3600.06/3604.37	c number of learned constraints concerned by reduction	: 0
3600.06/3604.37	c number of learning phase by resolution	: 0
3600.06/3604.37	c number of learning phase by cutting planes	: 0
3600.06/3604.37	c number of rounding to 1 operations	: 0
3600.06/3604.37	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3604.37	c number of reductions of the coefficients by power 2 	: 0
3600.06/3604.37	c number of right shift for reduction by power 2 	: 0
3600.06/3604.37	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3604.37	c number of ending skipping 	: 0
3600.06/3604.37	c number of internal skipping 	: 0
3600.06/3604.37	c number of derivation steps 	: 0
3600.06/3604.37	c number of skipped derivation steps 	: 0
3600.06/3604.37	c number of remaining unassigned 	: 0
3600.06/3604.37	c number of remaining assigned 	: 0
3600.06/3604.37	c number of falsified literals weakened from reason	: 0
3600.06/3604.37	c number of falsified literals weakened from conflict	: 0
3600.06/3604.37	c time for arithmetic operations	: 0
3600.06/3604.37	c minimum degree of deleted constraints	: null
3600.06/3604.37	c maximum degree of deleted constraints	: null
3600.06/3604.37	c number of deleted constraints	: 0
3600.06/3604.37	c speed (assignments/second)	: 224124.55216619768
3600.06/3604.37	c non guided choices	: 2907
3600.25/3604.40	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 52704
3600.25/3604.40	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 83
3600.25/3604.40	s UNKNOWN
3600.25/3604.40	c Total wall clock time (in seconds): 3604.14

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=181665, runsolver pid=181662

[startup+0.100177 s]*
/proc/loadavg: 4.57 4.37 4.03 6/328 181683
/proc/meminfo: memFree=87574124/131655788 swapFree=131070448/131071996
[pid=181665] ppid=181662 vsize=18975048 memory=55856 CPUtime=0.12 cores=1,3
/proc/181665/stat : 181665 (java) S 181662 181665 179511 0 -1 1077936128 6464 0 0 0 9 3 0 0 20 0 18 0 18277976 19430449152 13964 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
/proc/181665/statm: 4743762 13964 5638 1 0 550825 0
[pid=181665/tid=181667] ppid=181662 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/181665/task/181667/stat : 181667 (java) R 181662 181665 179511 0 -1 4194368 5355 0 0 0 6 2 0 0 20 0 18 0 18277977 19430449152 13964 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
[pid=181665/tid=181676] ppid=181662 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/181665/task/181676/stat : 181676 (Finalizer) S 181662 181665 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18277982 19430449152 13964 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
[pid=181665/tid=181683] ppid=181662 vsize=18975048 memory=4050484525539786784 CPUtime=0 cores=1,3
/proc/181665/task/181683/stat : 181683 (Common-Cleaner) S 181662 181665 179511 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18277982 19430449152 13964 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55856 KiB

[startup+0.226809 s]*
/proc/loadavg: 4.57 4.37 4.03 5/328 181683
/proc/meminfo: memFree=87564980/131655788 swapFree=131070448/131071996
[pid=181665] ppid=181662 vsize=18975048 memory=65360 CPUtime=0.31 cores=1,3
/proc/181665/stat : 181665 (java) S 181662 181665 179511 0 -1 1077936128 7237 0 0 0 27 4 0 0 20 0 18 0 18277976 19430449152 16340 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
/proc/181665/statm: 4743762 16340 5672 1 0 551468 0
[pid=181665/tid=181667] ppid=181662 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=1,3
/proc/181665/task/181667/stat : 181667 (java) S 181662 181665 179511 0 -1 1077936192 5795 0 0 0 16 2 0 0 20 0 18 0 18277977 19430449152 16340 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
[pid=181665/tid=181676] ppid=181662 vsize=18975048 memory=804964 CPUtime=0 cores=1,3
/proc/181665/task/181676/stat : 181676 (Finalizer) S 181662 181665 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18277982 19430449152 16340 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
[pid=181665/tid=181683] ppid=181662 vsize=18975048 memory=13852958324442654 CPUtime=0 cores=1,3
/proc/181665/task/181683/stat : 181683 (Common-Cleaner) S 181662 181665 179511 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18277982 19430449152 16340 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65360 KiB

[startup+0.31504 s]*
/proc/loadavg: 4.57 4.37 4.03 7/328 181683
/proc/meminfo: memFree=87549176/131655788 swapFree=131070448/131071996
[pid=181665] ppid=181662 vsize=18975048 memory=82344 CPUtime=0.47 cores=1,3
/proc/181665/stat : 181665 (java) S 181662 181665 179511 0 -1 1077936128 7439 0 0 0 43 4 0 0 20 0 18 0 18277976 19430449152 20586 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
/proc/181665/statm: 4743762 20586 5677 1 0 551582 0
[pid=181665/tid=181667] ppid=181662 vsize=18975048 memory=-9031797990156444348 CPUtime=0.28 cores=1,3
/proc/181665/task/181667/stat : 181667 (java) R 181662 181665 179511 0 -1 4194368 5913 0 0 0 25 3 0 0 20 0 18 0 18277977 19430449152 20586 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
[pid=181665/tid=181676] ppid=181662 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/181665/task/181676/stat : 181676 (Finalizer) S 181662 181665 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18277982 19430449152 20586 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
[pid=181665/tid=181683] ppid=181662 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/181665/task/181683/stat : 181683 (Common-Cleaner) S 181662 181665 179511 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18277982 19430449152 20586 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 82344 KiB

[startup+0.710173 s]
/proc/loadavg: 4.57 4.37 4.03 7/328 181683
/proc/meminfo: memFree=87514932/131655788 swapFree=131070448/131071996
[pid=181665] ppid=181662 vsize=19041612 memory=181820 CPUtime=1.19 cores=1,3
/proc/181665/stat : 181665 (java) S 181662 181665 179511 0 -1 1077936128 9164 0 0 0 111 8 0 0 20 0 19 0 18277976 19498610688 45455 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
/proc/181665/statm: 4760403 45455 5828 1 0 552905 0
[pid=181665/tid=181667] ppid=181662 vsize=19041612 memory=5572 CPUtime=0.62 cores=1,3
/proc/181665/task/181667/stat : 181667 (java) S 181662 181665 179511 0 -1 1077936192 5990 0 0 0 57 5 0 0 20 0 19 0 18277977 19498610688 45455 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
[pid=181665/tid=181676] ppid=181662 vsize=19041612 memory=12412 CPUtime=0 cores=1,3
/proc/181665/task/181676/stat : 181676 (Finalizer) S 181662 181665 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18277982 19498610688 45455 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
[pid=181665/tid=181683] ppid=181662 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/181665/task/181683/stat : 181683 (Common-Cleaner) S 181662 181665 179511 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18277982 19498610688 45455 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 181820 KiB

[startup+1.50218 s]
/proc/loadavg: 4.57 4.37 4.03 6/329 181684
/proc/meminfo: memFree=87408524/131655788 swapFree=131070448/131071996
[pid=181665] ppid=181662 vsize=19041612 memory=338688 CPUtime=2.66 cores=1,3
/proc/181665/stat : 181665 (java) S 181662 181665 179511 0 -1 1077936128 17230 0 0 0 253 13 0 0 20 0 19 0 18277976 19498610688 84672 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
/proc/181665/statm: 4760403 84672 5860 1 0 1488886 0
[pid=181665/tid=181667] ppid=181662 vsize=19041612 memory=12412 CPUtime=1.25 cores=1,3
/proc/181665/task/181667/stat : 181667 (java) R 181662 181665 179511 0 -1 4194368 6072 0 0 0 118 7 0 0 20 0 19 0 18277977 19498610688 84672 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
[pid=181665/tid=181676] ppid=181662 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/181665/task/181676/stat : 181676 (Finalizer) S 181662 181665 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18277982 19498610688 84672 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
[pid=181665/tid=181683] ppid=181662 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/181665/task/181683/stat : 181683 (Common-Cleaner) S 181662 181665 179511 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18277982 19498610688 84672 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
Current children cumulated CPU time: 2.66 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 338688 KiB

[startup+3.10927 s]
/proc/loadavg: 4.61 4.38 4.04 6/329 181684
/proc/meminfo: memFree=86939896/131655788 swapFree=131070448/131071996
[pid=181665] ppid=181662 vsize=19041612 memory=734696 CPUtime=5.82 cores=1,3
/proc/181665/stat : 181665 (java) S 181662 181665 179511 0 -1 1077936128 20160 0 0 0 558 24 0 0 20 0 19 0 18277976 19498610688 183674 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
/proc/181665/statm: 4760403 183674 5860 1 0 1905747 0
[pid=181665/tid=181667] ppid=181662 vsize=19041612 memory=0 CPUtime=2.57 cores=1,3
/proc/181665/task/181667/stat : 181667 (java) R 181662 181665 179511 0 -1 4194368 6253 0 0 0 243 14 0 0 20 0 19 0 18277977 19498610688 183674 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
[pid=181665/tid=181676] ppid=181662 vsize=19041612 memory=12412 CPUtime=0 cores=1,3
/proc/181665/task/181676/stat : 181676 (Finalizer) S 181662 181665 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18277982 19498610688 183674 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
[pid=181665/tid=181683] ppid=181662 vsize=19041612 memory=526976 CPUtime=0 cores=1,3
/proc/181665/task/181683/stat : 181683 (Common-Cleaner) S 181662 181665 179511 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18277982 19498610688 183674 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
Current children cumulated CPU time: 5.82 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 734696 KiB

[startup+6.30118 s]
/proc/loadavg: 4.61 4.38 4.04 6/330 181687
/proc/meminfo: memFree=86486492/131655788 swapFree=131070448/131071996
[pid=181665] ppid=181662 vsize=19108176 memory=1088620 CPUtime=10.46 cores=1,3
/proc/181665/stat : 181665 (java) S 181662 181665 179511 0 -1 1077936128 20897 0 0 0 1015 31 0 0 20 0 20 0 18277976 19566772224 272155 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
/proc/181665/statm: 4777044 272155 5930 1 0 1906221 0
[pid=181665/tid=181667] ppid=181662 vsize=19108176 memory=601156 CPUtime=5.55 cores=1,3
/proc/181665/task/181667/stat : 181667 (java) R 181662 181665 179511 0 -1 4194368 6507 0 0 0 536 19 0 0 20 0 20 0 18277977 19566772224 272155 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
[pid=181665/tid=181676] ppid=181662 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/181665/task/181676/stat : 181676 (Finalizer) S 181662 181665 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18277982 19566772224 272155 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
[pid=181665/tid=181683] ppid=181662 vsize=19108176 memory=1088356 CPUtime=0 cores=1,3
/proc/181665/task/181683/stat : 181683 (Common-Cleaner) S 181662 181665 179511 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18277982 19566772224 272155 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
[pid=181665/tid=181687] ppid=181662 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/181665/task/181687/stat : 181687 (Timer-0) S 181662 181665 179511 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18278374 19566772224 272155 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
Current children cumulated CPU time: 10.46 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1088620 KiB

[startup+12.7005 s]
/proc/loadavg: 4.59 4.38 4.04 6/330 181687
/proc/meminfo: memFree=86428584/131655788 swapFree=131070448/131071996
[pid=181665] ppid=181662 vsize=19108176 memory=1089600 CPUtime=19.13 cores=1,3
/proc/181665/stat : 181665 (java) S 181662 181665 179511 0 -1 1077936128 24788 0 0 0 1880 33 0 0 20 0 20 0 18277976 19566772224 272400 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
/proc/181665/statm: 4777044 272400 5930 1 0 1906221 0
[pid=181665/tid=181667] ppid=181662 vsize=19108176 memory=1089548 CPUtime=11.9 cores=1,3
/proc/181665/task/181667/stat : 181667 (java) R 181662 181665 179511 0 -1 4194368 7446 0 0 0 1171 19 0 0 20 0 20 0 18277977 19566772224 272400 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
[pid=181665/tid=181676] ppid=181662 vsize=19108176 memory=1089536 CPUtime=0 cores=1,3
/proc/181665/task/181676/stat : 181676 (Finalizer) S 181662 181665 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18277982 19566772224 272400 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
[pid=181665/tid=181683] ppid=181662 vsize=19108176 memory=1089536 CPUtime=0 cores=1,3
/proc/181665/task/181683/stat : 181683 (Common-Cleaner) S 181662 181665 179511 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18277982 19566772224 272400 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
[pid=181665/tid=181687] ppid=181662 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/181665/task/181687/stat : 181687 (Timer-0) S 181662 181665 179511 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18278374 19566772224 272400 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
Current children cumulated CPU time: 19.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1089600 KiB

[startup+25.5004 s]
/proc/loadavg: 4.58 4.39 4.05 6/330 181690
/proc/meminfo: memFree=85356924/131655788 swapFree=131070448/131071996
[pid=181665] ppid=181662 vsize=19108176 memory=1975136 CPUtime=34.29 cores=1,3
/proc/181665/stat : 181665 (java) S 181662 181665 179511 0 -1 1077936128 34552 0 0 0 3365 64 0 0 20 0 20 0 18277976 19566772224 493784 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
/proc/181665/statm: 4777044 493784 5945 1 0 1906902 0
[pid=181665/tid=181667] ppid=181662 vsize=19108176 memory=1089548 CPUtime=24.44 cores=1,3
/proc/181665/task/181667/stat : 181667 (java) R 181662 181665 179511 0 -1 4194368 10524 0 0 0 2400 44 0 0 20 0 20 0 18277977 19566772224 493784 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
[pid=181665/tid=181676] ppid=181662 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/181665/task/181676/stat : 181676 (Finalizer) S 181662 181665 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18277982 19566772224 493784 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
[pid=181665/tid=181683] ppid=181662 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/181665/task/181683/stat : 181683 (Common-Cleaner) S 181662 181665 179511 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 20 0 18277982 19566772224 493784 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
[pid=181665/tid=181687] ppid=181662 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/181665/task/181687/stat : 181687 (Timer-0) S 181662 181665 179511 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18278374 19566772224 493784 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
Current children cumulated CPU time: 34.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1975136 KiB

[startup+51.1147 s]
/proc/loadavg: 4.50 4.39 4.06 7/328 181693
/proc/meminfo: memFree=85156100/131655788 swapFree=131070448/131071996
[pid=181665] ppid=181662 vsize=19108176 memory=1975372 CPUtime=59.84 cores=1,3
/proc/181665/stat : 181665 (java) S 181662 181665 179511 0 -1 1077936128 38600 0 0 0 5917 67 0 0 20 0 20 0 18277976 19566772224 493843 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
/proc/181665/statm: 4777044 493843 5945 1 0 1906902 0
[pid=181665/tid=181667] ppid=181662 vsize=19108176 memory=11932 CPUtime=49.79 cores=1,3
/proc/181665/task/181667/stat : 181667 (java) R 181662 181665 179511 0 -1 4194368 11424 0 0 0 4934 45 0 0 20 0 20 0 18277977 19566772224 493843 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 17 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
[pid=181665/tid=181676] ppid=181662 vsize=19108176 memory=67988 CPUtime=0 cores=1,3
/proc/181665/task/181676/stat : 181676 (Finalizer) S 181662 181665 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18277982 19566772224 493843 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
[pid=181665/tid=181683] ppid=181662 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/181665/task/181683/stat : 181683 (Common-Cleaner) S 181662 181665 179511 0 -1 1077936192 44 0 0 0 0 0 0 0 20 0 20 0 18277982 19566772224 493843 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
[pid=181665/tid=181687] ppid=181662 vsize=19108176 memory=164 CPUtime=0 cores=1,3
/proc/181665/task/181687/stat : 181687 (Timer-0) S 181662 181665 179511 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18278374 19566772224 493843 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
Current children cumulated CPU time: 59.84 s
Current children cumulated vsize: 19108176 KiB

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

[startup+3282.3 s]
/proc/loadavg: 4.09 4.19 4.20 5/327 183677
/proc/meminfo: memFree=90175676/131655788 swapFree=131070448/131071996
[pid=181665] ppid=181662 vsize=19108176 memory=3282576 CPUtime=3278.68 cores=1,3
/proc/181665/stat : 181665 (java) S 181662 181665 179511 0 -1 1077936128 161281 0 0 0 327468 400 0 0 20 0 20 0 18277976 19566772224 820644 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
/proc/181665/statm: 4777044 820644 5976 1 0 1906916 0
[pid=181665/tid=181667] ppid=181662 vsize=19108176 memory=3282576 CPUtime=3263.2 cores=1,3
/proc/181665/task/181667/stat : 181667 (java) R 181662 181665 179511 0 -1 4194368 84864 0 0 0 326129 191 0 0 20 0 20 0 18277977 19566772224 820644 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 651 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
[pid=181665/tid=181676] ppid=181662 vsize=19108176 memory=3282576 CPUtime=0 cores=1,3
/proc/181665/task/181676/stat : 181676 (Finalizer) S 181662 181665 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18277982 19566772224 820644 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
[pid=181665/tid=181683] ppid=181662 vsize=19108176 memory=11932 CPUtime=0.01 cores=1,3
/proc/181665/task/181683/stat : 181683 (Common-Cleaner) S 181662 181665 179511 0 -1 1077936192 6150 0 0 0 0 1 0 0 20 0 20 0 18277982 19566772224 820644 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
[pid=181665/tid=181687] ppid=181662 vsize=19108176 memory=3282576 CPUtime=0 cores=1,3
/proc/181665/task/181687/stat : 181687 (Timer-0) S 181662 181665 179511 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18278374 19566772224 820644 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
Current children cumulated CPU time: 3278.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3282576 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.16 4.19 5/326 183689
/proc/meminfo: memFree=89837908/131655788 swapFree=131070448/131071996
[pid=181665] ppid=181662 vsize=19108176 memory=3282576 CPUtime=3338.57 cores=1,3
/proc/181665/stat : 181665 (java) S 181662 181665 179511 0 -1 1077936128 162951 0 0 0 333452 405 0 0 20 0 20 0 18277976 19566772224 820644 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
/proc/181665/statm: 4777044 820644 5976 1 0 1906916 0
[pid=181665/tid=181667] ppid=181662 vsize=19108176 memory=11932 CPUtime=3323.05 cores=1,3
/proc/181665/task/181667/stat : 181667 (java) R 181662 181665 179511 0 -1 4194368 86209 0 0 0 332111 194 0 0 20 0 20 0 18277977 19566772224 820644 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 651 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
[pid=181665/tid=181676] ppid=181662 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/181665/task/181676/stat : 181676 (Finalizer) S 181662 181665 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18277982 19566772224 820644 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
[pid=181665/tid=181683] ppid=181662 vsize=19108176 memory=3282576 CPUtime=0.01 cores=1,3
/proc/181665/task/181683/stat : 181683 (Common-Cleaner) S 181662 181665 179511 0 -1 1077936192 6253 0 0 0 0 1 0 0 20 0 20 0 18277982 19566772224 820644 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
[pid=181665/tid=181687] ppid=181662 vsize=19108176 memory=3282576 CPUtime=0 cores=1,3
/proc/181665/task/181687/stat : 181687 (Timer-0) S 181662 181665 179511 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18278374 19566772224 820644 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
Current children cumulated CPU time: 3338.57 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3282576 KiB

[startup+3402.3 s]
/proc/loadavg: 4.14 4.16 4.18 5/327 183700
/proc/meminfo: memFree=89598852/131655788 swapFree=131070448/131071996
[pid=181665] ppid=181662 vsize=19108176 memory=3282576 CPUtime=3398.45 cores=1,3
/proc/181665/stat : 181665 (java) S 181662 181665 179511 0 -1 1077936128 164745 0 0 0 339436 409 0 0 20 0 20 0 18277976 19566772224 820644 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
/proc/181665/statm: 4777044 820644 5976 1 0 1906916 0
[pid=181665/tid=181667] ppid=181662 vsize=19108176 memory=0 CPUtime=3382.88 cores=1,3
/proc/181665/task/181667/stat : 181667 (java) R 181662 181665 179511 0 -1 4194368 87632 0 0 0 338093 195 0 0 20 0 20 0 18277977 19566772224 820644 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 651 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
[pid=181665/tid=181676] ppid=181662 vsize=19108176 memory=3282576 CPUtime=0 cores=1,3
/proc/181665/task/181676/stat : 181676 (Finalizer) S 181662 181665 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18277982 19566772224 820644 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
[pid=181665/tid=181683] ppid=181662 vsize=19108176 memory=3282576 CPUtime=0.01 cores=1,3
/proc/181665/task/181683/stat : 181683 (Common-Cleaner) S 181662 181665 179511 0 -1 1077936192 6378 0 0 0 0 1 0 0 20 0 20 0 18277982 19566772224 820644 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
[pid=181665/tid=181687] ppid=181662 vsize=19108176 memory=3282576 CPUtime=0 cores=1,3
/proc/181665/task/181687/stat : 181687 (Timer-0) S 181662 181665 179511 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18278374 19566772224 820644 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
Current children cumulated CPU time: 3398.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3282576 KiB

[startup+3462.3 s]
/proc/loadavg: 4.05 4.13 4.17 5/326 183710
/proc/meminfo: memFree=89368624/131655788 swapFree=131070448/131071996
[pid=181665] ppid=181662 vsize=19108176 memory=3282576 CPUtime=3458.34 cores=1,3
/proc/181665/stat : 181665 (java) S 181662 181665 179511 0 -1 1077936128 166601 0 0 0 345420 414 0 0 20 0 20 0 18277976 19566772224 820644 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
/proc/181665/statm: 4777044 820644 5976 1 0 1906916 0
[pid=181665/tid=181667] ppid=181662 vsize=19108176 memory=0 CPUtime=3442.71 cores=1,3
/proc/181665/task/181667/stat : 181667 (java) R 181662 181665 179511 0 -1 4194368 89101 0 0 0 344074 197 0 0 20 0 20 0 18277977 19566772224 820644 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 651 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
[pid=181665/tid=181676] ppid=181662 vsize=19108176 memory=3282576 CPUtime=0 cores=1,3
/proc/181665/task/181676/stat : 181676 (Finalizer) S 181662 181665 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18277982 19566772224 820644 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
[pid=181665/tid=181683] ppid=181662 vsize=19108176 memory=3282576 CPUtime=0.01 cores=1,3
/proc/181665/task/181683/stat : 181683 (Common-Cleaner) S 181662 181665 179511 0 -1 1077936192 6502 0 0 0 0 1 0 0 20 0 20 0 18277982 19566772224 820644 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
[pid=181665/tid=181687] ppid=181662 vsize=19108176 memory=3282576 CPUtime=0 cores=1,3
/proc/181665/task/181687/stat : 181687 (Timer-0) S 181662 181665 179511 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18278374 19566772224 820644 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
Current children cumulated CPU time: 3458.34 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3282576 KiB

[startup+3522.3 s]
/proc/loadavg: 4.25 4.17 4.18 5/326 183722
/proc/meminfo: memFree=89131784/131655788 swapFree=131070448/131071996
[pid=181665] ppid=181662 vsize=19108176 memory=3282576 CPUtime=3518.22 cores=1,3
/proc/181665/stat : 181665 (java) S 181662 181665 179511 0 -1 1077936128 168694 0 0 0 351404 418 0 0 20 0 20 0 18277976 19566772224 820644 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
/proc/181665/statm: 4777044 820644 5976 1 0 1906916 0
[pid=181665/tid=181667] ppid=181662 vsize=19108176 memory=67988 CPUtime=3502.55 cores=1,3
/proc/181665/task/181667/stat : 181667 (java) R 181662 181665 179511 0 -1 4194368 90777 0 0 0 350055 200 0 0 20 0 20 0 18277977 19566772224 820644 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 651 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
[pid=181665/tid=181676] ppid=181662 vsize=19108176 memory=12412 CPUtime=0 cores=1,3
/proc/181665/task/181676/stat : 181676 (Finalizer) S 181662 181665 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18277982 19566772224 820644 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
[pid=181665/tid=181683] ppid=181662 vsize=19108176 memory=16224 CPUtime=0.01 cores=1,3
/proc/181665/task/181683/stat : 181683 (Common-Cleaner) S 181662 181665 179511 0 -1 1077936192 6626 0 0 0 0 1 0 0 20 0 20 0 18277982 19566772224 820644 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
[pid=181665/tid=181687] ppid=181662 vsize=19108176 memory=3282576 CPUtime=0 cores=1,3
/proc/181665/task/181687/stat : 181687 (Timer-0) S 181662 181665 179511 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18278374 19566772224 820644 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
Current children cumulated CPU time: 3518.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3282576 KiB

[startup+3582.3 s]
/proc/loadavg: 4.22 4.17 4.18 5/327 183733
/proc/meminfo: memFree=88868940/131655788 swapFree=131070448/131071996
[pid=181665] ppid=181662 vsize=19108176 memory=3282576 CPUtime=3578.1 cores=1,3
/proc/181665/stat : 181665 (java) S 181662 181665 179511 0 -1 1077936128 170186 0 0 0 357387 423 0 0 20 0 20 0 18277976 19566772224 820644 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
/proc/181665/statm: 4777044 820644 5976 1 0 1906916 0
[pid=181665/tid=181667] ppid=181662 vsize=19108176 memory=3282576 CPUtime=3562.39 cores=1,3
/proc/181665/task/181667/stat : 181667 (java) R 181662 181665 179511 0 -1 4194368 92124 0 0 0 356037 202 0 0 20 0 20 0 18277977 19566772224 820644 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 651 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
[pid=181665/tid=181676] ppid=181662 vsize=19108176 memory=3282576 CPUtime=0 cores=1,3
/proc/181665/task/181676/stat : 181676 (Finalizer) S 181662 181665 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18277982 19566772224 820644 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
[pid=181665/tid=181683] ppid=181662 vsize=19108176 memory=16224 CPUtime=0.01 cores=1,3
/proc/181665/task/181683/stat : 181683 (Common-Cleaner) S 181662 181665 179511 0 -1 1077936192 6751 0 0 0 0 1 0 0 20 0 20 0 18277982 19566772224 820644 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
[pid=181665/tid=181687] ppid=181662 vsize=19108176 memory=11932 CPUtime=0 cores=1,3
/proc/181665/task/181687/stat : 181687 (Timer-0) S 181662 181665 179511 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18278374 19566772224 820644 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
Current children cumulated CPU time: 3578.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3282576 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3604.3 s]
/proc/loadavg: 4.14 4.15 4.18 5/327 183739
/proc/meminfo: memFree=88779412/131655788 swapFree=131070448/131071996
[pid=181665] ppid=181662 vsize=19108176 memory=3282576 CPUtime=3600.06 cores=1,3
/proc/181665/stat : 181665 (java) S 181662 181665 179511 0 -1 1077936128 171272 0 0 0 359582 424 0 0 20 0 20 0 18277976 19566772224 820644 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
/proc/181665/statm: 4777044 820644 5976 1 0 1906916 0
[pid=181665/tid=181667] ppid=181662 vsize=19108176 memory=3282576 CPUtime=3584.32 cores=1,3
/proc/181665/task/181667/stat : 181667 (java) R 181662 181665 179511 0 -1 4194368 92880 0 0 0 358230 202 0 0 20 0 20 0 18277977 19566772224 820644 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 651 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
[pid=181665/tid=181676] ppid=181662 vsize=19108176 memory=3282576 CPUtime=0 cores=1,3
/proc/181665/task/181676/stat : 181676 (Finalizer) S 181662 181665 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18277982 19566772224 820644 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
[pid=181665/tid=181683] ppid=181662 vsize=19108176 memory=3282576 CPUtime=0.01 cores=1,3
/proc/181665/task/181683/stat : 181683 (Common-Cleaner) S 181662 181665 179511 0 -1 1077936192 6751 0 0 0 0 1 0 0 20 0 20 0 18277982 19566772224 820644 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
[pid=181665/tid=181687] ppid=181662 vsize=19108176 memory=3282576 CPUtime=0 cores=1,3
/proc/181665/task/181687/stat : 181687 (Timer-0) S 181662 181665 179511 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18278374 19566772224 820644 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3282576 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.02 s, system=4.27381 s

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

[startup+3604.41 s]
/proc/loadavg: 4.14 4.15 4.18 5/327 183739
/proc/meminfo: memFree=88779412/131655788 swapFree=131070448/131071996
[pid=181665] ppid=181662 vsize=19307868 memory=3283396 CPUtime=3600.25 cores=1,3
/proc/181665/stat : 181665 (java) S 181662 181665 179511 0 -1 1077936128 174655 0 0 0 359600 425 0 0 20 0 21 0 18277976 19771256832 820849 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
/proc/181665/statm: 4826967 820849 5975 1 0 1907867 0
[pid=181665/tid=181667] ppid=181662 vsize=19307868 memory=-9031797990156444348 CPUtime=3584.39 cores=1,3
/proc/181665/task/181667/stat : 181667 (java) S 181662 181665 179511 0 -1 1077936192 93195 0 0 0 358237 202 0 0 20 0 21 0 18277977 19771256832 820849 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 651 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
[pid=181665/tid=181676] ppid=181662 vsize=19307868 memory=67988 CPUtime=0 cores=1,3
/proc/181665/task/181676/stat : 181676 (Finalizer) S 181662 181665 179511 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 18277982 19771256832 820849 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
[pid=181665/tid=181683] ppid=181662 vsize=19307868 memory=12412 CPUtime=0.01 cores=1,3
/proc/181665/task/181683/stat : 181683 (Common-Cleaner) S 181662 181665 179511 0 -1 1077936192 6751 0 0 0 0 1 0 0 20 0 21 0 18277982 19771256832 820849 134679101440 94328966516736 94328966520432 140735862270640 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94328966528248 94328966529040 94328969093120 140735862272939 140735862273121 140735862273121 140735862280136 0
Current children cumulated CPU time: 3600.25 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 3283396 KiB

Child status: 143

Real time (s): 3604.43
CPU time (s): 3600.29
CPU user time (s): 3596.02
CPU system time (s): 4.27381
CPU usage (%): 99.885
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 3283396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.02
system time used= 4.27381
maximum resident set size= 3284148
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 174804
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1208672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 114820
involuntary context switches= 9510


# summary of solver processes directly reported to runsolver:
#   pid: 181665
#   total CPU time (s): 3600.29
#   total CPU user time (s): 3596.02
#   total CPU system time (s): 4.27381

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.4763 second user time and 38.0739 second system time

The end

Launcher Data

Begin job on nodeC012 at 2024-07-24 14:08:02
IDJOB=4440538
IDBENCH=155707
IDSOLVER=3079
FILE ID=nodeC012/4440538-1721822882
RUNJOBID= nodeC012-1721820326-179523
SLURM_JOB_ID= 7891468
Free space on /tmp= 723724 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB12/OPT-LIN/zahidi/MH+IC/normalized-minisat50_4_16_2_mh_ic.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-4440538-1721822882/watcher-4440538-1721822882 -o /tmp/evaluation-result-4440538-1721822882/solver-4440538-1721822882 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC012-1721820326-179523 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4440538-1721822882 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4440538-1721822882.opb

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

MD5SUM BENCH= 29fcddc0b5ddb2a2f51dd98e905e6f00
RANDOM SEED=235369006

nodeC012.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		: 3670.350
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.47
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		: 1403.642
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.32
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.334
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.47
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        87610100 kB
MemAvailable:   117423392 kB
Buffers:          261864 kB
Cached:         30325628 kB
SwapCached:           72 kB
Active:          2549932 kB
Inactive:       40803332 kB
Active(anon):       1452 kB
Inactive(anon): 12817800 kB
Active(file):    2548480 kB
Inactive(file): 27985532 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070448 kB
Dirty:            149176 kB
Writeback:             0 kB
AnonPages:      12749884 kB
Mapped:           136016 kB
Shmem:             53368 kB
KReclaimable:     238624 kB
Slab:             353912 kB
SReclaimable:     238624 kB
SUnreclaim:       115288 kB
KernelStack:        5072 kB
PageTables:        35016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   16479344 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            15136 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12353536 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:      402248 kB
DirectMap2M:    55076864 kB
DirectMap1G:    80740352 kB

Free space on /tmp at the end= 723664 MiB
End job on nodeC012 at 2024-07-24 15:08:07