Trace number 4424842

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-07OPTIMUM 7.29676 4.71414

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111220019--soft-33-100-0.wbo
MD5SUM6e5ad560d764b7fb98c12fb74c689226
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark0.399093
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints64
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 2925
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 2924
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1259
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.11	c See www.sat4j.org for details.
0.14/0.12	c version CUSTOM.v20240707
0.14/0.13	c java.runtime.name	OpenJDK Runtime Environment
0.14/0.13	c java.vm.name		OpenJDK 64-Bit Server VM
0.14/0.13	c java.vm.version	22.0.1+8-16
0.14/0.13	c java.vm.vendor	Oracle Corporation
0.14/0.13	c sun.arch.data.model	64
0.14/0.13	c java.version		22.0.1
0.14/0.13	c os.name		Linux
0.14/0.13	c os.version		4.18.0-301.1.el8.x86_64
0.14/0.13	c os.arch		amd64
0.14/0.14	c Free memory 		2115194816
0.14/0.14	c Max memory 		16282288128
0.14/0.14	c Total memory 		2122317824
0.14/0.14	c Number of processors 	2
0.14/0.18	--- Begin Solver configuration ---
0.14/0.18	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.18	Learn all clauses as in MiniSAT
0.14/0.18	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.18	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.18	No reason simplification
0.14/0.18	Glucose 2.1 dynamic restart strategy
0.14/0.18	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.18	timeout=2147483s
0.14/0.18	DB Simplification allowed=false
0.14/0.18	Listener: none
0.14/0.18	--- End Solver configuration ---
0.14/0.19	c Pseudo Boolean Optimization by upper bound
0.14/0.19	c --- Begin Solver configuration ---
0.14/0.19	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.19	c Learn all clauses as in MiniSAT
0.14/0.19	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.19	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.19	c No reason simplification
0.14/0.19	c Glucose 2.1 dynamic restart strategy
0.14/0.19	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.19	c timeout=2147483s
0.14/0.19	c DB Simplification allowed=false
0.14/0.19	c Listener: none
0.14/0.19	c --- End Solver configuration ---
0.14/0.19	c solving HOME/instance-4424842-1720881505.wbo
0.14/0.19	c reading problem ... 
0.34/0.24	c ... done. Wall clock time 0.052s.
0.34/0.24	c declared #vars     169
0.34/0.24	c internal #vars     233
0.34/0.24	c #constraints  102
0.34/0.24	c constraints type 
0.34/0.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1
0.34/0.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24
0.34/0.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
0.34/0.25	c org.sat4j.specs.Constr$1 => 1
0.34/0.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 29
0.34/0.25	c 102 constraints processed.
0.34/0.26	c objective function length is 64 literals
0.34/0.31	c SATISFIABLE
0.34/0.31	c OPTIMIZING...
0.34/0.31	c Got one! Elapsed wall clock time (in seconds):0.132
0.34/0.31	o 1297
0.34/0.34	c Got one! Elapsed wall clock time (in seconds):0.157
0.34/0.34	o 933
0.55/0.36	c Got one! Elapsed wall clock time (in seconds):0.178
0.55/0.36	o 872
0.55/0.37	c Got one! Elapsed wall clock time (in seconds):0.189
0.55/0.38	o 775
0.74/0.46	c Got one! Elapsed wall clock time (in seconds):0.273
0.74/0.46	o 642
0.74/0.47	c Got one! Elapsed wall clock time (in seconds):0.286
0.74/0.47	o 638
0.74/0.47	c Got one! Elapsed wall clock time (in seconds):0.293
0.74/0.47	o 635
0.74/0.49	c Got one! Elapsed wall clock time (in seconds):0.306
0.74/0.49	o 628
0.74/0.50	c Got one! Elapsed wall clock time (in seconds):0.315
0.74/0.50	o 627
0.74/0.52	c Got one! Elapsed wall clock time (in seconds):0.338
0.74/0.52	o 622
0.74/0.52	c Got one! Elapsed wall clock time (in seconds):0.343
0.74/0.52	o 612
0.92/0.54	c Got one! Elapsed wall clock time (in seconds):0.358
0.92/0.54	o 608
0.92/0.55	c Got one! Elapsed wall clock time (in seconds):0.371
0.92/0.55	o 595
0.92/0.57	c Got one! Elapsed wall clock time (in seconds):0.383
0.92/0.57	o 569
0.92/0.58	c Got one! Elapsed wall clock time (in seconds):0.392
0.92/0.58	o 551
0.92/0.59	c Got one! Elapsed wall clock time (in seconds):0.4
0.92/0.59	o 550
0.92/0.60	c Got one! Elapsed wall clock time (in seconds):0.411
0.92/0.60	o 549
1.09/0.69	c Got one! Elapsed wall clock time (in seconds):0.51
1.09/0.69	o 548
1.09/0.70	c Got one! Elapsed wall clock time (in seconds):0.519
1.23/0.70	o 538
1.23/0.71	c Got one! Elapsed wall clock time (in seconds):0.527
1.23/0.71	o 532
1.42/0.81	c Got one! Elapsed wall clock time (in seconds):0.624
1.42/0.81	o 529
1.42/0.82	c Got one! Elapsed wall clock time (in seconds):0.629
1.42/0.82	o 517
1.42/0.82	c Got one! Elapsed wall clock time (in seconds):0.635
1.42/0.82	o 513
1.42/0.83	c Got one! Elapsed wall clock time (in seconds):0.649
1.42/0.83	o 458
1.42/0.84	c Got one! Elapsed wall clock time (in seconds):0.654
1.42/0.84	o 264
1.42/0.86	c Got one! Elapsed wall clock time (in seconds):0.679
1.42/0.86	o 263
1.42/0.87	c Got one! Elapsed wall clock time (in seconds):0.686
1.42/0.87	o 255
1.42/0.89	c Got one! Elapsed wall clock time (in seconds):0.71
1.42/0.89	o 254
1.63/0.90	c Got one! Elapsed wall clock time (in seconds):0.717
1.63/0.90	o 253
1.63/0.91	c Got one! Elapsed wall clock time (in seconds):0.72
1.63/0.91	o 245
1.63/0.92	c Got one! Elapsed wall clock time (in seconds):0.736
1.63/0.92	o 244
1.63/0.94	c Got one! Elapsed wall clock time (in seconds):0.759
1.63/0.94	o 243
1.63/0.95	c Got one! Elapsed wall clock time (in seconds):0.767
1.63/0.95	o 239
1.63/0.96	c Got one! Elapsed wall clock time (in seconds):0.781
1.63/0.96	o 236
1.63/0.97	c Got one! Elapsed wall clock time (in seconds):0.791
1.63/0.97	o 202
1.63/0.99	c Got one! Elapsed wall clock time (in seconds):0.813
1.63/0.99	o 200
1.63/1.00	c Got one! Elapsed wall clock time (in seconds):0.823
1.63/1.01	o 195
1.85/1.06	c Got one! Elapsed wall clock time (in seconds):0.879
1.85/1.06	o 194
2.21/1.20	c Got one! Elapsed wall clock time (in seconds):1.021
2.21/1.20	o 192
2.21/1.23	c Got one! Elapsed wall clock time (in seconds):1.046
2.21/1.23	o 191
2.21/1.24	c Got one! Elapsed wall clock time (in seconds):1.058
2.21/1.24	o 176
2.21/1.27	c Got one! Elapsed wall clock time (in seconds):1.09
2.21/1.27	o 172
2.21/1.28	c Got one! Elapsed wall clock time (in seconds):1.098
2.21/1.28	o 171
2.42/1.31	c Got one! Elapsed wall clock time (in seconds):1.125
2.42/1.31	o 164
2.42/1.35	c Got one! Elapsed wall clock time (in seconds):1.166
2.42/1.35	o 163
2.61/1.45	c cleaning 8147 clauses out of 16299 with flag 3250/16299
2.61/1.46	c Got one! Elapsed wall clock time (in seconds):1.276
2.61/1.46	o 151
2.61/1.47	c Got one! Elapsed wall clock time (in seconds):1.29
2.61/1.47	o 148
2.61/1.48	c Got one! Elapsed wall clock time (in seconds):1.299
2.61/1.48	o 140
2.81/1.53	c Got one! Elapsed wall clock time (in seconds):1.353
2.81/1.53	o 139
2.81/1.56	c Got one! Elapsed wall clock time (in seconds):1.377
2.81/1.56	o 135
2.81/1.58	c Got one! Elapsed wall clock time (in seconds):1.393
2.81/1.58	o 132
3.03/1.60	c Got one! Elapsed wall clock time (in seconds):1.419
3.03/1.60	o 124
3.03/1.61	c Got one! Elapsed wall clock time (in seconds):1.428
3.03/1.61	o 119
3.03/1.66	c Got one! Elapsed wall clock time (in seconds):1.479
3.03/1.66	o 97
3.20/1.70	c Got one! Elapsed wall clock time (in seconds):1.516
3.20/1.70	o 90
3.20/1.72	c Got one! Elapsed wall clock time (in seconds):1.538
3.20/1.72	o 85
3.20/1.73	c Got one! Elapsed wall clock time (in seconds):1.544
3.20/1.73	o 70
3.20/1.74	c Got one! Elapsed wall clock time (in seconds):1.561
3.20/1.74	o 69
3.20/1.77	c Got one! Elapsed wall clock time (in seconds):1.581
3.20/1.77	o 68
3.41/1.81	c Got one! Elapsed wall clock time (in seconds):1.63
3.41/1.81	o 67
3.41/1.87	c cleaning 10052 clauses out of 20112 with flag 3656/28259
3.41/1.87	c Got one! Elapsed wall clock time (in seconds):1.686
3.41/1.87	o 66
3.60/1.91	c Got one! Elapsed wall clock time (in seconds):1.718
3.60/1.91	o 56
3.74/2.00	c cleaning 7686 clauses out of 15376 with flag 13926/33575
3.74/2.02	c Got one! Elapsed wall clock time (in seconds):1.843
3.74/2.02	o 47
3.74/2.03	c Got one! Elapsed wall clock time (in seconds):1.851
3.74/2.03	o 43
3.74/2.05	c Got one! Elapsed wall clock time (in seconds):1.863
3.74/2.05	o 34
3.74/2.07	c Got one! Elapsed wall clock time (in seconds):1.89
3.74/2.08	o 33
3.74/2.10	c Got one! Elapsed wall clock time (in seconds):1.918
3.74/2.10	o 32
3.93/2.11	c Got one! Elapsed wall clock time (in seconds):1.929
3.93/2.11	o 27
3.93/2.13	c Got one! Elapsed wall clock time (in seconds):1.952
3.93/2.13	o 25
3.93/2.16	c Got one! Elapsed wall clock time (in seconds):1.986
3.93/2.17	o 23
4.08/2.25	c cleaning 8052 clauses out of 16123 with flag 7874/42008
4.26/2.33	c Got one! Elapsed wall clock time (in seconds):2.148
4.26/2.33	o 22
4.26/2.38	c cleaning 6827 clauses out of 13661 with flag 6522/47598
4.59/2.50	c cleaning 6413 clauses out of 12834 with flag 26562/53598
4.59/2.53	c Got one! Elapsed wall clock time (in seconds):2.352
4.59/2.53	o 21
4.59/2.57	c Got one! Elapsed wall clock time (in seconds):2.391
4.59/2.57	o 16
4.69/2.61	c Got one! Elapsed wall clock time (in seconds):2.435
4.69/2.61	o 15
4.69/2.63	c Got one! Elapsed wall clock time (in seconds):2.452
4.69/2.63	o 14
4.69/2.63	c Got one! Elapsed wall clock time (in seconds):2.455
4.69/2.63	o 13
4.79/2.70	c cleaning 7214 clauses out of 14438 with flag 8779/61615
4.79/2.78	c Got one! Elapsed wall clock time (in seconds):2.594
4.79/2.78	o 12
4.94/2.84	c cleaning 6137 clauses out of 12279 with flag 8479/66671
5.09/2.97	c cleaning 6073 clauses out of 12145 with flag 33274/72675
5.31/3.13	c cleaning 6534 clauses out of 13067 with flag 60459/79672
5.31/3.13	c Got one! Elapsed wall clock time (in seconds):2.953
5.31/3.13	o 9
5.43/3.26	c cleaning 5899 clauses out of 11800 with flag 21190/84939
5.69/3.41	c cleaning 5949 clauses out of 11899 with flag 46265/90938
5.83/3.53	c Got one! Elapsed wall clock time (in seconds):3.354
5.83/3.53	o 8
6.03/3.63	c Got one! Elapsed wall clock time (in seconds):3.455
6.03/3.63	o 4
6.13/3.71	c cleaning 8621 clauses out of 17248 with flag 8686/102239
6.23/3.87	c cleaning 7309 clauses out of 14624 with flag 34738/108237
6.44/4.04	c Got one! Elapsed wall clock time (in seconds):3.856
6.44/4.04	o 3
6.44/4.04	c Got one! Elapsed wall clock time (in seconds):3.859
6.44/4.04	o 2
6.63/4.22	c cleaning 9371 clauses out of 18754 with flag 23674/119680
6.90/4.41	c cleaning 7687 clauses out of 15376 with flag 53430/125680
7.17/4.61	c cleaning 7338 clauses out of 14678 with flag 89381/132681
7.17/4.65	c starts		: 184
7.17/4.65	c conflicts		: 133411
7.17/4.66	c decisions		: 212996
7.17/4.66	c propagations		: 2906869
7.17/4.66	c inspects		: 34350793
7.17/4.66	c shortcuts		: 0
7.17/4.66	c learnt literals	: 45
7.17/4.66	c learnt binary clauses	: 1
7.17/4.66	c learnt ternary clauses	: 131
7.17/4.66	c learnt constraints	: 133365
7.17/4.66	c ignored constraints	: 0
7.17/4.66	c root simplifications	: 0
7.17/4.66	c removed literals (reason simplification)	: 0
7.17/4.66	c reason swapping (by a shorter reason)	: 0
7.17/4.66	c Calls to reduceDB	: 17
7.17/4.66	c Number of update (reduction) of LBD	: 32561
7.17/4.66	c Imported unit clauses	: 0
7.17/4.66	c No decision after first conflict	: false
7.17/4.66	c number of reductions to clauses (during analyze)	: 0
7.17/4.66	c number of learned constraints concerned by reduction	: 0
7.17/4.66	c number of learning phase by resolution	: 0
7.17/4.66	c number of learning phase by cutting planes	: 0
7.17/4.66	c number of rounding to 1 operations	: 0
7.17/4.66	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
7.17/4.66	c number of reductions of the coefficients by power 2 	: 0
7.17/4.66	c number of right shift for reduction by power 2 	: 0
7.17/4.66	c number of reductions of the coefficients by GCD over coefficients 	: 0
7.17/4.66	c number of ending skipping 	: 0
7.17/4.66	c number of internal skipping 	: 0
7.17/4.66	c number of derivation steps 	: 0
7.17/4.66	c number of skipped derivation steps 	: 0
7.17/4.66	c number of remaining unassigned 	: 0
7.17/4.66	c number of remaining assigned 	: 0
7.17/4.66	c number of falsified literals weakened from reason	: 0
7.17/4.66	c number of falsified literals weakened from conflict	: 0
7.17/4.66	c time for arithmetic operations	: 0
7.17/4.66	c minimum degree of deleted constraints	: null
7.17/4.66	c maximum degree of deleted constraints	: null
7.17/4.66	c number of deleted constraints	: 0
7.17/4.66	c speed (assignments/second)	: 660802.2277790407
7.17/4.66	c non guided choices	: 3288
7.17/4.66	s OPTIMUM FOUND
7.17/4.66	c Found 82 solution(s)
7.17/4.66	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 -x36 x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 x52 -x53 -x54 -x55 -x56 -x57 -x58 x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 x67 -x68 -x69 -x70 -x71 -x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 x90 -x91 -x92 -x93 -x94 -x95 x96 -x97 -x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 -x107 -x108 -x109 -x110 -x111 -x112 x113 -x114 -x115 -x116 -x117 x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 -x131 -x132 -x133 x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 x153 -x154 -x155 -x156 -x157 -x158 x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 -x167 -x168 -x169 
7.17/4.67	c objective function=2
7.17/4.67	c Total wall clock time (in seconds): 4.492

