Trace number 4461927

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 Default 2024-07-07? (exit code) 3283.38 2263.68

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/
StableMatchings/SMTI/SMTI_PBO/SMTI_10000_5_0.85_3.opb
MD5SUM537d8323250008264911433ecf346d18
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 benchmark132
Best CPU time to get the best result obtained on this benchmark3.35564
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables70000
Total number of constraints70001
Number of constraints which are clauses50000
Number of constraints which are cardinality constraints (but not clauses)20000
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint20000
Number of terms in the objective function 20000
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 20000
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 20000
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.21/0.44	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.21/0.44	c This is free software under the dual EPL/GNU LGPL licenses.
0.21/0.44	c See www.sat4j.org for details.
0.21/0.46	c version CUSTOM.v20240707
0.21/0.49	c java.runtime.name	OpenJDK Runtime Environment
0.21/0.49	c java.vm.name		OpenJDK 64-Bit Server VM
0.21/0.49	c java.vm.version	22.0.1+8-16
0.21/0.49	c java.vm.vendor	Oracle Corporation
0.21/0.49	c sun.arch.data.model	64
0.21/0.49	c java.version		22.0.1
0.21/0.49	c os.name		Linux
0.21/0.49	c os.version		4.18.0-301.1.el8.x86_64
0.21/0.49	c os.arch		amd64
0.21/0.50	c Free memory 		2113181440
0.21/0.50	c Max memory 		16282288128
0.21/0.50	c Total memory 		2122317824
0.21/0.51	c Number of processors 	2
0.37/0.61	--- Begin Solver configuration ---
0.37/0.61	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.37/0.61	Learn all clauses as in MiniSAT
0.37/0.61	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.37/0.61	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.37/0.61	No reason simplification
0.37/0.61	Glucose 2.1 dynamic restart strategy
0.37/0.61	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.37/0.61	timeout=2147483s
0.37/0.61	DB Simplification allowed=false
0.37/0.61	Listener: none
0.37/0.61	--- End Solver configuration ---
0.37/0.61	c Pseudo Boolean Optimization by upper bound
0.37/0.61	c --- Begin Solver configuration ---
0.37/0.61	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.37/0.61	c Learn all clauses as in MiniSAT
0.37/0.61	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.37/0.61	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.37/0.61	c No reason simplification
0.37/0.61	c Glucose 2.1 dynamic restart strategy
0.37/0.61	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.37/0.61	c timeout=2147483s
0.37/0.61	c DB Simplification allowed=false
0.37/0.61	c Listener: none
0.37/0.61	c --- End Solver configuration ---
0.37/0.61	c solving HOME/instance-4461927-1722204305.opb
0.37/0.61	c reading problem ... 
0.52/0.62	c  objective function found
5.83/3.83	c ... done. Wall clock time 3.22s.
5.83/3.83	c declared #vars     70000
5.83/3.83	c #constraints  90002
5.83/3.83	c constraints type 
5.83/3.83	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 898
5.83/3.83	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 19624
5.83/3.83	c org.sat4j.specs.Constr$1 => 320
5.83/3.83	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 69057
5.83/3.83	c org.sat4j.pb.constraints.pb.UnitClausePB => 103
5.83/3.83	c 90002 constraints processed.
5.83/3.85	c objective function length is 20000 literals
11.79/7.82	c SATISFIABLE
11.79/7.82	c OPTIMIZING...
11.79/7.82	c Got one! Elapsed wall clock time (in seconds):7.212
11.79/7.83	o 138
13.50/9.49	c Got one! Elapsed wall clock time (in seconds):8.879
13.50/9.49	o 132
28.06/21.52	c cleaning 2861 clauses out of 5721 with flag 10372/5866
41.41/33.20	c cleaning 4432 clauses out of 8864 with flag 23012/11870
57.48/46.99	c cleaning 5717 clauses out of 11434 with flag 37624/18872
82.27/65.03	c cleaning 6860 clauses out of 13720 with flag 54162/26875
107.73/86.90	c cleaning 7942 clauses out of 15883 with flag 72758/35898
130.97/107.78	c cleaning 8948 clauses out of 17921 with flag 93693/45878
162.24/131.36	c cleaning 9999 clauses out of 19998 with flag 116488/56903
189.06/154.87	c cleaning 10971 clauses out of 21957 with flag 141403/68861
228.23/184.52	c cleaning 11993 clauses out of 23987 with flag 168389/81862
262.64/214.65	c cleaning 12978 clauses out of 25996 with flag 197566/95864
309.68/249.57	c cleaning 14006 clauses out of 28015 with flag 228600/110861
355.76/291.19	c cleaning 15009 clauses out of 30018 with flag 262127/126870
405.82/327.21	c cleaning 15981 clauses out of 32000 with flag 297607/143861
444.64/361.74	c cleaning 17002 clauses out of 34019 with flag 335220/161861
499.04/402.48	c cleaning 18009 clauses out of 36021 with flag 374922/180865
548.61/446.99	c cleaning 18982 clauses out of 38010 with flag 416568/200863
609.90/494.41	c cleaning 20020 clauses out of 40039 with flag 460392/221874
682.12/547.90	c cleaning 21000 clauses out of 42006 with flag 506384/243861
742.98/603.13	c cleaning 22011 clauses out of 44022 with flag 554508/266877
821.47/666.86	c cleaning 23006 clauses out of 46012 with flag 604783/290878
894.05/722.37	c cleaning 23995 clauses out of 47996 with flag 657372/315868
984.08/787.83	c cleaning 24987 clauses out of 49999 with flag 712095/341866
1055.68/841.41	c cleaning 26011 clauses out of 52021 with flag 769171/368875
1147.41/904.11	c cleaning 26995 clauses out of 53996 with flag 829041/396861
1309.02/1015.95	c cleaning 28007 clauses out of 56014 with flag 890568/425874
1444.19/1131.11	c cleaning 29006 clauses out of 58012 with flag 952949/455879
1613.79/1263.96	c cleaning 29998 clauses out of 59995 with flag 1017176/486868
1746.25/1375.19	c cleaning 31010 clauses out of 62019 with flag 1083571/518890
1909.32/1490.75	c cleaning 31973 clauses out of 63984 with flag 1152368/551865
2050.15/1587.09	c cleaning 32975 clauses out of 66011 with flag 1222946/585865
2226.86/1703.80	c cleaning 34018 clauses out of 68041 with flag 1295951/620870
2906.92/2073.98	
2906.92/2073.98	Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "main"

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4461927-1722204305/watcher-4461927-1722204305 -o /tmp/evaluation-result-4461927-1722204305/solver-4461927-1722204305 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1722204305-435250 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4461927-1722204305.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=435288, runsolver pid=435285

