Trace number 4523019

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.07 2056.1

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/
KidneyTransplantBenchmarks/normalized-KE_610_007.opb
MD5SUMd4787b598273e6d459976691fcf7670c
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-26846
Best CPU time to get the best result obtained on this benchmark4.8452
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables85097
Total number of constraints551
Number of constraints which are clauses15
Number of constraints which are cardinality constraints (but not clauses)536
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint10379
Number of terms in the objective function 85089
Biggest coefficient in the objective function 264
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 9572779
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 264
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 9572779
Number of bits of the biggest sum of numbers24
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.14	c Pseudo Boolean Optimization by upper bound
0.12/0.14	c --- Begin Solver configuration ---
0.12/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.14	c Learn all clauses as in MiniSAT
0.12/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.14	c Expensive reason simplification
0.12/0.14	c Glucose 2.1 dynamic restart strategy
0.12/0.14	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.14	c timeout=2147483s
0.12/0.14	c DB Simplification allowed=false
0.12/0.14	c Listener: none
0.12/0.14	c --- End Solver configuration ---
0.12/0.14	c solving HOME/instance-4523019-1751650912.opb
0.12/0.14	c reading problem ... 
0.12/0.14	c using VERIPB proof format
0.12/0.14	c  objective function found
1.26/0.74	c ... done. Wall clock time 0.601s.
1.26/0.74	c declared #vars     85097
1.26/0.74	c #constraints  551
1.26/0.74	c constraints type 
1.26/0.74	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 15
1.26/0.74	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 536
1.26/0.74	c 551 constraints processed.
1.26/0.76	c objective function length is 85089 literals
2.06/1.17	c SATISFIABLE
2.06/1.17	c OPTIMIZING...
2.06/1.17	c Got one! Elapsed wall clock time (in seconds):1.031
2.06/1.17	o -21047
7.83/4.96	c Got one! Elapsed wall clock time (in seconds):4.826
7.83/4.96	o -21123
493.03/421.89	c cleaning 2508 clauses out of 5015 with flag 17320/5015

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4523019-1751650912/watcher-4523019-1751650912 -o /tmp/evaluation-result-4523019-1751650912/solver-4523019-1751650912 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751647260-92976 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4523019-1751650912 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4523019-1751650912.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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

solver pid=93615, runsolver pid=93612

[startup+0.100061 s]*
/proc/loadavg: 4.52 4.50 4.63 5/345 93633
/proc/meminfo: memFree=94064228/131250000 swapFree=33010416/33010684
[pid=93615] ppid=93612 vsize=18930384 memory=55488 CPUtime=0.12 cores=5,7
/proc/93615/stat : 93615 (java) S 93612 93615 92592 0 -1 4194304 6537 0 0 0 11 1 0 0 20 0 18 0 80771067 19384713216 13872 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
/proc/93615/statm: 4732596 13872 5333 1 0 547588 0
[pid=93615/tid=93617] ppid=93612 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=5,7
/proc/93615/task/93617/stat : 93617 (java) R 93612 93615 92592 0 -1 4194368 5048 0 0 0 7 0 0 0 20 0 18 0 80771068 19384713216 13872 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
[pid=93615/tid=93626] ppid=93612 vsize=18930384 memory=241407623509 CPUtime=0 cores=5,7
/proc/93615/task/93626/stat : 93626 (Finalizer) S 93612 93615 92592 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 80771071 19384713216 13872 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
[pid=93615/tid=93633] ppid=93612 vsize=18930384 memory=61784027586760 CPUtime=0 cores=5,7
/proc/93615/task/93633/stat : 93633 (Common-Cleaner) S 93612 93615 92592 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 80771071 19384713216 13872 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55488 KiB

