Trace number 4452634

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 7.02557 4.50761

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
sumineq/sumineq_pyr_4_shuffle/normalized-sumineqArity4pyramidP075.shuf-1.opb
MD5SUMc3fc1be74d62a91a7a1e7c6ab134a010
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 benchmark0.895225
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables11704
Total number of constraints2927
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)6
Number of constraints which are nor clauses,nor cardinality constraints2921
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.15/0.16	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.15/0.17	c This is free software under the dual EPL/GNU LGPL licenses.
0.15/0.17	c See www.sat4j.org for details.
0.15/0.18	c version CUSTOM.v20240707
0.15/0.21	c java.runtime.name	OpenJDK Runtime Environment
0.15/0.21	c java.vm.name		OpenJDK 64-Bit Server VM
0.15/0.21	c java.vm.version	22.0.1+8-16
0.15/0.21	c java.vm.vendor	Oracle Corporation
0.15/0.21	c sun.arch.data.model	64
0.15/0.21	c java.version		22.0.1
0.15/0.21	c os.name		Linux
0.15/0.21	c os.version		4.18.0-301.1.el8.x86_64
0.15/0.21	c os.arch		amd64
0.15/0.22	c Free memory 		2115194816
0.15/0.22	c Max memory 		16282288128
0.15/0.22	c Total memory 		2122317824
0.15/0.22	c Number of processors 	2
0.32/0.31	--- Begin Solver configuration ---
0.32/0.31	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.32/0.31	Learn all clauses as in MiniSAT
0.32/0.31	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32/0.31	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.32/0.31	No reason simplification
0.32/0.31	Glucose 2.1 dynamic restart strategy
0.32/0.31	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.32/0.31	timeout=2147483s
0.32/0.31	DB Simplification allowed=false
0.32/0.31	Listener: none
0.32/0.31	--- End Solver configuration ---
0.32/0.32	c Pseudo Boolean Optimization by upper bound
0.32/0.32	c --- Begin Solver configuration ---
0.32/0.32	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.32/0.32	c Learn all clauses as in MiniSAT
0.32/0.32	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.32/0.32	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.32/0.32	c No reason simplification
0.32/0.32	c Glucose 2.1 dynamic restart strategy
0.32/0.32	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.32/0.32	c timeout=2147483s
0.32/0.32	c DB Simplification allowed=false
0.32/0.32	c Listener: none
0.32/0.32	c --- End Solver configuration ---
0.32/0.32	c solving HOME/instance-4452634-1721450887.opb
0.32/0.32	c reading problem ... 
0.32/0.32	c  no objective function found
0.84/0.61	c ... done. Wall clock time 0.283s.
0.84/0.61	c declared #vars     11704
0.84/0.61	c #constraints  2927
0.84/0.61	c constraints type 
0.84/0.61	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2927
0.84/0.61	c 2927 constraints processed.
2.16/1.26	c cleaning 2499 clauses out of 5004 with flag 18763/5004
2.95/1.61	c cleaning 4251 clauses out of 8502 with flag 37486/11001
3.56/1.98	c cleaning 5575 clauses out of 11252 with flag 61764/18002
3.77/2.10	c cleaning 6819 clauses out of 13675 with flag 91010/26000
3.96/2.19	c cleaning 7886 clauses out of 15857 with flag 124180/35001
4.35/2.33	c cleaning 8957 clauses out of 17970 with flag 157017/45000
4.54/2.42	c cleaning 10001 clauses out of 20015 with flag 198198/56002
4.74/2.51	c cleaning 10982 clauses out of 22012 with flag 239694/68000
4.93/2.61	c cleaning 12007 clauses out of 24031 with flag 282630/81001
5.03/2.73	c cleaning 13002 clauses out of 26024 with flag 333618/95001
5.14/2.84	c cleaning 14002 clauses out of 28021 with flag 388925/110000
5.24/2.96	c cleaning 15004 clauses out of 30019 with flag 447104/126000
5.47/3.11	c cleaning 15968 clauses out of 32015 with flag 509951/143000
5.60/3.25	c cleaning 16918 clauses out of 34048 with flag 572756/161001
5.70/3.39	c cleaning 18022 clauses out of 36130 with flag 641159/180001
5.90/3.57	c cleaning 18927 clauses out of 38107 with flag 713739/200000
6.10/3.74	c cleaning 20054 clauses out of 40180 with flag 784344/221000
6.29/3.91	c cleaning 21041 clauses out of 42128 with flag 868375/243002
6.40/4.08	c cleaning 21922 clauses out of 44085 with flag 949644/266000
6.59/4.29	c cleaning 23032 clauses out of 46163 with flag 1031233/290000
6.85/4.44	c starts		: 123
6.85/4.44	c conflicts		: 296657
6.85/4.44	c decisions		: 1429620
6.85/4.44	c propagations		: 3384129
6.85/4.44	c inspects		: 19637199
6.85/4.44	c shortcuts		: 0
6.85/4.44	c learnt literals	: 9
6.85/4.44	c learnt binary clauses	: 23
6.85/4.44	c learnt ternary clauses	: 4327
6.85/4.44	c learnt constraints	: 296647
6.85/4.44	c ignored constraints	: 0
6.85/4.44	c root simplifications	: 0
6.85/4.44	c removed literals (reason simplification)	: 0
6.85/4.44	c reason swapping (by a shorter reason)	: 0
6.85/4.44	c Calls to reduceDB	: 20
6.85/4.44	c Number of update (reduction) of LBD	: 81982
6.85/4.44	c Imported unit clauses	: 0
6.85/4.44	c No decision after first conflict	: false
6.85/4.44	c number of reductions to clauses (during analyze)	: 0
6.85/4.44	c number of learned constraints concerned by reduction	: 0
6.85/4.44	c number of learning phase by resolution	: 0
6.85/4.44	c number of learning phase by cutting planes	: 0
6.85/4.44	c number of rounding to 1 operations	: 0
6.85/4.44	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
6.85/4.44	c number of reductions of the coefficients by power 2 	: 0
6.85/4.44	c number of right shift for reduction by power 2 	: 0
6.85/4.44	c number of reductions of the coefficients by GCD over coefficients 	: 0
6.85/4.44	c number of ending skipping 	: 0
6.85/4.46	c number of internal skipping 	: 0
6.85/4.46	c number of derivation steps 	: 0
6.85/4.46	c number of skipped derivation steps 	: 0
6.85/4.46	c number of remaining unassigned 	: 0
6.85/4.46	c number of remaining assigned 	: 0
6.85/4.46	c number of falsified literals weakened from reason	: 0
6.85/4.46	c number of falsified literals weakened from conflict	: 0
6.85/4.46	c time for arithmetic operations	: 0
6.85/4.46	c minimum degree of deleted constraints	: null
6.85/4.46	c maximum degree of deleted constraints	: null
6.85/4.46	c number of deleted constraints	: 0
6.85/4.46	c speed (assignments/second)	: 885202.4588019879
6.85/4.46	c non guided choices	: 775217
6.85/4.47	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 29755
6.85/4.47	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 23
6.85/4.47	s UNSATISFIABLE
6.85/4.47	c Total wall clock time (in seconds): 4.152

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 (59843 MiB free)
  memory of node 1: 64510 MiB (61350 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452634-1721450887/watcher-4452634-1721450887 -o /tmp/evaluation-result-4452634-1721450887/solver-4452634-1721450887 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721450898-1058420 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4452634-1721450887.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.105513 s]*