Verifier Data

OK	2

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4424842-1720881505/watcher-4424842-1720881505 -o /tmp/evaluation-result-4424842-1720881505/solver-4424842-1720881505 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1720881342-702392 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4424842-1720881505.wbo 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=703009, runsolver pid=703006

[startup+0.10007 s]*
/proc/loadavg: 4.22 2.56 1.73 7/318 703027
/proc/meminfo: memFree=123219252/131655788 swapFree=131071996/131071996
[pid=703009] ppid=703006 vsize=18975048 memory=57088 CPUtime=0.14 cores=5,7
/proc/703009/stat : 703009 (java) S 703006 703009 698245 0 -1 1077936128 6730 0 0 0 11 3 0 0 20 0 18 0 140306346 19430449152 14272 134679101440 94290972094464 94290972098160 140732969208944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94290972105976 94290972106768 94290981748736 140732969210861 140732969210951 140732969210951 140732969217992 0
/proc/703009/statm: 4743762 14272 5705 1 0 551035 0
[pid=703009/tid=703011] ppid=703006 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/703009/task/703011/stat : 703011 (java) S 703006 703009 698245 0 -1 1077936192 5568 0 0 0 6 2 0 0 20 0 18 0 140306346 19430449152 14272 134679101440 94290972094464 94290972098160 140732969208944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94290972105976 94290972106768 94290981748736 140732969210861 140732969210951 140732969210951 140732969217992 0
[pid=703009/tid=703020] ppid=703006 vsize=18975048 memory=228556276070 CPUtime=0 cores=5,7
/proc/703009/task/703020/stat : 703020 (Finalizer) S 703006 703009 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140306351 19430449152 14272 134679101440 94290972094464 94290972098160 140732969208944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94290972105976 94290972106768 94290981748736 140732969210861 140732969210951 140732969210951 140732969217992 0
[pid=703009/tid=703027] ppid=703006 vsize=18975048 memory=15815599515270057 CPUtime=0 cores=5,7
/proc/703009/task/703027/stat : 703027 (Common-Cleaner) S 703006 703009 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 140306352 19430449152 14272 134679101440 94290972094464 94290972098160 140732969208944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94290972105976 94290972106768 94290981748736 140732969210861 140732969210951 140732969210951 140732969217992 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 57088 KiB