[startup+0.206001 s]*
/proc/loadavg: 4.52 4.50 4.63 6/345 93633
/proc/meminfo: memFree=94047956/131250000 swapFree=33010416/33010684
[pid=93615] ppid=93612 vsize=18930384 memory=73324 CPUtime=0.32 cores=5,7
/proc/93615/stat : 93615 (java) S 93612 93615 92592 0 -1 4194304 7677 0 0 0 29 3 0 0 20 0 18 0 80771067 19384713216 18331 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
/proc/93615/statm: 4732596 18331 5429 1 0 548248 0
[pid=93615/tid=93617] ppid=93612 vsize=18930384 memory=4026794268 CPUtime=0.17 cores=5,7
/proc/93615/task/93617/stat : 93617 (java) R 93612 93615 92592 0 -1 4194368 5245 0 0 0 16 1 0 0 20 0 18 0 80771068 19384713216 18331 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
[pid=93615/tid=93626] ppid=93612 vsize=18930384 memory=18954 CPUtime=0 cores=5,7
/proc/93615/task/93626/stat : 93626 (Finalizer) S 93612 93615 92592 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 80771071 19384713216 18331 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
[pid=93615/tid=93633] ppid=93612 vsize=18930384 memory=60684515935208 CPUtime=0 cores=5,7
/proc/93615/task/93633/stat : 93633 (Common-Cleaner) S 93612 93615 92592 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 80771071 19384713216 18331 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 73324 KiB

[startup+0.306037 s]*
/proc/loadavg: 4.52 4.50 4.63 6/345 93633
/proc/meminfo: memFree=94009392/131250000 swapFree=33010416/33010684
[pid=93615] ppid=93612 vsize=18930384 memory=110428 CPUtime=0.51 cores=5,7
/proc/93615/stat : 93615 (java) S 93612 93615 92592 0 -1 4194304 9107 0 0 0 47 4 0 0 20 0 18 0 80771067 19384713216 27607 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
/proc/93615/statm: 4732596 27607 5429 1 0 549307 0
[pid=93615/tid=93617] ppid=93612 vsize=18930384 memory=-6000919498543360358 CPUtime=0.26 cores=5,7
/proc/93615/task/93617/stat : 93617 (java) R 93612 93615 92592 0 -1 4194368 5265 0 0 0 24 2 0 0 20 0 18 0 80771068 19384713216 27607 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
[pid=93615/tid=93626] ppid=93612 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/93615/task/93626/stat : 93626 (Finalizer) S 93612 93615 92592 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 80771071 19384713216 27607 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
[pid=93615/tid=93633] ppid=93612 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/93615/task/93633/stat : 93633 (Common-Cleaner) S 93612 93615 92592 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 80771071 19384713216 27607 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 110428 KiB

[startup+0.700242 s]
/proc/loadavg: 4.52 4.50 4.63 6/346 93634
/proc/meminfo: memFree=93929616/131250000 swapFree=33010416/33010684
[pid=93615] ppid=93612 vsize=18996948 memory=304124 CPUtime=1.26 cores=5,7
/proc/93615/stat : 93615 (java) S 93612 93615 92592 0 -1 4194304 10450 0 0 0 118 8 0 0 20 0 19 0 80771067 19452874752 76031 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
/proc/93615/statm: 4749237 76031 5493 1 0 1076168 0
[pid=93615/tid=93617] ppid=93612 vsize=18996948 memory=18944 CPUtime=0.54 cores=5,7
/proc/93615/task/93617/stat : 93617 (java) R 93612 93615 92592 0 -1 4194368 5380 0 0 0 49 5 0 0 20 0 19 0 80771068 19452874752 76031 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
[pid=93615/tid=93626] ppid=93612 vsize=18996948 memory=10880 CPUtime=0 cores=5,7
/proc/93615/task/93626/stat : 93626 (Finalizer) S 93612 93615 92592 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 80771071 19452874752 76031 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
[pid=93615/tid=93633] ppid=93612 vsize=18996948 memory=3328 CPUtime=0 cores=5,7
/proc/93615/task/93633/stat : 93633 (Common-Cleaner) S 93612 93615 92592 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 80771071 19452874752 76031 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 304124 KiB