/proc/loadavg: 1.12 1.68 2.86 12/309 1058550
/proc/meminfo: memFree=123975052/131655788 swapFree=131071996/131071996
[pid=1058477] ppid=1058474 vsize=18975048 memory=56112 CPUtime=0.15 cores=4,6
/proc/1058477/stat : 1058477 (java) S 1058474 1058477 1058409 0 -1 1077936128 6498 0 0 0 11 4 0 0 20 0 18 0 197244758 19430449152 14028 134679101440 94228669681664 94228669685360 140730330830480 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94228669693176 94228669693968 94228674772992 140730330833925 140730330834015 140730330834015 140730330841032 0
/proc/1058477/statm: 4743762 14028 5672 1 0 550855 0
[pid=1058477/tid=1058479] ppid=1058474 vsize=18975048 memory=4026531971 CPUtime=0.1 cores=4,6
/proc/1058477/task/1058479/stat : 1058479 (java) R 1058474 1058477 1058409 0 -1 4194368 5395 0 0 0 7 3 0 0 20 0 18 0 197244759 19430449152 14028 134679101440 94228669681664 94228669685360 140730330830480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94228669693176 94228669693968 94228674772992 140730330833925 140730330834015 140730330834015 140730330841032 0
[pid=1058477/tid=1058532] ppid=1058474 vsize=18975048 memory=3711 CPUtime=0 cores=4,6
/proc/1058477/task/1058532/stat : 1058532 (Finalizer) S 1058474 1058477 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 197244765 19430449152 14028 134679101440 94228669681664 94228669685360 140730330830480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94228669693176 94228669693968 94228674772992 140730330833925 140730330834015 140730330834015 140730330841032 0
[pid=1058477/tid=1058540] ppid=1058474 vsize=18975048 memory=13572595761026746 CPUtime=0 cores=4,6
/proc/1058477/task/1058540/stat : 1058540 (Common-Cleaner) S 1058474 1058477 1058409 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 197244766 19430449152 14028 134679101440 94228669681664 94228669685360 140730330830480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94228669693176 94228669693968 94228674772992 140730330833925 140730330834015 140730330834015 140730330841032 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56112 KiB