[startup+0.220832 s]*
/proc/loadavg: 4.22 2.56 1.73 7/318 703027
/proc/meminfo: memFree=123209496/131655788 swapFree=131071996/131071996
[pid=703009] ppid=703006 vsize=18975048 memory=66440 CPUtime=0.34 cores=5,7
/proc/703009/stat : 703009 (java) S 703006 703009 698245 0 -1 1077936128 7413 0 0 0 31 3 0 0 20 0 18 0 140306346 19430449152 16610 134679101440 94290972094464 94290972098160 140732969208944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94290972105976 94290972106768 94290981748736 140732969210861 140732969210951 140732969210951 140732969217992 0
/proc/703009/statm: 4743762 16610 5758 1 0 551610 0
[pid=703009/tid=703011] ppid=703006 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=5,7
/proc/703009/task/703011/stat : 703011 (java) R 703006 703009 698245 0 -1 4194368 5970 0 0 0 17 2 0 0 20 0 18 0 140306346 19430449152 16610 134679101440 94290972094464 94290972098160 140732969208944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94290972105976 94290972106768 94290981748736 140732969210861 140732969210951 140732969210951 140732969217992 0
[pid=703009/tid=703020] ppid=703006 vsize=18975048 memory=3715 CPUtime=0 cores=5,7
/proc/703009/task/703020/stat : 703020 (Finalizer) S 703006 703009 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140306351 19430449152 16610 134679101440 94290972094464 94290972098160 140732969208944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94290972105976 94290972106768 94290981748736 140732969210861 140732969210951 140732969210951 140732969217992 0
[pid=703009/tid=703027] ppid=703006 vsize=18975048 memory=14973377819450890 CPUtime=0 cores=5,7
/proc/703009/task/703027/stat : 703027 (Common-Cleaner) S 703006 703009 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 140306352 19430449152 16610 134679101440 94290972094464 94290972098160 140732969208944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94290972105976 94290972106768 94290981748736 140732969210861 140732969210951 140732969210951 140732969217992 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66440 KiB

