Trace number 4440267

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.7 8.12099 5.63322

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/logic_synthesis/normalized-maincont.r.opb
MD5SUM30064b41ee6fc1acbf302988c9102f51
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 benchmark7
Best CPU time to get the best result obtained on this benchmark0.002824
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables67
Total number of constraints105
Number of constraints which are clauses105
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint48
Number of terms in the objective function 67
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 67
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 67
Number of bits of the biggest sum of numbers7
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.09	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-4440267-1721772837.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.16	c ... done. Wall clock time 0.036s.
0.14/0.16	c declared #vars     67
0.14/0.16	c #constraints  105
0.14/0.16	c constraints type 
0.14/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 105
0.14/0.16	c 105 constraints processed.
0.14/0.17	c objective function length is 67 literals
0.14/0.18	c SATISFIABLE
0.14/0.18	c OPTIMIZING...
0.14/0.18	c Got one! Elapsed wall clock time (in seconds):0.052
0.14/0.18	o 9
0.14/0.18	c Got one! Elapsed wall clock time (in seconds):0.059
0.14/0.18	o 8
0.52/0.39	c Got one! Elapsed wall clock time (in seconds):0.272
0.72/0.41	o 7
0.72/0.48	c cleaning 2553 clauses out of 5106 with flag 2478/5106
1.12/0.67	c cleaning 4274 clauses out of 8553 with flag 17801/11106
1.69/0.97	c cleaning 5641 clauses out of 11283 with flag 35423/18110
2.07/1.18	c cleaning 6819 clauses out of 13639 with flag 54981/26107
2.47/1.36	c cleaning 7907 clauses out of 15820 with flag 76923/35107
2.86/1.57	c cleaning 8954 clauses out of 17913 with flag 101949/45107
3.45/1.81	c cleaning 9976 clauses out of 19958 with flag 130059/56106
3.85/2.05	c cleaning 10988 clauses out of 21982 with flag 162331/68106
4.43/2.33	c cleaning 11990 clauses out of 23995 with flag 196174/81108
4.71/2.58	c cleaning 12997 clauses out of 26005 with flag 233389/95108
5.01/2.89	c cleaning 14004 clauses out of 28007 with flag 271539/110107
5.41/3.24	c cleaning 15001 clauses out of 30001 with flag 311868/126107
5.94/3.59	c cleaning 15996 clauses out of 31998 with flag 354193/143106
6.42/3.98	c cleaning 16999 clauses out of 34002 with flag 399650/161108
6.81/4.37	c cleaning 17997 clauses out of 35999 with flag 446969/180107
7.31/4.85	c cleaning 18990 clauses out of 38001 with flag 495535/200107
7.90/5.42	c cleaning 19999 clauses out of 40007 with flag 547183/221106
8.00/5.59	c starts		: 69
8.00/5.59	c conflicts		: 226959
8.00/5.59	c decisions		: 422753
8.00/5.59	c propagations		: 2879884
8.00/5.59	c inspects		: 59992038
8.00/5.59	c shortcuts		: 0
8.00/5.59	c learnt literals	: 26
8.00/5.59	c learnt binary clauses	: 264
8.00/5.59	c learnt ternary clauses	: 1421
8.00/5.59	c learnt constraints	: 226932
8.00/5.59	c ignored constraints	: 0
8.00/5.59	c root simplifications	: 0
8.00/5.59	c removed literals (reason simplification)	: 597845
8.00/5.59	c reason swapping (by a shorter reason)	: 0
8.00/5.59	c Calls to reduceDB	: 17
8.00/5.59	c Number of update (reduction) of LBD	: 49457
8.00/5.59	c Imported unit clauses	: 0
8.00/5.59	c No decision after first conflict	: false
8.00/5.59	c number of reductions to clauses (during analyze)	: 0
8.00/5.60	c number of learned constraints concerned by reduction	: 0
8.00/5.60	c number of learning phase by resolution	: 0
8.00/5.60	c number of learning phase by cutting planes	: 0
8.00/5.60	c number of rounding to 1 operations	: 0
8.00/5.60	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
8.00/5.60	c number of reductions of the coefficients by power 2 	: 0
8.00/5.60	c number of right shift for reduction by power 2 	: 0
8.00/5.60	c number of reductions of the coefficients by GCD over coefficients 	: 0
8.00/5.60	c number of ending skipping 	: 0
8.00/5.60	c number of internal skipping 	: 0
8.00/5.60	c number of derivation steps 	: 0
8.00/5.60	c number of skipped derivation steps 	: 0
8.00/5.60	c number of remaining unassigned 	: 0
8.00/5.60	c number of remaining assigned 	: 0
8.00/5.60	c number of falsified literals weakened from reason	: 0
8.00/5.60	c number of falsified literals weakened from conflict	: 0
8.00/5.60	c time for arithmetic operations	: 0
8.00/5.60	c minimum degree of deleted constraints	: null
8.00/5.60	c maximum degree of deleted constraints	: null
8.00/5.60	c number of deleted constraints	: 0
8.00/5.60	c speed (assignments/second)	: 531049.9723400332
8.00/5.60	c non guided choices	: 0
8.00/5.60	s OPTIMUM FOUND
8.00/5.60	c Found 3 solution(s)
8.00/5.60	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 
8.00/5.60	c objective function=7
8.00/5.60	c Total wall clock time (in seconds): 5.475

