Trace number 4462127

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) 2059.36 1213.38

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/pettersson/StableMatchings/
KidneyTransplantBenchmarks/normalized-KE_410_004.opb
MD5SUM01c3dbc6b225e18f748d0dc14a4fd0f9
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-13862
Best CPU time to get the best result obtained on this benchmark0.527614
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables12376
Total number of constraints307
Number of constraints which are clauses22
Number of constraints which are cardinality constraints (but not clauses)285
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint2800
Number of terms in the objective function 12372
Biggest coefficient in the objective function 261
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 1457210
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 261
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 1457210
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

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.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.09	c Free memory 		2106806208
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.14/0.12	--- Begin Solver configuration ---
0.14/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.12	Learn all clauses as in MiniSAT
0.14/0.12	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	No reason simplification
0.14/0.12	Glucose 2.1 dynamic restart strategy
0.14/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.14/0.12	timeout=2147483s
0.14/0.12	DB Simplification allowed=false
0.14/0.12	Listener: none
0.14/0.12	--- End Solver configuration ---
0.14/0.12	c Pseudo Boolean Optimization by upper bound
0.14/0.12	c --- Begin Solver configuration ---
0.14/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.12	c Learn all clauses as in MiniSAT
0.14/0.12	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	c No reason simplification
0.14/0.12	c Glucose 2.1 dynamic restart strategy
0.14/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.14/0.12	c timeout=2147483s
0.14/0.12	c DB Simplification allowed=false
0.14/0.12	c Listener: none
0.14/0.12	c --- End Solver configuration ---
0.14/0.12	c solving HOME/instance-4462127-1722240201.opb
0.14/0.12	c reading problem ... 
0.14/0.12	c  objective function found
0.35/0.27	c ... done. Wall clock time 0.146s.
0.35/0.27	c declared #vars     12376
0.35/0.27	c #constraints  307
0.35/0.27	c constraints type 
0.35/0.27	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 22
0.35/0.27	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 285
0.35/0.27	c 307 constraints processed.
0.35/0.28	c objective function length is 12372 literals
0.52/0.36	c SATISFIABLE
0.52/0.36	c OPTIMIZING...
0.52/0.36	c Got one! Elapsed wall clock time (in seconds):0.222
0.52/0.36	o -11002
10.99/8.68	c cleaning 2500 clauses out of 5002 with flag 12325/5002
20.64/16.77	c cleaning 4246 clauses out of 8500 with flag 26054/11000
31.53/25.93	c cleaning 5622 clauses out of 11254 with flag 41292/18000
48.27/37.33	c cleaning 6807 clauses out of 13636 with flag 58277/26004
63.29/49.93	c cleaning 7913 clauses out of 15829 with flag 78524/35004
85.83/64.53	c cleaning 8947 clauses out of 17914 with flag 101171/45002
103.86/80.02	c cleaning 9984 clauses out of 19969 with flag 125989/56004
130.57/96.96	c cleaning 10993 clauses out of 21985 with flag 153160/68004
152.49/115.71	c cleaning 11996 clauses out of 23993 with flag 181760/81005
184.12/136.90	c cleaning 12997 clauses out of 25993 with flag 212088/95001
212.56/158.71	c cleaning 13996 clauses out of 27999 with flag 245610/110004
255.17/189.79	c cleaning 15007 clauses out of 30013 with flag 280736/126014
294.89/216.85	c cleaning 15996 clauses out of 31993 with flag 318038/143001
350.82/254.52	c cleaning 16998 clauses out of 33996 with flag 358510/161000
397.70/285.21	c cleaning 17995 clauses out of 35998 with flag 400020/180000
453.98/327.32	c cleaning 19001 clauses out of 38006 with flag 444900/200003
503.36/361.34	c cleaning 19993 clauses out of 40002 with flag 490747/221000
565.81/405.65	c cleaning 21002 clauses out of 42009 with flag 539842/243000
654.73/454.89	c cleaning 22003 clauses out of 44012 with flag 589606/266005
749.03/508.48	c cleaning 23004 clauses out of 46012 with flag 643463/290008
843.51/561.27	c cleaning 23993 clauses out of 48000 with flag 698737/315000
934.79/615.58	c cleaning 24992 clauses out of 50007 with flag 756887/341000
1023.53/666.23	c cleaning 26000 clauses out of 52015 with flag 813795/368000
1110.30/717.19	c cleaning 27008 clauses out of 54016 with flag 873600/396001
1547.45/949.86	
1547.45/949.86	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 (61343 MiB free)
  memory of node 1: 64510 MiB (59444 MiB free)
  node distances:
     10  21
     21  10

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