[startup+0.220962 s]*
/proc/loadavg: 1.12 1.68 2.86 14/309 1058550
/proc/meminfo: memFree=123955316/131655788 swapFree=131071996/131071996
[pid=1058477] ppid=1058474 vsize=18975048 memory=62796 CPUtime=0.32 cores=4,6
/proc/1058477/stat : 1058477 (java) S 1058474 1058477 1058409 0 -1 1077936128 7130 0 0 0 28 4 0 0 20 0 18 0 197244758 19430449152 15699 134679101440 94228669681664 94228669685360 140730330830480 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94228669693176 94228669693968 94228674772992 140730330833925 140730330834015 140730330834015 140730330841032 0
/proc/1058477/statm: 4743762 15699 5680 1 0 551366 0
[pid=1058477/tid=1058479] ppid=1058474 vsize=18975048 memory=6876556183782621315 CPUtime=0.2 cores=4,6
/proc/1058477/task/1058479/stat : 1058479 (java) R 1058474 1058477 1058409 0 -1 4194368 5698 0 0 0 17 3 0 0 20 0 18 0 197244759 19430449152 15699 134679101440 94228669681664 94228669685360 140730330830480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94228669693176 94228669693968 94228674772992 140730330833925 140730330834015 140730330834015 140730330841032 0
[pid=1058477/tid=1058532] ppid=1058474 vsize=18975048 memory=3711 CPUtime=0 cores=4,6
/proc/1058477/task/1058532/stat : 1058532 (Finalizer) S 1058474 1058477 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 197244765 19430449152 15699 134679101440 94228669681664 94228669685360 140730330830480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94228669693176 94228669693968 94228674772992 140730330833925 140730330834015 140730330834015 140730330841032 0
[pid=1058477/tid=1058540] ppid=1058474 vsize=18975048 memory=13572595761026746 CPUtime=0 cores=4,6
/proc/1058477/task/1058540/stat : 1058540 (Common-Cleaner) S 1058474 1058477 1058409 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 197244766 19430449152 15699 134679101440 94228669681664 94228669685360 140730330830480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94228669693176 94228669693968 94228674772992 140730330833925 140730330834015 140730330834015 140730330841032 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62796 KiB

