Trace number 4424839

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 8.62621 5.77578

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110970444--soft-66-100-0.wbo
MD5SUM938b841d1fff451a1013f00070492fe7
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark80
Best CPU time to get the best result obtained on this benchmark0.125115
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 constraints28
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 1415
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1414
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1239
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.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.09	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.11	c Free memory 		2115194816
0.00/0.11	c Max memory 		16282288128
0.00/0.11	c Total memory 		2122317824
0.00/0.11	c Number of processors 	2
0.16/0.15	--- Begin Solver configuration ---
0.16/0.15	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.16/0.15	Learn all clauses as in MiniSAT
0.16/0.15	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.16/0.15	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.16/0.15	No reason simplification
0.16/0.15	Glucose 2.1 dynamic restart strategy
0.16/0.15	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.16/0.15	timeout=2147483s
0.16/0.15	DB Simplification allowed=false
0.16/0.15	Listener: none
0.16/0.15	--- End Solver configuration ---
0.16/0.15	c Pseudo Boolean Optimization by upper bound
0.16/0.15	c --- Begin Solver configuration ---
0.16/0.15	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.16/0.15	c Learn all clauses as in MiniSAT
0.16/0.15	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.16/0.15	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.16/0.15	c No reason simplification
0.16/0.15	c Glucose 2.1 dynamic restart strategy
0.16/0.15	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.16/0.15	c timeout=2147483s
0.16/0.15	c DB Simplification allowed=false
0.16/0.15	c Listener: none
0.16/0.15	c --- End Solver configuration ---
0.16/0.15	c solving HOME/instance-4424839-1720881499.wbo
0.16/0.15	c reading problem ... 
0.16/0.17	c ... done. Wall clock time 0.036s.
0.16/0.17	c declared #vars     169
0.16/0.17	c internal #vars     197
0.16/0.17	c #constraints  102
0.16/0.17	c constraints type 
0.16/0.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.16/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 50
0.16/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
0.16/0.17	c org.sat4j.specs.Constr$1 => 1
0.16/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 28
0.16/0.17	c 102 constraints processed.
0.16/0.18	c objective function length is 28 literals
0.55/0.36	c SATISFIABLE
0.55/0.36	c OPTIMIZING...
0.55/0.36	c Got one! Elapsed wall clock time (in seconds):0.214
0.55/0.36	o 860
1.10/0.64	c cleaning 2546 clauses out of 5094 with flag 10836/5094
1.28/0.76	c cleaning 4272 clauses out of 8548 with flag 27854/11094
1.28/0.78	c Got one! Elapsed wall clock time (in seconds):0.646
1.28/0.78	o 851
1.48/0.84	c Got one! Elapsed wall clock time (in seconds):0.701
1.48/0.84	o 841
1.48/0.89	c cleaning 5426 clauses out of 10851 with flag 5835/17669
1.69/0.92	c Got one! Elapsed wall clock time (in seconds):0.771
1.69/0.92	o 840
1.69/0.95	c Got one! Elapsed wall clock time (in seconds):0.817
1.69/0.95	o 837
1.88/1.02	c cleaning 5859 clauses out of 11717 with flag 9005/23961
1.88/1.06	c Got one! Elapsed wall clock time (in seconds):0.93
1.88/1.06	o 836
2.08/1.11	c cleaning 5479 clauses out of 10958 with flag 6230/29061
2.24/1.21	c cleaning 5739 clauses out of 11480 with flag 25864/35062
2.24/1.26	c Got one! Elapsed wall clock time (in seconds):1.122
2.24/1.26	o 835
2.24/1.27	c Got one! Elapsed wall clock time (in seconds):1.138
2.24/1.27	o 832
2.42/1.31	c Got one! Elapsed wall clock time (in seconds):1.177
2.42/1.31	o 830
2.42/1.33	c Got one! Elapsed wall clock time (in seconds):1.2
2.42/1.33	o 781
2.42/1.35	c Got one! Elapsed wall clock time (in seconds):1.215
2.42/1.35	o 776
2.42/1.36	c Got one! Elapsed wall clock time (in seconds):1.22
2.42/1.36	o 519
2.42/1.36	c Got one! Elapsed wall clock time (in seconds):1.221
2.42/1.36	o 223
2.42/1.40	c cleaning 6725 clauses out of 13452 with flag 3660/42773
2.55/1.44	c Got one! Elapsed wall clock time (in seconds):1.3
2.55/1.44	o 219
2.55/1.45	c Got one! Elapsed wall clock time (in seconds):1.31
2.55/1.45	o 216
2.75/1.52	c cleaning 6369 clauses out of 12747 with flag 10613/48793
2.95/1.64	c cleaning 6183 clauses out of 12379 with flag 31128/54794
3.15/1.71	c Got one! Elapsed wall clock time (in seconds):1.579
3.15/1.71	o 215
3.15/1.72	c Got one! Elapsed wall clock time (in seconds):1.588
3.15/1.72	o 211
3.15/1.73	c Got one! Elapsed wall clock time (in seconds):1.595
3.15/1.73	o 202
3.15/1.75	c Got one! Elapsed wall clock time (in seconds):1.609
3.15/1.75	o 200
3.15/1.77	c cleaning 6418 clauses out of 12840 with flag 3504/61438
3.15/1.79	c Got one! Elapsed wall clock time (in seconds):1.657
3.15/1.79	o 189
3.54/1.91	c cleaning 6148 clauses out of 12312 with flag 16915/67328
3.75/2.02	c cleaning 6076 clauses out of 12163 with flag 37484/73327
3.88/2.16	c cleaning 6540 clauses out of 13087 with flag 62676/80327
4.07/2.32	c cleaning 7274 clauses out of 14548 with flag 91537/88328
4.17/2.41	c Got one! Elapsed wall clock time (in seconds):2.274
4.17/2.41	o 183
4.17/2.44	c cleaning 6433 clauses out of 12879 with flag 3861/93933
4.17/2.44	c Got one! Elapsed wall clock time (in seconds):2.307
4.17/2.44	o 180
4.28/2.55	c cleaning 5812 clauses out of 11636 with flag 19738/99123
4.38/2.66	c cleaning 5902 clauses out of 11824 with flag 41656/105123
4.38/2.66	c Got one! Elapsed wall clock time (in seconds):2.53
4.38/2.66	o 177
4.38/2.67	c Got one! Elapsed wall clock time (in seconds):2.539
4.38/2.67	o 170
4.38/2.68	c Got one! Elapsed wall clock time (in seconds):2.542
4.38/2.68	o 164
4.38/2.69	c Got one! Elapsed wall clock time (in seconds):2.552
4.38/2.69	o 158
4.38/2.69	c Got one! Elapsed wall clock time (in seconds):2.555
4.38/2.69	o 156
4.38/2.70	c Got one! Elapsed wall clock time (in seconds):2.561
4.38/2.70	o 132
4.60/2.81	c cleaning 6334 clauses out of 12667 with flag 19807/111868
4.60/2.88	c Got one! Elapsed wall clock time (in seconds):2.746
4.60/2.88	o 126
4.74/2.92	c Got one! Elapsed wall clock time (in seconds):2.781
4.74/2.92	o 124
4.74/2.96	c cleaning 6315 clauses out of 12642 with flag 4028/118177
4.74/2.96	c Got one! Elapsed wall clock time (in seconds):2.826
4.74/2.96	o 121
4.74/3.01	c Got one! Elapsed wall clock time (in seconds):2.874
4.74/3.01	o 117
4.91/3.03	c Got one! Elapsed wall clock time (in seconds):2.894
4.91/3.03	o 115
4.91/3.04	c Got one! Elapsed wall clock time (in seconds):2.908
4.91/3.04	o 110
5.02/3.11	c cleaning 6855 clauses out of 13710 with flag 12510/125560
5.02/3.15	c Got one! Elapsed wall clock time (in seconds):3.018
5.02/3.15	o 93
5.16/3.28	c cleaning 6414 clauses out of 12840 with flag 17003/131545
5.54/3.42	c cleaning 6207 clauses out of 12424 with flag 41947/137543
5.54/3.43	c Got one! Elapsed wall clock time (in seconds):3.299
5.54/3.43	o 92
5.64/3.52	c Got one! Elapsed wall clock time (in seconds):3.384
5.64/3.52	o 86
5.64/3.57	c cleaning 6341 clauses out of 12683 with flag 8885/144009
5.85/3.70	c cleaning 6167 clauses out of 12341 with flag 35182/150008
5.85/3.71	c Got one! Elapsed wall clock time (in seconds):3.574
5.85/3.71	o 80
5.95/3.82	c cleaning 5817 clauses out of 11645 with flag 21344/155480
6.15/3.97	c cleaning 5913 clauses out of 11828 with flag 47759/161480
6.39/4.13	c cleaning 6456 clauses out of 12915 with flag 79837/168481
6.59/4.32	c cleaning 7225 clauses out of 14456 with flag 117361/176479
6.89/4.56	c cleaning 8112 clauses out of 16229 with flag 159133/185480
7.41/4.83	c cleaning 9050 clauses out of 18115 with flag 206249/195479
7.82/5.13	c cleaning 10032 clauses out of 20063 with flag 257268/206479
8.23/5.52	c cleaning 11002 clauses out of 22023 with flag 314642/218479
8.52/5.73	c starts		: 248
8.52/5.75	c conflicts		: 223982
8.52/5.75	c decisions		: 355313
8.52/5.75	c propagations		: 4410079
8.52/5.75	c inspects		: 47246588
8.52/5.75	c shortcuts		: 0
8.52/5.75	c learnt literals	: 29
8.52/5.75	c learnt binary clauses	: 8
8.52/5.75	c learnt ternary clauses	: 94
8.52/5.75	c learnt constraints	: 223952
8.52/5.75	c ignored constraints	: 0
8.52/5.75	c root simplifications	: 0
8.52/5.75	c removed literals (reason simplification)	: 0
8.52/5.75	c reason swapping (by a shorter reason)	: 0
8.52/5.75	c Calls to reduceDB	: 32
8.52/5.75	c Number of update (reduction) of LBD	: 51511
8.52/5.75	c Imported unit clauses	: 0
8.52/5.75	c No decision after first conflict	: false
8.52/5.75	c number of reductions to clauses (during analyze)	: 0
8.52/5.75	c number of learned constraints concerned by reduction	: 0
8.52/5.75	c number of learning phase by resolution	: 0
8.52/5.75	c number of learning phase by cutting planes	: 0
8.52/5.75	c number of rounding to 1 operations	: 0
8.52/5.75	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
8.52/5.75	c number of reductions of the coefficients by power 2 	: 0
8.52/5.75	c number of right shift for reduction by power 2 	: 0
8.52/5.75	c number of reductions of the coefficients by GCD over coefficients 	: 0
8.52/5.75	c number of ending skipping 	: 0
8.52/5.75	c number of internal skipping 	: 0
8.52/5.75	c number of derivation steps 	: 0
8.52/5.75	c number of skipped derivation steps 	: 0
8.52/5.75	c number of remaining unassigned 	: 0
8.52/5.75	c number of remaining assigned 	: 0
8.52/5.75	c number of falsified literals weakened from reason	: 0
8.52/5.75	c number of falsified literals weakened from conflict	: 0
8.52/5.75	c time for arithmetic operations	: 0
8.52/5.75	c minimum degree of deleted constraints	: null
8.52/5.75	c maximum degree of deleted constraints	: null
8.52/5.75	c number of deleted constraints	: 0
8.52/5.75	c speed (assignments/second)	: 793179.6762589929
8.52/5.75	c non guided choices	: 1327
8.52/5.75	s OPTIMUM FOUND
8.52/5.75	c Found 38 solution(s)
8.52/5.75	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 
8.52/5.75	c objective function=80
8.52/5.75	c Total wall clock time (in seconds): 5.619