[startup+0.100226 s]*
/proc/loadavg: 1.32 1.14 1.10 8/308 409603
/proc/meminfo: memFree=123559544/131524600 swapFree=131056028/131071996
[pid=409539] ppid=409533 vsize=18975048 memory=64080 CPUtime=0.14 cores=4,6
/proc/409539/stat : 409539 (java) S 409533 409539 407473 0 -1 1077936128 7082 0 0 0 12 2 0 0 20 0 18 0 60548610 19430449152 16020 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
/proc/409539/statm: 4743762 16020 5528 1 0 549335 0
[pid=409539/tid=409543] ppid=409533 vsize=18975048 memory=4026531959 CPUtime=0.08 cores=4,6
/proc/409539/task/409543/stat : 409543 (java) R 409533 409539 407473 0 -1 4194368 5641 0 0 0 7 1 0 0 20 0 18 0 60548611 19430449152 16020 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 60548612 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
[pid=409539/tid=409566] ppid=409533 vsize=18975048 memory=1554078 CPUtime=0 cores=4,6
/proc/409539/task/409566/stat : 409566 (Finalizer) S 409533 409539 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 60548614 19430449152 16020 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
[pid=409539/tid=409580] ppid=409533 vsize=18975048 memory=13563786715989445 CPUtime=0 cores=4,6
/proc/409539/task/409580/stat : 409580 (Common-Cleaner) S 409533 409539 407473 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 60548614 19430449152 16020 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64080 KiB

[startup+0.213224 s]*
/proc/loadavg: 1.32 1.14 1.10 11/331 409631
/proc/meminfo: memFree=123452044/131524600 swapFree=131056028/131071996
[pid=409539] ppid=409533 vsize=18975048 memory=88612 CPUtime=0.35 cores=4,6
/proc/409539/stat : 409539 (java) S 409533 409539 407473 0 -1 1077936128 8942 0 0 0 32 3 0 0 20 0 18 0 60548610 19430449152 22153 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
/proc/409539/statm: 4743762 22153 5821 1 0 550613 0
[pid=409539/tid=409543] ppid=409533 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=4,6
/proc/409539/task/409543/stat : 409543 (java) R 409533 409539 407473 0 -1 4194368 5800 0 0 0 17 1 0 0 20 0 18 0 60548611 19430449152 22153 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 60548612 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
[pid=409539/tid=409566] ppid=409533 vsize=18975048 memory=1555553 CPUtime=0 cores=4,6
/proc/409539/task/409566/stat : 409566 (Finalizer) S 409533 409539 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 60548614 19430449152 22153 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
[pid=409539/tid=409580] ppid=409533 vsize=18975048 memory=16098173902915238 CPUtime=0 cores=4,6
/proc/409539/task/409580/stat : 409580 (Common-Cleaner) S 409533 409539 407473 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 60548614 19430449152 22153 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 88612 KiB

[startup+0.310222 s]*
/proc/loadavg: 1.32 1.14 1.10 15/333 409633
/proc/meminfo: memFree=123339980/131524600 swapFree=131056028/131071996
[pid=409539] ppid=409533 vsize=19041612 memory=132532 CPUtime=0.52 cores=4,6
/proc/409539/stat : 409539 (java) S 409533 409539 407473 0 -1 1077936128 9200 0 0 0 49 3 0 0 20 0 19 0 60548610 19498610688 33133 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
/proc/409539/statm: 4760403 33133 5856 1 0 550959 0
[pid=409539/tid=409543] ppid=409533 vsize=19041612 memory=-9177320518890136252 CPUtime=0.27 cores=4,6
/proc/409539/task/409543/stat : 409543 (java) R 409533 409539 407473 0 -1 4194368 5911 0 0 0 25 2 0 0 20 0 19 0 60548611 19498610688 33199 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 60548612 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
[pid=409539/tid=409566] ppid=409533 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/409539/task/409566/stat : 409566 (Finalizer) S 409533 409539 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 60548614 19498610688 33199 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
[pid=409539/tid=409580] ppid=409533 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/409539/task/409580/stat : 409580 (Common-Cleaner) S 409533 409539 407473 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 60548614 19498610688 33199 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
[pid=409539/tid=409633] ppid=409533 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/409539/task/409633/stat : 409633 (java) R 409533 409539 407473 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 19 0 60548641 19498610688 33199 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 132532 KiB