[startup+0.100069 s]*
/proc/loadavg: 0.12 0.10 0.09 6/236 435301
/proc/meminfo: memFree=127023724/131655788 swapFree=131057156/131071996
[pid=435288] ppid=435285 vsize=37736 memory=5596 CPUtime=0 cores=1,3
/proc/435288/stat : 435288 (java) D 435285 435288 435238 0 -1 4194304 456 0 6 0 0 0 0 0 20 0 1 0 56419961 38641664 1399 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 0 0 0 0 0 0 17 1 0 0 9 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
/proc/435288/statm: 9434 1399 1124 1 0 254 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 37736 KiB
Current children cumulated memory: 5596 KiB

[startup+0.217699 s]*
/proc/loadavg: 0.12 0.10 0.09 5/250 435321
/proc/meminfo: memFree=126987616/131655788 swapFree=131057156/131071996
[pid=435288] ppid=435285 vsize=547128 memory=22044 CPUtime=0.02 cores=1,3
/proc/435288/stat : 435288 (java) S 435285 435288 435238 0 -1 1077936128 1497 0 28 0 1 1 0 0 20 0 2 0 56419961 560259072 5511 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 0 0 16784588 0 0 0 17 1 0 0 12 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
/proc/435288/statm: 136782 5511 3364 1 0 4255 0
[pid=435288/tid=435318] ppid=435285 vsize=547128 memory=7301190626353741955 CPUtime=0.01 cores=1,3
/proc/435288/task/435318/stat : 435318 (java) D 435285 435288 435238 0 -1 4194368 919 0 14 0 0 1 0 0 20 0 2 0 56419975 560259072 5511 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16784588 0 0 0 -1 1 0 0 6 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 547128 KiB
Current children cumulated memory: 22044 KiB

[startup+0.31726 s]*
/proc/loadavg: 0.12 0.10 0.09 9/314 435385
/proc/meminfo: memFree=126879260/131655788 swapFree=131057156/131071996
[pid=435288] ppid=435285 vsize=18993868 memory=55000 CPUtime=0.12 cores=1,3
/proc/435288/stat : 435288 (java) S 435285 435288 435238 0 -1 1077936128 6441 0 38 0 8 4 0 0 20 0 18 0 56419961 19449720832 13750 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 0 0 16800975 0 0 0 17 1 0 0 12 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
/proc/435288/statm: 4748467 13750 5484 1 0 550729 0
[pid=435288/tid=435318] ppid=435285 vsize=18993868 memory=-8745259745303700156 CPUtime=0.08 cores=1,3
/proc/435288/task/435318/stat : 435318 (java) D 435285 435288 435238 0 -1 1078198336 5335 0 21 0 5 3 0 0 20 0 18 0 56419975 19449720832 13750 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 8 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
[pid=435288/tid=435371] ppid=435285 vsize=18993868 memory=7582493429154994500 CPUtime=0 cores=1,3
/proc/435288/task/435371/stat : 435371 (Finalizer) S 435285 435288 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 56419989 19449720832 13750 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
[pid=435288/tid=435385] ppid=435285 vsize=18993868 memory=0 CPUtime=0 cores=1,3
/proc/435288/task/435385/stat : 435385 (Common-Cleaner) S 435285 435288 435238 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 56419991 19449720832 13750 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18993868 KiB
Current children cumulated memory: 55000 KiB

