Trace number 4461907

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.33 3390.89

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/
StableMatchings/SMTI/SMTI_PBO/SMTI_25000_5_0.95_7.opb
MD5SUMe86999cbb73a957209b3a3afe1cdf1cc
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark336
Best CPU time to get the best result obtained on this benchmark6.83744
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables175000
Total number of constraints175001
Number of constraints which are clauses125000
Number of constraints which are cardinality constraints (but not clauses)50000
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint50000
Number of terms in the objective function 50000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 50000
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 50000
Number of bits of the biggest sum of numbers16
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 		2113181440
0.12/0.20	c Max memory 		16282288128
0.12/0.20	c Total memory 		2122317824
0.12/0.21	c Number of processors 	2
0.28/0.31	--- Begin Solver configuration ---
0.28/0.31	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.28/0.31	Learn all clauses as in MiniSAT
0.28/0.31	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.31	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.28/0.31	Expensive reason simplification
0.28/0.31	Glucose 2.1 dynamic restart strategy
0.28/0.31	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.28/0.31	timeout=2147483s
0.28/0.31	DB Simplification allowed=false
0.28/0.31	Listener: none
0.28/0.31	--- End Solver configuration ---
0.28/0.32	c Pseudo Boolean Optimization by upper bound
0.28/0.32	c --- Begin Solver configuration ---
0.28/0.32	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.28/0.32	c Learn all clauses as in MiniSAT
0.28/0.32	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.32	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.28/0.32	c Expensive reason simplification
0.28/0.32	c Glucose 2.1 dynamic restart strategy
0.28/0.32	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.28/0.32	c timeout=2147483s
0.28/0.32	c DB Simplification allowed=false
0.28/0.32	c Listener: none
0.28/0.32	c --- End Solver configuration ---
0.28/0.32	c solving HOME/instance-4461907-1722209195.opb
0.28/0.32	c reading problem ... 
0.45/0.33	c using VERIPB proof format
0.45/0.33	c  objective function found
18.35/14.23	c ... done. Wall clock time 13.906s.
18.35/14.23	c declared #vars     175000
18.35/14.23	c #constraints  225002
18.35/14.23	c constraints type 
18.35/14.23	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1803
18.35/14.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 49004
18.35/14.23	c org.sat4j.specs.Constr$1 => 225
18.35/14.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 173800
18.35/14.23	c org.sat4j.pb.constraints.pb.UnitClausePB => 170
18.35/14.23	c 225002 constraints processed.
18.35/14.24	c objective function length is 50000 literals
23.12/17.50	c SATISFIABLE
23.12/17.50	c OPTIMIZING...
23.12/17.50	c Got one! Elapsed wall clock time (in seconds):17.181
23.12/17.50	o 336
107.43/93.34	c cleaning 2558 clauses out of 5116 with flag 10033/5139
261.26/240.61	c cleaning 4289 clauses out of 8578 with flag 22073/11159
474.69/429.49	c cleaning 5597 clauses out of 11264 with flag 36025/18135
700.46/635.56	c cleaning 6894 clauses out of 13787 with flag 52265/26255
1280.09/1196.19	c cleaning 7888 clauses out of 15775 with flag 70029/35137
1959.48/1854.10	c cleaning 8960 clauses out of 17920 with flag 90095/45170
2809.29/2663.36	c cleaning 9987 clauses out of 19976 with flag 112127/56186
3600.07/3390.72	c starts		: 5
3600.07/3390.76	c conflicts		: 66744
3600.07/3390.76	c decisions		: 2512489
3600.07/3390.76	c propagations		: 395263902
3600.07/3390.76	c inspects		: 188198593
3600.07/3390.76	c shortcuts		: 0
3600.07/3390.76	c learnt literals	: 24
3600.07/3390.76	c learnt binary clauses	: 17
3600.07/3390.76	c learnt ternary clauses	: 19
3600.07/3390.76	c learnt constraints	: 66721
3600.07/3390.76	c ignored constraints	: 0
3600.07/3390.76	c root simplifications	: 0
3600.07/3390.76	c removed literals (reason simplification)	: 1336916
3600.07/3390.76	c reason swapping (by a shorter reason)	: 0
3600.07/3390.76	c Calls to reduceDB	: 7
3600.07/3390.76	c Number of update (reduction) of LBD	: 0
3600.07/3390.76	c Imported unit clauses	: 0
3600.07/3390.76	c No decision after first conflict	: false
3600.07/3390.76	c number of reductions to clauses (during analyze)	: 0
3600.07/3390.76	c number of learned constraints concerned by reduction	: 0
3600.07/3390.78	c number of learning phase by resolution	: 0
3600.07/3390.78	c number of learning phase by cutting planes	: 0
3600.07/3390.78	c number of rounding to 1 operations	: 0
3600.07/3390.78	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3390.78	c number of reductions of the coefficients by power 2 	: 0
3600.07/3390.78	c number of right shift for reduction by power 2 	: 0
3600.07/3390.78	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3390.78	c number of ending skipping 	: 0
3600.07/3390.78	c number of internal skipping 	: 0
3600.07/3390.78	c number of derivation steps 	: 0
3600.07/3390.78	c number of skipped derivation steps 	: 0
3600.07/3390.78	c number of remaining unassigned 	: 0
3600.07/3390.78	c number of remaining assigned 	: 0
3600.07/3390.78	c number of falsified literals weakened from reason	: 0
3600.07/3390.78	c number of falsified literals weakened from conflict	: 0
3600.07/3390.78	c time for arithmetic operations	: 0
3600.07/3390.78	c minimum degree of deleted constraints	: null
3600.07/3390.78	c maximum degree of deleted constraints	: null
3600.07/3390.78	c number of deleted constraints	: 0
3600.07/3390.79	c speed (assignments/second)	: 117063.68751417895
3600.07/3390.79	c non guided choices	: 932438
3600.07/3390.79	c timeout
3600.07/3390.79	Exception in thread "Thread-0" java.lang.NullPointerException: Cannot invoke "org.sat4j.specs.Constr.getClass()" because the return value of "java.util.Iterator.next()" is null
3600.07/3390.79		at org.sat4j.minisat.core.Solver.printLearntClausesInfos(Solver.java:1962)
3600.07/3390.79		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2108)
3600.07/3390.79		at org.sat4j.minisat.core.Solver.printStat(Solver.java:2099)
3600.07/3390.79		at org.sat4j.tools.SolverDecorator.printStat(SolverDecorator.java:180)
3600.07/3390.79		at org.sat4j.OptimizationMode.displayResult(OptimizationMode.java:93)
3600.07/3390.79		at org.sat4j.AbstractLauncher.displayResult(AbstractLauncher.java:122)
3600.07/3390.79		at org.sat4j.AbstractLauncher$1.run(AbstractLauncher.java:91)

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=438729, runsolver pid=438726