[startup+0.700221 s]
/proc/loadavg: 1.32 1.14 1.10 12/334 409634
/proc/meminfo: memFree=123148724/131524600 swapFree=131056028/131071996
[pid=409539] ppid=409533 vsize=19041612 memory=172892 CPUtime=1.28 cores=4,6
/proc/409539/stat : 409539 (java) S 409533 409539 407473 0 -1 1077936128 15122 0 0 0 123 5 0 0 20 0 19 0 60548610 19498610688 43223 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
/proc/409539/statm: 4760403 43223 5890 1 0 555267 0
[pid=409539/tid=409543] ppid=409533 vsize=19041612 memory=12348 CPUtime=0.65 cores=4,6
/proc/409539/task/409543/stat : 409543 (java) R 409533 409539 407473 0 -1 4194368 5977 0 0 0 62 3 0 0 20 0 19 0 60548611 19498610688 43223 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 60548612 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
[pid=409539/tid=409566] ppid=409533 vsize=19041612 memory=12348 CPUtime=0 cores=4,6
/proc/409539/task/409566/stat : 409566 (Finalizer) S 409533 409539 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 60548614 19498610688 43223 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
[pid=409539/tid=409580] ppid=409533 vsize=19041612 memory=5665 CPUtime=0 cores=4,6
/proc/409539/task/409580/stat : 409580 (Common-Cleaner) S 409533 409539 407473 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 60548614 19498610688 43223 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
[pid=409539/tid=409633] ppid=409533 vsize=19041612 memory=1768 CPUtime=0 cores=4,6
/proc/409539/task/409633/stat : 409633 (Timer-0) S 409533 409539 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 60548641 19498610688 43223 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 172892 KiB

[startup+1.50025 s]
/proc/loadavg: 1.32 1.14 1.10 11/338 409638
/proc/meminfo: memFree=122529704/131524600 swapFree=131056028/131071996
[pid=409539] ppid=409533 vsize=19108176 memory=296580 CPUtime=2.61 cores=4,6
/proc/409539/stat : 409539 (java) S 409533 409539 407473 0 -1 1077936128 15462 0 0 0 254 7 0 0 20 0 20 0 60548610 19566772224 74145 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
/proc/409539/statm: 4777044 74145 5922 1 0 555559 0
[pid=409539/tid=409543] ppid=409533 vsize=19108176 memory=12348 CPUtime=1.32 cores=4,6
/proc/409539/task/409543/stat : 409543 (java) R 409533 409539 407473 0 -1 4194368 5995 0 0 0 129 3 0 0 20 0 20 0 60548611 19566772224 74145 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 60548612 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
[pid=409539/tid=409566] ppid=409533 vsize=19108176 memory=1768 CPUtime=0 cores=4,6
/proc/409539/task/409566/stat : 409566 (Finalizer) S 409533 409539 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60548614 19566772224 74145 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
[pid=409539/tid=409580] ppid=409533 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/409539/task/409580/stat : 409580 (Common-Cleaner) S 409533 409539 407473 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 60548614 19566772224 74145 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
[pid=409539/tid=409633] ppid=409533 vsize=19108176 memory=164 CPUtime=0 cores=4,6
/proc/409539/task/409633/stat : 409633 (Timer-0) S 409533 409539 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60548641 19566772224 74145 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
Current children cumulated CPU time: 2.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 296580 KiB

[startup+3.1063 s]
/proc/loadavg: 1.32 1.14 1.10 9/339 409639
/proc/meminfo: memFree=120458096/131524600 swapFree=131056028/131071996
[pid=409539] ppid=409533 vsize=19108176 memory=667156 CPUtime=4.62 cores=4,6
/proc/409539/stat : 409539 (java) S 409533 409539 407473 0 -1 1077936128 16593 0 0 0 447 15 0 0 20 0 20 0 60548610 19566772224 166789 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
/proc/409539/statm: 4777044 166789 5923 1 0 1144613 0
[pid=409539/tid=409543] ppid=409533 vsize=19108176 memory=380648 CPUtime=2.68 cores=4,6
/proc/409539/task/409543/stat : 409543 (java) R 409533 409539 407473 0 -1 4194368 6056 0 0 0 264 4 0 0 20 0 20 0 60548611 19566772224 166789 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 60548612 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
[pid=409539/tid=409566] ppid=409533 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/409539/task/409566/stat : 409566 (Finalizer) S 409533 409539 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60548614 19566772224 166789 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
[pid=409539/tid=409580] ppid=409533 vsize=19108176 memory=12348 CPUtime=0 cores=4,6
/proc/409539/task/409580/stat : 409580 (Common-Cleaner) S 409533 409539 407473 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 60548614 19566772224 166789 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
[pid=409539/tid=409633] ppid=409533 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/409539/task/409633/stat : 409633 (Timer-0) S 409533 409539 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60548641 19566772224 166789 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
Current children cumulated CPU time: 4.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 667156 KiB

