Trace number 4448684

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 1.98769 1.06982

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/
EC_ODD_GRIDS/normalized-ECgrid3x100split.opb
MD5SUMeb6e9a4b9cb8532f79ed61cad5cbae76
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.163348
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables601
Total number of constraints301
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)301
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version CUSTOM.v20240707
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2113181440
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2122317824
0.14/0.10	c Number of processors 	2
0.14/0.14	--- Begin Solver configuration ---
0.14/0.14	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.14	Learn all clauses as in MiniSAT
0.14/0.14	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.14	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.14	No reason simplification
0.14/0.14	Glucose 2.1 dynamic restart strategy
0.14/0.14	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.14/0.14	timeout=2147483s
0.14/0.14	DB Simplification allowed=false
0.14/0.14	Listener: none
0.14/0.14	--- End Solver configuration ---
0.14/0.14	c Pseudo Boolean Optimization by upper bound
0.14/0.14	c --- Begin Solver configuration ---
0.14/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.14	c Learn all clauses as in MiniSAT
0.14/0.14	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.14	c No reason simplification
0.14/0.14	c Glucose 2.1 dynamic restart strategy
0.14/0.14	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.14/0.14	c timeout=2147483s
0.14/0.14	c DB Simplification allowed=false
0.14/0.14	c Listener: none
0.14/0.14	c --- End Solver configuration ---
0.14/0.14	c solving HOME/instance-4448684-1721357957.opb
0.14/0.14	c reading problem ... 
0.14/0.14	c  no objective function found
0.14/0.18	c ... done. Wall clock time 0.039s.
0.14/0.18	c declared #vars     601
0.14/0.18	c #constraints  602
0.14/0.18	c constraints type 
0.14/0.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.14/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 600
0.14/0.18	c 602 constraints processed.
0.52/0.34	c cleaning 2486 clauses out of 5000 with flag 19548/5000
0.90/0.51	c cleaning 4236 clauses out of 8514 with flag 46022/11000
1.29/0.70	c cleaning 5616 clauses out of 11278 with flag 77859/18000
1.48/0.83	c cleaning 6822 clauses out of 13663 with flag 116903/26001
1.68/0.99	c cleaning 7919 clauses out of 15840 with flag 159344/35001
1.87/1.04	c starts		: 47
1.87/1.04	c conflicts		: 36902
1.87/1.04	c decisions		: 75910
1.87/1.04	c propagations		: 406972
1.87/1.04	c inspects		: 5197473
1.87/1.04	c shortcuts		: 0
1.87/1.04	c learnt literals	: 8
1.87/1.04	c learnt binary clauses	: 7
1.87/1.04	c learnt ternary clauses	: 16
1.87/1.04	c learnt constraints	: 36893
1.87/1.04	c ignored constraints	: 0
1.87/1.04	c root simplifications	: 0
1.87/1.04	c removed literals (reason simplification)	: 0
1.87/1.04	c reason swapping (by a shorter reason)	: 0
1.87/1.04	c Calls to reduceDB	: 5
1.87/1.04	c Number of update (reduction) of LBD	: 13791
1.87/1.04	c Imported unit clauses	: 0
1.87/1.04	c No decision after first conflict	: false
1.87/1.04	c number of reductions to clauses (during analyze)	: 0
1.87/1.04	c number of learned constraints concerned by reduction	: 0
1.87/1.04	c number of learning phase by resolution	: 0
1.87/1.04	c number of learning phase by cutting planes	: 0
1.87/1.04	c number of rounding to 1 operations	: 0
1.87/1.04	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1.87/1.04	c number of reductions of the coefficients by power 2 	: 0
1.87/1.04	c number of right shift for reduction by power 2 	: 0
1.87/1.04	c number of reductions of the coefficients by GCD over coefficients 	: 0
1.87/1.04	c number of ending skipping 	: 0
1.87/1.04	c number of internal skipping 	: 0
1.87/1.04	c number of derivation steps 	: 0
1.87/1.04	c number of skipped derivation steps 	: 0
1.87/1.04	c number of remaining unassigned 	: 0
1.87/1.04	c number of remaining assigned 	: 0
1.87/1.04	c number of falsified literals weakened from reason	: 0
1.87/1.04	c number of falsified literals weakened from conflict	: 0
1.87/1.04	c time for arithmetic operations	: 0
1.87/1.05	c minimum degree of deleted constraints	: null
1.87/1.05	c maximum degree of deleted constraints	: null
1.87/1.05	c number of deleted constraints	: 0
1.87/1.05	c speed (assignments/second)	: 473223.25581395347
1.87/1.05	c non guided choices	: 2883
1.87/1.05	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 9807
1.87/1.05	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 7
1.87/1.05	s UNSATISFIABLE
1.87/1.05	c Total wall clock time (in seconds): 0.916

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4448684-1721357957/watcher-4448684-1721357957 -o /tmp/evaluation-result-4448684-1721357957/solver-4448684-1721357957 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721354365-980652 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4448684-1721357957.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.102597 s]*
/proc/loadavg: 3.93 4.15 4.16 5/296 984825
/proc/meminfo: memFree=126916472/131655788 swapFree=131071996/131071996
[pid=984797] ppid=984794 vsize=18975048 memory=62900 CPUtime=0.14 cores=5,7
/proc/984797/stat : 984797 (java) S 984794 984797 980639 0 -1 1077936128 7160 0 0 0 12 2 0 0 20 0 18 0 187952088 19430449152 15725 134679101440 94628700434432 94628700438128 140721048003296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94628700445944 94628700446736 94628727492608 140721048007686 140721048007776 140721048007776 140721048014792 0
/proc/984797/statm: 4743762 15725 5670 1 0 551367 0
[pid=984797/tid=984799] ppid=984794 vsize=18975048 memory=4026531971 CPUtime=0.09 cores=5,7
/proc/984797/task/984799/stat : 984799 (java) R 984794 984797 980639 0 -1 4194368 5708 0 0 0 7 2 0 0 20 0 18 0 187952088 19430449152 15752 134679101440 94628700434432 94628700438128 140721048003296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94628700445944 94628700446736 94628727492608 140721048007686 140721048007776 140721048007776 140721048014792 0
[pid=984797/tid=984818] ppid=984794 vsize=18975048 memory=5697 CPUtime=0 cores=5,7
/proc/984797/task/984818/stat : 984818 (Finalizer) S 984794 984797 980639 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 187952091 19430449152 15752 134679101440 94628700434432 94628700438128 140721048003296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94628700445944 94628700446736 94628727492608 140721048007686 140721048007776 140721048007776 140721048014792 0
[pid=984797/tid=984825] ppid=984794 vsize=18975048 memory=14699599474464555 CPUtime=0 cores=5,7
/proc/984797/task/984825/stat : 984825 (Common-Cleaner) S 984794 984797 980639 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 187952091 19430449152 15752 134679101440 94628700434432 94628700438128 140721048003296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94628700445944 94628700446736 94628727492608 140721048007686 140721048007776 140721048007776 140721048014792 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62900 KiB