[startup+1.50022 s]
/proc/loadavg: 4.56 4.51 4.64 6/347 93635
/proc/meminfo: memFree=93682668/131250000 swapFree=33010416/33010684
[pid=93615] ppid=93612 vsize=19063512 memory=416232 CPUtime=2.77 cores=5,7
/proc/93615/stat : 93615 (java) S 93612 93615 92592 0 -1 4194304 17522 0 0 0 265 12 0 0 20 0 20 0 80771067 19521036288 104058 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
/proc/93615/statm: 4765878 104058 5525 1 0 1081348 0
[pid=93615/tid=93617] ppid=93612 vsize=19063512 memory=3328 CPUtime=1.25 cores=5,7
/proc/93615/task/93617/stat : 93617 (java) R 93612 93615 92592 0 -1 4194368 5567 0 0 0 119 6 0 0 20 0 20 0 80771068 19521036288 104058 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
[pid=93615/tid=93626] ppid=93612 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/93615/task/93626/stat : 93626 (Finalizer) S 93612 93615 92592 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80771071 19521036288 104058 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
[pid=93615/tid=93633] ppid=93612 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/93615/task/93633/stat : 93633 (Common-Cleaner) S 93612 93615 92592 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 80771071 19521036288 104058 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
[pid=93615/tid=93635] ppid=93612 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/93615/task/93635/stat : 93635 (Timer-0) S 93612 93615 92592 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80771165 19521036288 104058 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
Current children cumulated CPU time: 2.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 416232 KiB

[startup+3.10585 s]
/proc/loadavg: 4.56 4.51 4.64 6/347 93635
/proc/meminfo: memFree=93607900/131250000 swapFree=33010416/33010684
[pid=93615] ppid=93612 vsize=19063512 memory=455128 CPUtime=5.57 cores=5,7
/proc/93615/stat : 93615 (java) S 93612 93615 92592 0 -1 4194304 18045 0 0 0 544 13 0 0 20 0 20 0 80771067 19521036288 113782 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
/proc/93615/statm: 4765878 113782 5525 1 0 1081381 0
[pid=93615/tid=93617] ppid=93612 vsize=19063512 memory=14720 CPUtime=2.78 cores=5,7
/proc/93615/task/93617/stat : 93617 (java) R 93612 93615 92592 0 -1 4194368 5590 0 0 0 271 7 0 0 20 0 20 0 80771068 19521036288 113782 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
[pid=93615/tid=93626] ppid=93612 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/93615/task/93626/stat : 93626 (Finalizer) S 93612 93615 92592 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80771071 19521036288 113782 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
[pid=93615/tid=93633] ppid=93612 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/93615/task/93633/stat : 93633 (Common-Cleaner) S 93612 93615 92592 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 80771071 19521036288 113782 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
[pid=93615/tid=93635] ppid=93612 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/93615/task/93635/stat : 93635 (Timer-0) S 93612 93615 92592 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80771165 19521036288 113782 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
Current children cumulated CPU time: 5.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 455128 KiB

[startup+6.30025 s]
/proc/loadavg: 4.52 4.50 4.63 5/347 93636
/proc/meminfo: memFree=93520336/131250000 swapFree=33010416/33010684
[pid=93615] ppid=93612 vsize=19063512 memory=485372 CPUtime=9.46 cores=5,7
/proc/93615/stat : 93615 (java) S 93612 93615 92592 0 -1 4194304 24396 0 0 0 930 16 0 0 20 0 20 0 80771067 19521036288 121343 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
/proc/93615/statm: 4765878 121343 5525 1 0 1081398 0
[pid=93615/tid=93617] ppid=93612 vsize=19063512 memory=0 CPUtime=5.9 cores=5,7
/proc/93615/task/93617/stat : 93617 (java) R 93612 93615 92592 0 -1 4194368 6681 0 0 0 583 7 0 0 20 0 20 0 80771068 19521036288 121343 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
[pid=93615/tid=93626] ppid=93612 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/93615/task/93626/stat : 93626 (Finalizer) S 93612 93615 92592 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80771071 19521036288 121343 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
[pid=93615/tid=93633] ppid=93612 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/93615/task/93633/stat : 93633 (Common-Cleaner) S 93612 93615 92592 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 80771071 19521036288 121343 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
[pid=93615/tid=93635] ppid=93612 vsize=19063512 memory=416488 CPUtime=0 cores=5,7
/proc/93615/task/93635/stat : 93635 (Timer-0) S 93612 93615 92592 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80771165 19521036288 121343 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
Current children cumulated CPU time: 9.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 485372 KiB

