Trace number 4424834

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 15.2822 11.8435

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900576360--soft-66-100-0.wbo
MD5SUM07149bb688e9c24b651465ffa2b1083b
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark15.2822
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints937
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 46894
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 46893
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 733
Number of bits of the biggest sum of numbers10
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.12/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.11	c See www.sat4j.org for details.
0.12/0.12	c version CUSTOM.v20240707
0.12/0.12	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.12	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.12	c java.vm.version	22.0.1+8-16
0.12/0.12	c java.vm.vendor	Oracle Corporation
0.12/0.12	c sun.arch.data.model	64
0.12/0.12	c java.version		22.0.1
0.12/0.12	c os.name		Linux
0.12/0.12	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.12	c os.arch		amd64
0.12/0.13	c Free memory 		2115194816
0.12/0.13	c Max memory 		16282288128
0.12/0.13	c Total memory 		2122317824
0.12/0.14	c Number of processors 	2
0.12/0.17	--- Begin Solver configuration ---
0.12/0.17	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.12/0.17	Learn all clauses as in MiniSAT
0.12/0.17	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.17	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.17	No reason simplification
0.12/0.17	Glucose 2.1 dynamic restart strategy
0.12/0.17	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	timeout=2147483s
0.12/0.17	DB Simplification allowed=false
0.12/0.17	Listener: none
0.12/0.17	--- End Solver configuration ---
0.12/0.18	c Pseudo Boolean Optimization by upper bound
0.12/0.18	c --- Begin Solver configuration ---
0.12/0.18	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.12/0.18	c Learn all clauses as in MiniSAT
0.12/0.18	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.18	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.18	c No reason simplification
0.12/0.18	c Glucose 2.1 dynamic restart strategy
0.12/0.18	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.18	c timeout=2147483s
0.12/0.18	c DB Simplification allowed=false
0.12/0.18	c Listener: none
0.12/0.18	c --- End Solver configuration ---
0.12/0.18	c solving HOME/instance-4424834-1720881362.wbo
0.12/0.18	c reading problem ... 
0.34/0.30	c ... done. Wall clock time 0.129s.
0.34/0.30	c declared #vars     231
0.34/0.30	c internal #vars     1168
0.34/0.30	c #constraints  2708
0.34/0.30	c constraints type 
0.34/0.30	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 160
0.34/0.30	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 14
0.34/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 9
0.34/0.30	c org.sat4j.specs.Constr$1 => 1
0.34/0.30	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2524
0.34/0.30	c 2708 constraints processed.
0.52/0.32	c objective function length is 937 literals
0.52/0.38	c SATISFIABLE
0.52/0.39	c OPTIMIZING...
0.52/0.39	c Got one! Elapsed wall clock time (in seconds):0.206
0.52/0.39	o 300
0.52/0.40	c Got one! Elapsed wall clock time (in seconds):0.231
0.52/0.40	o 223
0.89/0.57	c Got one! Elapsed wall clock time (in seconds):0.391
0.89/0.57	o 213
1.08/0.62	c Got one! Elapsed wall clock time (in seconds):0.449
1.08/0.62	o 212
1.08/0.63	c Got one! Elapsed wall clock time (in seconds):0.458
1.08/0.63	o 148
1.08/0.67	c Got one! Elapsed wall clock time (in seconds):0.492
1.08/0.67	o 145
1.27/0.75	c Got one! Elapsed wall clock time (in seconds):0.576
1.27/0.75	o 137
1.27/0.76	c Got one! Elapsed wall clock time (in seconds):0.587
1.27/0.76	o 134
1.27/0.77	c Got one! Elapsed wall clock time (in seconds):0.601
1.27/0.77	o 133
1.66/0.92	c Got one! Elapsed wall clock time (in seconds):0.747
1.66/0.93	o 132
1.66/0.93	c Got one! Elapsed wall clock time (in seconds):0.758
1.66/0.93	o 121
1.66/0.99	c Got one! Elapsed wall clock time (in seconds):0.807
1.66/0.99	o 113
2.25/1.28	c cleaning 4028 clauses out of 8056 with flag 17468/8056
2.64/1.46	c Got one! Elapsed wall clock time (in seconds):1.286
2.64/1.46	o 93
2.84/1.58	c Got one! Elapsed wall clock time (in seconds):1.409
2.84/1.58	o 83
3.04/1.65	c Got one! Elapsed wall clock time (in seconds):1.478
3.04/1.65	o 61
3.24/1.70	c Got one! Elapsed wall clock time (in seconds):1.526
3.24/1.70	o 54
3.24/1.72	c Got one! Elapsed wall clock time (in seconds):1.546
3.24/1.72	o 49
3.24/1.76	c Got one! Elapsed wall clock time (in seconds):1.594
3.24/1.76	o 47
3.44/1.87	c Got one! Elapsed wall clock time (in seconds):1.704
3.44/1.87	o 46
3.59/1.91	c Got one! Elapsed wall clock time (in seconds):1.734
3.59/1.91	o 45
3.59/1.92	c Got one! Elapsed wall clock time (in seconds):1.752
3.59/1.92	o 41
3.59/1.99	c cleaning 7432 clauses out of 14877 with flag 5551/18905
4.17/2.28	c cleaning 6713 clauses out of 13442 with flag 44610/24902
4.30/2.36	c Got one! Elapsed wall clock time (in seconds):2.194
4.30/2.36	o 37
4.65/2.54	c cleaning 6261 clauses out of 12541 with flag 28404/30714
4.65/2.56	c Got one! Elapsed wall clock time (in seconds):2.39
4.65/2.56	o 34
4.65/2.58	c Got one! Elapsed wall clock time (in seconds):2.41
4.65/2.58	o 33
4.84/2.65	c Got one! Elapsed wall clock time (in seconds):2.476
4.84/2.65	o 31
4.84/2.65	c Got one! Elapsed wall clock time (in seconds):2.48
4.84/2.65	o 30
5.19/2.82	c Got one! Elapsed wall clock time (in seconds):2.647
5.19/2.82	o 29
5.19/2.88	c cleaning 6443 clauses out of 12893 with flag 7356/37327
5.31/2.99	c Got one! Elapsed wall clock time (in seconds):2.819
5.31/2.99	o 25
5.51/3.17	c cleaning 5883 clauses out of 11769 with flag 22834/42646
5.71/3.33	c Got one! Elapsed wall clock time (in seconds):3.156
5.71/3.33	o 20
5.87/3.43	c cleaning 5459 clauses out of 10918 with flag 14616/47678
5.87/3.48	c Got one! Elapsed wall clock time (in seconds):3.305
5.87/3.48	o 17
5.97/3.55	c Got one! Elapsed wall clock time (in seconds):3.383
5.97/3.55	o 16
6.23/3.74	c cleaning 5468 clauses out of 10938 with flag 25804/53157
6.62/4.12	c cleaning 5730 clauses out of 11468 with flag 79506/59155
7.12/4.60	c cleaning 6367 clauses out of 12740 with flag 141610/66157
7.62/5.15	c Got one! Elapsed wall clock time (in seconds):4.983
7.62/5.16	o 14
8.14/5.64	c cleaning 9278 clauses out of 18561 with flag 41432/78345
8.64/6.14	c cleaning 7633 clauses out of 15279 with flag 90490/84341
9.04/6.59	c cleaning 7316 clauses out of 14646 with flag 138609/91341
9.74/7.28	c cleaning 7661 clauses out of 15333 with flag 202456/99344
9.84/7.35	c Got one! Elapsed wall clock time (in seconds):7.178
9.84/7.35	o 13
10.24/7.73	c cleaning 6711 clauses out of 13448 with flag 35993/105120
10.44/7.90	c Got one! Elapsed wall clock time (in seconds):7.73
10.44/7.90	o 9
10.64/8.18	c cleaning 5997 clauses out of 11998 with flag 22369/110381
11.30/8.72	c cleaning 5996 clauses out of 11999 with flag 70228/116379
11.30/8.78	c Got one! Elapsed wall clock time (in seconds):8.61
11.30/8.78	o 4
11.76/9.16	c cleaning 5850 clauses out of 11720 with flag 31479/122096
12.15/9.59	c cleaning 5934 clauses out of 11872 with flag 71743/128098
13.23/10.14	c cleaning 6465 clauses out of 12938 with flag 118030/135099
13.74/10.61	c cleaning 7229 clauses out of 14469 with flag 172067/143096
14.32/11.17	c Got one! Elapsed wall clock time (in seconds):11.0
14.32/11.17	o 2
14.63/11.44	c cleaning 10460 clauses out of 20921 with flag 23506/156780
15.14/11.73	c cleaning 8229 clauses out of 16457 with flag 49654/162780
15.14/11.77	c starts		: 253
15.14/11.78	c conflicts		: 164828
15.14/11.78	c decisions		: 296756
15.14/11.78	c propagations		: 10694120
15.14/11.78	c inspects		: 142843750
15.14/11.78	c shortcuts		: 0
15.14/11.78	c learnt literals	: 18
15.14/11.78	c learnt binary clauses	: 30
15.14/11.78	c learnt ternary clauses	: 479
15.14/11.78	c learnt constraints	: 164809
15.14/11.78	c ignored constraints	: 0
15.14/11.78	c root simplifications	: 0
15.14/11.78	c removed literals (reason simplification)	: 0
15.14/11.78	c reason swapping (by a shorter reason)	: 0
15.14/11.78	c Calls to reduceDB	: 23
15.14/11.78	c Number of update (reduction) of LBD	: 72176
15.14/11.78	c Imported unit clauses	: 0
15.14/11.78	c No decision after first conflict	: false
15.14/11.78	c number of reductions to clauses (during analyze)	: 0
15.14/11.78	c number of learned constraints concerned by reduction	: 0
15.14/11.78	c number of learning phase by resolution	: 0
15.14/11.78	c number of learning phase by cutting planes	: 0
15.14/11.78	c number of rounding to 1 operations	: 0
15.14/11.78	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
15.14/11.78	c number of reductions of the coefficients by power 2 	: 0
15.14/11.78	c number of right shift for reduction by power 2 	: 0
15.14/11.78	c number of reductions of the coefficients by GCD over coefficients 	: 0
15.14/11.78	c number of ending skipping 	: 0
15.14/11.78	c number of internal skipping 	: 0
15.14/11.78	c number of derivation steps 	: 0
15.14/11.78	c number of skipped derivation steps 	: 0
15.14/11.78	c number of remaining unassigned 	: 0
15.14/11.78	c number of remaining assigned 	: 0
15.14/11.78	c number of falsified literals weakened from reason	: 0
15.14/11.78	c number of falsified literals weakened from conflict	: 0
15.14/11.78	c time for arithmetic operations	: 0
15.14/11.78	c minimum degree of deleted constraints	: null
15.14/11.78	c maximum degree of deleted constraints	: null
15.14/11.78	c number of deleted constraints	: 0
15.14/11.78	c speed (assignments/second)	: 934800.6993006993
15.14/11.78	c non guided choices	: 4617
15.14/11.78	s OPTIMUM FOUND
15.14/11.78	c Found 36 solution(s)
15.14/11.78	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 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 x179 -x180 -x181 -x182 -x183 x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 -x205 x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 x219 -x220 -x221 -x222 -x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 
15.25/11.80	c objective function=2
15.25/11.80	c Total wall clock time (in seconds): 11.633

