Trace number 4461867

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) 3604.21 2091.66

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/
StableMatchings/SMTI/SMTI_PBO/SMTI_50000_3_0.95_1.opb
MD5SUM7f3731a2c6eed9d82857e81cf2dabc60
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 benchmark6112
Best CPU time to get the best result obtained on this benchmark92.2177
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables250000
Total number of constraints250001
Number of constraints which are clauses150000
Number of constraints which are cardinality constraints (but not clauses)100000
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint100000
Number of terms in the objective function 100000
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 100000
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100000
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.10/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.16	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.16	c See www.sat4j.org for details.
0.10/0.18	c version CUSTOM.v20240707
0.10/0.20	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.20	c java.vm.version	22.0.1+8-16
0.10/0.20	c java.vm.vendor	Oracle Corporation
0.10/0.20	c sun.arch.data.model	64
0.10/0.20	c java.version		22.0.1
0.10/0.20	c os.name		Linux
0.10/0.20	c os.version		4.18.0-301.1.el8.x86_64
0.10/0.20	c os.arch		amd64
0.10/0.20	c Free memory 		2113181440
0.10/0.20	c Max memory 		16282288128
0.10/0.20	c Total memory 		2122317824
0.30/0.22	c Number of processors 	2
0.30/0.31	--- Begin Solver configuration ---
0.30/0.31	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.30/0.31	Learn all clauses as in MiniSAT
0.30/0.31	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.30/0.31	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.30/0.31	Expensive reason simplification
0.30/0.31	Glucose 2.1 dynamic restart strategy
0.30/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.30/0.31	timeout=2147483s
0.30/0.31	DB Simplification allowed=false
0.30/0.31	Listener: none
0.30/0.31	--- End Solver configuration ---
0.30/0.32	c Pseudo Boolean Optimization by upper bound
0.30/0.32	c --- Begin Solver configuration ---
0.30/0.32	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.30/0.32	c Learn all clauses as in MiniSAT
0.30/0.32	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.30/0.32	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.30/0.32	c Expensive reason simplification
0.30/0.32	c Glucose 2.1 dynamic restart strategy
0.30/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.30/0.32	c timeout=2147483s
0.30/0.32	c DB Simplification allowed=false
0.30/0.32	c Listener: none
0.30/0.32	c --- End Solver configuration ---
0.30/0.32	c solving HOME/instance-4461867-1722209195.opb
0.30/0.32	c reading problem ... 
0.46/0.32	c using VERIPB proof format
0.46/0.33	c  objective function found
35.49/31.80	c ... done. Wall clock time 31.474s.
35.49/31.80	c declared #vars     250000
35.49/31.80	c #constraints  350002
35.49/31.80	c constraints type 
35.49/31.80	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 15474
35.49/31.80	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 90067
35.49/31.80	c org.sat4j.specs.Constr$1 => 2904
35.49/31.80	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 238855
35.49/31.80	c org.sat4j.pb.constraints.pb.UnitClausePB => 2702
35.49/31.80	c 350002 constraints processed.
35.69/31.81	c objective function length is 100000 literals
158.73/139.63	c cleaning 2396 clauses out of 4791 with flag 10850/5001
342.41/272.83	c cleaning 4132 clauses out of 8263 with flag 23811/11001
603.04/454.21	c cleaning 5550 clauses out of 11100 with flag 38603/18001
1016.96/708.07	c cleaning 6775 clauses out of 13550 with flag 55246/26001

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=438745, runsolver pid=438742

[startup+0.100069 s]*
/proc/loadavg: 1.12 1.43 2.13 11/309 438774
/proc/meminfo: memFree=126828340/131655788 swapFree=131057156/131071996
[pid=438745] ppid=438742 vsize=18993908 memory=55444 CPUtime=0.1 cores=0,2
/proc/438745/stat : 438745 (java) S 438742 438745 435238 0 -1 1077936128 6384 0 0 0 7 3 0 0 20 0 18 0 56908962 19449761792 13861 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
/proc/438745/statm: 4748477 13861 5611 1 0 550714 0
[pid=438745/tid=438748] ppid=438742 vsize=18993908 memory=4026561586 CPUtime=0.07 cores=0,2
/proc/438745/task/438748/stat : 438748 (java) R 438742 438745 435238 0 -1 4194368 5348 0 0 0 5 2 0 0 20 0 18 0 56908963 19449761792 13861 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
[pid=438745/tid=438767] ppid=438742 vsize=18993908 memory=232851243367 CPUtime=0 cores=0,2
/proc/438745/task/438767/stat : 438767 (Finalizer) S 438742 438745 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 56908970 19449761792 13861 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
[pid=438745/tid=438774] ppid=438742 vsize=18993908 memory=3618136736603415072 CPUtime=0 cores=0,2
/proc/438745/task/438774/stat : 438774 (Common-Cleaner) S 438742 438745 435238 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 56908971 19449761792 13861 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 55444 KiB

