Trace number 4525388

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 2025-06-06OPTIMUM 10.6169 8.83366

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110978334--soft-66-100-0.wbo
MD5SUMaad9621fe8b368ffddca7a2c79d32a56
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark63
Best CPU time to get the best result obtained on this benchmark1.13443
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 constraints29
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 1556
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 1555
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1247
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.12/0.12	c version PB25.v20250606
0.12/0.13	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.13	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.13	c java.vm.version	22.0.1+8-16
0.12/0.13	c java.vm.vendor	Oracle Corporation
0.12/0.13	c sun.arch.data.model	64
0.12/0.13	c java.version		22.0.1
0.12/0.13	c os.name		Linux
0.12/0.13	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.13	c os.arch		amd64
0.12/0.13	c Free memory 		2104792832
0.12/0.13	c Max memory 		16282288128
0.12/0.13	c Total memory 		2113929216
0.12/0.14	c Number of processors 	2
0.12/0.17	c Pseudo Boolean Optimization by upper bound
0.12/0.17	c --- Begin Solver configuration ---
0.12/0.17	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.17	c Learn all clauses as in MiniSAT
0.12/0.17	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.17	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.17	c Expensive reason simplification
0.12/0.17	c Glucose 2.1 dynamic restart strategy
0.12/0.17	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.12/0.17	c timeout=2147483s
0.12/0.17	c DB Simplification allowed=false
0.12/0.17	c Listener: none
0.12/0.17	c --- End Solver configuration ---
0.12/0.17	c solving HOME/instance-4525388-1751623298.wbo
0.12/0.17	c reading problem ... 
0.31/0.23	c ... done. Wall clock time 0.049s.
0.31/0.23	c declared #vars     169
0.31/0.23	c internal #vars     198
0.31/0.23	c #constraints  102
0.31/0.23	c constraints type 
0.31/0.23	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.31/0.23	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 49
0.31/0.23	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 22
0.31/0.23	c org.sat4j.specs.Constr$1 => 1
0.31/0.23	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.31/0.23	c 102 constraints processed.
0.31/0.25	c objective function length is 29 literals
1.20/0.77	c cleaning 2500 clauses out of 5001 with flag 12869/5001
1.56/0.96	c SATISFIABLE
1.56/0.96	c OPTIMIZING...
1.56/0.96	c Got one! Elapsed wall clock time (in seconds):0.79
1.56/0.97	o 1340
2.14/1.20	c cleaning 6327 clauses out of 12668 with flag 12955/15170
2.14/1.25	c Got one! Elapsed wall clock time (in seconds):1.076
2.14/1.25	o 1308
2.34/1.32	c Got one! Elapsed wall clock time (in seconds):1.143
2.34/1.32	o 1236
2.34/1.38	c cleaning 6056 clauses out of 12117 with flag 5507/20946
2.73/1.54	c cleaning 6028 clauses out of 12061 with flag 21047/26946
3.03/1.71	c Got one! Elapsed wall clock time (in seconds):1.533
3.03/1.71	o 1235
3.13/1.85	c cleaning 8999 clauses out of 18006 with flag 14583/38919
3.13/1.86	c Got one! Elapsed wall clock time (in seconds):1.69
3.13/1.86	o 1234
3.32/1.98	c cleaning 7463 clauses out of 14928 with flag 14922/44840
3.44/2.00	c Got one! Elapsed wall clock time (in seconds):1.831
3.44/2.00	o 1229
3.44/2.05	c Got one! Elapsed wall clock time (in seconds):1.872
3.44/2.05	o 1213
3.44/2.09	c cleaning 6629 clauses out of 13264 with flag 6329/50639
3.54/2.12	c Got one! Elapsed wall clock time (in seconds):1.942
3.54/2.12	o 1166
3.54/2.19	c cleaning 6041 clauses out of 12091 with flag 12343/56095
3.64/2.23	c Got one! Elapsed wall clock time (in seconds):2.058
3.64/2.23	o 1165
3.64/2.29	c cleaning 5828 clauses out of 11655 with flag 8593/61700
3.75/2.40	c cleaning 5910 clauses out of 11826 with flag 25698/67699
3.95/2.52	c cleaning 6455 clauses out of 12917 with flag 46362/74700
3.95/2.56	c Got one! Elapsed wall clock time (in seconds):2.384
3.95/2.56	o 1164
3.95/2.57	c Got one! Elapsed wall clock time (in seconds):2.4
3.95/2.57	o 1161
4.05/2.61	c cleaning 6049 clauses out of 12104 with flag 5438/80342
4.05/2.64	c Got one! Elapsed wall clock time (in seconds):2.468
4.05/2.64	o 1155
4.05/2.65	c Got one! Elapsed wall clock time (in seconds):2.475
4.05/2.65	o 1120
4.05/2.65	c Got one! Elapsed wall clock time (in seconds):2.479
4.05/2.65	o 704
4.05/2.66	c Got one! Elapsed wall clock time (in seconds):2.483
4.05/2.66	o 697
4.05/2.67	c Got one! Elapsed wall clock time (in seconds):2.5
4.05/2.67	o 679
4.15/2.74	c Got one! Elapsed wall clock time (in seconds):2.568
4.15/2.74	o 670
4.15/2.77	c cleaning 7326 clauses out of 14659 with flag 3359/88946
4.15/2.78	c Got one! Elapsed wall clock time (in seconds):2.604
4.15/2.78	o 662
4.27/2.87	c cleaning 6449 clauses out of 12904 with flag 15357/94517
4.37/2.97	c cleaning 6223 clauses out of 12456 with flag 33216/100518
4.37/2.97	c Got one! Elapsed wall clock time (in seconds):2.8
4.37/2.97	o 656
4.48/3.01	c Got one! Elapsed wall clock time (in seconds):2.838
4.48/3.01	o 655
4.48/3.07	c cleaning 6060 clauses out of 12129 with flag 9384/106414
4.58/3.16	c Got one! Elapsed wall clock time (in seconds):2.986
4.58/3.16	o 635
4.58/3.16	c Got one! Elapsed wall clock time (in seconds):2.989
4.58/3.16	o 626
4.58/3.16	c Got one! Elapsed wall clock time (in seconds):2.991
4.58/3.16	o 610
4.58/3.17	c Got one! Elapsed wall clock time (in seconds):2.996
4.58/3.17	o 608
4.58/3.17	c Got one! Elapsed wall clock time (in seconds):2.998
4.58/3.17	o 177
4.58/3.19	c Got one! Elapsed wall clock time (in seconds):3.016
4.58/3.19	o 169
4.58/3.19	c Got one! Elapsed wall clock time (in seconds):3.021
4.58/3.19	o 168
4.78/3.30	c cleaning 9305 clauses out of 18610 with flag 17022/118956
4.78/3.39	c Got one! Elapsed wall clock time (in seconds):3.221
4.78/3.39	o 159
4.95/3.42	c cleaning 7645 clauses out of 15297 with flag 3337/124948
5.11/3.54	c cleaning 6826 clauses out of 13651 with flag 24510/130947
5.26/3.68	c cleaning 6909 clauses out of 13825 with flag 47693/137947
5.55/3.84	c cleaning 7459 clauses out of 14917 with flag 75077/145948
5.65/3.97	c Got one! Elapsed wall clock time (in seconds):3.799
5.65/3.97	o 119
5.65/3.99	c Got one! Elapsed wall clock time (in seconds):3.819
5.65/3.99	o 87
5.65/3.99	c Got one! Elapsed wall clock time (in seconds):3.821
5.65/3.99	o 79
5.87/4.12	c cleaning 10272 clauses out of 20543 with flag 18529/159033
5.95/4.26	c cleaning 8134 clauses out of 16271 with flag 41691/165033
6.15/4.41	c cleaning 7565 clauses out of 15138 with flag 67860/172034
6.25/4.53	c Got one! Elapsed wall clock time (in seconds):4.356
6.25/4.53	o 77
6.35/4.64	c cleaning 9313 clauses out of 18628 with flag 17030/183091
6.35/4.67	c Got one! Elapsed wall clock time (in seconds):4.493
6.35/4.67	o 76
6.46/4.76	c cleaning 7364 clauses out of 14743 with flag 14991/188519
6.56/4.90	c cleaning 6686 clauses out of 13381 with flag 38129/194521
6.77/5.05	c cleaning 6845 clauses out of 13693 with flag 63142/201519
6.96/5.22	c cleaning 7423 clauses out of 14848 with flag 93347/209519
7.16/5.44	c cleaning 8205 clauses out of 16425 with flag 133149/218519
7.36/5.66	c cleaning 9100 clauses out of 18218 with flag 172002/228518
7.66/5.94	c cleaning 10054 clauses out of 20119 with flag 220321/239519
7.66/6.01	c Got one! Elapsed wall clock time (in seconds):5.832
7.66/6.01	o 63
7.77/6.06	c cleaning 7594 clauses out of 15193 with flag 6530/244647
7.87/6.18	c cleaning 6796 clauses out of 13598 with flag 26976/250646
8.06/6.33	c cleaning 6896 clauses out of 13803 with flag 50911/257647
8.25/6.51	c cleaning 7453 clauses out of 14906 with flag 81951/265646
8.45/6.72	c cleaning 8227 clauses out of 16456 with flag 115740/274649
8.65/6.95	c cleaning 9113 clauses out of 18226 with flag 156050/284647
8.96/7.21	c cleaning 10053 clauses out of 20111 with flag 198678/295646
9.26/7.50	c cleaning 11024 clauses out of 22057 with flag 248642/307646
9.56/7.82	c cleaning 12014 clauses out of 24030 with flag 302373/320647
9.87/8.17	c cleaning 13007 clauses out of 26014 with flag 363318/334647
10.27/8.59	c cleaning 13993 clauses out of 27998 with flag 428178/349646
10.57/8.80	c starts		: 455
10.57/8.80	c conflicts		: 357681
10.57/8.80	c decisions		: 554896
10.57/8.80	c propagations		: 7512733
10.57/8.80	c inspects		: 61930892
10.57/8.80	c shortcuts		: 0
10.57/8.80	c learnt literals	: 49
10.57/8.80	c learnt binary clauses	: 294
10.57/8.80	c learnt ternary clauses	: 1743
10.57/8.80	c learnt constraints	: 357631
10.57/8.80	c ignored constraints	: 0
10.57/8.80	c root simplifications	: 0
10.57/8.80	c removed literals (reason simplification)	: 3546975
10.57/8.80	c reason swapping (by a shorter reason)	: 0
10.57/8.80	c Calls to reduceDB	: 43
10.57/8.80	c Number of update (reduction) of LBD	: 82150
10.57/8.80	c Imported unit clauses	: 0
10.57/8.80	c No decision after first conflict	: false
10.57/8.80	c number of reductions to clauses (during analyze)	: 0
10.57/8.80	c number of learned constraints concerned by reduction	: 0
10.57/8.81	c number of learning phase by resolution	: 0
10.57/8.81	c number of learning phase by cutting planes	: 0
10.57/8.81	c number of rounding to 1 operations	: 0
10.57/8.81	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
10.57/8.81	c number of reductions of the coefficients by power 2 	: 0
10.57/8.81	c number of right shift for reduction by power 2 	: 0
10.57/8.81	c number of reductions of the coefficients by GCD over coefficients 	: 0
10.57/8.81	c number of ending skipping 	: 0
10.57/8.81	c number of internal skipping 	: 0
10.57/8.81	c number of derivation steps 	: 0
10.57/8.81	c number of skipped derivation steps 	: 0
10.57/8.81	c number of remaining unassigned 	: 0
10.57/8.81	c number of remaining assigned 	: 0
10.57/8.81	c number of falsified literals weakened from reason	: 0
10.57/8.81	c number of falsified literals weakened from conflict	: 0
10.57/8.81	c time for arithmetic operations	: 0
10.57/8.81	c minimum degree of deleted constraints	: null
10.57/8.81	c maximum degree of deleted constraints	: null
10.57/8.81	c number of deleted constraints	: 0
10.57/8.81	c speed (assignments/second)	: 878579.4643901298
10.57/8.81	c non guided choices	: 1380
10.57/8.81	s OPTIMUM FOUND
10.57/8.81	c Found 34 solution(s)
10.57/8.81	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 
10.57/8.81	c objective function=63
10.57/8.81	c Total wall clock time (in seconds): 8.638