[startup+0.10896 s]*
/proc/loadavg: 1.12 1.43 2.13 14/300 438765
/proc/meminfo: memFree=126852232/131655788 swapFree=131057156/131071996
[pid=438729] ppid=438726 vsize=18993908 memory=57176 CPUtime=0.12 cores=5,7
/proc/438729/stat : 438729 (java) S 438726 438729 435238 0 -1 1077936128 6476 0 0 0 9 3 0 0 20 0 18 0 56908958 19449761792 14294 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
/proc/438729/statm: 4748477 14294 5968 1 0 550794 0
[pid=438729/tid=438735] ppid=438726 vsize=18993908 memory=4026531971 CPUtime=0.07 cores=5,7
/proc/438729/task/438735/stat : 438735 (java) R 438726 438729 435238 0 -1 1077936192 5405 0 0 0 5 2 0 0 20 0 18 0 56908959 19449761792 14294 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
[pid=438729/tid=438751] ppid=438726 vsize=18993908 memory=2391869 CPUtime=0 cores=5,7
/proc/438729/task/438751/stat : 438751 (Finalizer) S 438726 438729 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 56908964 19449761792 14294 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
[pid=438729/tid=438758] ppid=438726 vsize=18993908 memory=3689070655443366200 CPUtime=0 cores=5,7
/proc/438729/task/438758/stat : 438758 (Common-Cleaner) S 438726 438729 435238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 56908965 19449761792 14294 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 57176 KiB

[startup+0.214667 s]*
/proc/loadavg: 1.12 1.43 2.13 9/310 438775
/proc/meminfo: memFree=126768892/131655788 swapFree=131057156/131071996
[pid=438729] ppid=438726 vsize=18993908 memory=64292 CPUtime=0.28 cores=5,7
/proc/438729/stat : 438729 (java) S 438726 438729 435238 0 -1 1077936128 7220 0 0 0 24 4 0 0 20 0 18 0 56908958 19449761792 16073 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
/proc/438729/statm: 4748477 16073 5992 1 0 551390 0
[pid=438729/tid=438735] ppid=438726 vsize=18993908 memory=4782652875487838339 CPUtime=0.17 cores=5,7
/proc/438729/task/438735/stat : 438735 (java) R 438726 438729 435238 0 -1 4194368 5789 0 0 0 14 3 0 0 20 0 18 0 56908959 19449761792 16073 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
[pid=438729/tid=438751] ppid=438726 vsize=18993908 memory=2391869 CPUtime=0 cores=5,7
/proc/438729/task/438751/stat : 438751 (Finalizer) S 438726 438729 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 56908964 19449761792 16096 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
[pid=438729/tid=438758] ppid=438726 vsize=18993908 memory=3689070655443366200 CPUtime=0 cores=5,7
/proc/438729/task/438758/stat : 438758 (Common-Cleaner) S 438726 438729 435238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 56908965 19449761792 16096 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 64292 KiB

