Trace number 4462087

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 Default 2024-07-07? (exit code) 1116.34 617.539

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/
KidneyTransplantBenchmarks/normalized-KE_690_001.opb
MD5SUM249cf9587e5805e9a219512abdd98e50
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-30339
Best CPU time to get the best result obtained on this benchmark6.39959
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables91734
Total number of constraints645
Number of constraints which are clauses22
Number of constraints which are cardinality constraints (but not clauses)623
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint9672
Number of terms in the objective function 91720
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 10327197
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 10327197
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

Quality of the solution as a function of time


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

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.13/0.11	--- Begin Solver configuration ---
0.13/0.11	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.11	Learn all clauses as in MiniSAT
0.13/0.11	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.11	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.11	No reason simplification
0.13/0.11	Glucose 2.1 dynamic restart strategy
0.13/0.11	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.11	timeout=2147483s
0.13/0.11	DB Simplification allowed=false
0.13/0.11	Listener: none
0.13/0.11	--- End Solver configuration ---
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c No reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-4462087-1722240201.opb
0.13/0.12	c reading problem ... 
0.13/0.12	c  objective function found
1.43/0.81	c ... done. Wall clock time 0.693s.
1.43/0.81	c declared #vars     91734
1.43/0.81	c #constraints  645
1.43/0.81	c constraints type 
1.43/0.81	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 22
1.43/0.81	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 623
1.43/0.81	c 645 constraints processed.
1.43/0.82	c objective function length is 91720 literals
1.82/1.03	c SATISFIABLE
1.82/1.03	c OPTIMIZING...
1.82/1.03	c Got one! Elapsed wall clock time (in seconds):0.918
1.82/1.04	o -23563
9.73/7.33	c Got one! Elapsed wall clock time (in seconds):7.218
9.73/7.33	o -23565
10.11/7.50	c Got one! Elapsed wall clock time (in seconds):7.376
10.11/7.50	o -23689
124.00/88.75	c cleaning 2758 clauses out of 5526 with flag 10287/5526
798.83/454.10	
798.83/454.10	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: 63931 MiB (61275 MiB free)
  memory of node 1: 64510 MiB (59438 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4462087-1722240201/watcher-4462087-1722240201 -o /tmp/evaluation-result-4462087-1722240201/solver-4462087-1722240201 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1722240201-409503 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4462087-1722240201.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=409585, runsolver pid=409582
Current StackSize limit: 8192 KiB


[startup+0.100073 s]*
/proc/loadavg: 1.32 1.14 1.10 9/314 409614
/proc/meminfo: memFree=123542664/131524600 swapFree=131056028/131071996
[pid=409585] ppid=409582 vsize=18975048 memory=67220 CPUtime=0.13 cores=5,7
/proc/409585/stat : 409585 (java) S 409582 409585 407473 0 -1 1077936128 7195 0 0 0 11 2 0 0 20 0 18 0 60548615 19430449152 16805 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
/proc/409585/statm: 4743762 16805 5699 1 0 549341 0
[pid=409585/tid=409587] ppid=409582 vsize=18975048 memory=4026531971 CPUtime=0.08 cores=5,7
/proc/409585/task/409587/stat : 409587 (java) R 409582 409585 407473 0 -1 4194368 5758 0 0 0 7 1 0 0 20 0 18 0 60548615 19430449152 16805 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
[pid=409585/tid=409596] ppid=409582 vsize=18975048 memory=1555553 CPUtime=0 cores=5,7
/proc/409585/task/409596/stat : 409596 (Finalizer) S 409582 409585 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 60548618 19430449152 16805 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
[pid=409585/tid=409603] ppid=409582 vsize=18975048 memory=16098173902915238 CPUtime=0 cores=5,7
/proc/409585/task/409603/stat : 409603 (Common-Cleaner) S 409582 409585 407473 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 60548618 19430449152 16805 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67220 KiB

[startup+0.205869 s]*
/proc/loadavg: 1.32 1.14 1.10 12/332 409632
/proc/meminfo: memFree=123404764/131524600 swapFree=131056028/131071996
[pid=409585] ppid=409582 vsize=18975048 memory=98088 CPUtime=0.33 cores=5,7
/proc/409585/stat : 409585 (java) S 409582 409585 407473 0 -1 1077936128 9320 0 0 0 30 3 0 0 20 0 18 0 60548615 19430449152 24522 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
/proc/409585/statm: 4743762 24522 5860 1 0 550816 0
[pid=409585/tid=409587] ppid=409582 vsize=18975048 memory=8737651120394928259 CPUtime=0.19 cores=5,7
/proc/409585/task/409587/stat : 409587 (java) R 409582 409585 407473 0 -1 4194368 5868 0 0 0 17 2 0 0 20 0 18 0 60548615 19430449152 24522 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
[pid=409585/tid=409596] ppid=409582 vsize=18975048 memory=1555553 CPUtime=0 cores=5,7
/proc/409585/task/409596/stat : 409596 (Finalizer) S 409582 409585 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 60548618 19430449152 24522 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
[pid=409585/tid=409603] ppid=409582 vsize=18975048 memory=16098173902915238 CPUtime=0 cores=5,7
/proc/409585/task/409603/stat : 409603 (Common-Cleaner) S 409582 409585 407473 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 60548618 19430449152 24522 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 98088 KiB

[startup+0.305233 s]*
/proc/loadavg: 1.32 1.14 1.10 16/333 409633
/proc/meminfo: memFree=123297608/131524600 swapFree=131056028/131071996
[pid=409585] ppid=409582 vsize=18975048 memory=144996 CPUtime=0.53 cores=5,7
/proc/409585/stat : 409585 (java) S 409582 409585 407473 0 -1 1077936128 9746 0 0 0 49 4 0 0 20 0 18 0 60548615 19430449152 36249 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
/proc/409585/statm: 4743762 36249 5869 1 0 551117 0
[pid=409585/tid=409587] ppid=409582 vsize=18975048 memory=-9177320518890136252 CPUtime=0.29 cores=5,7
/proc/409585/task/409587/stat : 409587 (java) R 409582 409585 407473 0 -1 4194368 5915 0 0 0 26 3 0 0 20 0 18 0 60548615 19430449152 36249 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
[pid=409585/tid=409596] ppid=409582 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/409585/task/409596/stat : 409596 (Finalizer) S 409582 409585 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 60548618 19430449152 36249 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
[pid=409585/tid=409603] ppid=409582 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/409585/task/409603/stat : 409603 (Common-Cleaner) S 409582 409585 407473 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 60548618 19430449152 36249 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 144996 KiB

[startup+0.710342 s]
/proc/loadavg: 1.32 1.14 1.10 14/335 409635
/proc/meminfo: memFree=123115036/131524600 swapFree=131056028/131071996
[pid=409585] ppid=409582 vsize=19041612 memory=337416 CPUtime=1.26 cores=5,7
/proc/409585/stat : 409585 (java) S 409582 409585 407473 0 -1 1077936128 10954 0 0 0 117 9 0 0 20 0 19 0 60548615 19498610688 84354 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
/proc/409585/statm: 4760403 84354 5901 1 0 1119599 0
[pid=409585/tid=409587] ppid=409582 vsize=19041612 memory=5500 CPUtime=0.55 cores=5,7
/proc/409585/task/409587/stat : 409587 (java) R 409582 409585 407473 0 -1 4194368 6010 0 0 0 49 6 0 0 20 0 19 0 60548615 19498610688 84354 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
[pid=409585/tid=409596] ppid=409582 vsize=19041612 memory=12348 CPUtime=0 cores=5,7
/proc/409585/task/409596/stat : 409596 (Finalizer) S 409582 409585 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 60548618 19498610688 84354 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
[pid=409585/tid=409603] ppid=409582 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/409585/task/409603/stat : 409603 (Common-Cleaner) S 409582 409585 407473 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 60548618 19498610688 84354 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 337416 KiB

[startup+1.50021 s]
/proc/loadavg: 1.32 1.14 1.10 14/338 409638
/proc/meminfo: memFree=122422836/131524600 swapFree=131056028/131071996
[pid=409585] ppid=409582 vsize=19108176 memory=415528 CPUtime=2.79 cores=5,7
/proc/409585/stat : 409585 (java) S 409582 409585 407473 0 -1 1077936128 11702 0 0 0 268 11 0 0 20 0 20 0 60548615 19566772224 103882 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
/proc/409585/statm: 4777044 103882 5986 1 0 1120272 0
[pid=409585/tid=409587] ppid=409582 vsize=19108176 memory=12348 CPUtime=1.29 cores=5,7
/proc/409585/task/409587/stat : 409587 (java) R 409582 409585 407473 0 -1 4194368 6192 0 0 0 122 7 0 0 20 0 20 0 60548615 19566772224 103882 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
[pid=409585/tid=409596] ppid=409582 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/409585/task/409596/stat : 409596 (Finalizer) S 409582 409585 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60548618 19566772224 103882 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
[pid=409585/tid=409603] ppid=409582 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/409585/task/409603/stat : 409603 (Common-Cleaner) S 409582 409585 407473 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 60548618 19566772224 103882 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
[pid=409585/tid=409637] ppid=409582 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/409585/task/409637/stat : 409637 (Timer-0) S 409582 409585 407473 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 60548702 19566772224 103882 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 415528 KiB

[startup+3.10592 s]
/proc/loadavg: 1.32 1.14 1.10 7/339 409639
/proc/meminfo: memFree=120441588/131524600 swapFree=131056028/131071996
[pid=409585] ppid=409582 vsize=19108176 memory=743920 CPUtime=4.83 cores=5,7
/proc/409585/stat : 409585 (java) S 409582 409585 407473 0 -1 1077936128 12070 0 0 0 465 18 0 0 20 0 20 0 60548615 19566772224 185980 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
/proc/409585/statm: 4777044 185980 5986 1 0 1120273 0
[pid=409585/tid=409587] ppid=409582 vsize=19108176 memory=0 CPUtime=2.6 cores=5,7
/proc/409585/task/409587/stat : 409587 (java) R 409582 409585 407473 0 -1 4194368 6192 0 0 0 253 7 0 0 20 0 20 0 60548615 19566772224 185980 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
[pid=409585/tid=409596] ppid=409582 vsize=19108176 memory=11468 CPUtime=0 cores=5,7
/proc/409585/task/409596/stat : 409596 (Finalizer) S 409582 409585 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60548618 19566772224 185980 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
[pid=409585/tid=409603] ppid=409582 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/409585/task/409603/stat : 409603 (Common-Cleaner) S 409582 409585 407473 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 60548618 19566772224 185980 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
[pid=409585/tid=409637] ppid=409582 vsize=19108176 memory=12348 CPUtime=0 cores=5,7
/proc/409585/task/409637/stat : 409637 (Timer-0) S 409582 409585 407473 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 60548702 19566772224 185980 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
Current children cumulated CPU time: 4.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 743920 KiB

[startup+6.30034 s]
/proc/loadavg: 1.54 1.18 1.12 5/339 409641
/proc/meminfo: memFree=118227044/131524600 swapFree=131056028/131071996
[pid=409585] ppid=409582 vsize=19108176 memory=1563488 CPUtime=8.48 cores=5,7
/proc/409585/stat : 409585 (java) S 409582 409585 407473 0 -1 1077936128 13569 0 0 0 814 34 0 0 20 0 20 0 60548615 19566772224 390872 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
/proc/409585/statm: 4777044 390872 5986 1 0 1713523 0
[pid=409585/tid=409587] ppid=409582 vsize=19108176 memory=12348 CPUtime=5.35 cores=5,7
/proc/409585/task/409587/stat : 409587 (java) R 409582 409585 407473 0 -1 4194368 6387 0 0 0 522 13 0 0 20 0 20 0 60548615 19566772224 390872 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
[pid=409585/tid=409596] ppid=409582 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/409585/task/409596/stat : 409596 (Finalizer) S 409582 409585 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60548618 19566772224 390872 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
[pid=409585/tid=409603] ppid=409582 vsize=19108176 memory=11468 CPUtime=0 cores=5,7
/proc/409585/task/409603/stat : 409603 (Common-Cleaner) S 409582 409585 407473 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 60548618 19566772224 390872 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
[pid=409585/tid=409637] ppid=409582 vsize=19108176 memory=76000 CPUtime=0 cores=5,7
/proc/409585/task/409637/stat : 409637 (Timer-0) S 409582 409585 407473 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 60548702 19566772224 390872 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
Current children cumulated CPU time: 8.48 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1563488 KiB

[startup+12.7002 s]
/proc/loadavg: 1.73 1.23 1.14 6/338 409643
/proc/meminfo: memFree=112511140/131524600 swapFree=131056028/131071996
[pid=409585] ppid=409582 vsize=19108176 memory=2819272 CPUtime=15.91 cores=5,7
/proc/409585/stat : 409585 (java) S 409582 409585 407473 0 -1 1077936128 19336 0 0 0 1531 60 0 0 20 0 20 0 60548615 19566772224 704818 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
/proc/409585/statm: 4777044 704818 5986 1 0 2188081 0
[pid=409585/tid=409587] ppid=409582 vsize=19108176 memory=2355848 CPUtime=10.95 cores=5,7
/proc/409585/task/409587/stat : 409587 (java) R 409582 409585 407473 0 -1 4194368 7024 0 0 0 1074 21 0 0 20 0 20 0 60548615 19566772224 704818 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
[pid=409585/tid=409596] ppid=409582 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/409585/task/409596/stat : 409596 (Finalizer) S 409582 409585 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60548618 19566772224 704818 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
[pid=409585/tid=409603] ppid=409582 vsize=19108176 memory=11468 CPUtime=0 cores=5,7
/proc/409585/task/409603/stat : 409603 (Common-Cleaner) S 409582 409585 407473 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 60548618 19566772224 704818 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
[pid=409585/tid=409637] ppid=409582 vsize=19108176 memory=12348 CPUtime=0 cores=5,7
/proc/409585/task/409637/stat : 409637 (Timer-0) S 409582 409585 407473 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 60548702 19566772224 704818 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
Current children cumulated CPU time: 15.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2819272 KiB

[startup+25.5002 s]
/proc/loadavg: 2.32 1.38 1.19 6/338 409646
/proc/meminfo: memFree=101421088/131524600 swapFree=131056028/131071996
[pid=409585] ppid=409582 vsize=19108176 memory=5179232 CPUtime=30.33 cores=5,7
/proc/409585/stat : 409585 (java) S 409582 409585 407473 0 -1 1077936128 22391 0 0 0 2925 108 0 0 20 0 20 0 60548615 19566772224 1294808 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
/proc/409585/statm: 4777044 1294808 5986 1 0 2474270 0
[pid=409585/tid=409587] ppid=409582 vsize=19108176 memory=0 CPUtime=21.98 cores=5,7
/proc/409585/task/409587/stat : 409587 (java) R 409582 409585 407473 0 -1 4194368 8309 0 0 0 2168 30 0 0 20 0 20 0 60548615 19566772224 1294808 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
[pid=409585/tid=409596] ppid=409582 vsize=19108176 memory=4501336 CPUtime=0 cores=5,7
/proc/409585/task/409596/stat : 409596 (Finalizer) S 409582 409585 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60548618 19566772224 1294808 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
[pid=409585/tid=409603] ppid=409582 vsize=19108176 memory=4374360 CPUtime=0 cores=5,7
/proc/409585/task/409603/stat : 409603 (Common-Cleaner) S 409582 409585 407473 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 60548618 19566772224 1294808 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
[pid=409585/tid=409637] ppid=409582 vsize=19108176 memory=3939536 CPUtime=0 cores=5,7
/proc/409585/task/409637/stat : 409637 (Timer-0) S 409582 409585 407473 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 60548702 19566772224 1294808 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
Current children cumulated CPU time: 30.33 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5179232 KiB

[startup+51.1063 s]
/proc/loadavg: 3.41 1.72 1.31 7/337 409649
/proc/meminfo: memFree=85995328/131524600 swapFree=131056028/131071996
[pid=409585] ppid=409582 vsize=19108176 memory=8913748 CPUtime=67.59 cores=5,7
/proc/409585/stat : 409585 (java) S 409582 409585 407473 0 -1 1077936128 47528 0 0 0 6574 185 0 0 20 0 20 0 60548615 19566772224 2228437 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
/proc/409585/statm: 4777044 2228437 5983 1 0 2664424 0
[pid=409585/tid=409587] ppid=409582 vsize=19108176 memory=0 CPUtime=44.23 cores=5,7
/proc/409585/task/409587/stat : 409587 (java) R 409582 409585 407473 0 -1 4194368 10182 0 0 0 4384 39 0 0 20 0 20 0 60548615 19566772224 2228437 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
[pid=409585/tid=409596] ppid=409582 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/409585/task/409596/stat : 409596 (Finalizer) S 409582 409585 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60548618 19566772224 2228437 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
[pid=409585/tid=409603] ppid=409582 vsize=19108176 memory=7252760 CPUtime=0 cores=5,7
/proc/409585/task/409603/stat : 409603 (Common-Cleaner) S 409582 409585 407473 0 -1 1077936192 45 0 0 0 0 0 0 0 20 0 20 0 60548618 19566772224 2228437 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0

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

# Child status: 1

# cumulated CPU time of all completed processes:  user=1112.51 s, system=3.82853 s

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

[startup+588.809 s]
/proc/loadavg: 6.53 6.00 3.76 7/335 409825
/proc/meminfo: memFree=58861228/131524600 swapFree=131056028/131071996
[pid=409585] ppid=409582 vsize=19108176 memory=16289964 CPUtime=1060.76 cores=5,7
/proc/409585/stat : 409585 (java) S 409582 409585 407473 0 -1 1077936128 241307 0 0 0 105701 375 0 0 20 0 20 0 60548615 19566772224 4072491 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
/proc/409585/statm: 4777044 4072491 6031 1 0 4084186 0
[pid=409585/tid=409587] ppid=409582 vsize=19108176 memory=16290012 CPUtime=149.35 cores=5,7
/proc/409585/task/409587/stat : 409587 (java) S 409582 409585 407473 0 -1 1077936192 21380 0 0 0 14860 75 0 0 20 0 20 0 60548615 19566772224 4072491 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 5 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
[pid=409585/tid=409596] ppid=409582 vsize=19108176 memory=16290008 CPUtime=0 cores=5,7
/proc/409585/task/409596/stat : 409596 (Finalizer) S 409582 409585 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60548618 19566772224 4072491 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
[pid=409585/tid=409603] ppid=409582 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/409585/task/409603/stat : 409603 (Common-Cleaner) S 409582 409585 407473 0 -1 1077936192 187 0 0 0 0 0 0 0 20 0 20 0 60548618 19566772224 4072491 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
[pid=409585/tid=409637] ppid=409582 vsize=19108176 memory=16289908 CPUtime=0 cores=5,7
/proc/409585/task/409637/stat : 409637 (Timer-0) S 409582 409585 407473 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 60548702 19566772224 4072491 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
Current children cumulated CPU time: 1060.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16289964 KiB

[startup+601.6 s]
/proc/loadavg: 6.35 5.98 3.80 7/335 409827
/proc/meminfo: memFree=58861352/131524600 swapFree=131056028/131071996
[pid=409585] ppid=409582 vsize=19108176 memory=16289948 CPUtime=1086.17 cores=5,7
/proc/409585/stat : 409585 (java) S 409582 409585 407473 0 -1 1077936128 266059 0 0 0 108239 378 0 0 20 0 20 0 60548615 19566772224 4072487 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
/proc/409585/statm: 4777044 4072487 6031 1 0 4084186 0
[pid=409585/tid=409587] ppid=409582 vsize=19108176 memory=15888 CPUtime=149.35 cores=5,7
/proc/409585/task/409587/stat : 409587 (java) S 409582 409585 407473 0 -1 1077936192 21380 0 0 0 14860 75 0 0 20 0 20 0 60548615 19566772224 4072487 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 5 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
[pid=409585/tid=409596] ppid=409582 vsize=19108176 memory=5500 CPUtime=0 cores=5,7
/proc/409585/task/409596/stat : 409596 (Finalizer) S 409582 409585 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60548618 19566772224 4072487 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
[pid=409585/tid=409603] ppid=409582 vsize=19108176 memory=12348 CPUtime=0 cores=5,7
/proc/409585/task/409603/stat : 409603 (Common-Cleaner) S 409582 409585 407473 0 -1 1077936192 187 0 0 0 0 0 0 0 20 0 20 0 60548618 19566772224 4072487 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
[pid=409585/tid=409637] ppid=409582 vsize=19108176 memory=76216 CPUtime=0 cores=5,7
/proc/409585/task/409637/stat : 409637 (Timer-0) S 409582 409585 407473 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 60548702 19566772224 4072487 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
Current children cumulated CPU time: 1086.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16289948 KiB

[startup+608 s]*
/proc/loadavg: 6.33 5.98 3.81 7/335 409828
/proc/meminfo: memFree=58859184/131524600 swapFree=131056028/131071996
[pid=409585] ppid=409582 vsize=19108176 memory=16289956 CPUtime=1098.9 cores=5,7
/proc/409585/stat : 409585 (java) S 409582 409585 407473 0 -1 1077936128 266191 0 0 0 109512 378 0 0 20 0 20 0 60548615 19566772224 4072489 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
/proc/409585/statm: 4777044 4072489 6031 1 0 4084186 0
[pid=409585/tid=409587] ppid=409582 vsize=19108176 memory=16289956 CPUtime=149.35 cores=5,7
/proc/409585/task/409587/stat : 409587 (java) S 409582 409585 407473 0 -1 1077936192 21380 0 0 0 14860 75 0 0 20 0 20 0 60548615 19566772224 4072489 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 5 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
[pid=409585/tid=409596] ppid=409582 vsize=19108176 memory=2700 CPUtime=0 cores=5,7
/proc/409585/task/409596/stat : 409596 (Finalizer) S 409582 409585 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60548618 19566772224 4072489 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
[pid=409585/tid=409603] ppid=409582 vsize=19108176 memory=4916 CPUtime=0 cores=5,7
/proc/409585/task/409603/stat : 409603 (Common-Cleaner) S 409582 409585 407473 0 -1 1077936192 187 0 0 0 0 0 0 0 20 0 20 0 60548618 19566772224 4072489 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
[pid=409585/tid=409637] ppid=409582 vsize=19108176 memory=-4421386500442055271 CPUtime=0 cores=5,7
/proc/409585/task/409637/stat : 409637 (Timer-0) S 409582 409585 407473 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 60548702 19566772224 4072489 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
Current children cumulated CPU time: 1098.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16289956 KiB

[startup+614.403 s]
/proc/loadavg: 6.30 5.98 3.82 8/335 409831
/proc/meminfo: memFree=58857152/131524600 swapFree=131056028/131071996
[pid=409585] ppid=409582 vsize=19108176 memory=16290028 CPUtime=1110.19 cores=5,7
/proc/409585/stat : 409585 (java) S 409582 409585 407473 0 -1 1077936128 268826 0 0 0 110641 378 0 0 20 0 20 0 60548615 19566772224 4072507 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
/proc/409585/statm: 4777044 4072507 6031 1 0 4084186 0
[pid=409585/tid=409587] ppid=409582 vsize=19108176 memory=12348 CPUtime=149.35 cores=5,7
/proc/409585/task/409587/stat : 409587 (java) S 409582 409585 407473 0 -1 1077936192 21380 0 0 0 14860 75 0 0 20 0 20 0 60548615 19566772224 4072507 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 5 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
[pid=409585/tid=409596] ppid=409582 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/409585/task/409596/stat : 409596 (Finalizer) S 409582 409585 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60548618 19566772224 4072507 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
[pid=409585/tid=409603] ppid=409582 vsize=19108176 memory=164 CPUtime=0 cores=5,7
/proc/409585/task/409603/stat : 409603 (Common-Cleaner) S 409582 409585 407473 0 -1 1077936192 187 0 0 0 0 0 0 0 20 0 20 0 60548618 19566772224 4072507 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
[pid=409585/tid=409637] ppid=409582 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/409585/task/409637/stat : 409637 (Timer-0) S 409582 409585 407473 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 60548702 19566772224 4072507 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
Current children cumulated CPU time: 1110.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16290028 KiB

[startup+616 s]*
/proc/loadavg: 6.35 6.00 3.84 9/335 409831
/proc/meminfo: memFree=58857180/131524600 swapFree=131056028/131071996
[pid=409585] ppid=409582 vsize=19108176 memory=16290028 CPUtime=1113.36 cores=5,7
/proc/409585/stat : 409585 (java) S 409582 409585 407473 0 -1 1077936128 268962 0 0 0 110958 378 0 0 20 0 20 0 60548615 19566772224 4072507 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
/proc/409585/statm: 4777044 4072507 6031 1 0 4084186 0
[pid=409585/tid=409587] ppid=409582 vsize=19108176 memory=40920 CPUtime=149.35 cores=5,7
/proc/409585/task/409587/stat : 409587 (java) S 409582 409585 407473 0 -1 1077936192 21380 0 0 0 14860 75 0 0 20 0 20 0 60548615 19566772224 4072507 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 5 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
[pid=409585/tid=409596] ppid=409582 vsize=19108176 memory=1896 CPUtime=0 cores=5,7
/proc/409585/task/409596/stat : 409596 (Finalizer) S 409582 409585 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60548618 19566772224 4072507 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
[pid=409585/tid=409603] ppid=409582 vsize=19108176 memory=-4421386500442055271 CPUtime=0 cores=5,7
/proc/409585/task/409603/stat : 409603 (Common-Cleaner) S 409582 409585 407473 0 -1 1077936192 187 0 0 0 0 0 0 0 20 0 20 0 60548618 19566772224 4072507 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
[pid=409585/tid=409637] ppid=409582 vsize=19108176 memory=11260 CPUtime=0 cores=5,7
/proc/409585/task/409637/stat : 409637 (Timer-0) S 409582 409585 407473 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 60548702 19566772224 4072507 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
Current children cumulated CPU time: 1113.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16290028 KiB

[startup+616.8 s]
/proc/loadavg: 6.35 6.00 3.84 9/335 409831
/proc/meminfo: memFree=58857180/131524600 swapFree=131056028/131071996
[pid=409585] ppid=409582 vsize=19108176 memory=16290028 CPUtime=1114.95 cores=5,7
/proc/409585/stat : 409585 (java) S 409582 409585 407473 0 -1 1077936128 268962 0 0 0 111117 378 0 0 20 0 20 0 60548615 19566772224 4072507 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
/proc/409585/statm: 4777044 4072507 6031 1 0 4084186 0
[pid=409585/tid=409587] ppid=409582 vsize=19108176 memory=12348 CPUtime=149.35 cores=5,7
/proc/409585/task/409587/stat : 409587 (java) S 409582 409585 407473 0 -1 1077936192 21380 0 0 0 14860 75 0 0 20 0 20 0 60548615 19566772224 4072507 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 5 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
[pid=409585/tid=409596] ppid=409582 vsize=19108176 memory=6848 CPUtime=0 cores=5,7
/proc/409585/task/409596/stat : 409596 (Finalizer) S 409582 409585 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60548618 19566772224 4072507 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
[pid=409585/tid=409603] ppid=409582 vsize=19108176 memory=16290028 CPUtime=0 cores=5,7
/proc/409585/task/409603/stat : 409603 (Common-Cleaner) S 409582 409585 407473 0 -1 1077936192 187 0 0 0 0 0 0 0 20 0 20 0 60548618 19566772224 4072507 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
[pid=409585/tid=409637] ppid=409582 vsize=19108176 memory=5500 CPUtime=0 cores=5,7
/proc/409585/task/409637/stat : 409637 (Timer-0) S 409582 409585 407473 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 60548702 19566772224 4072507 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
Current children cumulated CPU time: 1114.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16290028 KiB

[startup+617.2 s]
/proc/loadavg: 6.35 6.00 3.84 9/335 409831
/proc/meminfo: memFree=58857180/131524600 swapFree=131056028/131071996
[pid=409585] ppid=409582 vsize=19108176 memory=16290028 CPUtime=1115.74 cores=5,7
/proc/409585/stat : 409585 (java) S 409582 409585 407473 0 -1 1077936128 268962 0 0 0 111196 378 0 0 20 0 20 0 60548615 19566772224 4072507 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
/proc/409585/statm: 4777044 4072507 6031 1 0 4084186 0
[pid=409585/tid=409587] ppid=409582 vsize=19108176 memory=2724 CPUtime=149.35 cores=5,7
/proc/409585/task/409587/stat : 409587 (java) S 409582 409585 407473 0 -1 1077936192 21380 0 0 0 14860 75 0 0 20 0 20 0 60548615 19566772224 4072507 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 5 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
[pid=409585/tid=409596] ppid=409582 vsize=19108176 memory=4808 CPUtime=0 cores=5,7
/proc/409585/task/409596/stat : 409596 (Finalizer) S 409582 409585 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60548618 19566772224 4072507 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
[pid=409585/tid=409603] ppid=409582 vsize=19108176 memory=16290012 CPUtime=0 cores=5,7
/proc/409585/task/409603/stat : 409603 (Common-Cleaner) S 409582 409585 407473 0 -1 1077936192 187 0 0 0 0 0 0 0 20 0 20 0 60548618 19566772224 4072507 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
[pid=409585/tid=409637] ppid=409582 vsize=19108176 memory=2700 CPUtime=0 cores=5,7
/proc/409585/task/409637/stat : 409637 (Timer-0) S 409582 409585 407473 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 60548702 19566772224 4072507 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
Current children cumulated CPU time: 1115.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16290028 KiB

[startup+617.408 s]
/proc/loadavg: 6.35 6.00 3.84 9/335 409831
/proc/meminfo: memFree=58857180/131524600 swapFree=131056028/131071996
[pid=409585] ppid=409582 vsize=19108176 memory=16290028 CPUtime=1116.15 cores=5,7
/proc/409585/stat : 409585 (java) S 409582 409585 407473 0 -1 1077936128 268962 0 0 0 111237 378 0 0 20 0 20 0 60548615 19566772224 4072507 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
/proc/409585/statm: 4777044 4072507 6031 1 0 4084186 0
[pid=409585/tid=409587] ppid=409582 vsize=19108176 memory=1554003 CPUtime=149.35 cores=5,7
/proc/409585/task/409587/stat : 409587 (java) S 409582 409585 407473 0 -1 1077936192 21380 0 0 0 14860 75 0 0 20 0 20 0 60548615 19566772224 4072507 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 5 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
[pid=409585/tid=409596] ppid=409582 vsize=19108176 memory=1554563 CPUtime=0 cores=5,7
/proc/409585/task/409596/stat : 409596 (Finalizer) S 409582 409585 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60548618 19566772224 4072507 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
[pid=409585/tid=409603] ppid=409582 vsize=19108176 memory=2327643 CPUtime=0 cores=5,7
/proc/409585/task/409603/stat : 409603 (Common-Cleaner) S 409582 409585 407473 0 -1 1077936192 187 0 0 0 0 0 0 0 20 0 20 0 60548618 19566772224 4072507 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
[pid=409585/tid=409637] ppid=409582 vsize=19108176 memory=76216 CPUtime=0 cores=5,7
/proc/409585/task/409637/stat : 409637 (Timer-0) S 409582 409585 407473 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 60548702 19566772224 4072507 134679101440 94701080498176 94701080501872 140730715437136 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94701080509688 94701080510480 94701081104384 140730715440134 140730715440224 140730715440224 140730715447240 0
Current children cumulated CPU time: 1116.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16290028 KiB

[startup+617.528 s]*
/proc/loadavg: 6.35 6.00 3.84 7/317 409831
/proc/meminfo: memFree=74790512/131524600 swapFree=131056028/131071996
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): 617.539
CPU time (s): 1116.34
CPU user time (s): 1112.51
CPU system time (s): 3.82853
CPU usage (%): 180.772
Max. virtual memory (cumulated for all children) (KiB): 19114336
Max. memory (cumulated for all children) (KiB): 16290040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1112.51
system time used= 3.82853
maximum resident set size= 16290628
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 270082
page faults= 0
swaps= 0
block input operations= 0
block output operations= 768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19863
involuntary context switches= 20468


