Trace number 4440587

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.-12 7.35876 4.65229

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/minlplib2-pb-0.1.0/
opb/normalized-sporttournament08.lin.opb
MD5SUM10fa7e7051a3fa2b98e92c22dd194cf1
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-12
Best CPU time to get the best result obtained on this benchmark0.007729
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables76
Total number of constraints96
Number of constraints which are clauses48
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints48
Minimum length of a constraint3
Maximum length of a constraint3
Number of terms in the objective function 63
Biggest coefficient in the objective function 2
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 66
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 66
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.13	--- Begin Solver configuration ---
0.13/0.13	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.13/0.13	Learn all clauses as in MiniSAT
0.13/0.13	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	Expensive reason simplification
0.13/0.13	Glucose 2.1 dynamic restart strategy
0.13/0.13	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	timeout=2147483s
0.13/0.13	DB Simplification allowed=false
0.13/0.13	Listener: none
0.13/0.13	--- End Solver configuration ---
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c Expensive reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4440587-1721825345.opb
0.13/0.13	c reading problem ... 
0.13/0.14	c using VERIPB proof format
0.13/0.14	c  objective function found
0.13/0.16	c ... done. Wall clock time 0.021s.
0.13/0.16	c declared #vars     76
0.13/0.16	c #constraints  96
0.13/0.16	c constraints type 
0.13/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 48
0.13/0.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 48
0.13/0.16	c 96 constraints processed.
0.13/0.16	c objective function length is 63 literals
0.13/0.17	c SATISFIABLE
0.13/0.17	c OPTIMIZING...
0.13/0.17	c Got one! Elapsed wall clock time (in seconds):0.038
0.13/0.17	o -8
0.13/0.18	c Got one! Elapsed wall clock time (in seconds):0.045
0.13/0.18	o -9
0.13/0.19	c Got one! Elapsed wall clock time (in seconds):0.053
0.13/0.19	o -10
0.32/0.25	c Got one! Elapsed wall clock time (in seconds):0.115
0.32/0.25	o -11
0.70/0.50	c cleaning 2666 clauses out of 5335 with flag 10308/5335
1.25/0.72	c cleaning 4335 clauses out of 8669 with flag 22804/11335
1.63/0.95	c cleaning 5667 clauses out of 11334 with flag 37013/18335
2.05/1.17	c cleaning 6835 clauses out of 13670 with flag 53327/26338
2.05/1.19	c Got one! Elapsed wall clock time (in seconds):1.054
2.05/1.19	o -12
2.23/1.26	c cleaning 5947 clauses out of 11897 with flag 8177/31400
2.42/1.36	c cleaning 5971 clauses out of 11950 with flag 20550/37400
2.62/1.47	c cleaning 6490 clauses out of 12979 with flag 34859/44400
2.79/1.59	c cleaning 7245 clauses out of 14490 with flag 51292/52401
3.09/1.72	c cleaning 8122 clauses out of 16244 with flag 69453/61400
3.35/1.94	c cleaning 9056 clauses out of 18123 with flag 89734/71401
3.94/2.21	c cleaning 10030 clauses out of 20067 with flag 112059/82401
4.29/2.44	c cleaning 11017 clauses out of 22037 with flag 137047/94401
4.49/2.67	c cleaning 12006 clauses out of 24020 with flag 164304/107401
4.80/2.95	c cleaning 13005 clauses out of 26014 with flag 195108/121401
5.25/3.30	c cleaning 14001 clauses out of 28007 with flag 226375/136400
5.84/3.58	c cleaning 15003 clauses out of 30006 with flag 259063/152400
6.36/3.94	c cleaning 16000 clauses out of 32002 with flag 293714/169400
6.67/4.28	c cleaning 17001 clauses out of 34002 with flag 330594/187401
7.30/4.62	c starts		: 52
7.30/4.62	c conflicts		: 196505
7.30/4.62	c decisions		: 216734
7.30/4.62	c propagations		: 1530307
7.30/4.62	c inspects		: 24756527
7.30/4.62	c shortcuts		: 0
7.30/4.62	c learnt literals	: 14
7.30/4.62	c learnt binary clauses	: 7
7.30/4.62	c learnt ternary clauses	: 28
7.30/4.62	c learnt constraints	: 196490
7.30/4.62	c ignored constraints	: 0
7.30/4.62	c root simplifications	: 0
7.30/4.62	c removed literals (reason simplification)	: 128962
7.30/4.62	c reason swapping (by a shorter reason)	: 0
7.30/4.62	c Calls to reduceDB	: 18
7.30/4.62	c Number of update (reduction) of LBD	: 3207
7.30/4.62	c Imported unit clauses	: 0
7.30/4.62	c No decision after first conflict	: false
7.30/4.62	c number of reductions to clauses (during analyze)	: 0
7.30/4.62	c number of learned constraints concerned by reduction	: 0
7.30/4.62	c number of learning phase by resolution	: 0
7.30/4.62	c number of learning phase by cutting planes	: 0
7.30/4.62	c number of rounding to 1 operations	: 0
7.30/4.62	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
7.30/4.62	c number of reductions of the coefficients by power 2 	: 0
7.30/4.62	c number of right shift for reduction by power 2 	: 0
7.30/4.62	c number of reductions of the coefficients by GCD over coefficients 	: 0
7.30/4.62	c number of ending skipping 	: 0
7.30/4.62	c number of internal skipping 	: 0
7.30/4.62	c number of derivation steps 	: 0
7.30/4.62	c number of skipped derivation steps 	: 0
7.30/4.62	c number of remaining unassigned 	: 0
7.30/4.62	c number of remaining assigned 	: 0
7.30/4.62	c number of falsified literals weakened from reason	: 0
7.30/4.62	c number of falsified literals weakened from conflict	: 0
7.30/4.62	c time for arithmetic operations	: 0
7.30/4.62	c minimum degree of deleted constraints	: null
7.30/4.62	c maximum degree of deleted constraints	: null
7.30/4.62	c number of deleted constraints	: 0
7.30/4.62	c speed (assignments/second)	: 343966.5093279389
7.30/4.62	c non guided choices	: 2
7.30/4.62	s OPTIMUM FOUND
7.30/4.62	c Found 5 solution(s)
7.30/4.62	v x1 -x2 -x3 x4 -x5 x6 -x7 x8 -x9 -x10 x11 -x12 x13 x14 -x15 -x16 x17 -x18 x19 -x20 -x21 -x22 x23 x24 -x25 x26 x27 -x28 -x29 x30 -x31 -x32 -x33 -x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 x68 -x69 -x70 -x71 -x72 -x73 x74 x75 -x76 
7.30/4.62	c objective function=-12
7.30/4.62	c Total wall clock time (in seconds): 4.488