[startup+0.705192 s]
/proc/loadavg: 0.12 0.10 0.09 7/314 435385
/proc/meminfo: memFree=126844596/131655788 swapFree=131057156/131071996
[pid=435288] ppid=435285 vsize=18993908 memory=72060 CPUtime=0.69 cores=1,3
/proc/435288/stat : 435288 (java) S 435285 435288 435238 0 -1 1077936128 7601 0 39 0 64 5 0 0 20 0 18 0 56419961 19449761792 18015 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 0 0 16800975 0 0 0 17 1 0 0 12 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
/proc/435288/statm: 4748477 18015 6080 1 0 551596 0
[pid=435288/tid=435318] ppid=435285 vsize=18993908 memory=0 CPUtime=0.4 cores=1,3
/proc/435288/task/435318/stat : 435318 (java) R 435285 435288 435238 0 -1 4194368 5949 0 22 0 36 4 0 0 20 0 18 0 56419975 19449761792 18015 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 11 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
[pid=435288/tid=435371] ppid=435285 vsize=18993908 memory=12264 CPUtime=0 cores=1,3
/proc/435288/task/435371/stat : 435371 (Finalizer) S 435285 435288 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 56419989 19449761792 18015 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
[pid=435288/tid=435385] ppid=435285 vsize=18993908 memory=0 CPUtime=0 cores=1,3
/proc/435288/task/435385/stat : 435385 (Common-Cleaner) S 435285 435288 435238 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 56419991 19449761792 18015 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 72060 KiB

[startup+1.50119 s]
/proc/loadavg: 0.12 0.10 0.09 11/317 435388
/proc/meminfo: memFree=126434992/131655788 swapFree=131057156/131071996
[pid=435288] ppid=435285 vsize=19060472 memory=934916 CPUtime=2.19 cores=1,3
/proc/435288/stat : 435288 (java) S 435285 435288 435238 0 -1 1077936128 11527 0 39 0 188 31 0 0 20 0 19 0 56419961 19517923328 233729 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 0 0 16800975 0 0 0 17 1 0 0 12 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
/proc/435288/statm: 4765118 233729 6112 1 0 1082044 0
[pid=435288/tid=435318] ppid=435285 vsize=19060472 memory=0 CPUtime=1.05 cores=1,3
/proc/435288/task/435318/stat : 435318 (java) R 435285 435288 435238 0 -1 4194368 6401 0 22 0 79 26 0 0 20 0 19 0 56419975 19517923328 233729 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 11 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
[pid=435288/tid=435371] ppid=435285 vsize=19060472 memory=12264 CPUtime=0 cores=1,3
/proc/435288/task/435371/stat : 435371 (Finalizer) S 435285 435288 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 56419989 19517923328 233729 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
[pid=435288/tid=435385] ppid=435285 vsize=19060472 memory=0 CPUtime=0 cores=1,3
/proc/435288/task/435385/stat : 435385 (Common-Cleaner) S 435285 435288 435238 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 56419991 19517923328 233729 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
Current children cumulated CPU time: 2.19 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 934916 KiB

[startup+3.10658 s]
/proc/loadavg: 0.12 0.10 0.09 7/318 435389
/proc/meminfo: memFree=116127176/131655788 swapFree=131057156/131071996
[pid=435288] ppid=435285 vsize=19060472 memory=2586976 CPUtime=4.83 cores=1,3
/proc/435288/stat : 435288 (java) S 435285 435288 435238 0 -1 1077936128 20298 0 39 0 411 72 0 0 20 0 19 0 56419961 19517923328 646744 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 0 0 16800975 0 0 0 17 1 0 0 12 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
/proc/435288/statm: 4765118 646744 6117 1 0 1086950 0
[pid=435288/tid=435318] ppid=435285 vsize=19060472 memory=12264 CPUtime=2.59 cores=1,3
/proc/435288/task/435318/stat : 435318 (java) R 435285 435288 435238 0 -1 4194368 7349 0 22 0 195 64 0 0 20 0 19 0 56419975 19517923328 646744 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 11 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
[pid=435288/tid=435371] ppid=435285 vsize=19060472 memory=12240 CPUtime=0 cores=1,3
/proc/435288/task/435371/stat : 435371 (Finalizer) S 435285 435288 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 56419989 19517923328 646744 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
[pid=435288/tid=435385] ppid=435285 vsize=19060472 memory=0 CPUtime=0 cores=1,3
/proc/435288/task/435385/stat : 435385 (Common-Cleaner) S 435285 435288 435238 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 56419991 19517923328 646744 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
Current children cumulated CPU time: 4.83 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 2586976 KiB