Verifier Data

OK	80

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 (59468 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-4424839-1720881499/watcher-4424839-1720881499 -o /tmp/evaluation-result-4424839-1720881499/solver-4424839-1720881499 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1720881342-702392 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4424839-1720881499.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=702942, runsolver pid=702939

[startup+0.100069 s]*
/proc/loadavg: 4.15 2.52 1.71 9/318 702960
/proc/meminfo: memFree=123232600/131655788 swapFree=131071996/131071996
[pid=702942] ppid=702939 vsize=18975048 memory=62912 CPUtime=0.16 cores=5,7
/proc/702942/stat : 702942 (java) S 702939 702942 698245 0 -1 1077936128 6769 0 0 0 15 1 0 0 20 0 18 0 140305728 19430449152 15728 134679101440 94652360265728 94652360269424 140736029010912 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94652360277240 94652360278032 94652376334336 140736029017069 140736029017159 140736029017159 140736029024200 0
/proc/702942/statm: 4743762 15728 5544 1 0 551127 0
[pid=702942/tid=702944] ppid=702939 vsize=18975048 memory=4026561586 CPUtime=0.1 cores=5,7
/proc/702942/task/702944/stat : 702944 (java) R 702939 702942 698245 0 -1 4194368 5692 0 0 0 9 1 0 0 20 0 18 0 140305728 19430449152 15728 134679101440 94652360265728 94652360269424 140736029010912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94652360277240 94652360278032 94652376334336 140736029017069 140736029017159 140736029017159 140736029024200 0
[pid=702942/tid=702953] ppid=702939 vsize=18975048 memory=228556276070 CPUtime=0 cores=5,7
/proc/702942/task/702953/stat : 702953 (Finalizer) S 702939 702942 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140305731 19430449152 15728 134679101440 94652360265728 94652360269424 140736029010912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94652360277240 94652360278032 94652376334336 140736029017069 140736029017159 140736029017159 140736029024200 0
[pid=702942/tid=702960] ppid=702939 vsize=18975048 memory=15815599515270057 CPUtime=0 cores=5,7
/proc/702942/task/702960/stat : 702960 (Common-Cleaner) S 702939 702942 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 140305732 19430449152 15728 134679101440 94652360265728 94652360269424 140736029010912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94652360277240 94652360278032 94652376334336 140736029017069 140736029017159 140736029017159 140736029024200 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62912 KiB

[startup+0.217732 s]*
/proc/loadavg: 4.15 2.52 1.71 7/319 702961
/proc/meminfo: memFree=123219112/131655788 swapFree=131071996/131071996
[pid=702942] ppid=702939 vsize=19041612 memory=68704 CPUtime=0.38 cores=5,7
/proc/702942/stat : 702942 (java) S 702939 702942 698245 0 -1 1077936128 7474 0 0 0 36 2 0 0 20 0 19 0 140305728 19498610688 17176 134679101440 94652360265728 94652360269424 140736029010912 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94652360277240 94652360278032 94652376334336 140736029017069 140736029017159 140736029017159 140736029024200 0
/proc/702942/statm: 4760403 17176 5804 1 0 551973 0
[pid=702942/tid=702944] ppid=702939 vsize=19041612 memory=4782652875487838339 CPUtime=0.19 cores=5,7
/proc/702942/task/702944/stat : 702944 (java) R 702939 702942 698245 0 -1 4194368 5992 0 0 0 18 1 0 0 20 0 19 0 140305728 19498610688 17176 134679101440 94652360265728 94652360269424 140736029010912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94652360277240 94652360278032 94652376334336 140736029017069 140736029017159 140736029017159 140736029024200 0
[pid=702942/tid=702953] ppid=702939 vsize=19041612 memory=3715 CPUtime=0 cores=5,7
/proc/702942/task/702953/stat : 702953 (Finalizer) S 702939 702942 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140305731 19498610688 17176 134679101440 94652360265728 94652360269424 140736029010912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94652360277240 94652360278032 94652376334336 140736029017069 140736029017159 140736029017159 140736029024200 0
[pid=702942/tid=702960] ppid=702939 vsize=19041612 memory=14973377819450890 CPUtime=0 cores=5,7
/proc/702942/task/702960/stat : 702960 (Common-Cleaner) S 702939 702942 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140305732 19498610688 17176 134679101440 94652360265728 94652360269424 140736029010912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94652360277240 94652360278032 94652376334336 140736029017069 140736029017159 140736029017159 140736029024200 0
[pid=702942/tid=702961] ppid=702939 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/702942/task/702961/stat : 702961 (Timer-0) S 702939 702942 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140305747 19498610688 17176 134679101440 94652360265728 94652360269424 140736029010912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94652360277240 94652360278032 94652376334336 140736029017069 140736029017159 140736029017159 140736029024200 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 68704 KiB

[startup+0.314353 s]*
/proc/loadavg: 4.15 2.52 1.71 7/319 702961
/proc/meminfo: memFree=123216080/131655788 swapFree=131071996/131071996
[pid=702942] ppid=702939 vsize=19041612 memory=71828 CPUtime=0.55 cores=5,7
/proc/702942/stat : 702942 (java) S 702939 702942 698245 0 -1 1077936128 9131 0 0 0 53 2 0 0 20 0 19 0 140305728 19498610688 17957 134679101440 94652360265728 94652360269424 140736029010912 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94652360277240 94652360278032 94652376334336 140736029017069 140736029017159 140736029017159 140736029024200 0
/proc/702942/statm: 4760403 17957 5874 1 0 552686 0
[pid=702942/tid=702944] ppid=702939 vsize=19041612 memory=-8528235954125054652 CPUtime=0.26 cores=5,7
/proc/702942/task/702944/stat : 702944 (java) R 702939 702942 698245 0 -1 4194368 6001 0 0 0 25 1 0 0 20 0 19 0 140305728 19498610688 17957 134679101440 94652360265728 94652360269424 140736029010912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94652360277240 94652360278032 94652376334336 140736029017069 140736029017159 140736029017159 140736029024200 0
[pid=702942/tid=702953] ppid=702939 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/702942/task/702953/stat : 702953 (Finalizer) S 702939 702942 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140305731 19498610688 17957 134679101440 94652360265728 94652360269424 140736029010912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94652360277240 94652360278032 94652376334336 140736029017069 140736029017159 140736029017159 140736029024200 0
[pid=702942/tid=702960] ppid=702939 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/702942/task/702960/stat : 702960 (Common-Cleaner) S 702939 702942 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140305732 19498610688 17957 134679101440 94652360265728 94652360269424 140736029010912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94652360277240 94652360278032 94652376334336 140736029017069 140736029017159 140736029017159 140736029024200 0
[pid=702942/tid=702961] ppid=702939 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/702942/task/702961/stat : 702961 (Timer-0) S 702939 702942 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140305747 19498610688 17957 134679101440 94652360265728 94652360269424 140736029010912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94652360277240 94652360278032 94652376334336 140736029017069 140736029017159 140736029017159 140736029024200 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 71828 KiB

[startup+0.70135 s]
/proc/loadavg: 4.15 2.52 1.71 6/319 702961
/proc/meminfo: memFree=123208720/131655788 swapFree=131071996/131071996
[pid=702942] ppid=702939 vsize=19041612 memory=81464 CPUtime=1.28 cores=5,7
/proc/702942/stat : 702942 (java) S 702939 702942 698245 0 -1 1077936128 10443 0 0 0 125 3 0 0 20 0 19 0 140305728 19498610688 20366 134679101440 94652360265728 94652360269424 140736029010912 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94652360277240 94652360278032 94652376334336 140736029017069 140736029017159 140736029017159 140736029024200 0
/proc/702942/statm: 4760403 20366 5874 1 0 553439 0
[pid=702942/tid=702944] ppid=702939 vsize=19041612 memory=37200 CPUtime=0.59 cores=5,7
/proc/702942/task/702944/stat : 702944 (java) R 702939 702942 698245 0 -1 4194368 6061 0 0 0 57 2 0 0 20 0 19 0 140305728 19498610688 20366 134679101440 94652360265728 94652360269424 140736029010912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94652360277240 94652360278032 94652376334336 140736029017069 140736029017159 140736029017159 140736029024200 0
[pid=702942/tid=702953] ppid=702939 vsize=19041612 memory=12320 CPUtime=0 cores=5,7
/proc/702942/task/702953/stat : 702953 (Finalizer) S 702939 702942 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140305731 19498610688 20366 134679101440 94652360265728 94652360269424 140736029010912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94652360277240 94652360278032 94652376334336 140736029017069 140736029017159 140736029017159 140736029024200 0
[pid=702942/tid=702960] ppid=702939 vsize=19041612 memory=2164 CPUtime=0 cores=5,7
/proc/702942/task/702960/stat : 702960 (Common-Cleaner) S 702939 702942 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140305732 19498610688 20366 134679101440 94652360265728 94652360269424 140736029010912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94652360277240 94652360278032 94652376334336 140736029017069 140736029017159 140736029017159 140736029024200 0
[pid=702942/tid=702961] ppid=702939 vsize=19041612 memory=5496 CPUtime=0 cores=5,7
/proc/702942/task/702961/stat : 702961 (Timer-0) S 702939 702942 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140305747 19498610688 20366 134679101440 94652360265728 94652360269424 140736029010912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94652360277240 94652360278032 94652376334336 140736029017069 140736029017159 140736029017159 140736029024200 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 81464 KiB

[startup+1.50034 s]
/proc/loadavg: 4.15 2.52 1.71 5/319 702961
/proc/meminfo: memFree=123197812/131655788 swapFree=131071996/131071996
[pid=702942] ppid=702939 vsize=19041612 memory=105764 CPUtime=2.75 cores=5,7
/proc/702942/stat : 702942 (java) S 702939 702942 698245 0 -1 1077936128 18297 0 0 0 271 4 0 0 20 0 19 0 140305728 19498610688 26441 134679101440 94652360265728 94652360269424 140736029010912 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94652360277240 94652360278032 94652376334336 140736029017069 140736029017159 140736029017159 140736029024200 0
/proc/702942/statm: 4760403 26441 5874 1 0 555900 0
[pid=702942/tid=702944] ppid=702939 vsize=19041612 memory=12320 CPUtime=1.37 cores=5,7
/proc/702942/task/702944/stat : 702944 (java) R 702939 702942 698245 0 -1 4194368 6961 0 0 0 135 2 0 0 20 0 19 0 140305728 19498610688 26441 134679101440 94652360265728 94652360269424 140736029010912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94652360277240 94652360278032 94652376334336 140736029017069 140736029017159 140736029017159 140736029024200 0
[pid=702942/tid=702953] ppid=702939 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/702942/task/702953/stat : 702953 (Finalizer) S 702939 702942 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140305731 19498610688 26441 134679101440 94652360265728 94652360269424 140736029010912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94652360277240 94652360278032 94652376334336 140736029017069 140736029017159 140736029017159 140736029024200 0
[pid=702942/tid=702960] ppid=702939 vsize=19041612 memory=2164 CPUtime=0 cores=5,7
/proc/702942/task/702960/stat : 702960 (Common-Cleaner) S 702939 702942 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140305732 19498610688 26441 134679101440 94652360265728 94652360269424 140736029010912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94652360277240 94652360278032 94652376334336 140736029017069 140736029017159 140736029017159 140736029024200 0
[pid=702942/tid=702961] ppid=702939 vsize=19041612 memory=5496 CPUtime=0 cores=5,7
/proc/702942/task/702961/stat : 702961 (Timer-0) S 702939 702942 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140305747 19498610688 26441 134679101440 94652360265728 94652360269424 140736029010912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94652360277240 94652360278032 94652376334336 140736029017069 140736029017159 140736029017159 140736029024200 0
Current children cumulated CPU time: 2.75 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 105764 KiB

[startup+3.11375 s]
/proc/loadavg: 4.15 2.52 1.71 6/319 702961
/proc/meminfo: memFree=123138620/131655788 swapFree=131071996/131071996
[pid=702942] ppid=702939 vsize=19041612 memory=150608 CPUtime=5.02 cores=5,7
/proc/702942/stat : 702942 (java) S 702939 702942 698245 0 -1 1077936128 23091 0 0 0 496 6 0 0 20 0 19 0 140305728 19498610688 37652 134679101440 94652360265728 94652360269424 140736029010912 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94652360277240 94652360278032 94652376334336 140736029017069 140736029017159 140736029017159 140736029024200 0
/proc/702942/statm: 4760403 37652 5885 1 0 558687 0
[pid=702942/tid=702944] ppid=702939 vsize=19041612 memory=0 CPUtime=2.97 cores=5,7
/proc/702942/task/702944/stat : 702944 (java) R 702939 702942 698245 0 -1 4194368 7405 0 0 0 294 3 0 0 20 0 19 0 140305728 19498610688 37652 134679101440 94652360265728 94652360269424 140736029010912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94652360277240 94652360278032 94652376334336 140736029017069 140736029017159 140736029017159 140736029024200 0
[pid=702942/tid=702953] ppid=702939 vsize=19041612 memory=-8528235954125054652 CPUtime=0 cores=5,7
/proc/702942/task/702953/stat : 702953 (Finalizer) S 702939 702942 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140305731 19498610688 37652 134679101440 94652360265728 94652360269424 140736029010912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94652360277240 94652360278032 94652376334336 140736029017069 140736029017159 140736029017159 140736029024200 0
[pid=702942/tid=702960] ppid=702939 vsize=19041612 memory=12320 CPUtime=0 cores=5,7
/proc/702942/task/702960/stat : 702960 (Common-Cleaner) S 702939 702942 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140305732 19498610688 37652 134679101440 94652360265728 94652360269424 140736029010912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94652360277240 94652360278032 94652376334336 140736029017069 140736029017159 140736029017159 140736029024200 0
[pid=702942/tid=702961] ppid=702939 vsize=19041612 memory=2164 CPUtime=0 cores=5,7
/proc/702942/task/702961/stat : 702961 (Timer-0) S 702939 702942 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140305747 19498610688 37652 134679101440 94652360265728 94652360269424 140736029010912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94652360277240 94652360278032 94652376334336 140736029017069 140736029017159 140736029017159 140736029024200 0
Current children cumulated CPU time: 5.02 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 150608 KiB

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

# cumulated CPU time of all completed processes:  user=8.5406 s, system=0.085606 s

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

[startup+3.20336 s]
/proc/loadavg: 4.15 2.52 1.71 6/319 702961
/proc/meminfo: memFree=123138620/131655788 swapFree=131071996/131071996
[pid=702942] ppid=702939 vsize=19041612 memory=150608 CPUtime=5.16 cores=5,7
/proc/702942/stat : 702942 (java) S 702939 702942 698245 0 -1 1077936128 23140 0 0 0 510 6 0 0 20 0 19 0 140305728 19498610688 37652 134679101440 94652360265728 94652360269424 140736029010912 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94652360277240 94652360278032 94652376334336 140736029017069 140736029017159 140736029017159 140736029024200 0
/proc/702942/statm: 4760403 37652 5885 1 0 558688 0
[pid=702942/tid=702944] ppid=702939 vsize=19041612 memory=83512 CPUtime=3.06 cores=5,7
/proc/702942/task/702944/stat : 702944 (java) R 702939 702942 698245 0 -1 4194368 7413 0 0 0 303 3 0 0 20 0 19 0 140305728 19498610688 37652 134679101440 94652360265728 94652360269424 140736029010912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94652360277240 94652360278032 94652376334336 140736029017069 140736029017159 140736029017159 140736029024200 0
[pid=702942/tid=702953] ppid=702939 vsize=19041612 memory=5476 CPUtime=0 cores=5,7
/proc/702942/task/702953/stat : 702953 (Finalizer) S 702939 702942 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140305731 19498610688 37652 134679101440 94652360265728 94652360269424 140736029010912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94652360277240 94652360278032 94652376334336 140736029017069 140736029017159 140736029017159 140736029024200 0
[pid=702942/tid=702960] ppid=702939 vsize=19041612 memory=2752 CPUtime=0 cores=5,7
/proc/702942/task/702960/stat : 702960 (Common-Cleaner) S 702939 702942 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140305732 19498610688 37652 134679101440 94652360265728 94652360269424 140736029010912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94652360277240 94652360278032 94652376334336 140736029017069 140736029017159 140736029017159 140736029024200 0
[pid=702942/tid=702961] ppid=702939 vsize=19041612 memory=279877920138640 CPUtime=0 cores=5,7
/proc/702942/task/702961/stat : 702961 (Timer-0) S 702939 702942 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140305747 19498610688 37652 134679101440 94652360265728 94652360269424 140736029010912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94652360277240 94652360278032 94652376334336 140736029017069 140736029017159 140736029017159 140736029024200 0
Current children cumulated CPU time: 5.16 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 150608 KiB

[startup+4.80135 s]
/proc/loadavg: 4.22 2.56 1.73 5/319 702961
/proc/meminfo: memFree=123121928/131655788 swapFree=131071996/131071996
[pid=702942] ppid=702939 vsize=19041612 memory=177304 CPUtime=7.41 cores=5,7
/proc/702942/stat : 702942 (java) S 702939 702942 698245 0 -1 1077936128 23369 0 0 0 735 6 0 0 20 0 19 0 140305728 19498610688 44326 134679101440 94652360265728 94652360269424 140736029010912 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94652360277240 94652360278032 94652376334336 140736029017069 140736029017159 140736029017159 140736029024200 0
/proc/702942/statm: 4760403 44326 5885 1 0 558707 0
[pid=702942/tid=702944] ppid=702939 vsize=19041612 memory=37200 CPUtime=4.65 cores=5,7
/proc/702942/task/702944/stat : 702944 (java) R 702939 702942 698245 0 -1 4194368 7581 0 0 0 462 3 0 0 20 0 19 0 140305728 19498610688 44326 134679101440 94652360265728 94652360269424 140736029010912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94652360277240 94652360278032 94652376334336 140736029017069 140736029017159 140736029017159 140736029024200 0
[pid=702942/tid=702953] ppid=702939 vsize=19041612 memory=12320 CPUtime=0 cores=5,7
/proc/702942/task/702953/stat : 702953 (Finalizer) S 702939 702942 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140305731 19498610688 44326 134679101440 94652360265728 94652360269424 140736029010912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94652360277240 94652360278032 94652376334336 140736029017069 140736029017159 140736029017159 140736029024200 0
[pid=702942/tid=702960] ppid=702939 vsize=19041612 memory=5476 CPUtime=0 cores=5,7
/proc/702942/task/702960/stat : 702960 (Common-Cleaner) S 702939 702942 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140305732 19498610688 44326 134679101440 94652360265728 94652360269424 140736029010912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94652360277240 94652360278032 94652376334336 140736029017069 140736029017159 140736029017159 140736029024200 0
[pid=702942/tid=702961] ppid=702939 vsize=19041612 memory=158860 CPUtime=0 cores=5,7
/proc/702942/task/702961/stat : 702961 (Timer-0) S 702939 702942 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140305747 19498610688 44326 134679101440 94652360265728 94652360269424 140736029010912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94652360277240 94652360278032 94652376334336 140736029017069 140736029017159 140736029017159 140736029024200 0
Current children cumulated CPU time: 7.41 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 177304 KiB

[startup+5.20036 s]
/proc/loadavg: 4.22 2.56 1.73 6/319 702961
/proc/meminfo: memFree=123094492/131655788 swapFree=131071996/131071996
[pid=702942] ppid=702939 vsize=19041612 memory=167688 CPUtime=7.91 cores=5,7
/proc/702942/stat : 702942 (java) S 702939 702942 698245 0 -1 1077936128 23394 0 0 0 784 7 0 0 20 0 19 0 140305728 19498610688 41922 134679101440 94652360265728 94652360269424 140736029010912 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94652360277240 94652360278032 94652376334336 140736029017069 140736029017159 140736029017159 140736029024200 0
/proc/702942/statm: 4760403 41922 5885 1 0 558707 0
[pid=702942/tid=702944] ppid=702939 vsize=19041612 memory=5496 CPUtime=5.05 cores=5,7
/proc/702942/task/702944/stat : 702944 (java) R 702939 702942 698245 0 -1 4194368 7586 0 0 0 502 3 0 0 20 0 19 0 140305728 19498610688 41922 134679101440 94652360265728 94652360269424 140736029010912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94652360277240 94652360278032 94652376334336 140736029017069 140736029017159 140736029017159 140736029024200 0
[pid=702942/tid=702953] ppid=702939 vsize=19041612 memory=31984 CPUtime=0 cores=5,7
/proc/702942/task/702953/stat : 702953 (Finalizer) S 702939 702942 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140305731 19498610688 41922 134679101440 94652360265728 94652360269424 140736029010912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94652360277240 94652360278032 94652376334336 140736029017069 140736029017159 140736029017159 140736029024200 0
[pid=702942/tid=702960] ppid=702939 vsize=19041612 memory=7021767171773121317 CPUtime=0 cores=5,7
/proc/702942/task/702960/stat : 702960 (Common-Cleaner) S 702939 702942 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140305732 19498610688 41922 134679101440 94652360265728 94652360269424 140736029010912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94652360277240 94652360278032 94652376334336 140736029017069 140736029017159 140736029017159 140736029024200 0
[pid=702942/tid=702961] ppid=702939 vsize=19041612 memory=2244 CPUtime=0 cores=5,7
/proc/702942/task/702961/stat : 702961 (Timer-0) S 702939 702942 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140305747 19498610688 41922 134679101440 94652360265728 94652360269424 140736029010912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94652360277240 94652360278032 94652376334336 140736029017069 140736029017159 140736029017159 140736029024200 0
Current children cumulated CPU time: 7.91 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 167688 KiB

[startup+5.6004 s]
/proc/loadavg: 4.22 2.56 1.73 6/319 702961
/proc/meminfo: memFree=123094492/131655788 swapFree=131071996/131071996
[pid=702942] ppid=702939 vsize=19041612 memory=172204 CPUtime=8.42 cores=5,7
/proc/702942/stat : 702942 (java) S 702939 702942 698245 0 -1 1077936128 23544 0 0 0 835 7 0 0 20 0 19 0 140305728 19498610688 43051 134679101440 94652360265728 94652360269424 140736029010912 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94652360277240 94652360278032 94652376334336 140736029017069 140736029017159 140736029017159 140736029024200 0
/proc/702942/statm: 4760403 43051 5885 1 0 558779 0
[pid=702942/tid=702944] ppid=702939 vsize=19041612 memory=-8528235954125054652 CPUtime=5.45 cores=5,7
/proc/702942/task/702944/stat : 702944 (java) R 702939 702942 698245 0 -1 4194368 7632 0 0 0 542 3 0 0 20 0 19 0 140305728 19498610688 43051 134679101440 94652360265728 94652360269424 140736029010912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94652360277240 94652360278032 94652376334336 140736029017069 140736029017159 140736029017159 140736029024200 0
[pid=702942/tid=702953] ppid=702939 vsize=19041612 memory=1900 CPUtime=0 cores=5,7
/proc/702942/task/702953/stat : 702953 (Finalizer) S 702939 702942 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140305731 19498610688 43051 134679101440 94652360265728 94652360269424 140736029010912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94652360277240 94652360278032 94652376334336 140736029017069 140736029017159 140736029017159 140736029024200 0
[pid=702942/tid=702960] ppid=702939 vsize=19041612 memory=2276 CPUtime=0 cores=5,7
/proc/702942/task/702960/stat : 702960 (Common-Cleaner) S 702939 702942 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140305732 19498610688 43051 134679101440 94652360265728 94652360269424 140736029010912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94652360277240 94652360278032 94652376334336 140736029017069 140736029017159 140736029017159 140736029024200 0
[pid=702942/tid=702961] ppid=702939 vsize=19041612 memory=37488 CPUtime=0 cores=5,7
/proc/702942/task/702961/stat : 702961 (Timer-0) S 702939 702942 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140305747 19498610688 43051 134679101440 94652360265728 94652360269424 140736029010912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94652360277240 94652360278032 94652376334336 140736029017069 140736029017159 140736029017159 140736029024200 0
Current children cumulated CPU time: 8.42 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 172204 KiB

[startup+5.70039 s]
/proc/loadavg: 4.22 2.56 1.73 6/319 702961
/proc/meminfo: memFree=123094492/131655788 swapFree=131071996/131071996
[pid=702942] ppid=702939 vsize=19108176 memory=180636 CPUtime=8.52 cores=5,7
/proc/702942/stat : 702942 (java) S 702939 702942 698245 0 -1 1077936128 24349 0 0 0 845 7 0 0 20 0 20 0 140305728 19566772224 45159 134679101440 94652360265728 94652360269424 140736029010912 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94652360277240 94652360278032 94652376334336 140736029017069 140736029017159 140736029017159 140736029024200 0
/proc/702942/statm: 4777044 45159 5901 1 0 559068 0
[pid=702942/tid=702944] ppid=702939 vsize=19108176 memory=-8528235954125054652 CPUtime=5.52 cores=5,7
/proc/702942/task/702944/stat : 702944 (java) R 702939 702942 698245 0 -1 4194368 7633 0 0 0 549 3 0 0 20 0 20 0 140305728 19566772224 45159 134679101440 94652360265728 94652360269424 140736029010912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94652360277240 94652360278032 94652376334336 140736029017069 140736029017159 140736029017159 140736029024200 0
[pid=702942/tid=702953] ppid=702939 vsize=19108176 memory=2164 CPUtime=0 cores=5,7
/proc/702942/task/702953/stat : 702953 (Finalizer) S 702939 702942 698245 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140305731 19566772224 45159 134679101440 94652360265728 94652360269424 140736029010912 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94652360277240 94652360278032 94652376334336 140736029017069 140736029017159 140736029017159 140736029024200 0
[pid=702942/tid=702960] ppid=702939 vsize=19108176 memory=12320 CPUtime=0 cores=5,7
/proc/702942/task/702960/stat : 702960 (Common-Cleaner) S 702939 702942 698245 0 -1 1077936192 46 0 0 0 0 0 0 0 20 0 20 0 140305732 19566772224 45159 134679101440 94652360265728 94652360269424 140736029010912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94652360277240 94652360278032 94652376334336 140736029017069 140736029017159 140736029017159 140736029024200 0
[pid=702942/tid=702961] ppid=702939 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/702942/task/702961/stat : 702961 (Timer-0) S 702939 702942 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140305747 19566772224 45159 134679101440 94652360265728 94652360269424 140736029010912 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94652360277240 94652360278032 94652376334336 140736029017069 140736029017159 140736029017159 140736029024200 0
Current children cumulated CPU time: 8.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 180636 KiB

Child status: 30

Real time (s): 5.77578
CPU time (s): 8.62621
CPU user time (s): 8.5406
CPU system time (s): 0.085606
CPU usage (%): 149.351
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 180636

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.5406
system time used= 0.085606
maximum resident set size= 182592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25475
page faults= 0
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 731
involuntary context switches= 251


# summary of solver processes directly reported to runsolver:
#   pid: 702942
#   total CPU time (s): 8.62621
#   total CPU user time (s): 8.5406
#   total CPU system time (s): 0.085606

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.048287 second user time and 0.113979 second system time

The end

Launcher Data

Begin job on nodeC004 at 2024-07-13 16:38:31
IDJOB=4424839
IDBENCH=143712
IDSOLVER=3037
FILE ID=nodeC004/4424839-1720881499
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.1110970444--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4424839-1720881499/watcher-4424839-1720881499 -o /tmp/evaluation-result-4424839-1720881499/solver-4424839-1720881499 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1720881342-702392 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4424839-1720881499.wbo

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

MD5SUM BENCH= 938b841d1fff451a1013f00070492fe7
RANDOM SEED=395410203

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		: 3590.831
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		: 3620.814
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.421
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.353
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		: 3602.227
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.173
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.423
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.326
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:        123295228 kB
MemAvailable:   123194344 kB
Buffers:          323072 kB
Cached:           425644 kB
SwapCached:            0 kB
Active:           479864 kB
Inactive:        7369504 kB
Active(anon):       3344 kB
Inactive(anon):  7135036 kB
Active(file):     476520 kB
Inactive(file):   234468 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               876 kB
Writeback:             0 kB
AnonPages:       7100308 kB
Mapped:           121956 kB
Shmem:             37700 kB
KReclaimable:      56656 kB
Slab:             146012 kB
SReclaimable:      56656 kB
SUnreclaim:        89356 kB
KernelStack:        4816 kB
PageTables:        23928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   11013456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            45920 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6744064 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:37