Verifier Data

OK	2

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 64059 MiB (54912 MiB free)
  memory of node 1: 64510 MiB (56045 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4424834-1720881362/watcher-4424834-1720881362 -o /tmp/evaluation-result-4424834-1720881362/solver-4424834-1720881362 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1720877762-699779 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4424834-1720881362.wbo 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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=703201, runsolver pid=703198

[startup+0.100335 s]*
/proc/loadavg: 4.38 4.32 4.26 7/316 703219
/proc/meminfo: memFree=113581408/131655788 swapFree=131071996/131071996
[pid=703201] ppid=703198 vsize=18975048 memory=57940 CPUtime=0.12 cores=0,2
/proc/703201/stat : 703201 (java) S 703198 703201 697515 0 -1 1077936128 6487 0 0 0 10 2 0 0 20 0 18 0 140292870 19430449152 14485 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
/proc/703201/statm: 4743762 14485 5608 1 0 550924 0
[pid=703201/tid=703203] ppid=703198 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/703201/task/703203/stat : 703203 (java) R 703198 703201 697515 0 -1 1077936192 5471 0 0 0 6 2 0 0 20 0 18 0 140292870 19430449152 14485 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
[pid=703201/tid=703212] ppid=703198 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/703201/task/703212/stat : 703212 (Finalizer) S 703198 703201 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140292875 19430449152 14485 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
[pid=703201/tid=703219] ppid=703198 vsize=18975048 memory=13563812552942208 CPUtime=0 cores=0,2
/proc/703201/task/703219/stat : 703219 (Common-Cleaner) S 703198 703201 697515 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 140292876 19430449152 14485 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 57940 KiB

[startup+0.214646 s]*
/proc/loadavg: 4.38 4.32 4.26 7/316 703221
/proc/meminfo: memFree=113567752/131655788 swapFree=131071996/131071996
[pid=703201] ppid=703198 vsize=18975048 memory=68024 CPUtime=0.34 cores=0,2
/proc/703201/stat : 703201 (java) S 703198 703201 697515 0 -1 1077936128 7269 0 0 0 31 3 0 0 20 0 18 0 140292870 19430449152 17006 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
/proc/703201/statm: 4743762 17006 5794 1 0 551588 0
[pid=703201/tid=703203] ppid=703198 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=0,2
/proc/703201/task/703203/stat : 703203 (java) R 703198 703201 697515 0 -1 4194368 5897 0 0 0 16 2 0 0 20 0 18 0 140292870 19430449152 17006 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
[pid=703201/tid=703212] ppid=703198 vsize=18975048 memory=5822 CPUtime=0 cores=0,2
/proc/703201/task/703212/stat : 703212 (Finalizer) S 703198 703201 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140292875 19430449152 17006 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
[pid=703201/tid=703219] ppid=703198 vsize=18975048 memory=13849655494580062 CPUtime=0 cores=0,2
/proc/703201/task/703219/stat : 703219 (Common-Cleaner) S 703198 703201 697515 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 140292876 19430449152 17006 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 68024 KiB

[startup+0.306962 s]*
/proc/loadavg: 4.38 4.32 4.26 7/316 703221
/proc/meminfo: memFree=113556560/131655788 swapFree=131071996/131071996
[pid=703201] ppid=703198 vsize=18975048 memory=74604 CPUtime=0.52 cores=0,2
/proc/703201/stat : 703201 (java) S 703198 703201 697515 0 -1 1077936128 7426 0 0 0 49 3 0 0 20 0 18 0 140292870 19430449152 18651 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
/proc/703201/statm: 4743762 18651 5794 1 0 551670 0
[pid=703201/tid=703203] ppid=703198 vsize=18975048 memory=-8598613490100773564 CPUtime=0.26 cores=0,2
/proc/703201/task/703203/stat : 703203 (java) R 703198 703201 697515 0 -1 1077936192 5945 0 0 0 24 2 0 0 20 0 18 0 140292870 19430449152 18651 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
[pid=703201/tid=703212] ppid=703198 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/703201/task/703212/stat : 703212 (Finalizer) S 703198 703201 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140292875 19430449152 18651 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
[pid=703201/tid=703219] ppid=703198 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/703201/task/703219/stat : 703219 (Common-Cleaner) S 703198 703201 697515 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 140292876 19430449152 18651 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 74604 KiB

[startup+0.706639 s]
/proc/loadavg: 4.38 4.32 4.26 7/317 703222
/proc/meminfo: memFree=113545180/131655788 swapFree=131071996/131071996
[pid=703201] ppid=703198 vsize=19041612 memory=84240 CPUtime=1.27 cores=0,2
/proc/703201/stat : 703201 (java) S 703198 703201 697515 0 -1 1077936128 9802 0 0 0 123 4 0 0 20 0 19 0 140292870 19498610688 21060 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
/proc/703201/statm: 4760403 21060 5848 1 0 553191 0
[pid=703201/tid=703203] ppid=703198 vsize=19041612 memory=5620 CPUtime=0.61 cores=0,2
/proc/703201/task/703203/stat : 703203 (java) R 703198 703201 697515 0 -1 4194368 6064 0 0 0 59 2 0 0 20 0 19 0 140292870 19498610688 21060 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
[pid=703201/tid=703212] ppid=703198 vsize=19041612 memory=12724 CPUtime=0 cores=0,2
/proc/703201/task/703212/stat : 703212 (Finalizer) S 703198 703201 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140292875 19498610688 21060 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
[pid=703201/tid=703219] ppid=703198 vsize=19041612 memory=164 CPUtime=0 cores=0,2
/proc/703201/task/703219/stat : 703219 (Common-Cleaner) S 703198 703201 697515 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140292876 19498610688 21060 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
[pid=703201/tid=703222] ppid=703198 vsize=19041612 memory=117636 CPUtime=0 cores=0,2
/proc/703201/task/703222/stat : 703222 (Timer-0) S 703198 703201 697515 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140292902 19498610688 21060 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 84240 KiB

[startup+1.50464 s]
/proc/loadavg: 4.38 4.32 4.26 6/317 703222
/proc/meminfo: memFree=113515200/131655788 swapFree=131071996/131071996
[pid=703201] ppid=703198 vsize=19041612 memory=99644 CPUtime=2.84 cores=0,2
/proc/703201/stat : 703201 (java) S 703198 703201 697515 0 -1 1077936128 16397 0 0 0 279 5 0 0 20 0 19 0 140292870 19498610688 24911 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
/proc/703201/statm: 4760403 24911 5863 1 0 554776 0
[pid=703201/tid=703203] ppid=703198 vsize=19041612 memory=12724 CPUtime=1.4 cores=0,2
/proc/703201/task/703203/stat : 703203 (java) R 703198 703201 697515 0 -1 4194368 7126 0 0 0 137 3 0 0 20 0 19 0 140292870 19498610688 24911 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
[pid=703201/tid=703212] ppid=703198 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/703201/task/703212/stat : 703212 (Finalizer) S 703198 703201 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140292875 19498610688 24911 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
[pid=703201/tid=703219] ppid=703198 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/703201/task/703219/stat : 703219 (Common-Cleaner) S 703198 703201 697515 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140292876 19498610688 24911 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
[pid=703201/tid=703222] ppid=703198 vsize=19041612 memory=831 CPUtime=0 cores=0,2
/proc/703201/task/703222/stat : 703222 (Timer-0) S 703198 703201 697515 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140292902 19498610688 24911 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 99644 KiB

[startup+3.10564 s]
/proc/loadavg: 4.43 4.33 4.26 6/317 703222
/proc/meminfo: memFree=113308124/131655788 swapFree=131071996/131071996
[pid=703201] ppid=703198 vsize=19041612 memory=128044 CPUtime=5.51 cores=0,2
/proc/703201/stat : 703201 (java) S 703198 703201 697515 0 -1 1077936128 22597 0 0 0 544 7 0 0 20 0 19 0 140292870 19498610688 32011 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
/proc/703201/statm: 4760403 32011 5863 1 0 557151 0
[pid=703201/tid=703203] ppid=703198 vsize=19041612 memory=0 CPUtime=2.97 cores=0,2
/proc/703201/task/703203/stat : 703203 (java) R 703198 703201 697515 0 -1 4194368 7519 0 0 0 294 3 0 0 20 0 19 0 140292870 19498610688 32011 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
[pid=703201/tid=703212] ppid=703198 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/703201/task/703212/stat : 703212 (Finalizer) S 703198 703201 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140292875 19498610688 32011 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
[pid=703201/tid=703219] ppid=703198 vsize=19041612 memory=12724 CPUtime=0 cores=0,2
/proc/703201/task/703219/stat : 703219 (Common-Cleaner) S 703198 703201 697515 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140292876 19498610688 32011 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
[pid=703201/tid=703222] ppid=703198 vsize=19041612 memory=11408 CPUtime=0 cores=0,2
/proc/703201/task/703222/stat : 703222 (Timer-0) S 703198 703201 697515 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140292902 19498610688 32011 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
Current children cumulated CPU time: 5.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 128044 KiB

[startup+6.30064 s]
/proc/loadavg: 4.43 4.33 4.26 5/317 703222
/proc/meminfo: memFree=113176060/131655788 swapFree=131071996/131071996
[pid=703201] ppid=703198 vsize=19041612 memory=143056 CPUtime=8.84 cores=0,2
/proc/703201/stat : 703201 (java) S 703198 703201 697515 0 -1 1077936128 23356 0 0 0 877 7 0 0 20 0 19 0 140292870 19498610688 35764 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
/proc/703201/statm: 4760403 35764 5876 1 0 557152 0
[pid=703201/tid=703203] ppid=703198 vsize=19041612 memory=12724 CPUtime=6.13 cores=0,2
/proc/703201/task/703203/stat : 703203 (java) R 703198 703201 697515 0 -1 4194368 7695 0 0 0 610 3 0 0 20 0 19 0 140292870 19498610688 35764 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
[pid=703201/tid=703212] ppid=703198 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/703201/task/703212/stat : 703212 (Finalizer) S 703198 703201 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140292875 19498610688 35764 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
[pid=703201/tid=703219] ppid=703198 vsize=19041612 memory=100 CPUtime=0 cores=0,2
/proc/703201/task/703219/stat : 703219 (Common-Cleaner) S 703198 703201 697515 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140292876 19498610688 35764 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
[pid=703201/tid=703222] ppid=703198 vsize=19041612 memory=-7163974055829550171 CPUtime=0 cores=0,2
/proc/703201/task/703222/stat : 703222 (Timer-0) S 703198 703201 697515 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140292902 19498610688 35764 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
Current children cumulated CPU time: 8.84 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 143056 KiB

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

# cumulated CPU time of all completed processes:  user=15.1772 s, system=0.105002 s

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

[startup+6.40064 s]
/proc/loadavg: 4.43 4.33 4.26 5/317 703222
/proc/meminfo: memFree=113176060/131655788 swapFree=131071996/131071996
[pid=703201] ppid=703198 vsize=19041612 memory=143056 CPUtime=8.94 cores=0,2
/proc/703201/stat : 703201 (java) S 703198 703201 697515 0 -1 1077936128 23356 0 0 0 887 7 0 0 20 0 19 0 140292870 19498610688 35764 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
/proc/703201/statm: 4760403 35764 5876 1 0 557152 0
[pid=703201/tid=703203] ppid=703198 vsize=19041612 memory=-8598613490100773564 CPUtime=6.23 cores=0,2
/proc/703201/task/703203/stat : 703203 (java) R 703198 703201 697515 0 -1 4194368 7695 0 0 0 620 3 0 0 20 0 19 0 140292870 19498610688 35764 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
[pid=703201/tid=703212] ppid=703198 vsize=19041612 memory=12724 CPUtime=0 cores=0,2
/proc/703201/task/703212/stat : 703212 (Finalizer) S 703198 703201 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140292875 19498610688 35764 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
[pid=703201/tid=703219] ppid=703198 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/703201/task/703219/stat : 703219 (Common-Cleaner) S 703198 703201 697515 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140292876 19498610688 35764 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
[pid=703201/tid=703222] ppid=703198 vsize=19041612 memory=228489172286 CPUtime=0 cores=0,2
/proc/703201/task/703222/stat : 703222 (Timer-0) S 703198 703201 697515 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140292902 19498610688 35764 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
Current children cumulated CPU time: 8.94 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 143056 KiB

[startup+9.60065 s]
/proc/loadavg: 4.40 4.33 4.26 5/317 703222
/proc/meminfo: memFree=113159592/131655788 swapFree=131071996/131071996
[pid=703201] ppid=703198 vsize=19041612 memory=161680 CPUtime=12.25 cores=0,2
/proc/703201/stat : 703201 (java) S 703198 703201 697515 0 -1 1077936128 25809 0 0 0 1217 8 0 0 20 0 19 0 140292870 19498610688 40420 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
/proc/703201/statm: 4760403 40420 5876 1 0 557152 0
[pid=703201/tid=703203] ppid=703198 vsize=19041612 memory=35284 CPUtime=9.4 cores=0,2
/proc/703201/task/703203/stat : 703203 (java) R 703198 703201 697515 0 -1 4194368 8673 0 0 0 936 4 0 0 20 0 19 0 140292870 19498610688 40420 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
[pid=703201/tid=703212] ppid=703198 vsize=19041612 memory=-8598613490100773564 CPUtime=0 cores=0,2
/proc/703201/task/703212/stat : 703212 (Finalizer) S 703198 703201 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140292875 19498610688 40420 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
[pid=703201/tid=703219] ppid=703198 vsize=19041612 memory=134224 CPUtime=0 cores=0,2
/proc/703201/task/703219/stat : 703219 (Common-Cleaner) S 703198 703201 697515 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140292876 19498610688 40420 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
[pid=703201/tid=703222] ppid=703198 vsize=19041612 memory=5620 CPUtime=0 cores=0,2
/proc/703201/task/703222/stat : 703222 (Timer-0) S 703198 703201 697515 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140292902 19498610688 40420 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
Current children cumulated CPU time: 12.25 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 161680 KiB

[startup+11.2006 s]
/proc/loadavg: 4.40 4.33 4.26 5/317 703223
/proc/meminfo: memFree=112941864/131655788 swapFree=131071996/131071996
[pid=703201] ppid=703198 vsize=19041612 memory=170032 CPUtime=14.41 cores=0,2
/proc/703201/stat : 703201 (java) S 703198 703201 697515 0 -1 1077936128 30910 0 0 0 1432 9 0 0 20 0 19 0 140292870 19498610688 42508 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
/proc/703201/statm: 4760403 42508 5876 1 0 557152 0
[pid=703201/tid=703203] ppid=703198 vsize=19041612 memory=35284 CPUtime=10.98 cores=0,2
/proc/703201/task/703203/stat : 703203 (java) R 703198 703201 697515 0 -1 4194368 10035 0 0 0 1094 4 0 0 20 0 19 0 140292870 19498610688 42508 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
[pid=703201/tid=703212] ppid=703198 vsize=19041612 memory=12724 CPUtime=0 cores=0,2
/proc/703201/task/703212/stat : 703212 (Finalizer) S 703198 703201 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140292875 19498610688 42508 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
[pid=703201/tid=703219] ppid=703198 vsize=19041612 memory=5620 CPUtime=0 cores=0,2
/proc/703201/task/703219/stat : 703219 (Common-Cleaner) S 703198 703201 697515 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140292876 19498610688 42508 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
[pid=703201/tid=703222] ppid=703198 vsize=19041612 memory=11408 CPUtime=0 cores=0,2
/proc/703201/task/703222/stat : 703222 (Timer-0) S 703198 703201 697515 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140292902 19498610688 42508 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
Current children cumulated CPU time: 14.41 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 170032 KiB

[startup+11.6006 s]
/proc/loadavg: 4.40 4.33 4.26 5/317 703223
/proc/meminfo: memFree=112941864/131655788 swapFree=131071996/131071996
[pid=703201] ppid=703198 vsize=19041612 memory=172108 CPUtime=15.01 cores=0,2
/proc/703201/stat : 703201 (java) S 703198 703201 697515 0 -1 1077936128 31001 0 0 0 1492 9 0 0 20 0 19 0 140292870 19498610688 43027 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
/proc/703201/statm: 4760403 43027 5876 1 0 557152 0
[pid=703201/tid=703203] ppid=703198 vsize=19041612 memory=3957 CPUtime=11.38 cores=0,2
/proc/703201/task/703203/stat : 703203 (java) R 703198 703201 697515 0 -1 4194368 10040 0 0 0 1134 4 0 0 20 0 19 0 140292870 19498610688 43027 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
[pid=703201/tid=703212] ppid=703198 vsize=19041612 memory=26396 CPUtime=0 cores=0,2
/proc/703201/task/703212/stat : 703212 (Finalizer) S 703198 703201 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140292875 19498610688 43027 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
[pid=703201/tid=703219] ppid=703198 vsize=19041612 memory=5524 CPUtime=0 cores=0,2
/proc/703201/task/703219/stat : 703219 (Common-Cleaner) S 703198 703201 697515 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140292876 19498610688 43027 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
[pid=703201/tid=703222] ppid=703198 vsize=19041612 memory=-8598613490100773564 CPUtime=0 cores=0,2
/proc/703201/task/703222/stat : 703222 (Timer-0) S 703198 703201 697515 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140292902 19498610688 43027 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
Current children cumulated CPU time: 15.01 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 172108 KiB

[startup+11.8002 s]
/proc/loadavg: 4.40 4.33 4.26 5/317 703223
/proc/meminfo: memFree=112941864/131655788 swapFree=131071996/131071996
[pid=703201] ppid=703198 vsize=19241304 memory=181228 CPUtime=15.25 cores=0,2
/proc/703201/stat : 703201 (java) S 703198 703201 697515 0 -1 1077936128 33366 0 0 0 1516 9 0 0 20 0 21 0 140292870 19703095296 45307 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
/proc/703201/statm: 4810326 45307 5907 1 0 558063 0
[pid=703201/tid=703203] ppid=703198 vsize=19241304 memory=-8598613490100773564 CPUtime=11.48 cores=0,2
/proc/703201/task/703203/stat : 703203 (java) S 703198 703201 697515 0 -1 1077936192 10879 0 0 0 1144 4 0 0 20 0 21 0 140292870 19703095296 45307 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
[pid=703201/tid=703212] ppid=703198 vsize=19241304 memory=8389131500679510615 CPUtime=0 cores=0,2
/proc/703201/task/703212/stat : 703212 (Finalizer) S 703198 703201 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 140292875 19703095296 45307 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
[pid=703201/tid=703219] ppid=703198 vsize=19241304 memory=2332221104913556656 CPUtime=0 cores=0,2
/proc/703201/task/703219/stat : 703219 (Common-Cleaner) S 703198 703201 697515 0 -1 1077936192 57 0 0 0 0 0 0 0 20 0 21 0 140292876 19703095296 45307 134679101440 94821726892032 94821726895728 140732535762128 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94821726903544 94821726904336 94821735702528 140732535768045 140732535768135 140732535768135 140732535775176 0
Current children cumulated CPU time: 15.25 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 181228 KiB

Child status: 30

Real time (s): 11.8435
CPU time (s): 15.2822
CPU user time (s): 15.1772
CPU system time (s): 0.105002
CPU usage (%): 129.035
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 181228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.1772
system time used= 0.105002
maximum resident set size= 182476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33481
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= 818
involuntary context switches= 411


# summary of solver processes directly reported to runsolver:
#   pid: 703201
#   total CPU time (s): 15.2822
#   total CPU user time (s): 15.1772
#   total CPU system time (s): 0.105002

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.033789 second user time and 0.092785 second system time

The end

Launcher Data

Begin job on nodeC007 at 2024-07-13 16:36:15
IDJOB=4424834
IDBENCH=143536
IDSOLVER=3037
FILE ID=nodeC007/4424834-1720881362
RUNJOBID= nodeC007-1720877762-699779
SLURM_JOB_ID= 7483755
Free space on /tmp= 723780 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900576360--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4424834-1720881362/watcher-4424834-1720881362 -o /tmp/evaluation-result-4424834-1720881362/solver-4424834-1720881362 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1720877762-699779 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4424834-1720881362.wbo

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

MD5SUM BENCH= 07149bb688e9c24b651465ffa2b1083b
RANDOM SEED=1460473427

nodeC007.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.133
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.25
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		: 3585.186
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.647
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.25
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.138
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.262
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.25
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		: 3497.523
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3554.011
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.25
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.248
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        113620564 kB
MemAvailable:   113522396 kB
Buffers:          322760 kB
Cached:           428356 kB
SwapCached:            0 kB
Active:           476604 kB
Inactive:       17027932 kB
Active(anon):       1460 kB
Inactive(anon): 16789668 kB
Active(file):     475144 kB
Inactive(file):   238264 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2232 kB
Writeback:            84 kB
AnonPages:      16753460 kB
Mapped:           121572 kB
Shmem:             37704 kB
KReclaimable:      56912 kB
Slab:             146472 kB
SReclaimable:      56912 kB
SUnreclaim:        89560 kB
KernelStack:        4816 kB
PageTables:        42848 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   22149408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            45696 kB
HardwareCorrupted:     0 kB
AnonHugePages:  16338944 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      203592 kB
DirectMap2M:    11235328 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 723776 MiB
End job on nodeC007 at 2024-07-13 16:36:27