[startup+6.30031 s]
/proc/loadavg: 0.59 0.20 0.12 5/317 435390
/proc/meminfo: memFree=111623408/131655788 swapFree=131057156/131071996
[pid=435288] ppid=435285 vsize=19127036 memory=2597272 CPUtime=10.28 cores=1,3
/proc/435288/stat : 435288 (java) S 435285 435288 435238 0 -1 1077936128 22041 0 39 0 955 73 0 0 20 0 20 0 56419961 19586084864 649318 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 0 0 16800975 0 0 0 17 1 0 0 12 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
/proc/435288/statm: 4781759 649318 6166 1 0 1087876 0
[pid=435288/tid=435318] ppid=435285 vsize=19127036 memory=-4125664751245767265 CPUtime=5.69 cores=1,3
/proc/435288/task/435318/stat : 435318 (java) R 435285 435288 435238 0 -1 4194368 7642 0 22 0 505 64 0 0 20 0 20 0 56419975 19586084864 649318 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 11 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
[pid=435288/tid=435371] ppid=435285 vsize=19127036 memory=3891172965899045081 CPUtime=0 cores=1,3
/proc/435288/task/435371/stat : 435371 (Finalizer) S 435285 435288 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56419989 19586084864 649318 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
[pid=435288/tid=435385] ppid=435285 vsize=19127036 memory=12264 CPUtime=0 cores=1,3
/proc/435288/task/435385/stat : 435385 (Common-Cleaner) S 435285 435288 435238 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 56419991 19586084864 649318 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
[pid=435288/tid=435390] ppid=435285 vsize=19127036 memory=12240 CPUtime=0 cores=1,3
/proc/435288/task/435390/stat : 435390 (Timer-0) S 435285 435288 435238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56420350 19586084864 649318 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
Current children cumulated CPU time: 10.28 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 2597272 KiB

[startup+12.7005 s]
/proc/loadavg: 0.94 0.28 0.15 6/318 435393
/proc/meminfo: memFree=109321808/131655788 swapFree=131057156/131071996
[pid=435288] ppid=435285 vsize=19127036 memory=2597740 CPUtime=17.38 cores=1,3
/proc/435288/stat : 435288 (java) S 435285 435288 435238 0 -1 1077936128 22914 0 39 0 1664 74 0 0 20 0 20 0 56419961 19586084864 649435 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 0 0 16800975 0 0 0 17 1 0 0 12 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
/proc/435288/statm: 4781759 649435 6166 1 0 1087908 0
[pid=435288/tid=435318] ppid=435285 vsize=19127036 memory=12240 CPUtime=12.07 cores=1,3
/proc/435288/task/435318/stat : 435318 (java) R 435285 435288 435238 0 -1 4194368 8292 0 22 0 1142 65 0 0 20 0 20 0 56419975 19586084864 649435 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 11 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
[pid=435288/tid=435371] ppid=435285 vsize=19127036 memory=2597600 CPUtime=0 cores=1,3
/proc/435288/task/435371/stat : 435371 (Finalizer) S 435285 435288 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56419989 19586084864 649435 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
[pid=435288/tid=435385] ppid=435285 vsize=19127036 memory=2597600 CPUtime=0 cores=1,3
/proc/435288/task/435385/stat : 435385 (Common-Cleaner) S 435285 435288 435238 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 56419991 19586084864 649435 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
[pid=435288/tid=435390] ppid=435285 vsize=19127036 memory=2597272 CPUtime=0 cores=1,3
/proc/435288/task/435390/stat : 435390 (Timer-0) S 435285 435288 435238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56420350 19586084864 649435 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
Current children cumulated CPU time: 17.38 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 2597740 KiB

[startup+25.5005 s]
/proc/loadavg: 1.99 0.54 0.24 5/319 435395
/proc/meminfo: memFree=105575336/131655788 swapFree=131057156/131071996
[pid=435288] ppid=435285 vsize=19127036 memory=4929688 CPUtime=32.72 cores=1,3
/proc/435288/stat : 435288 (java) S 435285 435288 435238 0 -1 1077936128 31695 0 39 0 3149 123 0 0 20 0 20 0 56419961 19586084864 1232422 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 0 0 16800975 0 0 0 17 1 0 0 12 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
/proc/435288/statm: 4781759 1232422 6195 1 0 1994524 0
[pid=435288/tid=435318] ppid=435285 vsize=19127036 memory=2597600 CPUtime=22.32 cores=1,3
/proc/435288/task/435318/stat : 435318 (java) R 435285 435288 435238 0 -1 4194368 10143 0 22 0 2156 76 0 0 20 0 20 0 56419975 19586084864 1232422 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 11 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
[pid=435288/tid=435371] ppid=435285 vsize=19127036 memory=2597272 CPUtime=0 cores=1,3
/proc/435288/task/435371/stat : 435371 (Finalizer) S 435285 435288 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56419989 19586084864 1232422 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
[pid=435288/tid=435385] ppid=435285 vsize=19127036 memory=4872344 CPUtime=0 cores=1,3
/proc/435288/task/435385/stat : 435385 (Common-Cleaner) S 435285 435288 435238 0 -1 1077936192 62 0 0 0 0 0 0 0 20 0 20 0 56419991 19586084864 1232422 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
[pid=435288/tid=435390] ppid=435285 vsize=19127036 memory=-8815066639039570620 CPUtime=0 cores=1,3
/proc/435288/task/435390/stat : 435390 (Timer-0) S 435285 435288 435238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56420350 19586084864 1232422 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
Current children cumulated CPU time: 32.72 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 4929688 KiB