[startup+12.7002 s]
/proc/loadavg: 4.47 4.49 4.63 4/347 93636
/proc/meminfo: memFree=93248428/131250000 swapFree=33010416/33010684
[pid=93615] ppid=93612 vsize=19063512 memory=557192 CPUtime=15.91 cores=5,7
/proc/93615/stat : 93615 (java) S 93612 93615 92592 0 -1 4194304 26820 0 0 0 1572 19 0 0 20 0 20 0 80771067 19521036288 139298 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
/proc/93615/statm: 4765878 139298 5525 1 0 1081398 0
[pid=93615/tid=93617] ppid=93612 vsize=19063512 memory=416488 CPUtime=12.21 cores=5,7
/proc/93615/task/93617/stat : 93617 (java) R 93612 93615 92592 0 -1 4194368 7503 0 0 0 1212 9 0 0 20 0 20 0 80771068 19521036288 139298 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
[pid=93615/tid=93626] ppid=93612 vsize=19063512 memory=524424 CPUtime=0 cores=5,7
/proc/93615/task/93626/stat : 93626 (Finalizer) S 93612 93615 92592 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80771071 19521036288 139298 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
[pid=93615/tid=93633] ppid=93612 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/93615/task/93633/stat : 93633 (Common-Cleaner) S 93612 93615 92592 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 80771071 19521036288 139298 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
[pid=93615/tid=93635] ppid=93612 vsize=19063512 memory=10880 CPUtime=0 cores=5,7
/proc/93615/task/93635/stat : 93635 (Timer-0) S 93612 93615 92592 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80771165 19521036288 139298 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
Current children cumulated CPU time: 15.91 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 557192 KiB

[startup+25.5003 s]
/proc/loadavg: 4.40 4.47 4.62 5/347 93636
/proc/meminfo: memFree=92186088/131250000 swapFree=33010416/33010684
[pid=93615] ppid=93612 vsize=19063512 memory=749792 CPUtime=28.93 cores=5,7
/proc/93615/stat : 93615 (java) S 93612 93615 92592 0 -1 4194304 32819 0 0 0 2867 26 0 0 20 0 20 0 80771067 19521036288 187448 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
/proc/93615/statm: 4765878 187448 5525 1 0 1081398 0
[pid=93615/tid=93617] ppid=93612 vsize=19063512 memory=0 CPUtime=24.79 cores=5,7
/proc/93615/task/93617/stat : 93617 (java) R 93612 93615 92592 0 -1 4194368 8414 0 0 0 2468 11 0 0 20 0 20 0 80771068 19521036288 187448 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
[pid=93615/tid=93626] ppid=93612 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/93615/task/93626/stat : 93626 (Finalizer) S 93612 93615 92592 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80771071 19521036288 187448 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
[pid=93615/tid=93633] ppid=93612 vsize=19063512 memory=749792 CPUtime=0 cores=5,7
/proc/93615/task/93633/stat : 93633 (Common-Cleaner) S 93612 93615 92592 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 80771071 19521036288 187448 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
[pid=93615/tid=93635] ppid=93612 vsize=19063512 memory=698560 CPUtime=0 cores=5,7
/proc/93615/task/93635/stat : 93635 (Timer-0) S 93612 93615 92592 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80771165 19521036288 187448 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
Current children cumulated CPU time: 28.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 749792 KiB

[startup+51.1059 s]
/proc/loadavg: 4.58 4.51 4.63 5/347 93636
/proc/meminfo: memFree=90195312/131250000 swapFree=33010416/33010684
[pid=93615] ppid=93612 vsize=19063512 memory=2145188 CPUtime=54.57 cores=5,7
/proc/93615/stat : 93615 (java) S 93612 93615 92592 0 -1 4194304 34527 0 0 0 5397 60 0 0 20 0 20 0 80771067 19521036288 536297 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
/proc/93615/statm: 4765878 536297 5525 1 0 1081601 0
[pid=93615/tid=93617] ppid=93612 vsize=19063512 memory=749792 CPUtime=50.29 cores=5,7
/proc/93615/task/93617/stat : 93617 (java) R 93612 93615 92592 0 -1 4194368 9474 0 0 0 4986 43 0 0 20 0 20 0 80771068 19521036288 536297 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
[pid=93615/tid=93626] ppid=93612 vsize=19063512 memory=28160 CPUtime=0 cores=5,7
/proc/93615/task/93626/stat : 93626 (Finalizer) S 93612 93615 92592 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80771071 19521036288 536297 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
[pid=93615/tid=93633] ppid=93612 vsize=19063512 memory=2308 CPUtime=0 cores=5,7

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

