Trace number 4432207

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution Default 2024-07-07OPT7 5.66271 3.79588

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 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.12	--- Begin Solver configuration ---
0.13/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	Learn all clauses as in MiniSAT
0.13/0.12	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	No reason simplification
0.13/0.12	Glucose 2.1 dynamic restart strategy
0.13/0.12	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.12	timeout=2147483s
0.13/0.12	DB Simplification allowed=false
0.13/0.12	Listener: none
0.13/0.12	--- End Solver configuration ---
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c No reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/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.13/0.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-4432207-1721104768.opb
0.13/0.12	c reading problem ... 
0.13/0.13	c  objective function found
0.13/0.15	c ... done. Wall clock time 0.026s.
0.13/0.15	c declared #vars     67
0.13/0.15	c #constraints  105
0.13/0.15	c constraints type 
0.13/0.15	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 105
0.13/0.15	c 105 constraints processed.
0.13/0.16	c objective function length is 67 literals
0.13/0.16	c SATISFIABLE
0.13/0.16	c OPTIMIZING...
0.13/0.16	c Got one! Elapsed wall clock time (in seconds):0.042
0.13/0.16	o 9
0.13/0.17	c Got one! Elapsed wall clock time (in seconds):0.045
0.13/0.17	o 8
0.33/0.23	c Got one! Elapsed wall clock time (in seconds):0.115
0.33/0.23	o 7
0.53/0.33	c cleaning 2601 clauses out of 5202 with flag 7553/5202
0.72/0.45	c cleaning 4301 clauses out of 8601 with flag 23419/11202
0.91/0.59	c cleaning 5647 clauses out of 11300 with flag 40639/18202
1.29/0.72	c cleaning 6825 clauses out of 13653 with flag 61084/26202
1.49/0.86	c cleaning 7912 clauses out of 15829 with flag 85038/35203
1.68/0.99	c cleaning 8957 clauses out of 17916 with flag 110344/45202
2.26/1.22	c cleaning 9975 clauses out of 19959 with flag 139211/56202
2.46/1.39	c cleaning 10987 clauses out of 21985 with flag 170103/68203
2.94/1.64	c cleaning 11990 clauses out of 23996 with flag 203207/81202
3.31/1.86	c cleaning 13001 clauses out of 26006 with flag 239767/95202
3.71/2.07	c cleaning 13998 clauses out of 28005 with flag 278154/110202
4.07/2.32	c cleaning 14998 clauses out of 30009 with flag 319699/126204
4.29/2.57	c cleaning 15997 clauses out of 32008 with flag 362879/143202
4.62/2.81	c cleaning 17003 clauses out of 34010 with flag 407789/161202
4.87/3.08	c cleaning 17995 clauses out of 36008 with flag 456874/180204
5.27/3.43	c cleaning 19000 clauses out of 38009 with flag 507181/200202
5.57/3.74	c starts		: 118
5.57/3.74	c conflicts		: 220652
5.57/3.74	c decisions		: 435263
5.57/3.74	c propagations		: 2712354
5.57/3.74	c inspects		: 39154991
5.57/3.74	c shortcuts		: 0
5.57/3.74	c learnt literals	: 27
5.57/3.74	c learnt binary clauses	: 27
5.57/3.74	c learnt ternary clauses	: 47
5.57/3.74	c learnt constraints	: 220624
5.57/3.74	c ignored constraints	: 0
5.57/3.74	c root simplifications	: 0
5.57/3.74	c removed literals (reason simplification)	: 0
5.57/3.74	c reason swapping (by a shorter reason)	: 0
5.57/3.74	c Calls to reduceDB	: 16
5.57/3.74	c Number of update (reduction) of LBD	: 59061
5.57/3.74	c Imported unit clauses	: 0
5.57/3.74	c No decision after first conflict	: false
5.57/3.74	c number of reductions to clauses (during analyze)	: 0
5.57/3.74	c number of learned constraints concerned by reduction	: 0
5.57/3.74	c number of learning phase by resolution	: 0
5.57/3.74	c number of learning phase by cutting planes	: 0
5.57/3.74	c number of rounding to 1 operations	: 0
5.57/3.74	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
5.57/3.74	c number of reductions of the coefficients by power 2 	: 0
5.57/3.74	c number of right shift for reduction by power 2 	: 0
5.57/3.74	c number of reductions of the coefficients by GCD over coefficients 	: 0
5.57/3.74	c number of ending skipping 	: 0
5.57/3.74	c number of internal skipping 	: 0
5.57/3.74	c number of derivation steps 	: 0
5.57/3.74	c number of skipped derivation steps 	: 0
5.57/3.74	c number of remaining unassigned 	: 0
5.57/3.75	c number of remaining assigned 	: 0
5.57/3.75	c number of falsified literals weakened from reason	: 0
5.57/3.75	c number of falsified literals weakened from conflict	: 0
5.57/3.75	c time for arithmetic operations	: 0
5.57/3.76	c minimum degree of deleted constraints	: null
5.57/3.76	c maximum degree of deleted constraints	: null
5.57/3.76	c number of deleted constraints	: 0
5.57/3.76	c speed (assignments/second)	: 754479.5549374131
5.57/3.76	c non guided choices	: 0
5.57/3.76	s OPTIMUM FOUND
5.57/3.76	c Found 3 solution(s)
5.57/3.76	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 
5.57/3.76	c objective function=7
5.57/3.76	c Total wall clock time (in seconds): 3.637