[startup+0.315923 s]*
/proc/loadavg: 1.12 1.43 2.13 12/310 438775
/proc/meminfo: memFree=126668812/131655788 swapFree=131057156/131071996
[pid=438729] ppid=438726 vsize=18993908 memory=67356 CPUtime=0.45 cores=5,7
/proc/438729/stat : 438729 (java) S 438726 438729 435238 0 -1 1077936128 7514 0 0 0 40 5 0 0 20 0 18 0 56908958 19449761792 16839 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
/proc/438729/statm: 4748477 16839 6007 1 0 551597 0
[pid=438729/tid=438735] ppid=438726 vsize=18993908 memory=-9032359810617156284 CPUtime=0.26 cores=5,7
/proc/438729/task/438735/stat : 438735 (java) D 438726 438729 435238 0 -1 1077936192 5960 0 0 0 23 3 0 0 20 0 18 0 56908959 19449761792 16839 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
[pid=438729/tid=438751] ppid=438726 vsize=18993908 memory=0 CPUtime=0 cores=5,7
/proc/438729/task/438751/stat : 438751 (Finalizer) S 438726 438729 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 56908964 19449761792 16839 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
[pid=438729/tid=438758] ppid=438726 vsize=18993908 memory=0 CPUtime=0 cores=5,7
/proc/438729/task/438758/stat : 438758 (Common-Cleaner) S 438726 438729 435238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 56908965 19449761792 16839 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 67356 KiB

[startup+0.705397 s]
/proc/loadavg: 1.12 1.43 2.13 14/311 438776
/proc/meminfo: memFree=126514600/131655788 swapFree=131057156/131071996
[pid=438729] ppid=438726 vsize=19060472 memory=186980 CPUtime=1.17 cores=5,7
/proc/438729/stat : 438729 (java) S 438726 438729 435238 0 -1 1077936128 9859 0 0 0 106 11 0 0 20 0 19 0 56908958 19517923328 46745 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
/proc/438729/statm: 4765118 46745 6143 1 0 553292 0
[pid=438729/tid=438735] ppid=438726 vsize=19060472 memory=5640 CPUtime=0.6 cores=5,7
/proc/438729/task/438735/stat : 438735 (java) R 438726 438729 435238 0 -1 4194368 6055 0 0 0 53 7 0 0 20 0 19 0 56908959 19517923328 46745 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
[pid=438729/tid=438751] ppid=438726 vsize=19060472 memory=12240 CPUtime=0 cores=5,7
/proc/438729/task/438751/stat : 438751 (Finalizer) S 438726 438729 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 56908964 19517923328 46745 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
[pid=438729/tid=438758] ppid=438726 vsize=19060472 memory=4969 CPUtime=0 cores=5,7
/proc/438729/task/438758/stat : 438758 (Common-Cleaner) S 438726 438729 435238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 56908965 19517923328 46745 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 186980 KiB

[startup+1.50091 s]
/proc/loadavg: 1.12 1.43 2.13 7/313 438778
/proc/meminfo: memFree=124227620/131655788 swapFree=131057156/131071996
[pid=438729] ppid=438726 vsize=19060472 memory=1201080 CPUtime=2.34 cores=5,7
/proc/438729/stat : 438729 (java) S 438726 438729 435238 0 -1 1077936128 10541 0 0 0 198 36 0 0 20 0 19 0 56908958 19517923328 300270 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
/proc/438729/statm: 4765118 300270 6159 1 0 553320 0
[pid=438729/tid=438735] ppid=438726 vsize=19060472 memory=12240 CPUtime=1.35 cores=5,7
/proc/438729/task/438735/stat : 438735 (java) R 438726 438729 435238 0 -1 4194368 6557 0 0 0 104 31 0 0 20 0 19 0 56908959 19517923328 300270 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
[pid=438729/tid=438751] ppid=438726 vsize=19060472 memory=4969 CPUtime=0 cores=5,7
/proc/438729/task/438751/stat : 438751 (Finalizer) S 438726 438729 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 56908964 19517923328 300270 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
[pid=438729/tid=438758] ppid=438726 vsize=19060472 memory=0 CPUtime=0 cores=5,7
/proc/438729/task/438758/stat : 438758 (Common-Cleaner) S 438726 438729 435238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 56908965 19517923328 300270 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
Current children cumulated CPU time: 2.34 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 1201080 KiB

[startup+3.10591 s]
/proc/loadavg: 1.12 1.43 2.13 9/313 438778
/proc/meminfo: memFree=113997488/131655788 swapFree=131057156/131071996
[pid=438729] ppid=438726 vsize=19060472 memory=3399816 CPUtime=4.67 cores=5,7
/proc/438729/stat : 438729 (java) S 438726 438729 435238 0 -1 1077936128 15036 0 0 0 380 87 0 0 20 0 19 0 56908958 19517923328 849954 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
/proc/438729/statm: 4765118 849954 6175 1 0 1083723 0
[pid=438729/tid=438735] ppid=438726 vsize=19060472 memory=0 CPUtime=2.84 cores=5,7
/proc/438729/task/438735/stat : 438735 (java) R 438726 438729 435238 0 -1 4194368 7616 0 0 0 204 80 0 0 20 0 19 0 56908959 19517923328 849954 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
[pid=438729/tid=438751] ppid=438726 vsize=19060472 memory=12240 CPUtime=0 cores=5,7
/proc/438729/task/438751/stat : 438751 (Finalizer) S 438726 438729 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 56908964 19517923328 849954 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
[pid=438729/tid=438758] ppid=438726 vsize=19060472 memory=7009 CPUtime=0 cores=5,7
/proc/438729/task/438758/stat : 438758 (Common-Cleaner) S 438726 438729 435238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 56908965 19517923328 849954 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
Current children cumulated CPU time: 4.67 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 3399816 KiB

