Trace number 4522835

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 VeriPB 2025-06-06? (TO) 3604.21 2479.68

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/
StableMatchings/SMTI/SMTI_PBO/SMTI_25000_5_0.75_3.opb
MD5SUM5662c244c9130155c537b4eb4063501c
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 benchmark440
Best CPU time to get the best result obtained on this benchmark115.532
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables175000
Total number of constraints175001
Number of constraints which are clauses125000
Number of constraints which are cardinality constraints (but not clauses)50000
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint50000
Number of terms in the objective function 50000
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 50000
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 50000
Number of bits of the biggest sum of numbers16
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.12/0.13	c Pseudo Boolean Optimization by upper bound
0.12/0.13	c --- Begin Solver configuration ---
0.12/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.13	c Learn all clauses as in MiniSAT
0.12/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.13	c Expensive reason simplification
0.12/0.13	c Glucose 2.1 dynamic restart strategy
0.12/0.13	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.12/0.13	c timeout=2147483s
0.12/0.13	c DB Simplification allowed=false
0.12/0.13	c Listener: none
0.12/0.13	c --- End Solver configuration ---
0.12/0.13	c solving HOME/instance-4522835-1751650128.opb
0.12/0.13	c reading problem ... 
0.12/0.14	c using VERIPB proof format
0.12/0.14	c  objective function found
14.71/12.99	c ... done. Wall clock time 12.854s.
14.71/12.99	c declared #vars     175000
14.71/12.99	c #constraints  225002
14.71/12.99	c constraints type 
14.71/12.99	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2877
14.71/12.99	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 49034
14.71/12.99	c org.sat4j.specs.Constr$1 => 2110
14.71/12.99	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 170479
14.71/12.99	c org.sat4j.pb.constraints.pb.UnitClausePB => 502
14.71/12.99	c 225002 constraints processed.
14.87/13.01	c objective function length is 50000 literals
75.21/66.74	c cleaning 2448 clauses out of 4895 with flag 10205/5001
150.92/137.14	c cleaning 4222 clauses out of 8443 with flag 22524/11001
270.98/239.30	c cleaning 5610 clauses out of 11219 with flag 37014/18001
438.41/374.64	c cleaning 6805 clauses out of 13609 with flag 53441/26001
620.02/526.23	c cleaning 7896 clauses out of 15795 with flag 71935/35000
866.90/723.21	c cleaning 8950 clauses out of 17899 with flag 92491/45000
1135.43/934.67	c cleaning 9960 clauses out of 19919 with flag 115102/56001
1480.57/1182.26	c cleaning 10979 clauses out of 21959 with flag 139774/68001
1853.87/1447.77	c cleaning 11953 clauses out of 23906 with flag 166629/81001
2345.83/1770.94	c cleaning 12977 clauses out of 25953 with flag 195415/95001
3603.95/2479.59	c starts		: 8
3604.14/2479.60	c conflicts		: 109812
3604.14/2479.60	c decisions		: 11611271
3604.14/2479.60	c propagations		: 3027950568
3604.14/2479.60	c inspects		: 499106841
3604.14/2479.60	c shortcuts		: 0
3604.14/2479.60	c learnt literals	: 305
3604.14/2479.60	c learnt binary clauses	: 130
3604.14/2479.60	c learnt ternary clauses	: 68
3604.14/2479.60	c learnt constraints	: 109507
3604.14/2479.60	c ignored constraints	: 0
3604.14/2479.60	c root simplifications	: 0
3604.14/2479.60	c removed literals (reason simplification)	: 682661
3604.14/2479.60	c reason swapping (by a shorter reason)	: 0
3604.14/2479.60	c Calls to reduceDB	: 10
3604.14/2479.60	c Number of update (reduction) of LBD	: 76
3604.14/2479.60	c Imported unit clauses	: 0

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: 63665 MiB (28291 MiB free)
  memory of node 1: 64507 MiB (49623 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4522835-1751650128/watcher-4522835-1751650128 -o /tmp/evaluation-result-4522835-1751650128/solver-4522835-1751650128 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751647260-92975 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4522835-1751650128 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4522835-1751650128.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 FSIZE limit: 102400000 KiB
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
solver pid=93368, runsolver pid=93365
Current StackSize limit: 8192 KiB


[startup+0.100319 s]*
/proc/loadavg: 4.48 4.70 4.86 6/342 93386
/proc/meminfo: memFree=79753884/131250000 swapFree=33010416/33010684
[pid=93368] ppid=93365 vsize=18930384 memory=57628 CPUtime=0.12 cores=1,3
/proc/93368/stat : 93368 (java) S 93365 93368 92592 0 -1 4194304 6549 0 0 0 10 2 0 0 20 0 18 0 80692746 19384713216 14407 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
/proc/93368/statm: 4732596 14407 5337 1 0 547603 0
[pid=93368/tid=93370] ppid=93365 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=1,3
/proc/93368/task/93370/stat : 93370 (java) R 93365 93368 92592 0 -1 4194368 5059 0 0 0 6 1 0 0 20 0 18 0 80692747 19384713216 14407 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
[pid=93368/tid=93379] ppid=93365 vsize=18930384 memory=241407623509 CPUtime=0 cores=1,3
/proc/93368/task/93379/stat : 93379 (Finalizer) S 93365 93368 92592 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 80692750 19384713216 14407 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
[pid=93368/tid=93386] ppid=93365 vsize=18930384 memory=61784027586760 CPUtime=0 cores=1,3
/proc/93368/task/93386/stat : 93386 (Common-Cleaner) S 93365 93368 92592 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 80692750 19384713216 14407 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57628 KiB

[startup+0.205832 s]*
/proc/loadavg: 4.48 4.70 4.86 6/342 93386
/proc/meminfo: memFree=79735508/131250000 swapFree=33010416/33010684
[pid=93368] ppid=93365 vsize=18930384 memory=77096 CPUtime=0.32 cores=1,3
/proc/93368/stat : 93368 (java) S 93365 93368 92592 0 -1 4194304 7513 0 0 0 29 3 0 0 20 0 18 0 80692746 19384713216 19274 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
/proc/93368/statm: 4732596 19274 5433 1 0 548160 0
[pid=93368/tid=93370] ppid=93365 vsize=18930384 memory=4026794268 CPUtime=0.18 cores=1,3
/proc/93368/task/93370/stat : 93370 (java) R 93365 93368 92592 0 -1 4194368 5242 0 0 0 16 2 0 0 20 0 18 0 80692747 19384713216 19274 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
[pid=93368/tid=93379] ppid=93365 vsize=18930384 memory=18954 CPUtime=0 cores=1,3
/proc/93368/task/93379/stat : 93379 (Finalizer) S 93365 93368 92592 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 80692750 19384713216 19274 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
[pid=93368/tid=93386] ppid=93365 vsize=18930384 memory=60684515935208 CPUtime=0 cores=1,3
/proc/93368/task/93386/stat : 93386 (Common-Cleaner) S 93365 93368 92592 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 80692750 19384713216 19274 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 77096 KiB

[startup+0.305828 s]*
/proc/loadavg: 4.48 4.70 4.86 8/343 93387
/proc/meminfo: memFree=79639852/131250000 swapFree=33010416/33010684
[pid=93368] ppid=93365 vsize=18996948 memory=178616 CPUtime=0.51 cores=1,3
/proc/93368/stat : 93368 (java) S 93365 93368 92592 0 -1 4194304 9389 0 0 0 46 5 0 0 20 0 19 0 80692746 19452874752 44654 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
/proc/93368/statm: 4749237 44654 5465 1 0 549597 0
[pid=93368/tid=93370] ppid=93365 vsize=18996948 memory=-6000919485574768998 CPUtime=0.25 cores=1,3
/proc/93368/task/93370/stat : 93370 (java) R 93365 93368 92592 0 -1 4194368 5314 0 0 0 22 3 0 0 20 0 19 0 80692747 19452874752 44654 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
[pid=93368/tid=93379] ppid=93365 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/93368/task/93379/stat : 93379 (Finalizer) S 93365 93368 92592 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 80692750 19452874752 44654 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
[pid=93368/tid=93386] ppid=93365 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/93368/task/93386/stat : 93386 (Common-Cleaner) S 93365 93368 92592 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 80692750 19452874752 44654 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 178616 KiB

[startup+0.700248 s]
/proc/loadavg: 4.48 4.70 4.86 6/343 93387
/proc/meminfo: memFree=79035684/131250000 swapFree=33010416/33010684
[pid=93368] ppid=93365 vsize=18996948 memory=1607852 CPUtime=1.08 cores=1,3
/proc/93368/stat : 93368 (java) S 93365 93368 92592 0 -1 4194304 10531 0 0 0 74 34 0 0 20 0 19 0 80692746 19452874752 401963 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
/proc/93368/statm: 4749237 401963 5465 1 0 1113591 0
[pid=93368/tid=93370] ppid=93365 vsize=18996948 memory=18944 CPUtime=0.63 cores=1,3
/proc/93368/task/93370/stat : 93370 (java) R 93365 93368 92592 0 -1 4194368 6008 0 0 0 32 31 0 0 20 0 19 0 80692747 19452874752 401963 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
[pid=93368/tid=93379] ppid=93365 vsize=18996948 memory=10880 CPUtime=0 cores=1,3
/proc/93368/task/93379/stat : 93379 (Finalizer) S 93365 93368 92592 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 80692750 19452874752 401963 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
[pid=93368/tid=93386] ppid=93365 vsize=18996948 memory=3328 CPUtime=0 cores=1,3
/proc/93368/task/93386/stat : 93386 (Common-Cleaner) S 93365 93368 92592 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 80692750 19452874752 401963 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 1607852 KiB

[startup+1.50022 s]
/proc/loadavg: 4.48 4.70 4.86 5/343 93387
/proc/meminfo: memFree=77892904/131250000 swapFree=33010416/33010684
[pid=93368] ppid=93365 vsize=18996948 memory=2499704 CPUtime=2.21 cores=1,3
/proc/93368/stat : 93368 (java) S 93365 93368 92592 0 -1 4194304 16232 0 0 0 169 52 0 0 20 0 19 0 80692746 19452874752 624926 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
/proc/93368/statm: 4749237 624926 5465 1 0 1116348 0
[pid=93368/tid=93370] ppid=93365 vsize=18996948 memory=3328 CPUtime=1.4 cores=1,3
/proc/93368/task/93370/stat : 93370 (java) R 93365 93368 92592 0 -1 4194368 6440 0 0 0 92 48 0 0 20 0 19 0 80692747 19452874752 624926 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
[pid=93368/tid=93379] ppid=93365 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/93368/task/93379/stat : 93379 (Finalizer) S 93365 93368 92592 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 80692750 19452874752 624926 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
[pid=93368/tid=93386] ppid=93365 vsize=18996948 memory=10880 CPUtime=0 cores=1,3
/proc/93368/task/93386/stat : 93386 (Common-Cleaner) S 93365 93368 92592 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 80692750 19452874752 624926 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
Current children cumulated CPU time: 2.21 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2499704 KiB

[startup+3.10566 s]
/proc/loadavg: 4.48 4.70 4.86 5/343 93387
/proc/meminfo: memFree=76821332/131250000 swapFree=33010416/33010684
[pid=93368] ppid=93365 vsize=18996948 memory=2949848 CPUtime=4.2 cores=1,3
/proc/93368/stat : 93368 (java) S 93365 93368 92592 0 -1 4194304 20411 0 0 0 359 61 0 0 20 0 19 0 80692746 19452874752 737462 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
/proc/93368/statm: 4749237 737462 5465 1 0 1119275 0
[pid=93368/tid=93370] ppid=93365 vsize=18996948 memory=10880 CPUtime=2.93 cores=1,3
/proc/93368/task/93370/stat : 93370 (java) R 93365 93368 92592 0 -1 4194368 6646 0 0 0 238 55 0 0 20 0 19 0 80692747 19452874752 737462 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
[pid=93368/tid=93379] ppid=93365 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/93368/task/93379/stat : 93379 (Finalizer) S 93365 93368 92592 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 80692750 19452874752 737462 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
[pid=93368/tid=93386] ppid=93365 vsize=18996948 memory=5760 CPUtime=0 cores=1,3
/proc/93368/task/93386/stat : 93386 (Common-Cleaner) S 93365 93368 92592 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 80692750 19452874752 737462 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
Current children cumulated CPU time: 4.2 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 2949848 KiB

[startup+6.30021 s]
/proc/loadavg: 4.44 4.69 4.86 5/343 93387
/proc/meminfo: memFree=76203916/131250000 swapFree=33010416/33010684
[pid=93368] ppid=93365 vsize=18996948 memory=3526072 CPUtime=7.52 cores=1,3
/proc/93368/stat : 93368 (java) S 93365 93368 92592 0 -1 4194304 21473 0 0 0 679 73 0 0 20 0 19 0 80692746 19452874752 881518 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
/proc/93368/statm: 4749237 881518 5465 1 0 1267590 0
[pid=93368/tid=93370] ppid=93365 vsize=18996948 memory=5760 CPUtime=5.93 cores=1,3
/proc/93368/task/93370/stat : 93370 (java) R 93365 93368 92592 0 -1 4194368 7243 0 0 0 526 67 0 0 20 0 19 0 80692747 19452874752 881518 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
[pid=93368/tid=93379] ppid=93365 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/93368/task/93379/stat : 93379 (Finalizer) S 93365 93368 92592 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 80692750 19452874752 881518 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
[pid=93368/tid=93386] ppid=93365 vsize=18996948 memory=-6000919485574768998 CPUtime=0 cores=1,3
/proc/93368/task/93386/stat : 93386 (Common-Cleaner) S 93365 93368 92592 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 80692750 19452874752 881518 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
Current children cumulated CPU time: 7.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 3526072 KiB

[startup+12.7002 s]
/proc/loadavg: 4.49 4.69 4.86 5/343 93387
/proc/meminfo: memFree=76968248/131250000 swapFree=33010416/33010684
[pid=93368] ppid=93365 vsize=18996948 memory=5212812 CPUtime=14.5 cores=1,3
/proc/93368/stat : 93368 (java) S 93365 93368 92592 0 -1 4194304 24421 0 0 0 1344 106 0 0 20 0 19 0 80692746 19452874752 1303203 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
/proc/93368/statm: 4749237 1303203 5465 1 0 1689637 0
[pid=93368/tid=93370] ppid=93365 vsize=18996948 memory=3526200 CPUtime=11.91 cores=1,3
/proc/93368/task/93370/stat : 93370 (java) R 93365 93368 92592 0 -1 4194368 8859 0 0 0 1093 98 0 0 20 0 19 0 80692747 19452874752 1303203 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
[pid=93368/tid=93379] ppid=93365 vsize=18996948 memory=18944 CPUtime=0 cores=1,3
/proc/93368/task/93379/stat : 93379 (Finalizer) S 93365 93368 92592 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 80692750 19452874752 1303203 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
[pid=93368/tid=93386] ppid=93365 vsize=18996948 memory=14720 CPUtime=0 cores=1,3
/proc/93368/task/93386/stat : 93386 (Common-Cleaner) S 93365 93368 92592 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 80692750 19452874752 1303203 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
Current children cumulated CPU time: 14.5 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 5212812 KiB

[startup+25.5002 s]
/proc/loadavg: 4.38 4.66 4.85 5/344 93388
/proc/meminfo: memFree=75436924/131250000 swapFree=33010416/33010684
[pid=93368] ppid=93365 vsize=19063512 memory=5690328 CPUtime=30.53 cores=1,3
/proc/93368/stat : 93368 (java) S 93365 93368 92592 0 -1 4194304 28565 0 0 0 2919 134 0 0 20 0 20 0 80692746 19521036288 1422582 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
/proc/93368/statm: 4765878 1422582 5529 1 0 1690096 0
[pid=93368/tid=93370] ppid=93365 vsize=19063512 memory=5760 CPUtime=23.76 cores=1,3
/proc/93368/task/93370/stat : 93370 (java) R 93365 93368 92592 0 -1 4194368 11201 0 0 0 2260 116 0 0 20 0 20 0 80692747 19521036288 1422582 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
[pid=93368/tid=93379] ppid=93365 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/93368/task/93379/stat : 93379 (Finalizer) S 93365 93368 92592 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80692750 19521036288 1422582 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
[pid=93368/tid=93386] ppid=93365 vsize=19063512 memory=-6000919485574768998 CPUtime=0 cores=1,3
/proc/93368/task/93386/stat : 93386 (Common-Cleaner) S 93365 93368 92592 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 80692750 19521036288 1422582 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
[pid=93368/tid=93388] ppid=93365 vsize=19063512 memory=3526072 CPUtime=0 cores=1,3
/proc/93368/task/93388/stat : 93388 (Timer-0) S 93365 93368 92592 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80694058 19521036288 1422582 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
Current children cumulated CPU time: 30.53 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 5690328 KiB

[startup+51.1058 s]
/proc/loadavg: 4.38 4.64 4.83 7/349 93393
/proc/meminfo: memFree=70667868/131250000 swapFree=33010416/33010684
[pid=93368] ppid=93365 vsize=19063512 memory=9593044 CPUtime=58.35 cores=1,3
/proc/93368/stat : 93368 (java) S 93365 93368 92592 0 -1 4194304 35626 0 0 0 5588 247 0 0 20 0 20 0 80692746 19521036288 2398261 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
/proc/93368/statm: 4765878 2398261 5529 1 0 2648904 0
[pid=93368/tid=93370] ppid=93365 vsize=19063512 memory=9590996 CPUtime=47.04 cores=1,3
/proc/93368/task/93370/stat : 93370 (java) S 93365 93368 92592 0 -1 4194368 13057 0 0 0 4499 205 0 0 20 0 20 0 80692747 19521036288 2398261 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
[pid=93368/tid=93379] ppid=93365 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/93368/task/93379/stat : 93379 (Finalizer) S 93365 93368 92592 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80692750 19521036288 2398261 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
[pid=93368/tid=93386] ppid=93365 vsize=19063512 memory=5212940 CPUtime=0 cores=1,3
/proc/93368/task/93386/stat : 93386 (Common-Cleaner) S 93365 93368 92592 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 80692750 19521036288 2398261 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
[pid=93368/tid=93388] ppid=93365 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/93368/task/93388/stat : 93388 (Timer-0) S 93365 93368 92592 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80694058 19521036288 2398261 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
Current children cumulated CPU time: 58.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9593044 KiB

[startup+102.3 s]
/proc/loadavg: 4.31 4.58 4.80 5/349 93395

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

/proc/meminfo: memFree=49101608/131250000 swapFree=33010416/33010684
[pid=93368] ppid=93365 vsize=19063512 memory=16295996 CPUtime=3180.79 cores=1,3
/proc/93368/stat : 93368 (java) S 93365 93368 92592 0 -1 4194304 435625 0 0 0 315832 2247 0 0 20 0 20 0 80692746 19521036288 4073999 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
/proc/93368/statm: 4765878 4073999 5561 1 0 4086995 0
[pid=93368/tid=93370] ppid=93365 vsize=19063512 memory=16295996 CPUtime=1944.54 cores=1,3
/proc/93368/task/93370/stat : 93370 (java) S 93365 93368 92592 0 -1 4194368 172978 0 0 0 192570 1884 0 0 20 0 20 0 80692747 19521036288 4073999 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
[pid=93368/tid=93379] ppid=93365 vsize=19063512 memory=16295996 CPUtime=0 cores=1,3
/proc/93368/task/93379/stat : 93379 (Finalizer) S 93365 93368 92592 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80692750 19521036288 4073999 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
[pid=93368/tid=93386] ppid=93365 vsize=19063512 memory=2116 CPUtime=0 cores=1,3
/proc/93368/task/93386/stat : 93386 (Common-Cleaner) S 93365 93368 92592 0 -1 4194368 1363 0 0 0 0 0 0 0 20 0 20 0 80692750 19521036288 4073999 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
[pid=93368/tid=93388] ppid=93365 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/93368/task/93388/stat : 93388 (Timer-0) S 93365 93368 92592 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80694058 19521036288 4073999 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
Current children cumulated CPU time: 3180.79 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16295996 KiB

[startup+2322.3 s]
/proc/loadavg: 6.18 5.95 5.49 7/344 93725
/proc/meminfo: memFree=48800296/131250000 swapFree=33010416/33010684
[pid=93368] ppid=93365 vsize=19063512 memory=16295996 CPUtime=3296.9 cores=1,3
/proc/93368/stat : 93368 (java) S 93365 93368 92592 0 -1 4194304 443330 0 0 0 327439 2251 0 0 20 0 20 0 80692746 19521036288 4073999 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
/proc/93368/statm: 4765878 4073999 5561 1 0 4086995 0
[pid=93368/tid=93370] ppid=93365 vsize=19063512 memory=16295996 CPUtime=1947.58 cores=1,3
/proc/93368/task/93370/stat : 93370 (java) S 93365 93368 92592 0 -1 4194368 173611 0 0 0 192872 1886 0 0 20 0 20 0 80692747 19521036288 4073999 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
[pid=93368/tid=93379] ppid=93365 vsize=19063512 memory=16295996 CPUtime=0 cores=1,3
/proc/93368/task/93379/stat : 93379 (Finalizer) S 93365 93368 92592 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80692750 19521036288 4073999 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
[pid=93368/tid=93386] ppid=93365 vsize=19063512 memory=16295996 CPUtime=0 cores=1,3
/proc/93368/task/93386/stat : 93386 (Common-Cleaner) S 93365 93368 92592 0 -1 4194368 1363 0 0 0 0 0 0 0 20 0 20 0 80692750 19521036288 4073999 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
[pid=93368/tid=93388] ppid=93365 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/93368/task/93388/stat : 93388 (Timer-0) S 93365 93368 92592 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80694058 19521036288 4073999 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
Current children cumulated CPU time: 3296.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16295996 KiB

[startup+2382.3 s]
/proc/loadavg: 6.12 5.97 5.53 7/344 93727
/proc/meminfo: memFree=48656208/131250000 swapFree=33010416/33010684
[pid=93368] ppid=93365 vsize=19063512 memory=16295996 CPUtime=3413.4 cores=1,3
/proc/93368/stat : 93368 (java) S 93365 93368 92592 0 -1 4194304 450345 0 0 0 339085 2255 0 0 20 0 20 0 80692746 19521036288 4073999 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
/proc/93368/statm: 4765878 4073999 5561 1 0 4086998 0
[pid=93368/tid=93370] ppid=93365 vsize=19063512 memory=16295996 CPUtime=1950.18 cores=1,3
/proc/93368/task/93370/stat : 93370 (java) S 93365 93368 92592 0 -1 4194368 174433 0 0 0 193130 1888 0 0 20 0 20 0 80692747 19521036288 4073999 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
[pid=93368/tid=93379] ppid=93365 vsize=19063512 memory=16295996 CPUtime=0 cores=1,3
/proc/93368/task/93379/stat : 93379 (Finalizer) S 93365 93368 92592 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80692750 19521036288 4073999 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
[pid=93368/tid=93386] ppid=93365 vsize=19063512 memory=16295996 CPUtime=0 cores=1,3
/proc/93368/task/93386/stat : 93386 (Common-Cleaner) S 93365 93368 92592 0 -1 4194368 1372 0 0 0 0 0 0 0 20 0 20 0 80692750 19521036288 4073999 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
[pid=93368/tid=93388] ppid=93365 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/93368/task/93388/stat : 93388 (Timer-0) S 93365 93368 92592 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80694058 19521036288 4073999 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
Current children cumulated CPU time: 3413.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16295996 KiB

[startup+2442.3 s]
/proc/loadavg: 6.16 6.01 5.57 7/344 93729
/proc/meminfo: memFree=48504792/131250000 swapFree=33010416/33010684
[pid=93368] ppid=93365 vsize=19063512 memory=16295996 CPUtime=3530.72 cores=1,3
/proc/93368/stat : 93368 (java) S 93365 93368 92592 0 -1 4194304 457700 0 0 0 350812 2260 0 0 20 0 20 0 80692746 19521036288 4073999 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
/proc/93368/statm: 4765878 4073999 5561 1 0 4086998 0
[pid=93368/tid=93370] ppid=93365 vsize=19063512 memory=16295996 CPUtime=1952.04 cores=1,3
/proc/93368/task/93370/stat : 93370 (java) S 93365 93368 92592 0 -1 4194368 174492 0 0 0 193315 1889 0 0 20 0 20 0 80692747 19521036288 4073999 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
[pid=93368/tid=93379] ppid=93365 vsize=19063512 memory=16295996 CPUtime=0 cores=1,3
/proc/93368/task/93379/stat : 93379 (Finalizer) S 93365 93368 92592 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80692750 19521036288 4073999 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
[pid=93368/tid=93386] ppid=93365 vsize=19063512 memory=16295996 CPUtime=0 cores=1,3
/proc/93368/task/93386/stat : 93386 (Common-Cleaner) S 93365 93368 92592 0 -1 4194368 1372 0 0 0 0 0 0 0 20 0 20 0 80692750 19521036288 4073999 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
[pid=93368/tid=93388] ppid=93365 vsize=19063512 memory=18944 CPUtime=0 cores=1,3
/proc/93368/task/93388/stat : 93388 (Timer-0) S 93365 93368 92592 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80694058 19521036288 4073999 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
Current children cumulated CPU time: 3530.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16295996 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2477.6 s]
/proc/loadavg: 6.09 6.01 5.59 7/344 93731
/proc/meminfo: memFree=48417376/131250000 swapFree=33010416/33010684
[pid=93368] ppid=93365 vsize=19063512 memory=16295996 CPUtime=3600.18 cores=1,3
/proc/93368/stat : 93368 (java) S 93365 93368 92592 0 -1 4194304 463858 0 0 0 357755 2263 0 0 20 0 20 0 80692746 19521036288 4073999 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
/proc/93368/statm: 4765878 4073999 5561 1 0 4086998 0
[pid=93368/tid=93370] ppid=93365 vsize=19063512 memory=14720 CPUtime=1952.69 cores=1,3
/proc/93368/task/93370/stat : 93370 (java) S 93365 93368 92592 0 -1 4194368 174818 0 0 0 193379 1890 0 0 20 0 20 0 80692747 19521036288 4073999 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
[pid=93368/tid=93379] ppid=93365 vsize=19063512 memory=18944 CPUtime=0 cores=1,3
/proc/93368/task/93379/stat : 93379 (Finalizer) S 93365 93368 92592 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80692750 19521036288 4073999 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
[pid=93368/tid=93386] ppid=93365 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/93368/task/93386/stat : 93386 (Common-Cleaner) S 93365 93368 92592 0 -1 4194368 1372 0 0 0 0 0 0 0 20 0 20 0 80692750 19521036288 4073999 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
[pid=93368/tid=93388] ppid=93365 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/93368/task/93388/stat : 93388 (Timer-0) S 93365 93368 92592 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80694058 19521036288 4073999 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
Current children cumulated CPU time: 3600.18 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16295996 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3581.53 s, system=22.6791 s

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