[startup+0.212553 s]*
/proc/loadavg: 3.93 4.15 4.16 6/294 984843
/proc/meminfo: memFree=126909472/131655788 swapFree=131071996/131071996
[pid=984797] ppid=984794 vsize=19041924 memory=71888 CPUtime=0.34 cores=5,7
/proc/984797/stat : 984797 (java) S 984794 984797 980639 0 -1 1077936128 7842 0 0 0 31 3 0 0 20 0 19 0 187952088 19498930176 17972 134679101440 94628700434432 94628700438128 140721048003296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94628700445944 94628700446736 94628727492608 140721048007686 140721048007776 140721048007776 140721048014792 0
/proc/984797/statm: 4760481 17972 5833 1 0 552130 0
[pid=984797/tid=984799] ppid=984794 vsize=19041924 memory=7947006584537350263 CPUtime=0.18 cores=5,7
/proc/984797/task/984799/stat : 984799 (java) R 984794 984797 980639 0 -1 4194368 5942 0 0 0 16 2 0 0 20 0 19 0 187952088 19498930176 17972 134679101440 94628700434432 94628700438128 140721048003296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94628700445944 94628700446736 94628727492608 140721048007686 140721048007776 140721048007776 140721048014792 0
[pid=984797/tid=984818] ppid=984794 vsize=19041924 memory=5681 CPUtime=0 cores=5,7
/proc/984797/task/984818/stat : 984818 (Finalizer) S 984794 984797 980639 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 187952091 19498930176 17972 134679101440 94628700434432 94628700438128 140721048003296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94628700445944 94628700446736 94628727492608 140721048007686 140721048007776 140721048007776 140721048014792 0
[pid=984797/tid=984825] ppid=984794 vsize=19041924 memory=15534137339546546 CPUtime=0 cores=5,7
/proc/984797/task/984825/stat : 984825 (Common-Cleaner) S 984794 984797 980639 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 187952091 19498930176 17972 134679101440 94628700434432 94628700438128 140721048003296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94628700445944 94628700446736 94628727492608 140721048007686 140721048007776 140721048007776 140721048014792 0
[pid=984797/tid=984843] ppid=984794 vsize=19041924 memory=0 CPUtime=0 cores=5,7
/proc/984797/task/984843/stat : 984843 (Timer-0) S 984794 984797 980639 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 187952107 19498930176 17972 134679101440 94628700434432 94628700438128 140721048003296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94628700445944 94628700446736 94628727492608 140721048007686 140721048007776 140721048007776 140721048014792 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 19041924 KiB
Current children cumulated memory: 71888 KiB