[startup+51.1146 s]
/proc/loadavg: 2.94 0.89 0.36 5/320 435401
/proc/meminfo: memFree=101034512/131655788 swapFree=131057156/131071996
[pid=435288] ppid=435285 vsize=19127036 memory=6006388 CPUtime=62.59 cores=1,3
/proc/435288/stat : 435288 (java) S 435285 435288 435238 0 -1 1077936128 40423 0 39 0 6110 149 0 0 20 0 20 0 56419961 19586084864 1501597 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 0 0 16800975 0 0 0 17 1 0 0 12 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
/proc/435288/statm: 4781759 1501597 6195 1 0 2686182 0
[pid=435288/tid=435318] ppid=435285 vsize=19127036 memory=5836404 CPUtime=44.8 cores=1,3
/proc/435288/task/435318/stat : 435318 (java) R 435285 435288 435238 0 -1 4194368 10841 0 22 0 4387 93 0 0 20 0 20 0 56419975 19586084864 1501597 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 11 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
[pid=435288/tid=435371] ppid=435285 vsize=19127036 memory=5504228 CPUtime=0 cores=1,3
/proc/435288/task/435371/stat : 435371 (Finalizer) S 435285 435288 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56419989 19586084864 1501597 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
[pid=435288/tid=435385] ppid=435285 vsize=19127036 memory=77840 CPUtime=0 cores=1,3
/proc/435288/task/435385/stat : 435385 (Common-Cleaner) S 435285 435288 435238 0 -1 1077936192 62 0 0 0 0 0 0 0 20 0 20 0 56419991 19586084864 1501597 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
[pid=435288/tid=435390] ppid=435285 vsize=19127036 memory=-8815066639039570620 CPUtime=0 cores=1,3
/proc/435288/task/435390/stat : 435390 (Timer-0) S 435285 435288 435238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56420350 19586084864 1501597 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
Current children cumulated CPU time: 62.59 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 6006388 KiB

[startup+102.301 s]
/proc/loadavg: 3.97 1.49 0.60 6/320 435410
/proc/meminfo: memFree=93023444/131655788 swapFree=131057156/131071996
[pid=435288] ppid=435285 vsize=19127036 memory=10158280 CPUtime=125.03 cores=1,3
/proc/435288/stat : 435288 (java) S 435285 435288 435238 0 -1 1077936128 79441 0 39 0 12258 245 0 0 20 0 20 0 56419961 19586084864 2539570 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 0 0 16800975 0 0 0 17 1 0 0 12 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
/proc/435288/statm: 4781759 2539570 6195 1 0 3045333 0
[pid=435288/tid=435318] ppid=435285 vsize=19127036 memory=9492364 CPUtime=89.32 cores=1,3
/proc/435288/task/435318/stat : 435318 (java) S 435285 435288 435238 0 -1 1077936192 17441 0 22 0 8818 114 0 0 20 0 20 0 56419975 19586084864 2539570 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 11 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0

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

/proc/meminfo: memFree=89927080/131655788 swapFree=131057156/131071996
[pid=435288] ppid=435285 vsize=19127036 memory=16344092 CPUtime=2685.41 cores=1,3
/proc/435288/stat : 435288 (java) S 435285 435288 435238 0 -1 1077936128 3841154 0 39 0 267708 833 0 0 20 0 20 0 56419961 19586084864 4086023 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 0 0 16800975 0 0 0 17 1 0 0 12 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
/proc/435288/statm: 4781759 4086023 6237 1 0 4096693 0
[pid=435288/tid=435318] ppid=435285 vsize=19127036 memory=16344076 CPUtime=1529.71 cores=1,3
/proc/435288/task/435318/stat : 435318 (java) S 435285 435288 435238 0 -1 1077936192 1180166 0 22 0 152688 283 0 0 20 0 20 0 56419975 19586084864 4086023 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 11 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
[pid=435288/tid=435371] ppid=435285 vsize=19127036 memory=16344088 CPUtime=0 cores=1,3
/proc/435288/task/435371/stat : 435371 (Finalizer) S 435285 435288 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56419989 19586084864 4086023 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
[pid=435288/tid=435385] ppid=435285 vsize=19127036 memory=12240 CPUtime=0 cores=1,3
/proc/435288/task/435385/stat : 435385 (Common-Cleaner) S 435285 435288 435238 0 -1 1077936192 458 0 0 0 0 0 0 0 20 0 20 0 56419991 19586084864 4086023 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
[pid=435288/tid=435390] ppid=435285 vsize=19127036 memory=129 CPUtime=0 cores=1,3
/proc/435288/task/435390/stat : 435390 (Timer-0) S 435285 435288 435238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56420350 19586084864 4086023 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
Current children cumulated CPU time: 2685.41 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16344092 KiB