[startup+6.30027 s]
/proc/loadavg: 1.54 1.18 1.12 6/339 409641
/proc/meminfo: memFree=118227028/131524600 swapFree=131056028/131071996
[pid=409539] ppid=409533 vsize=19108176 memory=1319260 CPUtime=8.29 cores=4,6
/proc/409539/stat : 409539 (java) S 409533 409539 407473 0 -1 1077936128 17156 0 0 0 801 28 0 0 20 0 20 0 60548610 19566772224 329815 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
/proc/409539/statm: 4777044 329815 5923 1 0 1144624 0
[pid=409539/tid=409543] ppid=409533 vsize=19108176 memory=0 CPUtime=5.37 cores=4,6
/proc/409539/task/409543/stat : 409543 (java) R 409533 409539 407473 0 -1 4194368 6276 0 0 0 531 6 0 0 20 0 20 0 60548611 19566772224 329815 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 60548612 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
[pid=409539/tid=409566] ppid=409533 vsize=19108176 memory=12348 CPUtime=0 cores=4,6
/proc/409539/task/409566/stat : 409566 (Finalizer) S 409533 409539 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60548614 19566772224 329815 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
[pid=409539/tid=409580] ppid=409533 vsize=19108176 memory=11468 CPUtime=0 cores=4,6
/proc/409539/task/409580/stat : 409580 (Common-Cleaner) S 409533 409539 407473 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 60548614 19566772224 329815 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
[pid=409539/tid=409633] ppid=409533 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/409539/task/409633/stat : 409633 (Timer-0) S 409533 409539 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60548641 19566772224 329815 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
Current children cumulated CPU time: 8.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1319260 KiB

[startup+12.7003 s]
/proc/loadavg: 1.73 1.23 1.14 7/338 409643
/proc/meminfo: memFree=112550108/131524600 swapFree=131056028/131071996
[pid=409539] ppid=409533 vsize=19108176 memory=2976924 CPUtime=15.96 cores=4,6
/proc/409539/stat : 409539 (java) S 409533 409539 407473 0 -1 1077936128 25605 0 0 0 1536 60 0 0 20 0 20 0 60548610 19566772224 744231 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
/proc/409539/statm: 4777044 744231 5923 1 0 2220463 0
[pid=409539/tid=409543] ppid=409533 vsize=19108176 memory=0 CPUtime=10.53 cores=4,6
/proc/409539/task/409543/stat : 409543 (java) R 409533 409539 407473 0 -1 4194368 8166 0 0 0 1040 13 0 0 20 0 20 0 60548611 19566772224 744231 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 60548612 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
[pid=409539/tid=409566] ppid=409533 vsize=19108176 memory=12348 CPUtime=0 cores=4,6
/proc/409539/task/409566/stat : 409566 (Finalizer) S 409533 409539 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60548614 19566772224 744231 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
[pid=409539/tid=409580] ppid=409533 vsize=19108176 memory=11468 CPUtime=0 cores=4,6
/proc/409539/task/409580/stat : 409580 (Common-Cleaner) S 409533 409539 407473 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 60548614 19566772224 744231 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
[pid=409539/tid=409633] ppid=409533 vsize=19108176 memory=15888 CPUtime=0 cores=4,6
/proc/409539/task/409633/stat : 409633 (Timer-0) S 409533 409539 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60548641 19566772224 744231 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
Current children cumulated CPU time: 15.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2976924 KiB

[startup+25.5012 s]
/proc/loadavg: 2.32 1.38 1.19 7/338 409646
/proc/meminfo: memFree=101429280/131524600 swapFree=131056028/131071996
[pid=409539] ppid=409533 vsize=19108176 memory=6374364 CPUtime=31.13 cores=4,6
/proc/409539/stat : 409539 (java) S 409533 409539 407473 0 -1 1077936128 28652 0 0 0 2987 126 0 0 20 0 20 0 60548610 19566772224 1593591 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
/proc/409539/statm: 4777044 1593591 5923 1 0 2594460 0
[pid=409539/tid=409543] ppid=409533 vsize=19108176 memory=15888 CPUtime=20.85 cores=4,6
/proc/409539/task/409543/stat : 409543 (java) R 409533 409539 407473 0 -1 4194368 9332 0 0 0 2057 28 0 0 20 0 20 0 60548611 19566772224 1593591 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 60548612 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
[pid=409539/tid=409566] ppid=409533 vsize=19108176 memory=-8960585886334558908 CPUtime=0 cores=4,6
/proc/409539/task/409566/stat : 409566 (Finalizer) S 409533 409539 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60548614 19566772224 1593591 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
[pid=409539/tid=409580] ppid=409533 vsize=19108176 memory=-9177320518890136252 CPUtime=0 cores=4,6
/proc/409539/task/409580/stat : 409580 (Common-Cleaner) S 409533 409539 407473 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 60548614 19566772224 1593591 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
[pid=409539/tid=409633] ppid=409533 vsize=19108176 memory=3708140 CPUtime=0 cores=4,6
/proc/409539/task/409633/stat : 409633 (Timer-0) S 409533 409539 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60548641 19566772224 1593591 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
Current children cumulated CPU time: 31.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6374364 KiB

