Trace number 4424829

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 18.1395 15.1354

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900556231--soft-33-100-0.wbo
MD5SUM3785d842bac6fe989ed69b09e3d5f780
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark18.1395
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 constraints1777
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 90281
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 90280
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 723
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.00/0.12	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.12	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.12	c See www.sat4j.org for details.
0.13/0.13	c version CUSTOM.v20240707
0.13/0.13	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.13	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.13	c java.vm.version	22.0.1+8-16
0.13/0.13	c java.vm.vendor	Oracle Corporation
0.13/0.13	c sun.arch.data.model	64
0.13/0.13	c java.version		22.0.1
0.13/0.13	c os.name		Linux
0.13/0.13	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.13	c os.arch		amd64
0.13/0.14	c Free memory 		2115194816
0.13/0.14	c Max memory 		16282288128
0.13/0.14	c Total memory 		2122317824
0.13/0.14	c Number of processors 	2
0.13/0.18	--- Begin Solver configuration ---
0.13/0.18	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.18	Learn all clauses as in MiniSAT
0.13/0.18	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.18	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.18	No reason simplification
0.13/0.18	Glucose 2.1 dynamic restart strategy
0.13/0.18	Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.18	timeout=2147483s
0.13/0.18	DB Simplification allowed=false
0.13/0.18	Listener: none
0.13/0.18	--- End Solver configuration ---
0.13/0.19	c Pseudo Boolean Optimization by upper bound
0.13/0.19	c --- Begin Solver configuration ---
0.13/0.19	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.19	c Learn all clauses as in MiniSAT
0.13/0.19	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.19	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.19	c No reason simplification
0.13/0.19	c Glucose 2.1 dynamic restart strategy
0.13/0.19	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.13/0.19	c timeout=2147483s
0.13/0.19	c DB Simplification allowed=false
0.13/0.19	c Listener: none
0.13/0.19	c --- End Solver configuration ---
0.13/0.19	c solving HOME/instance-4424829-1720881474.wbo
0.13/0.19	c reading problem ... 
0.53/0.35	c ... done. Wall clock time 0.164s.
0.53/0.35	c declared #vars     231
0.53/0.35	c internal #vars     2008
0.53/0.35	c #constraints  2708
0.53/0.35	c constraints type 
0.53/0.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 78
0.53/0.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 7
0.53/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 16
0.53/0.35	c org.sat4j.specs.Constr$1 => 1
0.53/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2606
0.53/0.35	c 2708 constraints processed.
0.53/0.36	c objective function length is 1777 literals
0.71/0.47	c SATISFIABLE
0.71/0.47	c OPTIMIZING...
0.71/0.47	c Got one! Elapsed wall clock time (in seconds):0.294
0.71/0.48	o 372
1.21/0.77	c Got one! Elapsed wall clock time (in seconds):0.59
1.21/0.77	o 320
1.21/0.79	c Got one! Elapsed wall clock time (in seconds):0.616
1.21/0.80	o 317
1.43/0.82	c Got one! Elapsed wall clock time (in seconds):0.636
1.43/0.82	o 299
1.43/0.86	c Got one! Elapsed wall clock time (in seconds):0.684
1.43/0.86	o 290
1.43/0.88	c Got one! Elapsed wall clock time (in seconds):0.703
1.43/0.88	o 230
1.61/0.91	c Got one! Elapsed wall clock time (in seconds):0.734
1.61/0.91	o 229
1.61/0.98	c Got one! Elapsed wall clock time (in seconds):0.795
1.61/0.98	o 217
1.61/0.99	c Got one! Elapsed wall clock time (in seconds):0.811
1.61/0.99	o 200
1.81/1.02	c Got one! Elapsed wall clock time (in seconds):0.837
1.81/1.02	o 134
1.81/1.05	c Got one! Elapsed wall clock time (in seconds):0.874
1.81/1.05	o 112
1.81/1.06	c Got one! Elapsed wall clock time (in seconds):0.886
1.81/1.07	o 111
1.81/1.09	c Got one! Elapsed wall clock time (in seconds):0.913
1.81/1.09	o 97
2.01/1.14	c Got one! Elapsed wall clock time (in seconds):0.959
2.01/1.15	o 93
2.19/1.26	c Got one! Elapsed wall clock time (in seconds):1.08
2.19/1.26	o 85
2.92/1.79	c cleaning 4357 clauses out of 8714 with flag 33768/8714
3.08/1.86	c Got one! Elapsed wall clock time (in seconds):1.678
3.08/1.86	o 84
3.28/1.92	c Got one! Elapsed wall clock time (in seconds):1.743
3.28/1.92	o 81
3.28/2.00	c Got one! Elapsed wall clock time (in seconds):1.822
3.28/2.00	o 79
3.49/2.10	c Got one! Elapsed wall clock time (in seconds):1.918
3.49/2.10	o 77
3.69/2.16	c Got one! Elapsed wall clock time (in seconds):1.987
3.69/2.16	o 73
3.69/2.17	c Got one! Elapsed wall clock time (in seconds):1.995
3.69/2.17	o 50
3.86/2.22	c Got one! Elapsed wall clock time (in seconds):2.043
3.86/2.22	o 47
3.86/2.26	c Got one! Elapsed wall clock time (in seconds):2.086
3.86/2.26	o 46
3.86/2.29	c Got one! Elapsed wall clock time (in seconds):2.116
3.86/2.29	o 42
4.06/2.31	c Got one! Elapsed wall clock time (in seconds):2.134
4.06/2.31	o 41
4.06/2.35	c Got one! Elapsed wall clock time (in seconds):2.177
4.06/2.35	o 29
4.26/2.55	c cleaning 7166 clauses out of 14348 with flag 17621/18705
4.44/2.63	c Got one! Elapsed wall clock time (in seconds):2.452
4.44/2.63	o 28
4.44/2.66	c Got one! Elapsed wall clock time (in seconds):2.481
4.44/2.66	o 27
4.83/2.84	c Got one! Elapsed wall clock time (in seconds):2.667
4.83/2.84	o 26
4.94/2.91	c cleaning 6613 clauses out of 13242 with flag 6211/24765
4.94/2.91	c Got one! Elapsed wall clock time (in seconds):2.737
4.94/2.91	o 25
4.94/2.95	c Got one! Elapsed wall clock time (in seconds):2.774
4.94/2.95	o 23
5.39/3.25	c cleaning 6210 clauses out of 12447 with flag 35162/30583
5.79/3.62	c cleaning 6110 clauses out of 12237 with flag 83512/36583
6.09/3.93	c Got one! Elapsed wall clock time (in seconds):3.75
6.09/3.93	o 22
6.09/4.00	c cleaning 6044 clauses out of 12109 with flag 7485/42565
6.21/4.05	c Got one! Elapsed wall clock time (in seconds):3.872
6.21/4.05	o 21
6.51/4.33	c cleaning 5540 clauses out of 11090 with flag 31796/47590
6.91/4.76	c cleaning 5770 clauses out of 11550 with flag 82268/53590
7.12/4.91	c Got one! Elapsed wall clock time (in seconds):4.737
7.12/4.91	o 20
7.12/4.99	c Got one! Elapsed wall clock time (in seconds):4.813
7.12/4.99	o 17
7.33/5.13	c cleaning 5683 clauses out of 11371 with flag 15480/59181
7.72/5.54	c cleaning 5845 clauses out of 11691 with flag 63686/65184
8.12/5.92	c Got one! Elapsed wall clock time (in seconds):5.742
8.12/5.92	o 16
8.59/6.32	c cleaning 8087 clauses out of 16200 with flag 37403/75538
9.00/6.72	c Got one! Elapsed wall clock time (in seconds):6.544
9.00/6.72	o 15
9.50/7.26	c cleaning 9093 clauses out of 18191 with flag 46714/85616
10.10/7.81	c cleaning 7541 clauses out of 15098 with flag 100880/91616
10.70/8.43	c cleaning 7263 clauses out of 14557 with flag 160457/98616
10.70/8.49	c Got one! Elapsed wall clock time (in seconds):8.312
10.70/8.49	o 14
11.11/8.86	c Got one! Elapsed wall clock time (in seconds):8.679
11.11/8.86	o 13
11.21/8.97	c cleaning 6729 clauses out of 13476 with flag 8622/104798
11.72/9.50	c Got one! Elapsed wall clock time (in seconds):9.318
11.72/9.50	o 9
11.90/9.54	c Got one! Elapsed wall clock time (in seconds):9.365
11.90/9.54	o 8
12.35/10.00	c cleaning 8920 clauses out of 17863 with flag 31879/115915
12.91/10.43	c cleaning 7458 clauses out of 14943 with flag 73476/121915
13.18/10.60	c Got one! Elapsed wall clock time (in seconds):10.427
13.18/10.61	o 6
13.40/10.82	c cleaning 6563 clauses out of 13145 with flag 19551/127575
13.80/11.20	c cleaning 6282 clauses out of 12582 with flag 59246/133575
13.89/11.36	c Got one! Elapsed wall clock time (in seconds):11.186
13.89/11.36	o 3
14.09/11.52	c Got one! Elapsed wall clock time (in seconds):11.345
14.09/11.52	o 2
14.20/11.61	c cleaning 6071 clauses out of 12151 with flag 6287/139427
14.61/12.01	c cleaning 6024 clauses out of 12079 with flag 44639/145426
14.71/12.19	c Got one! Elapsed wall clock time (in seconds):12.012
14.71/12.19	o 1
15.00/12.37	c cleaning 5778 clauses out of 11593 with flag 16631/150964
15.70/12.88	c cleaning 5903 clauses out of 11813 with flag 61340/156962
16.20/13.31	c cleaning 6448 clauses out of 12910 with flag 108530/163962
16.60/13.74	c cleaning 7217 clauses out of 14461 with flag 158974/171962
17.30/14.48	c cleaning 8122 clauses out of 16245 with flag 219158/180963
17.88/14.91	c cleaning 9054 clauses out of 18117 with flag 262055/190962
17.99/15.08	c starts		: 130
17.99/15.08	c conflicts		: 195474
17.99/15.08	c decisions		: 363691
17.99/15.08	c propagations		: 14555704
17.99/15.08	c inspects		: 177868997
17.99/15.08	c shortcuts		: 0
17.99/15.08	c learnt literals	: 24
17.99/15.08	c learnt binary clauses	: 37
17.99/15.08	c learnt ternary clauses	: 339
17.99/15.08	c learnt constraints	: 195449
17.99/15.08	c ignored constraints	: 0
17.99/15.08	c root simplifications	: 0
17.99/15.08	c removed literals (reason simplification)	: 0
17.99/15.08	c reason swapping (by a shorter reason)	: 0
17.99/15.08	c Calls to reduceDB	: 27
17.99/15.08	c Number of update (reduction) of LBD	: 81009
17.99/15.08	c Imported unit clauses	: 0
17.99/15.08	c No decision after first conflict	: false
17.99/15.08	c number of reductions to clauses (during analyze)	: 0
17.99/15.08	c number of learned constraints concerned by reduction	: 0
17.99/15.08	c number of learning phase by resolution	: 0
17.99/15.08	c number of learning phase by cutting planes	: 0
17.99/15.08	c number of rounding to 1 operations	: 0
17.99/15.08	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
17.99/15.08	c number of reductions of the coefficients by power 2 	: 0
17.99/15.08	c number of right shift for reduction by power 2 	: 0
17.99/15.08	c number of reductions of the coefficients by GCD over coefficients 	: 0
17.99/15.08	c number of ending skipping 	: 0
17.99/15.08	c number of internal skipping 	: 0
17.99/15.08	c number of derivation steps 	: 0
17.99/15.08	c number of skipped derivation steps 	: 0
17.99/15.08	c number of remaining unassigned 	: 0
17.99/15.08	c number of remaining assigned 	: 0
17.99/15.08	c number of falsified literals weakened from reason	: 0
17.99/15.08	c number of falsified literals weakened from conflict	: 0
17.99/15.08	c time for arithmetic operations	: 0
17.99/15.10	c minimum degree of deleted constraints	: null
17.99/15.10	c maximum degree of deleted constraints	: null
17.99/15.10	c number of deleted constraints	: 0
17.99/15.10	c speed (assignments/second)	: 988368.5747266924
17.99/15.10	c non guided choices	: 5155
17.99/15.10	s OPTIMUM FOUND
17.99/15.10	c Found 45 solution(s)
17.99/15.10	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 
17.99/15.10	c objective function=1
17.99/15.10	c Total wall clock time (in seconds): 14.923