[startup+2022.3 s]
/proc/loadavg: 5.11 5.05 4.64 6/316 437036
/proc/meminfo: memFree=89682920/131655788 swapFree=131057156/131071996
[pid=435288] ppid=435285 vsize=19127036 memory=16344112 CPUtime=2804.51 cores=1,3
/proc/435288/stat : 435288 (java) S 435285 435288 435238 0 -1 1077936128 3884004 0 39 0 279614 837 0 0 20 0 20 0 56419961 19586084864 4086028 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 0 0 16800975 0 0 0 17 1 0 0 12 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
/proc/435288/statm: 4781759 4086028 6237 1 0 4096703 0
[pid=435288/tid=435318] ppid=435285 vsize=19127036 memory=-8815066639039570620 CPUtime=1529.71 cores=1,3
/proc/435288/task/435318/stat : 435318 (java) S 435285 435288 435238 0 -1 1077936192 1180208 0 22 0 152688 283 0 0 20 0 20 0 56419975 19586084864 4086028 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 11 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
[pid=435288/tid=435371] ppid=435285 vsize=19127036 memory=16344112 CPUtime=0 cores=1,3
/proc/435288/task/435371/stat : 435371 (Finalizer) S 435285 435288 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56419989 19586084864 4086028 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
[pid=435288/tid=435385] ppid=435285 vsize=19127036 memory=16344112 CPUtime=0 cores=1,3
/proc/435288/task/435385/stat : 435385 (Common-Cleaner) S 435285 435288 435238 0 -1 1077936192 468 0 0 0 0 0 0 0 20 0 20 0 56419991 19586084864 4086028 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
[pid=435288/tid=435390] ppid=435285 vsize=19127036 memory=16344104 CPUtime=0 cores=1,3
/proc/435288/task/435390/stat : 435390 (Timer-0) S 435285 435288 435238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56420350 19586084864 4086028 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
Current children cumulated CPU time: 2804.51 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16344112 KiB

[startup+2082.3 s]
/proc/loadavg: 5.16 5.07 4.68 6/316 437046
/proc/meminfo: memFree=89488412/131655788 swapFree=131057156/131071996
[pid=435288] ppid=435285 vsize=19127036 memory=16344136 CPUtime=2923.58 cores=1,3
/proc/435288/stat : 435288 (java) S 435285 435288 435238 0 -1 1077936128 3986996 0 39 0 291514 844 0 0 20 0 20 0 56419961 19586084864 4086034 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 0 0 16800975 0 0 0 17 1 0 0 12 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
/proc/435288/statm: 4781759 4086034 6237 1 0 4096703 0
[pid=435288/tid=435318] ppid=435285 vsize=19127036 memory=16344112 CPUtime=1529.71 cores=1,3
/proc/435288/task/435318/stat : 435318 (java) S 435285 435288 435238 0 -1 1077936192 1180240 0 22 0 152688 283 0 0 20 0 20 0 56419975 19586084864 4086034 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 11 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
[pid=435288/tid=435371] ppid=435285 vsize=19127036 memory=0 CPUtime=0 cores=1,3
/proc/435288/task/435371/stat : 435371 (Finalizer) S 435285 435288 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56419989 19586084864 4086034 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
[pid=435288/tid=435385] ppid=435285 vsize=19127036 memory=16344136 CPUtime=0 cores=1,3
/proc/435288/task/435385/stat : 435385 (Common-Cleaner) S 435285 435288 435238 0 -1 1077936192 469 0 0 0 0 0 0 0 20 0 20 0 56419991 19586084864 4086034 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
[pid=435288/tid=435390] ppid=435285 vsize=19127036 memory=37788 CPUtime=0 cores=1,3
/proc/435288/task/435390/stat : 435390 (Timer-0) S 435285 435288 435238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56420350 19586084864 4086034 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
Current children cumulated CPU time: 2923.58 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16344136 KiB

[startup+2142.3 s]
/proc/loadavg: 5.31 5.13 4.73 6/318 437060
/proc/meminfo: memFree=89475684/131655788 swapFree=131057156/131071996
[pid=435288] ppid=435285 vsize=19127036 memory=16344136 CPUtime=3042.63 cores=1,3
/proc/435288/stat : 435288 (java) S 435285 435288 435238 0 -1 1077936128 4345210 0 39 0 303397 866 0 0 20 0 20 0 56419961 19586084864 4086034 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 0 0 16800975 0 0 0 17 1 0 0 12 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
/proc/435288/statm: 4781759 4086034 6237 1 0 4096703 0
[pid=435288/tid=435318] ppid=435285 vsize=19127036 memory=16344112 CPUtime=1529.71 cores=1,3
/proc/435288/task/435318/stat : 435318 (java) S 435285 435288 435238 0 -1 1077936192 1180243 0 22 0 152688 283 0 0 20 0 20 0 56419975 19586084864 4086034 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 11 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
[pid=435288/tid=435371] ppid=435285 vsize=19127036 memory=0 CPUtime=0 cores=1,3
/proc/435288/task/435371/stat : 435371 (Finalizer) S 435285 435288 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56419989 19586084864 4086034 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
[pid=435288/tid=435385] ppid=435285 vsize=19127036 memory=16344136 CPUtime=0 cores=1,3
/proc/435288/task/435385/stat : 435385 (Common-Cleaner) S 435285 435288 435238 0 -1 1077936192 503 0 0 0 0 0 0 0 20 0 20 0 56419991 19586084864 4086034 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
[pid=435288/tid=435390] ppid=435285 vsize=19127036 memory=77840 CPUtime=0 cores=1,3
/proc/435288/task/435390/stat : 435390 (Timer-0) S 435285 435288 435238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56420350 19586084864 4086034 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
Current children cumulated CPU time: 3042.63 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16344136 KiB