[startup+51.1064 s]
/proc/loadavg: 3.41 1.72 1.31 8/337 409649
/proc/meminfo: memFree=86005932/131524600 swapFree=131056028/131071996
[pid=409539] ppid=409533 vsize=19108176 memory=10436488 CPUtime=64.49 cores=4,6
/proc/409539/stat : 409539 (java) S 409533 409539 407473 0 -1 1077936128 56261 0 0 0 6239 210 0 0 20 0 20 0 60548610 19566772224 2609122 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
/proc/409539/statm: 4777044 2609122 5920 1 0 3355066 0
[pid=409539/tid=409543] ppid=409533 vsize=19108176 memory=12348 CPUtime=41.87 cores=4,6
/proc/409539/task/409543/stat : 409543 (java) R 409533 409539 407473 0 -1 4194368 11393 0 0 0 4133 54 0 0 20 0 20 0 60548611 19566772224 2609122 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 60548612 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0

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

/proc/409539/task/409633/stat : 409633 (Timer-0) S 409533 409539 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60548641 19566772224 4074025 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
Current children cumulated CPU time: 1999.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16296100 KiB

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

# cumulated CPU time of all completed processes:  user=2054.74 s, system=4.62726 s

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

[startup+1190.4 s]
/proc/loadavg: 5.89 5.82 4.72 7/336 410008
/proc/meminfo: memFree=68073388/131524600 swapFree=131056028/131071996
[pid=409539] ppid=409533 vsize=19108176 memory=16296100 CPUtime=2015.2 cores=4,6
/proc/409539/stat : 409539 (java) S 409533 409539 407473 0 -1 1077936128 458542 0 0 0 201063 457 0 0 20 0 20 0 60548610 19566772224 4074025 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
/proc/409539/statm: 4777044 4074025 5972 1 0 4087296 0
[pid=409539/tid=409543] ppid=409533 vsize=19108176 memory=16296100 CPUtime=554.28 cores=4,6
/proc/409539/task/409543/stat : 409543 (java) S 409533 409539 407473 0 -1 1077936192 93999 0 0 0 55320 108 0 0 20 0 20 0 60548611 19566772224 4074025 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 60548635 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
[pid=409539/tid=409566] ppid=409533 vsize=19108176 memory=16296100 CPUtime=0 cores=4,6
/proc/409539/task/409566/stat : 409566 (Finalizer) S 409533 409539 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60548614 19566772224 4074025 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
[pid=409539/tid=409580] ppid=409533 vsize=19108176 memory=12348 CPUtime=0 cores=4,6
/proc/409539/task/409580/stat : 409580 (Common-Cleaner) S 409533 409539 407473 0 -1 1077936192 408 0 0 0 0 0 0 0 20 0 20 0 60548614 19566772224 4074025 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
[pid=409539/tid=409633] ppid=409533 vsize=19108176 memory=5500 CPUtime=0 cores=4,6
/proc/409539/task/409633/stat : 409633 (Timer-0) S 409533 409539 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60548641 19566772224 4074025 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
Current children cumulated CPU time: 2015.2 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16296100 KiB

[startup+1203.2 s]
/proc/loadavg: 5.91 5.83 4.74 7/336 410010
/proc/meminfo: memFree=68073156/131524600 swapFree=131056028/131071996
[pid=409539] ppid=409533 vsize=19108176 memory=16296100 CPUtime=2040.61 cores=4,6
/proc/409539/stat : 409539 (java) S 409533 409539 407473 0 -1 1077936128 459521 0 0 0 203604 457 0 0 20 0 20 0 60548610 19566772224 4074025 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
/proc/409539/statm: 4777044 4074025 5972 1 0 4087296 0
[pid=409539/tid=409543] ppid=409533 vsize=19108176 memory=16296100 CPUtime=554.28 cores=4,6
/proc/409539/task/409543/stat : 409543 (java) S 409533 409539 407473 0 -1 1077936192 93999 0 0 0 55320 108 0 0 20 0 20 0 60548611 19566772224 4074025 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 60548635 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
[pid=409539/tid=409566] ppid=409533 vsize=19108176 memory=16296100 CPUtime=0 cores=4,6
/proc/409539/task/409566/stat : 409566 (Finalizer) S 409533 409539 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60548614 19566772224 4074025 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
[pid=409539/tid=409580] ppid=409533 vsize=19108176 memory=76216 CPUtime=0 cores=4,6
/proc/409539/task/409580/stat : 409580 (Common-Cleaner) S 409533 409539 407473 0 -1 1077936192 408 0 0 0 0 0 0 0 20 0 20 0 60548614 19566772224 4074025 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
[pid=409539/tid=409633] ppid=409533 vsize=19108176 memory=11468 CPUtime=0 cores=4,6
/proc/409539/task/409633/stat : 409633 (Timer-0) S 409533 409539 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60548641 19566772224 4074025 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
Current children cumulated CPU time: 2040.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16296100 KiB