Verifier Data

OK	1

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4424829-1720881474/watcher-4424829-1720881474 -o /tmp/evaluation-result-4424829-1720881474/solver-4424829-1720881474 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1720877762-699779 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4424829-1720881474.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=703487, runsolver pid=703484

[startup+0.100071 s]*
/proc/loadavg: 4.20 4.28 4.25 7/316 703505
/proc/meminfo: memFree=112008408/131655788 swapFree=131071996/131071996
[pid=703487] ppid=703484 vsize=18975048 memory=55924 CPUtime=0.13 cores=0,2
/proc/703487/stat : 703487 (java) S 703484 703487 697515 0 -1 1077936128 6659 0 0 0 10 3 0 0 20 0 18 0 140304077 19430449152 13981 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
/proc/703487/statm: 4743762 13981 5528 1 0 550956 0
[pid=703487/tid=703489] ppid=703484 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=0,2
/proc/703487/task/703489/stat : 703489 (java) R 703484 703487 697515 0 -1 4194368 5570 0 0 0 6 3 0 0 20 0 18 0 140304077 19430449152 13981 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
[pid=703487/tid=703498] ppid=703484 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/703487/task/703498/stat : 703498 (Finalizer) S 703484 703487 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140304083 19430449152 14019 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
[pid=703487/tid=703505] ppid=703484 vsize=18975048 memory=13563812552942208 CPUtime=0 cores=0,2
/proc/703487/task/703505/stat : 703505 (Common-Cleaner) S 703484 703487 697515 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 140304084 19430449152 14019 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 55924 KiB