[startup+0.313451 s]*
/proc/loadavg: 4.22 2.56 1.73 8/319 703028
/proc/meminfo: memFree=123198800/131655788 swapFree=131071996/131071996
[pid=703009] ppid=703006 vsize=19041612 memory=67276 CPUtime=0.55 cores=5,7
/proc/703009/stat : 703009 (java) S 703006 703009 698245 0 -1 1077936128 7628 0 0 0 52 3 0 0 20 0 19 0 140306346 19498610688 16819 134679101440 94290972094464 94290972098160 140732969208944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94290972105976 94290972106768 94290981748736 140732969210861 140732969210951 140732969210951 140732969217992 0
/proc/703009/statm: 4760403 16819 5795 1 0 551978 0
[pid=703009/tid=703011] ppid=703006 vsize=19041612 memory=-8745263052478653116 CPUtime=0.31 cores=5,7
/proc/703009/task/703011/stat : 703011 (java) R 703006 703009 698245 0 -1 4194368 6093 0 0 0 28 3 0 0 20 0 19 0 140306346 19498610688 16819 134679101440 94290972094464 94290972098160 140732969208944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94290972105976 94290972106768 94290981748736 140732969210861 140732969210951 140732969210951 140732969217992 0
[pid=703009/tid=703020] ppid=703006 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/703009/task/703020/stat : 703020 (Finalizer) S 703006 703009 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140306351 19498610688 16819 134679101440 94290972094464 94290972098160 140732969208944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94290972105976 94290972106768 94290981748736 140732969210861 140732969210951 140732969210951 140732969217992 0
[pid=703009/tid=703027] ppid=703006 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/703009/task/703027/stat : 703027 (Common-Cleaner) S 703006 703009 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140306352 19498610688 16819 134679101440 94290972094464 94290972098160 140732969208944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94290972105976 94290972106768 94290981748736 140732969210861 140732969210951 140732969210951 140732969217992 0
[pid=703009/tid=703028] ppid=703006 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/703009/task/703028/stat : 703028 (Timer-0) S 703006 703009 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140306372 19498610688 16819 134679101440 94290972094464 94290972098160 140732969208944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94290972105976 94290972106768 94290981748736 140732969210861 140732969210951 140732969210951 140732969217992 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 67276 KiB