[startup+0.306553 s]*
/proc/loadavg: 3.93 4.15 4.16 9/317 984875
/proc/meminfo: memFree=126870336/131655788 swapFree=131071996/131071996
[pid=984797] ppid=984794 vsize=19041612 memory=77168 CPUtime=0.52 cores=5,7
/proc/984797/stat : 984797 (java) S 984794 984797 980639 0 -1 1077936128 9453 0 0 0 49 3 0 0 20 0 19 0 187952088 19498610688 19292 134679101440 94628700434432 94628700438128 140721048003296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94628700445944 94628700446736 94628727492608 140721048007686 140721048007776 140721048007776 140721048014792 0
/proc/984797/statm: 4760403 19292 5833 1 0 552827 0
[pid=984797/tid=984799] ppid=984794 vsize=19041612 memory=-8887962065148617404 CPUtime=0.27 cores=5,7
/proc/984797/task/984799/stat : 984799 (java) R 984794 984797 980639 0 -1 4194368 5958 0 0 0 25 2 0 0 20 0 19 0 187952088 19498610688 19292 134679101440 94628700434432 94628700438128 140721048003296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94628700445944 94628700446736 94628727492608 140721048007686 140721048007776 140721048007776 140721048014792 0
[pid=984797/tid=984818] ppid=984794 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/984797/task/984818/stat : 984818 (Finalizer) S 984794 984797 980639 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 187952091 19498610688 19292 134679101440 94628700434432 94628700438128 140721048003296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94628700445944 94628700446736 94628727492608 140721048007686 140721048007776 140721048007776 140721048014792 0
[pid=984797/tid=984825] ppid=984794 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/984797/task/984825/stat : 984825 (Common-Cleaner) S 984794 984797 980639 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 187952091 19498610688 19292 134679101440 94628700434432 94628700438128 140721048003296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94628700445944 94628700446736 94628727492608 140721048007686 140721048007776 140721048007776 140721048014792 0
[pid=984797/tid=984843] ppid=984794 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/984797/task/984843/stat : 984843 (Timer-0) S 984794 984797 980639 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 187952107 19498610688 19292 134679101440 94628700434432 94628700438128 140721048003296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94628700445944 94628700446736 94628727492608 140721048007686 140721048007776 140721048007776 140721048014792 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 77168 KiB

[startup+0.702554 s]
/proc/loadavg: 3.93 4.15 4.16 9/317 984875
/proc/meminfo: memFree=126848368/131655788 swapFree=131071996/131071996
[pid=984797] ppid=984794 vsize=19041612 memory=90316 CPUtime=1.29 cores=5,7
/proc/984797/stat : 984797 (java) S 984794 984797 980639 0 -1 1077936128 13887 0 0 0 125 4 0 0 20 0 19 0 187952088 19498610688 22579 134679101440 94628700434432 94628700438128 140721048003296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94628700445944 94628700446736 94628727492608 140721048007686 140721048007776 140721048007776 140721048014792 0
/proc/984797/statm: 4760403 22579 5849 1 0 555526 0
[pid=984797/tid=984799] ppid=984794 vsize=19041612 memory=43996 CPUtime=0.65 cores=5,7
/proc/984797/task/984799/stat : 984799 (java) R 984794 984797 980639 0 -1 4194368 6007 0 0 0 63 2 0 0 20 0 19 0 187952088 19498610688 22579 134679101440 94628700434432 94628700438128 140721048003296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94628700445944 94628700446736 94628727492608 140721048007686 140721048007776 140721048007776 140721048014792 0
[pid=984797/tid=984818] ppid=984794 vsize=19041612 memory=11992 CPUtime=0 cores=5,7
/proc/984797/task/984818/stat : 984818 (Finalizer) S 984794 984797 980639 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 187952091 19498610688 22579 134679101440 94628700434432 94628700438128 140721048003296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94628700445944 94628700446736 94628727492608 140721048007686 140721048007776 140721048007776 140721048014792 0
[pid=984797/tid=984825] ppid=984794 vsize=19041612 memory=2312 CPUtime=0 cores=5,7
/proc/984797/task/984825/stat : 984825 (Common-Cleaner) S 984794 984797 980639 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 187952091 19498610688 22579 134679101440 94628700434432 94628700438128 140721048003296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94628700445944 94628700446736 94628727492608 140721048007686 140721048007776 140721048007776 140721048014792 0
[pid=984797/tid=984843] ppid=984794 vsize=19041612 memory=25208 CPUtime=0 cores=5,7
/proc/984797/task/984843/stat : 984843 (Timer-0) S 984794 984797 980639 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 187952107 19498610688 22579 134679101440 94628700434432 94628700438128 140721048003296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94628700445944 94628700446736 94628727492608 140721048007686 140721048007776 140721048007776 140721048014792 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 90316 KiB

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