[startup+6.30091 s]
/proc/loadavg: 1.43 1.49 2.15 6/315 438780
/proc/meminfo: memFree=111545388/131655788 swapFree=131057156/131071996
[pid=438729] ppid=438726 vsize=19060472 memory=5080532 CPUtime=7.97 cores=5,7
/proc/438729/stat : 438729 (java) S 438726 438729 435238 0 -1 1077936128 16939 0 0 0 677 120 0 0 20 0 19 0 56908958 19517923328 1270133 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
/proc/438729/statm: 4765118 1270133 6175 1 0 1511961 0
[pid=438729/tid=438735] ppid=438726 vsize=19060472 memory=12240 CPUtime=5.76 cores=5,7
/proc/438729/task/438735/stat : 438735 (java) R 438726 438729 435238 0 -1 4194368 8438 0 0 0 463 113 0 0 20 0 19 0 56908959 19517923328 1270133 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
[pid=438729/tid=438751] ppid=438726 vsize=19060472 memory=-9032359810617156284 CPUtime=0 cores=5,7
/proc/438729/task/438751/stat : 438751 (Finalizer) S 438726 438729 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 56908964 19517923328 1270133 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
[pid=438729/tid=438758] ppid=438726 vsize=19060472 memory=2391785 CPUtime=0 cores=5,7
/proc/438729/task/438758/stat : 438758 (Common-Cleaner) S 438726 438729 435238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 56908965 19517923328 1270133 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
Current children cumulated CPU time: 7.97 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 5080532 KiB

[startup+12.7004 s]
/proc/loadavg: 1.87 1.58 2.17 5/316 438783
/proc/meminfo: memFree=109549080/131655788 swapFree=131057156/131071996
[pid=438729] ppid=438726 vsize=19060472 memory=6024420 CPUtime=15.96 cores=5,7
/proc/438729/stat : 438729 (java) S 438726 438729 435238 0 -1 1077936128 24980 0 0 0 1453 143 0 0 20 0 19 0 56908958 19517923328 1506105 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
/proc/438729/statm: 4765118 1506105 6175 1 0 1748985 0
[pid=438729/tid=438735] ppid=438726 vsize=19060472 memory=12264 CPUtime=11.57 cores=5,7
/proc/438729/task/438735/stat : 438735 (java) R 438726 438729 435238 0 -1 4194368 9316 0 0 0 1026 131 0 0 20 0 19 0 56908959 19517923328 1506105 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
[pid=438729/tid=438751] ppid=438726 vsize=19060472 memory=-9032359810617156284 CPUtime=0 cores=5,7
/proc/438729/task/438751/stat : 438751 (Finalizer) S 438726 438729 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 56908964 19517923328 1506105 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
[pid=438729/tid=438758] ppid=438726 vsize=19060472 memory=6020324 CPUtime=0 cores=5,7
/proc/438729/task/438758/stat : 438758 (Common-Cleaner) S 438726 438729 435238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 56908965 19517923328 1506105 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
Current children cumulated CPU time: 15.96 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 6024420 KiB

[startup+25.5003 s]
/proc/loadavg: 2.70 1.78 2.23 6/317 438785
/proc/meminfo: memFree=105715224/131655788 swapFree=131057156/131071996
[pid=438729] ppid=438726 vsize=19127036 memory=6512308 CPUtime=34.65 cores=5,7
/proc/438729/stat : 438729 (java) S 438726 438729 435238 0 -1 1077936128 27691 0 0 0 3296 169 0 0 20 0 20 0 56908958 19586084864 1628077 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
/proc/438729/statm: 4781759 1628077 6244 1 0 1749462 0
[pid=438729/tid=438735] ppid=438726 vsize=19127036 memory=0 CPUtime=23.12 cores=5,7
/proc/438729/task/438735/stat : 438735 (java) R 438726 438729 435238 0 -1 4194368 10508 0 0 0 2169 143 0 0 20 0 20 0 56908959 19586084864 1628077 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
[pid=438729/tid=438751] ppid=438726 vsize=19127036 memory=5356 CPUtime=0 cores=5,7
/proc/438729/task/438751/stat : 438751 (Finalizer) S 438726 438729 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56908964 19586084864 1628077 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
[pid=438729/tid=438758] ppid=438726 vsize=19127036 memory=6032196 CPUtime=0 cores=5,7
/proc/438729/task/438758/stat : 438758 (Common-Cleaner) S 438726 438729 435238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 56908965 19586084864 1628077 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
[pid=438729/tid=438784] ppid=438726 vsize=19127036 memory=0 CPUtime=0 cores=5,7
/proc/438729/task/438784/stat : 438784 (Timer-0) S 438726 438729 435238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56910388 19586084864 1628077 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
Current children cumulated CPU time: 34.65 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 6512308 KiB

