Trace number 4452664

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 NameAnswerCPU timeWall clock time
Sat4j Resolution Default 2024-07-07UNSAT 9.36508 6.9091

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_4_shuffle/normalized-sumineqArity4pyramidP105.shuf-3.opb
MD5SUM7bfcdc46f967c8c85bd034be31c75732
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.03966
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables22684
Total number of constraints5672
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)11
Number of constraints which are nor clauses,nor cardinality constraints5661
Minimum length of a constraint4
Maximum length of a constraint12
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 8
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 24
Number of bits of the biggest sum of numbers5
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.12/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.18	c See www.sat4j.org for details.
0.12/0.20	c version CUSTOM.v20240707
0.12/0.22	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.22	c java.vm.name		OpenJDK 64-Bit Server VM
0.28/0.22	c java.vm.version	22.0.1+8-16
0.28/0.22	c java.vm.vendor	Oracle Corporation
0.28/0.22	c sun.arch.data.model	64
0.28/0.22	c java.version		22.0.1
0.28/0.22	c os.name		Linux
0.28/0.22	c os.version		4.18.0-301.1.el8.x86_64
0.28/0.22	c os.arch		amd64
0.28/0.24	c Free memory 		2115194816
0.28/0.24	c Max memory 		16282288128
0.28/0.24	c Total memory 		2122317824
0.28/0.24	c Number of processors 	2
0.46/0.34	--- Begin Solver configuration ---
0.46/0.34	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.46/0.34	Learn all clauses as in MiniSAT
0.46/0.34	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.46/0.34	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.46/0.34	No reason simplification
0.46/0.34	Glucose 2.1 dynamic restart strategy
0.46/0.34	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.46/0.34	timeout=2147483s
0.46/0.34	DB Simplification allowed=false
0.46/0.34	Listener: none
0.46/0.34	--- End Solver configuration ---
0.46/0.34	c Pseudo Boolean Optimization by upper bound
0.46/0.34	c --- Begin Solver configuration ---
0.46/0.34	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.46/0.34	c Learn all clauses as in MiniSAT
0.46/0.34	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.46/0.34	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.46/0.34	c No reason simplification
0.46/0.34	c Glucose 2.1 dynamic restart strategy
0.46/0.34	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.46/0.34	c timeout=2147483s
0.46/0.34	c DB Simplification allowed=false
0.46/0.34	c Listener: none
0.46/0.34	c --- End Solver configuration ---
0.46/0.34	c solving HOME/instance-4452664-1721450887.opb
0.46/0.34	c reading problem ... 
0.46/0.35	c  no objective function found
1.16/0.77	c ... done. Wall clock time 0.421s.
1.16/0.77	c declared #vars     22684
1.16/0.78	c #constraints  5672
1.16/0.78	c constraints type 
1.16/0.78	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5672
1.16/0.78	c 5672 constraints processed.
2.73/1.53	c cleaning 2485 clauses out of 5000 with flag 15193/5000
3.32/1.82	c cleaning 4221 clauses out of 8516 with flag 34147/11001
3.53/2.00	c cleaning 5643 clauses out of 11295 with flag 59426/18001
3.93/2.16	c cleaning 6766 clauses out of 13651 with flag 84548/26000
4.12/2.28	c cleaning 7894 clauses out of 15885 with flag 113193/35000
4.32/2.36	c cleaning 8995 clauses out of 17992 with flag 150212/45001
4.51/2.46	c cleaning 9994 clauses out of 19997 with flag 184809/56001
4.72/2.54	c cleaning 10973 clauses out of 22003 with flag 225727/68001
4.84/2.66	c cleaning 11961 clauses out of 24029 with flag 270267/81000
4.94/2.76	c cleaning 12996 clauses out of 26068 with flag 316135/95000
5.14/2.90	c cleaning 13981 clauses out of 28072 with flag 370040/110000
5.25/3.03	c cleaning 15009 clauses out of 30093 with flag 421918/126002
5.48/3.23	c cleaning 15899 clauses out of 32082 with flag 480195/143000
5.62/3.39	c cleaning 17067 clauses out of 34183 with flag 540653/161000
5.82/3.54	c cleaning 17983 clauses out of 36116 with flag 605570/180000
6.02/3.71	c cleaning 19018 clauses out of 38135 with flag 674552/200002
6.33/4.02	c cleaning 20052 clauses out of 40116 with flag 749688/221001
6.52/4.29	c cleaning 20968 clauses out of 42065 with flag 825959/243002
6.82/4.50	c cleaning 22023 clauses out of 44095 with flag 909436/266000
7.02/4.77	c cleaning 23030 clauses out of 46072 with flag 995023/290000
7.22/4.97	c cleaning 23966 clauses out of 48044 with flag 1085598/315002
7.43/5.19	c cleaning 24985 clauses out of 50076 with flag 1177069/341000
7.72/5.42	c cleaning 25961 clauses out of 52091 with flag 1269612/368000
7.92/5.69	c cleaning 26929 clauses out of 54132 with flag 1368564/396002
8.22/5.92	c cleaning 28066 clauses out of 56202 with flag 1466993/425001
8.52/6.21	c cleaning 29058 clauses out of 58136 with flag 1580024/455001
8.72/6.46	c cleaning 30016 clauses out of 60077 with flag 1685064/486000
9.02/6.75	c starts		: 271
9.02/6.76	c conflicts		: 516699
9.02/6.76	c decisions		: 4051406
9.02/6.76	c propagations		: 7751280
9.02/6.76	c inspects		: 34229133
9.02/6.76	c shortcuts		: 0
9.02/6.76	c learnt literals	: 7
9.02/6.76	c learnt binary clauses	: 10
9.02/6.76	c learnt ternary clauses	: 7570
9.02/6.76	c learnt constraints	: 516691
9.02/6.76	c ignored constraints	: 0
9.02/6.78	c root simplifications	: 0
9.02/6.78	c removed literals (reason simplification)	: 0
9.02/6.78	c reason swapping (by a shorter reason)	: 0
9.02/6.78	c Calls to reduceDB	: 27
9.02/6.78	c Number of update (reduction) of LBD	: 135651
9.02/6.78	c Imported unit clauses	: 0
9.02/6.78	c No decision after first conflict	: false
9.02/6.78	c number of reductions to clauses (during analyze)	: 0
9.02/6.78	c number of learned constraints concerned by reduction	: 0
9.02/6.78	c number of learning phase by resolution	: 0
9.02/6.78	c number of learning phase by cutting planes	: 0
9.02/6.78	c number of rounding to 1 operations	: 0
9.02/6.78	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
9.02/6.78	c number of reductions of the coefficients by power 2 	: 0
9.02/6.78	c number of right shift for reduction by power 2 	: 0
9.02/6.78	c number of reductions of the coefficients by GCD over coefficients 	: 0
9.02/6.78	c number of ending skipping 	: 0
9.02/6.78	c number of internal skipping 	: 0
9.02/6.78	c number of derivation steps 	: 0
9.02/6.78	c number of skipped derivation steps 	: 0
9.02/6.78	c number of remaining unassigned 	: 0
9.02/6.78	c number of remaining assigned 	: 0
9.02/6.78	c number of falsified literals weakened from reason	: 0
9.02/6.78	c number of falsified literals weakened from conflict	: 0
9.02/6.78	c time for arithmetic operations	: 0
9.02/6.79	c minimum degree of deleted constraints	: null
9.02/6.79	c maximum degree of deleted constraints	: null
9.02/6.79	c number of deleted constraints	: 0
9.02/6.79	c speed (assignments/second)	: 1294036.7278797997
9.02/6.79	c non guided choices	: 2850915
9.19/6.89	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 60742
9.19/6.89	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 10
9.19/6.90	s UNSATISFIABLE
9.19/6.90	c Total wall clock time (in seconds): 6.554

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 64059 MiB (59812 MiB free)
  memory of node 1: 64510 MiB (61335 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452664-1721450887/watcher-4452664-1721450887 -o /tmp/evaluation-result-4452664-1721450887/solver-4452664-1721450887 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721450898-1058421 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4452664-1721450887.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=1058497, runsolver pid=1058491

[startup+0.101206 s]*
/proc/loadavg: 1.12 1.68 2.86 9/309 1058550
/proc/meminfo: memFree=123969636/131655788 swapFree=131071996/131071996
[pid=1058497] ppid=1058491 vsize=18975048 memory=56720 CPUtime=0.12 cores=1,3
/proc/1058497/stat : 1058497 (java) S 1058491 1058497 1058409 0 -1 1077936128 6310 0 0 0 8 4 0 0 20 0 18 0 197244761 19430449152 14180 134679101440 94826709352448 94826709356144 140727015690000 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94826709363960 94826709364752 94826716602368 140727015691269 140727015691359 140727015691359 140727015698376 0
/proc/1058497/statm: 4743762 14180 5478 1 0 550748 0
[pid=1058497/tid=1058502] ppid=1058491 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/1058497/task/1058502/stat : 1058502 (java) R 1058491 1058497 1058409 0 -1 4194368 5241 0 0 0 5 3 0 0 20 0 18 0 197244762 19430449152 14180 134679101440 94826709352448 94826709356144 140727015690000 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94826709363960 94826709364752 94826716602368 140727015691269 140727015691359 140727015691359 140727015698376 0
[pid=1058497/tid=1058543] ppid=1058491 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/1058497/task/1058543/stat : 1058543 (Finalizer) S 1058491 1058497 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 197244768 19430449152 14180 134679101440 94826709352448 94826709356144 140727015690000 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94826709363960 94826709364752 94826716602368 140727015691269 140727015691359 140727015691359 140727015698376 0
[pid=1058497/tid=1058550] ppid=1058491 vsize=18975048 memory=15255952359842124 CPUtime=0 cores=1,3
/proc/1058497/task/1058550/stat : 1058550 (Common-Cleaner) S 1058491 1058497 1058409 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 197244769 19430449152 14369 134679101440 94826709352448 94826709356144 140727015690000 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94826709363960 94826709364752 94826716602368 140727015691269 140727015691359 140727015691359 140727015698376 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56720 KiB

[startup+0.213955 s]*
/proc/loadavg: 1.12 1.68 2.86 9/309 1058550
/proc/meminfo: memFree=123945472/131655788 swapFree=131071996/131071996
[pid=1058497] ppid=1058491 vsize=18975048 memory=59340 CPUtime=0.28 cores=1,3
/proc/1058497/stat : 1058497 (java) S 1058491 1058497 1058409 0 -1 1077936128 6728 0 0 0 23 5 0 0 20 0 18 0 197244761 19430449152 14835 134679101440 94826709352448 94826709356144 140727015690000 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94826709363960 94826709364752 94826716602368 140727015691269 140727015691359 140727015691359 140727015698376 0
/proc/1058497/statm: 4743762 14835 5702 1 0 551096 0
[pid=1058497/tid=1058502] ppid=1058491 vsize=18975048 memory=6876556183782621315 CPUtime=0.18 cores=1,3
/proc/1058497/task/1058502/stat : 1058502 (java) R 1058491 1058497 1058409 0 -1 4194368 5589 0 0 0 15 3 0 0 20 0 18 0 197244762 19430449152 14835 134679101440 94826709352448 94826709356144 140727015690000 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94826709363960 94826709364752 94826716602368 140727015691269 140727015691359 140727015691359 140727015698376 0
[pid=1058497/tid=1058543] ppid=1058491 vsize=18975048 memory=3711 CPUtime=0 cores=1,3
/proc/1058497/task/1058543/stat : 1058543 (Finalizer) S 1058491 1058497 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 197244768 19430449152 14835 134679101440 94826709352448 94826709356144 140727015690000 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94826709363960 94826709364752 94826716602368 140727015691269 140727015691359 140727015691359 140727015698376 0
[pid=1058497/tid=1058550] ppid=1058491 vsize=18975048 memory=13572595761026746 CPUtime=0 cores=1,3
/proc/1058497/task/1058550/stat : 1058550 (Common-Cleaner) S 1058491 1058497 1058409 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 197244769 19430449152 14835 134679101440 94826709352448 94826709356144 140727015690000 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94826709363960 94826709364752 94826716602368 140727015691269 140727015691359 140727015691359 140727015698376 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 59340 KiB

[startup+0.316743 s]*
/proc/loadavg: 1.12 1.68 2.86 13/309 1058550
/proc/meminfo: memFree=123934868/131655788 swapFree=131071996/131071996
[pid=1058497] ppid=1058491 vsize=18975048 memory=65320 CPUtime=0.46 cores=1,3
/proc/1058497/stat : 1058497 (java) S 1058491 1058497 1058409 0 -1 1077936128 7229 0 0 0 40 6 0 0 20 0 18 0 197244761 19430449152 16330 134679101440 94826709352448 94826709356144 140727015690000 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94826709363960 94826709364752 94826716602368 140727015691269 140727015691359 140727015691359 140727015698376 0
/proc/1058497/statm: 4743762 16330 5711 1 0 551483 0
[pid=1058497/tid=1058502] ppid=1058491 vsize=18975048 memory=-7235417058883953251 CPUtime=0.29 cores=1,3
/proc/1058497/task/1058502/stat : 1058502 (java) R 1058491 1058497 1058409 0 -1 4194368 5779 0 0 0 25 4 0 0 20 0 18 0 197244762 19430449152 16330 134679101440 94826709352448 94826709356144 140727015690000 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94826709363960 94826709364752 94826716602368 140727015691269 140727015691359 140727015691359 140727015698376 0
[pid=1058497/tid=1058543] ppid=1058491 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/1058497/task/1058543/stat : 1058543 (Finalizer) S 1058491 1058497 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 197244768 19430449152 16330 134679101440 94826709352448 94826709356144 140727015690000 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94826709363960 94826709364752 94826716602368 140727015691269 140727015691359 140727015691359 140727015698376 0
[pid=1058497/tid=1058550] ppid=1058491 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/1058497/task/1058550/stat : 1058550 (Common-Cleaner) S 1058491 1058497 1058409 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 197244769 19430449152 16330 134679101440 94826709352448 94826709356144 140727015690000 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94826709363960 94826709364752 94826716602368 140727015691269 140727015691359 140727015691359 140727015698376 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65320 KiB

[startup+0.701194 s]
/proc/loadavg: 1.12 1.68 2.86 13/311 1058552
/proc/meminfo: memFree=123877492/131655788 swapFree=131071996/131071996
[pid=1058497] ppid=1058491 vsize=18975048 memory=108120 CPUtime=1.16 cores=1,3
/proc/1058497/stat : 1058497 (java) S 1058491 1058497 1058409 0 -1 1077936128 9107 0 0 0 107 9 0 0 20 0 18 0 197244761 19430449152 27030 134679101440 94826709352448 94826709356144 140727015690000 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94826709363960 94826709364752 94826716602368 140727015691269 140727015691359 140727015691359 140727015698376 0
/proc/1058497/statm: 4743762 27030 5849 1 0 552712 0
[pid=1058497/tid=1058502] ppid=1058491 vsize=18975048 memory=5616 CPUtime=0.61 cores=1,3
/proc/1058497/task/1058502/stat : 1058502 (java) R 1058491 1058497 1058409 0 -1 4194368 5876 0 0 0 56 5 0 0 20 0 18 0 197244762 19430449152 27030 134679101440 94826709352448 94826709356144 140727015690000 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94826709363960 94826709364752 94826716602368 140727015691269 140727015691359 140727015691359 140727015698376 0
[pid=1058497/tid=1058543] ppid=1058491 vsize=18975048 memory=11884 CPUtime=0 cores=1,3
/proc/1058497/task/1058543/stat : 1058543 (Finalizer) S 1058491 1058497 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 197244768 19430449152 27030 134679101440 94826709352448 94826709356144 140727015690000 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94826709363960 94826709364752 94826716602368 140727015691269 140727015691359 140727015691359 140727015698376 0
[pid=1058497/tid=1058550] ppid=1058491 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/1058497/task/1058550/stat : 1058550 (Common-Cleaner) S 1058491 1058497 1058409 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 197244769 19430449152 27030 134679101440 94826709352448 94826709356144 140727015690000 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94826709363960 94826709364752 94826716602368 140727015691269 140727015691359 140727015691359 140727015698376 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 108120 KiB

[startup+1.50119 s]
/proc/loadavg: 1.12 1.68 2.86 10/313 1058554
/proc/meminfo: memFree=123785824/131655788 swapFree=131071996/131071996
[pid=1058497] ppid=1058491 vsize=19041612 memory=134240 CPUtime=2.73 cores=1,3
/proc/1058497/stat : 1058497 (java) S 1058491 1058497 1058409 0 -1 1077936128 19357 0 0 0 261 12 0 0 20 0 19 0 197244761 19498610688 33560 134679101440 94826709352448 94826709356144 140727015690000 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94826709363960 94826709364752 94826716602368 140727015691269 140727015691359 140727015691359 140727015698376 0
/proc/1058497/statm: 4760403 33560 5865 1 0 556285 0
[pid=1058497/tid=1058502] ppid=1058491 vsize=19041612 memory=11884 CPUtime=1.34 cores=1,3
/proc/1058497/task/1058502/stat : 1058502 (java) R 1058491 1058497 1058409 0 -1 4194368 6141 0 0 0 129 5 0 0 20 0 19 0 197244762 19498610688 33560 134679101440 94826709352448 94826709356144 140727015690000 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94826709363960 94826709364752 94826716602368 140727015691269 140727015691359 140727015691359 140727015698376 0
[pid=1058497/tid=1058543] ppid=1058491 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1058497/task/1058543/stat : 1058543 (Finalizer) S 1058491 1058497 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 197244768 19498610688 33560 134679101440 94826709352448 94826709356144 140727015690000 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94826709363960 94826709364752 94826716602368 140727015691269 140727015691359 140727015691359 140727015698376 0
[pid=1058497/tid=1058550] ppid=1058491 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1058497/task/1058550/stat : 1058550 (Common-Cleaner) S 1058491 1058497 1058409 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 197244769 19498610688 33560 134679101440 94826709352448 94826709356144 140727015690000 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94826709363960 94826709364752 94826716602368 140727015691269 140727015691359 140727015691359 140727015698376 0
[pid=1058497/tid=1058554] ppid=1058491 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1058497/task/1058554/stat : 1058554 (Timer-0) S 1058491 1058497 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 197244841 19498610688 33560 134679101440 94826709352448 94826709356144 140727015690000 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94826709363960 94826709364752 94826716602368 140727015691269 140727015691359 140727015691359 140727015698376 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 134240 KiB

[startup+3.10734 s]
/proc/loadavg: 1.75 1.80 2.89 6/313 1058620
/proc/meminfo: memFree=123617956/131655788 swapFree=131071996/131071996
[pid=1058497] ppid=1058491 vsize=19041612 memory=167116 CPUtime=5.39 cores=1,3
/proc/1058497/stat : 1058497 (java) S 1058491 1058497 1058409 0 -1 1077936128 22573 0 0 0 526 13 0 0 20 0 19 0 197244761 19498610688 41779 134679101440 94826709352448 94826709356144 140727015690000 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94826709363960 94826709364752 94826716602368 140727015691269 140727015691359 140727015691359 140727015698376 0
/proc/1058497/statm: 4760403 41779 5897 1 0 557626 0
[pid=1058497/tid=1058502] ppid=1058491 vsize=19041612 memory=0 CPUtime=2.92 cores=1,3
/proc/1058497/task/1058502/stat : 1058502 (java) R 1058491 1058497 1058409 0 -1 4194368 7346 0 0 0 286 6 0 0 20 0 19 0 197244762 19498610688 41779 134679101440 94826709352448 94826709356144 140727015690000 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94826709363960 94826709364752 94826716602368 140727015691269 140727015691359 140727015691359 140727015698376 0
[pid=1058497/tid=1058543] ppid=1058491 vsize=19041612 memory=11596 CPUtime=0 cores=1,3
/proc/1058497/task/1058543/stat : 1058543 (Finalizer) S 1058491 1058497 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 197244768 19498610688 41779 134679101440 94826709352448 94826709356144 140727015690000 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94826709363960 94826709364752 94826716602368 140727015691269 140727015691359 140727015691359 140727015698376 0
[pid=1058497/tid=1058550] ppid=1058491 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1058497/task/1058550/stat : 1058550 (Common-Cleaner) S 1058491 1058497 1058409 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 197244769 19498610688 41779 134679101440 94826709352448 94826709356144 140727015690000 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94826709363960 94826709364752 94826716602368 140727015691269 140727015691359 140727015691359 140727015698376 0
[pid=1058497/tid=1058554] ppid=1058491 vsize=19041612 memory=11884 CPUtime=0 cores=1,3
/proc/1058497/task/1058554/stat : 1058554 (Timer-0) S 1058491 1058497 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 197244841 19498610688 41779 134679101440 94826709352448 94826709356144 140727015690000 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94826709363960 94826709364752 94826716602368 140727015691269 140727015691359 140727015691359 140727015698376 0
Current children cumulated CPU time: 5.39 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 167116 KiB

[startup+6.30044 s]
/proc/loadavg: 1.75 1.80 2.89 6/316 1058689
/proc/meminfo: memFree=123515224/131655788 swapFree=131071996/131071996
[pid=1058497] ppid=1058491 vsize=19108176 memory=194536 CPUtime=8.62 cores=1,3
/proc/1058497/stat : 1058497 (java) S 1058491 1058497 1058409 0 -1 1077936128 23500 0 0 0 847 15 0 0 20 0 20 0 197244761 19566772224 48634 134679101440 94826709352448 94826709356144 140727015690000 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94826709363960 94826709364752 94826716602368 140727015691269 140727015691359 140727015691359 140727015698376 0
/proc/1058497/statm: 4777044 48634 5913 1 0 557915 0
[pid=1058497/tid=1058502] ppid=1058491 vsize=19108176 memory=0 CPUtime=6.04 cores=1,3
/proc/1058497/task/1058502/stat : 1058502 (java) R 1058491 1058497 1058409 0 -1 4194368 7369 0 0 0 597 7 0 0 20 0 20 0 197244762 19566772224 48634 134679101440 94826709352448 94826709356144 140727015690000 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94826709363960 94826709364752 94826716602368 140727015691269 140727015691359 140727015691359 140727015698376 0
[pid=1058497/tid=1058543] ppid=1058491 vsize=19108176 memory=11884 CPUtime=0 cores=1,3
/proc/1058497/task/1058543/stat : 1058543 (Finalizer) S 1058491 1058497 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197244768 19566772224 48634 134679101440 94826709352448 94826709356144 140727015690000 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94826709363960 94826709364752 94826716602368 140727015691269 140727015691359 140727015691359 140727015698376 0
[pid=1058497/tid=1058550] ppid=1058491 vsize=19108176 memory=11596 CPUtime=0 cores=1,3
/proc/1058497/task/1058550/stat : 1058550 (Common-Cleaner) S 1058491 1058497 1058409 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 20 0 197244769 19566772224 48634 134679101440 94826709352448 94826709356144 140727015690000 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94826709363960 94826709364752 94826716602368 140727015691269 140727015691359 140727015691359 140727015698376 0
[pid=1058497/tid=1058554] ppid=1058491 vsize=19108176 memory=49904 CPUtime=0 cores=1,3
/proc/1058497/task/1058554/stat : 1058554 (Timer-0) S 1058491 1058497 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197244841 19566772224 48634 134679101440 94826709352448 94826709356144 140727015690000 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94826709363960 94826709364752 94826716602368 140727015691269 140727015691359 140727015691359 140727015698376 0
Current children cumulated CPU time: 8.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 194536 KiB

[startup+6.90905 s]
# the end of solver process 1058497 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=9.20301 s, system=0.162065 s

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

[startup+6.40052 s]
/proc/loadavg: 1.75 1.80 2.89 6/316 1058689
/proc/meminfo: memFree=123515224/131655788 swapFree=131071996/131071996
[pid=1058497] ppid=1058491 vsize=19108176 memory=194536 CPUtime=8.72 cores=1,3
/proc/1058497/stat : 1058497 (java) S 1058491 1058497 1058409 0 -1 1077936128 23500 0 0 0 857 15 0 0 20 0 20 0 197244761 19566772224 48634 134679101440 94826709352448 94826709356144 140727015690000 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94826709363960 94826709364752 94826716602368 140727015691269 140727015691359 140727015691359 140727015698376 0
/proc/1058497/statm: 4777044 48634 5913 1 0 557915 0
[pid=1058497/tid=1058502] ppid=1058491 vsize=19108176 memory=-7235417058883953251 CPUtime=6.14 cores=1,3
/proc/1058497/task/1058502/stat : 1058502 (java) R 1058491 1058497 1058409 0 -1 4194368 7369 0 0 0 607 7 0 0 20 0 20 0 197244762 19566772224 48634 134679101440 94826709352448 94826709356144 140727015690000 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94826709363960 94826709364752 94826716602368 140727015691269 140727015691359 140727015691359 140727015698376 0
[pid=1058497/tid=1058543] ppid=1058491 vsize=19108176 memory=11884 CPUtime=0 cores=1,3
/proc/1058497/task/1058543/stat : 1058543 (Finalizer) S 1058491 1058497 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197244768 19566772224 48634 134679101440 94826709352448 94826709356144 140727015690000 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94826709363960 94826709364752 94826716602368 140727015691269 140727015691359 140727015691359 140727015698376 0
[pid=1058497/tid=1058550] ppid=1058491 vsize=19108176 memory=5616 CPUtime=0 cores=1,3
/proc/1058497/task/1058550/stat : 1058550 (Common-Cleaner) S 1058491 1058497 1058409 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 20 0 197244769 19566772224 48634 134679101440 94826709352448 94826709356144 140727015690000 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94826709363960 94826709364752 94826716602368 140727015691269 140727015691359 140727015691359 140727015698376 0
[pid=1058497/tid=1058554] ppid=1058491 vsize=19108176 memory=16216 CPUtime=0 cores=1,3
/proc/1058497/task/1058554/stat : 1058554 (Timer-0) S 1058491 1058497 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 197244841 19566772224 48634 134679101440 94826709352448 94826709356144 140727015690000 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94826709363960 94826709364752 94826716602368 140727015691269 140727015691359 140727015691359 140727015698376 0
Current children cumulated CPU time: 8.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 194536 KiB

[startup+6.80718 s]
/proc/loadavg: 1.75 1.80 2.89 6/316 1058689
/proc/meminfo: memFree=123515224/131655788 swapFree=131071996/131071996
[pid=1058497] ppid=1058491 vsize=19241304 memory=195064 CPUtime=9.19 cores=1,3
/proc/1058497/stat : 1058497 (java) S 1058491 1058497 1058409 0 -1 1077936128 24531 0 0 0 904 15 0 0 20 0 20 0 197244761 19703095296 48766 134679101440 94826709352448 94826709356144 140727015690000 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94826709363960 94826709364752 94826716602368 140727015691269 140727015691359 140727015691359 140727015698376 0
/proc/1058497/statm: 4810326 48766 5928 1 0 558565 0
[pid=1058497/tid=1058502] ppid=1058491 vsize=19241304 memory=-7235417058883953251 CPUtime=6.46 cores=1,3
/proc/1058497/task/1058502/stat : 1058502 (java) S 1058491 1058497 1058409 0 -1 1077936192 8086 0 0 0 639 7 0 0 20 0 20 0 197244762 19703095296 48766 134679101440 94826709352448 94826709356144 140727015690000 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94826709363960 94826709364752 94826716602368 140727015691269 140727015691359 140727015691359 140727015698376 0
[pid=1058497/tid=1058543] ppid=1058491 vsize=19241304 memory=39916 CPUtime=0 cores=1,3
/proc/1058497/task/1058543/stat : 1058543 (Finalizer) S 1058491 1058497 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 197244768 19703095296 48766 134679101440 94826709352448 94826709356144 140727015690000 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94826709363960 94826709364752 94826716602368 140727015691269 140727015691359 140727015691359 140727015698376 0
[pid=1058497/tid=1058550] ppid=1058491 vsize=19241304 memory=5636 CPUtime=0 cores=1,3
/proc/1058497/task/1058550/stat : 1058550 (Common-Cleaner) S 1058491 1058497 1058409 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 20 0 197244769 19703095296 48766 134679101440 94826709352448 94826709356144 140727015690000 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94826709363960 94826709364752 94826716602368 140727015691269 140727015691359 140727015691359 140727015698376 0
Current children cumulated CPU time: 9.19 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 195064 KiB

[startup+6.90032 s]
/proc/loadavg: 1.75 1.80 2.89 6/316 1058689
/proc/meminfo: memFree=123515224/131655788 swapFree=131071996/131071996
[pid=1058497] ppid=1058491 vsize=19241304 memory=195344 CPUtime=9.35 cores=1,3
/proc/1058497/stat : 1058497 (java) S 1058491 1058497 1058409 0 -1 1077936128 24735 0 0 0 920 15 0 0 20 0 14 0 197244761 19703095296 48836 134679101440 94826709352448 94826709356144 140727015690000 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94826709363960 94826709364752 94826716602368 140727015691269 140727015691359 140727015691359 140727015698376 0
/proc/1058497/statm: 4810326 48836 5925 1 0 558572 0
[pid=1058497/tid=1058502] ppid=1058491 vsize=19241304 memory=0 CPUtime=6.46 cores=1,3
/proc/1058497/task/1058502/stat : 1058502 (java) S 1058491 1058497 1058409 0 -1 1077936192 8086 0 0 0 639 7 0 0 20 0 14 0 197244762 19703095296 48836 134679101440 94826709352448 94826709356144 140727015690000 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94826709363960 94826709364752 94826716602368 140727015691269 140727015691359 140727015691359 140727015698376 0
[pid=1058497/tid=1058543] ppid=1058491 vsize=19241304 memory=11884 CPUtime=0 cores=1,3
/proc/1058497/task/1058543/stat : 1058543 (Finalizer) S 1058491 1058497 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 14 0 197244768 19703095296 48836 134679101440 94826709352448 94826709356144 140727015690000 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94826709363960 94826709364752 94826716602368 140727015691269 140727015691359 140727015691359 140727015698376 0
[pid=1058497/tid=1058550] ppid=1058491 vsize=19241304 memory=2220 CPUtime=0 cores=1,3
/proc/1058497/task/1058550/stat : 1058550 (Common-Cleaner) S 1058491 1058497 1058409 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 14 0 197244769 19703095296 48836 134679101440 94826709352448 94826709356144 140727015690000 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94826709363960 94826709364752 94826716602368 140727015691269 140727015691359 140727015691359 140727015698376 0
Current children cumulated CPU time: 9.35 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 195344 KiB

Child status: 20

Real time (s): 6.9091
CPU time (s): 9.36508
CPU user time (s): 9.20301
CPU system time (s): 0.162065
CPU usage (%): 135.547
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 200196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.20301
system time used= 0.162065
maximum resident set size= 200196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24784
page faults= 0
swaps= 0
block input operations= 0
block output operations= 96
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 768
involuntary context switches= 317


# summary of solver processes directly reported to runsolver:
#   pid: 1058497
#   total CPU time (s): 9.36508
#   total CPU user time (s): 9.20301
#   total CPU system time (s): 0.162065

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.052347 second user time and 0.125626 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-20 06:48:19
IDJOB=4452664
IDBENCH=165278
IDSOLVER=3058
FILE ID=nodeC003/4452664-1721450887
RUNJOBID= nodeC003-1721450898-1058421
SLURM_JOB_ID= 7545681
Free space on /tmp= 723780 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/sumineq/sumineq_pyr_4_shuffle/normalized-sumineqArity4pyramidP105.shuf-3.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452664-1721450887/watcher-4452664-1721450887 -o /tmp/evaluation-result-4452664-1721450887/solver-4452664-1721450887 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721450898-1058421 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4452664-1721450887.opb

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

MD5SUM BENCH= 7bfcdc46f967c8c85bd034be31c75732
RANDOM SEED=720694241

nodeC003.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	: 0xb00001f
cpu MHz		: 1197.342
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.76
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	: 0xb00001f
cpu MHz		: 1197.219
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.30
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	: 0xb00001f
cpu MHz		: 1197.216
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.76
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	: 0xb00001f
cpu MHz		: 1197.223
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.30
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	: 0xb00001f
cpu MHz		: 1197.217
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.76
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	: 0xb00001f
cpu MHz		: 1197.216
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.30
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	: 0xb00001f
cpu MHz		: 1197.266
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.76
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	: 0xb00001f
cpu MHz		: 1197.275
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        124112496 kB
MemAvailable:   129832716 kB
Buffers:          563220 kB
Cached:          5939256 kB
SwapCached:            0 kB
Active:          1052532 kB
Inactive:        5801704 kB
Active(anon):       1368 kB
Inactive(anon):   396284 kB
Active(file):    1051164 kB
Inactive(file):  5405420 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              3684 kB
Writeback:             0 kB
AnonPages:        351868 kB
Mapped:           108516 kB
Shmem:             45896 kB
KReclaimable:     207336 kB
Slab:             322912 kB
SReclaimable:     207336 kB
SUnreclaim:       115576 kB
KernelStack:        3648 kB
PageTables:         8956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:     770348 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            59072 kB
HardwareCorrupted:     0 kB
AnonHugePages:    225280 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:      275272 kB
DirectMap2M:    31086592 kB
DirectMap1G:    104857600 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC003 at 2024-07-20 06:48:26