[startup+0.318479 s]*
/proc/loadavg: 1.12 1.68 2.86 10/309 1058550
/proc/meminfo: memFree=123935632/131655788 swapFree=131071996/131071996
[pid=1058477] ppid=1058474 vsize=18975048 memory=66044 CPUtime=0.48 cores=4,6
/proc/1058477/stat : 1058477 (java) S 1058474 1058477 1058409 0 -1 1077936128 7374 0 0 0 43 5 0 0 20 0 18 0 197244758 19430449152 16511 134679101440 94228669681664 94228669685360 140730330830480 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94228669693176 94228669693968 94228674772992 140730330833925 140730330834015 140730330834015 140730330841032 0
/proc/1058477/statm: 4743762 16511 5743 1 0 551542 0
[pid=1058477/tid=1058479] ppid=1058474 vsize=18975048 memory=-7235417058883953251 CPUtime=0.29 cores=4,6
/proc/1058477/task/1058479/stat : 1058479 (java) R 1058474 1058477 1058409 0 -1 4194368 5853 0 0 0 25 4 0 0 20 0 18 0 197244759 19430449152 16511 134679101440 94228669681664 94228669685360 140730330830480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94228669693176 94228669693968 94228674772992 140730330833925 140730330834015 140730330834015 140730330841032 0
[pid=1058477/tid=1058532] ppid=1058474 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/1058477/task/1058532/stat : 1058532 (Finalizer) S 1058474 1058477 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 197244765 19430449152 16511 134679101440 94228669681664 94228669685360 140730330830480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94228669693176 94228669693968 94228674772992 140730330833925 140730330834015 140730330834015 140730330841032 0
[pid=1058477/tid=1058540] ppid=1058474 vsize=18975048 memory=0 CPUtime=0 cores=4,6
/proc/1058477/task/1058540/stat : 1058540 (Common-Cleaner) S 1058474 1058477 1058409 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 197244766 19430449152 16511 134679101440 94228669681664 94228669685360 140730330830480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94228669693176 94228669693968 94228674772992 140730330833925 140730330834015 140730330834015 140730330841032 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66044 KiB

[startup+0.701507 s]
/proc/loadavg: 1.12 1.68 2.86 13/310 1058551
/proc/meminfo: memFree=123889612/131655788 swapFree=131071996/131071996
[pid=1058477] ppid=1058474 vsize=19041612 memory=96052 CPUtime=1.18 cores=4,6
/proc/1058477/stat : 1058477 (java) S 1058474 1058477 1058409 0 -1 1077936128 9134 0 0 0 111 7 0 0 20 0 19 0 197244758 19498610688 24013 134679101440 94228669681664 94228669685360 140730330830480 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94228669693176 94228669693968 94228674772992 140730330833925 140730330834015 140730330834015 140730330841032 0
/proc/1058477/statm: 4760403 24013 5865 1 0 552980 0
[pid=1058477/tid=1058479] ppid=1058474 vsize=19041612 memory=5616 CPUtime=0.61 cores=4,6
/proc/1058477/task/1058479/stat : 1058479 (java) R 1058474 1058477 1058409 0 -1 4194368 5957 0 0 0 56 5 0 0 20 0 19 0 197244759 19498610688 24013 134679101440 94228669681664 94228669685360 140730330830480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94228669693176 94228669693968 94228674772992 140730330833925 140730330834015 140730330834015 140730330841032 0
[pid=1058477/tid=1058532] ppid=1058474 vsize=19041612 memory=11884 CPUtime=0 cores=4,6
/proc/1058477/task/1058532/stat : 1058532 (Finalizer) S 1058474 1058477 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 197244765 19498610688 24013 134679101440 94228669681664 94228669685360 140730330830480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94228669693176 94228669693968 94228674772992 140730330833925 140730330834015 140730330834015 140730330841032 0
[pid=1058477/tid=1058540] ppid=1058474 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1058477/task/1058540/stat : 1058540 (Common-Cleaner) S 1058474 1058477 1058409 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 197244766 19498610688 24013 134679101440 94228669681664 94228669685360 140730330830480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94228669693176 94228669693968 94228674772992 140730330833925 140730330834015 140730330834015 140730330841032 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 96052 KiB