[startup+51.1058 s]
/proc/loadavg: 3.48 2.04 2.30 6/321 438794
/proc/meminfo: memFree=94403308/131655788 swapFree=131057156/131071996
[pid=438729] ppid=438726 vsize=19127036 memory=10117252 CPUtime=62.14 cores=5,7
/proc/438729/stat : 438729 (java) S 438726 438729 435238 0 -1 1077936128 36690 0 0 0 5937 277 0 0 20 0 20 0 56908958 19586084864 2529313 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
/proc/438729/statm: 4781759 2529313 6244 1 0 3207516 0
[pid=438729/tid=438735] ppid=438726 vsize=19127036 memory=9616552 CPUtime=45.5 cores=5,7
/proc/438729/task/438735/stat : 438735 (java) R 438726 438729 435238 0 -1 4194368 13459 0 0 0 4316 234 0 0 20 0 20 0 56908959 19586084864 2529313 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 38 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
[pid=438729/tid=438751] ppid=438726 vsize=19127036 memory=1606 CPUtime=0 cores=5,7
/proc/438729/task/438751/stat : 438751 (Finalizer) S 438726 438729 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56908964 19586084864 2529313 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
[pid=438729/tid=438758] ppid=438726 vsize=19127036 memory=164 CPUtime=0 cores=5,7
/proc/438729/task/438758/stat : 438758 (Common-Cleaner) S 438726 438729 435238 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 56908965 19586084864 2529313 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
[pid=438729/tid=438784] ppid=438726 vsize=19127036 memory=3399816 CPUtime=0 cores=5,7
/proc/438729/task/438784/stat : 438784 (Timer-0) S 438726 438729 435238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56910388 19586084864 2529313 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
Current children cumulated CPU time: 62.14 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 10117252 KiB

[startup+102.301 s]
/proc/loadavg: 4.22 2.48 2.44 5/333 438982

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

[startup+3042.3 s]
/proc/loadavg: 4.35 4.47 4.63 5/321 440224
/proc/meminfo: memFree=46229476/131655788 swapFree=131057156/131071996
[pid=438729] ppid=438726 vsize=19127036 memory=16288956 CPUtime=3205.23 cores=5,7
/proc/438729/stat : 438729 (java) S 438726 438729 435238 0 -1 1077936128 929825 0 0 0 318859 1664 0 0 20 0 20 0 56908958 19586084864 4072239 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
/proc/438729/statm: 4781759 4072239 6257 1 0 4087914 0
[pid=438729/tid=438735] ppid=438726 vsize=19127036 memory=16288956 CPUtime=2919.37 cores=5,7
/proc/438729/task/438735/stat : 438735 (java) R 438726 438729 435238 0 -1 4194368 512973 0 0 0 290618 1319 0 0 20 0 20 0 56908959 19586084864 4072239 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1569 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
[pid=438729/tid=438751] ppid=438726 vsize=19127036 memory=16288956 CPUtime=0 cores=5,7
/proc/438729/task/438751/stat : 438751 (Finalizer) S 438726 438729 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56908964 19586084864 4072239 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
[pid=438729/tid=438758] ppid=438726 vsize=19127036 memory=16288956 CPUtime=0.01 cores=5,7
/proc/438729/task/438758/stat : 438758 (Common-Cleaner) S 438726 438729 435238 0 -1 1077936192 2005 0 0 0 1 0 0 0 20 0 20 0 56908965 19586084864 4072239 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
[pid=438729/tid=438784] ppid=438726 vsize=19127036 memory=16288956 CPUtime=0 cores=5,7
/proc/438729/task/438784/stat : 438784 (Timer-0) S 438726 438729 435238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56910388 19586084864 4072239 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
Current children cumulated CPU time: 3205.23 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16288956 KiB