# cumulated CPU time of all completed processes:  user=1.93811 s, system=0.049576 s

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

[startup+0.800552 s]
/proc/loadavg: 3.93 4.15 4.16 9/317 984875
/proc/meminfo: memFree=126848368/131655788 swapFree=131071996/131071996
[pid=984797] ppid=984794 vsize=19041612 memory=94212 CPUtime=1.48 cores=5,7
/proc/984797/stat : 984797 (java) S 984794 984797 980639 0 -1 1077936128 14392 0 0 0 144 4 0 0 20 0 19 0 187952088 19498610688 23553 134679101440 94628700434432 94628700438128 140721048003296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94628700445944 94628700446736 94628727492608 140721048007686 140721048007776 140721048007776 140721048014792 0
/proc/984797/statm: 4760403 23553 5849 1 0 555985 0
[pid=984797/tid=984799] ppid=984794 vsize=19041612 memory=5512 CPUtime=0.74 cores=5,7
/proc/984797/task/984799/stat : 984799 (java) R 984794 984797 980639 0 -1 4194368 6008 0 0 0 72 2 0 0 20 0 19 0 187952088 19498610688 23553 134679101440 94628700434432 94628700438128 140721048003296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94628700445944 94628700446736 94628727492608 140721048007686 140721048007776 140721048007776 140721048014792 0
[pid=984797/tid=984818] ppid=984794 vsize=19041612 memory=16252 CPUtime=0 cores=5,7
/proc/984797/task/984818/stat : 984818 (Finalizer) S 984794 984797 980639 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 187952091 19498610688 23553 134679101440 94628700434432 94628700438128 140721048003296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94628700445944 94628700446736 94628727492608 140721048007686 140721048007776 140721048007776 140721048014792 0
[pid=984797/tid=984825] ppid=984794 vsize=19041612 memory=62900735836217 CPUtime=0 cores=5,7
/proc/984797/task/984825/stat : 984825 (Common-Cleaner) S 984794 984797 980639 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 187952091 19498610688 23553 134679101440 94628700434432 94628700438128 140721048003296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94628700445944 94628700446736 94628727492608 140721048007686 140721048007776 140721048007776 140721048014792 0
[pid=984797/tid=984843] ppid=984794 vsize=19041612 memory=-8886837264753402556 CPUtime=0 cores=5,7
/proc/984797/task/984843/stat : 984843 (Timer-0) S 984794 984797 980639 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 187952107 19498610688 23553 134679101440 94628700434432 94628700438128 140721048003296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94628700445944 94628700446736 94628727492608 140721048007686 140721048007776 140721048007776 140721048014792 0
Current children cumulated CPU time: 1.48 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 94212 KiB