[startup+0.214593 s]*
/proc/loadavg: 1.12 1.43 2.13 13/310 438775
/proc/meminfo: memFree=126746964/131655788 swapFree=131057156/131071996
[pid=438745] ppid=438742 vsize=18993908 memory=65544 CPUtime=0.3 cores=0,2
/proc/438745/stat : 438745 (java) S 438742 438745 435238 0 -1 1077936128 7187 0 0 0 25 5 0 0 20 0 18 0 56908962 19449761792 16386 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
/proc/438745/statm: 4748477 16386 5826 1 0 551411 0
[pid=438745/tid=438748] ppid=438742 vsize=18993908 memory=4782652875487838339 CPUtime=0.18 cores=0,2
/proc/438745/task/438748/stat : 438748 (java) R 438742 438745 435238 0 -1 4194368 5795 0 0 0 15 3 0 0 20 0 18 0 56908963 19449761792 16386 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
[pid=438745/tid=438767] ppid=438742 vsize=18993908 memory=2391869 CPUtime=0 cores=0,2
/proc/438745/task/438767/stat : 438767 (Finalizer) S 438742 438745 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 56908970 19449761792 16386 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
[pid=438745/tid=438774] ppid=438742 vsize=18993908 memory=3689070655443366200 CPUtime=0 cores=0,2
/proc/438745/task/438774/stat : 438774 (Common-Cleaner) S 438742 438745 435238 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 56908971 19449761792 16386 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 65544 KiB

[startup+0.317058 s]*
/proc/loadavg: 1.12 1.43 2.13 14/311 438776
/proc/meminfo: memFree=126652880/131655788 swapFree=131057156/131071996
[pid=438745] ppid=438742 vsize=18993908 memory=69356 CPUtime=0.46 cores=0,2
/proc/438745/stat : 438745 (java) S 438742 438745 435238 0 -1 1077936128 7426 0 0 0 41 5 0 0 20 0 18 0 56908962 19449761792 17339 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
/proc/438745/statm: 4748477 17339 6016 1 0 551600 0
[pid=438745/tid=438748] ppid=438742 vsize=18993908 memory=-9032359810617156284 CPUtime=0.28 cores=0,2
/proc/438745/task/438748/stat : 438748 (java) R 438742 438745 435238 0 -1 4194368 5972 0 0 0 24 4 0 0 20 0 18 0 56908963 19449761792 17339 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
[pid=438745/tid=438767] ppid=438742 vsize=18993908 memory=0 CPUtime=0 cores=0,2
/proc/438745/task/438767/stat : 438767 (Finalizer) S 438742 438745 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 56908970 19449761792 17339 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
[pid=438745/tid=438774] ppid=438742 vsize=18993908 memory=0 CPUtime=0 cores=0,2
/proc/438745/task/438774/stat : 438774 (Common-Cleaner) S 438742 438745 435238 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 56908971 19449761792 17339 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 69356 KiB

[startup+0.700977 s]
/proc/loadavg: 1.12 1.43 2.13 12/311 438776
/proc/meminfo: memFree=126327680/131655788 swapFree=131057156/131071996
[pid=438745] ppid=438742 vsize=18993908 memory=132272 CPUtime=1.18 cores=0,2
/proc/438745/stat : 438745 (java) S 438742 438745 435238 0 -1 1077936128 11453 0 0 0 110 8 0 0 20 0 18 0 56908962 19449761792 33068 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
/proc/438745/statm: 4748477 33068 6112 1 0 554457 0
[pid=438745/tid=438748] ppid=438742 vsize=18993908 memory=5640 CPUtime=0.63 cores=0,2
/proc/438745/task/438748/stat : 438748 (java) R 438742 438745 435238 0 -1 4194368 6023 0 0 0 58 5 0 0 20 0 18 0 56908963 19449761792 33068 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
[pid=438745/tid=438767] ppid=438742 vsize=18993908 memory=12240 CPUtime=0 cores=0,2
/proc/438745/task/438767/stat : 438767 (Finalizer) S 438742 438745 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 56908970 19449761792 33068 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
[pid=438745/tid=438774] ppid=438742 vsize=18993908 memory=4969 CPUtime=0 cores=0,2
/proc/438745/task/438774/stat : 438774 (Common-Cleaner) S 438742 438745 435238 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 56908971 19449761792 33068 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 132272 KiB

