Trace number 4485466

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 2025-06-06? (TO) 3600.24 3455.96

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-blp-ic97.opb
MD5SUM55b762fd6bb408eb2777c16ed585e3a1
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1078264320
Best CPU time to get the best result obtained on this benchmark72000.5
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables11503
Total number of constraints971
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)835
Number of constraints which are nor clauses,nor cardinality constraints136
Minimum length of a constraint4
Maximum length of a constraint9784
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 83886080000000
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 508832629179091
Number of bits of the biggest sum of numbers49
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.13	c See www.sat4j.org for details.
0.11/0.14	c version PB25.v20250606
0.11/0.17	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.17	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.17	c java.vm.version	22.0.1+8-16
0.11/0.17	c java.vm.vendor	Oracle Corporation
0.11/0.17	c sun.arch.data.model	64
0.11/0.17	c java.version		22.0.1
0.11/0.17	c os.name		Linux
0.11/0.17	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.11/0.17	c os.arch		amd64
0.11/0.18	c Free memory 		2104792832
0.11/0.18	c Max memory 		16282288128
0.11/0.18	c Total memory 		2113929216
0.11/0.18	c Number of processors 	2
0.28/0.28	c Pseudo Boolean Optimization by upper bound
0.28/0.28	c --- Begin Solver configuration ---
0.28/0.28	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.28/0.28	c Learn all clauses as in MiniSAT
0.28/0.28	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.28/0.28	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.28/0.28	c Expensive reason simplification
0.28/0.28	c Glucose 2.1 dynamic restart strategy
0.28/0.28	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.28/0.28	c timeout=2147483s
0.28/0.28	c DB Simplification allowed=false
0.28/0.28	c Listener: none
0.28/0.28	c --- End Solver configuration ---
0.28/0.28	c solving HOME/instance-4485466-1751297532.opb
0.28/0.28	c reading problem ... 
0.28/0.29	c  objective function found
1.50/0.99	c ... done. Wall clock time 0.702s.
1.50/0.99	c declared #vars     11503
1.50/0.99	c #constraints  1063
1.50/0.99	c constraints type 
1.50/0.99	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 708
1.50/0.99	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 224
1.50/0.99	c org.sat4j.specs.Constr$1 => 127
1.50/0.99	c org.sat4j.pb.constraints.pb.UnitClausesPB => 4
1.50/0.99	c 1063 constraints processed.
1.65/1.01	c objective function length is 31 literals
21.03/18.63	c cleaning 2500 clauses out of 4999 with flag 13082/5000
48.88/45.59	c cleaning 4272 clauses out of 8543 with flag 27009/11044
80.65/76.39	c cleaning 5646 clauses out of 11295 with flag 42293/18068
120.18/112.49	c cleaning 6794 clauses out of 13589 with flag 61249/26008
163.29/151.44	c cleaning 7959 clauses out of 15917 with flag 82911/35130
214.54/198.02	c cleaning 8848 clauses out of 17868 with flag 103124/45040
263.27/245.52	c cleaning 9982 clauses out of 19980 with flag 125734/56000
310.26/290.99	c cleaning 11040 clauses out of 22081 with flag 152501/68083
370.05/347.46	c cleaning 12028 clauses out of 24058 with flag 178670/81100
428.21/403.67	c cleaning 13051 clauses out of 26103 with flag 208636/95173
489.54/463.24	c cleaning 13977 clauses out of 27957 with flag 240075/110078
544.91/513.31	c cleaning 15080 clauses out of 30161 with flag 276443/126259
625.10/591.32	c cleaning 16008 clauses out of 32016 with flag 313048/143194
723.96/683.68	c cleaning 17020 clauses out of 34040 with flag 351089/161226
834.24/791.58	c cleaning 18062 clauses out of 36124 with flag 390466/180330
998.68/949.51	c cleaning 18904 clauses out of 37835 with flag 430300/200103
1223.07/1164.71	c cleaning 20064 clauses out of 40134 with flag 474720/221306
1363.23/1302.22	c cleaning 20910 clauses out of 41828 with flag 519159/243064
1516.19/1447.08	c cleaning 22001 clauses out of 44010 with flag 566938/266156
1821.43/1749.57	c cleaning 23195 clauses out of 46391 with flag 618578/290538
1931.47/1851.04	c cleaning 23855 clauses out of 47737 with flag 668667/315079
2019.72/1936.33	c cleaning 24879 clauses out of 49803 with flag 722010/341000
2251.20/2158.39	c cleaning 25980 clauses out of 51991 with flag 776321/368067
2354.96/2258.30	c cleaning 26956 clauses out of 53945 with flag 833760/396001
2529.92/2425.29	c cleaning 27981 clauses out of 55999 with flag 892726/425011
2635.37/2523.21	c cleaning 28920 clauses out of 58007 with flag 955976/455000
2749.30/2633.36	c cleaning 30014 clauses out of 60087 with flag 1022721/486000
3004.18/2877.30	c cleaning 31035 clauses out of 62102 with flag 1087029/518029
3153.22/3021.89	c cleaning 32033 clauses out of 64093 with flag 1155580/551055
3506.59/3371.97	c cleaning 32983 clauses out of 66005 with flag 1224549/585000
3599.75/3455.59	c cleaning 34016 clauses out of 68057 with flag 1298609/620035
3600.05/3455.82	c timeout
3600.05/3455.84	c starts		: 1
3600.05/3455.85	c conflicts		: 620151
3600.05/3455.85	c decisions		: 729568
3600.05/3455.85	c propagations		: 110147971
3600.05/3455.85	c inspects		: 2037854722
3600.05/3455.85	c shortcuts		: 0
3600.05/3455.85	c learnt literals	: 1
3600.05/3455.85	c learnt binary clauses	: 0
3600.05/3455.85	c learnt ternary clauses	: 0
3600.05/3455.85	c learnt constraints	: 620150
3600.05/3455.85	c ignored constraints	: 0
3600.05/3455.85	c root simplifications	: 0
3600.05/3455.85	c removed literals (reason simplification)	: 10586888
3600.05/3455.85	c reason swapping (by a shorter reason)	: 0
3600.05/3455.85	c Calls to reduceDB	: 31
3600.05/3455.85	c Number of update (reduction) of LBD	: 27009
3600.05/3455.85	c Imported unit clauses	: 0
3600.05/3455.85	c No decision after first conflict	: false
3600.05/3455.85	c number of reductions to clauses (during analyze)	: 0
3600.05/3455.85	c number of learned constraints concerned by reduction	: 0
3600.05/3455.85	c number of learning phase by resolution	: 0
3600.05/3455.85	c number of learning phase by cutting planes	: 0
3600.05/3455.85	c number of rounding to 1 operations	: 0
3600.05/3455.85	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3455.85	c number of reductions of the coefficients by power 2 	: 0
3600.05/3455.85	c number of right shift for reduction by power 2 	: 0
3600.05/3455.85	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3455.85	c number of ending skipping 	: 0
3600.05/3455.85	c number of internal skipping 	: 0
3600.05/3455.85	c number of derivation steps 	: 0
3600.05/3455.85	c number of skipped derivation steps 	: 0
3600.05/3455.86	c number of remaining unassigned 	: 0
3600.05/3455.86	c number of remaining assigned 	: 0
3600.05/3455.86	c number of falsified literals weakened from reason	: 0
3600.05/3455.86	c number of falsified literals weakened from conflict	: 0
3600.05/3455.86	c time for arithmetic operations	: 0
3600.05/3455.86	c minimum degree of deleted constraints	: null
3600.05/3455.86	c maximum degree of deleted constraints	: null
3600.05/3455.86	c number of deleted constraints	: 0
3600.05/3455.86	c speed (assignments/second)	: 31882.36824799179
3600.05/3455.86	c non guided choices	: 4445
3600.05/3455.88	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 34157
3600.05/3455.88	s UNKNOWN
3600.05/3455.89	c Total wall clock time (in seconds): 3455.6

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: 63837 MiB (33998 MiB free)
  memory of node 1: 64465 MiB (62647 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4485466-1751297532/watcher-4485466-1751297532 -o /tmp/evaluation-result-4485466-1751297532/solver-4485466-1751297532 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751290673-47015 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4485466-1751297532.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=47881, runsolver pid=47878

[startup+0.10007 s]*
/proc/loadavg: 4.12 4.20 4.25 5/326 47899
/proc/meminfo: memFree=98944416/131382112 swapFree=33010684/33010684
[pid=47881] ppid=47878 vsize=18930384 memory=49060 CPUtime=0.11 cores=1,3
/proc/47881/stat : 47881 (java) S 47878 47881 47003 0 -1 4194304 5947 0 0 0 9 2 0 0 20 0 18 0 45432336 19384713216 12265 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
/proc/47881/statm: 4732596 12265 5305 1 0 547123 0
[pid=47881/tid=47883] ppid=47878 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/47881/task/47883/stat : 47883 (java) R 47878 47881 47003 0 -1 4194368 4820 0 0 0 6 1 0 0 20 0 18 0 45432337 19384713216 12265 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
[pid=47881/tid=47892] ppid=47878 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/47881/task/47892/stat : 47892 (Finalizer) S 47878 47881 47003 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 45432340 19384713216 12265 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
[pid=47881/tid=47899] ppid=47878 vsize=18930384 memory=58494082638250 CPUtime=0 cores=1,3
/proc/47881/task/47899/stat : 47899 (Common-Cleaner) S 47878 47881 47003 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 45432340 19384713216 12265 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49060 KiB

[startup+0.213541 s]*
/proc/loadavg: 4.12 4.20 4.25 6/326 47899
/proc/meminfo: memFree=98934088/131382112 swapFree=33010684/33010684
[pid=47881] ppid=47878 vsize=18930384 memory=57892 CPUtime=0.28 cores=1,3
/proc/47881/stat : 47881 (java) S 47878 47881 47003 0 -1 4194304 6605 0 0 0 25 3 0 0 20 0 18 0 45432336 19384713216 14473 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
/proc/47881/statm: 4732596 14473 5337 1 0 547639 0
[pid=47881/tid=47883] ppid=47878 vsize=18930384 memory=4026663196 CPUtime=0.17 cores=1,3
/proc/47881/task/47883/stat : 47883 (java) R 47878 47881 47003 0 -1 4194368 5087 0 0 0 16 1 0 0 20 0 18 0 45432337 19384713216 14473 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
[pid=47881/tid=47892] ppid=47878 vsize=18930384 memory=17127 CPUtime=0 cores=1,3
/proc/47881/task/47892/stat : 47892 (Finalizer) S 47878 47881 47003 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 45432340 19384713216 14473 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
[pid=47881/tid=47899] ppid=47878 vsize=18930384 memory=57394570986489 CPUtime=0 cores=1,3
/proc/47881/task/47899/stat : 47899 (Common-Cleaner) S 47878 47881 47003 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 45432340 19384713216 14473 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57892 KiB

[startup+0.313672 s]*
/proc/loadavg: 4.12 4.20 4.25 8/326 47899
/proc/meminfo: memFree=98930056/131382112 swapFree=33010684/33010684
[pid=47881] ppid=47878 vsize=18930384 memory=59300 CPUtime=0.43 cores=1,3
/proc/47881/stat : 47881 (java) S 47878 47881 47003 0 -1 4194304 6880 0 0 0 40 3 0 0 20 0 18 0 45432336 19384713216 14825 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
/proc/47881/statm: 4732596 14825 5433 1 0 547833 0
[pid=47881/tid=47883] ppid=47878 vsize=18930384 memory=-6000919472672761195 CPUtime=0.26 cores=1,3
/proc/47881/task/47883/stat : 47883 (java) R 47878 47881 47003 0 -1 4194368 5248 0 0 0 24 2 0 0 20 0 18 0 45432337 19384713216 14825 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
[pid=47881/tid=47892] ppid=47878 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/47881/task/47892/stat : 47892 (Finalizer) S 47878 47881 47003 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 45432340 19384713216 14825 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
[pid=47881/tid=47899] ppid=47878 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/47881/task/47899/stat : 47899 (Common-Cleaner) S 47878 47881 47003 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 45432340 19384713216 14825 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59300 KiB

[startup+0.700286 s]
/proc/loadavg: 4.12 4.20 4.25 7/326 47899
/proc/meminfo: memFree=98917768/131382112 swapFree=33010684/33010684
[pid=47881] ppid=47878 vsize=18930384 memory=118176 CPUtime=1.15 cores=1,3
/proc/47881/stat : 47881 (java) S 47878 47881 47003 0 -1 4194304 8859 0 0 0 110 5 0 0 20 0 18 0 45432336 19384713216 29544 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
/proc/47881/statm: 4732596 29544 5433 1 0 549098 0
[pid=47881/tid=47883] ppid=47878 vsize=18930384 memory=17664 CPUtime=0.61 cores=1,3
/proc/47881/task/47883/stat : 47883 (java) R 47878 47881 47003 0 -1 4194368 5297 0 0 0 58 3 0 0 20 0 18 0 45432337 19384713216 29544 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
[pid=47881/tid=47892] ppid=47878 vsize=18930384 memory=11264 CPUtime=0 cores=1,3
/proc/47881/task/47892/stat : 47892 (Finalizer) S 47878 47881 47003 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 45432340 19384713216 29544 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
[pid=47881/tid=47899] ppid=47878 vsize=18930384 memory=3328 CPUtime=0 cores=1,3
/proc/47881/task/47899/stat : 47899 (Common-Cleaner) S 47878 47881 47003 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 45432340 19384713216 29544 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 118176 KiB

[startup+1.50026 s]
/proc/loadavg: 4.12 4.20 4.25 6/327 47900
/proc/meminfo: memFree=98803144/131382112 swapFree=33010684/33010684
[pid=47881] ppid=47878 vsize=19063512 memory=206368 CPUtime=2.63 cores=1,3
/proc/47881/stat : 47881 (java) S 47878 47881 47003 0 -1 4194304 15853 0 0 0 254 9 0 0 20 0 20 0 45432336 19521036288 51592 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
/proc/47881/statm: 4765878 51592 5497 1 0 553588 0
[pid=47881/tid=47883] ppid=47878 vsize=19063512 memory=3328 CPUtime=1.23 cores=1,3
/proc/47881/task/47883/stat : 47883 (java) R 47878 47881 47003 0 -1 4194368 5426 0 0 0 119 4 0 0 20 0 20 0 45432337 19521036288 51592 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
[pid=47881/tid=47892] ppid=47878 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/47881/task/47892/stat : 47892 (Finalizer) S 47878 47881 47003 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45432340 19521036288 51592 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
[pid=47881/tid=47899] ppid=47878 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/47881/task/47899/stat : 47899 (Common-Cleaner) S 47878 47881 47003 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 45432340 19521036288 51592 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
Current children cumulated CPU time: 2.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 206368 KiB

[startup+3.11425 s]
/proc/loadavg: 4.11 4.20 4.25 6/328 47901
/proc/meminfo: memFree=98803184/131382112 swapFree=33010684/33010684
[pid=47881] ppid=47878 vsize=19063512 memory=272696 CPUtime=4.83 cores=1,3
/proc/47881/stat : 47881 (java) S 47878 47881 47003 0 -1 4194304 18043 0 0 0 472 11 0 0 20 0 20 0 45432336 19521036288 68174 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
/proc/47881/statm: 4765878 68174 5497 1 0 553593 0
[pid=47881/tid=47883] ppid=47878 vsize=19063512 memory=11264 CPUtime=2.74 cores=1,3
/proc/47881/task/47883/stat : 47883 (java) R 47878 47881 47003 0 -1 4194368 5627 0 0 0 270 4 0 0 20 0 20 0 45432337 19521036288 68174 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
[pid=47881/tid=47892] ppid=47878 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/47881/task/47892/stat : 47892 (Finalizer) S 47878 47881 47003 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45432340 19521036288 68174 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
[pid=47881/tid=47899] ppid=47878 vsize=19063512 memory=5632 CPUtime=0 cores=1,3
/proc/47881/task/47899/stat : 47899 (Common-Cleaner) S 47878 47881 47003 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 45432340 19521036288 68174 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
[pid=47881/tid=47901] ppid=47878 vsize=19063512 memory=4252 CPUtime=0 cores=1,3
/proc/47881/task/47901/stat : 47901 (Timer-0) S 47878 47881 47003 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45432439 19521036288 68174 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
Current children cumulated CPU time: 4.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 272696 KiB

[startup+6.30026 s]
/proc/loadavg: 4.11 4.20 4.25 5/328 47901
/proc/meminfo: memFree=98598196/131382112 swapFree=33010684/33010684
[pid=47881] ppid=47878 vsize=19063512 memory=338868 CPUtime=8.19 cores=1,3
/proc/47881/stat : 47881 (java) S 47878 47881 47003 0 -1 4194304 19745 0 0 0 806 13 0 0 20 0 20 0 45432336 19521036288 84717 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
/proc/47881/statm: 4765878 84717 5497 1 0 553593 0
[pid=47881/tid=47883] ppid=47878 vsize=19063512 memory=0 CPUtime=5.81 cores=1,3
/proc/47881/task/47883/stat : 47883 (java) R 47878 47881 47003 0 -1 4194368 5947 0 0 0 577 4 0 0 20 0 20 0 45432337 19521036288 84717 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
[pid=47881/tid=47892] ppid=47878 vsize=19063512 memory=7100839887185286273 CPUtime=0 cores=1,3
/proc/47881/task/47892/stat : 47892 (Finalizer) S 47878 47881 47003 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45432340 19521036288 84717 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
[pid=47881/tid=47899] ppid=47878 vsize=19063512 memory=-6000919472672761195 CPUtime=0 cores=1,3
/proc/47881/task/47899/stat : 47899 (Common-Cleaner) S 47878 47881 47003 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 45432340 19521036288 84717 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
[pid=47881/tid=47901] ppid=47878 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/47881/task/47901/stat : 47901 (Timer-0) S 47878 47881 47003 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45432439 19521036288 84717 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
Current children cumulated CPU time: 8.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 338868 KiB

[startup+12.7004 s]
/proc/loadavg: 4.10 4.19 4.25 5/327 47901
/proc/meminfo: memFree=98405716/131382112 swapFree=33010684/33010684
[pid=47881] ppid=47878 vsize=19063512 memory=561396 CPUtime=14.76 cores=1,3
/proc/47881/stat : 47881 (java) S 47878 47881 47003 0 -1 4194304 22491 0 0 0 1457 19 0 0 20 0 20 0 45432336 19521036288 140349 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
/proc/47881/statm: 4765878 140349 5497 1 0 1117572 0
[pid=47881/tid=47883] ppid=47878 vsize=19063512 memory=0 CPUtime=12.08 cores=1,3
/proc/47881/task/47883/stat : 47883 (java) R 47878 47881 47003 0 -1 4194368 6371 0 0 0 1200 8 0 0 20 0 20 0 45432337 19521036288 140349 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
[pid=47881/tid=47892] ppid=47878 vsize=19063512 memory=520436 CPUtime=0 cores=1,3
/proc/47881/task/47892/stat : 47892 (Finalizer) S 47878 47881 47003 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45432340 19521036288 140349 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
[pid=47881/tid=47899] ppid=47878 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/47881/task/47899/stat : 47899 (Common-Cleaner) S 47878 47881 47003 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 45432340 19521036288 140349 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
[pid=47881/tid=47901] ppid=47878 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/47881/task/47901/stat : 47901 (Timer-0) S 47878 47881 47003 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45432439 19521036288 140349 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
Current children cumulated CPU time: 14.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 561396 KiB

[startup+25.5005 s]
/proc/loadavg: 4.08 4.18 4.24 5/327 47901
/proc/meminfo: memFree=97721432/131382112 swapFree=33010684/33010684
[pid=47881] ppid=47878 vsize=19063512 memory=932848 CPUtime=28.21 cores=1,3
/proc/47881/stat : 47881 (java) S 47878 47881 47003 0 -1 4194304 26946 0 0 0 2792 29 0 0 20 0 20 0 45432336 19521036288 233212 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
/proc/47881/statm: 4765878 233212 5497 1 0 1117654 0
[pid=47881/tid=47883] ppid=47878 vsize=19063512 memory=-6000919472672761195 CPUtime=24.46 cores=1,3
/proc/47881/task/47883/stat : 47883 (java) R 47878 47881 47003 0 -1 4194368 8218 0 0 0 2437 9 0 0 20 0 20 0 45432337 19521036288 233212 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
[pid=47881/tid=47892] ppid=47878 vsize=19063512 memory=3196 CPUtime=0 cores=1,3
/proc/47881/task/47892/stat : 47892 (Finalizer) S 47878 47881 47003 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45432340 19521036288 233212 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
[pid=47881/tid=47899] ppid=47878 vsize=19063512 memory=795528 CPUtime=0 cores=1,3
/proc/47881/task/47899/stat : 47899 (Common-Cleaner) S 47878 47881 47003 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 45432340 19521036288 233212 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
[pid=47881/tid=47901] ppid=47878 vsize=19063512 memory=795400 CPUtime=0 cores=1,3
/proc/47881/task/47901/stat : 47901 (Timer-0) S 47878 47881 47003 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45432439 19521036288 233212 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
Current children cumulated CPU time: 28.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 932848 KiB

[startup+51.1132 s]
/proc/loadavg: 4.19 4.20 4.25 5/327 47901
/proc/meminfo: memFree=96749420/131382112 swapFree=33010684/33010684
[pid=47881] ppid=47878 vsize=19063512 memory=1576224 CPUtime=54.85 cores=1,3
/proc/47881/stat : 47881 (java) S 47878 47881 47003 0 -1 4194304 28985 0 0 0 5442 43 0 0 20 0 20 0 45432336 19521036288 394056 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
/proc/47881/statm: 4765878 394056 5497 1 0 1117710 0
[pid=47881/tid=47883] ppid=47878 vsize=19063512 memory=1457296 CPUtime=49.11 cores=1,3
/proc/47881/task/47883/stat : 47883 (java) R 47878 47881 47003 0 -1 4194368 9031 0 0 0 4901 10 0 0 20 0 20 0 45432337 19521036288 394056 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
[pid=47881/tid=47892] ppid=47878 vsize=19063512 memory=-6000919472672761195 CPUtime=0 cores=1,3
/proc/47881/task/47892/stat : 47892 (Finalizer) S 47878 47881 47003 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45432340 19521036288 394056 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
[pid=47881/tid=47899] ppid=47878 vsize=19063512 memory=1201160 CPUtime=0 cores=1,3
/proc/47881/task/47899/stat : 47899 (Common-Cleaner) S 47878 47881 47003 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 45432340 19521036288 394056 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
[pid=47881/tid=47901] ppid=47878 vsize=19063512 memory=932848 CPUtime=0 cores=1,3
/proc/47881/task/47901/stat : 47901 (Timer-0) S 47878 47881 47003 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45432439 19521036288 394056 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
Current children cumulated CPU time: 54.85 s

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

/proc/47881/task/47892/stat : 47892 (Finalizer) S 47878 47881 47003 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45432340 19521036288 3719438 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
[pid=47881/tid=47899] ppid=47878 vsize=19063512 memory=14877752 CPUtime=0.01 cores=1,3
/proc/47881/task/47899/stat : 47899 (Common-Cleaner) S 47878 47881 47003 0 -1 4194368 2108 0 0 0 1 0 0 0 20 0 20 0 45432340 19521036288 3719438 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
[pid=47881/tid=47901] ppid=47878 vsize=19063512 memory=14877752 CPUtime=0 cores=1,3
/proc/47881/task/47901/stat : 47901 (Timer-0) S 47878 47881 47003 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45432439 19521036288 3719438 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
Current children cumulated CPU time: 3174.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14877752 KiB

[startup+3102.3 s]
/proc/loadavg: 4.72 4.39 4.27 5/326 48188
/proc/meminfo: memFree=91326452/131382112 swapFree=33010684/33010684
[pid=47881] ppid=47878 vsize=19063512 memory=14877752 CPUtime=3234.57 cores=1,3
/proc/47881/stat : 47881 (java) S 47878 47881 47003 0 -1 4194304 258050 0 0 0 322914 543 0 0 20 0 20 0 45432336 19521036288 3719438 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
/proc/47881/statm: 4765878 3719438 5529 1 0 4084195 0
[pid=47881/tid=47883] ppid=47878 vsize=19063512 memory=14340 CPUtime=3016.88 cores=1,3
/proc/47881/task/47883/stat : 47883 (java) R 47878 47881 47003 0 -1 4194368 111513 0 0 0 301570 118 0 0 20 0 20 0 45432337 19521036288 3719438 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
[pid=47881/tid=47892] ppid=47878 vsize=19063512 memory=14877752 CPUtime=0 cores=1,3
/proc/47881/task/47892/stat : 47892 (Finalizer) S 47878 47881 47003 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45432340 19521036288 3719438 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
[pid=47881/tid=47899] ppid=47878 vsize=19063512 memory=4252 CPUtime=0.01 cores=1,3
/proc/47881/task/47899/stat : 47899 (Common-Cleaner) S 47878 47881 47003 0 -1 4194368 2183 0 0 0 1 0 0 0 20 0 20 0 45432340 19521036288 3719438 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
[pid=47881/tid=47901] ppid=47878 vsize=19063512 memory=14877752 CPUtime=0 cores=1,3
/proc/47881/task/47901/stat : 47901 (Timer-0) S 47878 47881 47003 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45432439 19521036288 3719438 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
Current children cumulated CPU time: 3234.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14877752 KiB

[startup+3162.3 s]
/proc/loadavg: 4.32 4.33 4.26 5/326 48190
/proc/meminfo: memFree=91325736/131382112 swapFree=33010684/33010684
[pid=47881] ppid=47878 vsize=19063512 memory=14877752 CPUtime=3295.03 cores=1,3
/proc/47881/stat : 47881 (java) S 47878 47881 47003 0 -1 4194304 260341 0 0 0 328956 547 0 0 20 0 20 0 45432336 19521036288 3719438 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
/proc/47881/statm: 4765878 3719438 5529 1 0 4084195 0
[pid=47881/tid=47883] ppid=47878 vsize=19063512 memory=14877752 CPUtime=3076.13 cores=1,3
/proc/47881/task/47883/stat : 47883 (java) R 47878 47881 47003 0 -1 4194368 113172 0 0 0 307494 119 0 0 20 0 20 0 45432337 19521036288 3719438 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
[pid=47881/tid=47892] ppid=47878 vsize=19063512 memory=14877752 CPUtime=0 cores=1,3
/proc/47881/task/47892/stat : 47892 (Finalizer) S 47878 47881 47003 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45432340 19521036288 3719438 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
[pid=47881/tid=47899] ppid=47878 vsize=19063512 memory=14877752 CPUtime=0.01 cores=1,3
/proc/47881/task/47899/stat : 47899 (Common-Cleaner) S 47878 47881 47003 0 -1 4194368 2299 0 0 0 1 0 0 0 20 0 20 0 45432340 19521036288 3719438 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
[pid=47881/tid=47901] ppid=47878 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/47881/task/47901/stat : 47901 (Timer-0) S 47878 47881 47003 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45432439 19521036288 3719438 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
Current children cumulated CPU time: 3295.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14877752 KiB

[startup+3222.3 s]
/proc/loadavg: 4.16 4.29 4.25 5/327 48193
/proc/meminfo: memFree=91325904/131382112 swapFree=33010684/33010684
[pid=47881] ppid=47878 vsize=19063512 memory=14877752 CPUtime=3355.46 cores=1,3
/proc/47881/stat : 47881 (java) S 47878 47881 47003 0 -1 4194304 263087 0 0 0 334994 552 0 0 20 0 20 0 45432336 19521036288 3719438 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
/proc/47881/statm: 4765878 3719438 5529 1 0 4084195 0
[pid=47881/tid=47883] ppid=47878 vsize=19063512 memory=14877752 CPUtime=3135.39 cores=1,3
/proc/47881/task/47883/stat : 47883 (java) R 47878 47881 47003 0 -1 4194368 114769 0 0 0 313419 120 0 0 20 0 20 0 45432337 19521036288 3719438 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
[pid=47881/tid=47892] ppid=47878 vsize=19063512 memory=14877752 CPUtime=0 cores=1,3
/proc/47881/task/47892/stat : 47892 (Finalizer) S 47878 47881 47003 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45432340 19521036288 3719438 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
[pid=47881/tid=47899] ppid=47878 vsize=19063512 memory=14877752 CPUtime=0.01 cores=1,3
/proc/47881/task/47899/stat : 47899 (Common-Cleaner) S 47878 47881 47003 0 -1 4194368 2410 0 0 0 1 0 0 0 20 0 20 0 45432340 19521036288 3719438 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
[pid=47881/tid=47901] ppid=47878 vsize=19063512 memory=14877752 CPUtime=0 cores=1,3
/proc/47881/task/47901/stat : 47901 (Timer-0) S 47878 47881 47003 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45432439 19521036288 3719438 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
Current children cumulated CPU time: 3355.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14877752 KiB

[startup+3282.3 s]
/proc/loadavg: 4.09 4.25 4.24 5/327 48195
/proc/meminfo: memFree=91318204/131382112 swapFree=33010684/33010684
[pid=47881] ppid=47878 vsize=19063512 memory=14879800 CPUtime=3415.92 cores=1,3
/proc/47881/stat : 47881 (java) S 47878 47881 47003 0 -1 4194304 267486 0 0 0 341034 558 0 0 20 0 20 0 45432336 19521036288 3719950 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
/proc/47881/statm: 4765878 3719950 5529 1 0 4084195 0
[pid=47881/tid=47883] ppid=47878 vsize=19063512 memory=14877752 CPUtime=3194.63 cores=1,3
/proc/47881/task/47883/stat : 47883 (java) R 47878 47881 47003 0 -1 4194368 117822 0 0 0 319342 121 0 0 20 0 20 0 45432337 19521036288 3719950 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
[pid=47881/tid=47892] ppid=47878 vsize=19063512 memory=14877752 CPUtime=0 cores=1,3
/proc/47881/task/47892/stat : 47892 (Finalizer) S 47878 47881 47003 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45432340 19521036288 3719950 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
[pid=47881/tid=47899] ppid=47878 vsize=19063512 memory=17664 CPUtime=0.01 cores=1,3
/proc/47881/task/47899/stat : 47899 (Common-Cleaner) S 47878 47881 47003 0 -1 4194368 2481 0 0 0 1 0 0 0 20 0 20 0 45432340 19521036288 3719950 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
[pid=47881/tid=47901] ppid=47878 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/47881/task/47901/stat : 47901 (Timer-0) S 47878 47881 47003 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45432439 19521036288 3719950 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
Current children cumulated CPU time: 3415.92 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14879800 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.23 4.23 5/327 48197
/proc/meminfo: memFree=91313392/131382112 swapFree=33010684/33010684
[pid=47881] ppid=47878 vsize=19063512 memory=14879800 CPUtime=3475.81 cores=1,3
/proc/47881/stat : 47881 (java) S 47878 47881 47003 0 -1 4194304 270721 0 0 0 347020 561 0 0 20 0 20 0 45432336 19521036288 3719950 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
/proc/47881/statm: 4765878 3719950 5529 1 0 4084195 0
[pid=47881/tid=47883] ppid=47878 vsize=19063512 memory=14879800 CPUtime=3254.45 cores=1,3
/proc/47881/task/47883/stat : 47883 (java) R 47878 47881 47003 0 -1 4194368 120788 0 0 0 325324 121 0 0 20 0 20 0 45432337 19521036288 3719950 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
[pid=47881/tid=47892] ppid=47878 vsize=19063512 memory=14879800 CPUtime=0 cores=1,3
/proc/47881/task/47892/stat : 47892 (Finalizer) S 47878 47881 47003 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45432340 19521036288 3719950 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
[pid=47881/tid=47899] ppid=47878 vsize=19063512 memory=14879800 CPUtime=0.01 cores=1,3
/proc/47881/task/47899/stat : 47899 (Common-Cleaner) S 47878 47881 47003 0 -1 4194368 2596 0 0 0 1 0 0 0 20 0 20 0 45432340 19521036288 3719950 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
[pid=47881/tid=47901] ppid=47878 vsize=19063512 memory=14340 CPUtime=0 cores=1,3
/proc/47881/task/47901/stat : 47901 (Timer-0) S 47878 47881 47003 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45432439 19521036288 3719950 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
Current children cumulated CPU time: 3475.81 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14879800 KiB

[startup+3402.3 s]
/proc/loadavg: 4.23 4.23 4.23 5/327 48199
/proc/meminfo: memFree=91125024/131382112 swapFree=33010684/33010684
[pid=47881] ppid=47878 vsize=19063512 memory=15060936 CPUtime=3543.89 cores=1,3
/proc/47881/stat : 47881 (java) S 47878 47881 47003 0 -1 4194304 283880 0 0 0 353817 572 0 0 20 0 20 0 45432336 19521036288 3765234 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
/proc/47881/statm: 4765878 3765234 5529 1 0 4084440 0
[pid=47881/tid=47883] ppid=47878 vsize=19063512 memory=14879800 CPUtime=3311.62 cores=1,3
/proc/47881/task/47883/stat : 47883 (java) R 47878 47881 47003 0 -1 4194368 125963 0 0 0 331040 122 0 0 20 0 20 0 45432337 19521036288 3765234 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
[pid=47881/tid=47892] ppid=47878 vsize=19063512 memory=15060040 CPUtime=0 cores=1,3
/proc/47881/task/47892/stat : 47892 (Finalizer) S 47878 47881 47003 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45432340 19521036288 3765234 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
[pid=47881/tid=47899] ppid=47878 vsize=19063512 memory=15060936 CPUtime=0.01 cores=1,3
/proc/47881/task/47899/stat : 47899 (Common-Cleaner) S 47878 47881 47003 0 -1 4194368 2596 0 0 0 1 0 0 0 20 0 20 0 45432340 19521036288 3765234 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
[pid=47881/tid=47901] ppid=47878 vsize=19063512 memory=15060936 CPUtime=0 cores=1,3
/proc/47881/task/47901/stat : 47901 (Timer-0) S 47878 47881 47003 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45432439 19521036288 3765234 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
Current children cumulated CPU time: 3543.89 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15060936 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3455.8 s]
/proc/loadavg: 4.25 4.24 4.23 5/327 48201
/proc/meminfo: memFree=91125064/131382112 swapFree=33010684/33010684
[pid=47881] ppid=47878 vsize=19063512 memory=15060936 CPUtime=3600.05 cores=1,3
/proc/47881/stat : 47881 (java) S 47878 47881 47003 0 -1 4194304 290122 0 0 0 359431 574 0 0 20 0 20 0 45432336 19521036288 3765234 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
/proc/47881/statm: 4765878 3765234 5529 1 0 4084440 0
[pid=47881/tid=47883] ppid=47878 vsize=19063512 memory=17664 CPUtime=3362.17 cores=1,3
/proc/47881/task/47883/stat : 47883 (java) R 47878 47881 47003 0 -1 4194368 129006 0 0 0 336095 122 0 0 20 0 20 0 45432337 19521036288 3765234 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
[pid=47881/tid=47892] ppid=47878 vsize=19063512 memory=11264 CPUtime=0 cores=1,3
/proc/47881/task/47892/stat : 47892 (Finalizer) S 47878 47881 47003 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 45432340 19521036288 3765234 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
[pid=47881/tid=47899] ppid=47878 vsize=19063512 memory=5632 CPUtime=0.01 cores=1,3
/proc/47881/task/47899/stat : 47899 (Common-Cleaner) S 47878 47881 47003 0 -1 4194368 2667 0 0 0 1 0 0 0 20 0 20 0 45432340 19521036288 3765234 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
[pid=47881/tid=47901] ppid=47878 vsize=19063512 memory=4252 CPUtime=0 cores=1,3
/proc/47881/task/47901/stat : 47901 (Timer-0) S 47878 47881 47003 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 45432439 19521036288 3765234 18446744073709551615 93883951411200 93883951414896 140730607235632 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 93883951422712 93883951423504 93883959808000 140730607237505 140730607237606 140730607237606 140730607243208 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 15060936 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.45 s, system=5.78968 s

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