Verifier Data

OK	7

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432207-1721104768/watcher-4432207-1721104768 -o /tmp/evaluation-result-4432207-1721104768/solver-4432207-1721104768 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721104780-837246 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4432207-1721104768.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
Current StackSize limit: 8192 KiB

solver pid=837429, runsolver pid=837426

[startup+0.100041 s]*
/proc/loadavg: 1.14 1.96 3.11 10/328 837448
/proc/meminfo: memFree=127936128/131524600 swapFree=131071996/131071996
[pid=837429] ppid=837426 vsize=18975048 memory=67424 CPUtime=0.13 cores=0,2
/proc/837429/stat : 837429 (java) S 837426 837429 837236 0 -1 1077936128 7211 0 0 0 11 2 0 0 20 0 18 0 162641741 19430449152 16856 134679101440 94042999476224 94042999479920 140734668677600 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94042999487736 94042999488528 94043030925312 140734668686343 140734668686433 140734668686433 140734668693448 0
/proc/837429/statm: 4743762 16856 5711 1 0 549341 0
[pid=837429/tid=837431] ppid=837426 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/837429/task/837431/stat : 837431 (java) R 837426 837429 837236 0 -1 4194368 5746 0 0 0 7 1 0 0 20 0 18 0 162641741 19430449152 16856 134679101440 94042999476224 94042999479920 140734668677600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94042999487736 94042999488528 94043030925312 140734668686343 140734668686433 140734668686433 140734668693448 0
[pid=837429/tid=837440] ppid=837426 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/837429/task/837440/stat : 837440 (Finalizer) S 837426 837429 837236 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 162641744 19430449152 16856 134679101440 94042999476224 94042999479920 140734668677600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94042999487736 94042999488528 94043030925312 140734668686343 140734668686433 140734668686433 140734668693448 0
[pid=837429/tid=837447] ppid=837426 vsize=18975048 memory=13846374089254215 CPUtime=0 cores=0,2
/proc/837429/task/837447/stat : 837447 (Common-Cleaner) S 837426 837429 837236 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 162641744 19430449152 16856 134679101440 94042999476224 94042999479920 140734668677600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94042999487736 94042999488528 94043030925312 140734668686343 140734668686433 140734668686433 140734668693448 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67424 KiB