[startup+1.50097 s]
/proc/loadavg: 1.12 1.43 2.13 7/313 438778
/proc/meminfo: memFree=123864296/131655788 swapFree=131057156/131071996
[pid=438745] ppid=438742 vsize=19060472 memory=1426292 CPUtime=2.23 cores=0,2
/proc/438745/stat : 438745 (java) S 438742 438745 435238 0 -1 1077936128 13055 0 0 0 183 40 0 0 20 0 19 0 56908962 19517923328 356573 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
/proc/438745/statm: 4765118 356573 6128 1 0 1083272 0
[pid=438745/tid=438748] ppid=438742 vsize=19060472 memory=4969 CPUtime=1.36 cores=0,2
/proc/438745/task/438748/stat : 438748 (java) R 438742 438745 435238 0 -1 4194368 6673 0 0 0 102 34 0 0 20 0 19 0 56908963 19517923328 356573 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
[pid=438745/tid=438767] ppid=438742 vsize=19060472 memory=0 CPUtime=0 cores=0,2
/proc/438745/task/438767/stat : 438767 (Finalizer) S 438742 438745 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 56908970 19517923328 356573 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
[pid=438745/tid=438774] ppid=438742 vsize=19060472 memory=12240 CPUtime=0 cores=0,2
/proc/438745/task/438774/stat : 438774 (Common-Cleaner) S 438742 438745 435238 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 56908971 19517923328 356573 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
Current children cumulated CPU time: 2.23 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 1426292 KiB

[startup+3.10597 s]
/proc/loadavg: 1.12 1.43 2.13 10/313 438778
/proc/meminfo: memFree=113997488/131655788 swapFree=131057156/131071996
[pid=438745] ppid=438742 vsize=19060472 memory=2586784 CPUtime=4.65 cores=0,2
/proc/438745/stat : 438745 (java) S 438742 438745 435238 0 -1 1077936128 14009 0 0 0 398 67 0 0 20 0 19 0 56908962 19517923328 646696 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
/proc/438745/statm: 4765118 646696 6144 1 0 1083485 0
[pid=438745/tid=438748] ppid=438742 vsize=19060472 memory=12240 CPUtime=2.86 cores=0,2
/proc/438745/task/438748/stat : 438748 (java) R 438742 438745 435238 0 -1 4194368 7323 0 0 0 225 61 0 0 20 0 19 0 56908963 19517923328 646696 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
[pid=438745/tid=438767] ppid=438742 vsize=19060472 memory=0 CPUtime=0 cores=0,2
/proc/438745/task/438767/stat : 438767 (Finalizer) S 438742 438745 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 56908970 19517923328 646696 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
[pid=438745/tid=438774] ppid=438742 vsize=19060472 memory=6657 CPUtime=0 cores=0,2
/proc/438745/task/438774/stat : 438774 (Common-Cleaner) S 438742 438745 435238 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 56908971 19517923328 646696 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
Current children cumulated CPU time: 4.65 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 2586784 KiB

[startup+6.30097 s]
/proc/loadavg: 1.43 1.49 2.15 7/315 438780
/proc/meminfo: memFree=111377116/131655788 swapFree=131057156/131071996
[pid=438745] ppid=438742 vsize=19060472 memory=3504772 CPUtime=7.92 cores=0,2
/proc/438745/stat : 438745 (java) S 438742 438745 435238 0 -1 1077936128 15459 0 0 0 706 86 0 0 20 0 19 0 56908962 19517923328 876193 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
/proc/438745/statm: 4765118 876193 6144 1 0 1317464 0
[pid=438745/tid=438748] ppid=438742 vsize=19060472 memory=12240 CPUtime=5.9 cores=0,2
/proc/438745/task/438748/stat : 438748 (java) R 438742 438745 435238 0 -1 4194368 8155 0 0 0 511 79 0 0 20 0 19 0 56908963 19517923328 876193 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
[pid=438745/tid=438767] ppid=438742 vsize=19060472 memory=-9032359810617156284 CPUtime=0 cores=0,2
/proc/438745/task/438767/stat : 438767 (Finalizer) S 438742 438745 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 56908970 19517923328 876193 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
[pid=438745/tid=438774] ppid=438742 vsize=19060472 memory=2391785 CPUtime=0 cores=0,2
/proc/438745/task/438774/stat : 438774 (Common-Cleaner) S 438742 438745 435238 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 56908971 19517923328 876193 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
Current children cumulated CPU time: 7.92 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 3504772 KiB