[startup+1209.6 s]
/proc/loadavg: 5.84 5.81 4.74 8/336 410011
/proc/meminfo: memFree=68073044/131524600 swapFree=131056028/131071996
[pid=409539] ppid=409533 vsize=19108176 memory=16296100 CPUtime=2051.93 cores=4,6
/proc/409539/stat : 409539 (java) S 409533 409539 407473 0 -1 1077936128 460268 0 0 0 204735 458 0 0 20 0 20 0 60548610 19566772224 4074025 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
/proc/409539/statm: 4777044 4074025 5972 1 0 4087296 0
[pid=409539/tid=409543] ppid=409533 vsize=19108176 memory=16296100 CPUtime=554.28 cores=4,6
/proc/409539/task/409543/stat : 409543 (java) S 409533 409539 407473 0 -1 1077936192 93999 0 0 0 55320 108 0 0 20 0 20 0 60548611 19566772224 4074025 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 60548635 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
[pid=409539/tid=409566] ppid=409533 vsize=19108176 memory=5500 CPUtime=0 cores=4,6
/proc/409539/task/409566/stat : 409566 (Finalizer) S 409533 409539 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60548614 19566772224 4074025 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
[pid=409539/tid=409580] ppid=409533 vsize=19108176 memory=2164 CPUtime=0 cores=4,6
/proc/409539/task/409580/stat : 409580 (Common-Cleaner) S 409533 409539 407473 0 -1 1077936192 408 0 0 0 0 0 0 0 20 0 20 0 60548614 19566772224 4074025 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
[pid=409539/tid=409633] ppid=409533 vsize=19108176 memory=1768 CPUtime=0 cores=4,6
/proc/409539/task/409633/stat : 409633 (Timer-0) S 409533 409539 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60548641 19566772224 4074025 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
Current children cumulated CPU time: 2051.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16296100 KiB

[startup+1211.2 s]
/proc/loadavg: 5.77 5.80 4.75 6/336 410012
/proc/meminfo: memFree=68073016/131524600 swapFree=131056028/131071996
[pid=409539] ppid=409533 vsize=19108176 memory=16296100 CPUtime=2055.11 cores=4,6
/proc/409539/stat : 409539 (java) S 409533 409539 407473 0 -1 1077936128 460396 0 0 0 205053 458 0 0 20 0 20 0 60548610 19566772224 4074025 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
/proc/409539/statm: 4777044 4074025 5972 1 0 4087296 0
[pid=409539/tid=409543] ppid=409533 vsize=19108176 memory=76216 CPUtime=554.28 cores=4,6
/proc/409539/task/409543/stat : 409543 (java) S 409533 409539 407473 0 -1 1077936192 93999 0 0 0 55320 108 0 0 20 0 20 0 60548611 19566772224 4074025 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 60548635 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
[pid=409539/tid=409566] ppid=409533 vsize=19108176 memory=12348 CPUtime=0 cores=4,6
/proc/409539/task/409566/stat : 409566 (Finalizer) S 409533 409539 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60548614 19566772224 4074025 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
[pid=409539/tid=409580] ppid=409533 vsize=19108176 memory=5500 CPUtime=0 cores=4,6
/proc/409539/task/409580/stat : 409580 (Common-Cleaner) S 409533 409539 407473 0 -1 1077936192 408 0 0 0 0 0 0 0 20 0 20 0 60548614 19566772224 4074025 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
[pid=409539/tid=409633] ppid=409533 vsize=19108176 memory=-8960585886334558908 CPUtime=0 cores=4,6
/proc/409539/task/409633/stat : 409633 (Timer-0) S 409533 409539 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60548641 19566772224 4074025 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
Current children cumulated CPU time: 2055.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16296100 KiB