[startup+1.00455 s]*
/proc/loadavg: 3.93 4.15 4.16 8/318 984876
/proc/meminfo: memFree=126809152/131655788 swapFree=131071996/131071996
[pid=984797] ppid=984794 vsize=19041612 memory=96520 CPUtime=1.87 cores=5,7
/proc/984797/stat : 984797 (java) S 984794 984797 980639 0 -1 1077936128 14439 0 0 0 183 4 0 0 20 0 19 0 187952088 19498610688 24130 134679101440 94628700434432 94628700438128 140721048003296 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94628700445944 94628700446736 94628727492608 140721048007686 140721048007776 140721048007776 140721048014792 0
/proc/984797/statm: 4760403 24130 5849 1 0 556003 0
[pid=984797/tid=984799] ppid=984794 vsize=19041612 memory=-8887962065148617404 CPUtime=0.94 cores=5,7
/proc/984797/task/984799/stat : 984799 (java) R 984794 984797 980639 0 -1 4194368 6015 0 0 0 92 2 0 0 20 0 19 0 187952088 19498610688 24130 134679101440 94628700434432 94628700438128 140721048003296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94628700445944 94628700446736 94628727492608 140721048007686 140721048007776 140721048007776 140721048014792 0
[pid=984797/tid=984818] ppid=984794 vsize=19041612 memory=40520 CPUtime=0 cores=5,7
/proc/984797/task/984818/stat : 984818 (Finalizer) S 984794 984797 980639 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 187952091 19498610688 24130 134679101440 94628700434432 94628700438128 140721048003296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94628700445944 94628700446736 94628727492608 140721048007686 140721048007776 140721048007776 140721048014792 0
[pid=984797/tid=984825] ppid=984794 vsize=19041612 memory=24080 CPUtime=0 cores=5,7
/proc/984797/task/984825/stat : 984825 (Common-Cleaner) S 984794 984797 980639 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 187952091 19498610688 24130 134679101440 94628700434432 94628700438128 140721048003296 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94628700445944 94628700446736 94628727492608 140721048007686 140721048007776 140721048007776 140721048014792 0
[pid=984797/tid=984843] ppid=984794 vsize=19041612 memory=28032 CPUtime=0 cores=5,7
/proc/984797/task/984843/stat : 984843 (Timer-0) S 984794 984797 980639 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 187952107 19498610688 24130 134679101440 94628700434432 94628700438128 140721048003296 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94628700445944 94628700446736 94628727492608 140721048007686 140721048007776 140721048007776 140721048014792 0
Current children cumulated CPU time: 1.87 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 96520 KiB

Child status: 20

Real time (s): 1.06982
CPU time (s): 1.98769
CPU user time (s): 1.93811
CPU system time (s): 0.049576
CPU usage (%): 185.798
Max. virtual memory (cumulated for all children) (KiB): 19041924
Max. memory (cumulated for all children) (KiB): 96520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1.93811
system time used= 0.049576
maximum resident set size= 100504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14626
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= 464
involuntary context switches= 107


# summary of solver processes directly reported to runsolver:
#   pid: 984797
#   total CPU time (s): 1.98769
#   total CPU user time (s): 1.93811
#   total CPU system time (s): 0.049576

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.017654 second user time and 0.030894 second system time

The end

Launcher Data

Begin job on nodeC008 at 2024-07-19 04:59:29
IDJOB=4448684
IDBENCH=160436
IDSOLVER=3058
FILE ID=nodeC008/4448684-1721357957
RUNJOBID= nodeC008-1721354365-980652
SLURM_JOB_ID= 7542775
Free space on /tmp= 723768 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/EC_ODD_GRIDS/normalized-ECgrid3x100split.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4448684-1721357957/watcher-4448684-1721357957 -o /tmp/evaluation-result-4448684-1721357957/solver-4448684-1721357957 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC008-1721354365-980652 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4448684-1721357957.opb

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

MD5SUM BENCH= eb6e9a4b9cb8532f79ed61cad5cbae76
RANDOM SEED=1004512336

nodeC008.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		: 3616.696
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.91
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		: 3637.477
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.31
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		: 2194.951
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.91
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.360
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.31
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		: 3678.673
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.91
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		: 2793.567
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.31
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.413
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.91
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		: 3192.665
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.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        126959732 kB
MemAvailable:   129254736 kB
Buffers:          546064 kB
Cached:          2567292 kB
SwapCached:            0 kB
Active:          1060848 kB
Inactive:        3043572 kB
Active(anon):       1476 kB
Inactive(anon):  1026960 kB
Active(file):    1059372 kB
Inactive(file):  2016612 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2840 kB
Writeback:            32 kB
AnonPages:        990748 kB
Mapped:           126220 kB
Shmem:             37704 kB
KReclaimable:     118104 kB
Slab:             222932 kB
SReclaimable:     118104 kB
SUnreclaim:       104828 kB
KernelStack:        4444 kB
PageTables:        11192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    5176280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            58720 kB
HardwareCorrupted:     0 kB
AnonHugePages:    778240 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:      203592 kB
DirectMap2M:    24866816 kB
DirectMap1G:    111149056 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC008 at 2024-07-19 04:59:30