Verifier Data

OK	-12

Checking of UNSAT/OPT proofs:

VeriPB

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

VeriPB + CakePB

-- veripb --
Running VeriPB version 2.2.1
s VERIFIED BOUNDS -12 <= obj <= -12
Verification succeeded.
-- cakepb --
s VERIFIED BOUNDS ~12 <= obj <= ~12
--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: 63931 MiB (53905 MiB free)
  memory of node 1: 64510 MiB (49964 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=186819, runsolver pid=186816

[startup+0.103969 s]*
/proc/loadavg: 4.10 4.16 4.17 8/333 186837
/proc/meminfo: memFree=106318068/131524600 swapFree=131070704/131071996
[pid=186819] ppid=186816 vsize=18975048 memory=65436 CPUtime=0.13 cores=1,3
/proc/186819/stat : 186819 (java) S 186816 186819 181698 0 -1 1077936128 7214 0 0 0 12 1 0 0 20 0 18 0 19057428 19430449152 16359 134679101440 94621238382592 94621238386288 140725979934416 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94621238394104 94621238394896 94621267464192 140725979939755 140725979939937 140725979939937 140725979946952 0
/proc/186819/statm: 4743762 16359 5720 1 0 549322 0
[pid=186819/tid=186821] ppid=186816 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=1,3
/proc/186819/task/186821/stat : 186821 (java) R 186816 186819 181698 0 -1 1077936192 5739 0 0 0 8 1 0 0 20 0 18 0 19057428 19430449152 16359 134679101440 94621238382592 94621238386288 140725979934416 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94621238394104 94621238394896 94621267464192 140725979939755 140725979939937 140725979939937 140725979946952 0
[pid=186819/tid=186830] ppid=186816 vsize=18975048 memory=237146210664 CPUtime=0 cores=1,3
/proc/186819/task/186830/stat : 186830 (Finalizer) S 186816 186819 181698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 19057431 19430449152 16359 134679101440 94621238382592 94621238386288 140725979934416 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94621238394104 94621238394896 94621267464192 140725979939755 140725979939937 140725979939937 140725979946952 0
[pid=186819/tid=186837] ppid=186816 vsize=18975048 memory=13855165888293772 CPUtime=0 cores=1,3
/proc/186819/task/186837/stat : 186837 (Common-Cleaner) S 186816 186819 181698 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 19057431 19430449152 16359 134679101440 94621238382592 94621238386288 140725979934416 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94621238394104 94621238394896 94621267464192 140725979939755 140725979939937 140725979939937 140725979946952 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65436 KiB

[startup+0.207759 s]*
/proc/loadavg: 4.10 4.16 4.17 7/334 186838
/proc/meminfo: memFree=106313444/131524600 swapFree=131070704/131071996
[pid=186819] ppid=186816 vsize=19041612 memory=70176 CPUtime=0.32 cores=1,3
/proc/186819/stat : 186819 (java) S 186816 186819 181698 0 -1 1077936128 7777 0 0 0 30 2 0 0 20 0 19 0 19057428 19498610688 17544 134679101440 94621238382592 94621238386288 140725979934416 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94621238394104 94621238394896 94621267464192 140725979939755 140725979939937 140725979939937 140725979946952 0
/proc/186819/statm: 4760403 17544 5892 1 0 549952 0
[pid=186819/tid=186821] ppid=186816 vsize=19041612 memory=4782652875487838339 CPUtime=0.17 cores=1,3
/proc/186819/task/186821/stat : 186821 (java) R 186816 186819 181698 0 -1 4194368 6050 0 0 0 16 1 0 0 20 0 19 0 19057428 19498610688 17544 134679101440 94621238382592 94621238386288 140725979934416 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94621238394104 94621238394896 94621267464192 140725979939755 140725979939937 140725979939937 140725979946952 0
[pid=186819/tid=186830] ppid=186816 vsize=19041612 memory=1010558 CPUtime=0 cores=1,3
/proc/186819/task/186830/stat : 186830 (Finalizer) S 186816 186819 181698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 19057431 19498610688 17544 134679101440 94621238382592 94621238386288 140725979934416 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94621238394104 94621238394896 94621267464192 140725979939755 140725979939937 140725979939937 140725979946952 0
[pid=186819/tid=186837] ppid=186816 vsize=19041612 memory=14415916817450633 CPUtime=0 cores=1,3
/proc/186819/task/186837/stat : 186837 (Common-Cleaner) S 186816 186819 181698 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 19057431 19498610688 17544 134679101440 94621238382592 94621238386288 140725979934416 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94621238394104 94621238394896 94621267464192 140725979939755 140725979939937 140725979939937 140725979946952 0
[pid=186819/tid=186838] ppid=186816 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/186819/task/186838/stat : 186838 (Timer-0) S 186816 186819 181698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 19057445 19498610688 17544 134679101440 94621238382592 94621238386288 140725979934416 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94621238394104 94621238394896 94621267464192 140725979939755 140725979939937 140725979939937 140725979946952 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 70176 KiB

[startup+0.311748 s]*
/proc/loadavg: 4.10 4.16 4.17 7/334 186838
/proc/meminfo: memFree=106294320/131524600 swapFree=131070704/131071996
[pid=186819] ppid=186816 vsize=19041612 memory=88324 CPUtime=0.5 cores=1,3
/proc/186819/stat : 186819 (java) S 186816 186819 181698 0 -1 1077936128 9471 0 0 0 48 2 0 0 20 0 19 0 19057428 19498610688 22081 134679101440 94621238382592 94621238386288 140725979934416 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94621238394104 94621238394896 94621267464192 140725979939755 140725979939937 140725979939937 140725979946952 0
/proc/186819/statm: 4760403 22081 5908 1 0 550846 0
[pid=186819/tid=186821] ppid=186816 vsize=19041612 memory=-8744972768390193852 CPUtime=0.26 cores=1,3
/proc/186819/task/186821/stat : 186821 (java) R 186816 186819 181698 0 -1 4194368 6082 0 0 0 25 1 0 0 20 0 19 0 19057428 19498610688 22081 134679101440 94621238382592 94621238386288 140725979934416 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94621238394104 94621238394896 94621267464192 140725979939755 140725979939937 140725979939937 140725979946952 0
[pid=186819/tid=186830] ppid=186816 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/186819/task/186830/stat : 186830 (Finalizer) S 186816 186819 181698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 19057431 19498610688 22081 134679101440 94621238382592 94621238386288 140725979934416 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94621238394104 94621238394896 94621267464192 140725979939755 140725979939937 140725979939937 140725979946952 0
[pid=186819/tid=186837] ppid=186816 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/186819/task/186837/stat : 186837 (Common-Cleaner) S 186816 186819 181698 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 19057431 19498610688 22081 134679101440 94621238382592 94621238386288 140725979934416 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94621238394104 94621238394896 94621267464192 140725979939755 140725979939937 140725979939937 140725979946952 0
[pid=186819/tid=186838] ppid=186816 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/186819/task/186838/stat : 186838 (Timer-0) S 186816 186819 181698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 19057445 19498610688 22081 134679101440 94621238382592 94621238386288 140725979934416 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94621238394104 94621238394896 94621267464192 140725979939755 140725979939937 140725979939937 140725979946952 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 88324 KiB

[startup+0.700247 s]
/proc/loadavg: 4.10 4.16 4.17 6/334 186838
/proc/meminfo: memFree=106251556/131524600 swapFree=131070704/131071996
[pid=186819] ppid=186816 vsize=19041612 memory=164456 CPUtime=1.25 cores=1,3
/proc/186819/stat : 186819 (java) S 186816 186819 181698 0 -1 1077936128 13421 0 0 0 121 4 0 0 20 0 19 0 19057428 19498610688 41114 134679101440 94621238382592 94621238386288 140725979934416 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94621238394104 94621238394896 94621267464192 140725979939755 140725979939937 140725979939937 140725979946952 0
/proc/186819/statm: 4760403 41114 5908 1 0 553343 0
[pid=186819/tid=186821] ppid=186816 vsize=19041612 memory=67084 CPUtime=0.62 cores=1,3
/proc/186819/task/186821/stat : 186821 (java) R 186816 186819 181698 0 -1 4194368 6154 0 0 0 59 3 0 0 20 0 19 0 19057428 19498610688 41114 134679101440 94621238382592 94621238386288 140725979934416 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94621238394104 94621238394896 94621267464192 140725979939755 140725979939937 140725979939937 140725979946952 0
[pid=186819/tid=186830] ppid=186816 vsize=19041612 memory=13524 CPUtime=0 cores=1,3
/proc/186819/task/186830/stat : 186830 (Finalizer) S 186816 186819 181698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 19057431 19498610688 41114 134679101440 94621238382592 94621238386288 140725979934416 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94621238394104 94621238394896 94621267464192 140725979939755 140725979939937 140725979939937 140725979946952 0
[pid=186819/tid=186837] ppid=186816 vsize=19041612 memory=2212 CPUtime=0 cores=1,3
/proc/186819/task/186837/stat : 186837 (Common-Cleaner) S 186816 186819 181698 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 19057431 19498610688 41114 134679101440 94621238382592 94621238386288 140725979934416 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94621238394104 94621238394896 94621267464192 140725979939755 140725979939937 140725979939937 140725979946952 0
[pid=186819/tid=186838] ppid=186816 vsize=19041612 memory=1896 CPUtime=0 cores=1,3
/proc/186819/task/186838/stat : 186838 (Timer-0) S 186816 186819 181698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 19057445 19498610688 41114 134679101440 94621238382592 94621238386288 140725979934416 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94621238394104 94621238394896 94621267464192 140725979939755 140725979939937 140725979939937 140725979946952 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 164456 KiB

[startup+1.50078 s]
/proc/loadavg: 4.10 4.16 4.17 6/335 186839
/proc/meminfo: memFree=106198608/131524600 swapFree=131070704/131071996
[pid=186819] ppid=186816 vsize=19108176 memory=181232 CPUtime=2.79 cores=1,3
/proc/186819/stat : 186819 (java) S 186816 186819 181698 0 -1 1077936128 19443 0 0 0 272 7 0 0 20 0 20 0 19057428 19566772224 45308 134679101440 94621238382592 94621238386288 140725979934416 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94621238394104 94621238394896 94621267464192 140725979939755 140725979939937 140725979939937 140725979946952 0
/proc/186819/statm: 4777044 45308 5940 1 0 554475 0
[pid=186819/tid=186821] ppid=186816 vsize=19108176 memory=13524 CPUtime=1.38 cores=1,3
/proc/186819/task/186821/stat : 186821 (java) R 186816 186819 181698 0 -1 4194368 6627 0 0 0 133 5 0 0 20 0 20 0 19057428 19566772224 45308 134679101440 94621238382592 94621238386288 140725979934416 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94621238394104 94621238394896 94621267464192 140725979939755 140725979939937 140725979939937 140725979946952 0
[pid=186819/tid=186830] ppid=186816 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/186819/task/186830/stat : 186830 (Finalizer) S 186816 186819 181698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 19057431 19566772224 45308 134679101440 94621238382592 94621238386288 140725979934416 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94621238394104 94621238394896 94621267464192 140725979939755 140725979939937 140725979939937 140725979946952 0
[pid=186819/tid=186837] ppid=186816 vsize=19108176 memory=2212 CPUtime=0 cores=1,3
/proc/186819/task/186837/stat : 186837 (Common-Cleaner) S 186816 186819 181698 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 19057431 19566772224 45308 134679101440 94621238382592 94621238386288 140725979934416 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94621238394104 94621238394896 94621267464192 140725979939755 140725979939937 140725979939937 140725979946952 0
[pid=186819/tid=186838] ppid=186816 vsize=19108176 memory=1896 CPUtime=0 cores=1,3
/proc/186819/task/186838/stat : 186838 (Timer-0) S 186816 186819 181698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 19057445 19566772224 45308 134679101440 94621238382592 94621238386288 140725979934416 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94621238394104 94621238394896 94621267464192 140725979939755 140725979939937 140725979939937 140725979946952 0
Current children cumulated CPU time: 2.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 181232 KiB

[startup+3.11476 s]
/proc/loadavg: 4.10 4.16 4.17 5/335 186839
/proc/meminfo: memFree=105981592/131524600 swapFree=131070704/131071996
[pid=186819] ppid=186816 vsize=19108176 memory=388920 CPUtime=5.08 cores=1,3
/proc/186819/stat : 186819 (java) S 186816 186819 181698 0 -1 1077936128 24733 0 0 0 493 15 0 0 20 0 20 0 19057428 19566772224 97230 134679101440 94621238382592 94621238386288 140725979934416 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94621238394104 94621238394896 94621267464192 140725979939755 140725979939937 140725979939937 140725979946952 0
/proc/186819/statm: 4777044 97230 5940 1 0 555618 0
[pid=186819/tid=186821] ppid=186816 vsize=19108176 memory=0 CPUtime=2.97 cores=1,3
/proc/186819/task/186821/stat : 186821 (java) R 186816 186819 181698 0 -1 4194368 7763 0 0 0 285 12 0 0 20 0 20 0 19057428 19566772224 97230 134679101440 94621238382592 94621238386288 140725979934416 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94621238394104 94621238394896 94621267464192 140725979939755 140725979939937 140725979939937 140725979946952 0
[pid=186819/tid=186830] ppid=186816 vsize=19108176 memory=-8744972768390193852 CPUtime=0 cores=1,3
/proc/186819/task/186830/stat : 186830 (Finalizer) S 186816 186819 181698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 19057431 19566772224 97230 134679101440 94621238382592 94621238386288 140725979934416 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94621238394104 94621238394896 94621267464192 140725979939755 140725979939937 140725979939937 140725979946952 0
[pid=186819/tid=186837] ppid=186816 vsize=19108176 memory=13524 CPUtime=0 cores=1,3
/proc/186819/task/186837/stat : 186837 (Common-Cleaner) S 186816 186819 181698 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 19057431 19566772224 97230 134679101440 94621238382592 94621238386288 140725979934416 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94621238394104 94621238394896 94621267464192 140725979939755 140725979939937 140725979939937 140725979946952 0
[pid=186819/tid=186838] ppid=186816 vsize=19108176 memory=2212 CPUtime=0 cores=1,3
/proc/186819/task/186838/stat : 186838 (Timer-0) S 186816 186819 181698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 19057445 19566772224 97230 134679101440 94621238382592 94621238386288 140725979934416 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94621238394104 94621238394896 94621267464192 140725979939755 140725979939937 140725979939937 140725979946952 0
Current children cumulated CPU time: 5.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 388920 KiB

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

# cumulated CPU time of all completed processes:  user=7.10598 s, system=0.252786 s

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

[startup+3.20075 s]
/proc/loadavg: 4.10 4.16 4.17 5/335 186839
/proc/meminfo: memFree=105981592/131524600 swapFree=131070704/131071996
[pid=186819] ppid=186816 vsize=19108176 memory=411448 CPUtime=5.25 cores=1,3
/proc/186819/stat : 186819 (java) S 186816 186819 181698 0 -1 1077936128 24748 0 0 0 510 15 0 0 20 0 20 0 19057428 19566772224 102862 134679101440 94621238382592 94621238386288 140725979934416 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94621238394104 94621238394896 94621267464192 140725979939755 140725979939937 140725979939937 140725979946952 0
/proc/186819/statm: 4777044 102862 5940 1 0 555618 0
[pid=186819/tid=186821] ppid=186816 vsize=19108176 memory=176072 CPUtime=3.04 cores=1,3
/proc/186819/task/186821/stat : 186821 (java) R 186816 186819 181698 0 -1 4194368 7777 0 0 0 292 12 0 0 20 0 20 0 19057428 19566772224 102862 134679101440 94621238382592 94621238386288 140725979934416 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94621238394104 94621238394896 94621267464192 140725979939755 140725979939937 140725979939937 140725979946952 0
[pid=186819/tid=186830] ppid=186816 vsize=19108176 memory=5516 CPUtime=0 cores=1,3
/proc/186819/task/186830/stat : 186830 (Finalizer) S 186816 186819 181698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 19057431 19566772224 102862 134679101440 94621238382592 94621238386288 140725979934416 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94621238394104 94621238394896 94621267464192 140725979939755 140725979939937 140725979939937 140725979946952 0
[pid=186819/tid=186837] ppid=186816 vsize=19108176 memory=16100 CPUtime=0 cores=1,3
/proc/186819/task/186837/stat : 186837 (Common-Cleaner) S 186816 186819 181698 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 19057431 19566772224 102862 134679101440 94621238382592 94621238386288 140725979934416 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94621238394104 94621238394896 94621267464192 140725979939755 140725979939937 140725979939937 140725979946952 0
[pid=186819/tid=186838] ppid=186816 vsize=19108176 memory=279783699293584 CPUtime=0 cores=1,3
/proc/186819/task/186838/stat : 186838 (Timer-0) S 186816 186819 181698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 19057445 19566772224 102862 134679101440 94621238382592 94621238386288 140725979934416 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94621238394104 94621238394896 94621267464192 140725979939755 140725979939937 140725979939937 140725979946952 0
Current children cumulated CPU time: 5.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 411448 KiB

[startup+4.0002 s]*
/proc/loadavg: 4.18 4.17 4.18 5/335 186839
/proc/meminfo: memFree=105737292/131524600 swapFree=131070704/131071996
[pid=186819] ppid=186816 vsize=19108176 memory=594388 CPUtime=6.47 cores=1,3
/proc/186819/stat : 186819 (java) S 186816 186819 181698 0 -1 1077936128 26436 0 0 0 626 21 0 0 20 0 20 0 19057428 19566772224 148597 134679101440 94621238382592 94621238386288 140725979934416 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94621238394104 94621238394896 94621267464192 140725979939755 140725979939937 140725979939937 140725979946952 0
/proc/186819/statm: 4777044 148597 5940 1 0 556271 0
[pid=186819/tid=186821] ppid=186816 vsize=19108176 memory=-8744972768390193852 CPUtime=3.85 cores=1,3
/proc/186819/task/186821/stat : 186821 (java) R 186816 186819 181698 0 -1 4194368 7912 0 0 0 368 17 0 0 20 0 20 0 19057428 19566772224 148597 134679101440 94621238382592 94621238386288 140725979934416 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94621238394104 94621238394896 94621267464192 140725979939755 140725979939937 140725979939937 140725979946952 0
[pid=186819/tid=186830] ppid=186816 vsize=19108176 memory=1011297 CPUtime=0 cores=1,3
/proc/186819/task/186830/stat : 186830 (Finalizer) S 186816 186819 181698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 19057431 19566772224 148597 134679101440 94621238382592 94621238386288 140725979934416 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94621238394104 94621238394896 94621267464192 140725979939755 140725979939937 140725979939937 140725979946952 0
[pid=186819/tid=186837] ppid=186816 vsize=19108176 memory=1163758 CPUtime=0 cores=1,3
/proc/186819/task/186837/stat : 186837 (Common-Cleaner) S 186816 186819 181698 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 19057431 19566772224 148597 134679101440 94621238382592 94621238386288 140725979934416 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94621238394104 94621238394896 94621267464192 140725979939755 140725979939937 140725979939937 140725979946952 0
[pid=186819/tid=186838] ppid=186816 vsize=19108176 memory=-8744972768390193852 CPUtime=0 cores=1,3
/proc/186819/task/186838/stat : 186838 (Timer-0) S 186816 186819 181698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 19057445 19566772224 148597 134679101440 94621238382592 94621238386288 140725979934416 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94621238394104 94621238394896 94621267464192 140725979939755 140725979939937 140725979939937 140725979946952 0
Current children cumulated CPU time: 6.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 594388 KiB

[startup+4.40176 s]
/proc/loadavg: 4.18 4.17 4.18 5/335 186839
/proc/meminfo: memFree=105737292/131524600 swapFree=131070704/131071996
[pid=186819] ppid=186816 vsize=19108176 memory=680404 CPUtime=6.97 cores=1,3
/proc/186819/stat : 186819 (java) S 186816 186819 181698 0 -1 1077936128 26522 0 0 0 674 23 0 0 20 0 20 0 19057428 19566772224 170101 134679101440 94621238382592 94621238386288 140725979934416 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94621238394104 94621238394896 94621267464192 140725979939755 140725979939937 140725979939937 140725979946952 0
/proc/186819/statm: 4777044 170101 5940 1 0 556272 0
[pid=186819/tid=186821] ppid=186816 vsize=19108176 memory=1896 CPUtime=4.25 cores=1,3
/proc/186819/task/186821/stat : 186821 (java) R 186816 186819 181698 0 -1 4194368 7974 0 0 0 405 20 0 0 20 0 20 0 19057428 19566772224 170101 134679101440 94621238382592 94621238386288 140725979934416 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94621238394104 94621238394896 94621267464192 140725979939755 140725979939937 140725979939937 140725979946952 0
[pid=186819/tid=186830] ppid=186816 vsize=19108176 memory=1936 CPUtime=0 cores=1,3
/proc/186819/task/186830/stat : 186830 (Finalizer) S 186816 186819 181698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 19057431 19566772224 170101 134679101440 94621238382592 94621238386288 140725979934416 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94621238394104 94621238394896 94621267464192 140725979939755 140725979939937 140725979939937 140725979946952 0
[pid=186819/tid=186837] ppid=186816 vsize=19108176 memory=25872 CPUtime=0 cores=1,3
/proc/186819/task/186837/stat : 186837 (Common-Cleaner) S 186816 186819 181698 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 19057431 19566772224 170101 134679101440 94621238382592 94621238386288 140725979934416 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94621238394104 94621238394896 94621267464192 140725979939755 140725979939937 140725979939937 140725979946952 0
[pid=186819/tid=186838] ppid=186816 vsize=19108176 memory=104 CPUtime=0 cores=1,3
/proc/186819/task/186838/stat : 186838 (Timer-0) S 186816 186819 181698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 19057445 19566772224 170101 134679101440 94621238382592 94621238386288 140725979934416 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94621238394104 94621238394896 94621267464192 140725979939755 140725979939937 140725979939937 140725979946952 0
Current children cumulated CPU time: 6.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 680404 KiB

[startup+4.60075 s]
/proc/loadavg: 4.18 4.17 4.18 5/335 186839
/proc/meminfo: memFree=105737292/131524600 swapFree=131070704/131071996
[pid=186819] ppid=186816 vsize=19108176 memory=690832 CPUtime=7.3 cores=1,3
/proc/186819/stat : 186819 (java) S 186816 186819 181698 0 -1 1077936128 26613 0 0 0 706 24 0 0 20 0 20 0 19057428 19566772224 172708 134679101440 94621238382592 94621238386288 140725979934416 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94621238394104 94621238394896 94621267464192 140725979939755 140725979939937 140725979939937 140725979946952 0
/proc/186819/statm: 4777044 172708 5940 1 0 556273 0
[pid=186819/tid=186821] ppid=186816 vsize=19108176 memory=1896 CPUtime=4.37 cores=1,3
/proc/186819/task/186821/stat : 186821 (java) R 186816 186819 181698 0 -1 4194368 8028 0 0 0 417 20 0 0 20 0 20 0 19057428 19566772224 172708 134679101440 94621238382592 94621238386288 140725979934416 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 13 0 0 94621238394104 94621238394896 94621267464192 140725979939755 140725979939937 140725979939937 140725979946952 0
[pid=186819/tid=186830] ppid=186816 vsize=19108176 memory=1936 CPUtime=0 cores=1,3
/proc/186819/task/186830/stat : 186830 (Finalizer) S 186816 186819 181698 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 19057431 19566772224 172708 134679101440 94621238382592 94621238386288 140725979934416 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94621238394104 94621238394896 94621267464192 140725979939755 140725979939937 140725979939937 140725979946952 0
[pid=186819/tid=186837] ppid=186816 vsize=19108176 memory=7588691151903882005 CPUtime=0 cores=1,3
/proc/186819/task/186837/stat : 186837 (Common-Cleaner) S 186816 186819 181698 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 19057431 19566772224 172708 134679101440 94621238382592 94621238386288 140725979934416 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94621238394104 94621238394896 94621267464192 140725979939755 140725979939937 140725979939937 140725979946952 0
[pid=186819/tid=186838] ppid=186816 vsize=19108176 memory=2244 CPUtime=0 cores=1,3
/proc/186819/task/186838/stat : 186838 (Timer-0) S 186816 186819 181698 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 19057445 19566772224 172708 134679101440 94621238382592 94621238386288 140725979934416 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94621238394104 94621238394896 94621267464192 140725979939755 140725979939937 140725979939937 140725979946952 0
Current children cumulated CPU time: 7.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 690832 KiB

Child status: 30

Real time (s): 4.65229
CPU time (s): 7.35876
CPU user time (s): 7.10598
CPU system time (s): 0.252786
CPU usage (%): 158.175
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 690832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.10598
system time used= 0.252786
maximum resident set size= 696660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27536
page faults= 0
swaps= 0
block input operations= 0
block output operations= 51160
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1371
involuntary context switches= 254


# summary of solver processes directly reported to runsolver:
#   pid: 186819
#   total CPU time (s): 7.35876
#   total CPU user time (s): 7.10598
#   total CPU system time (s): 0.252786

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.020589 second user time and 0.053281 second system time

The end

Launcher Data

Begin job on nodeC022 at 2024-07-24 14:49:05
IDJOB=4440587
IDBENCH=158478
IDSOLVER=3079
FILE ID=nodeC022/4440587-1721825345
RUNJOBID= nodeC022-1721817186-181710
SLURM_JOB_ID= 7816878
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/minlplib2-pb-0.1.0/opb/normalized-sporttournament08.lin.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-4440587-1721825345/watcher-4440587-1721825345 -o /tmp/evaluation-result-4440587-1721825345/solver-4440587-1721825345 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1721817186-181710 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4440587-1721825345 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4440587-1721825345.opb

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

MD5SUM BENCH= 10fa7e7051a3fa2b98e92c22dd194cf1
RANDOM SEED=676282298

nodeC022.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		: 3674.228
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.87
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		: 3654.252
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	: 7006.75
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		: 3600.157
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.87
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		: 3659.979
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	: 7006.75
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		: 3673.232
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.87
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		: 3678.103
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	: 7006.75
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		: 3600.274
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.87
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		: 3641.581
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	: 7006.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        106363768 kB
MemAvailable:   123966792 kB
Buffers:          259288 kB
Cached:         18064812 kB
SwapCached:          296 kB
Active:          2540852 kB
Inactive:       21782652 kB
Active(anon):       3872 kB
Inactive(anon):  6049540 kB
Active(file):    2536980 kB
Inactive(file): 15733112 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:             35240 kB
Writeback:             0 kB
AnonPages:       5998044 kB
Mapped:           134576 kB
Shmem:             53884 kB
KReclaimable:     345160 kB
Slab:             469940 kB
SReclaimable:     345160 kB
SUnreclaim:       124780 kB
KernelStack:        5072 kB
PageTables:        21888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    7511488 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            21344 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5679104 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:      334548 kB
DirectMap2M:    36139008 kB
DirectMap1G:    99614720 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC022 at 2024-07-24 14:49:10