[startup+0.223683 s]*
/proc/loadavg: 4.20 4.28 4.25 7/316 703505
/proc/meminfo: memFree=111997208/131655788 swapFree=131071996/131071996
[pid=703487] ppid=703484 vsize=18975048 memory=67360 CPUtime=0.36 cores=0,2
/proc/703487/stat : 703487 (java) S 703484 703487 697515 0 -1 1077936128 7648 0 0 0 32 4 0 0 20 0 18 0 140304077 19430449152 16840 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
/proc/703487/statm: 4743762 16840 5810 1 0 551818 0
[pid=703487/tid=703489] ppid=703484 vsize=18975048 memory=4782652875487838339 CPUtime=0.21 cores=0,2
/proc/703487/task/703489/stat : 703489 (java) R 703484 703487 697515 0 -1 4194368 5934 0 0 0 18 3 0 0 20 0 18 0 140304077 19430449152 16840 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
[pid=703487/tid=703498] ppid=703484 vsize=18975048 memory=5822 CPUtime=0 cores=0,2
/proc/703487/task/703498/stat : 703498 (Finalizer) S 703484 703487 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140304083 19430449152 16840 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
[pid=703487/tid=703505] ppid=703484 vsize=18975048 memory=13849655494580062 CPUtime=0 cores=0,2
/proc/703487/task/703505/stat : 703505 (Common-Cleaner) S 703484 703487 697515 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 140304084 19430449152 16840 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
Current children cumulated CPU time: 0.36 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67360 KiB

