Trace number 4449707

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 2024 2024-07-07OPT cert.2 22.1977 21.9422

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/
normalized-clique-coloring-max-clique-n=8-t=6.opb
MD5SUM452542b5617bc71813112a35665296a2
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 benchmark2
Best CPU time to get the best result obtained on this benchmark4.31016
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables148
Total number of constraints1760
Number of constraints which are clauses1752
Number of constraints which are cardinality constraints (but not clauses)8
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint9
Number of terms in the objective function 8
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 8
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 10
Number of bits of the biggest sum of numbers4
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 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.12	--- Begin Solver configuration ---
0.14/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.14/0.12	Learn all clauses as in MiniSAT
0.14/0.12	LOGGER=java.util.logging.Logger@762efe5d 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	Expensive 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@2401f4c3
0.14/0.12	c Learn all clauses as in MiniSAT
0.14/0.12	c LOGGER=java.util.logging.Logger@762efe5d 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 Expensive 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-4449707-1721843986.opb
0.14/0.12	c reading problem ... 
0.14/0.12	c using VERIPB proof format
0.14/0.12	c  objective function found
0.14/0.18	c ... done. Wall clock time 0.063s.
0.14/0.18	c declared #vars     148
0.14/0.18	c #constraints  1760
0.14/0.18	c constraints type 
0.14/0.19	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 8
0.14/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1752
0.14/0.19	c 1760 constraints processed.
0.14/0.19	c objective function length is 8 literals
0.33/0.26	c SATISFIABLE
0.33/0.26	c OPTIMIZING...
0.33/0.27	c Got one! Elapsed wall clock time (in seconds):0.14
0.33/0.27	o 3
0.33/0.27	c Got one! Elapsed wall clock time (in seconds):0.145
0.33/0.27	o 2
1.27/0.71	c cleaning 2683 clauses out of 5367 with flag 38583/5367
1.87/1.01	c cleaning 4342 clauses out of 8684 with flag 91427/11367
2.25/1.24	c cleaning 5666 clauses out of 11342 with flag 144959/18367
2.66/1.47	c cleaning 6830 clauses out of 13676 with flag 195450/26367
3.23/1.76	c cleaning 7919 clauses out of 15848 with flag 242178/35369
3.76/2.08	c cleaning 8960 clauses out of 17928 with flag 307440/45368
4.53/2.52	c cleaning 9981 clauses out of 19967 with flag 390206/56367
5.26/3.01	c cleaning 10964 clauses out of 21986 with flag 489384/68367
6.14/3.54	c cleaning 12006 clauses out of 24022 with flag 601376/81367
6.77/4.10	c cleaning 13000 clauses out of 26016 with flag 730902/95368
7.52/4.61	c cleaning 14006 clauses out of 28017 with flag 859768/110369
8.28/5.21	c cleaning 14999 clauses out of 30009 with flag 1004036/126367
9.33/6.24	c cleaning 15994 clauses out of 32010 with flag 1140889/143367
10.47/7.30	c cleaning 17005 clauses out of 34020 with flag 1305320/161371
11.47/8.34	c cleaning 17995 clauses out of 36011 with flag 1467360/180367
12.77/9.68	c cleaning 18992 clauses out of 38016 with flag 1637571/200367
13.97/10.84	c cleaning 20002 clauses out of 40027 with flag 1818623/221370
15.36/12.24	c cleaning 21011 clauses out of 42022 with flag 1993812/243367
16.86/13.73	c cleaning 21997 clauses out of 44011 with flag 2186187/266367
18.12/14.98	c cleaning 23001 clauses out of 46014 with flag 2392500/290367
19.25/16.05	c cleaning 23999 clauses out of 48013 with flag 2604709/315367
20.35/17.16	c cleaning 24995 clauses out of 50014 with flag 2830350/341367
21.47/18.27	c cleaning 26007 clauses out of 52019 with flag 3062591/368367
22.15/21.93	c starts		: 1340
22.15/21.93	c conflicts		: 382514
22.15/21.93	c decisions		: 531413
22.15/21.93	c propagations		: 6609827
22.15/21.93	c inspects		: 247535447
22.15/21.93	c shortcuts		: 0
22.15/21.93	c learnt literals	: 10
22.15/21.93	c learnt binary clauses	: 50
22.15/21.93	c learnt ternary clauses	: 203
22.15/21.93	c learnt constraints	: 382503
22.15/21.93	c ignored constraints	: 0
22.15/21.93	c root simplifications	: 0
22.15/21.93	c removed literals (reason simplification)	: 5400151
22.15/21.93	c reason swapping (by a shorter reason)	: 0
22.15/21.93	c Calls to reduceDB	: 23
22.15/21.93	c Number of update (reduction) of LBD	: 112354
22.15/21.93	c Imported unit clauses	: 0
22.15/21.93	c No decision after first conflict	: false
22.15/21.93	c number of reductions to clauses (during analyze)	: 0
22.15/21.93	c number of learned constraints concerned by reduction	: 0
22.15/21.93	c number of learning phase by resolution	: 0
22.15/21.93	c number of learning phase by cutting planes	: 0
22.15/21.93	c number of rounding to 1 operations	: 0
22.15/21.93	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
22.15/21.93	c number of reductions of the coefficients by power 2 	: 0
22.15/21.93	c number of right shift for reduction by power 2 	: 0
22.15/21.93	c number of reductions of the coefficients by GCD over coefficients 	: 0
22.15/21.93	c number of ending skipping 	: 0
22.15/21.93	c number of internal skipping 	: 0
22.15/21.93	c number of derivation steps 	: 0
22.15/21.93	c number of skipped derivation steps 	: 0
22.15/21.93	c number of remaining unassigned 	: 0
22.15/21.93	c number of remaining assigned 	: 0
22.15/21.93	c number of falsified literals weakened from reason	: 0
22.15/21.93	c number of falsified literals weakened from conflict	: 0
22.15/21.93	c time for arithmetic operations	: 0
22.15/21.93	c minimum degree of deleted constraints	: null
22.15/21.93	c maximum degree of deleted constraints	: null
22.15/21.93	c number of deleted constraints	: 0
22.15/21.93	c speed (assignments/second)	: 304263.8096114896
22.15/21.93	c non guided choices	: 330
22.15/21.93	s OPTIMUM FOUND
22.15/21.93	c Found 2 solution(s)
22.15/21.93	v -x1 x2 -x3 x4 x5 x6 x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 x15 x16 x17 x18 -x19 -x20 -x21 -x22 x23 x24 x25 x26 x27 x28 -x29 -x30 -x31 -x32 -x33 -x34 x35 x36 -x37 x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 x71 -x72 -x73 -x74 -x75 -x76 x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 x89 -x90 -x91 -x92 -x93 -x94 -x95 x96 -x97 -x98 -x99 -x100 -x101 -x102 x103 -x104 -x105 -x106 x107 -x108 -x109 -x110 -x111 -x112 x113 -x114 -x115 -x116 -x117 -x118 x119 -x120 -x121 -x122 -x123 -x124 -x125 x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 x142 -x143 -x144 -x145 -x146 x147 -x148 
22.15/21.93	c objective function=2
22.15/21.93	c Total wall clock time (in seconds): 21.808