/proc/93615/stat : 93615 (java) S 93612 93615 92592 0 -1 4194304 407704 0 0 0 329187 915 0 0 20 0 20 0 80771067 19521036288 4073225 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
/proc/93615/statm: 4765878 4073225 5589 1 0 4085205 0
[pid=93615/tid=93617] ppid=93612 vsize=19063512 memory=16292772 CPUtime=669.76 cores=5,7
/proc/93615/task/93617/stat : 93617 (java) S 93612 93615 92592 0 -1 4194368 56561 0 0 0 66312 664 0 0 20 0 20 0 80771068 19521036288 4073225 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
[pid=93615/tid=93626] ppid=93612 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/93615/task/93626/stat : 93626 (Finalizer) S 93612 93615 92592 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80771071 19521036288 4073225 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
[pid=93615/tid=93633] ppid=93612 vsize=19063512 memory=16292900 CPUtime=0 cores=5,7
/proc/93615/task/93633/stat : 93633 (Common-Cleaner) S 93612 93615 92592 0 -1 4194368 824 0 0 0 0 0 0 0 20 0 20 0 80771071 19521036288 4073225 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
[pid=93615/tid=93635] ppid=93612 vsize=19063512 memory=16292772 CPUtime=0 cores=5,7
/proc/93615/task/93635/stat : 93635 (Timer-0) S 93612 93615 92592 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80771165 19521036288 4073225 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
Current children cumulated CPU time: 3301.02 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16292900 KiB

[startup+1962.3 s]
/proc/loadavg: 4.18 4.91 5.23 5/316 93780
/proc/meminfo: memFree=89838248/131250000 swapFree=33010416/33010684
[pid=93615] ppid=93612 vsize=19063512 memory=16292900 CPUtime=3420.14 cores=5,7
/proc/93615/stat : 93615 (java) S 93612 93615 92592 0 -1 4194304 420876 0 0 0 341095 919 0 0 20 0 20 0 80771067 19521036288 4073225 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
/proc/93615/statm: 4765878 4073225 5589 1 0 4085205 0
[pid=93615/tid=93617] ppid=93612 vsize=19063512 memory=16292900 CPUtime=669.81 cores=5,7
/proc/93615/task/93617/stat : 93617 (java) S 93612 93615 92592 0 -1 4194368 56830 0 0 0 66317 664 0 0 20 0 20 0 80771068 19521036288 4073225 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
[pid=93615/tid=93626] ppid=93612 vsize=19063512 memory=18944 CPUtime=0 cores=5,7
/proc/93615/task/93626/stat : 93626 (Finalizer) S 93612 93615 92592 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80771071 19521036288 4073225 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
[pid=93615/tid=93633] ppid=93612 vsize=19063512 memory=16292900 CPUtime=0 cores=5,7
/proc/93615/task/93633/stat : 93633 (Common-Cleaner) S 93612 93615 92592 0 -1 4194368 843 0 0 0 0 0 0 0 20 0 20 0 80771071 19521036288 4073225 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
[pid=93615/tid=93635] ppid=93612 vsize=19063512 memory=16292772 CPUtime=0 cores=5,7
/proc/93615/task/93635/stat : 93635 (Timer-0) S 93612 93615 92592 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80771165 19521036288 4073225 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
Current children cumulated CPU time: 3420.14 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16292900 KiB