[startup+1.5005 s]
/proc/loadavg: 1.12 1.68 2.86 13/313 1058554
/proc/meminfo: memFree=123794660/131655788 swapFree=131071996/131071996
[pid=1058477] ppid=1058474 vsize=19041612 memory=116168 CPUtime=2.76 cores=4,6
/proc/1058477/stat : 1058477 (java) S 1058474 1058477 1058409 0 -1 1077936128 21779 0 0 0 266 10 0 0 20 0 19 0 197244758 19498610688 29042 134679101440 94228669681664 94228669685360 140730330830480 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94228669693176 94228669693968 94228674772992 140730330833925 140730330834015 140730330834015 140730330841032 0
/proc/1058477/statm: 4760403 29042 5897 1 0 557280 0
[pid=1058477/tid=1058479] ppid=1058474 vsize=19041612 memory=11884 CPUtime=1.38 cores=4,6
/proc/1058477/task/1058479/stat : 1058479 (java) R 1058474 1058477 1058409 0 -1 4194368 7063 0 0 0 133 5 0 0 20 0 19 0 197244759 19498610688 29042 134679101440 94228669681664 94228669685360 140730330830480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94228669693176 94228669693968 94228674772992 140730330833925 140730330834015 140730330834015 140730330841032 0
[pid=1058477/tid=1058532] ppid=1058474 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1058477/task/1058532/stat : 1058532 (Finalizer) S 1058474 1058477 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 197244765 19498610688 29042 134679101440 94228669681664 94228669685360 140730330830480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94228669693176 94228669693968 94228674772992 140730330833925 140730330834015 140730330834015 140730330841032 0
[pid=1058477/tid=1058540] ppid=1058474 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1058477/task/1058540/stat : 1058540 (Common-Cleaner) S 1058474 1058477 1058409 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 197244766 19498610688 29042 134679101440 94228669681664 94228669685360 140730330830480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94228669693176 94228669693968 94228674772992 140730330833925 140730330834015 140730330834015 140730330841032 0
[pid=1058477/tid=1058553] ppid=1058474 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1058477/task/1058553/stat : 1058553 (Timer-0) S 1058474 1058477 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 197244821 19498610688 29042 134679101440 94228669681664 94228669685360 140730330830480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94228669693176 94228669693968 94228674772992 140730330833925 140730330834015 140730330834015 140730330841032 0
Current children cumulated CPU time: 2.76 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 116168 KiB