Verifier Data

OK	7

Checking of UNSAT/OPT proofs:

VeriPB

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

VeriPB + CakePB

-- veripb --
Running VeriPB version 2.2.1
s VERIFIED BOUNDS 7 <= obj <= 7
Verification succeeded.
-- cakepb --
s VERIFIED BOUNDS 7 <= obj <= 7
--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 (52289 MiB free)
  memory of node 1: 64473 MiB (34594 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
solver pid=138147, runsolver pid=138144
Current StackSize limit: 8192 KiB


[startup+0.100081 s]*
/proc/loadavg: 4.45 4.43 4.42 5/340 138165
/proc/meminfo: memFree=88855648/131524600 swapFree=131049848/131071996
[pid=138147] ppid=138144 vsize=18975048 memory=64628 CPUtime=0.14 cores=4,6
/proc/138147/stat : 138147 (java) S 138144 138147 133285 0 -1 1077936128 7236 0 0 0 12 2 0 0 20 0 18 0 13807087 19430449152 16157 134679101440 93963653857280 93963653860976 140723746341456 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93963653868792 93963653869584 93963655847936 140723746345899 140723746346081 140723746346081 140723746353096 0
/proc/138147/statm: 4743762 16157 5533 1 0 549357 0
[pid=138147/tid=138149] ppid=138144 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=4,6
/proc/138147/task/138149/stat : 138149 (java) D 138144 138147 133285 0 -1 1078198336 5757 0 0 0 8 1 0 0 20 0 18 0 13807087 19430449152 16157 134679101440 93963653857280 93963653860976 140723746341456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93963653868792 93963653869584 93963655847936 140723746345899 140723746346081 140723746346081 140723746353096 0
[pid=138147/tid=138158] ppid=138144 vsize=18975048 memory=237146210664 CPUtime=0 cores=4,6
/proc/138147/task/138158/stat : 138158 (Finalizer) S 138144 138147 133285 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 13807090 19430449152 16157 134679101440 93963653857280 93963653860976 140723746341456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93963653868792 93963653869584 93963655847936 140723746345899 140723746346081 140723746346081 140723746353096 0
[pid=138147/tid=138165] ppid=138144 vsize=18975048 memory=15262540771678668 CPUtime=0 cores=4,6
/proc/138147/task/138165/stat : 138165 (Common-Cleaner) S 138144 138147 133285 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 13807090 19430449152 16157 134679101440 93963653857280 93963653860976 140723746341456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93963653868792 93963653869584 93963655847936 140723746345899 140723746346081 140723746346081 140723746353096 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64628 KiB

[startup+0.210475 s]*
/proc/loadavg: 4.45 4.43 4.42 7/341 138166
/proc/meminfo: memFree=88770852/131524600 swapFree=131049848/131071996
[pid=138147] ppid=138144 vsize=19041960 memory=72524 CPUtime=0.34 cores=4,6
/proc/138147/stat : 138147 (java) S 138144 138147 133285 0 -1 1077936128 8134 0 0 0 31 3 0 0 20 0 19 0 13807087 19498967040 18153 134679101440 93963653857280 93963653860976 140723746341456 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93963653868792 93963653869584 93963655847936 140723746345899 140723746346081 140723746346081 140723746353096 0
/proc/138147/statm: 4760490 18131 5867 1 0 550148 0
[pid=138147/tid=138149] ppid=138144 vsize=19041612 memory=4782652875487838339 CPUtime=0.19 cores=4,6
/proc/138147/task/138149/stat : 138149 (java) R 138144 138147 133285 0 -1 4194368 6053 0 0 0 17 2 0 0 20 0 19 0 13807087 19498610688 18131 134679101440 93963653857280 93963653860976 140723746341456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93963653868792 93963653869584 93963655847936 140723746345899 140723746346081 140723746346081 140723746353096 0
[pid=138147/tid=138158] ppid=138144 vsize=19041612 memory=842447 CPUtime=0 cores=4,6
/proc/138147/task/138158/stat : 138158 (Finalizer) S 138144 138147 133285 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 13807090 19498610688 18131 134679101440 93963653857280 93963653860976 140723746341456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93963653868792 93963653869584 93963655847936 140723746345899 140723746346081 140723746346081 140723746353096 0
[pid=138147/tid=138165] ppid=138144 vsize=19041612 memory=13855165887284878 CPUtime=0 cores=4,6
/proc/138147/task/138165/stat : 138165 (Common-Cleaner) S 138144 138147 133285 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 13807090 19498610688 18131 134679101440 93963653857280 93963653860976 140723746341456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93963653868792 93963653869584 93963655847936 140723746345899 140723746346081 140723746346081 140723746353096 0
[pid=138147/tid=138166] ppid=138144 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/138147/task/138166/stat : 138166 (Timer-0) S 138144 138147 133285 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 13807104 19498610688 18131 134679101440 93963653857280 93963653860976 140723746341456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93963653868792 93963653869584 93963655847936 140723746345899 140723746346081 140723746346081 140723746353096 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 19041960 KiB
Current children cumulated memory: 72524 KiB

[startup+0.306475 s]*
/proc/loadavg: 4.45 4.43 4.42 7/341 138166
/proc/meminfo: memFree=88685860/131524600 swapFree=131049848/131071996
[pid=138147] ppid=138144 vsize=19041612 memory=90052 CPUtime=0.52 cores=4,6
/proc/138147/stat : 138147 (java) S 138144 138147 133285 0 -1 1077936128 9484 0 0 0 49 3 0 0 20 0 19 0 13807087 19498610688 22513 134679101440 93963653857280 93963653860976 140723746341456 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93963653868792 93963653869584 93963655847936 140723746345899 140723746346081 140723746346081 140723746353096 0
/proc/138147/statm: 4760403 22513 5867 1 0 550798 0
[pid=138147/tid=138149] ppid=138144 vsize=19041612 memory=-8888251219611263676 CPUtime=0.27 cores=4,6
/proc/138147/task/138149/stat : 138149 (java) R 138144 138147 133285 0 -1 4194368 6084 0 0 0 25 2 0 0 20 0 19 0 13807087 19498610688 22513 134679101440 93963653857280 93963653860976 140723746341456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93963653868792 93963653869584 93963655847936 140723746345899 140723746346081 140723746346081 140723746353096 0
[pid=138147/tid=138158] ppid=138144 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/138147/task/138158/stat : 138158 (Finalizer) S 138144 138147 133285 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 13807090 19498610688 22513 134679101440 93963653857280 93963653860976 140723746341456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93963653868792 93963653869584 93963655847936 140723746345899 140723746346081 140723746346081 140723746353096 0
[pid=138147/tid=138165] ppid=138144 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/138147/task/138165/stat : 138165 (Common-Cleaner) S 138144 138147 133285 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 13807090 19498610688 22513 134679101440 93963653857280 93963653860976 140723746341456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93963653868792 93963653869584 93963655847936 140723746345899 140723746346081 140723746346081 140723746353096 0
[pid=138147/tid=138166] ppid=138144 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/138147/task/138166/stat : 138166 (Timer-0) S 138144 138147 133285 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 13807104 19498610688 22513 134679101440 93963653857280 93963653860976 140723746341456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93963653868792 93963653869584 93963655847936 140723746345899 140723746346081 140723746346081 140723746353096 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 90052 KiB

[startup+0.700461 s]
/proc/loadavg: 4.45 4.43 4.42 6/341 138166
/proc/meminfo: memFree=88518848/131524600 swapFree=131049848/131071996
[pid=138147] ppid=138144 vsize=19041612 memory=149024 CPUtime=1.28 cores=4,6
/proc/138147/stat : 138147 (java) S 138144 138147 133285 0 -1 1077936128 12774 0 0 0 123 5 0 0 20 0 19 0 13807087 19498610688 37256 134679101440 93963653857280 93963653860976 140723746341456 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93963653868792 93963653869584 93963655847936 140723746345899 140723746346081 140723746346081 140723746353096 0
/proc/138147/statm: 4760403 37256 5883 1 0 553079 0
[pid=138147/tid=138149] ppid=138144 vsize=19041612 memory=51052 CPUtime=0.63 cores=4,6
/proc/138147/task/138149/stat : 138149 (java) R 138144 138147 133285 0 -1 4194368 6147 0 0 0 60 3 0 0 20 0 19 0 13807087 19498610688 37256 134679101440 93963653857280 93963653860976 140723746341456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93963653868792 93963653869584 93963655847936 140723746345899 140723746346081 140723746346081 140723746353096 0
[pid=138147/tid=138158] ppid=138144 vsize=19041612 memory=12304 CPUtime=0 cores=4,6
/proc/138147/task/138158/stat : 138158 (Finalizer) S 138144 138147 133285 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 13807090 19498610688 37256 134679101440 93963653857280 93963653860976 140723746341456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93963653868792 93963653869584 93963655847936 140723746345899 140723746346081 140723746346081 140723746353096 0
[pid=138147/tid=138165] ppid=138144 vsize=19041612 memory=2296 CPUtime=0 cores=4,6
/proc/138147/task/138165/stat : 138165 (Common-Cleaner) S 138144 138147 133285 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 13807090 19498610688 37256 134679101440 93963653857280 93963653860976 140723746341456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93963653868792 93963653869584 93963655847936 140723746345899 140723746346081 140723746346081 140723746353096 0
[pid=138147/tid=138166] ppid=138144 vsize=19041612 memory=25596 CPUtime=0 cores=4,6
/proc/138147/task/138166/stat : 138166 (Timer-0) S 138144 138147 133285 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 13807104 19498610688 37256 134679101440 93963653857280 93963653860976 140723746341456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93963653868792 93963653869584 93963655847936 140723746345899 140723746346081 140723746346081 140723746353096 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 149024 KiB

[startup+1.50547 s]
/proc/loadavg: 4.45 4.43 4.42 9/342 138167
/proc/meminfo: memFree=88127280/131524600 swapFree=131049848/131071996
[pid=138147] ppid=138144 vsize=19108176 memory=185456 CPUtime=2.86 cores=4,6
/proc/138147/stat : 138147 (java) S 138144 138147 133285 0 -1 1077936128 21301 0 0 0 279 7 0 0 20 0 20 0 13807087 19566772224 46364 134679101440 93963653857280 93963653860976 140723746341456 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93963653868792 93963653869584 93963655847936 140723746345899 140723746346081 140723746346081 140723746353096 0
/proc/138147/statm: 4777044 46364 5899 1 0 555740 0
[pid=138147/tid=138149] ppid=138144 vsize=19108176 memory=12304 CPUtime=1.39 cores=4,6
/proc/138147/task/138149/stat : 138149 (java) R 138144 138147 133285 0 -1 4194368 6718 0 0 0 135 4 0 0 20 0 20 0 13807087 19566772224 46364 134679101440 93963653857280 93963653860976 140723746341456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93963653868792 93963653869584 93963655847936 140723746345899 140723746346081 140723746346081 140723746353096 0
[pid=138147/tid=138158] ppid=138144 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/138147/task/138158/stat : 138158 (Finalizer) S 138144 138147 133285 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13807090 19566772224 46364 134679101440 93963653857280 93963653860976 140723746341456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93963653868792 93963653869584 93963655847936 140723746345899 140723746346081 140723746346081 140723746353096 0
[pid=138147/tid=138165] ppid=138144 vsize=19108176 memory=2296 CPUtime=0 cores=4,6
/proc/138147/task/138165/stat : 138165 (Common-Cleaner) S 138144 138147 133285 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 13807090 19566772224 46364 134679101440 93963653857280 93963653860976 140723746341456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93963653868792 93963653869584 93963655847936 140723746345899 140723746346081 140723746346081 140723746353096 0
[pid=138147/tid=138166] ppid=138144 vsize=19108176 memory=25596 CPUtime=0 cores=4,6
/proc/138147/task/138166/stat : 138166 (Timer-0) S 138144 138147 133285 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13807104 19566772224 46364 134679101440 93963653857280 93963653860976 140723746341456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93963653868792 93963653869584 93963655847936 140723746345899 140723746346081 140723746346081 140723746353096 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 185456 KiB

[startup+3.10646 s]
/proc/loadavg: 4.57 4.45 4.43 5/342 138167
/proc/meminfo: memFree=87395352/131524600 swapFree=131049848/131071996
[pid=138147] ppid=138144 vsize=19108176 memory=259484 CPUtime=5.31 cores=4,6
/proc/138147/stat : 138147 (java) S 138144 138147 133285 0 -1 1077936128 23730 0 0 0 520 11 0 0 20 0 20 0 13807087 19566772224 64871 134679101440 93963653857280 93963653860976 140723746341456 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93963653868792 93963653869584 93963655847936 140723746345899 140723746346081 140723746346081 140723746353096 0
/proc/138147/statm: 4777044 64871 5899 1 0 556197 0
[pid=138147/tid=138149] ppid=138144 vsize=19108176 memory=0 CPUtime=2.96 cores=4,6
/proc/138147/task/138149/stat : 138149 (java) R 138144 138147 133285 0 -1 4194368 7476 0 0 0 289 7 0 0 20 0 20 0 13807087 19566772224 64871 134679101440 93963653857280 93963653860976 140723746341456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93963653868792 93963653869584 93963655847936 140723746345899 140723746346081 140723746346081 140723746353096 0
[pid=138147/tid=138158] ppid=138144 vsize=19108176 memory=-8888251219611263676 CPUtime=0 cores=4,6
/proc/138147/task/138158/stat : 138158 (Finalizer) S 138144 138147 133285 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13807090 19566772224 64871 134679101440 93963653857280 93963653860976 140723746341456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93963653868792 93963653869584 93963655847936 140723746345899 140723746346081 140723746346081 140723746353096 0
[pid=138147/tid=138165] ppid=138144 vsize=19108176 memory=12304 CPUtime=0 cores=4,6
/proc/138147/task/138165/stat : 138165 (Common-Cleaner) S 138144 138147 133285 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 13807090 19566772224 64871 134679101440 93963653857280 93963653860976 140723746341456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93963653868792 93963653869584 93963655847936 140723746345899 140723746346081 140723746346081 140723746353096 0
[pid=138147/tid=138166] ppid=138144 vsize=19108176 memory=2296 CPUtime=0 cores=4,6
/proc/138147/task/138166/stat : 138166 (Timer-0) S 138144 138147 133285 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13807104 19566772224 64871 134679101440 93963653857280 93963653860976 140723746341456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93963653868792 93963653869584 93963655847936 140723746345899 140723746346081 140723746346081 140723746353096 0
Current children cumulated CPU time: 5.31 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 259484 KiB

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

# cumulated CPU time of all completed processes:  user=7.95271 s, system=0.168283 s

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

[startup+3.20048 s]
/proc/loadavg: 4.57 4.45 4.43 5/342 138167
/proc/meminfo: memFree=87395352/131524600 swapFree=131049848/131071996
[pid=138147] ppid=138144 vsize=19108176 memory=269928 CPUtime=5.41 cores=4,6
/proc/138147/stat : 138147 (java) S 138144 138147 133285 0 -1 1077936128 24460 0 0 0 530 11 0 0 20 0 20 0 13807087 19566772224 67482 134679101440 93963653857280 93963653860976 140723746341456 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93963653868792 93963653869584 93963655847936 140723746345899 140723746346081 140723746346081 140723746353096 0
/proc/138147/statm: 4777044 67482 5915 1 0 556197 0
[pid=138147/tid=138149] ppid=138144 vsize=19108176 memory=163360 CPUtime=3.05 cores=4,6
/proc/138147/task/138149/stat : 138149 (java) R 138144 138147 133285 0 -1 4194368 7478 0 0 0 298 7 0 0 20 0 20 0 13807087 19566772224 67482 134679101440 93963653857280 93963653860976 140723746341456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93963653868792 93963653869584 93963655847936 140723746345899 140723746346081 140723746346081 140723746353096 0
[pid=138147/tid=138158] ppid=138144 vsize=19108176 memory=5432 CPUtime=0 cores=4,6
/proc/138147/task/138158/stat : 138158 (Finalizer) S 138144 138147 133285 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13807090 19566772224 67482 134679101440 93963653857280 93963653860976 140723746341456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93963653868792 93963653869584 93963655847936 140723746345899 140723746346081 140723746346081 140723746353096 0
[pid=138147/tid=138165] ppid=138144 vsize=19108176 memory=15884 CPUtime=0 cores=4,6
/proc/138147/task/138165/stat : 138165 (Common-Cleaner) S 138144 138147 133285 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 13807090 19566772224 67482 134679101440 93963653857280 93963653860976 140723746341456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93963653868792 93963653869584 93963655847936 140723746345899 140723746346081 140723746346081 140723746353096 0
[pid=138147/tid=138166] ppid=138144 vsize=19108176 memory=279722898662800 CPUtime=0 cores=4,6
/proc/138147/task/138166/stat : 138166 (Timer-0) S 138144 138147 133285 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13807104 19566772224 67482 134679101440 93963653857280 93963653860976 140723746341456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93963653868792 93963653869584 93963655847936 140723746345899 140723746346081 140723746346081 140723746353096 0
Current children cumulated CPU time: 5.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 269928 KiB

[startup+4.80046 s]
/proc/loadavg: 4.57 4.45 4.43 5/342 138167
/proc/meminfo: memFree=87332080/131524600 swapFree=131049848/131071996
[pid=138147] ppid=138144 vsize=19108176 memory=323176 CPUtime=7.31 cores=4,6
/proc/138147/stat : 138147 (java) S 138144 138147 133285 0 -1 1077936128 24535 0 0 0 718 13 0 0 20 0 20 0 13807087 19566772224 80794 134679101440 93963653857280 93963653860976 140723746341456 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93963653868792 93963653869584 93963655847936 140723746345899 140723746346081 140723746346081 140723746353096 0
/proc/138147/statm: 4777044 80794 5915 1 0 556197 0
[pid=138147/tid=138149] ppid=138144 vsize=19108176 memory=51052 CPUtime=4.64 cores=4,6
/proc/138147/task/138149/stat : 138149 (java) R 138144 138147 133285 0 -1 4194368 7531 0 0 0 455 9 0 0 20 0 20 0 13807087 19566772224 80794 134679101440 93963653857280 93963653860976 140723746341456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93963653868792 93963653869584 93963655847936 140723746345899 140723746346081 140723746346081 140723746353096 0
[pid=138147/tid=138158] ppid=138144 vsize=19108176 memory=12304 CPUtime=0 cores=4,6
/proc/138147/task/138158/stat : 138158 (Finalizer) S 138144 138147 133285 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13807090 19566772224 80794 134679101440 93963653857280 93963653860976 140723746341456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93963653868792 93963653869584 93963655847936 140723746345899 140723746346081 140723746346081 140723746353096 0
[pid=138147/tid=138165] ppid=138144 vsize=19108176 memory=5432 CPUtime=0 cores=4,6
/proc/138147/task/138165/stat : 138165 (Common-Cleaner) S 138144 138147 133285 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 13807090 19566772224 80794 134679101440 93963653857280 93963653860976 140723746341456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93963653868792 93963653869584 93963655847936 140723746345899 140723746346081 140723746346081 140723746353096 0
[pid=138147/tid=138166] ppid=138144 vsize=19108176 memory=269928 CPUtime=0 cores=4,6
/proc/138147/task/138166/stat : 138166 (Timer-0) S 138144 138147 133285 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13807104 19566772224 80794 134679101440 93963653857280 93963653860976 140723746341456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93963653868792 93963653869584 93963655847936 140723746345899 140723746346081 140723746346081 140723746353096 0
Current children cumulated CPU time: 7.31 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 323176 KiB

[startup+5.20046 s]
/proc/loadavg: 4.57 4.45 4.43 5/342 138167
/proc/meminfo: memFree=86879752/131524600 swapFree=131049848/131071996
[pid=138147] ppid=138144 vsize=19108176 memory=368232 CPUtime=7.7 cores=4,6
/proc/138147/stat : 138147 (java) S 138144 138147 133285 0 -1 1077936128 24582 0 0 0 756 14 0 0 20 0 20 0 13807087 19566772224 92058 134679101440 93963653857280 93963653860976 140723746341456 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93963653868792 93963653869584 93963655847936 140723746345899 140723746346081 140723746346081 140723746353096 0
/proc/138147/statm: 4777044 92058 5915 1 0 556197 0
[pid=138147/tid=138149] ppid=138144 vsize=19108176 memory=25596 CPUtime=5.03 cores=4,6
/proc/138147/task/138149/stat : 138149 (java) R 138144 138147 133285 0 -1 4194368 7577 0 0 0 493 10 0 0 20 0 20 0 13807087 19566772224 92058 134679101440 93963653857280 93963653860976 140723746341456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93963653868792 93963653869584 93963655847936 140723746345899 140723746346081 140723746346081 140723746353096 0
[pid=138147/tid=138158] ppid=138144 vsize=19108176 memory=39732 CPUtime=0 cores=4,6
/proc/138147/task/138158/stat : 138158 (Finalizer) S 138144 138147 133285 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 13807090 19566772224 92058 134679101440 93963653857280 93963653860976 140723746341456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93963653868792 93963653869584 93963655847936 140723746345899 140723746346081 140723746346081 140723746353096 0
[pid=138147/tid=138165] ppid=138144 vsize=19108176 memory=5796807147890302155 CPUtime=0 cores=4,6
/proc/138147/task/138165/stat : 138165 (Common-Cleaner) S 138144 138147 133285 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 20 0 13807090 19566772224 92058 134679101440 93963653857280 93963653860976 140723746341456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93963653868792 93963653869584 93963655847936 140723746345899 140723746346081 140723746346081 140723746353096 0
[pid=138147/tid=138166] ppid=138144 vsize=19108176 memory=2244 CPUtime=0 cores=4,6
/proc/138147/task/138166/stat : 138166 (Timer-0) S 138144 138147 133285 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 13807104 19566772224 92058 134679101440 93963653857280 93963653860976 140723746341456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93963653868792 93963653869584 93963655847936 140723746345899 140723746346081 140723746346081 140723746353096 0
Current children cumulated CPU time: 7.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 368232 KiB

[startup+5.60137 s]
/proc/loadavg: 4.57 4.45 4.43 5/342 138167
/proc/meminfo: memFree=86879752/131524600 swapFree=131049848/131071996
[pid=138147] ppid=138144 vsize=19175768 memory=391304 CPUtime=8.1 cores=4,6
/proc/138147/stat : 138147 (java) S 138144 138147 133285 0 -1 1077936128 25601 0 0 0 794 16 0 0 20 0 22 0 13807087 19635986432 97826 134679101440 93963653857280 93963653860976 140723746341456 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93963653868792 93963653869584 93963655847936 140723746345899 140723746346081 140723746346081 140723746353096 0
/proc/138147/statm: 4793942 97826 5914 1 0 556786 0
[pid=138147/tid=138149] ppid=138144 vsize=19175768 memory=-8888251219611263676 CPUtime=5.38 cores=4,6
/proc/138147/task/138149/stat : 138149 (java) S 138144 138147 133285 0 -1 1077936192 8291 0 0 0 527 11 0 0 20 0 22 0 13807087 19635986432 97826 134679101440 93963653857280 93963653860976 140723746341456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 93963653868792 93963653869584 93963655847936 140723746345899 140723746346081 140723746346081 140723746353096 0
[pid=138147/tid=138158] ppid=138144 vsize=19175768 memory=5596 CPUtime=0 cores=4,6
/proc/138147/task/138158/stat : 138158 (Finalizer) S 138144 138147 133285 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 22 0 13807090 19635986432 97826 134679101440 93963653857280 93963653860976 140723746341456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93963653868792 93963653869584 93963655847936 140723746345899 140723746346081 140723746346081 140723746353096 0
[pid=138147/tid=138165] ppid=138144 vsize=19175768 memory=2004 CPUtime=0 cores=4,6
/proc/138147/task/138165/stat : 138165 (Common-Cleaner) S 138144 138147 133285 0 -1 1077936192 31 0 0 0 0 0 0 0 20 0 22 0 13807090 19635986432 97826 134679101440 93963653857280 93963653860976 140723746341456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93963653868792 93963653869584 93963655847936 140723746345899 140723746346081 140723746346081 140723746353096 0
[pid=138147/tid=138166] ppid=138144 vsize=19175768 memory=1896 CPUtime=0 cores=4,6
/proc/138147/task/138166/stat : 138166 (Timer-0) S 138144 138147 133285 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 22 0 13807104 19635986432 97826 134679101440 93963653857280 93963653860976 140723746341456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93963653868792 93963653869584 93963655847936 140723746345899 140723746346081 140723746346081 140723746353096 0
Current children cumulated CPU time: 8.1 s
Current children cumulated vsize: 19175768 KiB
Current children cumulated memory: 391304 KiB

Child status: 30

Real time (s): 5.63322
CPU time (s): 8.12099
CPU user time (s): 7.95271
CPU system time (s): 0.168283
CPU usage (%): 144.162
Max. virtual memory (cumulated for all children) (KiB): 19175768
Max. memory (cumulated for all children) (KiB): 391304

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.95271
system time used= 0.168283
maximum resident set size= 392372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25728
page faults= 0
swaps= 0
block input operations= 0
block output operations= 38280
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1338
involuntary context switches= 258


# summary of solver processes directly reported to runsolver:
#   pid: 138147
#   total CPU time (s): 8.12099
#   total CPU user time (s): 7.95271
#   total CPU system time (s): 0.168283

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.020055 second user time and 0.056566 second system time

The end

Launcher Data

Begin job on nodeC028 at 2024-07-24 00:13:57
IDJOB=4440267
IDBENCH=147656
IDSOLVER=3079
FILE ID=nodeC028/4440267-1721772837
RUNJOBID= nodeC028-1721765707-133296
SLURM_JOB_ID= 7770675
Free space on /tmp= 890064 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/logic_synthesis/normalized-maincont.r.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-4440267-1721772837/watcher-4440267-1721772837 -o /tmp/evaluation-result-4440267-1721772837/solver-4440267-1721772837 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1721765707-133296 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4440267-1721772837 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4440267-1721772837.opb

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

MD5SUM BENCH= 30064b41ee6fc1acbf302988c9102f51
RANDOM SEED=1405873916

nodeC028.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		: 3659.499
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.46
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		: 3600.495
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.51
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		: 3603.542
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.46
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		: 3691.968
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.51
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		: 3641.028
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.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.783
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.51
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		: 3629.237
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.46
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		: 3692.172
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.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        88984232 kB
MemAvailable:   125656264 kB
Buffers:          179180 kB
Cached:         37221136 kB
SwapCached:         2756 kB
Active:          1256384 kB
Inactive:       40473596 kB
Active(anon):       4668 kB
Inactive(anon):  4369908 kB
Active(file):    1251716 kB
Inactive(file): 36103688 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131049848 kB
Dirty:            327400 kB
Writeback:             0 kB
AnonPages:       4320108 kB
Mapped:           126056 kB
Shmem:             44816 kB
KReclaimable:     312900 kB
Slab:             437204 kB
SReclaimable:     312900 kB
SUnreclaim:       124304 kB
KernelStack:        5184 kB
PageTables:        18480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    9184852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            21632 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3858432 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:      330452 kB
DirectMap2M:    26705920 kB
DirectMap1G:    109051904 kB

Free space on /tmp at the end= 890064 MiB
End job on nodeC028 at 2024-07-24 00:14:03