[startup+12.701 s]
/proc/loadavg: 1.87 1.58 2.17 5/316 438783
/proc/meminfo: memFree=109517380/131655788 swapFree=131057156/131071996
[pid=438745] ppid=438742 vsize=19060472 memory=3952368 CPUtime=14.53 cores=0,2
/proc/438745/stat : 438745 (java) S 438742 438745 435238 0 -1 1077936128 16809 0 0 0 1357 96 0 0 20 0 19 0 56908962 19517923328 988092 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
/proc/438745/statm: 4765118 988092 6144 1 0 1428177 0
[pid=438745/tid=438748] ppid=438742 vsize=19060472 memory=12240 CPUtime=11.87 cores=0,2
/proc/438745/task/438748/stat : 438748 (java) R 438742 438745 435238 0 -1 4194368 9130 0 0 0 1099 88 0 0 20 0 19 0 56908963 19517923328 988092 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
[pid=438745/tid=438767] ppid=438742 vsize=19060472 memory=3509112 CPUtime=0 cores=0,2
/proc/438745/task/438767/stat : 438767 (Finalizer) S 438742 438745 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 56908970 19517923328 988092 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
[pid=438745/tid=438774] ppid=438742 vsize=19060472 memory=5640 CPUtime=0 cores=0,2
/proc/438745/task/438774/stat : 438774 (Common-Cleaner) S 438742 438745 435238 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 56908971 19517923328 988092 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
Current children cumulated CPU time: 14.53 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 3952368 KiB

[startup+25.5004 s]
/proc/loadavg: 2.70 1.78 2.23 6/317 438785
/proc/meminfo: memFree=105679960/131655788 swapFree=131057156/131071996
[pid=438745] ppid=438742 vsize=19060472 memory=4812244 CPUtime=28.44 cores=0,2
/proc/438745/stat : 438745 (java) S 438742 438745 435238 0 -1 1077936128 22936 0 0 0 2728 116 0 0 20 0 19 0 56908962 19517923328 1203061 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
/proc/438745/statm: 4765118 1203061 6144 1 0 1637070 0
[pid=438745/tid=438748] ppid=438742 vsize=19060472 memory=12264 CPUtime=23.73 cores=0,2
/proc/438745/task/438748/stat : 438748 (java) R 438742 438745 435238 0 -1 4194368 11412 0 0 0 2269 104 0 0 20 0 19 0 56908963 19517923328 1203061 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
[pid=438745/tid=438767] ppid=438742 vsize=19060472 memory=0 CPUtime=0 cores=0,2
/proc/438745/task/438767/stat : 438767 (Finalizer) S 438742 438745 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 56908970 19517923328 1203061 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
[pid=438745/tid=438774] ppid=438742 vsize=19060472 memory=0 CPUtime=0 cores=0,2
/proc/438745/task/438774/stat : 438774 (Common-Cleaner) S 438742 438745 435238 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 56908971 19517923328 1203061 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
Current children cumulated CPU time: 28.44 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 4812244 KiB

[startup+51.1136 s]
/proc/loadavg: 3.48 2.04 2.30 6/321 438794
/proc/meminfo: memFree=94402140/131655788 swapFree=131057156/131071996
[pid=438745] ppid=438742 vsize=19127036 memory=6968324 CPUtime=61.27 cores=0,2
/proc/438745/stat : 438745 (java) S 438742 438745 435238 0 -1 1077936128 38372 0 0 0 5940 187 0 0 20 0 20 0 56908962 19586084864 1742081 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
/proc/438745/statm: 4781759 1742081 6215 1 0 2696308 0
[pid=438745/tid=438748] ppid=438742 vsize=19127036 memory=12264 CPUtime=46.31 cores=0,2
/proc/438745/task/438748/stat : 438748 (java) R 438742 438745 435238 0 -1 4194368 15290 0 0 0 4482 149 0 0 20 0 20 0 56908963 19586084864 1742081 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 29 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
[pid=438745/tid=438767] ppid=438742 vsize=19127036 memory=77968 CPUtime=0 cores=0,2
/proc/438745/task/438767/stat : 438767 (Finalizer) S 438742 438745 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56908970 19586084864 1742081 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
[pid=438745/tid=438774] ppid=438742 vsize=19127036 memory=5465304 CPUtime=0 cores=0,2
/proc/438745/task/438774/stat : 438774 (Common-Cleaner) S 438742 438745 435238 0 -1 1077936192 38 0 0 0 0 0 0 0 20 0 20 0 56908971 19586084864 1742081 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
[pid=438745/tid=438788] ppid=438742 vsize=19127036 memory=19876 CPUtime=0 cores=0,2
/proc/438745/task/438788/stat : 438788 (Timer-0) S 438742 438745 435238 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 56912153 19586084864 1742081 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
Current children cumulated CPU time: 61.27 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 6968324 KiB

