Trace number 4424828

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.9546 16.135

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900551347--soft-66-100-0.wbo
MD5SUMc44296df46be636a3d5069e5616e3fa6
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark11
Best CPU time to get the best result obtained on this benchmark18.9546
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 constraints927
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 45360
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45359
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 745
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.09	c version CUSTOM.v20240707
0.15/0.12	c java.runtime.name	OpenJDK Runtime Environment
0.15/0.12	c java.vm.name		OpenJDK 64-Bit Server VM
0.15/0.12	c java.vm.version	22.0.1+8-16
0.15/0.13	c java.vm.vendor	Oracle Corporation
0.15/0.13	c sun.arch.data.model	64
0.15/0.13	c java.version		22.0.1
0.15/0.13	c os.name		Linux
0.15/0.13	c os.version		4.18.0-301.1.el8.x86_64
0.15/0.13	c os.arch		amd64
0.15/0.13	c Free memory 		2113181440
0.15/0.13	c Max memory 		16282288128
0.15/0.14	c Total memory 		2122317824
0.15/0.14	c Number of processors 	2
0.29/0.24	--- Begin Solver configuration ---
0.29/0.24	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.29/0.24	Learn all clauses as in MiniSAT
0.29/0.24	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.24	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.29/0.24	No reason simplification
0.29/0.24	Glucose 2.1 dynamic restart strategy
0.29/0.24	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.29/0.24	timeout=2147483s
0.29/0.24	DB Simplification allowed=false
0.29/0.24	Listener: none
0.29/0.24	--- End Solver configuration ---
0.29/0.24	c Pseudo Boolean Optimization by upper bound
0.29/0.24	c --- Begin Solver configuration ---
0.29/0.24	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.29/0.24	c Learn all clauses as in MiniSAT
0.29/0.24	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.24	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.29/0.24	c No reason simplification
0.29/0.24	c Glucose 2.1 dynamic restart strategy
0.29/0.24	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.29/0.24	c timeout=2147483s
0.29/0.24	c DB Simplification allowed=false
0.29/0.24	c Listener: none
0.29/0.24	c --- End Solver configuration ---
0.29/0.24	c solving HOME/instance-4424828-1720881427.wbo
0.29/0.24	c reading problem ... 
0.46/0.40	c ... done. Wall clock time 0.142s.
0.46/0.40	c declared #vars     231
0.46/0.40	c internal #vars     1158
0.46/0.40	c #constraints  2708
0.46/0.40	c constraints type 
0.46/0.40	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 156
0.46/0.40	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 14
0.46/0.40	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 9
0.46/0.40	c org.sat4j.specs.Constr$1 => 1
0.46/0.40	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2528
0.46/0.40	c 2708 constraints processed.
0.46/0.42	c objective function length is 927 literals
0.80/0.53	c SATISFIABLE
0.80/0.53	c OPTIMIZING...
0.80/0.53	c Got one! Elapsed wall clock time (in seconds):0.279
0.80/0.53	o 744
0.80/0.56	c Got one! Elapsed wall clock time (in seconds):0.302
0.80/0.56	o 737
0.80/0.59	c Got one! Elapsed wall clock time (in seconds):0.339
0.80/0.59	o 591
0.97/0.68	c Got one! Elapsed wall clock time (in seconds):0.442
0.97/0.68	o 233
1.16/0.75	c Got one! Elapsed wall clock time (in seconds):0.508
1.16/0.75	o 230
1.36/0.82	c Got one! Elapsed wall clock time (in seconds):0.58
1.36/0.82	o 225
1.36/0.84	c Got one! Elapsed wall clock time (in seconds):0.595
1.36/0.84	o 221
1.36/0.85	c Got one! Elapsed wall clock time (in seconds):0.611
1.36/0.85	o 218
1.36/0.88	c Got one! Elapsed wall clock time (in seconds):0.633
1.36/0.88	o 216
1.55/0.90	c Got one! Elapsed wall clock time (in seconds):0.651
1.55/0.90	o 208
1.55/0.94	c Got one! Elapsed wall clock time (in seconds):0.694
1.55/0.94	o 207
1.55/0.95	c Got one! Elapsed wall clock time (in seconds):0.71
1.55/0.95	o 134
1.90/1.15	c Got one! Elapsed wall clock time (in seconds):0.902
1.90/1.15	o 132
2.06/1.27	c Got one! Elapsed wall clock time (in seconds):1.024
2.06/1.27	o 127
2.32/1.43	c cleaning 4519 clauses out of 9041 with flag 9891/9041
2.32/1.44	c Got one! Elapsed wall clock time (in seconds):1.194
2.32/1.44	o 109
2.32/1.45	c Got one! Elapsed wall clock time (in seconds):1.211
2.32/1.45	o 107
2.32/1.46	c Got one! Elapsed wall clock time (in seconds):1.219
2.32/1.46	o 102
2.51/1.50	c Got one! Elapsed wall clock time (in seconds):1.256
2.51/1.50	o 96
2.51/1.52	c Got one! Elapsed wall clock time (in seconds):1.273
2.51/1.52	o 89
3.02/1.88	c cleaning 5262 clauses out of 10529 with flag 30934/15048
3.57/2.14	c Got one! Elapsed wall clock time (in seconds):1.892
3.57/2.14	o 84
3.74/2.21	c cleaning 5507 clauses out of 11017 with flag 9263/20798
3.74/2.28	c Got one! Elapsed wall clock time (in seconds):2.035
3.74/2.28	o 80
4.05/2.50	c cleaning 5492 clauses out of 10989 with flag 24676/26277
4.05/2.52	c Got one! Elapsed wall clock time (in seconds):2.275
4.05/2.52	o 62
4.31/2.70	c Got one! Elapsed wall clock time (in seconds):2.457
4.31/2.70	o 61
4.43/2.82	c cleaning 5635 clauses out of 11284 with flag 14870/32064
4.78/3.15	c cleaning 5819 clauses out of 11650 with flag 57818/38065
5.19/3.54	c Got one! Elapsed wall clock time (in seconds):3.296
5.19/3.54	o 55
5.62/3.91	c cleaning 8793 clauses out of 17599 with flag 40297/49833
5.88/4.18	c Got one! Elapsed wall clock time (in seconds):3.939
5.88/4.18	o 54
6.09/4.34	c cleaning 7310 clauses out of 14633 with flag 19065/55660
6.39/4.64	c Got one! Elapsed wall clock time (in seconds):4.398
6.39/4.64	o 49
6.55/4.73	c cleaning 6634 clauses out of 13271 with flag 10080/61608
7.05/5.23	c cleaning 6308 clauses out of 12640 with flag 58970/67611
7.65/5.87	c Got one! Elapsed wall clock time (in seconds):5.63
7.65/5.87	o 44
8.25/6.49	c cleaning 8322 clauses out of 16652 with flag 45994/77931
8.98/6.99	c cleaning 7160 clauses out of 14328 with flag 96625/83929
9.48/7.44	c Got one! Elapsed wall clock time (in seconds):7.2
9.48/7.45	o 43
9.94/7.84	c cleaning 9220 clauses out of 18445 with flag 40535/95206
9.94/7.88	c Got one! Elapsed wall clock time (in seconds):7.639
9.94/7.88	o 35
10.08/7.91	c Got one! Elapsed wall clock time (in seconds):7.67
10.08/7.91	o 34
10.28/8.19	c cleaning 7619 clauses out of 15261 with flag 34886/101242
10.37/8.27	c Got one! Elapsed wall clock time (in seconds):8.025
10.37/8.27	o 25
10.57/8.48	c cleaning 6703 clauses out of 13418 with flag 30506/107018
10.97/8.88	c cleaning 6347 clauses out of 12714 with flag 80518/113017
11.55/9.39	c cleaning 6671 clauses out of 13367 with flag 137757/120017
11.81/9.50	c Got one! Elapsed wall clock time (in seconds):9.259
11.81/9.50	o 24
12.04/9.79	c cleaning 6277 clauses out of 12560 with flag 31368/125881
12.24/9.97	c Got one! Elapsed wall clock time (in seconds):9.725
12.24/9.97	o 23
12.45/10.17	c cleaning 6035 clauses out of 12075 with flag 20359/131673
12.54/10.26	c Got one! Elapsed wall clock time (in seconds):10.013
12.54/10.26	o 16
12.54/10.29	c Got one! Elapsed wall clock time (in seconds):10.05
12.54/10.29	o 15
12.85/10.52	c cleaning 6013 clauses out of 12027 with flag 27853/137660
12.94/10.67	c Got one! Elapsed wall clock time (in seconds):10.43
12.94/10.67	o 13
13.24/10.93	c cleaning 5879 clauses out of 11763 with flag 25135/143409
13.54/11.26	c Got one! Elapsed wall clock time (in seconds):11.017
13.54/11.26	o 12
13.64/11.32	c cleaning 5674 clauses out of 11361 with flag 5486/148886
13.94/11.61	c cleaning 5843 clauses out of 11690 with flag 40206/154889
14.57/12.08	c cleaning 6416 clauses out of 12841 with flag 86855/161884
15.18/12.62	c cleaning 7208 clauses out of 14425 with flag 143392/169885
16.01/13.33	c cleaning 8109 clauses out of 16217 with flag 211446/178885
16.01/13.35	c Got one! Elapsed wall clock time (in seconds):13.111
16.01/13.35	o 11
16.43/13.73	c cleaning 6713 clauses out of 13429 with flag 32084/184206
16.85/14.18	c cleaning 6355 clauses out of 12717 with flag 74289/190207
17.33/14.61	c cleaning 6677 clauses out of 13361 with flag 114350/197206
17.86/15.14	c cleaning 7331 clauses out of 14684 with flag 161000/205208
18.51/15.70	c cleaning 8170 clauses out of 16349 with flag 211033/214207
18.82/16.09	c starts		: 175
18.82/16.09	c conflicts		: 220514
18.82/16.09	c decisions		: 383373
18.82/16.09	c propagations		: 16929127
18.82/16.09	c inspects		: 179962534
18.82/16.09	c shortcuts		: 0
18.82/16.09	c learnt literals	: 21
18.82/16.09	c learnt binary clauses	: 36
18.82/16.09	c learnt ternary clauses	: 327
18.82/16.09	c learnt constraints	: 220492
18.82/16.09	c ignored constraints	: 0
18.82/16.09	c root simplifications	: 0
18.82/16.09	c removed literals (reason simplification)	: 0
18.82/16.09	c reason swapping (by a shorter reason)	: 0
18.82/16.09	c Calls to reduceDB	: 31
18.82/16.09	c Number of update (reduction) of LBD	: 93596
18.82/16.09	c Imported unit clauses	: 0
18.82/16.09	c No decision after first conflict	: false
18.82/16.09	c number of reductions to clauses (during analyze)	: 0
18.82/16.09	c number of learned constraints concerned by reduction	: 0
18.82/16.09	c number of learning phase by resolution	: 0
18.82/16.09	c number of learning phase by cutting planes	: 0
18.82/16.09	c number of rounding to 1 operations	: 0
18.82/16.09	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
18.82/16.09	c number of reductions of the coefficients by power 2 	: 0
18.82/16.09	c number of right shift for reduction by power 2 	: 0
18.82/16.09	c number of reductions of the coefficients by GCD over coefficients 	: 0
18.82/16.09	c number of ending skipping 	: 0
18.82/16.09	c number of internal skipping 	: 0
18.82/16.09	c number of derivation steps 	: 0
18.82/16.09	c number of skipped derivation steps 	: 0
18.82/16.09	c number of remaining unassigned 	: 0
18.82/16.09	c number of remaining assigned 	: 0
18.82/16.09	c number of falsified literals weakened from reason	: 0
18.82/16.09	c number of falsified literals weakened from conflict	: 0
18.82/16.10	c time for arithmetic operations	: 0
18.82/16.10	c minimum degree of deleted constraints	: null
18.82/16.10	c maximum degree of deleted constraints	: null
18.82/16.10	c number of deleted constraints	: 0
18.82/16.10	c speed (assignments/second)	: 1081318.791517629
18.82/16.10	c non guided choices	: 5147
18.82/16.10	s OPTIMUM FOUND
18.82/16.10	c Found 38 solution(s)
18.82/16.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 
18.94/16.11	c objective function=11
18.94/16.11	c Total wall clock time (in seconds): 15.867