[startup+0.327228 s]*
/proc/loadavg: 4.20 4.28 4.25 7/316 703505
/proc/meminfo: memFree=111992412/131655788 swapFree=131071996/131071996
[pid=703487] ppid=703484 vsize=18975048 memory=73880 CPUtime=0.53 cores=0,2
/proc/703487/stat : 703487 (java) S 703484 703487 697515 0 -1 1077936128 7786 0 0 0 49 4 0 0 20 0 18 0 140304077 19430449152 18470 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
/proc/703487/statm: 4743762 18470 5810 1 0 551905 0
[pid=703487/tid=703489] ppid=703484 vsize=18975048 memory=-8887122042694312636 CPUtime=0.3 cores=0,2
/proc/703487/task/703489/stat : 703489 (java) S 703484 703487 697515 0 -1 1077936192 5966 0 0 0 27 3 0 0 20 0 18 0 140304077 19430449152 18470 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
[pid=703487/tid=703498] ppid=703484 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/703487/task/703498/stat : 703498 (Finalizer) S 703484 703487 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140304083 19430449152 18470 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
[pid=703487/tid=703505] ppid=703484 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/703487/task/703505/stat : 703505 (Common-Cleaner) S 703484 703487 697515 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 140304084 19430449152 18470 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 73880 KiB

[startup+0.701216 s]
/proc/loadavg: 4.20 4.28 4.25 6/317 703506
/proc/meminfo: memFree=111983964/131655788 swapFree=131071996/131071996
[pid=703487] ppid=703484 vsize=19041612 memory=87864 CPUtime=1.21 cores=0,2
/proc/703487/stat : 703487 (java) S 703484 703487 697515 0 -1 1077936128 12035 0 0 0 115 6 0 0 20 0 19 0 140304077 19498610688 21966 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
/proc/703487/statm: 4760403 21966 5863 1 0 554928 0
[pid=703487/tid=703489] ppid=703484 vsize=19041612 memory=5620 CPUtime=0.59 cores=0,2
/proc/703487/task/703489/stat : 703489 (java) R 703484 703487 697515 0 -1 4194368 6085 0 0 0 56 3 0 0 20 0 19 0 140304077 19498610688 21966 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
[pid=703487/tid=703498] ppid=703484 vsize=19041612 memory=12724 CPUtime=0 cores=0,2
/proc/703487/task/703498/stat : 703498 (Finalizer) S 703484 703487 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140304083 19498610688 21966 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
[pid=703487/tid=703505] ppid=703484 vsize=19041612 memory=164 CPUtime=0 cores=0,2
/proc/703487/task/703505/stat : 703505 (Common-Cleaner) S 703484 703487 697515 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140304084 19498610688 21966 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
[pid=703487/tid=703506] ppid=703484 vsize=19041612 memory=117636 CPUtime=0 cores=0,2
/proc/703487/task/703506/stat : 703506 (Timer-0) S 703484 703487 697515 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140304114 19498610688 21966 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 87864 KiB