[startup+2478.4 s]
/proc/loadavg: 6.09 6.01 5.59 7/344 93731
/proc/meminfo: memFree=48417376/131250000 swapFree=33010416/33010684
[pid=93368] ppid=93365 vsize=19063512 memory=16295996 CPUtime=3601.77 cores=1,3
/proc/93368/stat : 93368 (java) S 93365 93368 92592 0 -1 4194304 464086 0 0 0 357914 2263 0 0 20 0 20 0 80692746 19521036288 4073999 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
/proc/93368/statm: 4765878 4073999 5561 1 0 4086998 0
[pid=93368/tid=93370] ppid=93365 vsize=19063512 memory=5276 CPUtime=1952.69 cores=1,3
/proc/93368/task/93370/stat : 93370 (java) S 93365 93368 92592 0 -1 4194368 174818 0 0 0 193379 1890 0 0 20 0 20 0 80692747 19521036288 4073999 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
[pid=93368/tid=93379] ppid=93365 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/93368/task/93379/stat : 93379 (Finalizer) S 93365 93368 92592 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80692750 19521036288 4073999 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
[pid=93368/tid=93386] ppid=93365 vsize=19063512 memory=16295996 CPUtime=0 cores=1,3
/proc/93368/task/93386/stat : 93386 (Common-Cleaner) S 93365 93368 92592 0 -1 4194368 1372 0 0 0 0 0 0 0 20 0 20 0 80692750 19521036288 4073999 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
[pid=93368/tid=93388] ppid=93365 vsize=19063512 memory=5724 CPUtime=0 cores=1,3
/proc/93368/task/93388/stat : 93388 (Timer-0) S 93365 93368 92592 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80694058 19521036288 4073999 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
Current children cumulated CPU time: 3601.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16295996 KiB