Verifier Data

OK	63

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: 63837 MiB (61507 MiB free)
  memory of node 1: 64465 MiB (62774 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4525388-1751623298/watcher-4525388-1751623298 -o /tmp/evaluation-result-4525388-1751623298/solver-4525388-1751623298 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751623235-97338 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4525388-1751623298.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 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=98246, runsolver pid=98243

[startup+0.10007 s]*
/proc/loadavg: 3.67 3.96 5.96 11/321 98264
/proc/meminfo: memFree=127238108/131382116 swapFree=33009904/33010684
[pid=98246] ppid=98243 vsize=18930384 memory=49344 CPUtime=0.12 cores=5,7
/proc/98246/stat : 98246 (java) S 98243 98246 97320 0 -1 4194304 6024 0 0 0 10 2 0 0 20 0 18 0 78008982 19384713216 12336 18446744073709551615 94736383688704 94736383692400 140736753779984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94736383700216 94736383701008 94736396836864 140736753785215 140736753785316 140736753785316 140736753790920 0
/proc/98246/statm: 4732596 12336 5330 1 0 547170 0
[pid=98246/tid=98248] ppid=98243 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=5,7
/proc/98246/task/98248/stat : 98248 (java) R 98243 98246 97320 0 -1 4194368 4880 0 0 0 7 1 0 0 20 0 18 0 78008984 19384713216 12336 18446744073709551615 94736383688704 94736383692400 140736753779984 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94736383700216 94736383701008 94736396836864 140736753785215 140736753785316 140736753785316 140736753790920 0
[pid=98246/tid=98257] ppid=98243 vsize=18930384 memory=228522721619 CPUtime=0 cores=5,7
/proc/98246/task/98257/stat : 98257 (Finalizer) S 98243 98246 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78008986 19384713216 12336 18446744073709551615 94736383688704 94736383692400 140736753779984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94736383700216 94736383701008 94736396836864 140736753785215 140736753785316 140736753785316 140736753790920 0
[pid=98246/tid=98264] ppid=98243 vsize=18930384 memory=60693105881846 CPUtime=0 cores=5,7
/proc/98246/task/98264/stat : 98264 (Common-Cleaner) S 98243 98246 97320 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 78008987 19384713216 12336 18446744073709551615 94736383688704 94736383692400 140736753779984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94736383700216 94736383701008 94736396836864 140736753785215 140736753785316 140736753785316 140736753790920 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 49344 KiB

[startup+0.213972 s]*
/proc/loadavg: 3.67 3.96 5.96 11/323 98266
/proc/meminfo: memFree=127226892/131382116 swapFree=33009904/33010684
[pid=98246] ppid=98243 vsize=18930384 memory=61420 CPUtime=0.31 cores=5,7
/proc/98246/stat : 98246 (java) S 98243 98246 97320 0 -1 4194304 6913 0 0 0 28 3 0 0 20 0 18 0 78008982 19384713216 15355 18446744073709551615 94736383688704 94736383692400 140736753779984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94736383700216 94736383701008 94736396836864 140736753785215 140736753785316 140736753785316 140736753790920 0
/proc/98246/statm: 4732596 15355 5426 1 0 547846 0
[pid=98246/tid=98248] ppid=98243 vsize=18930384 memory=4026794268 CPUtime=0.17 cores=5,7
/proc/98246/task/98248/stat : 98248 (java) R 98243 98246 97320 0 -1 4194368 5318 0 0 0 16 1 0 0 20 0 18 0 78008984 19384713216 15387 18446744073709551615 94736383688704 94736383692400 140736753779984 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94736383700216 94736383701008 94736396836864 140736753785215 140736753785316 140736753785316 140736753790920 0
[pid=98246/tid=98257] ppid=98243 vsize=18930384 memory=14857 CPUtime=0 cores=5,7
/proc/98246/task/98257/stat : 98257 (Finalizer) S 98243 98246 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 78008986 19384713216 15387 18446744073709551615 94736383688704 94736383692400 140736753779984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94736383700216 94736383701008 94736396836864 140736753785215 140736753785316 140736753785316 140736753790920 0
[pid=98246/tid=98264] ppid=98243 vsize=18930384 memory=59593594242043 CPUtime=0 cores=5,7
/proc/98246/task/98264/stat : 98264 (Common-Cleaner) S 98243 98246 97320 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 78008987 19384713216 15387 18446744073709551615 94736383688704 94736383692400 140736753779984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94736383700216 94736383701008 94736396836864 140736753785215 140736753785316 140736753785316 140736753790920 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61420 KiB

[startup+0.313482 s]*
/proc/loadavg: 3.67 3.96 5.96 9/324 98267
/proc/meminfo: memFree=127220340/131382116 swapFree=33009904/33010684
[pid=98246] ppid=98243 vsize=18996948 memory=64244 CPUtime=0.48 cores=5,7
/proc/98246/stat : 98246 (java) S 98243 98246 97320 0 -1 4194304 8422 0 0 0 45 3 0 0 20 0 19 0 78008982 19452874752 16061 18446744073709551615 94736383688704 94736383692400 140736753779984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94736383700216 94736383701008 94736396836864 140736753785215 140736753785316 140736753785316 140736753790920 0
/proc/98246/statm: 4749237 16061 5458 1 0 548735 0
[pid=98246/tid=98248] ppid=98243 vsize=18996948 memory=-6000919494198322278 CPUtime=0.25 cores=5,7
/proc/98246/task/98248/stat : 98248 (java) R 98243 98246 97320 0 -1 4194368 5407 0 0 0 24 1 0 0 20 0 19 0 78008984 19452874752 16093 18446744073709551615 94736383688704 94736383692400 140736753779984 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94736383700216 94736383701008 94736396836864 140736753785215 140736753785316 140736753785316 140736753790920 0
[pid=98246/tid=98257] ppid=98243 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/98246/task/98257/stat : 98257 (Finalizer) S 98243 98246 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78008986 19452874752 16093 18446744073709551615 94736383688704 94736383692400 140736753779984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94736383700216 94736383701008 94736396836864 140736753785215 140736753785316 140736753785316 140736753790920 0
[pid=98246/tid=98264] ppid=98243 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/98246/task/98264/stat : 98264 (Common-Cleaner) S 98243 98246 97320 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 78008987 19452874752 16125 18446744073709551615 94736383688704 94736383692400 140736753779984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94736383700216 94736383701008 94736396836864 140736753785215 140736753785316 140736753785316 140736753790920 0
[pid=98246/tid=98267] ppid=98243 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/98246/task/98267/stat : 98267 (Timer-0) S 98243 98246 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78009009 19452874752 16125 18446744073709551615 94736383688704 94736383692400 140736753779984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94736383700216 94736383701008 94736396836864 140736753785215 140736753785316 140736753785316 140736753790920 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 64244 KiB

[startup+0.700376 s]
/proc/loadavg: 3.67 3.96 5.96 8/324 98267
/proc/meminfo: memFree=127208936/131382116 swapFree=33009904/33010684
[pid=98246] ppid=98243 vsize=18999056 memory=79908 CPUtime=1.2 cores=5,7
/proc/98246/stat : 98246 (java) S 98243 98246 97320 0 -1 4194304 11704 0 0 0 116 4 0 0 20 0 19 0 78008982 19455033344 19977 18446744073709551615 94736383688704 94736383692400 140736753779984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94736383700216 94736383701008 94736396836864 140736753785215 140736753785316 140736753785316 140736753790920 0
/proc/98246/statm: 4749764 19977 5490 1 0 551429 0
[pid=98246/tid=98248] ppid=98243 vsize=18999056 memory=18560 CPUtime=0.59 cores=5,7
/proc/98246/task/98248/stat : 98248 (java) R 98243 98246 97320 0 -1 4194368 5418 0 0 0 58 1 0 0 20 0 19 0 78008984 19455033344 19977 18446744073709551615 94736383688704 94736383692400 140736753779984 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94736383700216 94736383701008 94736396836864 140736753785215 140736753785316 140736753785316 140736753790920 0
[pid=98246/tid=98257] ppid=98243 vsize=18999056 memory=11264 CPUtime=0 cores=5,7
/proc/98246/task/98257/stat : 98257 (Finalizer) S 98243 98246 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78008986 19455033344 19977 18446744073709551615 94736383688704 94736383692400 140736753779984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94736383700216 94736383701008 94736396836864 140736753785215 140736753785316 140736753785316 140736753790920 0
[pid=98246/tid=98264] ppid=98243 vsize=18999056 memory=3200 CPUtime=0 cores=5,7
/proc/98246/task/98264/stat : 98264 (Common-Cleaner) S 98243 98246 97320 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 78008987 19455033344 19977 18446744073709551615 94736383688704 94736383692400 140736753779984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94736383700216 94736383701008 94736396836864 140736753785215 140736753785316 140736753785316 140736753790920 0
[pid=98246/tid=98267] ppid=98243 vsize=18999056 memory=4764 CPUtime=0 cores=5,7
/proc/98246/task/98267/stat : 98267 (Timer-0) S 98243 98246 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78009009 19455033344 19977 18446744073709551615 94736383688704 94736383692400 140736753779984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94736383700216 94736383701008 94736396836864 140736753785215 140736753785316 140736753785316 140736753790920 0
Current children cumulated CPU time: 1.2 s
Current children cumulated vsize: 18999056 KiB
Current children cumulated memory: 79908 KiB

[startup+1.50029 s]
/proc/loadavg: 3.67 3.96 5.96 8/324 98267
/proc/meminfo: memFree=127163624/131382116 swapFree=33009904/33010684
[pid=98246] ppid=98243 vsize=18996948 memory=91584 CPUtime=2.73 cores=5,7
/proc/98246/stat : 98246 (java) S 98243 98246 97320 0 -1 4194304 21126 0 0 0 267 6 0 0 20 0 19 0 78008982 19452874752 22896 18446744073709551615 94736383688704 94736383692400 140736753779984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94736383700216 94736383701008 94736396836864 140736753785215 140736753785316 140736753785316 140736753790920 0
/proc/98246/statm: 4749237 22896 5490 1 0 553216 0
[pid=98246/tid=98248] ppid=98243 vsize=18996948 memory=0 CPUtime=1.33 cores=5,7
/proc/98246/task/98248/stat : 98248 (java) R 98243 98246 97320 0 -1 4194368 6159 0 0 0 131 2 0 0 20 0 19 0 78008984 19452874752 22896 18446744073709551615 94736383688704 94736383692400 140736753779984 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94736383700216 94736383701008 94736396836864 140736753785215 140736753785316 140736753785316 140736753790920 0
[pid=98246/tid=98257] ppid=98243 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/98246/task/98257/stat : 98257 (Finalizer) S 98243 98246 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78008986 19452874752 22896 18446744073709551615 94736383688704 94736383692400 140736753779984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94736383700216 94736383701008 94736396836864 140736753785215 140736753785316 140736753785316 140736753790920 0
[pid=98246/tid=98264] ppid=98243 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/98246/task/98264/stat : 98264 (Common-Cleaner) S 98243 98246 97320 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 78008987 19452874752 22896 18446744073709551615 94736383688704 94736383692400 140736753779984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94736383700216 94736383701008 94736396836864 140736753785215 140736753785316 140736753785316 140736753790920 0
[pid=98246/tid=98267] ppid=98243 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/98246/task/98267/stat : 98267 (Timer-0) S 98243 98246 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78009009 19452874752 22896 18446744073709551615 94736383688704 94736383692400 140736753779984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94736383700216 94736383701008 94736396836864 140736753785215 140736753785316 140736753785316 140736753790920 0
Current children cumulated CPU time: 2.73 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 91584 KiB

[startup+3.1131 s]
/proc/loadavg: 3.94 4.01 5.96 7/324 98267
/proc/meminfo: memFree=127093168/131382116 swapFree=33009904/33010684
[pid=98246] ppid=98243 vsize=18996948 memory=109532 CPUtime=4.58 cores=5,7
/proc/98246/stat : 98246 (java) S 98243 98246 97320 0 -1 4194304 22359 0 0 0 451 7 0 0 20 0 19 0 78008982 19452874752 27383 18446744073709551615 94736383688704 94736383692400 140736753779984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94736383700216 94736383701008 94736396836864 140736753785215 140736753785316 140736753785316 140736753790920 0
/proc/98246/statm: 4749237 27383 5490 1 0 553526 0
[pid=98246/tid=98248] ppid=98243 vsize=18996948 memory=11264 CPUtime=2.93 cores=5,7
/proc/98246/task/98248/stat : 98248 (java) R 98243 98246 97320 0 -1 4194368 6611 0 0 0 291 2 0 0 20 0 19 0 78008984 19452874752 27383 18446744073709551615 94736383688704 94736383692400 140736753779984 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94736383700216 94736383701008 94736396836864 140736753785215 140736753785316 140736753785316 140736753790920 0
[pid=98246/tid=98257] ppid=98243 vsize=18996948 memory=-6000919494198322278 CPUtime=0 cores=5,7
/proc/98246/task/98257/stat : 98257 (Finalizer) S 98243 98246 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78008986 19452874752 27383 18446744073709551615 94736383688704 94736383692400 140736753779984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94736383700216 94736383701008 94736396836864 140736753785215 140736753785316 140736753785316 140736753790920 0
[pid=98246/tid=98264] ppid=98243 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/98246/task/98264/stat : 98264 (Common-Cleaner) S 98243 98246 97320 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 78008987 19452874752 27383 18446744073709551615 94736383688704 94736383692400 140736753779984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94736383700216 94736383701008 94736396836864 140736753785215 140736753785316 140736753785316 140736753790920 0
[pid=98246/tid=98267] ppid=98243 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/98246/task/98267/stat : 98267 (Timer-0) S 98243 98246 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78009009 19452874752 27383 18446744073709551615 94736383688704 94736383692400 140736753779984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94736383700216 94736383701008 94736396836864 140736753785215 140736753785316 140736753785316 140736753790920 0
Current children cumulated CPU time: 4.58 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 109532 KiB

[startup+6.30035 s]
/proc/loadavg: 3.94 4.01 5.96 5/304 98289
/proc/meminfo: memFree=127083912/131382116 swapFree=33009904/33010684
[pid=98246] ppid=98243 vsize=18996948 memory=139364 CPUtime=8.06 cores=5,7
/proc/98246/stat : 98246 (java) S 98243 98246 97320 0 -1 4194304 22959 0 0 0 798 8 0 0 20 0 19 0 78008982 19452874752 34841 18446744073709551615 94736383688704 94736383692400 140736753779984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94736383700216 94736383701008 94736396836864 140736753785215 140736753785316 140736753785316 140736753790920 0
/proc/98246/statm: 4749237 34841 5490 1 0 553528 0
[pid=98246/tid=98248] ppid=98243 vsize=18996948 memory=0 CPUtime=6.11 cores=5,7
/proc/98246/task/98248/stat : 98248 (java) R 98243 98246 97320 0 -1 4194368 6940 0 0 0 608 3 0 0 20 0 19 0 78008984 19452874752 34841 18446744073709551615 94736383688704 94736383692400 140736753779984 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94736383700216 94736383701008 94736396836864 140736753785215 140736753785316 140736753785316 140736753790920 0
[pid=98246/tid=98257] ppid=98243 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/98246/task/98257/stat : 98257 (Finalizer) S 98243 98246 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78008986 19452874752 34841 18446744073709551615 94736383688704 94736383692400 140736753779984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94736383700216 94736383701008 94736396836864 140736753785215 140736753785316 140736753785316 140736753790920 0
[pid=98246/tid=98264] ppid=98243 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/98246/task/98264/stat : 98264 (Common-Cleaner) S 98243 98246 97320 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 78008987 19452874752 34841 18446744073709551615 94736383688704 94736383692400 140736753779984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94736383700216 94736383701008 94736396836864 140736753785215 140736753785316 140736753785316 140736753790920 0
[pid=98246/tid=98267] ppid=98243 vsize=18996948 memory=92864 CPUtime=0 cores=5,7
/proc/98246/task/98267/stat : 98267 (Timer-0) S 98243 98246 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78009009 19452874752 34841 18446744073709551615 94736383688704 94736383692400 140736753779984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94736383700216 94736383701008 94736396836864 140736753785215 140736753785316 140736753785316 140736753790920 0
Current children cumulated CPU time: 8.06 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 139364 KiB

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

# cumulated CPU time of all completed processes:  user=10.5022 s, system=0.114756 s

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

[startup+6.40047 s]
/proc/loadavg: 3.94 4.01 5.96 5/304 98289
/proc/meminfo: memFree=127083912/131382116 swapFree=33009904/33010684
[pid=98246] ppid=98243 vsize=18996948 memory=139364 CPUtime=8.16 cores=5,7
/proc/98246/stat : 98246 (java) S 98243 98246 97320 0 -1 4194304 22960 0 0 0 808 8 0 0 20 0 19 0 78008982 19452874752 34841 18446744073709551615 94736383688704 94736383692400 140736753779984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94736383700216 94736383701008 94736396836864 140736753785215 140736753785316 140736753785316 140736753790920 0
/proc/98246/statm: 4749237 34841 5490 1 0 553528 0
[pid=98246/tid=98248] ppid=98243 vsize=18996948 memory=14080 CPUtime=6.21 cores=5,7
/proc/98246/task/98248/stat : 98248 (java) R 98243 98246 97320 0 -1 4194368 6941 0 0 0 618 3 0 0 20 0 19 0 78008984 19452874752 34841 18446744073709551615 94736383688704 94736383692400 140736753779984 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94736383700216 94736383701008 94736396836864 140736753785215 140736753785316 140736753785316 140736753790920 0
[pid=98246/tid=98257] ppid=98243 vsize=18996948 memory=18560 CPUtime=0 cores=5,7
/proc/98246/task/98257/stat : 98257 (Finalizer) S 98243 98246 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78008986 19452874752 34841 18446744073709551615 94736383688704 94736383692400 140736753779984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94736383700216 94736383701008 94736396836864 140736753785215 140736753785316 140736753785316 140736753790920 0
[pid=98246/tid=98264] ppid=98243 vsize=18996948 memory=-6000919494198322278 CPUtime=0 cores=5,7
/proc/98246/task/98264/stat : 98264 (Common-Cleaner) S 98243 98246 97320 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 78008987 19452874752 34841 18446744073709551615 94736383688704 94736383692400 140736753779984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94736383700216 94736383701008 94736396836864 140736753785215 140736753785316 140736753785316 140736753790920 0
[pid=98246/tid=98267] ppid=98243 vsize=18996948 memory=4764 CPUtime=0 cores=5,7
/proc/98246/task/98267/stat : 98267 (Timer-0) S 98243 98246 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78009009 19452874752 34841 18446744073709551615 94736383688704 94736383692400 140736753779984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94736383700216 94736383701008 94736396836864 140736753785215 140736753785316 140736753785316 140736753790920 0
Current children cumulated CPU time: 8.16 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 139364 KiB

[startup+8.00038 s]*
/proc/loadavg: 3.95 4.01 5.95 5/304 98335
/proc/meminfo: memFree=126957056/131382116 swapFree=33009904/33010684
[pid=98246] ppid=98243 vsize=18996948 memory=155748 CPUtime=9.77 cores=5,7
/proc/98246/stat : 98246 (java) S 98243 98246 97320 0 -1 4194304 23569 0 0 0 968 9 0 0 20 0 19 0 78008982 19452874752 38937 18446744073709551615 94736383688704 94736383692400 140736753779984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94736383700216 94736383701008 94736396836864 140736753785215 140736753785316 140736753785316 140736753790920 0
/proc/98246/statm: 4749237 38937 5490 1 0 553528 0
[pid=98246/tid=98248] ppid=98243 vsize=18996948 memory=-6000919507133490278 CPUtime=7.81 cores=5,7
/proc/98246/task/98248/stat : 98248 (java) R 98243 98246 97320 0 -1 4194368 7267 0 0 0 778 3 0 0 20 0 19 0 78008984 19452874752 38937 18446744073709551615 94736383688704 94736383692400 140736753779984 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94736383700216 94736383701008 94736396836864 140736753785215 140736753785316 140736753785316 140736753790920 0
[pid=98246/tid=98257] ppid=98243 vsize=18996948 memory=55212677268211 CPUtime=0 cores=5,7
/proc/98246/task/98257/stat : 98257 (Finalizer) S 98243 98246 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78008986 19452874752 38937 18446744073709551615 94736383688704 94736383692400 140736753779984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94736383700216 94736383701008 94736396836864 140736753785215 140736753785316 140736753785316 140736753790920 0
[pid=98246/tid=98264] ppid=98243 vsize=18996948 memory=395178 CPUtime=0 cores=5,7
/proc/98246/task/98264/stat : 98264 (Common-Cleaner) S 98243 98246 97320 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 78008987 19452874752 38937 18446744073709551615 94736383688704 94736383692400 140736753779984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94736383700216 94736383701008 94736396836864 140736753785215 140736753785316 140736753785316 140736753790920 0
[pid=98246/tid=98267] ppid=98243 vsize=18996948 memory=5704 CPUtime=0 cores=5,7
/proc/98246/task/98267/stat : 98267 (Timer-0) S 98243 98246 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78009009 19452874752 38937 18446744073709551615 94736383688704 94736383692400 140736753779984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94736383700216 94736383701008 94736396836864 140736753785215 140736753785316 140736753785316 140736753790920 0
Current children cumulated CPU time: 9.77 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 155748 KiB

[startup+8.4003 s]
/proc/loadavg: 3.95 4.01 5.95 5/304 98335
/proc/meminfo: memFree=126957056/131382116 swapFree=33009904/33010684
[pid=98246] ppid=98243 vsize=18996948 memory=159844 CPUtime=10.16 cores=5,7
/proc/98246/stat : 98246 (java) S 98243 98246 97320 0 -1 4194304 24002 0 0 0 1007 9 0 0 20 0 19 0 78008982 19452874752 39961 18446744073709551615 94736383688704 94736383692400 140736753779984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94736383700216 94736383701008 94736396836864 140736753785215 140736753785316 140736753785316 140736753790920 0
/proc/98246/statm: 4749237 39961 5490 1 0 553528 0
[pid=98246/tid=98248] ppid=98243 vsize=18996948 memory=-6000919494198322278 CPUtime=8.2 cores=5,7
/proc/98246/task/98248/stat : 98248 (java) R 98243 98246 97320 0 -1 4194368 7284 0 0 0 816 4 0 0 20 0 19 0 78008984 19452874752 39961 18446744073709551615 94736383688704 94736383692400 140736753779984 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94736383700216 94736383701008 94736396836864 140736753785215 140736753785316 140736753785316 140736753790920 0
[pid=98246/tid=98257] ppid=98243 vsize=18996948 memory=6016 CPUtime=0 cores=5,7
/proc/98246/task/98257/stat : 98257 (Finalizer) S 98243 98246 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78008986 19452874752 39961 18446744073709551615 94736383688704 94736383692400 140736753779984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94736383700216 94736383701008 94736396836864 140736753785215 140736753785316 140736753785316 140736753790920 0
[pid=98246/tid=98264] ppid=98243 vsize=18996948 memory=12544 CPUtime=0 cores=5,7
/proc/98246/task/98264/stat : 98264 (Common-Cleaner) S 98243 98246 97320 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 78008987 19452874752 39961 18446744073709551615 94736383688704 94736383692400 140736753779984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94736383700216 94736383701008 94736396836864 140736753785215 140736753785316 140736753785316 140736753790920 0
[pid=98246/tid=98267] ppid=98243 vsize=18996948 memory=2692 CPUtime=0 cores=5,7
/proc/98246/task/98267/stat : 98267 (Timer-0) S 98243 98246 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 78009009 19452874752 39961 18446744073709551615 94736383688704 94736383692400 140736753779984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94736383700216 94736383701008 94736396836864 140736753785215 140736753785316 140736753785316 140736753790920 0
Current children cumulated CPU time: 10.16 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 159844 KiB

[startup+8.80032 s]
/proc/loadavg: 3.95 4.01 5.95 5/304 98335
/proc/meminfo: memFree=126957056/131382116 swapFree=33009904/33010684
[pid=98246] ppid=98243 vsize=18996948 memory=161892 CPUtime=10.57 cores=5,7
/proc/98246/stat : 98246 (java) S 98243 98246 97320 0 -1 4194304 25507 0 0 0 1047 10 0 0 20 0 19 0 78008982 19452874752 40473 18446744073709551615 94736383688704 94736383692400 140736753779984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94736383700216 94736383701008 94736396836864 140736753785215 140736753785316 140736753785316 140736753790920 0
/proc/98246/statm: 4749237 40473 5490 1 0 553544 0
[pid=98246/tid=98248] ppid=98243 vsize=18996948 memory=21648 CPUtime=8.6 cores=5,7
/proc/98246/task/98248/stat : 98248 (java) R 98243 98246 97320 0 -1 4194368 8720 0 0 0 855 5 0 0 20 0 19 0 78008984 19452874752 40473 18446744073709551615 94736383688704 94736383692400 140736753779984 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94736383700216 94736383701008 94736396836864 140736753785215 140736753785316 140736753785316 140736753790920 0
[pid=98246/tid=98257] ppid=98243 vsize=18997976 memory=-6000919494198322278 CPUtime=0 cores=5,7
/proc/98246/task/98257/stat : 98257 (Finalizer) S 98243 98246 97320 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 78008986 19453927424 40473 18446744073709551615 94736383688704 94736383692400 140736753779984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94736383700216 94736383701008 94736396836864 140736753785215 140736753785316 140736753785316 140736753790920 0
[pid=98246/tid=98264] ppid=98243 vsize=18997976 memory=18560 CPUtime=0 cores=5,7
/proc/98246/task/98264/stat : 98264 (Common-Cleaner) S 98243 98246 97320 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 78008987 19453927424 40473 18446744073709551615 94736383688704 94736383692400 140736753779984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94736383700216 94736383701008 94736396836864 140736753785215 140736753785316 140736753785316 140736753790920 0
[pid=98246/tid=98267] ppid=98243 vsize=18997976 memory=11264 CPUtime=0 cores=5,7
/proc/98246/task/98267/stat : 98267 (Timer-0) S 98243 98246 97320 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 78009009 19453927424 40473 18446744073709551615 94736383688704 94736383692400 140736753779984 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94736383700216 94736383701008 94736396836864 140736753785215 140736753785316 140736753785316 140736753790920 0
Current children cumulated CPU time: 10.57 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 161892 KiB

Child status: 30

Real time (s): 8.83366
CPU time (s): 10.6169
CPU user time (s): 10.5022
CPU system time (s): 0.114756
CPU usage (%): 120.187
Max. virtual memory (cumulated for all children) (KiB): 18999056
Max. memory (cumulated for all children) (KiB): 161892

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.5022
system time used= 0.114756
maximum resident set size= 166644
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26567
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= 1527
involuntary context switches= 762


# summary of solver processes directly reported to runsolver:
#   pid: 98246
#   total CPU time (s): 10.6169
#   total CPU user time (s): 10.5022
#   total CPU system time (s): 0.114756

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.079263 second user time and 0.135262 second system time

The end

Launcher Data

Begin job on nodeC004 at 2025-07-04 12:01:38
IDJOB=4525388
IDBENCH=143668
IDSOLVER=3380
FILE ID=nodeC004/4525388-1751623298
RUNJOBID= nodeC004-1751623235-97338
SLURM_JOB_ID= 9598942
Free space on /tmp= 431676 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110978334--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4525388-1751623298/watcher-4525388-1751623298 -o /tmp/evaluation-result-4525388-1751623298/solver-4525388-1751623298 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC004-1751623235-97338 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4525388-1751623298.wbo

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

MD5SUM BENCH= aad9621fe8b368ffddca7a2c79d32a56
RANDOM SEED=1846021035

nodeC004 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/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		: 3661.397
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.215
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
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.467
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
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.215
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.206
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
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		: 3493.042
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
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.211
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
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.212
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        127266696 kB
MemAvailable:   128157364 kB
Buffers:            2128 kB
Cached:          1638760 kB
SwapCached:           32 kB
Active:          2416748 kB
Inactive:        1043780 kB
Active(anon):    1826836 kB
Inactive(anon):    10736 kB
Active(file):     589912 kB
Inactive(file):  1033044 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33009904 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2852 kB
Writeback:            24 kB
AnonPages:       1823120 kB
Mapped:           123520 kB
Shmem:             17932 kB
KReclaimable:     214680 kB
Slab:             302192 kB
SReclaimable:     214680 kB
SUnreclaim:        87512 kB
KernelStack:        4832 kB
PageTables:         7196 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    8352708 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150232 kB
VmallocChunk:          0 kB
Percpu:             3680 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1677312 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      197448 kB
DirectMap2M:    10190848 kB
DirectMap1G:    125829120 kB

Free space on /tmp at the end= 431676 MiB
End job on nodeC004 at 2025-07-04 12:01:47