Verifier Data

OK	2

Checking of UNSAT/OPT proofs:

VeriPB

Running VeriPB version 2.2.1
s VERIFIED BOUNDS 2 <= obj <= 2
Verification succeeded.

VeriPB + CakePB

-- veripb --
Running VeriPB version 2.2.1
s VERIFIED BOUNDS 2 <= obj <= 2
Verification succeeded.
-- cakepb --
s VERIFIED BOUNDS 2 <= obj <= 2
--summary--
ALL OK

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: 63968 MiB (27476 MiB free)
  memory of node 1: 64473 MiB (804 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449707-1721843986/watcher-4449707-1721843986 -o /tmp/evaluation-result-4449707-1721843986/solver-4449707-1721843986 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1721841276-251682 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4449707-1721843986 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4449707-1721843986.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=253652, runsolver pid=253649
Current StackSize limit: 8192 KiB


[startup+0.101285 s]*
/proc/loadavg: 5.31 5.22 4.91 7/344 253670
/proc/meminfo: memFree=28913876/131524600 swapFree=131056028/131071996
[pid=253652] ppid=253649 vsize=18975048 memory=65232 CPUtime=0.14 cores=0,2
/proc/253652/stat : 253652 (java) S 253649 253652 251672 0 -1 1077936128 7759 0 0 0 12 2 0 0 20 0 18 0 20921512 19430449152 16308 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
/proc/253652/statm: 4743762 16308 5649 1 0 549375 0
[pid=253652/tid=253654] ppid=253649 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/253652/task/253654/stat : 253654 (java) R 253649 253652 251672 0 -1 4194368 6290 0 0 0 7 1 0 0 20 0 18 0 20921513 19430449152 16308 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
[pid=253652/tid=253663] ppid=253649 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/253652/task/253663/stat : 253663 (Finalizer) S 253649 253652 251672 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 20921515 19430449152 16308 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
[pid=253652/tid=253670] ppid=253649 vsize=18975048 memory=14135545649324636 CPUtime=0 cores=0,2
/proc/253652/task/253670/stat : 253670 (Common-Cleaner) S 253649 253652 251672 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 20921515 19430449152 16308 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65232 KiB

[startup+0.206243 s]*
/proc/loadavg: 5.31 5.22 4.91 10/346 253672
/proc/meminfo: memFree=28903432/131524600 swapFree=131056028/131071996
[pid=253652] ppid=253649 vsize=19041612 memory=73856 CPUtime=0.33 cores=0,2
/proc/253652/stat : 253652 (java) S 253649 253652 251672 0 -1 1077936128 8191 0 0 0 31 2 0 0 20 0 19 0 20921512 19498610688 18464 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
/proc/253652/statm: 4760403 18464 5854 1 0 549980 0
[pid=253652/tid=253654] ppid=253649 vsize=19041612 memory=4782652875487838339 CPUtime=0.18 cores=0,2
/proc/253652/task/253654/stat : 253654 (java) R 253649 253652 251672 0 -1 4194368 6575 0 0 0 16 2 0 0 20 0 19 0 20921513 19498610688 18464 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
[pid=253652/tid=253663] ppid=253649 vsize=19041612 memory=1991471 CPUtime=0 cores=0,2
/proc/253652/task/253663/stat : 253663 (Finalizer) S 253649 253652 251672 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 20921515 19498610688 18464 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
[pid=253652/tid=253670] ppid=253649 vsize=19041612 memory=15823295995971300 CPUtime=0 cores=0,2
/proc/253652/task/253670/stat : 253670 (Common-Cleaner) S 253649 253652 251672 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 20921515 19498610688 18464 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
[pid=253652/tid=253671] ppid=253649 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/253652/task/253671/stat : 253671 (java) R 253649 253652 251672 0 -1 1077936192 1 0 0 0 0 0 0 0 20 0 19 0 20921532 19498610688 18464 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 73856 KiB

[startup+0.306243 s]*
/proc/loadavg: 5.31 5.22 4.91 7/345 253673
/proc/meminfo: memFree=28888572/131524600 swapFree=131056028/131071996
[pid=253652] ppid=253649 vsize=19041612 memory=86140 CPUtime=0.51 cores=0,2
/proc/253652/stat : 253652 (java) S 253649 253652 251672 0 -1 1077936128 10052 0 0 0 48 3 0 0 20 0 19 0 20921512 19498610688 21535 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
/proc/253652/statm: 4760403 21535 5858 1 0 551145 0
[pid=253652/tid=253654] ppid=253649 vsize=19041612 memory=-8527957773304701628 CPUtime=0.26 cores=0,2
/proc/253652/task/253654/stat : 253654 (java) R 253649 253652 251672 0 -1 1077936192 6611 0 0 0 24 2 0 0 20 0 19 0 20921513 19498610688 21535 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
[pid=253652/tid=253663] ppid=253649 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/253652/task/253663/stat : 253663 (Finalizer) S 253649 253652 251672 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 20921515 19498610688 21535 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
[pid=253652/tid=253670] ppid=253649 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/253652/task/253670/stat : 253670 (Common-Cleaner) S 253649 253652 251672 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 20921515 19498610688 21535 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
[pid=253652/tid=253671] ppid=253649 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/253652/task/253671/stat : 253671 (Timer-0) S 253649 253652 251672 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 20921532 19498610688 21535 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 86140 KiB

[startup+0.700651 s]
/proc/loadavg: 5.31 5.22 4.91 8/345 253673
/proc/meminfo: memFree=28854556/131524600 swapFree=131056028/131071996
[pid=253652] ppid=253649 vsize=19041612 memory=142120 CPUtime=1.27 cores=0,2
/proc/253652/stat : 253652 (java) S 253649 253652 251672 0 -1 1077936128 13099 0 0 0 122 5 0 0 20 0 19 0 20921512 19498610688 35530 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
/proc/253652/statm: 4760403 35530 5890 1 0 553154 0
[pid=253652/tid=253654] ppid=253649 vsize=19041612 memory=75688 CPUtime=0.6 cores=0,2
/proc/253652/task/253654/stat : 253654 (java) R 253649 253652 251672 0 -1 4194368 6644 0 0 0 57 3 0 0 20 0 19 0 20921513 19498610688 35530 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
[pid=253652/tid=253663] ppid=253649 vsize=19041612 memory=12936 CPUtime=0 cores=0,2
/proc/253652/task/253663/stat : 253663 (Finalizer) S 253649 253652 251672 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 20921515 19498610688 35530 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
[pid=253652/tid=253670] ppid=253649 vsize=19041612 memory=2284 CPUtime=0 cores=0,2
/proc/253652/task/253670/stat : 253670 (Common-Cleaner) S 253649 253652 251672 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 20921515 19498610688 35530 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
[pid=253652/tid=253671] ppid=253649 vsize=19041612 memory=25588 CPUtime=0 cores=0,2
/proc/253652/task/253671/stat : 253671 (Timer-0) S 253649 253652 251672 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 20921532 19498610688 35530 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 142120 KiB

[startup+1.50065 s]
/proc/loadavg: 5.31 5.22 4.91 8/346 253674
/proc/meminfo: memFree=28781260/131524600 swapFree=131056028/131071996
[pid=253652] ppid=253649 vsize=19108176 memory=179576 CPUtime=2.85 cores=0,2
/proc/253652/stat : 253652 (java) S 253649 253652 251672 0 -1 1077936128 19521 0 0 0 278 7 0 0 20 0 20 0 20921512 19566772224 44894 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
/proc/253652/statm: 4777044 44894 5906 1 0 554339 0
[pid=253652/tid=253654] ppid=253649 vsize=19108176 memory=12936 CPUtime=1.37 cores=0,2
/proc/253652/task/253654/stat : 253654 (java) R 253649 253652 251672 0 -1 4194368 7059 0 0 0 133 4 0 0 20 0 20 0 20921513 19566772224 44894 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
[pid=253652/tid=253663] ppid=253649 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/253652/task/253663/stat : 253663 (Finalizer) S 253649 253652 251672 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20921515 19566772224 44894 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
[pid=253652/tid=253670] ppid=253649 vsize=19108176 memory=2284 CPUtime=0 cores=0,2
/proc/253652/task/253670/stat : 253670 (Common-Cleaner) S 253649 253652 251672 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 20921515 19566772224 44894 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
[pid=253652/tid=253671] ppid=253649 vsize=19108176 memory=25588 CPUtime=0 cores=0,2
/proc/253652/task/253671/stat : 253671 (Timer-0) S 253649 253652 251672 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20921532 19566772224 44894 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 179576 KiB

[startup+3.10665 s]
/proc/loadavg: 5.37 5.23 4.92 10/346 253674
/proc/meminfo: memFree=28729616/131524600 swapFree=131056028/131071996
[pid=253652] ppid=253649 vsize=19110112 memory=194488 CPUtime=5.46 cores=0,2
/proc/253652/stat : 253652 (java) S 253649 253652 251672 0 -1 1077936128 25236 0 0 0 537 9 0 0 20 0 20 0 20921512 19568754688 48622 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
/proc/253652/statm: 4777528 48622 5922 1 0 556451 0
[pid=253652/tid=253654] ppid=253649 vsize=19110112 memory=0 CPUtime=2.94 cores=0,2
/proc/253652/task/253654/stat : 253654 (java) R 253649 253652 251672 0 -1 4194368 7914 0 0 0 289 5 0 0 20 0 20 0 20921513 19568754688 48622 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
[pid=253652/tid=253663] ppid=253649 vsize=19110112 memory=-8527957773304701628 CPUtime=0 cores=0,2
/proc/253652/task/253663/stat : 253663 (Finalizer) S 253649 253652 251672 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20921515 19568754688 48622 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
[pid=253652/tid=253670] ppid=253649 vsize=19110112 memory=12936 CPUtime=0 cores=0,2
/proc/253652/task/253670/stat : 253670 (Common-Cleaner) S 253649 253652 251672 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 20921515 19568754688 48622 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
[pid=253652/tid=253671] ppid=253649 vsize=19110112 memory=2284 CPUtime=0 cores=0,2
/proc/253652/task/253671/stat : 253671 (Timer-0) S 253649 253652 251672 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20921532 19568754688 48622 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
Current children cumulated CPU time: 5.46 s
Current children cumulated vsize: 19110112 KiB
Current children cumulated memory: 194488 KiB

[startup+6.30027 s]
/proc/loadavg: 5.37 5.23 4.92 6/346 253674
/proc/meminfo: memFree=28527324/131524600 swapFree=131056028/131071996
[pid=253652] ppid=253649 vsize=19108176 memory=344808 CPUtime=9.47 cores=0,2
/proc/253652/stat : 253652 (java) S 253649 253652 251672 0 -1 1077936128 32726 0 0 0 932 15 0 0 20 0 20 0 20921512 19566772224 86202 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
/proc/253652/statm: 4777044 86202 5922 1 0 557025 0
[pid=253652/tid=253654] ppid=253649 vsize=19108176 memory=2284 CPUtime=6.12 cores=0,2
/proc/253652/task/253654/stat : 253654 (java) R 253649 253652 251672 0 -1 4194368 8748 0 0 0 602 10 0 0 20 0 20 0 20921513 19566772224 86202 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
[pid=253652/tid=253663] ppid=253649 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/253652/task/253663/stat : 253663 (Finalizer) S 253649 253652 251672 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20921515 19566772224 86202 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
[pid=253652/tid=253670] ppid=253649 vsize=19108176 memory=12936 CPUtime=0 cores=0,2
/proc/253652/task/253670/stat : 253670 (Common-Cleaner) S 253649 253652 251672 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 20921515 19566772224 86202 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
[pid=253652/tid=253671] ppid=253649 vsize=19108176 memory=-5158697563450915880 CPUtime=0 cores=0,2
/proc/253652/task/253671/stat : 253671 (Timer-0) S 253649 253652 251672 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20921532 19566772224 86202 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
Current children cumulated CPU time: 9.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 344808 KiB

[startup+12.7002 s]
/proc/loadavg: 5.46 5.26 4.93 5/346 253675
/proc/meminfo: memFree=28178184/131524600 swapFree=131056028/131071996
[pid=253652] ppid=253649 vsize=19108176 memory=531188 CPUtime=15.87 cores=0,2
/proc/253652/stat : 253652 (java) S 253649 253652 251672 0 -1 1077936128 34799 0 0 0 1565 22 0 0 20 0 20 0 20921512 19566772224 132797 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
/proc/253652/statm: 4777044 132797 5922 1 0 557025 0
[pid=253652/tid=253654] ppid=253649 vsize=19108176 memory=12936 CPUtime=12.49 cores=0,2
/proc/253652/task/253654/stat : 253654 (java) R 253649 253652 251672 0 -1 4194368 9536 0 0 0 1233 16 0 0 20 0 20 0 20921513 19566772224 132797 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
[pid=253652/tid=253663] ppid=253649 vsize=19108176 memory=529140 CPUtime=0 cores=0,2
/proc/253652/task/253663/stat : 253663 (Finalizer) S 253649 253652 251672 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20921515 19566772224 132797 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
[pid=253652/tid=253670] ppid=253649 vsize=19108176 memory=75688 CPUtime=0 cores=0,2
/proc/253652/task/253670/stat : 253670 (Common-Cleaner) S 253649 253652 251672 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 20921515 19566772224 132797 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
[pid=253652/tid=253671] ppid=253649 vsize=19108176 memory=12936 CPUtime=0 cores=0,2
/proc/253652/task/253671/stat : 253671 (Timer-0) S 253649 253652 251672 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20921532 19566772224 132797 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
Current children cumulated CPU time: 15.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 531188 KiB

[startup+21.9422 s]
# the end of solver process 253652 was just reported to runsolver
# Child status: 30

# cumulated CPU time of all completed processes:  user=21.8473 s, system=0.350401 s

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

[startup+12.8003 s]
/proc/loadavg: 5.46 5.26 4.93 5/346 253675
/proc/meminfo: memFree=28178184/131524600 swapFree=131056028/131071996
[pid=253652] ppid=253649 vsize=19108176 memory=531192 CPUtime=15.97 cores=0,2
/proc/253652/stat : 253652 (java) S 253649 253652 251672 0 -1 1077936128 35010 0 0 0 1575 22 0 0 20 0 20 0 20921512 19566772224 132798 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
/proc/253652/statm: 4777044 132798 5922 1 0 557025 0
[pid=253652/tid=253654] ppid=253649 vsize=19108176 memory=0 CPUtime=12.59 cores=0,2
/proc/253652/task/253654/stat : 253654 (java) R 253649 253652 251672 0 -1 4194368 9558 0 0 0 1243 16 0 0 20 0 20 0 20921513 19566772224 132798 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
[pid=253652/tid=253663] ppid=253649 vsize=19108176 memory=5552 CPUtime=0 cores=0,2
/proc/253652/task/253663/stat : 253663 (Finalizer) S 253649 253652 251672 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20921515 19566772224 132798 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
[pid=253652/tid=253670] ppid=253649 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/253652/task/253670/stat : 253670 (Common-Cleaner) S 253649 253652 251672 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 20921515 19566772224 132798 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
[pid=253652/tid=253671] ppid=253649 vsize=19108176 memory=13520 CPUtime=0 cores=0,2
/proc/253652/task/253671/stat : 253671 (Timer-0) S 253649 253652 251672 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20921532 19566772224 132798 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
Current children cumulated CPU time: 15.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 531192 KiB

[startup+16.0002 s]*
/proc/loadavg: 5.46 5.26 4.93 5/349 253678
/proc/meminfo: memFree=27903304/131524600 swapFree=131056028/131071996
[pid=253652] ppid=253649 vsize=19108176 memory=721684 CPUtime=19.25 cores=0,2
/proc/253652/stat : 253652 (java) S 253649 253652 251672 0 -1 1077936128 37035 0 0 0 1898 27 0 0 20 0 20 0 20921512 19566772224 180421 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
/proc/253652/statm: 4777044 180421 5922 1 0 557025 0
[pid=253652/tid=253654] ppid=253649 vsize=19108176 memory=-8527957773304701628 CPUtime=15.79 cores=0,2
/proc/253652/task/253654/stat : 253654 (java) R 253649 253652 251672 0 -1 4194368 10043 0 0 0 1558 21 0 0 20 0 20 0 20921513 19566772224 180421 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
[pid=253652/tid=253663] ppid=253649 vsize=19108176 memory=-5155633680935826750 CPUtime=0 cores=0,2
/proc/253652/task/253663/stat : 253663 (Finalizer) S 253649 253652 251672 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20921515 19566772224 180421 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
[pid=253652/tid=253670] ppid=253649 vsize=19108176 memory=5552 CPUtime=0 cores=0,2
/proc/253652/task/253670/stat : 253670 (Common-Cleaner) S 253649 253652 251672 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 20921515 19566772224 180421 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
[pid=253652/tid=253671] ppid=253649 vsize=19108176 memory=16120 CPUtime=0 cores=0,2
/proc/253652/task/253671/stat : 253671 (Timer-0) S 253649 253652 251672 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20921532 19566772224 180421 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
Current children cumulated CPU time: 19.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 721684 KiB

[startup+19.2002 s]
/proc/loadavg: 5.34 5.24 4.93 3/349 253678
/proc/meminfo: memFree=27568776/131524600 swapFree=131056028/131071996
[pid=253652] ppid=253649 vsize=19108176 memory=983864 CPUtime=22.14 cores=0,2
/proc/253652/stat : 253652 (java) S 253649 253652 251672 0 -1 1077936128 40914 0 0 0 2181 33 0 0 20 0 20 0 20921512 19566772224 245966 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
/proc/253652/statm: 4777044 245966 5922 1 0 557025 0
[pid=253652/tid=253654] ppid=253649 vsize=19108176 memory=0 CPUtime=18.62 cores=0,2
/proc/253652/task/253654/stat : 253654 (java) D 253649 253652 251672 0 -1 4194368 12031 0 0 0 1834 28 0 0 20 0 20 0 20921513 19566772224 245966 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
[pid=253652/tid=253663] ppid=253649 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/253652/task/253663/stat : 253663 (Finalizer) S 253649 253652 251672 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20921515 19566772224 245966 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
[pid=253652/tid=253670] ppid=253649 vsize=19108176 memory=-8527957773304701628 CPUtime=0 cores=0,2
/proc/253652/task/253670/stat : 253670 (Common-Cleaner) S 253649 253652 251672 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 20921515 19566772224 245966 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
[pid=253652/tid=253671] ppid=253649 vsize=19108176 memory=5552 CPUtime=0 cores=0,2
/proc/253652/task/253671/stat : 253671 (Timer-0) S 253649 253652 251672 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20921532 19566772224 245966 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
Current children cumulated CPU time: 22.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 983864 KiB

[startup+20.8002 s]
/proc/loadavg: 5.34 5.24 4.93 3/349 253678
/proc/meminfo: memFree=27551492/131524600 swapFree=131056028/131071996
[pid=253652] ppid=253649 vsize=19108176 memory=983864 CPUtime=22.14 cores=0,2
/proc/253652/stat : 253652 (java) S 253649 253652 251672 0 -1 1077936128 40920 0 0 0 2181 33 0 0 20 0 20 0 20921512 19566772224 245966 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
/proc/253652/statm: 4777044 245966 5922 1 0 557025 0
[pid=253652/tid=253654] ppid=253649 vsize=19108176 memory=983864 CPUtime=18.62 cores=0,2
/proc/253652/task/253654/stat : 253654 (java) D 253649 253652 251672 0 -1 4194368 12031 0 0 0 1834 28 0 0 20 0 20 0 20921513 19566772224 245966 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
[pid=253652/tid=253663] ppid=253649 vsize=19108176 memory=12936 CPUtime=0 cores=0,2
/proc/253652/task/253663/stat : 253663 (Finalizer) S 253649 253652 251672 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20921515 19566772224 245966 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
[pid=253652/tid=253670] ppid=253649 vsize=19108176 memory=16120 CPUtime=0 cores=0,2
/proc/253652/task/253670/stat : 253670 (Common-Cleaner) S 253649 253652 251672 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 20921515 19566772224 245966 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
[pid=253652/tid=253671] ppid=253649 vsize=19108176 memory=801556 CPUtime=0 cores=0,2
/proc/253652/task/253671/stat : 253671 (Timer-0) S 253649 253652 251672 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20921532 19566772224 245966 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
Current children cumulated CPU time: 22.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 983864 KiB

[startup+21.6002 s]
/proc/loadavg: 5.34 5.24 4.93 3/349 253680
/proc/meminfo: memFree=27534224/131524600 swapFree=131056028/131071996
[pid=253652] ppid=253649 vsize=19108176 memory=983864 CPUtime=22.15 cores=0,2
/proc/253652/stat : 253652 (java) S 253649 253652 251672 0 -1 1077936128 40920 0 0 0 2181 34 0 0 20 0 20 0 20921512 19566772224 245966 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
/proc/253652/statm: 4777044 245966 5922 1 0 557025 0
[pid=253652/tid=253654] ppid=253649 vsize=19108176 memory=7234579137854046297 CPUtime=18.62 cores=0,2
/proc/253652/task/253654/stat : 253654 (java) D 253649 253652 251672 0 -1 4194368 12031 0 0 0 1834 28 0 0 20 0 20 0 20921513 19566772224 245966 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 297 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
[pid=253652/tid=253663] ppid=253649 vsize=19108176 memory=3453 CPUtime=0 cores=0,2
/proc/253652/task/253663/stat : 253663 (Finalizer) S 253649 253652 251672 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20921515 19566772224 245966 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
[pid=253652/tid=253670] ppid=253649 vsize=19108176 memory=-8527957773304701628 CPUtime=0 cores=0,2
/proc/253652/task/253670/stat : 253670 (Common-Cleaner) S 253649 253652 251672 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 20921515 19566772224 245966 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
[pid=253652/tid=253671] ppid=253649 vsize=19108176 memory=916260 CPUtime=0 cores=0,2
/proc/253652/task/253671/stat : 253671 (Timer-0) S 253649 253652 251672 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20921532 19566772224 245966 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
Current children cumulated CPU time: 22.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 983864 KiB

[startup+21.8002 s]
/proc/loadavg: 5.34 5.24 4.93 3/349 253680
/proc/meminfo: memFree=27534224/131524600 swapFree=131056028/131071996
[pid=253652] ppid=253649 vsize=19108176 memory=983864 CPUtime=22.15 cores=0,2
/proc/253652/stat : 253652 (java) S 253649 253652 251672 0 -1 1077936128 40920 0 0 0 2181 34 0 0 20 0 20 0 20921512 19566772224 245966 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
/proc/253652/statm: 4777044 245966 5922 1 0 557025 0
[pid=253652/tid=253654] ppid=253649 vsize=19108176 memory=3617235145593086422 CPUtime=18.62 cores=0,2
/proc/253652/task/253654/stat : 253654 (java) D 253649 253652 251672 0 -1 4194368 12031 0 0 0 1834 28 0 0 20 0 20 0 20921513 19566772224 245966 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 336 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
[pid=253652/tid=253663] ppid=253649 vsize=19108176 memory=-8527957773304701628 CPUtime=0 cores=0,2
/proc/253652/task/253663/stat : 253663 (Finalizer) S 253649 253652 251672 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20921515 19566772224 245966 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
[pid=253652/tid=253670] ppid=253649 vsize=19108176 memory=12936 CPUtime=0 cores=0,2
/proc/253652/task/253670/stat : 253670 (Common-Cleaner) S 253649 253652 251672 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 20921515 19566772224 245966 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
[pid=253652/tid=253671] ppid=253649 vsize=19108176 memory=5552 CPUtime=0 cores=0,2
/proc/253652/task/253671/stat : 253671 (Timer-0) S 253649 253652 251672 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20921532 19566772224 245966 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
Current children cumulated CPU time: 22.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 983864 KiB

[startup+21.9002 s]
/proc/loadavg: 5.34 5.24 4.93 3/349 253680
/proc/meminfo: memFree=27534224/131524600 swapFree=131056028/131071996
[pid=253652] ppid=253649 vsize=19108176 memory=983864 CPUtime=22.15 cores=0,2
/proc/253652/stat : 253652 (java) S 253649 253652 251672 0 -1 1077936128 40920 0 0 0 2181 34 0 0 20 0 20 0 20921512 19566772224 245966 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
/proc/253652/statm: 4777044 245966 5922 1 0 557025 0
[pid=253652/tid=253654] ppid=253649 vsize=19108176 memory=12936 CPUtime=18.62 cores=0,2
/proc/253652/task/253654/stat : 253654 (java) D 253649 253652 251672 0 -1 1077936192 12031 0 0 0 1834 28 0 0 20 0 20 0 20921513 19566772224 245966 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 348 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
[pid=253652/tid=253663] ppid=253649 vsize=19108176 memory=570120 CPUtime=0 cores=0,2
/proc/253652/task/253663/stat : 253663 (Finalizer) S 253649 253652 251672 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 20921515 19566772224 245966 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
[pid=253652/tid=253670] ppid=253649 vsize=19108176 memory=529140 CPUtime=0 cores=0,2
/proc/253652/task/253670/stat : 253670 (Common-Cleaner) S 253649 253652 251672 0 -1 1077936192 52 0 0 0 0 0 0 0 20 0 20 0 20921515 19566772224 245966 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
[pid=253652/tid=253671] ppid=253649 vsize=19108176 memory=13520 CPUtime=0 cores=0,2
/proc/253652/task/253671/stat : 253671 (Timer-0) S 253649 253652 251672 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 20921532 19566772224 245966 134679101440 94620572786688 94620572790384 140723697878816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94620572798200 94620572798992 94620592410624 140723697886123 140723697886305 140723697886305 140723697893320 0
Current children cumulated CPU time: 22.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 983864 KiB

Child status: 30

Real time (s): 21.9422
CPU time (s): 22.1977
CPU user time (s): 21.8473
CPU system time (s): 0.350401
CPU usage (%): 101.164
Max. virtual memory (cumulated for all children) (KiB): 19110112
Max. memory (cumulated for all children) (KiB): 983864

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 21.8473
system time used= 0.350401
maximum resident set size= 991516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42280
page faults= 0
swaps= 0
block input operations= 0
block output operations= 89608
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2877
involuntary context switches= 391


# summary of solver processes directly reported to runsolver:
#   pid: 253652
#   total CPU time (s): 22.1977
#   total CPU user time (s): 21.8473
#   total CPU system time (s): 0.350401

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.04699 second user time and 0.149752 second system time

The end

Launcher Data

Begin job on nodeC015 at 2024-07-24 19:59:46
IDJOB=4449707
IDBENCH=176095
IDSOLVER=3079
FILE ID=nodeC015/4449707-1721843986
RUNJOBID= nodeC015-1721841276-251682
SLURM_JOB_ID= 7891558
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB24/OPT-LIN/ihalainen/PBO-clique-coloring/normalized-clique-coloring-max-clique-n=8-t=6.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449707-1721843986/watcher-4449707-1721843986 -o /tmp/evaluation-result-4449707-1721843986/solver-4449707-1721843986 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1721841276-251682 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4449707-1721843986 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4449707-1721843986.opb

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

MD5SUM BENCH= 452542b5617bc71813112a35665296a2
RANDOM SEED=968427407

nodeC015.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		: 3599.726
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.37
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		: 3686.901
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.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.718
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.37
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.910
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.17
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		: 3663.030
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.37
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		: 3686.894
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.17
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		: 3663.035
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.37
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.807
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.17
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        28960304 kB
MemAvailable:   80652092 kB
Buffers:          258404 kB
Cached:         51938496 kB
SwapCached:          236 kB
Active:          1101236 kB
Inactive:       100269032 kB
Active(anon):       4640 kB
Inactive(anon): 49221420 kB
Active(file):    1096596 kB
Inactive(file): 51047612 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131056028 kB
Dirty:            344884 kB
Writeback:             0 kB
AnonPages:      49172712 kB
Mapped:           113304 kB
Shmem:             52524 kB
KReclaimable:     608988 kB
Slab:             745832 kB
SReclaimable:     608988 kB
SUnreclaim:       136844 kB
KernelStack:        5280 kB
PageTables:       106496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   49672176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            16224 kB
HardwareCorrupted:     0 kB
AnonHugePages:  48136192 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:      367316 kB
DirectMap2M:    43446272 kB
DirectMap1G:    92274688 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC015 at 2024-07-24 20:00:08