[startup+2022.3 s]
/proc/loadavg: 4.21 4.79 5.16 5/316 93782
/proc/meminfo: memFree=89726528/131250000 swapFree=33010416/33010684
[pid=93615] ppid=93612 vsize=19063512 memory=16292900 CPUtime=3539.26 cores=5,7
/proc/93615/stat : 93615 (java) S 93612 93615 92592 0 -1 4194304 433727 0 0 0 353004 922 0 0 20 0 20 0 80771067 19521036288 4073225 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
/proc/93615/statm: 4765878 4073225 5589 1 0 4085205 0
[pid=93615/tid=93617] ppid=93612 vsize=19063512 memory=16292900 CPUtime=669.89 cores=5,7
/proc/93615/task/93617/stat : 93617 (java) S 93612 93615 92592 0 -1 4194368 57118 0 0 0 66325 664 0 0 20 0 20 0 80771068 19521036288 4073225 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
[pid=93615/tid=93626] ppid=93612 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/93615/task/93626/stat : 93626 (Finalizer) S 93612 93615 92592 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80771071 19521036288 4073225 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
[pid=93615/tid=93633] ppid=93612 vsize=19063512 memory=16292900 CPUtime=0 cores=5,7
/proc/93615/task/93633/stat : 93633 (Common-Cleaner) S 93612 93615 92592 0 -1 4194368 917 0 0 0 0 0 0 0 20 0 20 0 80771071 19521036288 4073225 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
[pid=93615/tid=93635] ppid=93612 vsize=19063512 memory=16292900 CPUtime=0 cores=5,7
/proc/93615/task/93635/stat : 93635 (Timer-0) S 93612 93615 92592 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80771165 19521036288 4073225 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
Current children cumulated CPU time: 3539.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16292900 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2052.9 s]
/proc/loadavg: 4.25 4.75 5.13 5/316 93783
/proc/meminfo: memFree=89641248/131250000 swapFree=33010416/33010684
[pid=93615] ppid=93612 vsize=19063512 memory=16292748 CPUtime=3600.03 cores=5,7
/proc/93615/stat : 93615 (java) S 93612 93615 92592 0 -1 4194304 438121 0 0 0 359080 923 0 0 20 0 20 0 80771067 19521036288 4073187 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
/proc/93615/statm: 4765878 4073187 5589 1 0 4085205 0
[pid=93615/tid=93617] ppid=93612 vsize=19063512 memory=14720 CPUtime=669.93 cores=5,7
/proc/93615/task/93617/stat : 93617 (java) S 93612 93615 92592 0 -1 4194368 57119 0 0 0 66329 664 0 0 20 0 20 0 80771068 19521036288 4073187 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
[pid=93615/tid=93626] ppid=93612 vsize=19063512 memory=5276 CPUtime=0 cores=5,7
/proc/93615/task/93626/stat : 93626 (Finalizer) S 93612 93615 92592 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80771071 19521036288 4073187 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
[pid=93615/tid=93633] ppid=93612 vsize=19063512 memory=-6000919498543360358 CPUtime=0 cores=5,7
/proc/93615/task/93633/stat : 93633 (Common-Cleaner) S 93612 93615 92592 0 -1 4194368 917 0 0 0 0 0 0 0 20 0 20 0 80771071 19521036288 4073187 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
[pid=93615/tid=93635] ppid=93612 vsize=19063512 memory=16292748 CPUtime=0 cores=5,7
/proc/93615/task/93635/stat : 93635 (Timer-0) S 93612 93615 92592 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80771165 19521036288 4073187 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16292748 KiB

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

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

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

# cumulated CPU time of all completed processes:  user=3594.79 s, system=9.28111 s

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

[startup+2053.6 s]
/proc/loadavg: 4.25 4.75 5.13 5/316 93783
/proc/meminfo: memFree=89633184/131250000 swapFree=33010416/33010684
[pid=93615] ppid=93612 vsize=19063512 memory=16292748 CPUtime=3601.42 cores=5,7
/proc/93615/stat : 93615 (java) S 93612 93615 92592 0 -1 4194304 438232 0 0 0 359219 923 0 0 20 0 20 0 80771067 19521036288 4073187 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
/proc/93615/statm: 4765878 4073187 5589 1 0 4085205 0
[pid=93615/tid=93617] ppid=93612 vsize=19063512 memory=-6000919498543360358 CPUtime=669.93 cores=5,7
/proc/93615/task/93617/stat : 93617 (java) S 93612 93615 92592 0 -1 4194368 57119 0 0 0 66329 664 0 0 20 0 20 0 80771068 19521036288 4073187 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
[pid=93615/tid=93626] ppid=93612 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/93615/task/93626/stat : 93626 (Finalizer) S 93612 93615 92592 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80771071 19521036288 4073187 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
[pid=93615/tid=93633] ppid=93612 vsize=19063512 memory=4760 CPUtime=0 cores=5,7
/proc/93615/task/93633/stat : 93633 (Common-Cleaner) S 93612 93615 92592 0 -1 4194368 917 0 0 0 0 0 0 0 20 0 20 0 80771071 19521036288 4073187 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
[pid=93615/tid=93635] ppid=93612 vsize=19063512 memory=2892 CPUtime=0 cores=5,7
/proc/93615/task/93635/stat : 93635 (Timer-0) S 93612 93615 92592 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80771165 19521036288 4073187 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
Current children cumulated CPU time: 3601.42 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16292748 KiB