[startup+3.10507 s]
/proc/loadavg: 1.75 1.80 2.89 7/313 1058620
/proc/meminfo: memFree=123622052/131655788 swapFree=131071996/131071996
[pid=1058477] ppid=1058474 vsize=19041612 memory=147864 CPUtime=5.47 cores=4,6
/proc/1058477/stat : 1058477 (java) S 1058474 1058477 1058409 0 -1 1077936128 23796 0 0 0 536 11 0 0 20 0 19 0 197244758 19498610688 36966 134679101440 94228669681664 94228669685360 140730330830480 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94228669693176 94228669693968 94228674772992 140730330833925 140730330834015 140730330834015 140730330841032 0
/proc/1058477/statm: 4760403 36966 5897 1 0 557989 0
[pid=1058477/tid=1058479] ppid=1058474 vsize=19041612 memory=0 CPUtime=2.98 cores=4,6
/proc/1058477/task/1058479/stat : 1058479 (java) R 1058474 1058477 1058409 0 -1 4194368 7345 0 0 0 292 6 0 0 20 0 19 0 197244759 19498610688 36966 134679101440 94228669681664 94228669685360 140730330830480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94228669693176 94228669693968 94228674772992 140730330833925 140730330834015 140730330834015 140730330841032 0
[pid=1058477/tid=1058532] ppid=1058474 vsize=19041612 memory=11596 CPUtime=0 cores=4,6
/proc/1058477/task/1058532/stat : 1058532 (Finalizer) S 1058474 1058477 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 197244765 19498610688 36966 134679101440 94228669681664 94228669685360 140730330830480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94228669693176 94228669693968 94228674772992 140730330833925 140730330834015 140730330834015 140730330841032 0
[pid=1058477/tid=1058540] ppid=1058474 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1058477/task/1058540/stat : 1058540 (Common-Cleaner) S 1058474 1058477 1058409 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 197244766 19498610688 36966 134679101440 94228669681664 94228669685360 140730330830480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94228669693176 94228669693968 94228674772992 140730330833925 140730330834015 140730330834015 140730330841032 0
[pid=1058477/tid=1058553] ppid=1058474 vsize=19041612 memory=11884 CPUtime=0 cores=4,6
/proc/1058477/task/1058553/stat : 1058553 (Timer-0) S 1058474 1058477 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 197244821 19498610688 36966 134679101440 94228669681664 94228669685360 140730330830480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94228669693176 94228669693968 94228674772992 140730330833925 140730330834015 140730330834015 140730330841032 0
Current children cumulated CPU time: 5.47 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 147864 KiB

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

# cumulated CPU time of all completed processes:  user=6.89175 s, system=0.133815 s

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

[startup+3.20026 s]
/proc/loadavg: 1.75 1.80 2.89 7/313 1058620
/proc/meminfo: memFree=123622052/131655788 swapFree=131071996/131071996
[pid=1058477] ppid=1058474 vsize=19041612 memory=151960 CPUtime=5.6 cores=4,6
/proc/1058477/stat : 1058477 (java) S 1058474 1058477 1058409 0 -1 1077936128 23808 0 0 0 548 12 0 0 20 0 19 0 197244758 19498610688 37990 134679101440 94228669681664 94228669685360 140730330830480 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94228669693176 94228669693968 94228674772992 140730330833925 140730330834015 140730330834015 140730330841032 0
/proc/1058477/statm: 4760403 37990 5897 1 0 557989 0
[pid=1058477/tid=1058479] ppid=1058474 vsize=19041612 memory=281309486457760 CPUtime=3.07 cores=4,6
/proc/1058477/task/1058479/stat : 1058479 (java) R 1058474 1058477 1058409 0 -1 4194368 7353 0 0 0 301 6 0 0 20 0 19 0 197244759 19498610688 37990 134679101440 94228669681664 94228669685360 140730330830480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94228669693176 94228669693968 94228674772992 140730330833925 140730330834015 140730330834015 140730330841032 0
[pid=1058477/tid=1058532] ppid=1058474 vsize=19041612 memory=5636 CPUtime=0 cores=4,6
/proc/1058477/task/1058532/stat : 1058532 (Finalizer) S 1058474 1058477 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 197244765 19498610688 37990 134679101440 94228669681664 94228669685360 140730330830480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94228669693176 94228669693968 94228674772992 140730330833925 140730330834015 140730330834015 140730330841032 0
[pid=1058477/tid=1058540] ppid=1058474 vsize=19041612 memory=26108 CPUtime=0 cores=4,6
/proc/1058477/task/1058540/stat : 1058540 (Common-Cleaner) S 1058474 1058477 1058409 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 197244766 19498610688 37990 134679101440 94228669681664 94228669685360 140730330830480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94228669693176 94228669693968 94228674772992 140730330833925 140730330834015 140730330834015 140730330841032 0
[pid=1058477/tid=1058553] ppid=1058474 vsize=19041612 memory=1980 CPUtime=0 cores=4,6
/proc/1058477/task/1058553/stat : 1058553 (Timer-0) S 1058474 1058477 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 197244821 19498610688 37990 134679101440 94228669681664 94228669685360 140730330830480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94228669693176 94228669693968 94228674772992 140730330833925 140730330834015 140730330834015 140730330841032 0
Current children cumulated CPU time: 5.6 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 151960 KiB