[startup+3455.91 s]*
/proc/loadavg: 4.25 4.24 4.23 5/309 48204
/proc/meminfo: memFree=92194444/131382112 swapFree=33010684/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3455.96
CPU time (s): 3600.24
CPU user time (s): 3594.45
CPU system time (s): 5.78968
CPU usage (%): 104.175
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 15060936

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.45
system time used= 5.78968
maximum resident set size= 15061960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 291942
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 117507
involuntary context switches= 11994


# summary of solver processes directly reported to runsolver:
#   pid: 47881
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3594.45
#   total CPU system time (s): 5.78968

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.4886 second user time and 35.494 second system time

The end

Launcher Data

Begin job on nodeC007 at 2025-06-30 17:32:12
IDJOB=4485466
IDBENCH=146795
IDSOLVER=3363
FILE ID=nodeC007/4485466-1751297532
RUNJOBID= nodeC007-1751290673-47015
SLURM_JOB_ID= 9594243
Free space on /tmp= 433004 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-blp-ic97.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4485466-1751297532/watcher-4485466-1751297532 -o /tmp/evaluation-result-4485466-1751297532/solver-4485466-1751297532 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1751290673-47015 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4485466-1751297532.opb

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

MD5SUM BENCH= 55b762fd6bb408eb2777c16ed585e3a1
RANDOM SEED=922819123

nodeC007 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/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		: 3595.681
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
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		: 3392.701
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
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.353
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
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.200
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
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		: 3491.684
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
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		: 3662.565
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
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		: 3700.000
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
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.630
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        98965396 kB
MemAvailable:   99047524 kB
Buffers:            3280 kB
Cached:           889736 kB
SwapCached:            0 kB
Active:         31186320 kB
Inactive:         643228 kB
Active(anon):   30954492 kB
Inactive(anon):        0 kB
Active(file):     231828 kB
Inactive(file):   643228 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2344 kB
Writeback:             0 kB
AnonPages:      30939528 kB
Mapped:           122664 kB
Shmem:             17960 kB
KReclaimable:      93396 kB
Slab:             177072 kB
SReclaimable:      93396 kB
SUnreclaim:        83676 kB
KernelStack:        5040 kB
PageTables:        64276 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:   36644848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  30513152 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      201544 kB
DirectMap2M:    10186752 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 433004 MiB
End job on nodeC007 at 2025-06-30 18:29:48