[startup+2054.4 s]
/proc/loadavg: 4.25 4.75 5.13 5/316 93783
/proc/meminfo: memFree=89633184/131250000 swapFree=33010416/33010684
[pid=93615] ppid=93612 vsize=19063512 memory=16292748 CPUtime=3603.01 cores=5,7
/proc/93615/stat : 93615 (java) S 93612 93615 92592 0 -1 4194304 438294 0 0 0 359378 923 0 0 20 0 20 0 80771067 19521036288 4073187 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
/proc/93615/statm: 4765878 4073187 5589 1 0 4085205 0
[pid=93615/tid=93617] ppid=93612 vsize=19063512 memory=16292748 CPUtime=669.93 cores=5,7
/proc/93615/task/93617/stat : 93617 (java) S 93612 93615 92592 0 -1 4194368 57119 0 0 0 66329 664 0 0 20 0 20 0 80771068 19521036288 4073187 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
[pid=93615/tid=93626] ppid=93612 vsize=19063512 memory=16292748 CPUtime=0 cores=5,7
/proc/93615/task/93626/stat : 93626 (Finalizer) S 93612 93615 92592 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80771071 19521036288 4073187 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
[pid=93615/tid=93633] ppid=93612 vsize=19063512 memory=12928 CPUtime=0 cores=5,7
/proc/93615/task/93633/stat : 93633 (Common-Cleaner) S 93612 93615 92592 0 -1 4194368 917 0 0 0 0 0 0 0 20 0 20 0 80771071 19521036288 4073187 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
[pid=93615/tid=93635] ppid=93612 vsize=19063512 memory=16292748 CPUtime=0 cores=5,7
/proc/93615/task/93635/stat : 93635 (Timer-0) S 93612 93615 92592 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80771165 19521036288 4073187 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
Current children cumulated CPU time: 3603.01 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16292748 KiB

[startup+2054.8 s]
/proc/loadavg: 4.25 4.75 5.13 5/316 93783
/proc/meminfo: memFree=89633184/131250000 swapFree=33010416/33010684
[pid=93615] ppid=93612 vsize=19063512 memory=16292748 CPUtime=3603.8 cores=5,7
/proc/93615/stat : 93615 (java) S 93612 93615 92592 0 -1 4194304 438321 0 0 0 359457 923 0 0 20 0 20 0 80771067 19521036288 4073187 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
/proc/93615/statm: 4765878 4073187 5589 1 0 4085205 0
[pid=93615/tid=93617] ppid=93612 vsize=19063512 memory=2892 CPUtime=669.93 cores=5,7
/proc/93615/task/93617/stat : 93617 (java) S 93612 93615 92592 0 -1 4194368 57119 0 0 0 66329 664 0 0 20 0 20 0 80771068 19521036288 4073187 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
[pid=93615/tid=93626] ppid=93612 vsize=19063512 memory=16292748 CPUtime=0 cores=5,7
/proc/93615/task/93626/stat : 93626 (Finalizer) S 93612 93615 92592 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80771071 19521036288 4073187 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
[pid=93615/tid=93633] ppid=93612 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/93615/task/93633/stat : 93633 (Common-Cleaner) S 93612 93615 92592 0 -1 4194368 917 0 0 0 0 0 0 0 20 0 20 0 80771071 19521036288 4073187 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
[pid=93615/tid=93635] ppid=93612 vsize=19063512 memory=18944 CPUtime=0 cores=5,7
/proc/93615/task/93635/stat : 93635 (Timer-0) S 93612 93615 92592 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80771165 19521036288 4073187 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
Current children cumulated CPU time: 3603.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16292748 KiB

