Trace number 4462327

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) 1547.39 859.71

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/
KidneyTransplantBenchmarks/normalized-Generated_notes_20140709_1000_0.05-000.opb
MD5SUM282e82f6dcb1caaa372e387a56f2f648
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-122892
Best CPU time to get the best result obtained on this benchmark8.51928
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables204844
Total number of constraints1675
Number of constraints which are clauses22
Number of constraints which are cardinality constraints (but not clauses)1023
Number of constraints which are nor clauses,nor cardinality constraints630
Minimum length of a constraint1
Maximum length of a constraint7839
Number of terms in the objective function 190122
Biggest coefficient in the objective function 21858
Number of bits for the biggest coefficient in the objective function 15
Sum of the numbers in the objective function 34159468
Number of bits of the sum of numbers in the objective function 26
Biggest number in a constraint 21858
Number of bits of the biggest number in a constraint 15
Biggest sum of numbers in a constraint 34159468
Number of bits of the biggest sum of numbers26
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.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 		2104792832
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.12	--- Begin Solver configuration ---
0.13/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	Learn all clauses as in MiniSAT
0.13/0.12	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	No reason simplification
0.13/0.12	Glucose 2.1 dynamic restart strategy
0.13/0.12	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	timeout=2147483s
0.13/0.12	DB Simplification allowed=false
0.13/0.12	Listener: none
0.13/0.12	--- End Solver configuration ---
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c No reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4462327-1722241415.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  objective function found
1.98/1.30	c ... done. Wall clock time 1.167s.
1.98/1.30	c declared #vars     204844
1.98/1.30	c #constraints  1675
1.98/1.30	c constraints type 
1.98/1.30	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 22
1.98/1.30	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 912
1.98/1.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 54
1.98/1.30	c org.sat4j.specs.Constr$1 => 45
1.98/1.30	c org.sat4j.pb.constraints.pb.UnitClausesPB => 629
1.98/1.30	c org.sat4j.pb.constraints.pb.UnitClausePB => 13
1.98/1.30	c 1675 constraints processed.
2.10/1.31	c objective function length is 190122 literals
2.68/1.63	c SATISFIABLE
2.68/1.63	c OPTIMIZING...
2.68/1.63	c Got one! Elapsed wall clock time (in seconds):1.495
2.68/1.63	o -106193
215.75/155.31	c cleaning 2501 clauses out of 5001 with flag 10220/5001
1033.70/596.72	
1033.70/596.72	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 (45393 MiB free)
  memory of node 1: 64510 MiB (37000 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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
Current StackSize limit: 8192 KiB

solver pid=410059, runsolver pid=410056

[startup+0.101947 s]*
/proc/loadavg: 5.77 5.80 4.75 9/334 410077
/proc/meminfo: memFree=84327292/131524600 swapFree=131056028/131071996
[pid=410059] ppid=410056 vsize=18975048 memory=64980 CPUtime=0.13 cores=4,6
/proc/410059/stat : 410059 (java) S 410056 410059 407473 0 -1 1077936128 7187 0 0 0 10 3 0 0 20 0 18 0 60670008 19430449152 16245 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
/proc/410059/statm: 4743762 16245 5617 1 0 549317 0
[pid=410059/tid=410061] ppid=410056 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/410059/task/410061/stat : 410061 (java) R 410056 410059 407473 0 -1 1077936192 5743 0 0 0 6 2 0 0 20 0 18 0 60670009 19430449152 16245 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
[pid=410059/tid=410070] ppid=410056 vsize=18975048 memory=237146210664 CPUtime=0 cores=4,6
/proc/410059/task/410070/stat : 410070 (Finalizer) S 410056 410059 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 60670011 19430449152 16245 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
[pid=410059/tid=410077] ppid=410056 vsize=18975048 memory=13565998625699227 CPUtime=0 cores=4,6
/proc/410059/task/410077/stat : 410077 (Common-Cleaner) S 410056 410059 407473 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 60670012 19430449152 16245 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64980 KiB

[startup+0.206085 s]*
/proc/loadavg: 5.77 5.80 4.75 9/334 410077
/proc/meminfo: memFree=84301772/131524600 swapFree=131056028/131071996
[pid=410059] ppid=410056 vsize=18975048 memory=90740 CPUtime=0.31 cores=4,6
/proc/410059/stat : 410059 (java) S 410056 410059 407473 0 -1 1077936128 9095 0 0 0 27 4 0 0 20 0 18 0 60670008 19430449152 22685 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
/proc/410059/statm: 4743762 22685 5807 1 0 550534 0
[pid=410059/tid=410061] ppid=410056 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=4,6
/proc/410059/task/410061/stat : 410061 (java) R 410056 410059 407473 0 -1 4194368 5872 0 0 0 16 2 0 0 20 0 18 0 60670009 19430449152 22685 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
[pid=410059/tid=410070] ppid=410056 vsize=18975048 memory=1555553 CPUtime=0 cores=4,6
/proc/410059/task/410070/stat : 410070 (Finalizer) S 410056 410059 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 60670011 19430449152 22685 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
[pid=410059/tid=410077] ppid=410056 vsize=18975048 memory=16098173902915238 CPUtime=0 cores=4,6
/proc/410059/task/410077/stat : 410077 (Common-Cleaner) S 410056 410059 407473 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 60670012 19430449152 22685 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 90740 KiB

[startup+0.306633 s]*
/proc/loadavg: 5.77 5.80 4.75 6/334 410077
/proc/meminfo: memFree=84264100/131524600 swapFree=131056028/131071996
[pid=410059] ppid=410056 vsize=18975048 memory=130488 CPUtime=0.51 cores=4,6
/proc/410059/stat : 410059 (java) S 410056 410059 407473 0 -1 1077936128 9790 0 0 0 46 5 0 0 20 0 18 0 60670008 19430449152 32622 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
/proc/410059/statm: 4743762 32622 5807 1 0 551094 0
[pid=410059/tid=410061] ppid=410056 vsize=18975048 memory=-8743855690463421116 CPUtime=0.27 cores=4,6
/proc/410059/task/410061/stat : 410061 (java) R 410056 410059 407473 0 -1 4194368 5894 0 0 0 25 2 0 0 20 0 18 0 60670009 19430449152 32622 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
[pid=410059/tid=410070] ppid=410056 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/410059/task/410070/stat : 410070 (Finalizer) S 410056 410059 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 60670011 19430449152 32622 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
[pid=410059/tid=410077] ppid=410056 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/410059/task/410077/stat : 410077 (Common-Cleaner) S 410056 410059 407473 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 60670012 19430449152 32622 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 130488 KiB

[startup+0.700622 s]
/proc/loadavg: 5.77 5.80 4.75 6/335 410078
/proc/meminfo: memFree=84209592/131524600 swapFree=131056028/131071996
[pid=410059] ppid=410056 vsize=19041612 memory=278860 CPUtime=1.25 cores=4,6
/proc/410059/stat : 410059 (java) S 410056 410059 407473 0 -1 1077936128 10679 0 0 0 117 8 0 0 20 0 19 0 60670008 19498610688 69715 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
/proc/410059/statm: 4760403 69715 5830 1 0 1150945 0
[pid=410059/tid=410061] ppid=410056 vsize=19041612 memory=5500 CPUtime=0.58 cores=4,6
/proc/410059/task/410061/stat : 410061 (java) R 410056 410059 407473 0 -1 4194368 5992 0 0 0 54 4 0 0 20 0 19 0 60670009 19498610688 69715 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
[pid=410059/tid=410070] ppid=410056 vsize=19041612 memory=12348 CPUtime=0 cores=4,6
/proc/410059/task/410070/stat : 410070 (Finalizer) S 410056 410059 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 60670011 19498610688 69715 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
[pid=410059/tid=410077] ppid=410056 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/410059/task/410077/stat : 410077 (Common-Cleaner) S 410056 410059 407473 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 60670012 19498610688 69715 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 278860 KiB

[startup+1.50463 s]
/proc/loadavg: 5.77 5.80 4.75 6/335 410078
/proc/meminfo: memFree=83923560/131524600 swapFree=131056028/131071996
[pid=410059] ppid=410056 vsize=19108176 memory=891568 CPUtime=2.5 cores=4,6
/proc/410059/stat : 410059 (java) S 410056 410059 407473 0 -1 1077936128 12607 0 0 0 229 21 0 0 20 0 20 0 60670008 19566772224 222892 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
/proc/410059/statm: 4777044 222892 5865 1 0 1909610 0
[pid=410059/tid=410061] ppid=410056 vsize=19108176 memory=12348 CPUtime=1.25 cores=4,6
/proc/410059/task/410061/stat : 410061 (java) R 410056 410059 407473 0 -1 4194368 6382 0 0 0 110 15 0 0 20 0 20 0 60670009 19566772224 222892 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
[pid=410059/tid=410070] ppid=410056 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/410059/task/410070/stat : 410070 (Finalizer) S 410056 410059 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60670011 19566772224 222892 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
[pid=410059/tid=410077] ppid=410056 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/410059/task/410077/stat : 410077 (Common-Cleaner) S 410056 410059 407473 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 60670012 19566772224 222892 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
Current children cumulated CPU time: 2.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 891568 KiB

[startup+3.10625 s]
/proc/loadavg: 5.63 5.77 4.74 5/336 410079
/proc/meminfo: memFree=83281548/131524600 swapFree=131056028/131071996
[pid=410059] ppid=410056 vsize=19108176 memory=1131380 CPUtime=5 cores=4,6
/proc/410059/stat : 410059 (java) S 410056 410059 407473 0 -1 1077936128 14605 0 0 0 474 26 0 0 20 0 20 0 60670008 19566772224 282845 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
/proc/410059/statm: 4777044 282845 5914 1 0 1910864 0
[pid=410059/tid=410061] ppid=410056 vsize=19108176 memory=198340509722 CPUtime=2.83 cores=4,6
/proc/410059/task/410061/stat : 410061 (java) R 410056 410059 407473 0 -1 4194368 6537 0 0 0 264 19 0 0 20 0 20 0 60670009 19566772224 282845 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
[pid=410059/tid=410070] ppid=410056 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/410059/task/410070/stat : 410070 (Finalizer) S 410056 410059 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60670011 19566772224 282845 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
[pid=410059/tid=410077] ppid=410056 vsize=19108176 memory=12348 CPUtime=0 cores=4,6
/proc/410059/task/410077/stat : 410077 (Common-Cleaner) S 410056 410059 407473 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 60670012 19566772224 282845 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
[pid=410059/tid=410079] ppid=410056 vsize=19108176 memory=941580 CPUtime=0 cores=4,6
/proc/410059/task/410079/stat : 410079 (Timer-0) S 410056 410059 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60670149 19566772224 282845 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
Current children cumulated CPU time: 5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1131380 KiB

[startup+6.30063 s]
/proc/loadavg: 5.63 5.77 4.74 6/336 410079
/proc/meminfo: memFree=82533192/131524600 swapFree=131056028/131071996
[pid=410059] ppid=410056 vsize=19108176 memory=1831064 CPUtime=8.69 cores=4,6
/proc/410059/stat : 410059 (java) S 410056 410059 407473 0 -1 1077936128 15013 0 0 0 829 40 0 0 20 0 20 0 60670008 19566772224 457766 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
/proc/410059/statm: 4777044 457766 5914 1 0 1910875 0
[pid=410059/tid=410061] ppid=410056 vsize=19108176 memory=0 CPUtime=5.47 cores=4,6
/proc/410059/task/410061/stat : 410061 (java) R 410056 410059 407473 0 -1 4194368 6574 0 0 0 526 21 0 0 20 0 20 0 60670009 19566772224 457766 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
[pid=410059/tid=410070] ppid=410056 vsize=19108176 memory=12348 CPUtime=0 cores=4,6
/proc/410059/task/410070/stat : 410070 (Finalizer) S 410056 410059 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60670011 19566772224 457766 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
[pid=410059/tid=410077] ppid=410056 vsize=19108176 memory=992104 CPUtime=0 cores=4,6
/proc/410059/task/410077/stat : 410077 (Common-Cleaner) S 410056 410059 407473 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 60670012 19566772224 457766 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
[pid=410059/tid=410079] ppid=410056 vsize=19108176 memory=1831064 CPUtime=0 cores=4,6
/proc/410059/task/410079/stat : 410079 (Timer-0) S 410056 410059 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60670149 19566772224 457766 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
Current children cumulated CPU time: 8.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1831064 KiB

[startup+12.7003 s]
/proc/loadavg: 5.46 5.72 4.74 6/336 410080
/proc/meminfo: memFree=81328416/131524600 swapFree=131056028/131071996
[pid=410059] ppid=410056 vsize=19108176 memory=3033296 CPUtime=15.74 cores=4,6
/proc/410059/stat : 410059 (java) S 410056 410059 407473 0 -1 1077936128 16256 0 0 0 1510 64 0 0 20 0 20 0 60670008 19566772224 758324 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
/proc/410059/statm: 4777044 758324 5914 1 0 2345381 0
[pid=410059/tid=410061] ppid=410056 vsize=19108176 memory=3033296 CPUtime=11.18 cores=4,6
/proc/410059/task/410061/stat : 410061 (java) R 410056 410059 407473 0 -1 4194368 6891 0 0 0 1089 29 0 0 20 0 20 0 60670009 19566772224 758324 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
[pid=410059/tid=410070] ppid=410056 vsize=19108176 memory=11468 CPUtime=0 cores=4,6
/proc/410059/task/410070/stat : 410070 (Finalizer) S 410056 410059 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60670011 19566772224 758324 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
[pid=410059/tid=410077] ppid=410056 vsize=19108176 memory=6084198604705719123 CPUtime=0 cores=4,6
/proc/410059/task/410077/stat : 410077 (Common-Cleaner) S 410056 410059 407473 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 60670012 19566772224 758324 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
[pid=410059/tid=410079] ppid=410056 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/410059/task/410079/stat : 410079 (Timer-0) S 410056 410059 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60670149 19566772224 758324 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
Current children cumulated CPU time: 15.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3033296 KiB

[startup+25.5003 s]
/proc/loadavg: 5.47 5.72 4.75 6/336 410082
/proc/meminfo: memFree=79017336/131524600 swapFree=131056028/131071996
[pid=410059] ppid=410056 vsize=19108176 memory=5132964 CPUtime=29.94 cores=4,6
/proc/410059/stat : 410059 (java) S 410056 410059 407473 0 -1 1077936128 20673 0 0 0 2888 106 0 0 20 0 20 0 60670008 19566772224 1283241 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
/proc/410059/statm: 4777044 1283241 5914 1 0 2575161 0
[pid=410059/tid=410061] ppid=410056 vsize=19108176 memory=6084198604705719123 CPUtime=22.48 cores=4,6
/proc/410059/task/410061/stat : 410061 (java) R 410056 410059 407473 0 -1 4194368 7864 0 0 0 2210 38 0 0 20 0 20 0 60670009 19566772224 1283241 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
[pid=410059/tid=410070] ppid=410056 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/410059/task/410070/stat : 410070 (Finalizer) S 410056 410059 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60670011 19566772224 1283241 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
[pid=410059/tid=410077] ppid=410056 vsize=19108176 memory=32176 CPUtime=0 cores=4,6
/proc/410059/task/410077/stat : 410077 (Common-Cleaner) S 410056 410059 407473 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 60670012 19566772224 1283241 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
[pid=410059/tid=410079] ppid=410056 vsize=19108176 memory=-8743855690463421116 CPUtime=0 cores=4,6
/proc/410059/task/410079/stat : 410079 (Timer-0) S 410056 410059 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60670149 19566772224 1283241 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
Current children cumulated CPU time: 29.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5132964 KiB

[startup+51.1066 s]
/proc/loadavg: 5.48 5.71 4.77 8/336 410086
/proc/meminfo: memFree=75265704/131524600 swapFree=131056028/131071996
[pid=410059] ppid=410056 vsize=19108176 memory=8882192 CPUtime=66.14 cores=4,6
/proc/410059/stat : 410059 (java) S 410056 410059 407473 0 -1 1077936128 43396 0 0 0 6428 186 0 0 20 0 20 0 60670008 19566772224 2220548 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
/proc/410059/statm: 4777044 2220548 5914 1 0 2827914 0
[pid=410059/tid=410061] ppid=410056 vsize=19108176 memory=7675756 CPUtime=45.17 cores=4,6
/proc/410059/task/410061/stat : 410061 (java) R 410056 410059 407473 0 -1 4194368 9727 0 0 0 4465 52 0 0 20 0 20 0 60670009 19566772224 2220548 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
[pid=410059/tid=410070] ppid=410056 vsize=19108176 memory=11468 CPUtime=0 cores=4,6
/proc/410059/task/410070/stat : 410070 (Finalizer) S 410056 410059 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60670011 19566772224 2220548 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
[pid=410059/tid=410077] ppid=410056 vsize=19108176 memory=11468 CPUtime=0 cores=4,6
/proc/410059/task/410077/stat : 410077 (Common-Cleaner) S 410056 410059 407473 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 60670012 19566772224 2220548 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
[pid=410059/tid=410079] ppid=410056 vsize=19108176 memory=11468 CPUtime=0 cores=4,6
/proc/410059/task/410079/stat : 410079 (Timer-0) S 410056 410059 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60670149 19566772224 2220548 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0

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

/proc/meminfo: memFree=63631528/131524600 swapFree=131056028/131071996
[pid=410059] ppid=410056 vsize=19108176 memory=16285788 CPUtime=1474.21 cores=4,6
/proc/410059/stat : 410059 (java) S 410056 410059 407473 0 -1 1077936128 434964 0 0 0 147026 395 0 0 20 0 20 0 60670008 19566772224 4071447 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
/proc/410059/statm: 4777044 4071447 5974 1 0 4084149 0
[pid=410059/tid=410061] ppid=410056 vsize=19108176 memory=16285724 CPUtime=218.29 cores=4,6
/proc/410059/task/410061/stat : 410061 (java) S 410056 410059 407473 0 -1 1077936192 25362 0 0 0 21736 93 0 0 20 0 20 0 60670009 19566772224 4071447 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 5 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
[pid=410059/tid=410070] ppid=410056 vsize=19108176 memory=16285744 CPUtime=0 cores=4,6
/proc/410059/task/410070/stat : 410070 (Finalizer) S 410056 410059 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60670011 19566772224 4071447 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
[pid=410059/tid=410077] ppid=410056 vsize=19108176 memory=16285776 CPUtime=0 cores=4,6
/proc/410059/task/410077/stat : 410077 (Common-Cleaner) S 410056 410059 407473 0 -1 1077936192 418 0 0 0 0 0 0 0 20 0 20 0 60670012 19566772224 4071447 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
[pid=410059/tid=410079] ppid=410056 vsize=19108176 memory=16285692 CPUtime=0 cores=4,6
/proc/410059/task/410079/stat : 410079 (Timer-0) S 410056 410059 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60670149 19566772224 4071447 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
Current children cumulated CPU time: 1474.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16285788 KiB

[startup+859.71 s]
# the end of solver process 410059 was just reported to runsolver
# Child status: 1

# cumulated CPU time of all completed processes:  user=1543.35 s, system=4.03535 s

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

[startup+844.801 s]
/proc/loadavg: 5.96 5.97 5.44 8/330 410848
/proc/meminfo: memFree=63631412/131524600 swapFree=131056028/131071996
[pid=410059] ppid=410056 vsize=19108176 memory=16285728 CPUtime=1518.86 cores=4,6
/proc/410059/stat : 410059 (java) S 410056 410059 407473 0 -1 1077936128 465156 0 0 0 151488 398 0 0 20 0 20 0 60670008 19566772224 4071432 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
/proc/410059/statm: 4777044 4071432 5974 1 0 4084149 0
[pid=410059/tid=410061] ppid=410056 vsize=19108176 memory=16285752 CPUtime=218.29 cores=4,6
/proc/410059/task/410061/stat : 410061 (java) S 410056 410059 407473 0 -1 1077936192 25376 0 0 0 21736 93 0 0 20 0 20 0 60670009 19566772224 4071432 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 5 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
[pid=410059/tid=410070] ppid=410056 vsize=19108176 memory=16285788 CPUtime=0 cores=4,6
/proc/410059/task/410070/stat : 410070 (Finalizer) S 410056 410059 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60670011 19566772224 4071432 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
[pid=410059/tid=410077] ppid=410056 vsize=19108176 memory=16285788 CPUtime=0 cores=4,6
/proc/410059/task/410077/stat : 410077 (Common-Cleaner) S 410056 410059 407473 0 -1 1077936192 421 0 0 0 0 0 0 0 20 0 20 0 60670012 19566772224 4071432 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
[pid=410059/tid=410079] ppid=410056 vsize=19108176 memory=16285788 CPUtime=0 cores=4,6
/proc/410059/task/410079/stat : 410079 (Timer-0) S 410056 410059 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60670149 19566772224 4071432 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
Current children cumulated CPU time: 1518.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16285728 KiB

[startup+851.201 s]
/proc/loadavg: 5.97 5.97 5.44 8/330 410849
/proc/meminfo: memFree=63631412/131524600 swapFree=131056028/131071996
[pid=410059] ppid=410056 vsize=19108176 memory=16285728 CPUtime=1531.56 cores=4,6
/proc/410059/stat : 410059 (java) S 410056 410059 407473 0 -1 1077936128 465401 0 0 0 152758 398 0 0 20 0 20 0 60670008 19566772224 4071432 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
/proc/410059/statm: 4777044 4071432 5974 1 0 4084149 0
[pid=410059/tid=410061] ppid=410056 vsize=19108176 memory=16285804 CPUtime=218.29 cores=4,6
/proc/410059/task/410061/stat : 410061 (java) S 410056 410059 407473 0 -1 1077936192 25376 0 0 0 21736 93 0 0 20 0 20 0 60670009 19566772224 4071432 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 5 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
[pid=410059/tid=410070] ppid=410056 vsize=19108176 memory=16285728 CPUtime=0 cores=4,6
/proc/410059/task/410070/stat : 410070 (Finalizer) S 410056 410059 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60670011 19566772224 4071432 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
[pid=410059/tid=410077] ppid=410056 vsize=19108176 memory=16285708 CPUtime=0 cores=4,6
/proc/410059/task/410077/stat : 410077 (Common-Cleaner) S 410056 410059 407473 0 -1 1077936192 421 0 0 0 0 0 0 0 20 0 20 0 60670012 19566772224 4071432 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
[pid=410059/tid=410079] ppid=410056 vsize=19108176 memory=5500 CPUtime=0 cores=4,6
/proc/410059/task/410079/stat : 410079 (Timer-0) S 410056 410059 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60670149 19566772224 4071432 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
Current children cumulated CPU time: 1531.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16285728 KiB

[startup+854.4 s]
/proc/loadavg: 5.97 5.97 5.45 5/330 410849
/proc/meminfo: memFree=63631412/131524600 swapFree=131056028/131071996
[pid=410059] ppid=410056 vsize=19108176 memory=16285788 CPUtime=1537.23 cores=4,6
/proc/410059/stat : 410059 (java) S 410056 410059 407473 0 -1 1077936128 465793 0 0 0 153325 398 0 0 20 0 20 0 60670008 19566772224 4071447 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
/proc/410059/statm: 4777044 4071447 5974 1 0 4084149 0
[pid=410059/tid=410061] ppid=410056 vsize=19108176 memory=11468 CPUtime=218.29 cores=4,6
/proc/410059/task/410061/stat : 410061 (java) S 410056 410059 407473 0 -1 1077936192 25376 0 0 0 21736 93 0 0 20 0 20 0 60670009 19566772224 4071447 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 5 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
[pid=410059/tid=410070] ppid=410056 vsize=19108176 memory=5500 CPUtime=0 cores=4,6
/proc/410059/task/410070/stat : 410070 (Finalizer) S 410056 410059 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60670011 19566772224 4071447 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
[pid=410059/tid=410077] ppid=410056 vsize=19108176 memory=15888 CPUtime=0 cores=4,6
/proc/410059/task/410077/stat : 410077 (Common-Cleaner) S 410056 410059 407473 0 -1 1077936192 421 0 0 0 0 0 0 0 20 0 20 0 60670012 19566772224 4071447 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
[pid=410059/tid=410079] ppid=410056 vsize=19108176 memory=16285728 CPUtime=0 cores=4,6
/proc/410059/task/410079/stat : 410079 (Timer-0) S 410056 410059 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60670149 19566772224 4071447 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
Current children cumulated CPU time: 1537.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16285788 KiB

[startup+857.601 s]
/proc/loadavg: 5.89 5.95 5.45 7/330 410849
/proc/meminfo: memFree=63631384/131524600 swapFree=131056028/131071996
[pid=410059] ppid=410056 vsize=19108176 memory=16285788 CPUtime=1543.26 cores=4,6
/proc/410059/stat : 410059 (java) S 410056 410059 407473 0 -1 1077936128 466029 0 0 0 153928 398 0 0 20 0 20 0 60670008 19566772224 4071447 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
/proc/410059/statm: 4777044 4071447 5974 1 0 4084149 0
[pid=410059/tid=410061] ppid=410056 vsize=19108176 memory=16285788 CPUtime=218.29 cores=4,6
/proc/410059/task/410061/stat : 410061 (java) S 410056 410059 407473 0 -1 1077936192 25376 0 0 0 21736 93 0 0 20 0 20 0 60670009 19566772224 4071447 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 5 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
[pid=410059/tid=410070] ppid=410056 vsize=19108176 memory=76216 CPUtime=0 cores=4,6
/proc/410059/task/410070/stat : 410070 (Finalizer) S 410056 410059 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60670011 19566772224 4071447 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
[pid=410059/tid=410077] ppid=410056 vsize=19108176 memory=16285804 CPUtime=0 cores=4,6
/proc/410059/task/410077/stat : 410077 (Common-Cleaner) S 410056 410059 407473 0 -1 1077936192 421 0 0 0 0 0 0 0 20 0 20 0 60670012 19566772224 4071447 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
[pid=410059/tid=410079] ppid=410056 vsize=19108176 memory=76216 CPUtime=0 cores=4,6
/proc/410059/task/410079/stat : 410079 (Timer-0) S 410056 410059 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60670149 19566772224 4071447 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
Current children cumulated CPU time: 1543.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16285788 KiB

[startup+858.401 s]
/proc/loadavg: 5.89 5.95 5.45 8/330 410849
/proc/meminfo: memFree=63631384/131524600 swapFree=131056028/131071996
[pid=410059] ppid=410056 vsize=19108176 memory=16285788 CPUtime=1544.85 cores=4,6
/proc/410059/stat : 410059 (java) S 410056 410059 407473 0 -1 1077936128 466085 0 0 0 154087 398 0 0 20 0 20 0 60670008 19566772224 4071447 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
/proc/410059/statm: 4777044 4071447 5974 1 0 4084149 0
[pid=410059/tid=410061] ppid=410056 vsize=19108176 memory=16285788 CPUtime=218.29 cores=4,6
/proc/410059/task/410061/stat : 410061 (java) S 410056 410059 407473 0 -1 1077936192 25376 0 0 0 21736 93 0 0 20 0 20 0 60670009 19566772224 4071447 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 5 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
[pid=410059/tid=410070] ppid=410056 vsize=19108176 memory=16285788 CPUtime=0 cores=4,6
/proc/410059/task/410070/stat : 410070 (Finalizer) S 410056 410059 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60670011 19566772224 4071447 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
[pid=410059/tid=410077] ppid=410056 vsize=19108176 memory=16285788 CPUtime=0 cores=4,6
/proc/410059/task/410077/stat : 410077 (Common-Cleaner) S 410056 410059 407473 0 -1 1077936192 421 0 0 0 0 0 0 0 20 0 20 0 60670012 19566772224 4071447 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
[pid=410059/tid=410079] ppid=410056 vsize=19108176 memory=12348 CPUtime=0 cores=4,6
/proc/410059/task/410079/stat : 410079 (Timer-0) S 410056 410059 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60670149 19566772224 4071447 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
Current children cumulated CPU time: 1544.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16285788 KiB

[startup+859.201 s]
/proc/loadavg: 5.89 5.95 5.45 7/330 410849
/proc/meminfo: memFree=63631384/131524600 swapFree=131056028/131071996
[pid=410059] ppid=410056 vsize=19108176 memory=16285788 CPUtime=1546.44 cores=4,6
/proc/410059/stat : 410059 (java) S 410056 410059 407473 0 -1 1077936128 466085 0 0 0 154246 398 0 0 20 0 20 0 60670008 19566772224 4071447 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
/proc/410059/statm: 4777044 4071447 5974 1 0 4084149 0
[pid=410059/tid=410061] ppid=410056 vsize=19108176 memory=12348 CPUtime=218.29 cores=4,6
/proc/410059/task/410061/stat : 410061 (java) S 410056 410059 407473 0 -1 1077936192 25376 0 0 0 21736 93 0 0 20 0 20 0 60670009 19566772224 4071447 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 5 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
[pid=410059/tid=410070] ppid=410056 vsize=19108176 memory=5500 CPUtime=0 cores=4,6
/proc/410059/task/410070/stat : 410070 (Finalizer) S 410056 410059 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60670011 19566772224 4071447 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
[pid=410059/tid=410077] ppid=410056 vsize=19108176 memory=15888 CPUtime=0 cores=4,6
/proc/410059/task/410077/stat : 410077 (Common-Cleaner) S 410056 410059 407473 0 -1 1077936192 421 0 0 0 0 0 0 0 20 0 20 0 60670012 19566772224 4071447 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
[pid=410059/tid=410079] ppid=410056 vsize=19108176 memory=2164 CPUtime=0 cores=4,6
/proc/410059/task/410079/stat : 410079 (Timer-0) S 410056 410059 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60670149 19566772224 4071447 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
Current children cumulated CPU time: 1546.44 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16285788 KiB

[startup+859.601 s]
/proc/loadavg: 5.89 5.95 5.45 7/330 410849
/proc/meminfo: memFree=63631384/131524600 swapFree=131056028/131071996
[pid=410059] ppid=410056 vsize=19108176 memory=16285788 CPUtime=1547.23 cores=4,6
/proc/410059/stat : 410059 (java) S 410056 410059 407473 0 -1 1077936128 466085 0 0 0 154325 398 0 0 20 0 20 0 60670008 19566772224 4071447 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
/proc/410059/statm: 4777044 4071447 5974 1 0 4084149 0
[pid=410059/tid=410061] ppid=410056 vsize=19108176 memory=5560 CPUtime=218.29 cores=4,6
/proc/410059/task/410061/stat : 410061 (java) S 410056 410059 407473 0 -1 1077936192 25376 0 0 0 21736 93 0 0 20 0 20 0 60670009 19566772224 4071447 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 5 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
[pid=410059/tid=410070] ppid=410056 vsize=19108176 memory=18696 CPUtime=0 cores=4,6
/proc/410059/task/410070/stat : 410070 (Finalizer) S 410056 410059 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60670011 19566772224 4071447 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
[pid=410059/tid=410077] ppid=410056 vsize=19108176 memory=25812 CPUtime=0 cores=4,6
/proc/410059/task/410077/stat : 410077 (Common-Cleaner) S 410056 410059 407473 0 -1 1077936192 421 0 0 0 0 0 0 0 20 0 20 0 60670012 19566772224 4071447 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
[pid=410059/tid=410079] ppid=410056 vsize=19108176 memory=11468 CPUtime=0 cores=4,6
/proc/410059/task/410079/stat : 410079 (Timer-0) S 410056 410059 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60670149 19566772224 4071447 134679101440 94106477031424 94106477035120 140725012112880 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94106477042936 94106477043728 94106483740672 140725012116486 140725012116576 140725012116576 140725012123592 0
Current children cumulated CPU time: 1547.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16285788 KiB

[startup+859.702 s]*
/proc/loadavg: 5.89 5.95 5.45 6/312 410851
/proc/meminfo: memFree=79605188/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): 859.71
CPU time (s): 1547.39
CPU user time (s): 1543.35
CPU system time (s): 4.03535
CPU usage (%): 179.989
Max. virtual memory (cumulated for all children) (KiB): 19114336
Max. memory (cumulated for all children) (KiB): 16285804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1543.35
system time used= 4.03535
maximum resident set size= 16286392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 466193
page faults= 0
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27003
involuntary context switches= 26871