[startup+0.703662 s]
/proc/loadavg: 4.22 2.56 1.73 8/319 703028
/proc/meminfo: memFree=123032948/131655788 swapFree=131071996/131071996
[pid=703009] ppid=703006 vsize=19041612 memory=74356 CPUtime=1.23 cores=5,7
/proc/703009/stat : 703009 (java) S 703006 703009 698245 0 -1 1077936128 9821 0 0 0 119 4 0 0 20 0 19 0 140306346 19498610688 18589 134679101440 94290972094464 94290972098160 140732969208944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94290972105976 94290972106768 94290981748736 140732969210861 140732969210951 140732969210951 140732969217992 0
/proc/703009/statm: 4760403 18589 5864 1 0 553113 0
[pid=703009/tid=703011] ppid=703006 vsize=19041612 memory=12320 CPUtime=0.64 cores=5,7
/proc/703009/task/703011/stat : 703011 (java) R 703006 703009 698245 0 -1 4194368 6109 0 0 0 61 3 0 0 20 0 19 0 140306346 19498610688 18589 134679101440 94290972094464 94290972098160 140732969208944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94290972105976 94290972106768 94290981748736 140732969210861 140732969210951 140732969210951 140732969217992 0
[pid=703009/tid=703020] ppid=703006 vsize=19041612 memory=12320 CPUtime=0 cores=5,7
/proc/703009/task/703020/stat : 703020 (Finalizer) S 703006 703009 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140306351 19498610688 18589 134679101440 94290972094464 94290972098160 140732969208944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94290972105976 94290972106768 94290981748736 140732969210861 140732969210951 140732969210951 140732969217992 0
[pid=703009/tid=703027] ppid=703006 vsize=19041612 memory=117636 CPUtime=0 cores=5,7
/proc/703009/task/703027/stat : 703027 (Common-Cleaner) S 703006 703009 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140306352 19498610688 18589 134679101440 94290972094464 94290972098160 140732969208944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94290972105976 94290972106768 94290981748736 140732969210861 140732969210951 140732969210951 140732969217992 0
[pid=703009/tid=703028] ppid=703006 vsize=19041612 memory=5496 CPUtime=0 cores=5,7
/proc/703009/task/703028/stat : 703028 (Timer-0) S 703006 703009 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140306372 19498610688 18589 134679101440 94290972094464 94290972098160 140732969208944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94290972105976 94290972106768 94290981748736 140732969210861 140732969210951 140732969210951 140732969217992 0
Current children cumulated CPU time: 1.23 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 74356 KiB

[startup+1.5004 s]
/proc/loadavg: 4.22 2.56 1.73 9/319 703028
/proc/meminfo: memFree=123018488/131655788 swapFree=131071996/131071996
[pid=703009] ppid=703006 vsize=19041612 memory=92128 CPUtime=2.81 cores=5,7
/proc/703009/stat : 703009 (java) S 703006 703009 698245 0 -1 1077936128 16564 0 0 0 275 6 0 0 20 0 19 0 140306346 19498610688 23032 134679101440 94290972094464 94290972098160 140732969208944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94290972105976 94290972106768 94290981748736 140732969210861 140732969210951 140732969210951 140732969217992 0
/proc/703009/statm: 4760403 23032 5880 1 0 554846 0
[pid=703009/tid=703011] ppid=703006 vsize=19041612 memory=12320 CPUtime=1.41 cores=5,7
/proc/703009/task/703011/stat : 703011 (java) R 703006 703009 698245 0 -1 4194368 7248 0 0 0 138 3 0 0 20 0 19 0 140306346 19498610688 23032 134679101440 94290972094464 94290972098160 140732969208944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94290972105976 94290972106768 94290981748736 140732969210861 140732969210951 140732969210951 140732969217992 0
[pid=703009/tid=703020] ppid=703006 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/703009/task/703020/stat : 703020 (Finalizer) S 703006 703009 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140306351 19498610688 23032 134679101440 94290972094464 94290972098160 140732969208944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94290972105976 94290972106768 94290981748736 140732969210861 140732969210951 140732969210951 140732969217992 0
[pid=703009/tid=703027] ppid=703006 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/703009/task/703027/stat : 703027 (Common-Cleaner) S 703006 703009 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140306352 19498610688 23032 134679101440 94290972094464 94290972098160 140732969208944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94290972105976 94290972106768 94290981748736 140732969210861 140732969210951 140732969210951 140732969217992 0
[pid=703009/tid=703028] ppid=703006 vsize=19041612 memory=65 CPUtime=0 cores=5,7
/proc/703009/task/703028/stat : 703028 (Timer-0) S 703006 703009 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140306372 19498610688 23032 134679101440 94290972094464 94290972098160 140732969208944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94290972105976 94290972106768 94290981748736 140732969210861 140732969210951 140732969210951 140732969217992 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 92128 KiB