[startup+102.301 s]
/proc/loadavg: 4.22 2.48 2.44 5/333 438982
/proc/meminfo: memFree=82100732/131655788 swapFree=131057156/131071996
[pid=438745] ppid=438742 vsize=19127036 memory=13607116 CPUtime=118.02 cores=0,2

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

/proc/438745/stat : 438745 (java) S 438742 438745 435238 0 -1 1077936128 823771 0 0 0 321454 1442 0 0 20 0 20 0 56908962 19586084864 4077140 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
/proc/438745/statm: 4781759 4077140 6259 1 0 4088861 0
[pid=438745/tid=438748] ppid=438742 vsize=19127036 memory=-9032359810617156284 CPUtime=855.52 cores=0,2
/proc/438745/task/438748/stat : 438748 (java) S 438742 438745 435238 0 -1 1077936192 56139 0 0 0 84425 1127 0 0 20 0 20 0 56908963 19586084864 4077140 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 1259 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
[pid=438745/tid=438767] ppid=438742 vsize=19127036 memory=19856 CPUtime=0 cores=0,2
/proc/438745/task/438767/stat : 438767 (Finalizer) S 438742 438745 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56908970 19586084864 4077140 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
[pid=438745/tid=438774] ppid=438742 vsize=19127036 memory=12264 CPUtime=0 cores=0,2
/proc/438745/task/438774/stat : 438774 (Common-Cleaner) S 438742 438745 435238 0 -1 1077936192 986 0 0 0 0 0 0 0 20 0 20 0 56908971 19586084864 4077140 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
[pid=438745/tid=438788] ppid=438742 vsize=19127036 memory=77968 CPUtime=0 cores=0,2
/proc/438745/task/438788/stat : 438788 (Timer-0) S 438742 438745 435238 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 56912153 19586084864 4077140 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
Current children cumulated CPU time: 3228.96 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16308560 KiB

[startup+1962.3 s]
/proc/loadavg: 5.44 5.31 4.89 6/321 439944
/proc/meminfo: memFree=33423736/131655788 swapFree=131057156/131071996
[pid=438745] ppid=438742 vsize=19127036 memory=16308568 CPUtime=3348.03 cores=0,2
/proc/438745/stat : 438745 (java) S 438742 438745 435238 0 -1 1077936128 825846 0 0 0 333361 1442 0 0 20 0 20 0 56908962 19586084864 4077142 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
/proc/438745/statm: 4781759 4077142 6259 1 0 4088862 0
[pid=438745/tid=438748] ppid=438742 vsize=19127036 memory=16308560 CPUtime=855.58 cores=0,2
/proc/438745/task/438748/stat : 438748 (java) S 438742 438745 435238 0 -1 1077936192 56144 0 0 0 84431 1127 0 0 20 0 20 0 56908963 19586084864 4077142 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 1259 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
[pid=438745/tid=438767] ppid=438742 vsize=19127036 memory=16308568 CPUtime=0 cores=0,2
/proc/438745/task/438767/stat : 438767 (Finalizer) S 438742 438745 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56908970 19586084864 4077142 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
[pid=438745/tid=438774] ppid=438742 vsize=19127036 memory=16308568 CPUtime=0 cores=0,2
/proc/438745/task/438774/stat : 438774 (Common-Cleaner) S 438742 438745 435238 0 -1 1077936192 986 0 0 0 0 0 0 0 20 0 20 0 56908971 19586084864 4077142 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
[pid=438745/tid=438788] ppid=438742 vsize=19127036 memory=-9032359810617156284 CPUtime=0 cores=0,2
/proc/438745/task/438788/stat : 438788 (Timer-0) S 438742 438745 435238 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 56912153 19586084864 4077142 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
Current children cumulated CPU time: 3348.03 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16308568 KiB