# summary of solver processes directly reported to runsolver:
#   pid: 409585
#   total CPU time (s): 1116.34
#   total CPU user time (s): 1112.51
#   total CPU system time (s): 3.82853

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.28805 second user time and 3.02069 second system time

The end

Launcher Data

Begin job on nodeC016 at 2024-07-29 10:03:21
IDJOB=4462087
IDBENCH=178877
IDSOLVER=3058
FILE ID=nodeC016/4462087-1722240201
RUNJOBID= nodeC016-1722240201-409503
SLURM_JOB_ID= 8248753
Free space on /tmp= 890076 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/KidneyTransplantBenchmarks/normalized-KE_690_001.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4462087-1722240201/watcher-4462087-1722240201 -o /tmp/evaluation-result-4462087-1722240201/solver-4462087-1722240201 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1722240201-409503 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4462087-1722240201.opb

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

MD5SUM BENCH= 249cf9587e5805e9a219512abdd98e50
RANDOM SEED=2049838780

nodeC016.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3636.512
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.34
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		: 3680.382
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3633.723
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.34
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		: 3600.045
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3633.263
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.34
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		: 3659.223
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3603.062
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.34
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		: 3682.075
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 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        123624504 kB
MemAvailable:   129513044 kB
Buffers:          402660 kB
Cached:          6167292 kB
SwapCached:          284 kB
Active:          2497728 kB
Inactive:        4493700 kB
Active(anon):       2364 kB
Inactive(anon):   471508 kB
Active(file):    2495364 kB
Inactive(file):  4022192 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131056028 kB
Dirty:              9364 kB
Writeback:             0 kB
AnonPages:        419276 kB
Mapped:           122008 kB
Shmem:             52400 kB
KReclaimable:     421264 kB
Slab:             546536 kB
SReclaimable:     421264 kB
SUnreclaim:       125272 kB
KernelStack:        4280 kB
PageTables:        10060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    5167924 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            22112 kB
HardwareCorrupted:     0 kB
AnonHugePages:    237568 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      377556 kB
DirectMap2M:    43436032 kB
DirectMap1G:    92274688 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC016 at 2024-07-29 10:13:38