[startup+1.50029 s]
/proc/loadavg: 4.20 4.28 4.25 7/317 703506
/proc/meminfo: memFree=111967652/131655788 swapFree=131071996/131071996
[pid=703487] ppid=703484 vsize=19041612 memory=105024 CPUtime=2.59 cores=0,2
/proc/703487/stat : 703487 (java) S 703484 703487 697515 0 -1 1077936128 15074 0 0 0 252 7 0 0 20 0 19 0 140304077 19498610688 26256 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
/proc/703487/statm: 4760403 26256 5863 1 0 554934 0
[pid=703487/tid=703489] ppid=703484 vsize=19041612 memory=12724 CPUtime=1.35 cores=0,2
/proc/703487/task/703489/stat : 703489 (java) R 703484 703487 697515 0 -1 4194368 7005 0 0 0 132 3 0 0 20 0 19 0 140304077 19498610688 26256 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
[pid=703487/tid=703498] ppid=703484 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/703487/task/703498/stat : 703498 (Finalizer) S 703484 703487 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140304083 19498610688 26256 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
[pid=703487/tid=703505] ppid=703484 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/703487/task/703505/stat : 703505 (Common-Cleaner) S 703484 703487 697515 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140304084 19498610688 26256 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
[pid=703487/tid=703506] ppid=703484 vsize=19041612 memory=831 CPUtime=0 cores=0,2
/proc/703487/task/703506/stat : 703506 (Timer-0) S 703484 703487 697515 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140304114 19498610688 26256 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
Current children cumulated CPU time: 2.59 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 105024 KiB

[startup+3.10621 s]
/proc/loadavg: 4.20 4.28 4.25 5/317 703506
/proc/meminfo: memFree=111925688/131655788 swapFree=131071996/131071996
[pid=703487] ppid=703484 vsize=19041612 memory=140668 CPUtime=5.27 cores=0,2
/proc/703487/stat : 703487 (java) S 703484 703487 697515 0 -1 1077936128 23836 0 0 0 518 9 0 0 20 0 19 0 140304077 19498610688 35167 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
/proc/703487/statm: 4760403 35167 5863 1 0 558041 0
[pid=703487/tid=703489] ppid=703484 vsize=19041612 memory=0 CPUtime=2.95 cores=0,2
/proc/703487/task/703489/stat : 703489 (java) R 703484 703487 697515 0 -1 4194368 7894 0 0 0 291 4 0 0 20 0 19 0 140304077 19498610688 35167 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
[pid=703487/tid=703498] ppid=703484 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/703487/task/703498/stat : 703498 (Finalizer) S 703484 703487 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140304083 19498610688 35167 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
[pid=703487/tid=703505] ppid=703484 vsize=19041612 memory=12724 CPUtime=0 cores=0,2
/proc/703487/task/703505/stat : 703505 (Common-Cleaner) S 703484 703487 697515 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140304084 19498610688 35167 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
[pid=703487/tid=703506] ppid=703484 vsize=19041612 memory=11408 CPUtime=0 cores=0,2
/proc/703487/task/703506/stat : 703506 (Timer-0) S 703484 703487 697515 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140304114 19498610688 35167 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
Current children cumulated CPU time: 5.27 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 140668 KiB