[startup+2479.2 s]
/proc/loadavg: 6.09 6.01 5.59 7/344 93731
/proc/meminfo: memFree=48417376/131250000 swapFree=33010416/33010684
[pid=93368] ppid=93365 vsize=19063512 memory=16295996 CPUtime=3603.36 cores=1,3
/proc/93368/stat : 93368 (java) S 93365 93368 92592 0 -1 4194304 464086 0 0 0 358073 2263 0 0 20 0 20 0 80692746 19521036288 4073999 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
/proc/93368/statm: 4765878 4073999 5561 1 0 4086998 0
[pid=93368/tid=93370] ppid=93365 vsize=19063512 memory=-6000919485574768998 CPUtime=1952.69 cores=1,3
/proc/93368/task/93370/stat : 93370 (java) S 93365 93368 92592 0 -1 4194368 174818 0 0 0 193379 1890 0 0 20 0 20 0 80692747 19521036288 4073999 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
[pid=93368/tid=93379] ppid=93365 vsize=19063512 memory=10880 CPUtime=0 cores=1,3
/proc/93368/task/93379/stat : 93379 (Finalizer) S 93365 93368 92592 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80692750 19521036288 4073999 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
[pid=93368/tid=93386] ppid=93365 vsize=19063512 memory=5760 CPUtime=0 cores=1,3
/proc/93368/task/93386/stat : 93386 (Common-Cleaner) S 93365 93368 92592 0 -1 4194368 1372 0 0 0 0 0 0 0 20 0 20 0 80692750 19521036288 4073999 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
[pid=93368/tid=93388] ppid=93365 vsize=19063512 memory=5276 CPUtime=0 cores=1,3
/proc/93368/task/93388/stat : 93388 (Timer-0) S 93365 93368 92592 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80694058 19521036288 4073999 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
Current children cumulated CPU time: 3603.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16295996 KiB

