Trace number 4523110

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? (exit code) 3278.51 2546.39

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/
KidneyTransplantBenchmarks/normalized-KE_450_009.opb
MD5SUMdf0594732f371a835e09b18955cd9c54
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 benchmark-14822
Best CPU time to get the best result obtained on this benchmark0.985878
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables20023
Total number of constraints372
Number of constraints which are clauses16
Number of constraints which are cardinality constraints (but not clauses)356
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3812
Number of terms in the objective function 20019
Biggest coefficient in the objective function 257
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 2183641
Number of bits of the sum of numbers in the objective function 22
Biggest number in a constraint 257
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 2183641
Number of bits of the biggest sum of numbers22
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	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.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/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.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4523110-1751650856.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  objective function found
0.52/0.34	c ... done. Wall clock time 0.205s.
0.52/0.34	c declared #vars     20023
0.52/0.34	c #constraints  372
0.52/0.34	c constraints type 
0.52/0.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 16
0.52/0.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 356
0.52/0.34	c 372 constraints processed.
0.52/0.35	c objective function length is 20019 literals
0.71/0.44	c SATISFIABLE
0.71/0.44	c OPTIMIZING...
0.71/0.44	c Got one! Elapsed wall clock time (in seconds):0.315
0.71/0.44	o -11376
1.48/0.88	c Got one! Elapsed wall clock time (in seconds):0.753
1.48/0.88	o -11458
1.68/0.95	c Got one! Elapsed wall clock time (in seconds):0.818
1.68/0.95	o -11460
31.79/28.48	c cleaning 2505 clauses out of 5010 with flag 12890/5010
77.31/68.37	c cleaning 4251 clauses out of 8504 with flag 28437/11009
135.54/118.86	c cleaning 5625 clauses out of 11253 with flag 51039/18009
208.09/181.54	c cleaning 6815 clauses out of 13630 with flag 73163/26011
298.65/258.94	c cleaning 7909 clauses out of 15817 with flag 97722/35013
386.70/343.09	c cleaning 8949 clauses out of 17906 with flag 125338/45011
495.77/440.46	c cleaning 9976 clauses out of 19958 with flag 153210/56012
628.42/553.99	c cleaning 10989 clauses out of 21980 with flag 185325/68010
789.03/699.11	c cleaning 11997 clauses out of 23994 with flag 219469/81013
964.80/856.80	c cleaning 12995 clauses out of 25993 with flag 256003/95009
1186.82/1049.77	c cleaning 14000 clauses out of 27999 with flag 295539/110010
1425.89/1242.13	c cleaning 15000 clauses out of 29999 with flag 337314/126010
1697.81/1473.08	c cleaning 15995 clauses out of 31998 with flag 383097/143009
2155.21/1856.49	c cleaning 17003 clauses out of 34015 with flag 429430/161021
3027.72/2420.14	
3027.72/2420.14	Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "main"

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63708 MiB (59078 MiB free)
  memory of node 1: 64465 MiB (58312 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4523110-1751650856/watcher-4523110-1751650856 -o /tmp/evaluation-result-4523110-1751650856/solver-4523110-1751650856 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751647263-90896 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4523110-1751650856.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
solver pid=91585, runsolver pid=91582
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 4.82 5.02 4.79 5/339 91603
/proc/meminfo: memFree=120184252/131250000 swapFree=33010672/33010684
[pid=91585] ppid=91582 vsize=18930384 memory=57840 CPUtime=0.13 cores=1,3
/proc/91585/stat : 91585 (java) S 91582 91585 90417 0 -1 4194304 6586 0 0 0 11 2 0 0 20 0 18 0 80764272 19384713216 14460 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
/proc/91585/statm: 4732596 14460 5370 1 0 547629 0
[pid=91585/tid=91587] ppid=91582 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=1,3
/proc/91585/task/91587/stat : 91587 (java) R 91582 91585 90417 0 -1 4194368 5082 0 0 0 7 1 0 0 20 0 18 0 80764273 19384713216 14460 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
[pid=91585/tid=91596] ppid=91582 vsize=18930384 memory=228522721619 CPUtime=0 cores=1,3
/proc/91585/task/91596/stat : 91596 (Finalizer) S 91582 91585 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 80764275 19384713216 14460 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
[pid=91585/tid=91603] ppid=91582 vsize=18930384 memory=59585004333716 CPUtime=0 cores=1,3
/proc/91585/task/91603/stat : 91603 (Common-Cleaner) S 91582 91585 90417 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 80764276 19384713216 14460 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57840 KiB

[startup+0.205793 s]*
/proc/loadavg: 4.82 5.02 4.79 6/339 91603
/proc/meminfo: memFree=120166608/131250000 swapFree=33010672/33010684
[pid=91585] ppid=91582 vsize=18930384 memory=78576 CPUtime=0.33 cores=1,3
/proc/91585/stat : 91585 (java) S 91582 91585 90417 0 -1 4194304 7989 0 0 0 30 3 0 0 20 0 18 0 80764272 19384713216 19644 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
/proc/91585/statm: 4732596 19644 5434 1 0 548634 0
[pid=91585/tid=91587] ppid=91582 vsize=18930384 memory=4026794268 CPUtime=0.19 cores=1,3
/proc/91585/task/91587/stat : 91587 (java) R 91582 91585 90417 0 -1 4194368 5262 0 0 0 17 2 0 0 20 0 18 0 80764273 19384713216 19644 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
[pid=91585/tid=91596] ppid=91582 vsize=18930384 memory=2569 CPUtime=0 cores=1,3
/proc/91585/task/91596/stat : 91596 (Finalizer) S 91582 91585 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 80764275 19384713216 19644 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
[pid=91585/tid=91603] ppid=91582 vsize=18930384 memory=58485492679654 CPUtime=0 cores=1,3
/proc/91585/task/91603/stat : 91603 (Common-Cleaner) S 91582 91585 90417 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 80764276 19384713216 19644 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 78576 KiB

[startup+0.305638 s]*
/proc/loadavg: 4.82 5.02 4.79 7/340 91604
/proc/meminfo: memFree=120085760/131250000 swapFree=33010672/33010684
[pid=91585] ppid=91582 vsize=18996948 memory=157848 CPUtime=0.52 cores=1,3
/proc/91585/stat : 91585 (java) S 91582 91585 90417 0 -1 4194304 9175 0 0 0 47 5 0 0 20 0 19 0 80764272 19452874752 39462 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
/proc/91585/statm: 4749237 39462 5466 1 0 549497 0
[pid=91585/tid=91587] ppid=91582 vsize=18996948 memory=-6000919498425985894 CPUtime=0.28 cores=1,3
/proc/91585/task/91587/stat : 91587 (java) S 91582 91585 90417 0 -1 4194368 5298 0 0 0 25 3 0 0 20 0 19 0 80764273 19452874752 39462 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
[pid=91585/tid=91596] ppid=91582 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/91585/task/91596/stat : 91596 (Finalizer) S 91582 91585 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 80764275 19452874752 39462 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
[pid=91585/tid=91603] ppid=91582 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/91585/task/91603/stat : 91603 (Common-Cleaner) S 91582 91585 90417 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 80764276 19452874752 39462 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 157848 KiB

[startup+0.700248 s]
/proc/loadavg: 4.82 5.02 4.79 6/341 91605
/proc/meminfo: memFree=120079900/131250000 swapFree=33010672/33010684
[pid=91585] ppid=91582 vsize=19063512 memory=164764 CPUtime=1.28 cores=1,3
/proc/91585/stat : 91585 (java) S 91582 91585 90417 0 -1 4194304 9839 0 0 0 123 5 0 0 20 0 20 0 80764272 19521036288 41191 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
/proc/91585/statm: 4765878 41191 5530 1 0 550204 0
[pid=91585/tid=91587] ppid=91582 vsize=19063512 memory=18944 CPUtime=0.63 cores=1,3
/proc/91585/task/91587/stat : 91587 (java) R 91582 91585 90417 0 -1 4194368 5431 0 0 0 60 3 0 0 20 0 20 0 80764273 19521036288 41191 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
[pid=91585/tid=91596] ppid=91582 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/91585/task/91596/stat : 91596 (Finalizer) S 91582 91585 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80764275 19521036288 41191 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
[pid=91585/tid=91603] ppid=91582 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/91585/task/91603/stat : 91603 (Common-Cleaner) S 91582 91585 90417 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 80764276 19521036288 41191 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
[pid=91585/tid=91605] ppid=91582 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/91585/task/91605/stat : 91605 (Timer-0) S 91582 91585 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80764310 19521036288 41191 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 164764 KiB

[startup+1.50025 s]
/proc/loadavg: 4.82 5.02 4.79 6/341 91605
/proc/meminfo: memFree=120064400/131250000 swapFree=33010672/33010684
[pid=91585] ppid=91582 vsize=19063512 memory=172692 CPUtime=2.62 cores=1,3
/proc/91585/stat : 91585 (java) S 91582 91585 90417 0 -1 4194304 14690 0 0 0 256 6 0 0 20 0 20 0 80764272 19521036288 43173 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
/proc/91585/statm: 4765878 43173 5530 1 0 552088 0
[pid=91585/tid=91587] ppid=91582 vsize=19063512 memory=0 CPUtime=1.42 cores=1,3
/proc/91585/task/91587/stat : 91587 (java) R 91582 91585 90417 0 -1 4194368 5635 0 0 0 139 3 0 0 20 0 20 0 80764273 19521036288 43173 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
[pid=91585/tid=91596] ppid=91582 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/91585/task/91596/stat : 91596 (Finalizer) S 91582 91585 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80764275 19521036288 43173 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
[pid=91585/tid=91603] ppid=91582 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/91585/task/91603/stat : 91603 (Common-Cleaner) S 91582 91585 90417 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 80764276 19521036288 43173 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
[pid=91585/tid=91605] ppid=91582 vsize=19063512 memory=4764 CPUtime=0 cores=1,3
/proc/91585/task/91605/stat : 91605 (Timer-0) S 91582 91585 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80764310 19521036288 43173 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
Current children cumulated CPU time: 2.62 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 172692 KiB

[startup+3.10541 s]
/proc/loadavg: 4.82 5.02 4.79 5/341 91605
/proc/meminfo: memFree=120051292/131250000 swapFree=33010672/33010684
[pid=91585] ppid=91582 vsize=19063512 memory=172692 CPUtime=4.22 cores=1,3
/proc/91585/stat : 91585 (java) S 91582 91585 90417 0 -1 4194304 15075 0 0 0 416 6 0 0 20 0 20 0 80764272 19521036288 43173 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
/proc/91585/statm: 4765878 43173 5530 1 0 552088 0
[pid=91585/tid=91587] ppid=91582 vsize=19063512 memory=10752 CPUtime=3.02 cores=1,3
/proc/91585/task/91587/stat : 91587 (java) R 91582 91585 90417 0 -1 4194368 5874 0 0 0 299 3 0 0 20 0 20 0 80764273 19521036288 43173 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
[pid=91585/tid=91596] ppid=91582 vsize=19063512 memory=-6000919498425985894 CPUtime=0 cores=1,3
/proc/91585/task/91596/stat : 91596 (Finalizer) S 91582 91585 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80764275 19521036288 43173 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
[pid=91585/tid=91603] ppid=91582 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/91585/task/91603/stat : 91603 (Common-Cleaner) S 91582 91585 90417 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 20 0 80764276 19521036288 43173 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
[pid=91585/tid=91605] ppid=91582 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/91585/task/91605/stat : 91605 (Timer-0) S 91582 91585 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80764310 19521036288 43173 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
Current children cumulated CPU time: 4.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 172692 KiB

[startup+6.30023 s]
/proc/loadavg: 4.92 5.04 4.79 5/341 91605
/proc/meminfo: memFree=119735604/131250000 swapFree=33010672/33010684
[pid=91585] ppid=91582 vsize=19063512 memory=586044 CPUtime=7.99 cores=1,3
/proc/91585/stat : 91585 (java) S 91582 91585 90417 0 -1 4194304 18867 0 0 0 785 14 0 0 20 0 20 0 80764272 19521036288 146511 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
/proc/91585/statm: 4765878 146511 5530 1 0 1078525 0
[pid=91585/tid=91587] ppid=91582 vsize=19063512 memory=0 CPUtime=5.85 cores=1,3
/proc/91585/task/91587/stat : 91587 (java) R 91582 91585 90417 0 -1 4194368 5982 0 0 0 582 3 0 0 20 0 20 0 80764273 19521036288 146511 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
[pid=91585/tid=91596] ppid=91582 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/91585/task/91596/stat : 91596 (Finalizer) S 91582 91585 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80764275 19521036288 146511 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
[pid=91585/tid=91603] ppid=91582 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/91585/task/91603/stat : 91603 (Common-Cleaner) S 91582 91585 90417 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 80764276 19521036288 146511 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
[pid=91585/tid=91605] ppid=91582 vsize=19063512 memory=172692 CPUtime=0 cores=1,3
/proc/91585/task/91605/stat : 91605 (Timer-0) S 91582 91585 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80764310 19521036288 146511 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
Current children cumulated CPU time: 7.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 586044 KiB

[startup+12.7002 s]
/proc/loadavg: 4.84 5.02 4.79 5/341 91605
/proc/meminfo: memFree=118861292/131250000 swapFree=33010672/33010684
[pid=91585] ppid=91582 vsize=19063512 memory=1313132 CPUtime=14.86 cores=1,3
/proc/91585/stat : 91585 (java) S 91582 91585 90417 0 -1 4194304 19465 0 0 0 1457 29 0 0 20 0 20 0 80764272 19521036288 328283 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
/proc/91585/statm: 4765878 328283 5530 1 0 1078536 0
[pid=91585/tid=91587] ppid=91582 vsize=19063512 memory=172692 CPUtime=11.76 cores=1,3
/proc/91585/task/91587/stat : 91587 (java) R 91582 91585 90417 0 -1 4194368 6277 0 0 0 1170 6 0 0 20 0 20 0 80764273 19521036288 328283 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
[pid=91585/tid=91596] ppid=91582 vsize=19063512 memory=1231212 CPUtime=0 cores=1,3
/proc/91585/task/91596/stat : 91596 (Finalizer) S 91582 91585 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80764275 19521036288 328283 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
[pid=91585/tid=91603] ppid=91582 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/91585/task/91603/stat : 91603 (Common-Cleaner) S 91582 91585 90417 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 80764276 19521036288 328283 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
[pid=91585/tid=91605] ppid=91582 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/91585/task/91605/stat : 91605 (Timer-0) S 91582 91585 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80764310 19521036288 328283 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
Current children cumulated CPU time: 14.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1313132 KiB

[startup+25.5002 s]
/proc/loadavg: 4.66 4.97 4.78 5/341 91605
/proc/meminfo: memFree=117380688/131250000 swapFree=33010672/33010684
[pid=91585] ppid=91582 vsize=19063512 memory=2705076 CPUtime=28.72 cores=1,3
/proc/91585/stat : 91585 (java) S 91582 91585 90417 0 -1 4194304 25767 0 0 0 2815 57 0 0 20 0 20 0 80764272 19521036288 676269 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
/proc/91585/statm: 4765878 676269 5530 1 0 1629996 0
[pid=91585/tid=91587] ppid=91582 vsize=19063512 memory=-6000919498425985894 CPUtime=23.49 cores=1,3
/proc/91585/task/91587/stat : 91587 (java) R 91582 91585 90417 0 -1 4194368 7506 0 0 0 2337 12 0 0 20 0 20 0 80764273 19521036288 676269 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
[pid=91585/tid=91596] ppid=91582 vsize=19063512 memory=2314404 CPUtime=0 cores=1,3
/proc/91585/task/91596/stat : 91596 (Finalizer) S 91582 91585 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80764275 19521036288 676269 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
[pid=91585/tid=91603] ppid=91582 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/91585/task/91603/stat : 91603 (Common-Cleaner) S 91582 91585 90417 0 -1 4194368 53 0 0 0 0 0 0 0 20 0 20 0 80764276 19521036288 676269 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
[pid=91585/tid=91605] ppid=91582 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/91585/task/91605/stat : 91605 (Timer-0) S 91582 91585 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80764310 19521036288 676269 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
Current children cumulated CPU time: 28.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2705076 KiB

[startup+51.1055 s]
/proc/loadavg: 4.64 4.94 4.77 6/339 91605
/proc/meminfo: memFree=114607624/131250000 swapFree=33010672/33010684
[pid=91585] ppid=91582 vsize=19063512 memory=5269688 CPUtime=59.35 cores=1,3
/proc/91585/stat : 91585 (java) S 91582 91585 90417 0 -1 4194304 43124 0 0 0 5825 110 0 0 20 0 20 0 80764272 19521036288 1317422 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
/proc/91585/statm: 4765878 1317422 5530 1 0 1763844 0
[pid=91585/tid=91587] ppid=91582 vsize=19063512 memory=5089420 CPUtime=47.28 cores=1,3
/proc/91585/task/91587/stat : 91587 (java) R 91582 91585 90417 0 -1 4194368 9718 0 0 0 4707 21 0 0 20 0 20 0 80764273 19521036288 1317422 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
[pid=91585/tid=91596] ppid=91582 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/91585/task/91596/stat : 91596 (Finalizer) S 91582 91585 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80764275 19521036288 1317422 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
[pid=91585/tid=91603] ppid=91582 vsize=19063512 memory=4534240 CPUtime=0 cores=1,3

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

[pid=91585] ppid=91582 vsize=19063512 memory=16286332 CPUtime=3203.94 cores=1,3
/proc/91585/stat : 91585 (java) S 91582 91585 90417 0 -1 4194304 427000 0 0 0 319904 490 0 0 20 0 20 0 80764272 19521036288 4071583 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
/proc/91585/statm: 4765878 4071583 5562 1 0 4084590 0
[pid=91585/tid=91587] ppid=91582 vsize=19063512 memory=5760 CPUtime=2011.2 cores=1,3
/proc/91585/task/91587/stat : 91587 (java) S 91582 91585 90417 0 -1 4194368 175990 0 0 0 201031 89 0 0 20 0 20 0 80764273 19521036288 4071583 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
[pid=91585/tid=91596] ppid=91582 vsize=19063512 memory=16286356 CPUtime=0 cores=1,3
/proc/91585/task/91596/stat : 91596 (Finalizer) S 91582 91585 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80764275 19521036288 4071583 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
[pid=91585/tid=91603] ppid=91582 vsize=19063512 memory=16286332 CPUtime=0 cores=1,3
/proc/91585/task/91603/stat : 91603 (Common-Cleaner) S 91582 91585 90417 0 -1 4194368 1418 0 0 0 0 0 0 0 20 0 20 0 80764276 19521036288 4071583 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
[pid=91585/tid=91605] ppid=91582 vsize=19063512 memory=16286348 CPUtime=0 cores=1,3
/proc/91585/task/91605/stat : 91605 (Timer-0) S 91582 91585 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80764310 19521036288 4071583 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
Current children cumulated CPU time: 3203.94 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16286332 KiB

[startup+2521.6 s]
/proc/loadavg: 4.11 3.91 3.88 5/313 91764
/proc/meminfo: memFree=94616556/131250000 swapFree=33010672/33010684
[pid=91585] ppid=91582 vsize=19063512 memory=16286332 CPUtime=3229.33 cores=1,3
/proc/91585/stat : 91585 (java) S 91582 91585 90417 0 -1 4194304 428685 0 0 0 322442 491 0 0 20 0 20 0 80764272 19521036288 4071583 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
/proc/91585/statm: 4765878 4071583 5562 1 0 4084590 0
[pid=91585/tid=91587] ppid=91582 vsize=19063512 memory=4352 CPUtime=2011.2 cores=1,3
/proc/91585/task/91587/stat : 91587 (java) S 91582 91585 90417 0 -1 4194368 175990 0 0 0 201031 89 0 0 20 0 20 0 80764273 19521036288 4071583 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
[pid=91585/tid=91596] ppid=91582 vsize=19063512 memory=7304984 CPUtime=0 cores=1,3
/proc/91585/task/91596/stat : 91596 (Finalizer) S 91582 91585 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80764275 19521036288 4071583 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
[pid=91585/tid=91603] ppid=91582 vsize=19063512 memory=7028 CPUtime=0 cores=1,3
/proc/91585/task/91603/stat : 91603 (Common-Cleaner) S 91582 91585 90417 0 -1 4194368 1418 0 0 0 0 0 0 0 20 0 20 0 80764276 19521036288 4071583 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
[pid=91585/tid=91605] ppid=91582 vsize=19063512 memory=16286332 CPUtime=0 cores=1,3
/proc/91585/task/91605/stat : 91605 (Timer-0) S 91582 91585 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80764310 19521036288 4071583 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
Current children cumulated CPU time: 3229.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16286332 KiB

[startup+2534.4 s]
/proc/loadavg: 4.10 3.91 3.88 5/313 91764
/proc/meminfo: memFree=94616668/131250000 swapFree=33010672/33010684
[pid=91585] ppid=91582 vsize=19063512 memory=16286332 CPUtime=3254.78 cores=1,3
/proc/91585/stat : 91585 (java) S 91582 91585 90417 0 -1 4194304 430301 0 0 0 324987 491 0 0 20 0 20 0 80764272 19521036288 4071583 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
/proc/91585/statm: 4765878 4071583 5562 1 0 4084590 0
[pid=91585/tid=91587] ppid=91582 vsize=19063512 memory=16286332 CPUtime=2011.2 cores=1,3
/proc/91585/task/91587/stat : 91587 (java) S 91582 91585 90417 0 -1 4194368 175990 0 0 0 201031 89 0 0 20 0 20 0 80764273 19521036288 4071583 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
[pid=91585/tid=91596] ppid=91582 vsize=19063512 memory=18944 CPUtime=0 cores=1,3
/proc/91585/task/91596/stat : 91596 (Finalizer) S 91582 91585 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80764275 19521036288 4071583 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
[pid=91585/tid=91603] ppid=91582 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/91585/task/91603/stat : 91603 (Common-Cleaner) S 91582 91585 90417 0 -1 4194368 1418 0 0 0 0 0 0 0 20 0 20 0 80764276 19521036288 4071583 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
[pid=91585/tid=91605] ppid=91582 vsize=19063512 memory=18944 CPUtime=0 cores=1,3
/proc/91585/task/91605/stat : 91605 (Timer-0) S 91582 91585 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80764310 19521036288 4071583 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
Current children cumulated CPU time: 3254.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16286332 KiB

[startup+2540.8 s]
/proc/loadavg: 4.08 3.91 3.88 5/313 91764
/proc/meminfo: memFree=94616700/131250000 swapFree=33010672/33010684
[pid=91585] ppid=91582 vsize=19063512 memory=16286332 CPUtime=3267.5 cores=1,3
/proc/91585/stat : 91585 (java) S 91582 91585 90417 0 -1 4194304 431507 0 0 0 326259 491 0 0 20 0 20 0 80764272 19521036288 4071583 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
/proc/91585/statm: 4765878 4071583 5562 1 0 4084590 0
[pid=91585/tid=91587] ppid=91582 vsize=19063512 memory=16286332 CPUtime=2011.2 cores=1,3
/proc/91585/task/91587/stat : 91587 (java) S 91582 91585 90417 0 -1 4194368 175990 0 0 0 201031 89 0 0 20 0 20 0 80764273 19521036288 4071583 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
[pid=91585/tid=91596] ppid=91582 vsize=19063512 memory=16286332 CPUtime=0 cores=1,3
/proc/91585/task/91596/stat : 91596 (Finalizer) S 91582 91585 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80764275 19521036288 4071583 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
[pid=91585/tid=91603] ppid=91582 vsize=19063512 memory=16286332 CPUtime=0 cores=1,3
/proc/91585/task/91603/stat : 91603 (Common-Cleaner) S 91582 91585 90417 0 -1 4194368 1418 0 0 0 0 0 0 0 20 0 20 0 80764276 19521036288 4071583 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
[pid=91585/tid=91605] ppid=91582 vsize=19063512 memory=-4050210904893735311 CPUtime=0 cores=1,3
/proc/91585/task/91605/stat : 91605 (Timer-0) S 91582 91585 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80764310 19521036288 4071583 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
Current children cumulated CPU time: 3267.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16286332 KiB

[startup+2544 s]*
/proc/loadavg: 4.08 3.91 3.88 5/313 91764
/proc/meminfo: memFree=94616740/131250000 swapFree=33010672/33010684
[pid=91585] ppid=91582 vsize=19063512 memory=16286332 CPUtime=3273.85 cores=1,3
/proc/91585/stat : 91585 (java) S 91582 91585 90417 0 -1 4194304 431973 0 0 0 326894 491 0 0 20 0 20 0 80764272 19521036288 4071583 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
/proc/91585/statm: 4765878 4071583 5562 1 0 4084590 0
[pid=91585/tid=91587] ppid=91582 vsize=19063512 memory=-6000919498425985894 CPUtime=2011.2 cores=1,3
/proc/91585/task/91587/stat : 91587 (java) S 91582 91585 90417 0 -1 4194368 175990 0 0 0 201031 89 0 0 20 0 20 0 80764273 19521036288 4071583 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
[pid=91585/tid=91596] ppid=91582 vsize=19063512 memory=-4050210904893735311 CPUtime=0 cores=1,3
/proc/91585/task/91596/stat : 91596 (Finalizer) S 91582 91585 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80764275 19521036288 4071583 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
[pid=91585/tid=91603] ppid=91582 vsize=19063512 memory=2736 CPUtime=0 cores=1,3
/proc/91585/task/91603/stat : 91603 (Common-Cleaner) S 91582 91585 90417 0 -1 4194368 1418 0 0 0 0 0 0 0 20 0 20 0 80764276 19521036288 4071583 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
[pid=91585/tid=91605] ppid=91582 vsize=19063512 memory=17448 CPUtime=0 cores=1,3
/proc/91585/task/91605/stat : 91605 (Timer-0) S 91582 91585 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80764310 19521036288 4071583 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
Current children cumulated CPU time: 3273.85 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16286332 KiB

[startup+2545.6 s]
/proc/loadavg: 4.07 3.92 3.88 5/313 91764
/proc/meminfo: memFree=94616748/131250000 swapFree=33010672/33010684
[pid=91585] ppid=91582 vsize=19063512 memory=16286332 CPUtime=3277.02 cores=1,3
/proc/91585/stat : 91585 (java) S 91582 91585 90417 0 -1 4194304 432020 0 0 0 327211 491 0 0 20 0 20 0 80764272 19521036288 4071583 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
/proc/91585/statm: 4765878 4071583 5562 1 0 4084590 0
[pid=91585/tid=91587] ppid=91582 vsize=19063512 memory=5760 CPUtime=2011.2 cores=1,3
/proc/91585/task/91587/stat : 91587 (java) S 91582 91585 90417 0 -1 4194368 175990 0 0 0 201031 89 0 0 20 0 20 0 80764273 19521036288 4071583 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
[pid=91585/tid=91596] ppid=91582 vsize=19063512 memory=5148 CPUtime=0 cores=1,3
/proc/91585/task/91596/stat : 91596 (Finalizer) S 91582 91585 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80764275 19521036288 4071583 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
[pid=91585/tid=91603] ppid=91582 vsize=19063512 memory=16286332 CPUtime=0 cores=1,3
/proc/91585/task/91603/stat : 91603 (Common-Cleaner) S 91582 91585 90417 0 -1 4194368 1418 0 0 0 0 0 0 0 20 0 20 0 80764276 19521036288 4071583 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
[pid=91585/tid=91605] ppid=91582 vsize=19063512 memory=10752 CPUtime=0 cores=1,3
/proc/91585/task/91605/stat : 91605 (Timer-0) S 91582 91585 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80764310 19521036288 4071583 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
Current children cumulated CPU time: 3277.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16286332 KiB

[startup+2546 s]*
/proc/loadavg: 4.07 3.92 3.88 5/313 91764
/proc/meminfo: memFree=94616748/131250000 swapFree=33010672/33010684
[pid=91585] ppid=91582 vsize=19063512 memory=16286332 CPUtime=3277.82 cores=1,3
/proc/91585/stat : 91585 (java) S 91582 91585 90417 0 -1 4194304 432276 0 0 0 327291 491 0 0 20 0 20 0 80764272 19521036288 4071583 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
/proc/91585/statm: 4765878 4071583 5562 1 0 4084590 0
[pid=91585/tid=91587] ppid=91582 vsize=19063512 memory=-6000919498425985894 CPUtime=2011.2 cores=1,3
/proc/91585/task/91587/stat : 91587 (java) S 91582 91585 90417 0 -1 4194368 175990 0 0 0 201031 89 0 0 20 0 20 0 80764273 19521036288 4071583 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
[pid=91585/tid=91596] ppid=91582 vsize=19063512 memory=-4050210904893735311 CPUtime=0 cores=1,3
/proc/91585/task/91596/stat : 91596 (Finalizer) S 91582 91585 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80764275 19521036288 4071583 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
[pid=91585/tid=91603] ppid=91582 vsize=19063512 memory=3473177119352513192 CPUtime=0 cores=1,3
/proc/91585/task/91603/stat : 91603 (Common-Cleaner) S 91582 91585 90417 0 -1 4194368 1418 0 0 0 0 0 0 0 20 0 20 0 80764276 19521036288 4071583 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
[pid=91585/tid=91605] ppid=91582 vsize=19063512 memory=5092 CPUtime=0 cores=1,3
/proc/91585/task/91605/stat : 91605 (Timer-0) S 91582 91585 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80764310 19521036288 4071583 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
Current children cumulated CPU time: 3277.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16286332 KiB

[startup+2546.2 s]
/proc/loadavg: 4.07 3.92 3.88 5/313 91764
/proc/meminfo: memFree=94616748/131250000 swapFree=33010672/33010684
[pid=91585] ppid=91582 vsize=19063512 memory=16286332 CPUtime=3278.21 cores=1,3
/proc/91585/stat : 91585 (java) S 91582 91585 90417 0 -1 4194304 432276 0 0 0 327330 491 0 0 20 0 20 0 80764272 19521036288 4071583 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
/proc/91585/statm: 4765878 4071583 5562 1 0 4084590 0
[pid=91585/tid=91587] ppid=91582 vsize=19063512 memory=245635481903 CPUtime=2011.2 cores=1,3
/proc/91585/task/91587/stat : 91587 (java) S 91582 91585 90417 0 -1 4194368 175990 0 0 0 201031 89 0 0 20 0 20 0 80764273 19521036288 4071583 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
[pid=91585/tid=91596] ppid=91582 vsize=19063512 memory=54113165640434 CPUtime=0 cores=1,3
/proc/91585/task/91596/stat : 91596 (Finalizer) S 91582 91585 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80764275 19521036288 4071583 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
[pid=91585/tid=91603] ppid=91582 vsize=19063512 memory=3473177119352513192 CPUtime=0 cores=1,3
/proc/91585/task/91603/stat : 91603 (Common-Cleaner) S 91582 91585 90417 0 -1 4194368 1418 0 0 0 0 0 0 0 20 0 20 0 80764276 19521036288 4071583 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
[pid=91585/tid=91605] ppid=91582 vsize=19063512 memory=4352 CPUtime=0 cores=1,3
/proc/91585/task/91605/stat : 91605 (Timer-0) S 91582 91585 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80764310 19521036288 4071583 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
Current children cumulated CPU time: 3278.21 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16286332 KiB

[startup+2546.3 s]
/proc/loadavg: 4.07 3.92 3.88 5/313 91764
/proc/meminfo: memFree=94616748/131250000 swapFree=33010672/33010684
[pid=91585] ppid=91582 vsize=19063512 memory=16286332 CPUtime=3278.4 cores=1,3
/proc/91585/stat : 91585 (java) S 91582 91585 90417 0 -1 4194304 432276 0 0 0 327349 491 0 0 20 0 20 0 80764272 19521036288 4071583 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
/proc/91585/statm: 4765878 4071583 5562 1 0 4084590 0
[pid=91585/tid=91587] ppid=91582 vsize=19063512 memory=16286356 CPUtime=2011.2 cores=1,3
/proc/91585/task/91587/stat : 91587 (java) S 91582 91585 90417 0 -1 4194368 175990 0 0 0 201031 89 0 0 20 0 20 0 80764273 19521036288 4071583 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
[pid=91585/tid=91596] ppid=91582 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/91585/task/91596/stat : 91596 (Finalizer) S 91582 91585 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80764275 19521036288 4071583 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
[pid=91585/tid=91603] ppid=91582 vsize=19063512 memory=16286332 CPUtime=0 cores=1,3
/proc/91585/task/91603/stat : 91603 (Common-Cleaner) S 91582 91585 90417 0 -1 4194368 1418 0 0 0 0 0 0 0 20 0 20 0 80764276 19521036288 4071583 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
[pid=91585/tid=91605] ppid=91582 vsize=19063512 memory=14720 CPUtime=0 cores=1,3
/proc/91585/task/91605/stat : 91605 (Timer-0) S 91582 91585 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80764310 19521036288 4071583 18446744073709551615 94255254265856 94255254269552 140737054991760 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94255254277368 94255254278160 94255264157696 140737054996864 140737054996965 140737054996965 140737055002568 0
Current children cumulated CPU time: 3278.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16286332 KiB

Child status: 1

Real time (s): 2546.39
CPU time (s): 3278.51
CPU user time (s): 3273.55
CPU system time (s): 4.95968
CPU usage (%): 128.751
Max. virtual memory (cumulated for all children) (KiB): 19069672
Max. memory (cumulated for all children) (KiB): 16286400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3273.55
system time used= 4.95968
maximum resident set size= 16286460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 432365
page faults= 0
swaps= 0
block input operations= 0
block output operations= 11688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 82228
involuntary context switches= 32461


# summary of solver processes directly reported to runsolver:
#   pid: 91585
#   total CPU time (s): 3278.51
#   total CPU user time (s): 3273.55
#   total CPU system time (s): 4.95968

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.37275 second user time and 8.63166 second system time

The end

Launcher Data

Begin job on nodeC026 at 2025-07-04 19:40:56
IDJOB=4523110
IDBENCH=179638
IDSOLVER=3363
FILE ID=nodeC026/4523110-1751650856
RUNJOBID= nodeC026-1751647263-90896
SLURM_JOB_ID= 9672331
Free space on /tmp= 429820 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/KidneyTransplantBenchmarks/normalized-KE_450_009.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4523110-1751650856/watcher-4523110-1751650856 -o /tmp/evaluation-result-4523110-1751650856/solver-4523110-1751650856 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751647263-90896 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4523110-1751650856.opb

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

MD5SUM BENCH= df0594732f371a835e09b18955cd9c54
RANDOM SEED=1446713132

nodeC026 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		: 3599.813
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.59
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.786
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.59
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		: 3599.824
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.59
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.371
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.59
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.794
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.59
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.787
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.59
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		: 3600.166
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.59
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		: 3600.428
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.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        120207920 kB
MemAvailable:   123340120 kB
Buffers:            2128 kB
Cached:          3756380 kB
SwapCached:            4 kB
Active:          7015924 kB
Inactive:        3086128 kB
Active(anon):    6351932 kB
Inactive(anon):     9688 kB
Active(file):     663992 kB
Inactive(file):  3076440 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1388 kB
Writeback:            24 kB
AnonPages:       6346656 kB
Mapped:           125296 kB
Shmem:             18076 kB
KReclaimable:     452568 kB
Slab:             554688 kB
SReclaimable:     452568 kB
SUnreclaim:       102120 kB
KernelStack:        5280 kB
PageTables:        16248 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   19441328 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151448 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6137856 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:      187092 kB
DirectMap2M:     9021440 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 429824 MiB
End job on nodeC026 at 2025-07-04 20:23:23