Trace number 4462367

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) 2380.82 1435.54

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/
KidneyTransplantBenchmarks/normalized-KE_340_006.opb
MD5SUM7aeed99d365b459b07e7d3797ec462bd
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-10524
Best CPU time to get the best result obtained on this benchmark0.096059
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9483
Total number of constraints257
Number of constraints which are clauses10
Number of constraints which are cardinality constraints (but not clauses)247
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2317
Number of terms in the objective function 9482
Biggest coefficient in the objective function 251
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 1080340
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 251
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 1080340
Number of bits of the biggest sum of numbers21
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.09	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-4462367-1722242275.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  objective function found
0.34/0.24	c ... done. Wall clock time 0.113s.
0.34/0.24	c declared #vars     9483
0.34/0.24	c #constraints  257
0.34/0.24	c constraints type 
0.34/0.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 10
0.34/0.24	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 247
0.34/0.24	c 257 constraints processed.
0.34/0.26	c objective function length is 9482 literals
0.52/0.32	c SATISFIABLE
0.52/0.32	c OPTIMIZING...
0.52/0.32	c Got one! Elapsed wall clock time (in seconds):0.194
0.52/0.32	o -8894
0.92/0.53	c Got one! Elapsed wall clock time (in seconds):0.397
0.92/0.53	o -8896
0.92/0.56	c Got one! Elapsed wall clock time (in seconds):0.436
0.92/0.56	o -8931
3.01/2.07	c Got one! Elapsed wall clock time (in seconds):1.945
3.01/2.07	o -8953
3.71/2.52	c Got one! Elapsed wall clock time (in seconds):2.395
3.71/2.52	o -8961
4.56/3.31	c Got one! Elapsed wall clock time (in seconds):3.179
4.56/3.31	o -8970
4.56/3.33	c Got one! Elapsed wall clock time (in seconds):3.2
4.56/3.33	o -8998
11.00/8.91	c cleaning 3194 clauses out of 6388 with flag 8246/6388
20.62/16.99	c cleaning 4597 clauses out of 9195 with flag 21874/12389
29.73/24.76	c cleaning 5799 clauses out of 11597 with flag 38004/19388
41.05/32.59	c cleaning 6901 clauses out of 13801 with flag 54468/27391
53.72/41.48	c cleaning 7951 clauses out of 15903 with flag 73118/36394
66.01/51.95	c cleaning 8973 clauses out of 17946 with flag 93773/46388
84.14/63.52	c cleaning 9987 clauses out of 19977 with flag 116694/57392
98.18/75.73	c cleaning 10993 clauses out of 21986 with flag 142163/69388
121.39/91.42	c cleaning 11994 clauses out of 23993 with flag 168984/82388
141.23/106.56	c cleaning 13000 clauses out of 25999 with flag 198015/96388
163.83/122.31	c cleaning 14002 clauses out of 28004 with flag 229568/111393
189.18/140.20	c cleaning 15000 clauses out of 30002 with flag 262619/127393
210.59/158.64	c cleaning 15998 clauses out of 31997 with flag 297418/144388
242.25/180.09	c cleaning 17000 clauses out of 34003 with flag 334653/162392
268.46/202.63	c cleaning 18001 clauses out of 36001 with flag 374170/181390
306.60/228.73	c cleaning 18999 clauses out of 37999 with flag 415545/201389
336.03/254.24	c cleaning 19994 clauses out of 40000 with flag 458761/222389
371.80/277.97	c cleaning 21003 clauses out of 42010 with flag 505071/244393
407.07/305.05	c cleaning 21997 clauses out of 44002 with flag 552674/267388
457.81/338.98	c cleaning 22996 clauses out of 46007 with flag 602648/291390
501.43/367.30	c cleaning 24004 clauses out of 48013 with flag 654435/316392
554.43/407.43	c cleaning 24999 clauses out of 50005 with flag 707954/342388
602.72/440.38	c cleaning 25994 clauses out of 52008 with flag 764021/369390
665.95/486.34	c cleaning 27003 clauses out of 54014 with flag 822529/397390
755.99/537.03	c cleaning 28002 clauses out of 56009 with flag 882756/426388
842.59/585.20	c cleaning 29004 clauses out of 58009 with flag 945155/456390
926.23/631.10	c cleaning 30003 clauses out of 60005 with flag 1010321/487390
1016.32/683.61	c cleaning 31000 clauses out of 62005 with flag 1077043/519393
1098.38/732.15	c cleaning 31991 clauses out of 64000 with flag 1144903/552388
1189.02/788.84	c cleaning 33003 clauses out of 66009 with flag 1215832/586388
1288.01/848.78	c cleaning 34003 clauses out of 68007 with flag 1288384/621389
1380.21/903.68	c cleaning 34996 clauses out of 70003 with flag 1363478/657388
1496.89/972.64	c cleaning 36004 clauses out of 72007 with flag 1441647/694388
1941.70/1209.59	
1941.70/1209.59	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 (45403 MiB free)
  memory of node 1: 64510 MiB (32658 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4462367-1722242275/watcher-4462367-1722242275 -o /tmp/evaluation-result-4462367-1722242275/solver-4462367-1722242275 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1722240201-409501 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4462367-1722242275.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
solver pid=410896, runsolver pid=410893
Current StackSize limit: 8192 KiB


[startup+0.100163 s]*
/proc/loadavg: 5.89 5.95 5.45 7/328 410914
/proc/meminfo: memFree=79893000/131524600 swapFree=131056028/131071996
[pid=410896] ppid=410893 vsize=18975048 memory=62408 CPUtime=0.13 cores=4,6
/proc/410896/stat : 410896 (java) S 410893 410896 407473 0 -1 1077936128 7184 0 0 0 11 2 0 0 20 0 18 0 60756016 19430449152 15602 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
/proc/410896/statm: 4743762 15602 5537 1 0 549298 0
[pid=410896/tid=410898] ppid=410893 vsize=18975048 memory=4026561586 CPUtime=0.07 cores=4,6
/proc/410896/task/410898/stat : 410898 (java) S 410893 410896 407473 0 -1 1077936192 5712 0 0 0 6 1 0 0 20 0 18 0 60756017 19430449152 15602 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
[pid=410896/tid=410907] ppid=410893 vsize=18975048 memory=237146210664 CPUtime=0 cores=4,6
/proc/410896/task/410907/stat : 410907 (Finalizer) S 410893 410896 407473 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 60756019 19430449152 15602 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
[pid=410896/tid=410914] ppid=410893 vsize=18975048 memory=13565998625699227 CPUtime=0 cores=4,6
/proc/410896/task/410914/stat : 410914 (Common-Cleaner) S 410893 410896 407473 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 60756020 19430449152 15602 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62408 KiB

[startup+0.211272 s]*
/proc/loadavg: 5.89 5.95 5.45 8/328 410914
/proc/meminfo: memFree=79864060/131524600 swapFree=131056028/131071996
[pid=410896] ppid=410893 vsize=18975048 memory=94320 CPUtime=0.34 cores=4,6
/proc/410896/stat : 410896 (java) S 410893 410896 407473 0 -1 1077936128 8734 0 0 0 31 3 0 0 20 0 18 0 60756016 19430449152 23580 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
/proc/410896/statm: 4743762 23580 5799 1 0 550288 0
[pid=410896/tid=410898] ppid=410893 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=4,6
/proc/410896/task/410898/stat : 410898 (java) R 410893 410896 407473 0 -1 4194368 5889 0 0 0 17 2 0 0 20 0 18 0 60756017 19430449152 23580 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
[pid=410896/tid=410907] ppid=410893 vsize=18975048 memory=1555553 CPUtime=0 cores=4,6
/proc/410896/task/410907/stat : 410907 (Finalizer) S 410893 410896 407473 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 60756019 19430449152 23580 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
[pid=410896/tid=410914] ppid=410893 vsize=18975048 memory=16098173902915238 CPUtime=0 cores=4,6
/proc/410896/task/410914/stat : 410914 (Common-Cleaner) S 410893 410896 407473 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 60756020 19430449152 23580 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 94320 KiB

[startup+0.306465 s]*
/proc/loadavg: 5.89 5.95 5.45 8/329 410915
/proc/meminfo: memFree=79843244/131524600 swapFree=131056028/131071996
[pid=410896] ppid=410893 vsize=19041612 memory=112944 CPUtime=0.52 cores=4,6
/proc/410896/stat : 410896 (java) S 410893 410896 407473 0 -1 1077936128 9345 0 0 0 49 3 0 0 20 0 19 0 60756016 19498610688 28236 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
/proc/410896/statm: 4760403 28236 5834 1 0 550987 0
[pid=410896/tid=410898] ppid=410893 vsize=19041612 memory=-8958893776577340092 CPUtime=0.27 cores=4,6
/proc/410896/task/410898/stat : 410898 (java) R 410893 410896 407473 0 -1 4194368 5992 0 0 0 25 2 0 0 20 0 19 0 60756017 19498610688 28236 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
[pid=410896/tid=410907] ppid=410893 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/410896/task/410907/stat : 410907 (Finalizer) S 410893 410896 407473 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 60756019 19498610688 28236 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
[pid=410896/tid=410914] ppid=410893 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/410896/task/410914/stat : 410914 (Common-Cleaner) S 410893 410896 407473 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 60756020 19498610688 28236 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
[pid=410896/tid=410915] ppid=410893 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/410896/task/410915/stat : 410915 (Timer-0) S 410893 410896 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 60756044 19498610688 28236 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 112944 KiB

[startup+0.700464 s]
/proc/loadavg: 5.89 5.95 5.45 8/329 410915
/proc/meminfo: memFree=79828240/131524600 swapFree=131056028/131071996
[pid=410896] ppid=410893 vsize=19041612 memory=149980 CPUtime=1.28 cores=4,6
/proc/410896/stat : 410896 (java) S 410893 410896 407473 0 -1 1077936128 14492 0 0 0 123 5 0 0 20 0 19 0 60756016 19498610688 37495 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
/proc/410896/statm: 4760403 37495 5853 1 0 553569 0
[pid=410896/tid=410898] ppid=410893 vsize=19041612 memory=12348 CPUtime=0.63 cores=4,6
/proc/410896/task/410898/stat : 410898 (java) R 410893 410896 407473 0 -1 4194368 6156 0 0 0 60 3 0 0 20 0 19 0 60756017 19498610688 37495 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
[pid=410896/tid=410907] ppid=410893 vsize=19041612 memory=12348 CPUtime=0 cores=4,6
/proc/410896/task/410907/stat : 410907 (Finalizer) S 410893 410896 407473 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 60756019 19498610688 37495 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
[pid=410896/tid=410914] ppid=410893 vsize=19041612 memory=117636 CPUtime=0 cores=4,6
/proc/410896/task/410914/stat : 410914 (Common-Cleaner) S 410893 410896 407473 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 60756020 19498610688 37495 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
[pid=410896/tid=410915] ppid=410893 vsize=19041612 memory=1768 CPUtime=0 cores=4,6
/proc/410896/task/410915/stat : 410915 (Timer-0) S 410893 410896 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 60756044 19498610688 37495 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 149980 KiB

[startup+1.50046 s]
/proc/loadavg: 5.89 5.95 5.45 6/330 410916
/proc/meminfo: memFree=79741296/131524600 swapFree=131056028/131071996
[pid=410896] ppid=410893 vsize=19108176 memory=298328 CPUtime=2.39 cores=4,6
/proc/410896/stat : 410896 (java) S 410893 410896 407473 0 -1 1077936128 14827 0 0 0 231 8 0 0 20 0 20 0 60756016 19566772224 74582 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
/proc/410896/statm: 4777044 74582 5885 1 0 553861 0
[pid=410896/tid=410898] ppid=410893 vsize=19108176 memory=12348 CPUtime=1.27 cores=4,6
/proc/410896/task/410898/stat : 410898 (java) R 410893 410896 407473 0 -1 4194368 6182 0 0 0 124 3 0 0 20 0 20 0 60756017 19566772224 74582 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
[pid=410896/tid=410907] ppid=410893 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/410896/task/410907/stat : 410907 (Finalizer) S 410893 410896 407473 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 60756019 19566772224 74582 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
[pid=410896/tid=410914] ppid=410893 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/410896/task/410914/stat : 410914 (Common-Cleaner) S 410893 410896 407473 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 60756020 19566772224 74582 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
[pid=410896/tid=410915] ppid=410893 vsize=19108176 memory=65 CPUtime=0 cores=4,6
/proc/410896/task/410915/stat : 410915 (Timer-0) S 410893 410896 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60756044 19566772224 74582 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
Current children cumulated CPU time: 2.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 298328 KiB

[startup+3.10648 s]
/proc/loadavg: 5.90 5.95 5.45 6/330 410916
/proc/meminfo: memFree=79285388/131524600 swapFree=131056028/131071996
[pid=410896] ppid=410893 vsize=19108176 memory=694160 CPUtime=4.37 cores=4,6
/proc/410896/stat : 410896 (java) S 410893 410896 407473 0 -1 1077936128 16066 0 0 0 422 15 0 0 20 0 20 0 60756016 19566772224 173540 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
/proc/410896/statm: 4777044 173540 5900 1 0 1182604 0
[pid=410896/tid=410898] ppid=410893 vsize=19108176 memory=0 CPUtime=2.62 cores=4,6
/proc/410896/task/410898/stat : 410898 (java) R 410893 410896 407473 0 -1 4194368 6265 0 0 0 256 6 0 0 20 0 20 0 60756017 19566772224 173540 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
[pid=410896/tid=410907] ppid=410893 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/410896/task/410907/stat : 410907 (Finalizer) S 410893 410896 407473 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 60756019 19566772224 173540 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
[pid=410896/tid=410914] ppid=410893 vsize=19108176 memory=384344 CPUtime=0 cores=4,6
/proc/410896/task/410914/stat : 410914 (Common-Cleaner) S 410893 410896 407473 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 60756020 19566772224 173540 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
[pid=410896/tid=410915] ppid=410893 vsize=19108176 memory=12348 CPUtime=0 cores=4,6
/proc/410896/task/410915/stat : 410915 (Timer-0) S 410893 410896 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60756044 19566772224 173540 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
Current children cumulated CPU time: 4.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 694160 KiB

[startup+6.30028 s]
/proc/loadavg: 5.90 5.95 5.45 6/330 410916
/proc/meminfo: memFree=78582440/131524600 swapFree=131056028/131071996
[pid=410896] ppid=410893 vsize=19108176 memory=1370836 CPUtime=8.15 cores=4,6
/proc/410896/stat : 410896 (java) S 410893 410896 407473 0 -1 1077936128 16502 0 0 0 787 28 0 0 20 0 20 0 60756016 19566772224 342709 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
/proc/410896/statm: 4777044 342709 5900 1 0 1182617 0
[pid=410896/tid=410898] ppid=410893 vsize=19108176 memory=12348 CPUtime=5.28 cores=4,6
/proc/410896/task/410898/stat : 410898 (java) R 410893 410896 407473 0 -1 4194368 6338 0 0 0 521 7 0 0 20 0 20 0 60756017 19566772224 342709 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
[pid=410896/tid=410907] ppid=410893 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/410896/task/410907/stat : 410907 (Finalizer) S 410893 410896 407473 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 60756019 19566772224 342709 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
[pid=410896/tid=410914] ppid=410893 vsize=19108176 memory=6227474861785371731 CPUtime=0 cores=4,6
/proc/410896/task/410914/stat : 410914 (Common-Cleaner) S 410893 410896 407473 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 60756020 19566772224 342709 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
[pid=410896/tid=410915] ppid=410893 vsize=19108176 memory=5500 CPUtime=0 cores=4,6
/proc/410896/task/410915/stat : 410915 (Timer-0) S 410893 410896 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60756044 19566772224 342709 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
Current children cumulated CPU time: 8.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1370836 KiB

[startup+12.7005 s]
/proc/loadavg: 5.91 5.95 5.45 5/330 410917
/proc/meminfo: memFree=77405836/131524600 swapFree=131056028/131071996
[pid=410896] ppid=410893 vsize=19108176 memory=2743852 CPUtime=15.67 cores=4,6
/proc/410896/stat : 410896 (java) S 410893 410896 407473 0 -1 1077936128 23625 0 0 0 1511 56 0 0 20 0 20 0 60756016 19566772224 685963 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
/proc/410896/statm: 4777044 685963 5916 1 0 1803087 0
[pid=410896/tid=410898] ppid=410893 vsize=19108176 memory=0 CPUtime=10.73 cores=4,6
/proc/410896/task/410898/stat : 410898 (java) S 410893 410896 407473 0 -1 1077936192 7997 0 0 0 1060 13 0 0 20 0 20 0 60756017 19566772224 685963 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
[pid=410896/tid=410907] ppid=410893 vsize=19108176 memory=2545188 CPUtime=0 cores=4,6
/proc/410896/task/410907/stat : 410907 (Finalizer) S 410893 410896 407473 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 60756019 19566772224 685963 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
[pid=410896/tid=410914] ppid=410893 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/410896/task/410914/stat : 410914 (Common-Cleaner) S 410893 410896 407473 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 60756020 19566772224 685963 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
[pid=410896/tid=410915] ppid=410893 vsize=19108176 memory=15888 CPUtime=0 cores=4,6
/proc/410896/task/410915/stat : 410915 (Timer-0) S 410893 410896 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60756044 19566772224 685963 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
Current children cumulated CPU time: 15.67 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2743852 KiB

[startup+25.5005 s]
/proc/loadavg: 6.01 5.97 5.47 6/330 410919
/proc/meminfo: memFree=74127024/131524600 swapFree=131056028/131071996
[pid=410896] ppid=410893 vsize=19108176 memory=5817252 CPUtime=30.52 cores=4,6
/proc/410896/stat : 410896 (java) S 410893 410896 407473 0 -1 1077936128 27414 0 0 0 2935 117 0 0 20 0 20 0 60756016 19566772224 1454313 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
/proc/410896/statm: 4777044 1454313 5916 1 0 2609402 0
[pid=410896/tid=410898] ppid=410893 vsize=19108176 memory=2545188 CPUtime=21.5 cores=4,6
/proc/410896/task/410898/stat : 410898 (java) R 410893 410896 407473 0 -1 4194368 9109 0 0 0 2120 30 0 0 20 0 20 0 60756017 19566772224 1454313 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
[pid=410896/tid=410907] ppid=410893 vsize=19108176 memory=15888 CPUtime=0 cores=4,6
/proc/410896/task/410907/stat : 410907 (Finalizer) S 410893 410896 407473 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 60756019 19566772224 1454313 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
[pid=410896/tid=410914] ppid=410893 vsize=19108176 memory=3808724 CPUtime=0 cores=4,6
/proc/410896/task/410914/stat : 410914 (Common-Cleaner) S 410893 410896 407473 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 60756020 19566772224 1454313 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
[pid=410896/tid=410915] ppid=410893 vsize=19108176 memory=11468 CPUtime=0 cores=4,6
/proc/410896/task/410915/stat : 410915 (Timer-0) S 410893 410896 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60756044 19566772224 1454313 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
Current children cumulated CPU time: 30.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5817252 KiB

[startup+51.1065 s]
/proc/loadavg: 6.40 6.07 5.51 7/330 410923
/proc/meminfo: memFree=69875308/131524600 swapFree=131056028/131071996
[pid=410896] ppid=410893 vsize=19108176 memory=10193380 CPUtime=65.02 cores=4,6
/proc/410896/stat : 410896 (java) S 410893 410896 407473 0 -1 1077936128 56025 0 0 0 6293 209 0 0 20 0 20 0 60756016 19566772224 2548345 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
/proc/410896/statm: 4777044 2548345 5913 1 0 3165333 0
[pid=410896/tid=410898] ppid=410893 vsize=19108176 memory=8983920 CPUtime=41.97 cores=4,6
/proc/410896/task/410898/stat : 410898 (java) S 410893 410896 407473 0 -1 1077936192 11029 0 0 0 4146 51 0 0 20 0 20 0 60756017 19566772224 2548345 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0

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

/proc/meminfo: memFree=76679316/131524600 swapFree=131056028/131071996
[pid=410896] ppid=410893 vsize=19108176 memory=16306748 CPUtime=2239.63 cores=4,6
/proc/410896/stat : 410896 (java) S 410893 410896 407473 0 -1 1077936128 559506 0 0 0 223469 494 0 0 20 0 20 0 60756016 19566772224 4076687 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
/proc/410896/statm: 4777044 4076687 5980 1 0 4088846 0
[pid=410896/tid=410898] ppid=410893 vsize=19108176 memory=16306636 CPUtime=745.37 cores=4,6
/proc/410896/task/410898/stat : 410898 (java) S 410893 410896 407473 0 -1 1077936192 136560 0 0 0 74418 119 0 0 20 0 20 0 60756017 19566772224 4076687 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 52 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
[pid=410896/tid=410907] ppid=410893 vsize=19108176 memory=12348 CPUtime=0 cores=4,6
/proc/410896/task/410907/stat : 410907 (Finalizer) S 410893 410896 407473 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 60756019 19566772224 4076687 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
[pid=410896/tid=410914] ppid=410893 vsize=19108176 memory=11468 CPUtime=0 cores=4,6
/proc/410896/task/410914/stat : 410914 (Common-Cleaner) S 410893 410896 407473 0 -1 1077936192 570 0 0 0 0 0 0 0 20 0 20 0 60756020 19566772224 4076687 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
[pid=410896/tid=410915] ppid=410893 vsize=19108176 memory=-8958893776577340092 CPUtime=0 cores=4,6
/proc/410896/task/410915/stat : 410915 (Timer-0) S 410893 410896 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60756044 19566772224 4076687 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
Current children cumulated CPU time: 2239.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16306748 KiB

[startup+1422.3 s]
/proc/loadavg: 4.58 5.31 5.63 5/306 411917
/proc/meminfo: memFree=76672396/131524600 swapFree=131056028/131071996
[pid=410896] ppid=410893 vsize=19108176 memory=16306660 CPUtime=2356 cores=4,6
/proc/410896/stat : 410896 (java) S 410893 410896 407473 0 -1 1077936128 600088 0 0 0 235102 498 0 0 20 0 20 0 60756016 19566772224 4076665 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
/proc/410896/statm: 4777044 4076665 5980 1 0 4088846 0
[pid=410896/tid=410898] ppid=410893 vsize=19108176 memory=16306636 CPUtime=745.37 cores=4,6
/proc/410896/task/410898/stat : 410898 (java) S 410893 410896 407473 0 -1 1077936192 136564 0 0 0 74418 119 0 0 20 0 20 0 60756017 19566772224 4076665 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 52 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
[pid=410896/tid=410907] ppid=410893 vsize=19108176 memory=12348 CPUtime=0 cores=4,6
/proc/410896/task/410907/stat : 410907 (Finalizer) S 410893 410896 407473 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 60756019 19566772224 4076665 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
[pid=410896/tid=410914] ppid=410893 vsize=19108176 memory=11468 CPUtime=0 cores=4,6
/proc/410896/task/410914/stat : 410914 (Common-Cleaner) S 410893 410896 407473 0 -1 1077936192 572 0 0 0 0 0 0 0 20 0 20 0 60756020 19566772224 4076665 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
[pid=410896/tid=410915] ppid=410893 vsize=19108176 memory=16306660 CPUtime=0 cores=4,6
/proc/410896/task/410915/stat : 410915 (Timer-0) S 410893 410896 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60756044 19566772224 4076665 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
Current children cumulated CPU time: 2356 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16306660 KiB

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

# cumulated CPU time of all completed processes:  user=2375.78 s, system=5.03563 s

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

[startup+1427.2 s]
/proc/loadavg: 4.53 5.29 5.63 5/306 411917
/proc/meminfo: memFree=76672404/131524600 swapFree=131056028/131071996
[pid=410896] ppid=410893 vsize=19108176 memory=16306660 CPUtime=2365.74 cores=4,6
/proc/410896/stat : 410896 (java) S 410893 410896 407473 0 -1 1077936128 600261 0 0 0 236076 498 0 0 20 0 20 0 60756016 19566772224 4076665 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
/proc/410896/statm: 4777044 4076665 5980 1 0 4088846 0
[pid=410896/tid=410898] ppid=410893 vsize=19108176 memory=1896 CPUtime=745.37 cores=4,6
/proc/410896/task/410898/stat : 410898 (java) S 410893 410896 407473 0 -1 1077936192 136564 0 0 0 74418 119 0 0 20 0 20 0 60756017 19566772224 4076665 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 52 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
[pid=410896/tid=410907] ppid=410893 vsize=19108176 memory=16306660 CPUtime=0 cores=4,6
/proc/410896/task/410907/stat : 410907 (Finalizer) S 410893 410896 407473 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 60756019 19566772224 4076665 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
[pid=410896/tid=410914] ppid=410893 vsize=19108176 memory=16306660 CPUtime=0 cores=4,6
/proc/410896/task/410914/stat : 410914 (Common-Cleaner) S 410893 410896 407473 0 -1 1077936192 572 0 0 0 0 0 0 0 20 0 20 0 60756020 19566772224 4076665 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
[pid=410896/tid=410915] ppid=410893 vsize=19108176 memory=16306660 CPUtime=0 cores=4,6
/proc/410896/task/410915/stat : 410915 (Timer-0) S 410893 410896 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60756044 19566772224 4076665 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
Current children cumulated CPU time: 2365.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16306660 KiB

[startup+1430.4 s]
/proc/loadavg: 4.53 5.29 5.63 4/306 411919
/proc/meminfo: memFree=76672284/131524600 swapFree=131056028/131071996
[pid=410896] ppid=410893 vsize=19108176 memory=16306660 CPUtime=2370.87 cores=4,6
/proc/410896/stat : 410896 (java) S 410893 410896 407473 0 -1 1077936128 601380 0 0 0 236589 498 0 0 20 0 20 0 60756016 19566772224 4076665 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
/proc/410896/statm: 4777044 4076665 5980 1 0 4088846 0
[pid=410896/tid=410898] ppid=410893 vsize=19108176 memory=16306660 CPUtime=745.37 cores=4,6
/proc/410896/task/410898/stat : 410898 (java) S 410893 410896 407473 0 -1 1077936192 136564 0 0 0 74418 119 0 0 20 0 20 0 60756017 19566772224 4076665 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 52 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
[pid=410896/tid=410907] ppid=410893 vsize=19108176 memory=16306660 CPUtime=0 cores=4,6
/proc/410896/task/410907/stat : 410907 (Finalizer) S 410893 410896 407473 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 60756019 19566772224 4076665 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
[pid=410896/tid=410914] ppid=410893 vsize=19108176 memory=11468 CPUtime=0 cores=4,6
/proc/410896/task/410914/stat : 410914 (Common-Cleaner) S 410893 410896 407473 0 -1 1077936192 572 0 0 0 0 0 0 0 20 0 20 0 60756020 19566772224 4076665 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
[pid=410896/tid=410915] ppid=410893 vsize=19108176 memory=76216 CPUtime=0 cores=4,6
/proc/410896/task/410915/stat : 410915 (Timer-0) S 410893 410896 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60756044 19566772224 4076665 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
Current children cumulated CPU time: 2370.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16306660 KiB

[startup+1433.6 s]
/proc/loadavg: 4.49 5.27 5.62 5/306 411919
/proc/meminfo: memFree=76672284/131524600 swapFree=131056028/131071996
[pid=410896] ppid=410893 vsize=19108176 memory=16306660 CPUtime=2377.04 cores=4,6
/proc/410896/stat : 410896 (java) S 410893 410896 407473 0 -1 1077936128 602075 0 0 0 237206 498 0 0 20 0 20 0 60756016 19566772224 4076665 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
/proc/410896/statm: 4777044 4076665 5980 1 0 4088846 0
[pid=410896/tid=410898] ppid=410893 vsize=19108176 memory=16306660 CPUtime=745.37 cores=4,6
/proc/410896/task/410898/stat : 410898 (java) S 410893 410896 407473 0 -1 1077936192 136564 0 0 0 74418 119 0 0 20 0 20 0 60756017 19566772224 4076665 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 52 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
[pid=410896/tid=410907] ppid=410893 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/410896/task/410907/stat : 410907 (Finalizer) S 410893 410896 407473 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 60756019 19566772224 4076665 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
[pid=410896/tid=410914] ppid=410893 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/410896/task/410914/stat : 410914 (Common-Cleaner) S 410893 410896 407473 0 -1 1077936192 572 0 0 0 0 0 0 0 20 0 20 0 60756020 19566772224 4076665 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
[pid=410896/tid=410915] ppid=410893 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/410896/task/410915/stat : 410915 (Timer-0) S 410893 410896 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60756044 19566772224 4076665 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
Current children cumulated CPU time: 2377.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16306660 KiB

[startup+1434.4 s]
/proc/loadavg: 4.49 5.27 5.62 5/306 411919
/proc/meminfo: memFree=76672308/131524600 swapFree=131056028/131071996
[pid=410896] ppid=410893 vsize=19108176 memory=16306660 CPUtime=2378.62 cores=4,6
/proc/410896/stat : 410896 (java) S 410893 410896 407473 0 -1 1077936128 602265 0 0 0 237364 498 0 0 20 0 20 0 60756016 19566772224 4076665 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
/proc/410896/statm: 4777044 4076665 5980 1 0 4088846 0
[pid=410896/tid=410898] ppid=410893 vsize=19108176 memory=16306660 CPUtime=745.37 cores=4,6
/proc/410896/task/410898/stat : 410898 (java) S 410893 410896 407473 0 -1 1077936192 136564 0 0 0 74418 119 0 0 20 0 20 0 60756017 19566772224 4076665 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 52 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
[pid=410896/tid=410907] ppid=410893 vsize=19108176 memory=12348 CPUtime=0 cores=4,6
/proc/410896/task/410907/stat : 410907 (Finalizer) S 410893 410896 407473 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 60756019 19566772224 4076665 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
[pid=410896/tid=410914] ppid=410893 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/410896/task/410914/stat : 410914 (Common-Cleaner) S 410893 410896 407473 0 -1 1077936192 572 0 0 0 0 0 0 0 20 0 20 0 60756020 19566772224 4076665 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
[pid=410896/tid=410915] ppid=410893 vsize=19108176 memory=280453043146848 CPUtime=0 cores=4,6
/proc/410896/task/410915/stat : 410915 (Timer-0) S 410893 410896 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60756044 19566772224 4076665 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
Current children cumulated CPU time: 2378.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16306660 KiB

[startup+1435.2 s]
/proc/loadavg: 4.49 5.27 5.62 5/306 411919
/proc/meminfo: memFree=76672300/131524600 swapFree=131056028/131071996
[pid=410896] ppid=410893 vsize=19108176 memory=16306660 CPUtime=2380.21 cores=4,6
/proc/410896/stat : 410896 (java) S 410893 410896 407473 0 -1 1077936128 602396 0 0 0 237523 498 0 0 20 0 20 0 60756016 19566772224 4076665 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
/proc/410896/statm: 4777044 4076665 5980 1 0 4088846 0
[pid=410896/tid=410898] ppid=410893 vsize=19108176 memory=0 CPUtime=745.37 cores=4,6
/proc/410896/task/410898/stat : 410898 (java) S 410893 410896 407473 0 -1 1077936192 136564 0 0 0 74418 119 0 0 20 0 20 0 60756017 19566772224 4076665 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 52 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
[pid=410896/tid=410907] ppid=410893 vsize=19108176 memory=76216 CPUtime=0 cores=4,6
/proc/410896/task/410907/stat : 410907 (Finalizer) S 410893 410896 407473 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 60756019 19566772224 4076665 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
[pid=410896/tid=410914] ppid=410893 vsize=19108176 memory=15888 CPUtime=0 cores=4,6
/proc/410896/task/410914/stat : 410914 (Common-Cleaner) S 410893 410896 407473 0 -1 1077936192 572 0 0 0 0 0 0 0 20 0 20 0 60756020 19566772224 4076665 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
[pid=410896/tid=410915] ppid=410893 vsize=19108176 memory=2164 CPUtime=0 cores=4,6
/proc/410896/task/410915/stat : 410915 (Timer-0) S 410893 410896 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60756044 19566772224 4076665 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
Current children cumulated CPU time: 2380.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16306660 KiB

[startup+1435.4 s]
/proc/loadavg: 4.49 5.27 5.62 5/306 411919
/proc/meminfo: memFree=76672300/131524600 swapFree=131056028/131071996
[pid=410896] ppid=410893 vsize=19108176 memory=16306660 CPUtime=2380.61 cores=4,6
/proc/410896/stat : 410896 (java) S 410893 410896 407473 0 -1 1077936128 602396 0 0 0 237563 498 0 0 20 0 20 0 60756016 19566772224 4076665 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
/proc/410896/statm: 4777044 4076665 5980 1 0 4088846 0
[pid=410896/tid=410898] ppid=410893 vsize=19108176 memory=40920 CPUtime=745.37 cores=4,6
/proc/410896/task/410898/stat : 410898 (java) S 410893 410896 407473 0 -1 1077936192 136564 0 0 0 74418 119 0 0 20 0 20 0 60756017 19566772224 4076665 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 52 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
[pid=410896/tid=410907] ppid=410893 vsize=19108176 memory=12348 CPUtime=0 cores=4,6
/proc/410896/task/410907/stat : 410907 (Finalizer) S 410893 410896 407473 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 60756019 19566772224 4076665 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
[pid=410896/tid=410914] ppid=410893 vsize=19108176 memory=5500 CPUtime=0 cores=4,6
/proc/410896/task/410914/stat : 410914 (Common-Cleaner) S 410893 410896 407473 0 -1 1077936192 572 0 0 0 0 0 0 0 20 0 20 0 60756020 19566772224 4076665 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
[pid=410896/tid=410915] ppid=410893 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/410896/task/410915/stat : 410915 (Timer-0) S 410893 410896 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60756044 19566772224 4076665 134679101440 94003776942080 94003776945776 140732978708016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94003776953592 94003776954384 94003793743872 140732978713606 140732978713696 140732978713696 140732978720712 0
Current children cumulated CPU time: 2380.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16306660 KiB

[startup+1435.5 s]*
/proc/loadavg: 4.49 5.27 5.62 5/288 411919
/proc/meminfo: memFree=79900432/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): 1435.54
CPU time (s): 2380.82
CPU user time (s): 2375.78
CPU system time (s): 5.03563
CPU usage (%): 165.849
Max. virtual memory (cumulated for all children) (KiB): 19112280
Max. memory (cumulated for all children) (KiB): 16306768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2375.78
system time used= 5.03564
maximum resident set size= 16307412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 602556
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1536
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 52807
involuntary context switches= 41893