[startup+2202.3 s]
/proc/loadavg: 5.22 5.14 4.76 6/316 437071
/proc/meminfo: memFree=89473400/131655788 swapFree=131057156/131071996
[pid=435288] ppid=435285 vsize=19127036 memory=16344140 CPUtime=3161.67 cores=1,3
/proc/435288/stat : 435288 (java) S 435285 435288 435238 0 -1 1077936128 4347156 0 39 0 315301 866 0 0 20 0 20 0 56419961 19586084864 4086035 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 0 0 16800975 0 0 0 17 1 0 0 12 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
/proc/435288/statm: 4781759 4086035 6237 1 0 4096703 0
[pid=435288/tid=435318] ppid=435285 vsize=19127036 memory=16344136 CPUtime=1529.71 cores=1,3
/proc/435288/task/435318/stat : 435318 (java) S 435285 435288 435238 0 -1 1077936192 1180274 0 22 0 152688 283 0 0 20 0 20 0 56419975 19586084864 4086035 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 11 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
[pid=435288/tid=435371] ppid=435285 vsize=19127036 memory=16344136 CPUtime=0 cores=1,3
/proc/435288/task/435371/stat : 435371 (Finalizer) S 435285 435288 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56419989 19586084864 4086035 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
[pid=435288/tid=435385] ppid=435285 vsize=19127036 memory=16344136 CPUtime=0 cores=1,3
/proc/435288/task/435385/stat : 435385 (Common-Cleaner) S 435285 435288 435238 0 -1 1077936192 521 0 0 0 0 0 0 0 20 0 20 0 56419991 19586084864 4086035 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
[pid=435288/tid=435390] ppid=435285 vsize=19127036 memory=16344140 CPUtime=0 cores=1,3
/proc/435288/task/435390/stat : 435390 (Timer-0) S 435285 435288 435238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56420350 19586084864 4086035 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
Current children cumulated CPU time: 3161.67 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16344140 KiB

[startup+2262.31 s]
/proc/loadavg: 5.39 5.19 4.80 6/316 437082
/proc/meminfo: memFree=89464632/131655788 swapFree=131057156/131071996
[pid=435288] ppid=435285 vsize=19127036 memory=16344140 CPUtime=3280.83 cores=1,3
/proc/435288/stat : 435288 (java) S 435285 435288 435238 0 -1 1077936128 4348094 0 39 0 327215 868 0 0 20 0 20 0 56419961 19586084864 4086035 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 0 0 16800975 0 0 0 17 1 0 0 12 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
/proc/435288/statm: 4781759 4086035 6237 1 0 4096703 0
[pid=435288/tid=435318] ppid=435285 vsize=19127036 memory=16344140 CPUtime=1529.71 cores=1,3
/proc/435288/task/435318/stat : 435318 (java) S 435285 435288 435238 0 -1 1077936192 1180274 0 22 0 152688 283 0 0 20 0 20 0 56419975 19586084864 4086035 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 11 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
[pid=435288/tid=435371] ppid=435285 vsize=19127036 memory=16344140 CPUtime=0 cores=1,3
/proc/435288/task/435371/stat : 435371 (Finalizer) S 435285 435288 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56419989 19586084864 4086035 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
[pid=435288/tid=435385] ppid=435285 vsize=19127036 memory=16344140 CPUtime=0 cores=1,3
/proc/435288/task/435385/stat : 435385 (Common-Cleaner) S 435285 435288 435238 0 -1 1077936192 521 0 0 0 0 0 0 0 20 0 20 0 56419991 19586084864 4086035 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
[pid=435288/tid=435390] ppid=435285 vsize=19127036 memory=12264 CPUtime=0 cores=1,3
/proc/435288/task/435390/stat : 435390 (Timer-0) S 435285 435288 435238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56420350 19586084864 4086035 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
Current children cumulated CPU time: 3280.83 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16344140 KiB

[startup+2263.68 s]
# the end of solver process 435288 was just reported to runsolver
# Child status: 1

# cumulated CPU time of all completed processes:  user=3274.56 s, system=8.81796 s

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

[startup+2262.4 s]
/proc/loadavg: 5.39 5.19 4.80 6/316 437082
/proc/meminfo: memFree=89464632/131655788 swapFree=131057156/131071996
[pid=435288] ppid=435285 vsize=19127036 memory=16344140 CPUtime=3281.02 cores=1,3
/proc/435288/stat : 435288 (java) S 435285 435288 435238 0 -1 1077936128 4348094 0 39 0 327234 868 0 0 20 0 20 0 56419961 19586084864 4086035 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 0 0 16800975 0 0 0 17 1 0 0 12 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
/proc/435288/statm: 4781759 4086035 6237 1 0 4096703 0
[pid=435288/tid=435318] ppid=435285 vsize=19127036 memory=16344140 CPUtime=1529.71 cores=1,3
/proc/435288/task/435318/stat : 435318 (java) S 435285 435288 435238 0 -1 1077936192 1180274 0 22 0 152688 283 0 0 20 0 20 0 56419975 19586084864 4086035 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 11 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
[pid=435288/tid=435371] ppid=435285 vsize=19127036 memory=327154 CPUtime=0 cores=1,3
/proc/435288/task/435371/stat : 435371 (Finalizer) S 435285 435288 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56419989 19586084864 4086035 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
[pid=435288/tid=435385] ppid=435285 vsize=19127036 memory=16344140 CPUtime=0 cores=1,3
/proc/435288/task/435385/stat : 435385 (Common-Cleaner) S 435285 435288 435238 0 -1 1077936192 521 0 0 0 0 0 0 0 20 0 20 0 56419991 19586084864 4086035 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
[pid=435288/tid=435390] ppid=435285 vsize=19127036 memory=12264 CPUtime=0 cores=1,3
/proc/435288/task/435390/stat : 435390 (Timer-0) S 435285 435288 435238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56420350 19586084864 4086035 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
Current children cumulated CPU time: 3281.02 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16344140 KiB