[startup+0.206018 s]*
/proc/loadavg: 1.14 1.96 3.11 12/329 837449
/proc/meminfo: memFree=127922492/131524600 swapFree=131071996/131071996
[pid=837429] ppid=837426 vsize=19041612 memory=73644 CPUtime=0.33 cores=0,2
/proc/837429/stat : 837429 (java) S 837426 837429 837236 0 -1 1077936128 8996 0 0 0 31 2 0 0 20 0 19 0 162641741 19498610688 18411 134679101440 94042999476224 94042999479920 140734668677600 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94042999487736 94042999488528 94043030925312 140734668686343 140734668686433 140734668686433 140734668693448 0
/proc/837429/statm: 4760403 18411 5901 1 0 550378 0
[pid=837429/tid=837431] ppid=837426 vsize=19041612 memory=4782652875487838339 CPUtime=0.18 cores=0,2
/proc/837429/task/837431/stat : 837431 (java) R 837426 837429 837236 0 -1 4194368 6006 0 0 0 17 1 0 0 20 0 19 0 162641741 19498610688 18411 134679101440 94042999476224 94042999479920 140734668677600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94042999487736 94042999488528 94043030925312 140734668686343 140734668686433 140734668686433 140734668693448 0
[pid=837429/tid=837440] ppid=837426 vsize=19041612 memory=5714 CPUtime=0 cores=0,2
/proc/837429/task/837440/stat : 837440 (Finalizer) S 837426 837429 837236 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 162641744 19498610688 18411 134679101440 94042999476224 94042999479920 140734668677600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94042999487736 94042999488528 94043030925312 140734668686343 140734668686433 140734668686433 140734668693448 0
[pid=837429/tid=837447] ppid=837426 vsize=19041612 memory=15252649461155485 CPUtime=0 cores=0,2
/proc/837429/task/837447/stat : 837447 (Common-Cleaner) S 837426 837429 837236 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 162641744 19498610688 18411 134679101440 94042999476224 94042999479920 140734668677600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94042999487736 94042999488528 94043030925312 140734668686343 140734668686433 140734668686433 140734668693448 0
[pid=837429/tid=837449] ppid=837426 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/837429/task/837449/stat : 837449 (Timer-0) S 837426 837429 837236 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 162641757 19498610688 18411 134679101440 94042999476224 94042999479920 140734668677600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94042999487736 94042999488528 94043030925312 140734668686343 140734668686433 140734668686433 140734668693448 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 73644 KiB

[startup+0.30556 s]*
/proc/loadavg: 1.14 1.96 3.11 11/329 837449
/proc/meminfo: memFree=127907472/131524600 swapFree=131071996/131071996
[pid=837429] ppid=837426 vsize=19041612 memory=77272 CPUtime=0.53 cores=0,2
/proc/837429/stat : 837429 (java) S 837426 837429 837236 0 -1 1077936128 9427 0 0 0 50 3 0 0 20 0 19 0 162641741 19498610688 19318 134679101440 94042999476224 94042999479920 140734668677600 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94042999487736 94042999488528 94043030925312 140734668686343 140734668686433 140734668686433 140734668693448 0
/proc/837429/statm: 4760403 19318 5901 1 0 550709 0
[pid=837429/tid=837431] ppid=837426 vsize=19041612 memory=-8744695687248454332 CPUtime=0.28 cores=0,2
/proc/837429/task/837431/stat : 837431 (java) R 837426 837429 837236 0 -1 4194368 6010 0 0 0 27 1 0 0 20 0 19 0 162641741 19498610688 19318 134679101440 94042999476224 94042999479920 140734668677600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94042999487736 94042999488528 94043030925312 140734668686343 140734668686433 140734668686433 140734668693448 0
[pid=837429/tid=837440] ppid=837426 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/837429/task/837440/stat : 837440 (Finalizer) S 837426 837429 837236 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 162641744 19498610688 19318 134679101440 94042999476224 94042999479920 140734668677600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94042999487736 94042999488528 94043030925312 140734668686343 140734668686433 140734668686433 140734668693448 0
[pid=837429/tid=837447] ppid=837426 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/837429/task/837447/stat : 837447 (Common-Cleaner) S 837426 837429 837236 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 162641744 19498610688 19318 134679101440 94042999476224 94042999479920 140734668677600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94042999487736 94042999488528 94043030925312 140734668686343 140734668686433 140734668686433 140734668693448 0
[pid=837429/tid=837449] ppid=837426 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/837429/task/837449/stat : 837449 (Timer-0) S 837426 837429 837236 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 162641757 19498610688 19318 134679101440 94042999476224 94042999479920 140734668677600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94042999487736 94042999488528 94043030925312 140734668686343 140734668686433 140734668686433 140734668693448 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 77272 KiB

