Trace number 4523018

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) 1516.43 986.342

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-4523018-1751650760.opb
0.12/0.14	c reading problem ... 
0.12/0.14	c  objective function found
1.25/0.72	c ... done. Wall clock time 0.577s.
1.25/0.72	c declared #vars     85097
1.25/0.72	c #constraints  551
1.25/0.72	c constraints type 
1.25/0.73	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 15
1.25/0.73	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 536
1.25/0.73	c 551 constraints processed.
1.25/0.74	c objective function length is 85089 literals
1.65/0.94	c SATISFIABLE
1.65/0.94	c OPTIMIZING...
1.65/0.94	c Got one! Elapsed wall clock time (in seconds):0.801
1.65/0.94	o -21047
6.54/4.82	c Got one! Elapsed wall clock time (in seconds):4.677
6.54/4.82	o -21123
403.90/364.10	c cleaning 2508 clauses out of 5015 with flag 17320/5015
1026.50/739.62	
1026.50/739.62	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 (45080 MiB free)
  memory of node 1: 64465 MiB (50169 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4523018-1751650760/watcher-4523018-1751650760 -o /tmp/evaluation-result-4523018-1751650760/solver-4523018-1751650760 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1751647263-90895 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4523018-1751650760.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=91451, runsolver pid=91448

[startup+0.100061 s]*
/proc/loadavg: 5.18 5.08 4.77 7/340 91469
/proc/meminfo: memFree=97517604/131250000 swapFree=33010672/33010684
[pid=91451] ppid=91448 vsize=18930384 memory=57636 CPUtime=0.12 cores=4,6
/proc/91451/stat : 91451 (java) S 91448 91451 90417 0 -1 4194304 6554 0 0 0 10 2 0 0 20 0 18 0 80754649 19384713216 14409 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
/proc/91451/statm: 4732596 14409 5337 1 0 547603 0
[pid=91451/tid=91453] ppid=91448 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/91451/task/91453/stat : 91453 (java) R 91448 91451 90417 0 -1 4194368 5058 0 0 0 6 2 0 0 20 0 18 0 80754651 19384713216 14409 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
[pid=91451/tid=91462] ppid=91448 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/91451/task/91462/stat : 91462 (Finalizer) S 91448 91451 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 80754653 19384713216 14409 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
[pid=91451/tid=91469] ppid=91448 vsize=18930384 memory=59585004333716 CPUtime=0 cores=4,6
/proc/91451/task/91469/stat : 91469 (Common-Cleaner) S 91448 91451 90417 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 80754653 19384713216 14409 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57636 KiB

[startup+0.205804 s]*
/proc/loadavg: 5.18 5.08 4.77 7/340 91469
/proc/meminfo: memFree=97501788/131250000 swapFree=33010672/33010684
[pid=91451] ppid=91448 vsize=18930384 memory=74944 CPUtime=0.3 cores=4,6
/proc/91451/stat : 91451 (java) S 91448 91451 90417 0 -1 4194304 8385 0 0 0 27 3 0 0 20 0 18 0 80754649 19384713216 18736 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
/proc/91451/statm: 4732596 18736 5433 1 0 548729 0
[pid=91451/tid=91453] ppid=91448 vsize=18930384 memory=4026794268 CPUtime=0.16 cores=4,6
/proc/91451/task/91453/stat : 91453 (java) R 91448 91451 90417 0 -1 4194368 5227 0 0 0 14 2 0 0 20 0 18 0 80754651 19384713216 18736 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
[pid=91451/tid=91462] ppid=91448 vsize=18930384 memory=2569 CPUtime=0 cores=4,6
/proc/91451/task/91462/stat : 91462 (Finalizer) S 91448 91451 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 80754653 19384713216 18800 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
[pid=91451/tid=91469] ppid=91448 vsize=18930384 memory=58485492679654 CPUtime=0 cores=4,6
/proc/91451/task/91469/stat : 91469 (Common-Cleaner) S 91448 91451 90417 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 80754653 19384713216 18800 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 74944 KiB

[startup+0.30577 s]*
/proc/loadavg: 5.18 5.08 4.77 7/340 91469
/proc/meminfo: memFree=97464736/131250000 swapFree=33010672/33010684
[pid=91451] ppid=91448 vsize=18930384 memory=110920 CPUtime=0.5 cores=4,6
/proc/91451/stat : 91451 (java) S 91448 91451 90417 0 -1 4194304 9205 0 0 0 46 4 0 0 20 0 18 0 80754649 19384713216 27730 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
/proc/91451/statm: 4732596 27730 5433 1 0 549390 0
[pid=91451/tid=91453] ppid=91448 vsize=18930384 memory=-6000919472723356518 CPUtime=0.26 cores=4,6
/proc/91451/task/91453/stat : 91453 (java) R 91448 91451 90417 0 -1 4194368 5245 0 0 0 23 3 0 0 20 0 18 0 80754651 19384713216 27730 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
[pid=91451/tid=91462] ppid=91448 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/91451/task/91462/stat : 91462 (Finalizer) S 91448 91451 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 80754653 19384713216 27730 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
[pid=91451/tid=91469] ppid=91448 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/91451/task/91469/stat : 91469 (Common-Cleaner) S 91448 91451 90417 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 80754653 19384713216 27730 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 110920 KiB

[startup+0.700238 s]
/proc/loadavg: 5.18 5.08 4.77 7/341 91470
/proc/meminfo: memFree=97390000/131250000 swapFree=33010672/33010684
[pid=91451] ppid=91448 vsize=18996948 memory=318960 CPUtime=1.25 cores=4,6
/proc/91451/stat : 91451 (java) S 91448 91451 90417 0 -1 4194304 10569 0 0 0 117 8 0 0 20 0 19 0 80754649 19452874752 79740 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
/proc/91451/statm: 4749237 79740 5529 1 0 1076260 0
[pid=91451/tid=91453] ppid=91448 vsize=18996948 memory=18944 CPUtime=0.55 cores=4,6
/proc/91451/task/91453/stat : 91453 (java) R 91448 91451 90417 0 -1 4194368 5369 0 0 0 49 6 0 0 20 0 19 0 80754651 19452874752 79740 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
[pid=91451/tid=91462] ppid=91448 vsize=18996948 memory=10752 CPUtime=0 cores=4,6
/proc/91451/task/91462/stat : 91462 (Finalizer) S 91448 91451 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 80754653 19452874752 79740 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
[pid=91451/tid=91469] ppid=91448 vsize=18996948 memory=3328 CPUtime=0 cores=4,6
/proc/91451/task/91469/stat : 91469 (Common-Cleaner) S 91448 91451 90417 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 80754653 19452874752 79740 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 318960 KiB

[startup+1.50026 s]
/proc/loadavg: 5.18 5.08 4.77 7/342 91471
/proc/meminfo: memFree=97216520/131250000 swapFree=33010672/33010684
[pid=91451] ppid=91448 vsize=19063512 memory=376272 CPUtime=2.74 cores=4,6
/proc/91451/stat : 91451 (java) S 91448 91451 90417 0 -1 4194304 11072 0 0 0 264 10 0 0 20 0 20 0 80754649 19521036288 94068 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
/proc/91451/statm: 4765878 94068 5561 1 0 1076718 0
[pid=91451/tid=91453] ppid=91448 vsize=19063512 memory=3328 CPUtime=1.3 cores=4,6
/proc/91451/task/91453/stat : 91453 (java) R 91448 91451 90417 0 -1 4194368 5546 0 0 0 124 6 0 0 20 0 20 0 80754651 19521036288 94068 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
[pid=91451/tid=91462] ppid=91448 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/91451/task/91462/stat : 91462 (Finalizer) S 91448 91451 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80754653 19521036288 94068 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
[pid=91451/tid=91469] ppid=91448 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/91451/task/91469/stat : 91469 (Common-Cleaner) S 91448 91451 90417 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 80754653 19521036288 94068 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
[pid=91451/tid=91471] ppid=91448 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/91451/task/91471/stat : 91471 (Timer-0) S 91448 91451 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80754730 19521036288 94068 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
Current children cumulated CPU time: 2.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 376272 KiB

[startup+3.10561 s]
/proc/loadavg: 5.18 5.08 4.77 6/342 91471
/proc/meminfo: memFree=97174032/131250000 swapFree=33010672/33010684
[pid=91451] ppid=91448 vsize=19063512 memory=392128 CPUtime=4.8 cores=4,6
/proc/91451/stat : 91451 (java) S 91448 91451 90417 0 -1 4194304 13450 0 0 0 469 11 0 0 20 0 20 0 80754649 19521036288 98032 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
/proc/91451/statm: 4765878 98032 5561 1 0 1078558 0
[pid=91451/tid=91453] ppid=91448 vsize=19063512 memory=14720 CPUtime=2.9 cores=4,6
/proc/91451/task/91453/stat : 91453 (java) R 91448 91451 90417 0 -1 4194368 5555 0 0 0 283 7 0 0 20 0 20 0 80754651 19521036288 98032 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
[pid=91451/tid=91462] ppid=91448 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/91451/task/91462/stat : 91462 (Finalizer) S 91448 91451 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80754653 19521036288 98032 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
[pid=91451/tid=91469] ppid=91448 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/91451/task/91469/stat : 91469 (Common-Cleaner) S 91448 91451 90417 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 80754653 19521036288 98032 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
[pid=91451/tid=91471] ppid=91448 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/91451/task/91471/stat : 91471 (Timer-0) S 91448 91451 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80754730 19521036288 98032 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
Current children cumulated CPU time: 4.8 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 392128 KiB

[startup+6.30021 s]
/proc/loadavg: 5.17 5.08 4.77 6/342 91471
/proc/meminfo: memFree=97120792/131250000 swapFree=33010672/33010684
[pid=91451] ppid=91448 vsize=19063512 memory=429824 CPUtime=8.15 cores=4,6
/proc/91451/stat : 91451 (java) S 91448 91451 90417 0 -1 4194304 18016 0 0 0 803 12 0 0 20 0 20 0 80754649 19521036288 107456 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
/proc/91451/statm: 4765878 107456 5561 1 0 1078569 0
[pid=91451/tid=91453] ppid=91448 vsize=19063512 memory=0 CPUtime=6.02 cores=4,6
/proc/91451/task/91453/stat : 91453 (java) R 91448 91451 90417 0 -1 4194368 6536 0 0 0 595 7 0 0 20 0 20 0 80754651 19521036288 107456 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
[pid=91451/tid=91462] ppid=91448 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/91451/task/91462/stat : 91462 (Finalizer) S 91448 91451 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80754653 19521036288 107456 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
[pid=91451/tid=91469] ppid=91448 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/91451/task/91469/stat : 91469 (Common-Cleaner) S 91448 91451 90417 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 80754653 19521036288 107456 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
[pid=91451/tid=91471] ppid=91448 vsize=19063512 memory=383420 CPUtime=0 cores=4,6
/proc/91451/task/91471/stat : 91471 (Timer-0) S 91448 91451 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80754730 19521036288 107456 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
Current children cumulated CPU time: 8.15 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 429824 KiB

[startup+12.7002 s]
/proc/loadavg: 5.16 5.08 4.77 6/342 91471
/proc/meminfo: memFree=97116568/131250000 swapFree=33010672/33010684
[pid=91451] ppid=91448 vsize=19063512 memory=429824 CPUtime=14.55 cores=4,6
/proc/91451/stat : 91451 (java) S 91448 91451 90417 0 -1 4194304 18443 0 0 0 1442 13 0 0 20 0 20 0 80754649 19521036288 107456 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
/proc/91451/statm: 4765878 107456 5561 1 0 1078569 0
[pid=91451/tid=91453] ppid=91448 vsize=19063512 memory=383420 CPUtime=12.4 cores=4,6
/proc/91451/task/91453/stat : 91453 (java) R 91448 91451 90417 0 -1 4194368 6872 0 0 0 1233 7 0 0 20 0 20 0 80754651 19521036288 107456 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
[pid=91451/tid=91462] ppid=91448 vsize=19063512 memory=429824 CPUtime=0 cores=4,6
/proc/91451/task/91462/stat : 91462 (Finalizer) S 91448 91451 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80754653 19521036288 107456 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
[pid=91451/tid=91469] ppid=91448 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/91451/task/91469/stat : 91469 (Common-Cleaner) S 91448 91451 90417 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 80754653 19521036288 107456 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
[pid=91451/tid=91471] ppid=91448 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/91451/task/91471/stat : 91471 (Timer-0) S 91448 91451 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80754730 19521036288 107456 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
Current children cumulated CPU time: 14.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 429824 KiB

[startup+25.5002 s]
/proc/loadavg: 5.21 5.09 4.78 6/342 91471
/proc/meminfo: memFree=97075368/131250000 swapFree=33010672/33010684
[pid=91451] ppid=91448 vsize=19063512 memory=429952 CPUtime=27.34 cores=4,6
/proc/91451/stat : 91451 (java) S 91448 91451 90417 0 -1 4194304 20821 0 0 0 2721 13 0 0 20 0 20 0 80754649 19521036288 107488 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
/proc/91451/statm: 4765878 107488 5561 1 0 1078569 0
[pid=91451/tid=91453] ppid=91448 vsize=19063512 memory=0 CPUtime=25.16 cores=4,6
/proc/91451/task/91453/stat : 91453 (java) R 91448 91451 90417 0 -1 4194368 7411 0 0 0 2509 7 0 0 20 0 20 0 80754651 19521036288 107488 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
[pid=91451/tid=91462] ppid=91448 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/91451/task/91462/stat : 91462 (Finalizer) S 91448 91451 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80754653 19521036288 107488 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
[pid=91451/tid=91469] ppid=91448 vsize=19063512 memory=429952 CPUtime=0 cores=4,6
/proc/91451/task/91469/stat : 91469 (Common-Cleaner) S 91448 91451 90417 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 80754653 19521036288 107488 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
[pid=91451/tid=91471] ppid=91448 vsize=19063512 memory=429952 CPUtime=0 cores=4,6
/proc/91451/task/91471/stat : 91471 (Timer-0) S 91448 91451 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80754730 19521036288 107488 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
Current children cumulated CPU time: 27.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 429952 KiB

[startup+51.1056 s]
/proc/loadavg: 5.13 5.08 4.79 6/341 91472
/proc/meminfo: memFree=96836800/131250000 swapFree=33010672/33010684
[pid=91451] ppid=91448 vsize=19063512 memory=600484 CPUtime=53.06 cores=4,6
/proc/91451/stat : 91451 (java) S 91448 91451 90417 0 -1 4194304 23055 0 0 0 5288 18 0 0 20 0 20 0 80754649 19521036288 150121 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
/proc/91451/statm: 4765878 150121 5561 1 0 1078708 0
[pid=91451/tid=91453] ppid=91448 vsize=19063512 memory=429952 CPUtime=50.52 cores=4,6
/proc/91451/task/91453/stat : 91453 (java) R 91448 91451 90417 0 -1 4194368 7621 0 0 0 5045 7 0 0 20 0 20 0 80754651 19521036288 150121 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
[pid=91451/tid=91462] ppid=91448 vsize=19063512 memory=12928 CPUtime=0 cores=4,6
/proc/91451/task/91462/stat : 91462 (Finalizer) S 91448 91451 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80754653 19521036288 150121 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
[pid=91451/tid=91469] ppid=91448 vsize=19063512 memory=2308 CPUtime=0 cores=4,6
/proc/91451/task/91469/stat : 91469 (Common-Cleaner) S 91448 91451 90417 0 -1 4194368 51 0 0 0 0 0 0 0 20 0 20 0 80754653 19521036288 150121 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0

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

# Child status: 1

# cumulated CPU time of all completed processes:  user=1512.69 s, system=3.74501 s

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

[startup+947.2 s]
/proc/loadavg: 5.35 5.20 4.96 6/340 91650
/proc/meminfo: memFree=84465600/131250000 swapFree=33010672/33010684
[pid=91451] ppid=91448 vsize=19063512 memory=16280396 CPUtime=1438.77 cores=4,6
/proc/91451/stat : 91451 (java) S 91448 91451 90417 0 -1 4194304 182723 0 0 0 143510 367 0 0 20 0 20 0 80754649 19521036288 4070099 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
/proc/91451/statm: 4765878 4070099 5561 1 0 4082401 0
[pid=91451/tid=91453] ppid=91448 vsize=19063512 memory=16280396 CPUtime=500.76 cores=4,6
/proc/91451/task/91453/stat : 91453 (java) S 91448 91451 90417 0 -1 4194368 18762 0 0 0 50026 50 0 0 20 0 20 0 80754651 19521036288 4070099 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
[pid=91451/tid=91462] ppid=91448 vsize=19063512 memory=-6000919472723356518 CPUtime=0 cores=4,6
/proc/91451/task/91462/stat : 91462 (Finalizer) S 91448 91451 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80754653 19521036288 4070099 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
[pid=91451/tid=91469] ppid=91448 vsize=19063512 memory=2241 CPUtime=0 cores=4,6
/proc/91451/task/91469/stat : 91469 (Common-Cleaner) S 91448 91451 90417 0 -1 4194368 451 0 0 0 0 0 0 0 20 0 20 0 80754653 19521036288 4070099 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
[pid=91451/tid=91471] ppid=91448 vsize=19063512 memory=16280416 CPUtime=0 cores=4,6
/proc/91451/task/91471/stat : 91471 (Timer-0) S 91448 91451 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80754730 19521036288 4070099 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
Current children cumulated CPU time: 1438.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16280396 KiB

[startup+972.8 s]
/proc/loadavg: 5.58 5.27 4.99 6/340 91651
/proc/meminfo: memFree=84223464/131250000 swapFree=33010672/33010684
[pid=91451] ppid=91448 vsize=19063512 memory=16280396 CPUtime=1489.6 cores=4,6
/proc/91451/stat : 91451 (java) S 91448 91451 90417 0 -1 4194304 191969 0 0 0 148591 369 0 0 20 0 20 0 80754649 19521036288 4070099 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
/proc/91451/statm: 4765878 4070099 5561 1 0 4082401 0
[pid=91451/tid=91453] ppid=91448 vsize=19063512 memory=3328 CPUtime=500.76 cores=4,6
/proc/91451/task/91453/stat : 91453 (java) S 91448 91451 90417 0 -1 4194368 18763 0 0 0 50026 50 0 0 20 0 20 0 80754651 19521036288 4070099 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
[pid=91451/tid=91462] ppid=91448 vsize=19063512 memory=5148 CPUtime=0 cores=4,6
/proc/91451/task/91462/stat : 91462 (Finalizer) S 91448 91451 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80754653 19521036288 4070099 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
[pid=91451/tid=91469] ppid=91448 vsize=19063512 memory=16280396 CPUtime=0 cores=4,6
/proc/91451/task/91469/stat : 91469 (Common-Cleaner) S 91448 91451 90417 0 -1 4194368 496 0 0 0 0 0 0 0 20 0 20 0 80754653 19521036288 4070099 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
[pid=91451/tid=91471] ppid=91448 vsize=19063512 memory=18944 CPUtime=0 cores=4,6
/proc/91451/task/91471/stat : 91471 (Timer-0) S 91448 91451 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80754730 19521036288 4070099 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
Current children cumulated CPU time: 1489.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16280396 KiB

[startup+979.2 s]
/proc/loadavg: 5.62 5.28 5.00 6/340 91651
/proc/meminfo: memFree=84223464/131250000 swapFree=33010672/33010684
[pid=91451] ppid=91448 vsize=19063512 memory=16280396 CPUtime=1502.33 cores=4,6
/proc/91451/stat : 91451 (java) S 91448 91451 90417 0 -1 4194304 191970 0 0 0 149863 370 0 0 20 0 20 0 80754649 19521036288 4070099 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
/proc/91451/statm: 4765878 4070099 5561 1 0 4082401 0
[pid=91451/tid=91453] ppid=91448 vsize=19063512 memory=16280396 CPUtime=500.76 cores=4,6
/proc/91451/task/91453/stat : 91453 (java) S 91448 91451 90417 0 -1 4194368 18763 0 0 0 50026 50 0 0 20 0 20 0 80754651 19521036288 4070099 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
[pid=91451/tid=91462] ppid=91448 vsize=19063512 memory=16280396 CPUtime=0 cores=4,6
/proc/91451/task/91462/stat : 91462 (Finalizer) S 91448 91451 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80754653 19521036288 4070099 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
[pid=91451/tid=91469] ppid=91448 vsize=19063512 memory=21612 CPUtime=0 cores=4,6
/proc/91451/task/91469/stat : 91469 (Common-Cleaner) S 91448 91451 90417 0 -1 4194368 496 0 0 0 0 0 0 0 20 0 20 0 80754653 19521036288 4070099 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
[pid=91451/tid=91471] ppid=91448 vsize=19063512 memory=16280396 CPUtime=0 cores=4,6
/proc/91451/task/91471/stat : 91471 (Timer-0) S 91448 91451 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80754730 19521036288 4070099 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
Current children cumulated CPU time: 1502.33 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16280396 KiB

[startup+982.4 s]
/proc/loadavg: 5.65 5.29 5.00 6/340 91651
/proc/meminfo: memFree=84223480/131250000 swapFree=33010672/33010684
[pid=91451] ppid=91448 vsize=19063512 memory=16280396 CPUtime=1508.67 cores=4,6
/proc/91451/stat : 91451 (java) S 91448 91451 90417 0 -1 4194304 192840 0 0 0 150497 370 0 0 20 0 20 0 80754649 19521036288 4070099 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
/proc/91451/statm: 4765878 4070099 5561 1 0 4082401 0
[pid=91451/tid=91453] ppid=91448 vsize=19063512 memory=16280396 CPUtime=500.76 cores=4,6
/proc/91451/task/91453/stat : 91453 (java) S 91448 91451 90417 0 -1 4194368 18763 0 0 0 50026 50 0 0 20 0 20 0 80754651 19521036288 4070099 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
[pid=91451/tid=91462] ppid=91448 vsize=19063512 memory=16280396 CPUtime=0 cores=4,6
/proc/91451/task/91462/stat : 91462 (Finalizer) S 91448 91451 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80754653 19521036288 4070099 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
[pid=91451/tid=91469] ppid=91448 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/91451/task/91469/stat : 91469 (Common-Cleaner) S 91448 91451 90417 0 -1 4194368 496 0 0 0 0 0 0 0 20 0 20 0 80754653 19521036288 4070099 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
[pid=91451/tid=91471] ppid=91448 vsize=19063512 memory=16280396 CPUtime=0 cores=4,6
/proc/91451/task/91471/stat : 91471 (Timer-0) S 91448 91451 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80754730 19521036288 4070099 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
Current children cumulated CPU time: 1508.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16280396 KiB

[startup+984 s]*
/proc/loadavg: 5.65 5.29 5.00 6/340 91651
/proc/meminfo: memFree=84223480/131250000 swapFree=33010672/33010684
[pid=91451] ppid=91448 vsize=19063512 memory=16280396 CPUtime=1511.86 cores=4,6
/proc/91451/stat : 91451 (java) S 91448 91451 90417 0 -1 4194304 192840 0 0 0 150816 370 0 0 20 0 20 0 80754649 19521036288 4070099 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
/proc/91451/statm: 4765878 4070099 5561 1 0 4082401 0
[pid=91451/tid=91453] ppid=91448 vsize=19063512 memory=-6000919498425985894 CPUtime=500.76 cores=4,6
/proc/91451/task/91453/stat : 91453 (java) S 91448 91451 90417 0 -1 4194368 18763 0 0 0 50026 50 0 0 20 0 20 0 80754651 19521036288 4070099 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
[pid=91451/tid=91462] ppid=91448 vsize=19063512 memory=-4050210904893342352 CPUtime=0 cores=4,6
/proc/91451/task/91462/stat : 91462 (Finalizer) S 91448 91451 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80754653 19521036288 4070099 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
[pid=91451/tid=91469] ppid=91448 vsize=19063512 memory=16280396 CPUtime=0 cores=4,6
/proc/91451/task/91469/stat : 91469 (Common-Cleaner) S 91448 91451 90417 0 -1 4194368 496 0 0 0 0 0 0 0 20 0 20 0 80754653 19521036288 4070099 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
[pid=91451/tid=91471] ppid=91448 vsize=19063512 memory=7028 CPUtime=0 cores=4,6
/proc/91451/task/91471/stat : 91471 (Timer-0) S 91448 91451 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80754730 19521036288 4070099 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
Current children cumulated CPU time: 1511.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16280396 KiB

[startup+985.6 s]
/proc/loadavg: 5.65 5.29 5.00 6/340 91651
/proc/meminfo: memFree=84223480/131250000 swapFree=33010672/33010684
[pid=91451] ppid=91448 vsize=19063512 memory=16280396 CPUtime=1515.03 cores=4,6
/proc/91451/stat : 91451 (java) S 91448 91451 90417 0 -1 4194304 192841 0 0 0 151133 370 0 0 20 0 20 0 80754649 19521036288 4070099 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
/proc/91451/statm: 4765878 4070099 5561 1 0 4082401 0
[pid=91451/tid=91453] ppid=91448 vsize=19063512 memory=16280396 CPUtime=500.76 cores=4,6
/proc/91451/task/91453/stat : 91453 (java) S 91448 91451 90417 0 -1 4194368 18763 0 0 0 50026 50 0 0 20 0 20 0 80754651 19521036288 4070099 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
[pid=91451/tid=91462] ppid=91448 vsize=19063512 memory=14720 CPUtime=0 cores=4,6
/proc/91451/task/91462/stat : 91462 (Finalizer) S 91448 91451 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80754653 19521036288 4070099 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
[pid=91451/tid=91469] ppid=91448 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/91451/task/91469/stat : 91469 (Common-Cleaner) S 91448 91451 90417 0 -1 4194368 496 0 0 0 0 0 0 0 20 0 20 0 80754653 19521036288 4070099 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
[pid=91451/tid=91471] ppid=91448 vsize=19063512 memory=18944 CPUtime=0 cores=4,6
/proc/91451/task/91471/stat : 91471 (Timer-0) S 91448 91451 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80754730 19521036288 4070099 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
Current children cumulated CPU time: 1515.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16280396 KiB

[startup+986 s]*
/proc/loadavg: 5.60 5.29 5.00 6/340 91651
/proc/meminfo: memFree=84223480/131250000 swapFree=33010672/33010684
[pid=91451] ppid=91448 vsize=19063512 memory=16280396 CPUtime=1515.83 cores=4,6
/proc/91451/stat : 91451 (java) S 91448 91451 90417 0 -1 4194304 193097 0 0 0 151213 370 0 0 20 0 20 0 80754649 19521036288 4070099 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
/proc/91451/statm: 4765878 4070099 5561 1 0 4082401 0
[pid=91451/tid=91453] ppid=91448 vsize=19063512 memory=-6000919498425985894 CPUtime=500.76 cores=4,6
/proc/91451/task/91453/stat : 91453 (java) S 91448 91451 90417 0 -1 4194368 18763 0 0 0 50026 50 0 0 20 0 20 0 80754651 19521036288 4070099 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
[pid=91451/tid=91462] ppid=91448 vsize=19063512 memory=-4050210904893342352 CPUtime=0 cores=4,6
/proc/91451/task/91462/stat : 91462 (Finalizer) S 91448 91451 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80754653 19521036288 4070099 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
[pid=91451/tid=91469] ppid=91448 vsize=19063512 memory=16280396 CPUtime=0 cores=4,6
/proc/91451/task/91469/stat : 91469 (Common-Cleaner) S 91448 91451 90417 0 -1 4194368 496 0 0 0 0 0 0 0 20 0 20 0 80754653 19521036288 4070099 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
[pid=91451/tid=91471] ppid=91448 vsize=19063512 memory=46464 CPUtime=0 cores=4,6
/proc/91451/task/91471/stat : 91471 (Timer-0) S 91448 91451 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80754730 19521036288 4070099 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
Current children cumulated CPU time: 1515.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16280396 KiB

[startup+986.2 s]
/proc/loadavg: 5.60 5.29 5.00 6/340 91651
/proc/meminfo: memFree=84223480/131250000 swapFree=33010672/33010684
[pid=91451] ppid=91448 vsize=19063512 memory=16280396 CPUtime=1516.22 cores=4,6
/proc/91451/stat : 91451 (java) S 91448 91451 90417 0 -1 4194304 193097 0 0 0 151252 370 0 0 20 0 20 0 80754649 19521036288 4070099 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
/proc/91451/statm: 4765878 4070099 5561 1 0 4082401 0
[pid=91451/tid=91453] ppid=91448 vsize=19063512 memory=-6000919472723356518 CPUtime=500.76 cores=4,6
/proc/91451/task/91453/stat : 91453 (java) S 91448 91451 90417 0 -1 4194368 18763 0 0 0 50026 50 0 0 20 0 20 0 80754651 19521036288 4070099 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
[pid=91451/tid=91462] ppid=91448 vsize=19063512 memory=6900 CPUtime=0 cores=4,6
/proc/91451/task/91462/stat : 91462 (Finalizer) S 91448 91451 90417 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 80754653 19521036288 4070099 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
[pid=91451/tid=91469] ppid=91448 vsize=19063512 memory=5953752 CPUtime=0 cores=4,6
/proc/91451/task/91469/stat : 91469 (Common-Cleaner) S 91448 91451 90417 0 -1 4194368 496 0 0 0 0 0 0 0 20 0 20 0 80754653 19521036288 4070099 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
[pid=91451/tid=91471] ppid=91448 vsize=19063512 memory=6896 CPUtime=0 cores=4,6
/proc/91451/task/91471/stat : 91471 (Timer-0) S 91448 91451 90417 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 80754730 19521036288 4070099 18446744073709551615 94762800754688 94762800758384 140725392015376 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94762800766200 94762800766992 94762804428800 140725392017792 140725392017893 140725392017893 140725392023496 0
Current children cumulated CPU time: 1516.22 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16280396 KiB

[startup+986.3 s]*
/proc/loadavg: 5.60 5.29 5.00 5/322 91651
/proc/meminfo: memFree=84223496/131250000 swapFree=33010672/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1

Real time (s): 986.342
CPU time (s): 1516.43
CPU user time (s): 1512.69
CPU system time (s): 3.74501
CPU usage (%): 153.743
Max. virtual memory (cumulated for all children) (KiB): 19069672
Max. memory (cumulated for all children) (KiB): 16280480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1512.69
system time used= 3.74501
maximum resident set size= 16280524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 193200
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36740
involuntary context switches= 27037


# summary of solver processes directly reported to runsolver:
#   pid: 91451
#   total CPU time (s): 1516.43
#   total CPU user time (s): 1512.69
#   total CPU system time (s): 3.74501

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.7046 second user time and 4.90017 second system time

The end

Launcher Data

Begin job on nodeC026 at 2025-07-04 19:39:20
IDJOB=4523018
IDBENCH=179615
IDSOLVER=3363
FILE ID=nodeC026/4523018-1751650760
RUNJOBID= nodeC026-1751647263-90895
SLURM_JOB_ID= 9672331
Free space on /tmp= 429804 MiB

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

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

MD5SUM BENCH= d4787b598273e6d459976691fcf7670c
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.749
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		: 3600.074
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.518
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		: 3598.338
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		: 3587.264
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.767
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		: 3599.799
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		: 3580.091
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:        97535872 kB
MemAvailable:   100684984 kB
Buffers:            2128 kB
Cached:          3773288 kB
SwapCached:            4 kB
Active:         29635008 kB
Inactive:        3103036 kB
Active(anon):   28971016 kB
Inactive(anon):     9688 kB
Active(file):     663992 kB
Inactive(file):  3093348 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              4248 kB
Writeback:           196 kB
AnonPages:      28965696 kB
Mapped:           125040 kB
Shmem:             18076 kB
KReclaimable:     452572 kB
Slab:             554664 kB
SReclaimable:     452572 kB
SUnreclaim:       102092 kB
KernelStack:        5264 kB
PageTables:        60544 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:   32820456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151496 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:  28571648 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= 429820 MiB
End job on nodeC026 at 2025-07-04 19:55:47