[startup+3.10609 s]
/proc/loadavg: 4.44 2.63 1.76 5/319 703028
/proc/meminfo: memFree=122989968/131655788 swapFree=131071996/131071996
[pid=703009] ppid=703006 vsize=19041612 memory=117540 CPUtime=5.31 cores=5,7
/proc/703009/stat : 703009 (java) S 703006 703009 698245 0 -1 1077936128 18111 0 0 0 524 7 0 0 20 0 19 0 140306346 19498610688 29385 134679101440 94290972094464 94290972098160 140732969208944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94290972105976 94290972106768 94290981748736 140732969210861 140732969210951 140732969210951 140732969217992 0
/proc/703009/statm: 4760403 29385 5880 1 0 554899 0
[pid=703009/tid=703011] ppid=703006 vsize=19041612 memory=0 CPUtime=3.01 cores=5,7
/proc/703009/task/703011/stat : 703011 (java) R 703006 703009 698245 0 -1 4194368 7964 0 0 0 297 4 0 0 20 0 19 0 140306346 19498610688 29385 134679101440 94290972094464 94290972098160 140732969208944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94290972105976 94290972106768 94290981748736 140732969210861 140732969210951 140732969210951 140732969217992 0
[pid=703009/tid=703020] ppid=703006 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/703009/task/703020/stat : 703020 (Finalizer) S 703006 703009 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140306351 19498610688 29385 134679101440 94290972094464 94290972098160 140732969208944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94290972105976 94290972106768 94290981748736 140732969210861 140732969210951 140732969210951 140732969217992 0
[pid=703009/tid=703027] ppid=703006 vsize=19041612 memory=96416 CPUtime=0 cores=5,7
/proc/703009/task/703027/stat : 703027 (Common-Cleaner) S 703006 703009 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140306352 19498610688 29385 134679101440 94290972094464 94290972098160 140732969208944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94290972105976 94290972106768 94290981748736 140732969210861 140732969210951 140732969210951 140732969217992 0
[pid=703009/tid=703028] ppid=703006 vsize=19041612 memory=12320 CPUtime=0 cores=5,7
/proc/703009/task/703028/stat : 703028 (Timer-0) S 703006 703009 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140306372 19498610688 29385 134679101440 94290972094464 94290972098160 140732969208944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94290972105976 94290972106768 94290981748736 140732969210861 140732969210951 140732969210951 140732969217992 0
Current children cumulated CPU time: 5.31 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 117540 KiB

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

# cumulated CPU time of all completed processes:  user=7.21343 s, system=0.083328 s

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

[startup+3.20033 s]
/proc/loadavg: 4.44 2.63 1.76 5/319 703028
/proc/meminfo: memFree=122989968/131655788 swapFree=131071996/131071996
[pid=703009] ppid=703006 vsize=19041612 memory=119588 CPUtime=5.43 cores=5,7
/proc/703009/stat : 703009 (java) S 703006 703009 698245 0 -1 1077936128 18118 0 0 0 536 7 0 0 20 0 19 0 140306346 19498610688 29897 134679101440 94290972094464 94290972098160 140732969208944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94290972105976 94290972106768 94290981748736 140732969210861 140732969210951 140732969210951 140732969217992 0
/proc/703009/statm: 4760403 29897 5880 1 0 554899 0
[pid=703009/tid=703011] ppid=703006 vsize=19041612 memory=281271234537088 CPUtime=3.11 cores=5,7
/proc/703009/task/703011/stat : 703011 (java) R 703006 703009 698245 0 -1 4194368 7966 0 0 0 307 4 0 0 20 0 19 0 140306346 19498610688 29897 134679101440 94290972094464 94290972098160 140732969208944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94290972105976 94290972106768 94290981748736 140732969210861 140732969210951 140732969210951 140732969217992 0
[pid=703009/tid=703020] ppid=703006 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/703009/task/703020/stat : 703020 (Finalizer) S 703006 703009 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140306351 19498610688 29897 134679101440 94290972094464 94290972098160 140732969208944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94290972105976 94290972106768 94290981748736 140732969210861 140732969210951 140732969210951 140732969217992 0
[pid=703009/tid=703027] ppid=703006 vsize=19041612 memory=2752 CPUtime=0 cores=5,7
/proc/703009/task/703027/stat : 703027 (Common-Cleaner) S 703006 703009 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140306352 19498610688 29897 134679101440 94290972094464 94290972098160 140732969208944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94290972105976 94290972106768 94290981748736 140732969210861 140732969210951 140732969210951 140732969217992 0
[pid=703009/tid=703028] ppid=703006 vsize=19041612 memory=2164 CPUtime=0 cores=5,7
/proc/703009/task/703028/stat : 703028 (Timer-0) S 703006 703009 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140306372 19498610688 29897 134679101440 94290972094464 94290972098160 140732969208944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94290972105976 94290972106768 94290981748736 140732969210861 140732969210951 140732969210951 140732969217992 0
Current children cumulated CPU time: 5.43 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 119588 KiB