[startup+6.30041 s]
/proc/loadavg: 4.18 4.28 4.25 5/317 703506
/proc/meminfo: memFree=111911052/131655788 swapFree=131071996/131071996
[pid=703487] ppid=703484 vsize=19041612 memory=155112 CPUtime=8.59 cores=0,2
/proc/703487/stat : 703487 (java) S 703484 703487 697515 0 -1 1077936128 24005 0 0 0 849 10 0 0 20 0 19 0 140304077 19498610688 38778 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
/proc/703487/statm: 4760403 38778 5863 1 0 558044 0
[pid=703487/tid=703489] ppid=703484 vsize=19041612 memory=12724 CPUtime=6.13 cores=0,2
/proc/703487/task/703489/stat : 703489 (java) R 703484 703487 697515 0 -1 4194368 7967 0 0 0 609 4 0 0 20 0 19 0 140304077 19498610688 38778 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
[pid=703487/tid=703498] ppid=703484 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/703487/task/703498/stat : 703498 (Finalizer) S 703484 703487 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140304083 19498610688 38778 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
[pid=703487/tid=703505] ppid=703484 vsize=19041612 memory=100 CPUtime=0 cores=0,2
/proc/703487/task/703505/stat : 703505 (Common-Cleaner) S 703484 703487 697515 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140304084 19498610688 38778 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
[pid=703487/tid=703506] ppid=703484 vsize=19041612 memory=-7163974055829550171 CPUtime=0 cores=0,2
/proc/703487/task/703506/stat : 703506 (Timer-0) S 703484 703487 697515 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140304114 19498610688 38778 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
Current children cumulated CPU time: 8.59 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 155112 KiB

[startup+12.7005 s]
/proc/loadavg: 4.17 4.27 4.25 5/318 703509
/proc/meminfo: memFree=111885664/131655788 swapFree=131071996/131071996
[pid=703487] ppid=703484 vsize=19108176 memory=178544 CPUtime=15.6 cores=0,2
/proc/703487/stat : 703487 (java) S 703484 703487 697515 0 -1 1077936128 31108 0 0 0 1548 12 0 0 20 0 20 0 140304077 19566772224 44636 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
/proc/703487/statm: 4777044 44636 5922 1 0 558376 0
[pid=703487/tid=703489] ppid=703484 vsize=19108176 memory=178472 CPUtime=12.49 cores=0,2
/proc/703487/task/703489/stat : 703489 (java) R 703484 703487 697515 0 -1 4194368 9717 0 0 0 1244 5 0 0 20 0 20 0 140304077 19566772224 44636 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
[pid=703487/tid=703498] ppid=703484 vsize=19108176 memory=11408 CPUtime=0 cores=0,2
/proc/703487/task/703498/stat : 703498 (Finalizer) S 703484 703487 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140304083 19566772224 44636 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
[pid=703487/tid=703505] ppid=703484 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/703487/task/703505/stat : 703505 (Common-Cleaner) S 703484 703487 697515 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 20 0 140304084 19566772224 44636 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
[pid=703487/tid=703506] ppid=703484 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/703487/task/703506/stat : 703506 (Timer-0) S 703484 703487 697515 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140304114 19566772224 44636 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
Current children cumulated CPU time: 15.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 178544 KiB

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

# cumulated CPU time of all completed processes:  user=17.9985 s, system=0.141032 s

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

[startup+12.8005 s]
/proc/loadavg: 4.17 4.27 4.25 5/318 703509
/proc/meminfo: memFree=111885664/131655788 swapFree=131071996/131071996
[pid=703487] ppid=703484 vsize=19108176 memory=178544 CPUtime=15.7 cores=0,2
/proc/703487/stat : 703487 (java) S 703484 703487 697515 0 -1 1077936128 31157 0 0 0 1558 12 0 0 20 0 20 0 140304077 19566772224 44636 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
/proc/703487/statm: 4777044 44636 5922 1 0 558376 0
[pid=703487/tid=703489] ppid=703484 vsize=19108176 memory=164 CPUtime=12.59 cores=0,2
/proc/703487/task/703489/stat : 703489 (java) R 703484 703487 697515 0 -1 4194368 9766 0 0 0 1254 5 0 0 20 0 20 0 140304077 19566772224 44636 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
[pid=703487/tid=703498] ppid=703484 vsize=19108176 memory=26396 CPUtime=0 cores=0,2
/proc/703487/task/703498/stat : 703498 (Finalizer) S 703484 703487 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140304083 19566772224 44636 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
[pid=703487/tid=703505] ppid=703484 vsize=19108176 memory=5524 CPUtime=0 cores=0,2
/proc/703487/task/703505/stat : 703505 (Common-Cleaner) S 703484 703487 697515 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 20 0 140304084 19566772224 44636 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
[pid=703487/tid=703506] ppid=703484 vsize=19108176 memory=35284 CPUtime=0 cores=0,2
/proc/703487/task/703506/stat : 703506 (Timer-0) S 703484 703487 697515 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140304114 19566772224 44636 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
Current children cumulated CPU time: 15.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 178544 KiB