[startup+1212 s]*
/proc/loadavg: 5.77 5.80 4.75 7/336 410012
/proc/meminfo: memFree=68073044/131524600 swapFree=131056028/131071996
[pid=409539] ppid=409533 vsize=19108176 memory=16296100 CPUtime=2056.7 cores=4,6
/proc/409539/stat : 409539 (java) S 409533 409539 407473 0 -1 1077936128 460396 0 0 0 205212 458 0 0 20 0 20 0 60548610 19566772224 4074025 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
/proc/409539/statm: 4777044 4074025 5972 1 0 4087296 0
[pid=409539/tid=409543] ppid=409533 vsize=19108176 memory=-8959456687892832956 CPUtime=554.28 cores=4,6
/proc/409539/task/409543/stat : 409543 (java) S 409533 409539 407473 0 -1 1077936192 93999 0 0 0 55320 108 0 0 20 0 20 0 60548611 19566772224 4074025 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 60548635 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
[pid=409539/tid=409566] ppid=409533 vsize=19108176 memory=-7738727490744968832 CPUtime=0 cores=4,6
/proc/409539/task/409566/stat : 409566 (Finalizer) S 409533 409539 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60548614 19566772224 4074025 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
[pid=409539/tid=409580] ppid=409533 vsize=19108176 memory=16296100 CPUtime=0 cores=4,6
/proc/409539/task/409580/stat : 409580 (Common-Cleaner) S 409533 409539 407473 0 -1 1077936192 408 0 0 0 0 0 0 0 20 0 20 0 60548614 19566772224 4074025 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
[pid=409539/tid=409633] ppid=409533 vsize=19108176 memory=11468 CPUtime=0 cores=4,6
/proc/409539/task/409633/stat : 409633 (Timer-0) S 409533 409539 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60548641 19566772224 4074025 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
Current children cumulated CPU time: 2056.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16296100 KiB

[startup+1212.8 s]
/proc/loadavg: 5.77 5.80 4.75 7/336 410012
/proc/meminfo: memFree=68073044/131524600 swapFree=131056028/131071996
[pid=409539] ppid=409533 vsize=19108176 memory=16296100 CPUtime=2058.28 cores=4,6
/proc/409539/stat : 409539 (java) S 409533 409539 407473 0 -1 1077936128 460524 0 0 0 205370 458 0 0 20 0 20 0 60548610 19566772224 4074025 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
/proc/409539/statm: 4777044 4074025 5972 1 0 4087296 0
[pid=409539/tid=409543] ppid=409533 vsize=19108176 memory=16296100 CPUtime=554.28 cores=4,6
/proc/409539/task/409543/stat : 409543 (java) S 409533 409539 407473 0 -1 1077936192 93999 0 0 0 55320 108 0 0 20 0 20 0 60548611 19566772224 4074025 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 60548635 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
[pid=409539/tid=409566] ppid=409533 vsize=19108176 memory=2164 CPUtime=0 cores=4,6
/proc/409539/task/409566/stat : 409566 (Finalizer) S 409533 409539 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60548614 19566772224 4074025 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
[pid=409539/tid=409580] ppid=409533 vsize=19108176 memory=12348 CPUtime=0 cores=4,6
/proc/409539/task/409580/stat : 409580 (Common-Cleaner) S 409533 409539 407473 0 -1 1077936192 408 0 0 0 0 0 0 0 20 0 20 0 60548614 19566772224 4074025 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
[pid=409539/tid=409633] ppid=409533 vsize=19108176 memory=5500 CPUtime=0 cores=4,6
/proc/409539/task/409633/stat : 409633 (Timer-0) S 409533 409539 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60548641 19566772224 4074025 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
Current children cumulated CPU time: 2058.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16296100 KiB

[startup+1213.2 s]
/proc/loadavg: 5.77 5.80 4.75 7/336 410012
/proc/meminfo: memFree=68073044/131524600 swapFree=131056028/131071996
[pid=409539] ppid=409533 vsize=19108176 memory=16296100 CPUtime=2059.07 cores=4,6
/proc/409539/stat : 409539 (java) S 409533 409539 407473 0 -1 1077936128 460524 0 0 0 205449 458 0 0 20 0 20 0 60548610 19566772224 4074025 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
/proc/409539/statm: 4777044 4074025 5972 1 0 4087296 0
[pid=409539/tid=409543] ppid=409533 vsize=19108176 memory=4628979788660696205 CPUtime=554.28 cores=4,6
/proc/409539/task/409543/stat : 409543 (java) S 409533 409539 407473 0 -1 1077936192 93999 0 0 0 55320 108 0 0 20 0 20 0 60548611 19566772224 4074025 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 60548635 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
[pid=409539/tid=409566] ppid=409533 vsize=19108176 memory=16296100 CPUtime=0 cores=4,6
/proc/409539/task/409566/stat : 409566 (Finalizer) S 409533 409539 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60548614 19566772224 4074025 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
[pid=409539/tid=409580] ppid=409533 vsize=19108176 memory=7100839852825416833 CPUtime=0 cores=4,6
/proc/409539/task/409580/stat : 409580 (Common-Cleaner) S 409533 409539 407473 0 -1 1077936192 408 0 0 0 0 0 0 0 20 0 20 0 60548614 19566772224 4074025 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
[pid=409539/tid=409633] ppid=409533 vsize=19108176 memory=8256691938070984211 CPUtime=0 cores=4,6
/proc/409539/task/409633/stat : 409633 (Timer-0) S 409533 409539 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60548641 19566772224 4074025 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
Current children cumulated CPU time: 2059.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16296100 KiB