# summary of solver processes directly reported to runsolver:
#   pid: 410059
#   total CPU time (s): 1547.39
#   total CPU user time (s): 1543.35
#   total CPU system time (s): 4.03535

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.79553 second user time and 4.40732 second system time

The end

Launcher Data

Begin job on nodeC016 at 2024-07-29 10:23:35
IDJOB=4462327
IDBENCH=178883
IDSOLVER=3058
FILE ID=nodeC016/4462327-1722241415
RUNJOBID= nodeC016-1722240201-409501
SLURM_JOB_ID= 8248753
Free space on /tmp= 890072 MiB

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

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

MD5SUM BENCH= 282e82f6dcb1caaa372e387a56f2f648
RANDOM SEED=833348496

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		: 3666.669
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		: 3599.660
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		: 3610.075
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		: 3599.660
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		: 3660.539
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		: 3599.660
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		: 3625.183
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		: 3599.779
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:        84371504 kB
MemAvailable:   90275428 kB
Buffers:          404052 kB
Cached:          6181292 kB
SwapCached:          284 kB
Active:          2498812 kB
Inactive:       43668004 kB
Active(anon):       2412 kB
Inactive(anon): 39631468 kB
Active(file):    2496400 kB
Inactive(file):  4036536 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131056028 kB
Dirty:              9288 kB
Writeback:             0 kB
AnonPages:      39577300 kB
Mapped:           127012 kB
Shmem:             52400 kB
KReclaimable:     421268 kB
Slab:             546896 kB
SReclaimable:     421268 kB
SUnreclaim:       125628 kB
KernelStack:        5136 kB
PageTables:        87744 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   41417824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            22144 kB
HardwareCorrupted:     0 kB
AnonHugePages:  38735872 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= 890072 MiB
End job on nodeC016 at 2024-07-29 10:37:55