[startup+2263.2 s]
/proc/loadavg: 5.39 5.19 4.80 6/316 437082
/proc/meminfo: memFree=89464616/131655788 swapFree=131057156/131071996
[pid=435288] ppid=435285 vsize=19127036 memory=16344140 CPUtime=3282.61 cores=1,3
/proc/435288/stat : 435288 (java) S 435285 435288 435238 0 -1 1077936128 4348094 0 39 0 327393 868 0 0 20 0 20 0 56419961 19586084864 4086035 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 0 0 16800975 0 0 0 17 1 0 0 12 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
/proc/435288/statm: 4781759 4086035 6237 1 0 4096703 0
[pid=435288/tid=435318] ppid=435285 vsize=19127036 memory=16344140 CPUtime=1529.71 cores=1,3
/proc/435288/task/435318/stat : 435318 (java) S 435285 435288 435238 0 -1 1077936192 1180274 0 22 0 152688 283 0 0 20 0 20 0 56419975 19586084864 4086035 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 11 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
[pid=435288/tid=435371] ppid=435285 vsize=19127036 memory=-8815066639039570620 CPUtime=0 cores=1,3
/proc/435288/task/435371/stat : 435371 (Finalizer) S 435285 435288 435238 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 56419989 19586084864 4086035 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
[pid=435288/tid=435385] ppid=435285 vsize=19127036 memory=-8672352224482534076 CPUtime=0 cores=1,3
/proc/435288/task/435385/stat : 435385 (Common-Cleaner) S 435285 435288 435238 0 -1 1077936192 521 0 0 0 0 0 0 0 20 0 20 0 56419991 19586084864 4086035 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
[pid=435288/tid=435390] ppid=435285 vsize=19127036 memory=12264 CPUtime=0 cores=1,3
/proc/435288/task/435390/stat : 435390 (Timer-0) S 435285 435288 435238 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 56420350 19586084864 4086035 134679101440 94793156857856 94793156861552 140726362964848 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94793156869368 94793156870160 94793177268224 140726362973194 140726362973284 140726362973284 140726362980296 0
Current children cumulated CPU time: 3282.61 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 16344140 KiB

[startup+2263.6 s]*
/proc/loadavg: 5.39 5.19 4.80 5/298 437082
/proc/meminfo: memFree=103799088/131655788 swapFree=131057156/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1

Real time (s): 2263.68
CPU time (s): 3283.38
CPU user time (s): 3274.56
CPU system time (s): 8.81796
CPU usage (%): 145.046
Max. virtual memory (cumulated for all children) (KiB): 19131272
Max. memory (cumulated for all children) (KiB): 16344140

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3274.56
system time used= 8.81796
maximum resident set size= 16344880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4348205
page faults= 39
swaps= 0
block input operations= 4328
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 78464
involuntary context switches= 48539


# summary of solver processes directly reported to runsolver:
#   pid: 435288
#   total CPU time (s): 3283.38
#   total CPU user time (s): 3274.56
#   total CPU system time (s): 8.81796

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.8601 second user time and 16.3937 second system time

The end

Launcher Data

Begin job on nodeC005 at 2024-07-29 00:05:06
IDJOB=4461927
IDBENCH=178873
IDSOLVER=3058
FILE ID=nodeC005/4461927-1722204305
RUNJOBID= nodeC005-1722204305-435250
SLURM_JOB_ID= 8248640
Free space on /tmp= 723740 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/SMTI/SMTI_PBO/SMTI_10000_5_0.85_3.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4461927-1722204305/watcher-4461927-1722204305 -o /tmp/evaluation-result-4461927-1722204305/solver-4461927-1722204305 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1722204305-435250 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4461927-1722204305.opb

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

MD5SUM BENCH= 537d8323250008264911433ecf346d18
RANDOM SEED=1194767636

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.111
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.119
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.111
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.111
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		: 1197.381
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		: 1197.236
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:        127021772 kB
MemAvailable:   129998096 kB
Buffers:          392656 kB
Cached:          3398212 kB
SwapCached:          244 kB
Active:          1766956 kB
Inactive:        2296188 kB
Active(anon):       2088 kB
Inactive(anon):   323068 kB
Active(file):    1764868 kB
Inactive(file):  1973120 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131057156 kB
Dirty:             46852 kB
Writeback:             0 kB
AnonPages:        272288 kB
Mapped:            97144 kB
Shmem:             52880 kB
KReclaimable:     156736 kB
Slab:             264708 kB
SReclaimable:     156736 kB
SUnreclaim:       107972 kB
KernelStack:        3616 kB
PageTables:        10292 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     653632 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            10720 kB
HardwareCorrupted:     0 kB
AnonHugePages:    141312 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= 723752 MiB
End job on nodeC005 at 2024-07-29 00:42:49