[startup+3102.3 s]
/proc/loadavg: 4.24 4.42 4.61 5/320 440234
/proc/meminfo: memFree=45519420/131655788 swapFree=131057156/131071996
[pid=438729] ppid=438726 vsize=19127036 memory=16288956 CPUtime=3265.94 cores=5,7
/proc/438729/stat : 438729 (java) S 438726 438729 435238 0 -1 1077936128 932261 0 0 0 324914 1680 0 0 20 0 20 0 56908958 19586084864 4072239 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
/proc/438729/statm: 4781759 4072239 6257 1 0 4087914 0
[pid=438729/tid=438735] ppid=438726 vsize=19127036 memory=12264 CPUtime=2977.62 cores=5,7
/proc/438729/task/438735/stat : 438735 (java) R 438726 438729 435238 0 -1 4194368 514666 0 0 0 296430 1332 0 0 20 0 20 0 56908959 19586084864 4072239 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1600 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
[pid=438729/tid=438751] ppid=438726 vsize=19127036 memory=16288956 CPUtime=0 cores=5,7
/proc/438729/task/438751/stat : 438751 (Finalizer) S 438726 438729 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56908964 19586084864 4072239 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
[pid=438729/tid=438758] ppid=438726 vsize=19127036 memory=16288956 CPUtime=0.01 cores=5,7
/proc/438729/task/438758/stat : 438758 (Common-Cleaner) S 438726 438729 435238 0 -1 1077936192 2005 0 0 0 1 0 0 0 20 0 20 0 56908965 19586084864 4072239 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
[pid=438729/tid=438784] ppid=438726 vsize=19127036 memory=12264 CPUtime=0 cores=5,7
/proc/438729/task/438784/stat : 438784 (Timer-0) S 438726 438729 435238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56910388 19586084864 4072239 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
Current children cumulated CPU time: 3265.94 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16288956 KiB

[startup+3162.3 s]
/proc/loadavg: 4.14 4.35 4.57 5/320 440245
/proc/meminfo: memFree=44714264/131655788 swapFree=131057156/131071996
[pid=438729] ppid=438726 vsize=19127036 memory=16288968 CPUtime=3326.22 cores=5,7
/proc/438729/stat : 438729 (java) S 438726 438729 435238 0 -1 1077936128 934466 0 0 0 330926 1696 0 0 20 0 20 0 56908958 19586084864 4072242 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
/proc/438729/statm: 4781759 4072242 6257 1 0 4087914 0
[pid=438729/tid=438735] ppid=438726 vsize=19127036 memory=16288956 CPUtime=3036.18 cores=5,7
/proc/438729/task/438735/stat : 438735 (java) R 438726 438729 435238 0 -1 4194368 516380 0 0 0 302274 1344 0 0 20 0 20 0 56908959 19586084864 4072242 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1640 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
[pid=438729/tid=438751] ppid=438726 vsize=19127036 memory=-8744692384418865852 CPUtime=0 cores=5,7
/proc/438729/task/438751/stat : 438751 (Finalizer) S 438726 438729 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56908964 19586084864 4072242 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
[pid=438729/tid=438758] ppid=438726 vsize=19127036 memory=-8744692384418865852 CPUtime=0.01 cores=5,7
/proc/438729/task/438758/stat : 438758 (Common-Cleaner) S 438726 438729 435238 0 -1 1077936192 2005 0 0 0 1 0 0 0 20 0 20 0 56908965 19586084864 4072242 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
[pid=438729/tid=438784] ppid=438726 vsize=19127036 memory=12264 CPUtime=0 cores=5,7
/proc/438729/task/438784/stat : 438784 (Timer-0) S 438726 438729 435238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56910388 19586084864 4072242 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
Current children cumulated CPU time: 3326.22 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16288968 KiB

[startup+3222.3 s]
/proc/loadavg: 4.56 4.42 4.58 5/322 440259
/proc/meminfo: memFree=43842848/131655788 swapFree=131057156/131071996
[pid=438729] ppid=438726 vsize=19127036 memory=16288968 CPUtime=3386.96 cores=5,7
/proc/438729/stat : 438729 (java) S 438726 438729 435238 0 -1 1077936128 945719 0 0 0 336977 1719 0 0 20 0 20 0 56908958 19586084864 4072242 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
/proc/438729/statm: 4781759 4072242 6257 1 0 4087914 0
[pid=438729/tid=438735] ppid=438726 vsize=19127036 memory=1896 CPUtime=3093.98 cores=5,7
/proc/438729/task/438735/stat : 438735 (java) S 438726 438729 435238 0 -1 1077936192 522128 0 0 0 308035 1363 0 0 20 0 20 0 56908959 19586084864 4072242 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1686 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
[pid=438729/tid=438751] ppid=438726 vsize=19127036 memory=16288968 CPUtime=0 cores=5,7
/proc/438729/task/438751/stat : 438751 (Finalizer) S 438726 438729 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56908964 19586084864 4072242 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
[pid=438729/tid=438758] ppid=438726 vsize=19127036 memory=16288968 CPUtime=0.01 cores=5,7
/proc/438729/task/438758/stat : 438758 (Common-Cleaner) S 438726 438729 435238 0 -1 1077936192 2006 0 0 0 1 0 0 0 20 0 20 0 56908965 19586084864 4072242 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
[pid=438729/tid=438784] ppid=438726 vsize=19127036 memory=16288968 CPUtime=0 cores=5,7
/proc/438729/task/438784/stat : 438784 (Timer-0) S 438726 438729 435238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56910388 19586084864 4072242 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
Current children cumulated CPU time: 3386.96 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16288968 KiB