Verifier Data

OK	11

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 64096 MiB (59663 MiB free)
  memory of node 1: 64473 MiB (61149 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=702662, runsolver pid=702659

[startup+0.108096 s]*
/proc/loadavg: 3.62 2.04 1.51 7/318 702680
/proc/meminfo: memFree=123671880/131655788 swapFree=131071996/131071996
[pid=702662] ppid=702659 vsize=18975048 memory=61400 CPUtime=0.15 cores=5,7
/proc/702662/stat : 702662 (java) S 702659 702662 698245 0 -1 1077936128 6900 0 0 0 14 1 0 0 20 0 18 0 140298618 19430449152 15350 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
/proc/702662/statm: 4743762 15350 5558 1 0 551301 0
[pid=702662/tid=702664] ppid=702659 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=5,7
/proc/702662/task/702664/stat : 702664 (java) R 702659 702662 698245 0 -1 4194368 5549 0 0 0 8 1 0 0 20 0 18 0 140298618 19430449152 15350 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
[pid=702662/tid=702673] ppid=702659 vsize=18975048 memory=228556276070 CPUtime=0 cores=5,7
/proc/702662/task/702673/stat : 702673 (Finalizer) S 702659 702662 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 140298621 19430449152 15350 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
[pid=702662/tid=702680] ppid=702659 vsize=18975048 memory=15815599515270057 CPUtime=0 cores=5,7
/proc/702662/task/702680/stat : 702680 (Common-Cleaner) S 702659 702662 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 140298622 19430449152 15350 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 61400 KiB

[startup+0.214093 s]*
/proc/loadavg: 3.62 2.04 1.51 7/318 702680
/proc/meminfo: memFree=123665976/131655788 swapFree=131071996/131071996
[pid=702662] ppid=702659 vsize=18975048 memory=67280 CPUtime=0.29 cores=5,7
/proc/702662/stat : 702662 (java) S 702659 702662 698245 0 -1 1077936128 7229 0 0 0 27 2 0 0 20 0 18 0 140298618 19430449152 16820 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
/proc/702662/statm: 4743762 16820 5693 1 0 551499 0
[pid=702662/tid=702664] ppid=702659 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=5,7
/proc/702662/task/702664/stat : 702664 (java) R 702659 702662 698245 0 -1 4194368 5716 0 0 0 17 1 0 0 20 0 18 0 140298618 19430449152 16820 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
[pid=702662/tid=702673] ppid=702659 vsize=18975048 memory=3715 CPUtime=0 cores=5,7
/proc/702662/task/702673/stat : 702673 (Finalizer) S 702659 702662 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 140298621 19430449152 16820 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
[pid=702662/tid=702680] ppid=702659 vsize=18975048 memory=14973377819450890 CPUtime=0 cores=5,7
/proc/702662/task/702680/stat : 702680 (Common-Cleaner) S 702659 702662 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 140298622 19430449152 16820 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67280 KiB

[startup+0.319082 s]*
/proc/loadavg: 3.62 2.04 1.51 7/318 702680
/proc/meminfo: memFree=123662584/131655788 swapFree=131071996/131071996
[pid=702662] ppid=702659 vsize=18975048 memory=70896 CPUtime=0.46 cores=5,7
/proc/702662/stat : 702662 (java) S 702659 702662 698245 0 -1 1077936128 7486 0 0 0 44 2 0 0 20 0 18 0 140298618 19430449152 17724 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
/proc/702662/statm: 4743762 17724 5803 1 0 551673 0
[pid=702662/tid=702664] ppid=702659 vsize=18975048 memory=-8527676302706516668 CPUtime=0.27 cores=5,7
/proc/702662/task/702664/stat : 702664 (java) R 702659 702662 698245 0 -1 4194368 5798 0 0 0 26 1 0 0 20 0 18 0 140298618 19430449152 17724 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
[pid=702662/tid=702673] ppid=702659 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/702662/task/702673/stat : 702673 (Finalizer) S 702659 702662 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 140298621 19430449152 17724 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
[pid=702662/tid=702680] ppid=702659 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/702662/task/702680/stat : 702680 (Common-Cleaner) S 702659 702662 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 140298622 19430449152 17724 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 70896 KiB

[startup+0.705079 s]
/proc/loadavg: 3.62 2.04 1.51 7/319 702681
/proc/meminfo: memFree=123650364/131655788 swapFree=131071996/131071996
[pid=702662] ppid=702659 vsize=19041612 memory=89400 CPUtime=1.16 cores=5,7
/proc/702662/stat : 702662 (java) S 702659 702662 698245 0 -1 1077936128 10882 0 0 0 113 3 0 0 20 0 19 0 140298618 19498610688 22350 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
/proc/702662/statm: 4760403 22350 5872 1 0 553805 0
[pid=702662/tid=702664] ppid=702659 vsize=19041612 memory=5476 CPUtime=0.6 cores=5,7
/proc/702662/task/702664/stat : 702664 (java) R 702659 702662 698245 0 -1 4194368 5961 0 0 0 58 2 0 0 20 0 19 0 140298618 19498610688 22350 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
[pid=702662/tid=702673] ppid=702659 vsize=19041612 memory=12320 CPUtime=0 cores=5,7
/proc/702662/task/702673/stat : 702673 (Finalizer) S 702659 702662 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140298621 19498610688 22350 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
[pid=702662/tid=702680] ppid=702659 vsize=19041612 memory=280740269187752 CPUtime=0 cores=5,7
/proc/702662/task/702680/stat : 702680 (Common-Cleaner) S 702659 702662 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140298622 19498610688 22350 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
[pid=702662/tid=702681] ppid=702659 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/702662/task/702681/stat : 702681 (Timer-0) S 702659 702662 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140298662 19498610688 22350 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
Current children cumulated CPU time: 1.16 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 89400 KiB

[startup+1.50108 s]
/proc/loadavg: 3.62 2.04 1.51 5/319 702683
/proc/meminfo: memFree=123501488/131655788 swapFree=131071996/131071996
[pid=702662] ppid=702659 vsize=19041612 memory=100212 CPUtime=2.51 cores=5,7
/proc/702662/stat : 702662 (java) S 702659 702662 698245 0 -1 1077936128 15842 0 0 0 247 4 0 0 20 0 19 0 140298618 19498610688 25053 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
/proc/702662/statm: 4760403 25053 5872 1 0 554313 0
[pid=702662/tid=702664] ppid=702659 vsize=19041612 memory=12320 CPUtime=1.38 cores=5,7
/proc/702662/task/702664/stat : 702664 (java) R 702659 702662 698245 0 -1 4194368 7378 0 0 0 135 3 0 0 20 0 19 0 140298618 19498610688 25053 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
[pid=702662/tid=702673] ppid=702659 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/702662/task/702673/stat : 702673 (Finalizer) S 702659 702662 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140298621 19498610688 25053 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
[pid=702662/tid=702680] ppid=702659 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/702662/task/702680/stat : 702680 (Common-Cleaner) S 702659 702662 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140298622 19498610688 25053 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
[pid=702662/tid=702681] ppid=702659 vsize=19041612 memory=280740269040912 CPUtime=0 cores=5,7
/proc/702662/task/702681/stat : 702681 (Timer-0) S 702659 702662 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140298662 19498610688 25053 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
Current children cumulated CPU time: 2.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 100212 KiB

[startup+3.10607 s]
/proc/loadavg: 3.62 2.04 1.51 5/319 702683
/proc/meminfo: memFree=123454248/131655788 swapFree=131071996/131071996
[pid=702662] ppid=702659 vsize=19041612 memory=133264 CPUtime=4.78 cores=5,7
/proc/702662/stat : 702662 (java) S 702659 702662 698245 0 -1 1077936128 24530 0 0 0 472 6 0 0 20 0 19 0 140298618 19498610688 33316 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
/proc/702662/statm: 4760403 33316 5872 1 0 558635 0
[pid=702662/tid=702664] ppid=702659 vsize=19041612 memory=0 CPUtime=2.97 cores=5,7
/proc/702662/task/702664/stat : 702664 (java) R 702659 702662 698245 0 -1 4194368 7777 0 0 0 294 3 0 0 20 0 19 0 140298618 19498610688 33316 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
[pid=702662/tid=702673] ppid=702659 vsize=19041612 memory=12320 CPUtime=0 cores=5,7
/proc/702662/task/702673/stat : 702673 (Finalizer) S 702659 702662 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140298621 19498610688 33316 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
[pid=702662/tid=702680] ppid=702659 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/702662/task/702680/stat : 702680 (Common-Cleaner) S 702659 702662 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140298622 19498610688 33316 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
[pid=702662/tid=702681] ppid=702659 vsize=19041612 memory=12712 CPUtime=0 cores=5,7
/proc/702662/task/702681/stat : 702681 (Timer-0) S 702659 702662 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140298662 19498610688 33316 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
Current children cumulated CPU time: 4.78 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 133264 KiB

[startup+6.30045 s]
/proc/loadavg: 3.65 2.07 1.52 5/319 702683
/proc/meminfo: memFree=123442376/131655788 swapFree=131071996/131071996
[pid=702662] ppid=702659 vsize=19041612 memory=144932 CPUtime=8.15 cores=5,7
/proc/702662/stat : 702662 (java) S 702659 702662 698245 0 -1 1077936128 24707 0 0 0 808 7 0 0 20 0 19 0 140298618 19498610688 36233 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
/proc/702662/statm: 4760403 36233 5872 1 0 558654 0
[pid=702662/tid=702664] ppid=702659 vsize=19041612 memory=12320 CPUtime=6.13 cores=5,7
/proc/702662/task/702664/stat : 702664 (java) R 702659 702662 698245 0 -1 4194368 7848 0 0 0 610 3 0 0 20 0 19 0 140298618 19498610688 36233 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
[pid=702662/tid=702673] ppid=702659 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/702662/task/702673/stat : 702673 (Finalizer) S 702659 702662 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140298621 19498610688 36233 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
[pid=702662/tid=702680] ppid=702659 vsize=19041612 memory=-7163974055829550171 CPUtime=0 cores=5,7
/proc/702662/task/702680/stat : 702680 (Common-Cleaner) S 702659 702662 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 140298622 19498610688 36233 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
[pid=702662/tid=702681] ppid=702659 vsize=19041612 memory=102260 CPUtime=0 cores=5,7
/proc/702662/task/702681/stat : 702681 (Timer-0) S 702659 702662 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140298662 19498610688 36233 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
Current children cumulated CPU time: 8.15 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 144932 KiB

[startup+12.7004 s]
/proc/loadavg: 3.68 2.11 1.53 5/320 702685
/proc/meminfo: memFree=123351904/131655788 swapFree=131071996/131071996
[pid=702662] ppid=702659 vsize=19108176 memory=184108 CPUtime=15.28 cores=5,7
/proc/702662/stat : 702662 (java) S 702659 702662 698245 0 -1 1077936128 35055 0 0 0 1519 9 0 0 20 0 20 0 140298618 19566772224 46027 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
/proc/702662/statm: 4777044 46027 5910 1 0 559416 0
[pid=702662/tid=702664] ppid=702659 vsize=19108176 memory=0 CPUtime=12.5 cores=5,7
/proc/702662/task/702664/stat : 702664 (java) R 702659 702662 698245 0 -1 4194368 10409 0 0 0 1246 4 0 0 20 0 20 0 140298618 19566772224 46027 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
[pid=702662/tid=702673] ppid=702659 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/702662/task/702673/stat : 702673 (Finalizer) S 702659 702662 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 140298621 19566772224 46027 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
[pid=702662/tid=702680] ppid=702659 vsize=19108176 memory=182336 CPUtime=0 cores=5,7
/proc/702662/task/702680/stat : 702680 (Common-Cleaner) S 702659 702662 698245 0 -1 1077936192 54 0 0 0 0 0 0 0 20 0 20 0 140298622 19566772224 46027 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
[pid=702662/tid=702681] ppid=702659 vsize=19108176 memory=12320 CPUtime=0 cores=5,7
/proc/702662/task/702681/stat : 702681 (Timer-0) S 702659 702662 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140298662 19566772224 46027 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
Current children cumulated CPU time: 15.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 184108 KiB

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

# cumulated CPU time of all completed processes:  user=18.8474 s, system=0.107242 s

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

[startup+12.8005 s]
/proc/loadavg: 3.68 2.11 1.53 5/320 702685
/proc/meminfo: memFree=123351904/131655788 swapFree=131071996/131071996
[pid=702662] ppid=702659 vsize=19108176 memory=184108 CPUtime=15.38 cores=5,7
/proc/702662/stat : 702662 (java) S 702659 702662 698245 0 -1 1077936128 35055 0 0 0 1529 9 0 0 20 0 20 0 140298618 19566772224 46027 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
/proc/702662/statm: 4777044 46027 5910 1 0 559416 0
[pid=702662/tid=702664] ppid=702659 vsize=19108176 memory=164 CPUtime=12.6 cores=5,7
/proc/702662/task/702664/stat : 702664 (java) R 702659 702662 698245 0 -1 4194368 10409 0 0 0 1256 4 0 0 20 0 20 0 140298618 19566772224 46027 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
[pid=702662/tid=702673] ppid=702659 vsize=19108176 memory=12712 CPUtime=0 cores=5,7
/proc/702662/task/702673/stat : 702673 (Finalizer) S 702659 702662 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 140298621 19566772224 46027 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
[pid=702662/tid=702680] ppid=702659 vsize=19108176 memory=37200 CPUtime=0 cores=5,7
/proc/702662/task/702680/stat : 702680 (Common-Cleaner) S 702659 702662 698245 0 -1 1077936192 54 0 0 0 0 0 0 0 20 0 20 0 140298622 19566772224 46027 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
[pid=702662/tid=702681] ppid=702659 vsize=19108176 memory=2164 CPUtime=0 cores=5,7
/proc/702662/task/702681/stat : 702681 (Timer-0) S 702659 702662 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140298662 19566772224 46027 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
Current children cumulated CPU time: 15.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 184108 KiB

[startup+14.4004 s]
/proc/loadavg: 3.68 2.11 1.53 5/320 702685
/proc/meminfo: memFree=123347556/131655788 swapFree=131071996/131071996
[pid=702662] ppid=702659 vsize=19108176 memory=184196 CPUtime=17.13 cores=5,7
/proc/702662/stat : 702662 (java) S 702659 702662 698245 0 -1 1077936128 35148 0 0 0 1704 9 0 0 20 0 20 0 140298618 19566772224 46049 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
/proc/702662/statm: 4777044 46049 5918 1 0 559416 0
[pid=702662/tid=702664] ppid=702659 vsize=19108176 memory=12320 CPUtime=14.19 cores=5,7
/proc/702662/task/702664/stat : 702664 (java) R 702659 702662 698245 0 -1 4194368 10429 0 0 0 1415 4 0 0 20 0 20 0 140298618 19566772224 46049 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
[pid=702662/tid=702673] ppid=702659 vsize=19108176 memory=5476 CPUtime=0 cores=5,7
/proc/702662/task/702673/stat : 702673 (Finalizer) S 702659 702662 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 140298621 19566772224 46049 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
[pid=702662/tid=702680] ppid=702659 vsize=19108176 memory=2752 CPUtime=0 cores=5,7
/proc/702662/task/702680/stat : 702680 (Common-Cleaner) S 702659 702662 698245 0 -1 1077936192 54 0 0 0 0 0 0 0 20 0 20 0 140298622 19566772224 46049 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
[pid=702662/tid=702681] ppid=702659 vsize=19108176 memory=12712 CPUtime=0 cores=5,7
/proc/702662/task/702681/stat : 702681 (Timer-0) S 702659 702662 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140298662 19566772224 46049 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
Current children cumulated CPU time: 17.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 184196 KiB

[startup+15.2004 s]
/proc/loadavg: 3.71 2.14 1.55 5/320 702685
/proc/meminfo: memFree=123347556/131655788 swapFree=131071996/131071996
[pid=702662] ppid=702659 vsize=19108176 memory=184268 CPUtime=17.95 cores=5,7
/proc/702662/stat : 702662 (java) S 702659 702662 698245 0 -1 1077936128 35779 0 0 0 1786 9 0 0 20 0 20 0 140298618 19566772224 46067 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
/proc/702662/statm: 4777044 46067 5918 1 0 559416 0
[pid=702662/tid=702664] ppid=702659 vsize=19108176 memory=37200 CPUtime=14.99 cores=5,7
/proc/702662/task/702664/stat : 702664 (java) R 702659 702662 698245 0 -1 4194368 10441 0 0 0 1495 4 0 0 20 0 20 0 140298618 19566772224 46067 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
[pid=702662/tid=702673] ppid=702659 vsize=19108176 memory=12320 CPUtime=0 cores=5,7
/proc/702662/task/702673/stat : 702673 (Finalizer) S 702659 702662 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 140298621 19566772224 46067 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
[pid=702662/tid=702680] ppid=702659 vsize=19108176 memory=5476 CPUtime=0 cores=5,7
/proc/702662/task/702680/stat : 702680 (Common-Cleaner) S 702659 702662 698245 0 -1 1077936192 54 0 0 0 0 0 0 0 20 0 20 0 140298622 19566772224 46067 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
[pid=702662/tid=702681] ppid=702659 vsize=19108176 memory=2752 CPUtime=0 cores=5,7
/proc/702662/task/702681/stat : 702681 (Timer-0) S 702659 702662 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140298662 19566772224 46067 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
Current children cumulated CPU time: 17.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 184268 KiB

[startup+15.6004 s]
/proc/loadavg: 3.71 2.14 1.55 5/320 702685
/proc/meminfo: memFree=123347556/131655788 swapFree=131071996/131071996
[pid=702662] ppid=702659 vsize=19108176 memory=184272 CPUtime=18.41 cores=5,7
/proc/702662/stat : 702662 (java) S 702659 702662 698245 0 -1 1077936128 36644 0 0 0 1831 10 0 0 20 0 20 0 140298618 19566772224 46068 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
/proc/702662/statm: 4777044 46068 5918 1 0 559416 0
[pid=702662/tid=702664] ppid=702659 vsize=19108176 memory=2276 CPUtime=15.39 cores=5,7
/proc/702662/task/702664/stat : 702664 (java) R 702659 702662 698245 0 -1 4194368 10442 0 0 0 1535 4 0 0 20 0 20 0 140298618 19566772224 46068 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
[pid=702662/tid=702673] ppid=702659 vsize=19108176 memory=37488 CPUtime=0 cores=5,7
/proc/702662/task/702673/stat : 702673 (Finalizer) S 702659 702662 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 140298621 19566772224 46068 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
[pid=702662/tid=702680] ppid=702659 vsize=19108176 memory=2008 CPUtime=0 cores=5,7
/proc/702662/task/702680/stat : 702680 (Common-Cleaner) S 702659 702662 698245 0 -1 1077936192 54 0 0 0 0 0 0 0 20 0 20 0 140298622 19566772224 46068 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
[pid=702662/tid=702681] ppid=702659 vsize=19108176 memory=26324 CPUtime=0 cores=5,7
/proc/702662/task/702681/stat : 702681 (Timer-0) S 702659 702662 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140298662 19566772224 46068 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
Current children cumulated CPU time: 18.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 184272 KiB

[startup+16.0004 s]*
/proc/loadavg: 3.71 2.14 1.55 5/320 702685
/proc/meminfo: memFree=123347528/131655788 swapFree=131071996/131071996
[pid=702662] ppid=702659 vsize=19108176 memory=184272 CPUtime=18.82 cores=5,7
/proc/702662/stat : 702662 (java) S 702659 702662 698245 0 -1 1077936128 36645 0 0 0 1872 10 0 0 20 0 20 0 140298618 19566772224 46068 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
/proc/702662/statm: 4777044 46068 5918 1 0 559416 0
[pid=702662/tid=702664] ppid=702659 vsize=19108176 memory=140372416135962 CPUtime=15.8 cores=5,7
/proc/702662/task/702664/stat : 702664 (java) R 702659 702662 698245 0 -1 4194368 10443 0 0 0 1576 4 0 0 20 0 20 0 140298618 19566772224 46068 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
[pid=702662/tid=702673] ppid=702659 vsize=19108176 memory=140372416135965 CPUtime=0 cores=5,7
/proc/702662/task/702673/stat : 702673 (Finalizer) S 702659 702662 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 140298621 19566772224 46068 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
[pid=702662/tid=702680] ppid=702659 vsize=19108176 memory=-8527676302706516668 CPUtime=0 cores=5,7
/proc/702662/task/702680/stat : 702680 (Common-Cleaner) S 702659 702662 698245 0 -1 1077936192 54 0 0 0 0 0 0 0 20 0 20 0 140298622 19566772224 46068 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
[pid=702662/tid=702681] ppid=702659 vsize=19108176 memory=19428 CPUtime=0 cores=5,7
/proc/702662/task/702681/stat : 702681 (Timer-0) S 702659 702662 698245 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 140298662 19566772224 46068 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
Current children cumulated CPU time: 18.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 184272 KiB

[startup+16.1139 s]
/proc/loadavg: 3.71 2.14 1.55 5/320 702685
/proc/meminfo: memFree=123347528/131655788 swapFree=131071996/131071996
[pid=702662] ppid=702659 vsize=19241304 memory=184780 CPUtime=18.94 cores=5,7
/proc/702662/stat : 702662 (java) S 702659 702662 698245 0 -1 1077936128 37827 0 0 0 1884 10 0 0 20 0 21 0 140298618 19703095296 46195 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
/proc/702662/statm: 4810326 46195 5917 1 0 560022 0
[pid=702662/tid=702664] ppid=702659 vsize=19241304 memory=0 CPUtime=15.87 cores=5,7
/proc/702662/task/702664/stat : 702664 (java) S 702659 702662 698245 0 -1 1077936192 11181 0 0 0 1583 4 0 0 20 0 21 0 140298618 19703095296 46195 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
[pid=702662/tid=702673] ppid=702659 vsize=19241304 memory=182336 CPUtime=0 cores=5,7
/proc/702662/task/702673/stat : 702673 (Finalizer) S 702659 702662 698245 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 140298621 19703095296 46195 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
[pid=702662/tid=702680] ppid=702659 vsize=19241304 memory=184196 CPUtime=0 cores=5,7
/proc/702662/task/702680/stat : 702680 (Common-Cleaner) S 702659 702662 698245 0 -1 1077936192 54 0 0 0 0 0 0 0 20 0 21 0 140298622 19703095296 46195 134679101440 94211842248704 94211842252400 140735686857984 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94211842260216 94211842261008 94211850321920 140735686861805 140735686861895 140735686861895 140735686868936 0
Current children cumulated CPU time: 18.94 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 184780 KiB

Child status: 30

Real time (s): 16.135
CPU time (s): 18.9546
CPU user time (s): 18.8474
CPU system time (s): 0.107242
CPU usage (%): 117.475
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 184780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.8474
system time used= 0.107242
maximum resident set size= 185940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37958
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= 1345
involuntary context switches= 270


# summary of solver processes directly reported to runsolver:
#   pid: 702662
#   total CPU time (s): 18.9546
#   total CPU user time (s): 18.8474
#   total CPU system time (s): 0.107242

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.098305 second user time and 0.213505 second system time

The end

Launcher Data

Begin job on nodeC004 at 2024-07-13 16:37:20
IDJOB=4424828
IDBENCH=143612
IDSOLVER=3037
FILE ID=nodeC004/4424828-1720881427
RUNJOBID= nodeC004-1720881342-702392
SLURM_JOB_ID= 7483752
Free space on /tmp= 723780 MiB

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

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

MD5SUM BENCH= c44296df46be636a3d5069e5616e3fa6
RANDOM SEED=1043014596

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        123712640 kB
MemAvailable:   123611080 kB
Buffers:          322844 kB
Cached:           425196 kB
SwapCached:            0 kB
Active:           479492 kB
Inactive:        6953276 kB
Active(anon):       3360 kB
Inactive(anon):  6719064 kB
Active(file):     476132 kB
Inactive(file):   234212 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1100 kB
Writeback:             0 kB
AnonPages:       6684396 kB
Mapped:           122020 kB
Shmem:             37700 kB
KReclaimable:      56588 kB
Slab:             145944 kB
SReclaimable:      56588 kB
SUnreclaim:        89356 kB
KernelStack:        4880 kB
PageTables:        23136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   10971232 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            45920 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6336512 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      166728 kB
DirectMap2M:     7077888 kB
DirectMap1G:    128974848 kB

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