[startup+4.0004 s]*
/proc/loadavg: 4.44 2.63 1.76 5/319 703030
/proc/meminfo: memFree=122973528/131655788 swapFree=131071996/131071996
[pid=703009] ppid=703006 vsize=19041612 memory=131876 CPUtime=6.44 cores=5,7
/proc/703009/stat : 703009 (java) S 703006 703009 698245 0 -1 1077936128 18145 0 0 0 637 7 0 0 20 0 19 0 140306346 19498610688 32969 134679101440 94290972094464 94290972098160 140732969208944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94290972105976 94290972106768 94290981748736 140732969210861 140732969210951 140732969210951 140732969217992 0
/proc/703009/statm: 4760403 32969 5880 1 0 554899 0
[pid=703009/tid=703011] ppid=703006 vsize=19041612 memory=-8745263052478653116 CPUtime=3.92 cores=5,7
/proc/703009/task/703011/stat : 703011 (java) R 703006 703009 698245 0 -1 4194368 7980 0 0 0 388 4 0 0 20 0 19 0 140306346 19498610688 32969 134679101440 94290972094464 94290972098160 140732969208944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94290972105976 94290972106768 94290981748736 140732969210861 140732969210951 140732969210951 140732969217992 0
[pid=703009/tid=703020] ppid=703006 vsize=19041612 memory=20409 CPUtime=0 cores=5,7
/proc/703009/task/703020/stat : 703020 (Finalizer) S 703006 703009 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140306351 19498610688 32969 134679101440 94290972094464 94290972098160 140732969208944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94290972105976 94290972106768 94290981748736 140732969210861 140732969210951 140732969210951 140732969217992 0
[pid=703009/tid=703027] ppid=703006 vsize=19041612 memory=3977859553537818704 CPUtime=0 cores=5,7
/proc/703009/task/703027/stat : 703027 (Common-Cleaner) S 703006 703009 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140306352 19498610688 32969 134679101440 94290972094464 94290972098160 140732969208944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94290972105976 94290972106768 94290981748736 140732969210861 140732969210951 140732969210951 140732969217992 0
[pid=703009/tid=703028] ppid=703006 vsize=19041612 memory=-8745263052478653116 CPUtime=0 cores=5,7
/proc/703009/task/703028/stat : 703028 (Timer-0) S 703006 703009 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140306372 19498610688 32969 134679101440 94290972094464 94290972098160 140732969208944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94290972105976 94290972106768 94290981748736 140732969210861 140732969210951 140732969210951 140732969217992 0
Current children cumulated CPU time: 6.44 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 131876 KiB

[startup+4.4004 s]
/proc/loadavg: 4.44 2.63 1.76 5/319 703030
/proc/meminfo: memFree=122973528/131655788 swapFree=131071996/131071996
[pid=703009] ppid=703006 vsize=19041612 memory=136164 CPUtime=6.9 cores=5,7
/proc/703009/stat : 703009 (java) S 703006 703009 698245 0 -1 1077936128 18173 0 0 0 683 7 0 0 20 0 19 0 140306346 19498610688 34041 134679101440 94290972094464 94290972098160 140732969208944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94290972105976 94290972106768 94290981748736 140732969210861 140732969210951 140732969210951 140732969217992 0
/proc/703009/statm: 4760403 34041 5888 1 0 554899 0
[pid=703009/tid=703011] ppid=703006 vsize=19041612 memory=31984 CPUtime=4.3 cores=5,7
/proc/703009/task/703011/stat : 703011 (java) R 703006 703009 698245 0 -1 4194368 7984 0 0 0 426 4 0 0 20 0 19 0 140306346 19498610688 34041 134679101440 94290972094464 94290972098160 140732969208944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94290972105976 94290972106768 94290981748736 140732969210861 140732969210951 140732969210951 140732969217992 0
[pid=703009/tid=703020] ppid=703006 vsize=19041612 memory=19428 CPUtime=0 cores=5,7
/proc/703009/task/703020/stat : 703020 (Finalizer) S 703006 703009 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140306351 19498610688 34041 134679101440 94290972094464 94290972098160 140732969208944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94290972105976 94290972106768 94290981748736 140732969210861 140732969210951 140732969210951 140732969217992 0
[pid=703009/tid=703027] ppid=703006 vsize=19041612 memory=108 CPUtime=0 cores=5,7
/proc/703009/task/703027/stat : 703027 (Common-Cleaner) S 703006 703009 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140306352 19498610688 34041 134679101440 94290972094464 94290972098160 140732969208944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94290972105976 94290972106768 94290981748736 140732969210861 140732969210951 140732969210951 140732969217992 0
[pid=703009/tid=703028] ppid=703006 vsize=19041612 memory=1900 CPUtime=0 cores=5,7
/proc/703009/task/703028/stat : 703028 (Timer-0) S 703006 703009 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140306372 19498610688 34041 134679101440 94290972094464 94290972098160 140732969208944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94290972105976 94290972106768 94290981748736 140732969210861 140732969210951 140732969210951 140732969217992 0
Current children cumulated CPU time: 6.9 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 136164 KiB