[startup+2022.3 s]
/proc/loadavg: 5.36 5.30 4.92 7/321 439956
/proc/meminfo: memFree=32589820/131655788 swapFree=131057156/131071996
[pid=438745] ppid=438742 vsize=19127036 memory=16308568 CPUtime=3466.92 cores=0,2
/proc/438745/stat : 438745 (java) S 438742 438745 435238 0 -1 1077936128 828572 0 0 0 345250 1442 0 0 20 0 20 0 56908962 19586084864 4077142 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
/proc/438745/statm: 4781759 4077142 6259 1 0 4088862 0
[pid=438745/tid=438748] ppid=438742 vsize=19127036 memory=16308568 CPUtime=855.68 cores=0,2
/proc/438745/task/438748/stat : 438748 (java) S 438742 438745 435238 0 -1 1077936192 56144 0 0 0 84441 1127 0 0 20 0 20 0 56908963 19586084864 4077142 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 1259 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
[pid=438745/tid=438767] ppid=438742 vsize=19127036 memory=16308568 CPUtime=0 cores=0,2
/proc/438745/task/438767/stat : 438767 (Finalizer) S 438742 438745 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56908970 19586084864 4077142 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
[pid=438745/tid=438774] ppid=438742 vsize=19127036 memory=-7089646194449867897 CPUtime=0 cores=0,2
/proc/438745/task/438774/stat : 438774 (Common-Cleaner) S 438742 438745 435238 0 -1 1077936192 986 0 0 0 0 0 0 0 20 0 20 0 56908971 19586084864 4077142 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
[pid=438745/tid=438788] ppid=438742 vsize=19127036 memory=12264 CPUtime=0 cores=0,2
/proc/438745/task/438788/stat : 438788 (Timer-0) S 438742 438745 435238 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 56912153 19586084864 4077142 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
Current children cumulated CPU time: 3466.92 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16308568 KiB

[startup+2082.3 s]
/proc/loadavg: 5.26 5.29 4.94 6/321 439980
/proc/meminfo: memFree=31650352/131655788 swapFree=131057156/131071996
[pid=438745] ppid=438742 vsize=19127036 memory=16308568 CPUtime=3585.7 cores=0,2
/proc/438745/stat : 438745 (java) S 438742 438745 435238 0 -1 1077936128 830842 0 0 0 357127 1443 0 0 20 0 20 0 56908962 19586084864 4077142 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
/proc/438745/statm: 4781759 4077142 6259 1 0 4088862 0
[pid=438745/tid=438748] ppid=438742 vsize=19127036 memory=5640 CPUtime=855.95 cores=0,2
/proc/438745/task/438748/stat : 438748 (java) S 438742 438745 435238 0 -1 1077936192 56144 0 0 0 84467 1128 0 0 20 0 20 0 56908963 19586084864 4077142 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 1259 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
[pid=438745/tid=438767] ppid=438742 vsize=19127036 memory=12240 CPUtime=0 cores=0,2
/proc/438745/task/438767/stat : 438767 (Finalizer) S 438742 438745 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56908970 19586084864 4077142 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
[pid=438745/tid=438774] ppid=438742 vsize=19127036 memory=77968 CPUtime=0 cores=0,2
/proc/438745/task/438774/stat : 438774 (Common-Cleaner) S 438742 438745 435238 0 -1 1077936192 986 0 0 0 0 0 0 0 20 0 20 0 56908971 19586084864 4077142 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
[pid=438745/tid=438788] ppid=438742 vsize=19127036 memory=18484 CPUtime=0 cores=0,2
/proc/438745/task/438788/stat : 438788 (Timer-0) S 438742 438745 435238 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 56912153 19586084864 4077142 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
Current children cumulated CPU time: 3585.7 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16308568 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2089.6 s]
/proc/loadavg: 5.24 5.28 4.94 7/321 439982
/proc/meminfo: memFree=31589356/131655788 swapFree=131057156/131071996
[pid=438745] ppid=438742 vsize=19127036 memory=16308568 CPUtime=3600.15 cores=0,2
/proc/438745/stat : 438745 (java) S 438742 438745 435238 0 -1 1077936128 834167 0 0 0 358572 1443 0 0 20 0 20 0 56908962 19586084864 4077142 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
/proc/438745/statm: 4781759 4077142 6259 1 0 4088862 0
[pid=438745/tid=438748] ppid=438742 vsize=19127036 memory=16308568 CPUtime=855.97 cores=0,2
/proc/438745/task/438748/stat : 438748 (java) S 438742 438745 435238 0 -1 1077936192 56726 0 0 0 84469 1128 0 0 20 0 20 0 56908963 19586084864 4077142 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 1259 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
[pid=438745/tid=438767] ppid=438742 vsize=19127036 memory=16308568 CPUtime=0 cores=0,2
/proc/438745/task/438767/stat : 438767 (Finalizer) S 438742 438745 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56908970 19586084864 4077142 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
[pid=438745/tid=438774] ppid=438742 vsize=19127036 memory=16308568 CPUtime=0 cores=0,2
/proc/438745/task/438774/stat : 438774 (Common-Cleaner) S 438742 438745 435238 0 -1 1077936192 1070 0 0 0 0 0 0 0 20 0 20 0 56908971 19586084864 4077142 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
[pid=438745/tid=438788] ppid=438742 vsize=19127036 memory=19176 CPUtime=0 cores=0,2
/proc/438745/task/438788/stat : 438788 (Timer-0) S 438742 438745 435238 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 56912153 19586084864 4077142 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
Current children cumulated CPU time: 3600.15 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16308568 KiB

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

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+2091.66 s]
# the end of solver process 438745 was just reported to runsolver
# Child ended because it received signal 9 (SIGKILL)