[startup+3282.3 s]
/proc/loadavg: 5.14 4.63 4.64 5/322 440269
/proc/meminfo: memFree=42950500/131655788 swapFree=131057156/131071996
[pid=438729] ppid=438726 vsize=19127036 memory=16289024 CPUtime=3467.95 cores=5,7
/proc/438729/stat : 438729 (java) S 438726 438729 435238 0 -1 1077936128 1023088 0 0 0 345040 1755 0 0 20 0 20 0 56908958 19586084864 4072256 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
/proc/438729/statm: 4781759 4072256 6257 1 0 4087934 0
[pid=438729/tid=438735] ppid=438726 vsize=19127036 memory=12264 CPUtime=3151.92 cores=5,7
/proc/438729/task/438735/stat : 438735 (java) S 438726 438729 435238 0 -1 1077936192 565938 0 0 0 313808 1384 0 0 20 0 20 0 56908959 19586084864 4072256 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1736 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
[pid=438729/tid=438751] ppid=438726 vsize=19127036 memory=16288968 CPUtime=0 cores=5,7
/proc/438729/task/438751/stat : 438751 (Finalizer) S 438726 438729 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56908964 19586084864 4072256 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
[pid=438729/tid=438758] ppid=438726 vsize=19127036 memory=16288968 CPUtime=0.01 cores=5,7
/proc/438729/task/438758/stat : 438758 (Common-Cleaner) S 438726 438729 435238 0 -1 1077936192 2048 0 0 0 1 0 0 0 20 0 20 0 56908965 19586084864 4072256 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
[pid=438729/tid=438784] ppid=438726 vsize=19127036 memory=5640 CPUtime=0 cores=5,7
/proc/438729/task/438784/stat : 438784 (Timer-0) S 438726 438729 435238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56910388 19586084864 4072256 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
Current children cumulated CPU time: 3467.95 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16289024 KiB

[startup+3342.3 s]
/proc/loadavg: 4.58 4.56 4.62 5/322 440281
/proc/meminfo: memFree=42319940/131655788 swapFree=131057156/131071996
[pid=438729] ppid=438726 vsize=19127036 memory=16289036 CPUtime=3529.25 cores=5,7
/proc/438729/stat : 438729 (java) S 438726 438729 435238 0 -1 1077936128 1024965 0 0 0 351149 1776 0 0 20 0 20 0 56908958 19586084864 4072259 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
/proc/438729/statm: 4781759 4072259 6257 1 0 4087934 0
[pid=438729/tid=438735] ppid=438726 vsize=19127036 memory=12264 CPUtime=3209.85 cores=5,7
/proc/438729/task/438735/stat : 438735 (java) R 438726 438729 435238 0 -1 4194368 566951 0 0 0 319585 1400 0 0 20 0 20 0 56908959 19586084864 4072259 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 1750 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
[pid=438729/tid=438751] ppid=438726 vsize=19127036 memory=16289036 CPUtime=0 cores=5,7
/proc/438729/task/438751/stat : 438751 (Finalizer) S 438726 438729 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56908964 19586084864 4072259 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
[pid=438729/tid=438758] ppid=438726 vsize=19127036 memory=16289032 CPUtime=0.01 cores=5,7
/proc/438729/task/438758/stat : 438758 (Common-Cleaner) S 438726 438729 435238 0 -1 1077936192 2048 0 0 0 1 0 0 0 20 0 20 0 56908965 19586084864 4072259 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
[pid=438729/tid=438784] ppid=438726 vsize=19127036 memory=12240 CPUtime=0 cores=5,7
/proc/438729/task/438784/stat : 438784 (Timer-0) S 438726 438729 435238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56910388 19586084864 4072259 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
Current children cumulated CPU time: 3529.25 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16289036 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3390.7 s]
/proc/loadavg: 4.61 4.57 4.62 5/322 440290
/proc/meminfo: memFree=41648484/131655788 swapFree=131057156/131071996
[pid=438729] ppid=438726 vsize=19127036 memory=16289556 CPUtime=3600.07 cores=5,7
/proc/438729/stat : 438729 (java) S 438726 438729 435238 0 -1 1077936128 1030196 0 0 0 358211 1796 0 0 20 0 20 0 56908958 19586084864 4072389 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
/proc/438729/statm: 4781759 4072389 6288 1 0 4087934 0
[pid=438729/tid=438735] ppid=438726 vsize=19127036 memory=16289036 CPUtime=3257.09 cores=5,7
/proc/438729/task/438735/stat : 438735 (java) R 438726 438729 435238 0 -1 4194368 567699 0 0 0 324298 1411 0 0 20 0 20 0 56908959 19586084864 4072389 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 1776 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
[pid=438729/tid=438751] ppid=438726 vsize=19127036 memory=16289036 CPUtime=0 cores=5,7
/proc/438729/task/438751/stat : 438751 (Finalizer) S 438726 438729 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56908964 19586084864 4072389 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
[pid=438729/tid=438758] ppid=438726 vsize=19127036 memory=16289048 CPUtime=0.01 cores=5,7
/proc/438729/task/438758/stat : 438758 (Common-Cleaner) S 438726 438729 435238 0 -1 1077936192 2048 0 0 0 1 0 0 0 20 0 20 0 56908965 19586084864 4072389 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
[pid=438729/tid=438784] ppid=438726 vsize=19127036 memory=16289556 CPUtime=0 cores=5,7
/proc/438729/task/438784/stat : 438784 (Timer-0) S 438726 438729 435238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56910388 19586084864 4072389 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16289556 KiB

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

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