[startup+0.701019 s]
/proc/loadavg: 1.14 1.96 3.11 7/329 837449
/proc/meminfo: memFree=127864692/131524600 swapFree=131071996/131071996
[pid=837429] ppid=837426 vsize=19041612 memory=92488 CPUtime=1.29 cores=0,2
/proc/837429/stat : 837429 (java) S 837426 837429 837236 0 -1 1077936128 11877 0 0 0 126 3 0 0 20 0 19 0 162641741 19498610688 23122 134679101440 94042999476224 94042999479920 140734668677600 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94042999487736 94042999488528 94043030925312 140734668686343 140734668686433 140734668686433 140734668693448 0
/proc/837429/statm: 4760403 23122 5901 1 0 552406 0
[pid=837429/tid=837431] ppid=837426 vsize=19041612 memory=41336 CPUtime=0.67 cores=0,2
/proc/837429/task/837431/stat : 837431 (java) R 837426 837429 837236 0 -1 4194368 6069 0 0 0 66 1 0 0 20 0 19 0 162641741 19498610688 23122 134679101440 94042999476224 94042999479920 140734668677600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94042999487736 94042999488528 94043030925312 140734668686343 140734668686433 140734668686433 140734668693448 0
[pid=837429/tid=837440] ppid=837426 vsize=19041612 memory=12952 CPUtime=0 cores=0,2
/proc/837429/task/837440/stat : 837440 (Finalizer) S 837426 837429 837236 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 162641744 19498610688 23122 134679101440 94042999476224 94042999479920 140734668677600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94042999487736 94042999488528 94043030925312 140734668686343 140734668686433 140734668686433 140734668693448 0
[pid=837429/tid=837447] ppid=837426 vsize=19041612 memory=2280 CPUtime=0 cores=0,2
/proc/837429/task/837447/stat : 837447 (Common-Cleaner) S 837426 837429 837236 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 162641744 19498610688 23122 134679101440 94042999476224 94042999479920 140734668677600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94042999487736 94042999488528 94043030925312 140734668686343 140734668686433 140734668686433 140734668693448 0
[pid=837429/tid=837449] ppid=837426 vsize=19041612 memory=39380 CPUtime=0 cores=0,2
/proc/837429/task/837449/stat : 837449 (Timer-0) S 837426 837429 837236 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 162641757 19498610688 23122 134679101440 94042999476224 94042999479920 140734668677600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94042999487736 94042999488528 94043030925312 140734668686343 140734668686433 140734668686433 140734668693448 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 92488 KiB

[startup+1.50027 s]
/proc/loadavg: 1.14 1.96 3.11 6/331 837451
/proc/meminfo: memFree=127742448/131524600 swapFree=131071996/131071996
[pid=837429] ppid=837426 vsize=19041612 memory=114928 CPUtime=2.76 cores=0,2
/proc/837429/stat : 837429 (java) S 837426 837429 837236 0 -1 1077936128 22544 0 0 0 272 4 0 0 20 0 19 0 162641741 19498610688 28732 134679101440 94042999476224 94042999479920 140734668677600 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94042999487736 94042999488528 94043030925312 140734668686343 140734668686433 140734668686433 140734668693448 0
/proc/837429/statm: 4760403 28732 5901 1 0 555403 0
[pid=837429/tid=837431] ppid=837426 vsize=19041612 memory=12952 CPUtime=1.47 cores=0,2
/proc/837429/task/837431/stat : 837431 (java) R 837426 837429 837236 0 -1 4194368 6364 0 0 0 145 2 0 0 20 0 19 0 162641741 19498610688 28732 134679101440 94042999476224 94042999479920 140734668677600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94042999487736 94042999488528 94043030925312 140734668686343 140734668686433 140734668686433 140734668693448 0
[pid=837429/tid=837440] ppid=837426 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/837429/task/837440/stat : 837440 (Finalizer) S 837426 837429 837236 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 162641744 19498610688 28732 134679101440 94042999476224 94042999479920 140734668677600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94042999487736 94042999488528 94043030925312 140734668686343 140734668686433 140734668686433 140734668693448 0
[pid=837429/tid=837447] ppid=837426 vsize=19041612 memory=2280 CPUtime=0 cores=0,2
/proc/837429/task/837447/stat : 837447 (Common-Cleaner) S 837426 837429 837236 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 162641744 19498610688 28732 134679101440 94042999476224 94042999479920 140734668677600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94042999487736 94042999488528 94043030925312 140734668686343 140734668686433 140734668686433 140734668693448 0
[pid=837429/tid=837449] ppid=837426 vsize=19041612 memory=39380 CPUtime=0 cores=0,2
/proc/837429/task/837449/stat : 837449 (Timer-0) S 837426 837429 837236 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 162641757 19498610688 28732 134679101440 94042999476224 94042999479920 140734668677600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94042999487736 94042999488528 94043030925312 140734668686343 140734668686433 140734668686433 140734668693448 0
Current children cumulated CPU time: 2.76 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 114928 KiB