[startup+2479.6 s]
/proc/loadavg: 6.09 6.01 5.59 7/344 93731
/proc/meminfo: memFree=48417376/131250000 swapFree=33010416/33010684
[pid=93368] ppid=93365 vsize=19263204 memory=16296508 CPUtime=3604.14 cores=1,3
/proc/93368/stat : 93368 (java) S 93365 93368 92592 0 -1 4194304 465353 0 0 0 358151 2263 0 0 20 0 21 0 80692746 19725520896 4074127 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
/proc/93368/statm: 4815801 4074127 5561 1 0 4087885 0
[pid=93368/tid=93370] ppid=93365 vsize=19263204 memory=2892 CPUtime=1952.71 cores=1,3
/proc/93368/task/93370/stat : 93370 (java) R 93365 93368 92592 0 -1 4194368 174869 0 0 0 193381 1890 0 0 20 0 21 0 80692747 19725520896 4074127 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
[pid=93368/tid=93379] ppid=93365 vsize=19263204 memory=21968 CPUtime=0 cores=1,3
/proc/93368/task/93379/stat : 93379 (Finalizer) S 93365 93368 92592 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 80692750 19725520896 4074127 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
[pid=93368/tid=93386] ppid=93365 vsize=19263204 memory=4352 CPUtime=0 cores=1,3
/proc/93368/task/93386/stat : 93386 (Common-Cleaner) S 93365 93368 92592 0 -1 4194368 1372 0 0 0 0 0 0 0 20 0 21 0 80692750 19725520896 4074127 18446744073709551615 94772218339328 94772218343024 140736049227232 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94772218350840 94772218351632 94772220342272 140736049236271 140736049236453 140736049236453 140736049242056 0
Current children cumulated CPU time: 3604.14 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 16296508 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 2479.68
CPU time (s): 3604.21
CPU user time (s): 3581.53
CPU system time (s): 22.6791
CPU usage (%): 145.35
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 16296508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3581.53
system time used= 22.6791
maximum resident set size= 16296508
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 465422
page faults= 0
swaps= 0
block input operations= 0
block output operations= 52009984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 102138
involuntary context switches= 60166