# cumulated CPU time of all completed processes:  user=3582.3 s, system=18.0293 s

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

[startup+3390.81 s]
/proc/loadavg: 4.61 4.57 4.62 5/322 440290
/proc/meminfo: memFree=41648484/131655788 swapFree=131057156/131071996
[pid=438729] ppid=438726 vsize=19326728 memory=16290184 CPUtime=3600.26 cores=5,7
/proc/438729/stat : 438729 (java) S 438726 438729 435238 0 -1 1077936128 1031368 0 0 0 358229 1797 0 0 20 0 16 0 56908958 19790569472 4072546 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
/proc/438729/statm: 4831682 4072546 6303 1 0 4088853 0
[pid=438729/tid=438735] ppid=438726 vsize=19326728 memory=2704 CPUtime=3257.19 cores=5,7
/proc/438729/task/438735/stat : 438735 (java) D 438726 438729 435238 0 -1 4194368 567881 0 0 0 324308 1411 0 0 20 0 16 0 56908959 19790569472 4072546 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 1776 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
[pid=438729/tid=438751] ppid=438726 vsize=19326728 memory=3420 CPUtime=0 cores=5,7
/proc/438729/task/438751/stat : 438751 (Finalizer) S 438726 438729 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 16 0 56908964 19790569472 4072546 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
[pid=438729/tid=438758] ppid=438726 vsize=19326728 memory=12240 CPUtime=0.01 cores=5,7
/proc/438729/task/438758/stat : 438758 (Common-Cleaner) S 438726 438729 435238 0 -1 1077936192 2048 0 0 0 1 0 0 0 20 0 16 0 56908965 19790569472 4072546 134679101440 94545277042688 94545277046384 140722230666160 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94545277054200 94545277054992 94545281277952 140722230674350 140722230674532 140722230674532 140722230681544 0
Current children cumulated CPU time: 3600.26 s
Current children cumulated vsize: 19326728 KiB
Current children cumulated memory: 16290184 KiB

Child status: 143

Real time (s): 3390.89
CPU time (s): 3600.33
CPU user time (s): 3582.3
CPU system time (s): 18.0293
CPU usage (%): 106.177
Max. virtual memory (cumulated for all children) (KiB): 19326728
Max. memory (cumulated for all children) (KiB): 16290184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3582.3
system time used= 18.0293
maximum resident set size= 16291176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1031430
page faults= 0
swaps= 0
block input operations= 0
block output operations= 32441752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 124468
involuntary context switches= 18578


# summary of solver processes directly reported to runsolver:
#   pid: 438729
#   total CPU time (s): 3600.33
#   total CPU user time (s): 3582.3
#   total CPU system time (s): 18.0293

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.5538 second user time and 36.6282 second system time

The end

Launcher Data

Begin job on nodeC005 at 2024-07-29 01:26:36
IDJOB=4461907
IDBENCH=178872
IDSOLVER=3079
FILE ID=nodeC005/4461907-1722209195
RUNJOBID= nodeC005-1722209195-438646
SLURM_JOB_ID= 8248640
Free space on /tmp= 723736 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/SMTI/SMTI_PBO/SMTI_25000_5_0.95_7.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-4461907-1722209195/watcher-4461907-1722209195 -o /tmp/evaluation-result-4461907-1722209195/solver-4461907-1722209195 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1722209195-438646 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4461907-1722209195 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4461907-1722209195.opb

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

MD5SUM BENCH= e86999cbb73a957209b3a3afe1cdf1cc
RANDOM SEED=76115840

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        126966148 kB
MemAvailable:   129930132 kB
Buffers:          396664 kB
Cached:          3381944 kB
SwapCached:          244 kB
Active:          1787292 kB
Inactive:        2330452 kB
Active(anon):       2148 kB
Inactive(anon):   389900 kB
Active(file):    1785144 kB
Inactive(file):  1940552 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131057156 kB
Dirty:             48304 kB
Writeback:             0 kB
AnonPages:        338820 kB
Mapped:           117296 kB
Shmem:             52880 kB
KReclaimable:     156640 kB
Slab:             265340 kB
SReclaimable:     156640 kB
SUnreclaim:       108700 kB
KernelStack:        4268 kB
PageTables:        11040 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    5109664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            10720 kB
HardwareCorrupted:     0 kB
AnonHugePages:    159744 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:      435016 kB
DirectMap2M:    55044096 kB
DirectMap1G:    80740352 kB

Free space on /tmp at the end= 723744 MiB
End job on nodeC005 at 2024-07-29 02:23:07