[startup+3.10544 s]
/proc/loadavg: 1.45 2.01 3.12 5/331 837451
/proc/meminfo: memFree=127530144/131524600 swapFree=131071996/131071996
[pid=837429] ppid=837426 vsize=19041612 memory=138204 CPUtime=4.97 cores=0,2
/proc/837429/stat : 837429 (java) S 837426 837429 837236 0 -1 1077936128 25261 0 0 0 492 5 0 0 20 0 19 0 162641741 19498610688 34551 134679101440 94042999476224 94042999479920 140734668677600 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94042999487736 94042999488528 94043030925312 140734668686343 140734668686433 140734668686433 140734668693448 0
/proc/837429/statm: 4760403 34551 5901 1 0 555778 0
[pid=837429/tid=837431] ppid=837426 vsize=19041612 memory=0 CPUtime=3.07 cores=0,2
/proc/837429/task/837431/stat : 837431 (java) R 837426 837429 837236 0 -1 4194368 6969 0 0 0 304 3 0 0 20 0 19 0 162641741 19498610688 34551 134679101440 94042999476224 94042999479920 140734668677600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94042999487736 94042999488528 94043030925312 140734668686343 140734668686433 140734668686433 140734668693448 0
[pid=837429/tid=837440] ppid=837426 vsize=19041612 memory=-8744695687248454332 CPUtime=0 cores=0,2
/proc/837429/task/837440/stat : 837440 (Finalizer) S 837426 837429 837236 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 162641744 19498610688 34551 134679101440 94042999476224 94042999479920 140734668677600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94042999487736 94042999488528 94043030925312 140734668686343 140734668686433 140734668686433 140734668693448 0
[pid=837429/tid=837447] ppid=837426 vsize=19041612 memory=12952 CPUtime=0 cores=0,2
/proc/837429/task/837447/stat : 837447 (Common-Cleaner) S 837426 837429 837236 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 162641744 19498610688 34551 134679101440 94042999476224 94042999479920 140734668677600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94042999487736 94042999488528 94043030925312 140734668686343 140734668686433 140734668686433 140734668693448 0
[pid=837429/tid=837449] ppid=837426 vsize=19041612 memory=2280 CPUtime=0 cores=0,2
/proc/837429/task/837449/stat : 837449 (Timer-0) S 837426 837429 837236 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 162641757 19498610688 34551 134679101440 94042999476224 94042999479920 140734668677600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94042999487736 94042999488528 94043030925312 140734668686343 140734668686433 140734668686433 140734668693448 0
Current children cumulated CPU time: 4.97 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 138204 KiB

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

# cumulated CPU time of all completed processes:  user=5.59713 s, system=0.065575 s

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

[startup+3.20019 s]
/proc/loadavg: 1.45 2.01 3.12 5/331 837451
/proc/meminfo: memFree=127530144/131524600 swapFree=131071996/131071996
[pid=837429] ppid=837426 vsize=19041612 memory=140252 CPUtime=5.07 cores=0,2
/proc/837429/stat : 837429 (java) S 837426 837429 837236 0 -1 1077936128 25263 0 0 0 502 5 0 0 20 0 19 0 162641741 19498610688 35063 134679101440 94042999476224 94042999479920 140734668677600 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94042999487736 94042999488528 94043030925312 140734668686343 140734668686433 140734668686433 140734668693448 0
/proc/837429/statm: 4760403 35063 5901 1 0 555778 0
[pid=837429/tid=837431] ppid=837426 vsize=19041612 memory=92488 CPUtime=3.16 cores=0,2
/proc/837429/task/837431/stat : 837431 (java) R 837426 837429 837236 0 -1 4194368 6971 0 0 0 313 3 0 0 20 0 19 0 162641741 19498610688 35063 134679101440 94042999476224 94042999479920 140734668677600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94042999487736 94042999488528 94043030925312 140734668686343 140734668686433 140734668686433 140734668693448 0
[pid=837429/tid=837440] ppid=837426 vsize=19041612 memory=5432 CPUtime=0 cores=0,2
/proc/837429/task/837440/stat : 837440 (Finalizer) S 837426 837429 837236 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 162641744 19498610688 35063 134679101440 94042999476224 94042999479920 140734668677600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94042999487736 94042999488528 94043030925312 140734668686343 140734668686433 140734668686433 140734668693448 0
[pid=837429/tid=837447] ppid=837426 vsize=19041612 memory=15996 CPUtime=0 cores=0,2
/proc/837429/task/837447/stat : 837447 (Common-Cleaner) S 837426 837429 837236 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 162641744 19498610688 35063 134679101440 94042999476224 94042999479920 140734668677600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94042999487736 94042999488528 94043030925312 140734668686343 140734668686433 140734668686433 140734668693448 0
[pid=837429/tid=837449] ppid=837426 vsize=19041612 memory=6114 CPUtime=0 cores=0,2
/proc/837429/task/837449/stat : 837449 (Timer-0) S 837426 837429 837236 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 162641757 19498610688 35063 134679101440 94042999476224 94042999479920 140734668677600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94042999487736 94042999488528 94043030925312 140734668686343 140734668686433 140734668686433 140734668693448 0
Current children cumulated CPU time: 5.07 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 140252 KiB