[startup+14.4004 s]
/proc/loadavg: 4.17 4.27 4.25 6/318 703509
/proc/meminfo: memFree=111885608/131655788 swapFree=131071996/131071996
[pid=703487] ppid=703484 vsize=19108176 memory=178744 CPUtime=17.3 cores=0,2
/proc/703487/stat : 703487 (java) S 703484 703487 697515 0 -1 1077936128 31517 0 0 0 1718 12 0 0 20 0 20 0 140304077 19566772224 44686 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
/proc/703487/statm: 4777044 44686 5922 1 0 558376 0
[pid=703487/tid=703489] ppid=703484 vsize=19108176 memory=2248 CPUtime=14.19 cores=0,2
/proc/703487/task/703489/stat : 703489 (java) R 703484 703487 697515 0 -1 4194368 10069 0 0 0 1414 5 0 0 20 0 20 0 140304077 19566772224 44686 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
[pid=703487/tid=703498] ppid=703484 vsize=19108176 memory=12724 CPUtime=0 cores=0,2
/proc/703487/task/703498/stat : 703498 (Finalizer) S 703484 703487 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140304083 19566772224 44686 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
[pid=703487/tid=703505] ppid=703484 vsize=19108176 memory=5620 CPUtime=0 cores=0,2
/proc/703487/task/703505/stat : 703505 (Common-Cleaner) S 703484 703487 697515 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 20 0 140304084 19566772224 44686 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
[pid=703487/tid=703506] ppid=703484 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/703487/task/703506/stat : 703506 (Timer-0) S 703484 703487 697515 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140304114 19566772224 44686 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
Current children cumulated CPU time: 17.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 178744 KiB

[startup+14.8004 s]
/proc/loadavg: 4.17 4.27 4.25 6/318 703509
/proc/meminfo: memFree=111885608/131655788 swapFree=131071996/131071996
[pid=703487] ppid=703484 vsize=19108176 memory=178792 CPUtime=17.77 cores=0,2
/proc/703487/stat : 703487 (java) S 703484 703487 697515 0 -1 1077936128 33112 0 0 0 1765 12 0 0 20 0 20 0 140304077 19566772224 44698 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
/proc/703487/statm: 4777044 44698 5922 1 0 558376 0
[pid=703487/tid=703489] ppid=703484 vsize=19108176 memory=2288 CPUtime=14.59 cores=0,2
/proc/703487/task/703489/stat : 703489 (java) R 703484 703487 697515 0 -1 4194368 10135 0 0 0 1454 5 0 0 20 0 20 0 140304077 19566772224 44698 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
[pid=703487/tid=703498] ppid=703484 vsize=19108176 memory=-8887122042694312636 CPUtime=0 cores=0,2
/proc/703487/task/703498/stat : 703498 (Finalizer) S 703484 703487 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140304083 19566772224 44698 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
[pid=703487/tid=703505] ppid=703484 vsize=19108176 memory=35284 CPUtime=0 cores=0,2
/proc/703487/task/703505/stat : 703505 (Common-Cleaner) S 703484 703487 697515 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 20 0 140304084 19566772224 44698 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
[pid=703487/tid=703506] ppid=703484 vsize=19108176 memory=12724 CPUtime=0 cores=0,2
/proc/703487/task/703506/stat : 703506 (Timer-0) S 703484 703487 697515 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140304114 19566772224 44698 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
Current children cumulated CPU time: 17.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 178792 KiB

[startup+15.0004 s]*
/proc/loadavg: 4.16 4.27 4.25 5/318 703509
/proc/meminfo: memFree=111879464/131655788 swapFree=131071996/131071996
[pid=703487] ppid=703484 vsize=19108176 memory=178792 CPUtime=17.99 cores=0,2
/proc/703487/stat : 703487 (java) S 703484 703487 697515 0 -1 1077936128 33135 0 0 0 1787 12 0 0 20 0 20 0 140304077 19566772224 44698 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
/proc/703487/statm: 4777044 44698 5922 1 0 558376 0
[pid=703487/tid=703489] ppid=703484 vsize=19108176 memory=-8887122042694312636 CPUtime=14.8 cores=0,2
/proc/703487/task/703489/stat : 703489 (java) R 703484 703487 697515 0 -1 4194368 10144 0 0 0 1475 5 0 0 20 0 20 0 140304077 19566772224 44698 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
[pid=703487/tid=703498] ppid=703484 vsize=19108176 memory=3472331594877108307 CPUtime=0 cores=0,2
/proc/703487/task/703498/stat : 703498 (Finalizer) S 703484 703487 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 140304083 19566772224 44698 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
[pid=703487/tid=703505] ppid=703484 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/703487/task/703505/stat : 703505 (Common-Cleaner) S 703484 703487 697515 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 20 0 140304084 19566772224 44698 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
[pid=703487/tid=703506] ppid=703484 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/703487/task/703506/stat : 703506 (Timer-0) S 703484 703487 697515 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140304114 19566772224 44698 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
Current children cumulated CPU time: 17.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 178792 KiB