# cumulated CPU time of all completed processes:  user=3589.72 s, system=14.4846 s

Solver just ended.
Dumping a history of the last processes samples

[startup+2090.4 s]
/proc/loadavg: 5.22 5.28 4.94 6/321 439982
/proc/meminfo: memFree=31581784/131655788 swapFree=131057156/131071996
[pid=438745] ppid=438742 vsize=19127036 memory=16308568 CPUtime=3601.74 cores=0,2
/proc/438745/stat : 438745 (java) S 438742 438745 435238 0 -1 1077936128 834172 0 0 0 358731 1443 0 0 20 0 20 0 56908962 19586084864 4077142 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
/proc/438745/statm: 4781759 4077142 6259 1 0 4088862 0
[pid=438745/tid=438748] ppid=438742 vsize=19127036 memory=16308568 CPUtime=855.97 cores=0,2
/proc/438745/task/438748/stat : 438748 (java) S 438742 438745 435238 0 -1 1077936192 56726 0 0 0 84469 1128 0 0 20 0 20 0 56908963 19586084864 4077142 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 1259 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
[pid=438745/tid=438767] ppid=438742 vsize=19127036 memory=16308568 CPUtime=0 cores=0,2
/proc/438745/task/438767/stat : 438767 (Finalizer) S 438742 438745 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56908970 19586084864 4077142 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
[pid=438745/tid=438774] ppid=438742 vsize=19127036 memory=19856 CPUtime=0 cores=0,2
/proc/438745/task/438774/stat : 438774 (Common-Cleaner) S 438742 438745 435238 0 -1 1077936192 1070 0 0 0 0 0 0 0 20 0 20 0 56908971 19586084864 4077142 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
[pid=438745/tid=438788] ppid=438742 vsize=19127036 memory=25788 CPUtime=0 cores=0,2
/proc/438745/task/438788/stat : 438788 (Timer-0) S 438742 438745 435238 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 56912153 19586084864 4077142 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
Current children cumulated CPU time: 3601.74 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16308568 KiB

[startup+2091.2 s]
/proc/loadavg: 5.22 5.28 4.94 6/321 439982
/proc/meminfo: memFree=31573520/131655788 swapFree=131057156/131071996
[pid=438745] ppid=438742 vsize=19127036 memory=16308568 CPUtime=3603.33 cores=0,2
/proc/438745/stat : 438745 (java) S 438742 438745 435238 0 -1 1077936128 834172 0 0 0 358890 1443 0 0 20 0 20 0 56908962 19586084864 4077142 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
/proc/438745/statm: 4781759 4077142 6259 1 0 4088862 0
[pid=438745/tid=438748] ppid=438742 vsize=19127036 memory=16308568 CPUtime=855.97 cores=0,2
/proc/438745/task/438748/stat : 438748 (java) S 438742 438745 435238 0 -1 1077936192 56726 0 0 0 84469 1128 0 0 20 0 20 0 56908963 19586084864 4077142 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 1259 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
[pid=438745/tid=438767] ppid=438742 vsize=19127036 memory=12264 CPUtime=0 cores=0,2
/proc/438745/task/438767/stat : 438767 (Finalizer) S 438742 438745 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56908970 19586084864 4077142 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
[pid=438745/tid=438774] ppid=438742 vsize=19127036 memory=77968 CPUtime=0 cores=0,2
/proc/438745/task/438774/stat : 438774 (Common-Cleaner) S 438742 438745 435238 0 -1 1077936192 1070 0 0 0 0 0 0 0 20 0 20 0 56908971 19586084864 4077142 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
[pid=438745/tid=438788] ppid=438742 vsize=19127036 memory=12240 CPUtime=0 cores=0,2
/proc/438745/task/438788/stat : 438788 (Timer-0) S 438742 438745 435238 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 56912153 19586084864 4077142 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
Current children cumulated CPU time: 3603.33 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16308568 KiB