[startup+3.60018 s]
/proc/loadavg: 1.45 2.01 3.12 5/331 837451
/proc/meminfo: memFree=127530144/131524600 swapFree=131071996/131071996
[pid=837429] ppid=837426 vsize=19041612 memory=144348 CPUtime=5.47 cores=0,2
/proc/837429/stat : 837429 (java) S 837426 837429 837236 0 -1 1077936128 25274 0 0 0 542 5 0 0 20 0 19 0 162641741 19498610688 36087 134679101440 94042999476224 94042999479920 140734668677600 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94042999487736 94042999488528 94043030925312 140734668686343 140734668686433 140734668686433 140734668693448 0
/proc/837429/statm: 4760403 36087 5901 1 0 555779 0
[pid=837429/tid=837431] ppid=837426 vsize=19041612 memory=41336 CPUtime=3.56 cores=0,2
/proc/837429/task/837431/stat : 837431 (java) R 837426 837429 837236 0 -1 4194368 6977 0 0 0 353 3 0 0 20 0 19 0 162641741 19498610688 36087 134679101440 94042999476224 94042999479920 140734668677600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94042999487736 94042999488528 94043030925312 140734668686343 140734668686433 140734668686433 140734668693448 0
[pid=837429/tid=837440] ppid=837426 vsize=19041612 memory=12952 CPUtime=0 cores=0,2
/proc/837429/task/837440/stat : 837440 (Finalizer) S 837426 837429 837236 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 162641744 19498610688 36087 134679101440 94042999476224 94042999479920 140734668677600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94042999487736 94042999488528 94043030925312 140734668686343 140734668686433 140734668686433 140734668693448 0
[pid=837429/tid=837447] ppid=837426 vsize=19041612 memory=5432 CPUtime=0 cores=0,2
/proc/837429/task/837447/stat : 837447 (Common-Cleaner) S 837426 837429 837236 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 162641744 19498610688 36087 134679101440 94042999476224 94042999479920 140734668677600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94042999487736 94042999488528 94043030925312 140734668686343 140734668686433 140734668686433 140734668693448 0
[pid=837429/tid=837449] ppid=837426 vsize=19041612 memory=15996 CPUtime=0 cores=0,2
/proc/837429/task/837449/stat : 837449 (Timer-0) S 837426 837429 837236 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 162641757 19498610688 36087 134679101440 94042999476224 94042999479920 140734668677600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94042999487736 94042999488528 94043030925312 140734668686343 140734668686433 140734668686433 140734668693448 0
Current children cumulated CPU time: 5.47 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 144348 KiB