[startup+15.1171 s]
/proc/loadavg: 4.16 4.27 4.25 5/318 703509
/proc/meminfo: memFree=111879464/131655788 swapFree=131071996/131071996
[pid=703487] ppid=703484 vsize=19241304 memory=179300 CPUtime=18.12 cores=0,2
/proc/703487/stat : 703487 (java) S 703484 703487 697515 0 -1 1077936128 35459 0 0 0 1799 13 0 0 20 0 15 0 140304077 19703095296 44825 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
/proc/703487/statm: 4810326 44825 5921 1 0 558994 0
[pid=703487/tid=703489] ppid=703484 vsize=19241304 memory=11408 CPUtime=14.86 cores=0,2
/proc/703487/task/703489/stat : 703489 (java) S 703484 703487 697515 0 -1 1077936192 11487 0 0 0 1481 5 0 0 20 0 15 0 140304077 19703095296 44825 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
[pid=703487/tid=703498] ppid=703484 vsize=19241304 memory=0 CPUtime=0 cores=0,2
/proc/703487/task/703498/stat : 703498 (Finalizer) S 703484 703487 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 15 0 140304083 19703095296 44825 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
[pid=703487/tid=703505] ppid=703484 vsize=19241304 memory=5620 CPUtime=0 cores=0,2
/proc/703487/task/703505/stat : 703505 (Common-Cleaner) S 703484 703487 697515 0 -1 1077936192 56 0 0 0 0 0 0 0 20 0 15 0 140304084 19703095296 44825 134679101440 94327205883904 94327205887600 140736452247264 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94327205895416 94327205896208 94327227981824 140736452252653 140736452252743 140736452252743 140736452259784 0
Current children cumulated CPU time: 18.12 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 179300 KiB

Child status: 30

Real time (s): 15.1354
CPU time (s): 18.1395
CPU user time (s): 17.9985
CPU system time (s): 0.141032
CPU usage (%): 119.848
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 179300

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.9985
system time used= 0.141032
maximum resident set size= 180216
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35510
page faults= 0
swaps= 0
block input operations= 0
block output operations= 96
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1045
involuntary context switches= 377


# summary of solver processes directly reported to runsolver:
#   pid: 703487
#   total CPU time (s): 18.1395
#   total CPU user time (s): 17.9985
#   total CPU system time (s): 0.141032

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.105053 second user time and 0.211973 second system time

The end

Launcher Data

Begin job on nodeC007 at 2024-07-13 16:38:07
IDJOB=4424829
IDBENCH=143638
IDSOLVER=3037
FILE ID=nodeC007/4424829-1720881474
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.1900556231--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4424829-1720881474/watcher-4424829-1720881474 -o /tmp/evaluation-result-4424829-1720881474/solver-4424829-1720881474 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1720877762-699779 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4424829-1720881474.wbo

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

MD5SUM BENCH= 3785d842bac6fe989ed69b09e3d5f780
RANDOM SEED=1298137149

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		: 3491.640
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		: 3587.308
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		: 1197.133
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.289
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		: 3532.037
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		: 3521.783
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		: 1197.275
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.205
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:        112043384 kB
MemAvailable:   111945820 kB
Buffers:          322956 kB
Cached:           428744 kB
SwapCached:            0 kB
Active:           476892 kB
Inactive:       18601548 kB
Active(anon):       1476 kB
Inactive(anon): 18362972 kB
Active(file):     475416 kB
Inactive(file):   238576 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               792 kB
Writeback:             0 kB
AnonPages:      18326484 kB
Mapped:           121656 kB
Shmem:             37704 kB
KReclaimable:      56952 kB
Slab:             146600 kB
SReclaimable:      56952 kB
SUnreclaim:        89648 kB
KernelStack:        4832 kB
PageTables:        45924 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   22151876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            45696 kB
HardwareCorrupted:     0 kB
AnonHugePages:  17903616 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:38:22