[startup+2054.9 s]
/proc/loadavg: 4.25 4.75 5.13 5/316 93783
/proc/meminfo: memFree=89633184/131250000 swapFree=33010416/33010684
[pid=93615] ppid=93612 vsize=19063512 memory=16292748 CPUtime=3604 cores=5,7
/proc/93615/stat : 93615 (java) S 93612 93615 92592 0 -1 4194304 438332 0 0 0 359477 923 0 0 20 0 20 0 80771067 19521036288 4073187 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
/proc/93615/statm: 4765878 4073187 5589 1 0 4085205 0
[pid=93615/tid=93617] ppid=93612 vsize=19063512 memory=14720 CPUtime=669.93 cores=5,7
/proc/93615/task/93617/stat : 93617 (java) S 93612 93615 92592 0 -1 4194368 57119 0 0 0 66329 664 0 0 20 0 20 0 80771068 19521036288 4073187 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
[pid=93615/tid=93626] ppid=93612 vsize=19063512 memory=5276 CPUtime=0 cores=5,7
/proc/93615/task/93626/stat : 93626 (Finalizer) S 93612 93615 92592 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80771071 19521036288 4073187 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
[pid=93615/tid=93633] ppid=93612 vsize=19063512 memory=-6000919498543360358 CPUtime=0 cores=5,7
/proc/93615/task/93633/stat : 93633 (Common-Cleaner) S 93612 93615 92592 0 -1 4194368 917 0 0 0 0 0 0 0 20 0 20 0 80771071 19521036288 4073187 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
[pid=93615/tid=93635] ppid=93612 vsize=19063512 memory=16292748 CPUtime=0 cores=5,7
/proc/93615/task/93635/stat : 93635 (Timer-0) S 93612 93615 92592 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80771165 19521036288 4073187 18446744073709551615 94225703153664 94225703157360 140722552022960 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94225703165176 94225703165968 94225723691008 140722552031535 140722552031717 140722552031717 140722552037320 0
Current children cumulated CPU time: 3604 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16292748 KiB

Child ended because it received signal 9 (SIGKILL)

Real time (s): 2056.1
CPU time (s): 3604.07
CPU user time (s): 3594.79
CPU system time (s): 9.28111
CPU usage (%): 175.286
Max. virtual memory (cumulated for all children) (KiB): 19067616
Max. memory (cumulated for all children) (KiB): 16292948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.79
system time used= 9.28111
maximum resident set size= 16292948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 438335
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15176304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 76009
involuntary context switches= 85122


# summary of solver processes directly reported to runsolver:
#   pid: 93615
#   total CPU time (s): 3604.07
#   total CPU user time (s): 3594.79
#   total CPU system time (s): 9.28111

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.62417 second user time and 9.94745 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-07-04 19:41:52
IDJOB=4523019
IDBENCH=179615
IDSOLVER=3364
FILE ID=nodeC027/4523019-1751650912
RUNJOBID= nodeC027-1751647260-92976
SLURM_JOB_ID= 9672332
Free space on /tmp= 431156 MiB

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

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

MD5SUM BENCH= d4787b598273e6d459976691fcf7670c
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		: 3599.638
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.638
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		: 3599.253
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		: 3576.928
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		: 3600.033
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		: 3586.429
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		: 3603.050
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.829
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:        94096780 kB
MemAvailable:   106784960 kB
Buffers:            2488 kB
Cached:         13470628 kB
SwapCached:           12 kB
Active:         23556252 kB
Inactive:       12913624 kB
Active(anon):   23012152 kB
Inactive(anon):     2792 kB
Active(file):     544100 kB
Inactive(file): 12910832 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010416 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:           1633272 kB
Writeback:            24 kB
AnonPages:      23000008 kB
Mapped:           124908 kB
Shmem:             18056 kB
KReclaimable:     144572 kB
Slab:             287888 kB
SReclaimable:     144572 kB
SUnreclaim:       143316 kB
KernelStack:        5312 kB
PageTables:        48752 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   27446292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151528 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:  22632448 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= 431172 MiB
End job on nodeC027 at 2025-07-04 20:16:08