[startup+1213.3 s]
/proc/loadavg: 5.77 5.80 4.75 7/336 410012
/proc/meminfo: memFree=68073044/131524600 swapFree=131056028/131071996
[pid=409539] ppid=409533 vsize=19108176 memory=16296100 CPUtime=2059.26 cores=4,6
/proc/409539/stat : 409539 (java) S 409533 409539 407473 0 -1 1077936128 460524 0 0 0 205468 458 0 0 20 0 20 0 60548610 19566772224 4074025 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
/proc/409539/statm: 4777044 4074025 5972 1 0 4087296 0
[pid=409539/tid=409543] ppid=409533 vsize=19108176 memory=-8960585886334558908 CPUtime=554.28 cores=4,6
/proc/409539/task/409543/stat : 409543 (java) S 409533 409539 407473 0 -1 1077936192 93999 0 0 0 55320 108 0 0 20 0 20 0 60548611 19566772224 4074025 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 60548635 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
[pid=409539/tid=409566] ppid=409533 vsize=19108176 memory=16296100 CPUtime=0 cores=4,6
/proc/409539/task/409566/stat : 409566 (Finalizer) S 409533 409539 407473 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 60548614 19566772224 4074025 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
[pid=409539/tid=409580] ppid=409533 vsize=19108176 memory=16296100 CPUtime=0 cores=4,6
/proc/409539/task/409580/stat : 409580 (Common-Cleaner) S 409533 409539 407473 0 -1 1077936192 408 0 0 0 0 0 0 0 20 0 20 0 60548614 19566772224 4074025 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
[pid=409539/tid=409633] ppid=409533 vsize=19108176 memory=16296100 CPUtime=0 cores=4,6
/proc/409539/task/409633/stat : 409633 (Timer-0) S 409533 409539 407473 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 60548641 19566772224 4074025 134679101440 94168054480896 94168054484592 140723972118480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94168054492408 94168054493200 94168076820480 140723972121606 140723972121696 140723972121696 140723972128712 0
Current children cumulated CPU time: 2059.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 16296100 KiB

Child status: 1

Real time (s): 1213.38
CPU time (s): 2059.36
CPU user time (s): 2054.74
CPU system time (s): 4.62726
CPU usage (%): 169.721
Max. virtual memory (cumulated for all children) (KiB): 19112280
Max. memory (cumulated for all children) (KiB): 16296100

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2054.74
system time used= 4.62726
maximum resident set size= 16297020
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 460632
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1408
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43737
involuntary context switches= 37677


# summary of solver processes directly reported to runsolver:
#   pid: 409539
#   total CPU time (s): 2059.36
#   total CPU user time (s): 2054.74
#   total CPU system time (s): 4.62726

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.49719 second user time and 6.29728 second system time

The end

Launcher Data

Begin job on nodeC016 at 2024-07-29 10:03:21
IDJOB=4462127
IDBENCH=178878
IDSOLVER=3058
FILE ID=nodeC016/4462127-1722240201
RUNJOBID= nodeC016-1722240201-409501
SLURM_JOB_ID= 8248753
Free space on /tmp= 890084 MiB

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

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

MD5SUM BENCH= 01c3dbc6b225e18f748d0dc14a4fd0f9
RANDOM SEED=2049838780

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3483.548
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		: 3564.074
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 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		: 3545.336
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		: 3605.976
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		: 3547.944
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		: 3262.752
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		: 3269.273
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		: 3587.691
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:        123696524 kB
MemAvailable:   129577752 kB
Buffers:          402660 kB
Cached:          6159980 kB
SwapCached:          284 kB
Active:          2497652 kB
Inactive:        4422696 kB
Active(anon):       2300 kB
Inactive(anon):   407804 kB
Active(file):    2495352 kB
Inactive(file):  4014892 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131056028 kB
Dirty:              2724 kB
Writeback:             0 kB
AnonPages:        355800 kB
Mapped:           106988 kB
Shmem:             52400 kB
KReclaimable:     421264 kB
Slab:             546476 kB
SReclaimable:     421264 kB
SUnreclaim:       125212 kB
KernelStack:        3920 kB
PageTables:         9000 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     798368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            22112 kB
HardwareCorrupted:     0 kB
AnonHugePages:    235520 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 10:23:34