[startup+3.70018 s]
/proc/loadavg: 1.45 2.01 3.12 5/331 837451
/proc/meminfo: memFree=127530144/131524600 swapFree=131071996/131071996
[pid=837429] ppid=837426 vsize=19041612 memory=144496 CPUtime=5.57 cores=0,2
/proc/837429/stat : 837429 (java) S 837426 837429 837236 0 -1 1077936128 25288 0 0 0 552 5 0 0 20 0 19 0 162641741 19498610688 36124 134679101440 94042999476224 94042999479920 140734668677600 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94042999487736 94042999488528 94043030925312 140734668686343 140734668686433 140734668686433 140734668693448 0
/proc/837429/statm: 4760403 36124 5913 1 0 555779 0
[pid=837429/tid=837431] ppid=837426 vsize=19041612 memory=0 CPUtime=3.66 cores=0,2
/proc/837429/task/837431/stat : 837431 (java) R 837426 837429 837236 0 -1 4194368 6986 0 0 0 363 3 0 0 20 0 19 0 162641741 19498610688 36124 134679101440 94042999476224 94042999479920 140734668677600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94042999487736 94042999488528 94043030925312 140734668686343 140734668686433 140734668686433 140734668693448 0
[pid=837429/tid=837440] ppid=837426 vsize=19041612 memory=-8744695687248454332 CPUtime=0 cores=0,2
/proc/837429/task/837440/stat : 837440 (Finalizer) S 837426 837429 837236 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 162641744 19498610688 36124 134679101440 94042999476224 94042999479920 140734668677600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94042999487736 94042999488528 94043030925312 140734668686343 140734668686433 140734668686433 140734668693448 0
[pid=837429/tid=837447] ppid=837426 vsize=19041612 memory=12952 CPUtime=0 cores=0,2
/proc/837429/task/837447/stat : 837447 (Common-Cleaner) S 837426 837429 837236 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 162641744 19498610688 36124 134679101440 94042999476224 94042999479920 140734668677600 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94042999487736 94042999488528 94043030925312 140734668686343 140734668686433 140734668686433 140734668693448 0
[pid=837429/tid=837449] ppid=837426 vsize=19041612 memory=2280 CPUtime=0 cores=0,2
/proc/837429/task/837449/stat : 837449 (Timer-0) S 837426 837429 837236 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 162641757 19498610688 36124 134679101440 94042999476224 94042999479920 140734668677600 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94042999487736 94042999488528 94043030925312 140734668686343 140734668686433 140734668686433 140734668693448 0
Current children cumulated CPU time: 5.57 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 144496 KiB

Child status: 30

Real time (s): 3.79588
CPU time (s): 5.66271
CPU user time (s): 5.59713
CPU system time (s): 0.065575
CPU usage (%): 149.181
Max. virtual memory (cumulated for all children) (KiB): 19041612
Max. memory (cumulated for all children) (KiB): 144496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.59713
system time used= 0.065575
maximum resident set size= 147964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26809
page faults= 0
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 551
involuntary context switches= 186


# summary of solver processes directly reported to runsolver:
#   pid: 837429
#   total CPU time (s): 5.66271
#   total CPU user time (s): 5.59713
#   total CPU system time (s): 0.065575

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.0176 second user time and 0.043393 second system time

The end

Launcher Data

Begin job on nodeC023 at 2024-07-16 06:39:40
IDJOB=4432207
IDBENCH=147656
IDSOLVER=3058
FILE ID=nodeC023/4432207-1721104768
RUNJOBID= nodeC023-1721104780-837246
SLURM_JOB_ID= 7505629
Free space on /tmp= 890076 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/logic_synthesis/normalized-maincont.r.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4432207-1721104768/watcher-4432207-1721104768 -o /tmp/evaluation-result-4432207-1721104768/solver-4432207-1721104768 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721104780-837246 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4432207-1721104768.opb

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

MD5SUM BENCH= 30064b41ee6fc1acbf302988c9102f51
RANDOM SEED=1446852455

nodeC023.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.887
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.61
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127994392 kB
MemAvailable:   129366864 kB
Buffers:          412056 kB
Cached:          1788356 kB
SwapCached:            0 kB
Active:           749508 kB
Inactive:        2164784 kB
Active(anon):       1572 kB
Inactive(anon):   750020 kB
Active(file):     747936 kB
Inactive(file):  1414764 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              9284 kB
Writeback:             0 kB
AnonPages:        713880 kB
Mapped:           124068 kB
Shmem:             37720 kB
KReclaimable:      99192 kB
Slab:             206280 kB
SReclaimable:      99192 kB
SUnreclaim:       107088 kB
KernelStack:        4960 kB
PageTables:        11200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7273916 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            61600 kB
HardwareCorrupted:     0 kB
AnonHugePages:    325632 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:      203476 kB
DirectMap2M:    18444288 kB
DirectMap1G:    117440512 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC023 at 2024-07-16 06:39:44