[startup+4.00039 s]*
/proc/loadavg: 1.75 1.80 2.89 7/314 1058621
/proc/meminfo: memFree=123524216/131655788 swapFree=131071996/131071996
[pid=1058477] ppid=1058474 vsize=19041612 memory=170496 CPUtime=6.4 cores=4,6
/proc/1058477/stat : 1058477 (java) S 1058474 1058477 1058409 0 -1 1077936128 23845 0 0 0 628 12 0 0 20 0 19 0 197244758 19498610688 42624 134679101440 94228669681664 94228669685360 140730330830480 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94228669693176 94228669693968 94228674772992 140730330833925 140730330834015 140730330834015 140730330841032 0
/proc/1058477/statm: 4760403 42624 5902 1 0 557989 0
[pid=1058477/tid=1058479] ppid=1058474 vsize=19041612 memory=-7235417058883494498 CPUtime=3.89 cores=4,6
/proc/1058477/task/1058479/stat : 1058479 (java) R 1058474 1058477 1058409 0 -1 4194368 7373 0 0 0 382 7 0 0 20 0 19 0 197244759 19498610688 42624 134679101440 94228669681664 94228669685360 140730330830480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94228669693176 94228669693968 94228674772992 140730330833925 140730330834015 140730330834015 140730330841032 0
[pid=1058477/tid=1058532] ppid=1058474 vsize=19041612 memory=30160 CPUtime=0 cores=4,6
/proc/1058477/task/1058532/stat : 1058532 (Finalizer) S 1058474 1058477 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 197244765 19498610688 42624 134679101440 94228669681664 94228669685360 140730330830480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94228669693176 94228669693968 94228674772992 140730330833925 140730330834015 140730330834015 140730330841032 0
[pid=1058477/tid=1058540] ppid=1058474 vsize=19041612 memory=3776 CPUtime=0 cores=4,6
/proc/1058477/task/1058540/stat : 1058540 (Common-Cleaner) S 1058474 1058477 1058409 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 197244766 19498610688 42624 134679101440 94228669681664 94228669685360 140730330830480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94228669693176 94228669693968 94228674772992 140730330833925 140730330834015 140730330834015 140730330841032 0
[pid=1058477/tid=1058553] ppid=1058474 vsize=19041612 memory=27484 CPUtime=0 cores=4,6
/proc/1058477/task/1058553/stat : 1058553 (Timer-0) S 1058474 1058477 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 197244821 19498610688 42624 134679101440 94228669681664 94228669685360 140730330830480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94228669693176 94228669693968 94228674772992 140730330833925 140730330834015 140730330834015 140730330841032 0
Current children cumulated CPU time: 6.4 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 170496 KiB