[startup+2091.6 s]
/proc/loadavg: 5.22 5.28 4.94 6/321 439982
/proc/meminfo: memFree=31573520/131655788 swapFree=131057156/131071996
[pid=438745] ppid=438742 vsize=19127036 memory=16308568 CPUtime=3604.13 cores=0,2
/proc/438745/stat : 438745 (java) S 438742 438745 435238 0 -1 1077936128 834577 0 0 0 358970 1443 0 0 20 0 20 0 56908962 19586084864 4077142 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
/proc/438745/statm: 4781759 4077142 6259 1 0 4088862 0
[pid=438745/tid=438748] ppid=438742 vsize=19127036 memory=25788 CPUtime=855.97 cores=0,2
/proc/438745/task/438748/stat : 438748 (java) S 438742 438745 435238 0 -1 1077936192 56726 0 0 0 84469 1128 0 0 20 0 20 0 56908963 19586084864 4077142 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 1259 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
[pid=438745/tid=438767] ppid=438742 vsize=19127036 memory=37788 CPUtime=0 cores=0,2
/proc/438745/task/438767/stat : 438767 (Finalizer) S 438742 438745 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56908970 19586084864 4077142 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
[pid=438745/tid=438774] ppid=438742 vsize=19127036 memory=-9032359810617156284 CPUtime=0 cores=0,2
/proc/438745/task/438774/stat : 438774 (Common-Cleaner) S 438742 438745 435238 0 -1 1077936192 1070 0 0 0 0 0 0 0 20 0 20 0 56908971 19586084864 4077142 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
[pid=438745/tid=438788] ppid=438742 vsize=19127036 memory=2391785 CPUtime=0 cores=0,2
/proc/438745/task/438788/stat : 438788 (Timer-0) S 438742 438745 435238 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 56912153 19586084864 4077142 134679101440 94425119883264 94425119886960 140736099805488 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94425119894776 94425119895568 94425139699712 140736099808174 140736099808356 140736099808356 140736099815368 0
Current children cumulated CPU time: 3604.13 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16308568 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 2091.66
CPU time (s): 3604.21
CPU user time (s): 3589.72
CPU system time (s): 14.4846
CPU usage (%): 172.313
Max. virtual memory (cumulated for all children) (KiB): 19131140
Max. memory (cumulated for all children) (KiB): 16313892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3589.72
system time used= 14.4846
maximum resident set size= 16313892
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 834614
page faults= 0
swaps= 0
block input operations= 0
block output operations= 30418200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 86865
involuntary context switches= 74437


# summary of solver processes directly reported to runsolver:
#   pid: 438745
#   total CPU time (s): 3604.21
#   total CPU user time (s): 3589.72
#   total CPU system time (s): 14.4846

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.96641 second user time and 13.6111 second system time

The end

Launcher Data

Begin job on nodeC005 at 2024-07-29 01:26:36
IDJOB=4461867
IDBENCH=178871
IDSOLVER=3079
FILE ID=nodeC005/4461867-1722209195
RUNJOBID= nodeC005-1722209195-438643
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_50000_3_0.95_1.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-4461867-1722209195/watcher-4461867-1722209195 -o /tmp/evaluation-result-4461867-1722209195/solver-4461867-1722209195 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1722209195-438643 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4461867-1722209195 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4461867-1722209195.opb

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

MD5SUM BENCH= 7f3731a2c6eed9d82857e81cf2dabc60
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.131
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.115
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		: 1695.908
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		: 1197.110
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.121
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		: 1496.389
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		: 1596.148
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:        126955372 kB
MemAvailable:   129920016 kB
Buffers:          396664 kB
Cached:          3382604 kB
SwapCached:          244 kB
Active:          1787356 kB
Inactive:        2340868 kB
Active(anon):       2156 kB
Inactive(anon):   399712 kB
Active(file):    1785200 kB
Inactive(file):  1941156 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131057156 kB
Dirty:             48964 kB
Writeback:             0 kB
AnonPages:        348976 kB
Mapped:           117668 kB
Shmem:             52880 kB
KReclaimable:     156640 kB
Slab:             265324 kB
SReclaimable:     156640 kB
SUnreclaim:       108684 kB
KernelStack:        4316 kB
PageTables:        10688 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= 723732 MiB
End job on nodeC005 at 2024-07-29 02:01:27