# summary of solver processes directly reported to runsolver:
#   pid: 93368
#   total CPU time (s): 3604.21
#   total CPU user time (s): 3581.53
#   total CPU system time (s): 22.6791

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.46158 second user time and 12.0611 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-04 19:28:49
IDJOB=4522835
IDBENCH=179343
IDSOLVER=3364
FILE ID=nodeC027/4522835-1751650128
RUNJOBID= nodeC027-1751647260-92975
SLURM_JOB_ID= 9672332
Free space on /tmp= 431060 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/SMTI/SMTI_PBO/SMTI_25000_5_0.75_3.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4522835-1751650128/watcher-4522835-1751650128 -o /tmp/evaluation-result-4522835-1751650128/solver-4522835-1751650128 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751647260-92975 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4522835-1751650128 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4522835-1751650128.opb

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

MD5SUM BENCH= 5662c244c9130155c537b4eb4063501c
RANDOM SEED=953506724

nodeC027 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	: 0xb00002a
cpu MHz		: 3600.184
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.29
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	: 0xb00002a
cpu MHz		: 3599.023
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.29
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	: 0xb00002a
cpu MHz		: 3632.446
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.29
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	: 0xb00002a
cpu MHz		: 3599.652
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.29
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	: 0xb00002a
cpu MHz		: 3599.637
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.29
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	: 0xb00002a
cpu MHz		: 3599.590
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.29
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	: 0xb00002a
cpu MHz		: 3599.860
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.29
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	: 0xb00002a
cpu MHz		: 3599.177
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        79784124 kB
MemAvailable:   98954808 kB
Buffers:            2488 kB
Cached:         19945968 kB
SwapCached:           12 kB
Active:         31330184 kB
Inactive:       19388712 kB
Active(anon):   30785456 kB
Inactive(anon):     2792 kB
Active(file):     544728 kB
Inactive(file): 19385920 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:            717892 kB
Writeback:            16 kB
AnonPages:      30766288 kB
Mapped:           124836 kB
Shmem:             18056 kB
KReclaimable:     158152 kB
Slab:             273568 kB
SReclaimable:     158152 kB
SUnreclaim:       115416 kB
KernelStack:        5216 kB
PageTables:        63868 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   31368848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151528 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  30259200 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431156 MiB
End job on nodeC027 at 2025-07-04 20:10:08