[startup+4.4005 s]
/proc/loadavg: 1.75 1.80 2.89 7/314 1058621
/proc/meminfo: memFree=123524216/131655788 swapFree=131071996/131071996
[pid=1058477] ppid=1058474 vsize=19041612 memory=176716 CPUtime=6.85 cores=4,6
/proc/1058477/stat : 1058477 (java) S 1058474 1058477 1058409 0 -1 1077936128 24220 0 0 0 673 12 0 0 20 0 19 0 197244758 19498610688 44179 134679101440 94228669681664 94228669685360 140730330830480 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94228669693176 94228669693968 94228674772992 140730330833925 140730330834015 140730330834015 140730330841032 0
/proc/1058477/statm: 4760403 44179 5918 1 0 558006 0
[pid=1058477/tid=1058479] ppid=1058474 vsize=19041612 memory=2220 CPUtime=4.27 cores=4,6
/proc/1058477/task/1058479/stat : 1058479 (java) R 1058474 1058477 1058409 0 -1 4194368 7724 0 0 0 420 7 0 0 20 0 19 0 197244759 19498610688 44179 134679101440 94228669681664 94228669685360 140730330830480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94228669693176 94228669693968 94228674772992 140730330833925 140730330834015 140730330834015 140730330841032 0
[pid=1058477/tid=1058532] ppid=1058474 vsize=19041612 memory=39916 CPUtime=0 cores=4,6
/proc/1058477/task/1058532/stat : 1058532 (Finalizer) S 1058474 1058477 1058409 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 197244765 19498610688 44179 134679101440 94228669681664 94228669685360 140730330830480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94228669693176 94228669693968 94228674772992 140730330833925 140730330834015 140730330834015 140730330841032 0
[pid=1058477/tid=1058540] ppid=1058474 vsize=19041612 memory=5636 CPUtime=0 cores=4,6
/proc/1058477/task/1058540/stat : 1058540 (Common-Cleaner) S 1058474 1058477 1058409 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 197244766 19498610688 44179 134679101440 94228669681664 94228669685360 140730330830480 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94228669693176 94228669693968 94228674772992 140730330833925 140730330834015 140730330834015 140730330841032 0
[pid=1058477/tid=1058553] ppid=1058474 vsize=19041612 memory=26108 CPUtime=0 cores=4,6
/proc/1058477/task/1058553/stat : 1058553 (Timer-0) S 1058474 1058477 1058409 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 197244821 19498610688 44179 134679101440 94228669681664 94228669685360 140730330830480 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94228669693176 94228669693968 94228674772992 140730330833925 140730330834015 140730330834015 140730330841032 0
Current children cumulated CPU time: 6.85 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 176716 KiB

Child status: 20

Real time (s): 4.50761
CPU time (s): 7.02557
CPU user time (s): 6.89175
CPU system time (s): 0.133815
CPU usage (%): 155.86
Max. virtual memory (cumulated for all children) (KiB): 19041612
Max. memory (cumulated for all children) (KiB): 176716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.89175
system time used= 0.133815
maximum resident set size= 180464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25213
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= 592
involuntary context switches= 262


# summary of solver processes directly reported to runsolver:
#   pid: 1058477
#   total CPU time (s): 7.02557
#   total CPU user time (s): 6.89175
#   total CPU system time (s): 0.133815

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.038023 second user time and 0.100241 second system time

The end

Launcher Data

Begin job on nodeC003 at 2024-07-20 06:48:19
IDJOB=4452634
IDBENCH=165270
IDSOLVER=3058
FILE ID=nodeC003/4452634-1721450887
RUNJOBID= nodeC003-1721450898-1058420
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-sumineqArity4pyramidP075.shuf-1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452634-1721450887/watcher-4452634-1721450887 -o /tmp/evaluation-result-4452634-1721450887/solver-4452634-1721450887 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC003-1721450898-1058420 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4452634-1721450887.opb

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

MD5SUM BENCH= c3fc1be74d62a91a7a1e7c6ab134a010
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.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 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.216
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.219
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.381
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.223
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.218
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.220
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.226
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:        124112424 kB
MemAvailable:   129831996 kB
Buffers:          563220 kB
Cached:          5938284 kB
SwapCached:            0 kB
Active:          1052532 kB
Inactive:        5801940 kB
Active(anon):       1368 kB
Inactive(anon):   397168 kB
Active(file):    1051164 kB
Inactive(file):  5404772 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2712 kB
Writeback:             0 kB
AnonPages:        353032 kB
Mapped:           107868 kB
Shmem:             45896 kB
KReclaimable:     207336 kB
Slab:             322912 kB
SReclaimable:     207336 kB
SUnreclaim:       115576 kB
KernelStack:        3732 kB
PageTables:         9440 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:23