# summary of solver processes directly reported to runsolver:
#   pid: 410896
#   total CPU time (s): 2380.82
#   total CPU user time (s): 2375.78
#   total CPU system time (s): 5.03563

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.8499 second user time and 7.18871 second system time

The end

Launcher Data

Begin job on nodeC016 at 2024-07-29 10:37:55
IDJOB=4462367
IDBENCH=178884
IDSOLVER=3058
FILE ID=nodeC016/4462367-1722242275
RUNJOBID= nodeC016-1722240201-409501
SLURM_JOB_ID= 8248753
Free space on /tmp= 890080 MiB

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

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

MD5SUM BENCH= 7aeed99d365b459b07e7d3797ec462bd
RANDOM SEED=1679151072

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		: 3658.313
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		: 3658.836
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		: 3631.139
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		: 3638.808
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.788
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:        79935024 kB
MemAvailable:   85742676 kB
Buffers:          405208 kB
Cached:          6083896 kB
SwapCached:          284 kB
Active:          2500212 kB
Inactive:       48093864 kB
Active(anon):       2420 kB
Inactive(anon): 44154988 kB
Active(file):    2497792 kB
Inactive(file):  3938876 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131056028 kB
Dirty:              1420 kB
Writeback:             8 kB
AnonPages:      44101144 kB
Mapped:           127304 kB
Shmem:             52400 kB
KReclaimable:     421264 kB
Slab:             547032 kB
SReclaimable:     421264 kB
SUnreclaim:       125768 kB
KernelStack:        4960 kB
PageTables:        96796 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   47608968 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            22144 kB
HardwareCorrupted:     0 kB
AnonHugePages:  43290624 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= 890080 MiB
End job on nodeC016 at 2024-07-29 11:01:51