[startup+4.6004 s]
/proc/loadavg: 4.44 2.63 1.76 5/319 703030
/proc/meminfo: memFree=122973528/131655788 swapFree=131071996/131071996
[pid=703009] ppid=703006 vsize=19041612 memory=138356 CPUtime=7.17 cores=5,7
/proc/703009/stat : 703009 (java) S 703006 703009 698245 0 -1 1077936128 18182 0 0 0 710 7 0 0 20 0 19 0 140306346 19498610688 34589 134679101440 94290972094464 94290972098160 140732969208944 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94290972105976 94290972106768 94290981748736 140732969210861 140732969210951 140732969210951 140732969217992 0
/proc/703009/statm: 4760403 34589 5888 1 0 554899 0
[pid=703009/tid=703011] ppid=703006 vsize=19041612 memory=5496 CPUtime=4.5 cores=5,7
/proc/703009/task/703011/stat : 703011 (java) R 703006 703009 698245 0 -1 4194368 7987 0 0 0 446 4 0 0 20 0 19 0 140306346 19498610688 34589 134679101440 94290972094464 94290972098160 140732969208944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94290972105976 94290972106768 94290981748736 140732969210861 140732969210951 140732969210951 140732969217992 0
[pid=703009/tid=703020] ppid=703006 vsize=19041612 memory=31984 CPUtime=0 cores=5,7
/proc/703009/task/703020/stat : 703020 (Finalizer) S 703006 703009 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140306351 19498610688 34589 134679101440 94290972094464 94290972098160 140732969208944 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94290972105976 94290972106768 94290981748736 140732969210861 140732969210951 140732969210951 140732969217992 0
[pid=703009/tid=703027] ppid=703006 vsize=19041612 memory=19428 CPUtime=0 cores=5,7
/proc/703009/task/703027/stat : 703027 (Common-Cleaner) S 703006 703009 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140306352 19498610688 34589 134679101440 94290972094464 94290972098160 140732969208944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94290972105976 94290972106768 94290981748736 140732969210861 140732969210951 140732969210951 140732969217992 0
[pid=703009/tid=703028] ppid=703006 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/703009/task/703028/stat : 703028 (Timer-0) S 703006 703009 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140306372 19498610688 34589 134679101440 94290972094464 94290972098160 140732969208944 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94290972105976 94290972106768 94290981748736 140732969210861 140732969210951 140732969210951 140732969217992 0
Current children cumulated CPU time: 7.17 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 138356 KiB

[startup+4.70052 s]*
/proc/loadavg: 4.44 2.63 1.76 6/303 703032
/proc/meminfo: memFree=123082128/131655788 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 30

Real time (s): 4.71414
CPU time (s): 7.29676
CPU user time (s): 7.21343
CPU system time (s): 0.083328
CPU usage (%): 154.785
Max. virtual memory (cumulated for all children) (KiB): 19041612
Max. memory (cumulated for all children) (KiB): 138356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.21343
system time used= 0.083328
maximum resident set size= 144008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19060
page faults= 0
swaps= 0
block input operations= 0
block output operations= 88
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 575
involuntary context switches= 267


# summary of solver processes directly reported to runsolver:
#   pid: 703009
#   total CPU time (s): 7.29676
#   total CPU user time (s): 7.21343
#   total CPU system time (s): 0.083328

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.057879 second user time and 0.090389 second system time

The end

Launcher Data

Begin job on nodeC004 at 2024-07-13 16:38:37
IDJOB=4424842
IDBENCH=143730
IDSOLVER=3037
FILE ID=nodeC004/4424842-1720881505
RUNJOBID= nodeC004-1720881342-702392
SLURM_JOB_ID= 7483752
Free space on /tmp= 723780 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111220019--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4424842-1720881505/watcher-4424842-1720881505 -o /tmp/evaluation-result-4424842-1720881505/solver-4424842-1720881505 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1720881342-702392 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4424842-1720881505.wbo

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

MD5SUM BENCH= 6e5ad560d764b7fb98c12fb74c689226
RANDOM SEED=1227773733

nodeC004.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		: 3633.144
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	: 6984.29
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		: 3653.229
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.37
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.456
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	: 6984.29
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.373
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.37
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		: 3625.726
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	: 6984.29
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		: 3492.180
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.37
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.609
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	: 6984.29
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.313
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.37
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        123252924 kB
MemAvailable:   123152132 kB
Buffers:          323124 kB
Cached:           425680 kB
SwapCached:            0 kB
Active:           479924 kB
Inactive:        7411676 kB
Active(anon):       3344 kB
Inactive(anon):  7177184 kB
Active(file):     476580 kB
Inactive(file):   234492 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               948 kB
Writeback:             0 kB
AnonPages:       7142496 kB
Mapped:           121956 kB
Shmem:             37700 kB
KReclaimable:      56672 kB
Slab:             146028 kB
SReclaimable:      56672 kB
SUnreclaim:        89356 kB
KernelStack:        4832 kB
PageTables:        24016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   10991724 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            45920 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6789120 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:      166728 kB
DirectMap2M:     7077888 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 723780 MiB
End job on nodeC004 at 2024-07-13 16:38:42