Trace number 4456111

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution Default 2024-07-07OPTIMUM 15.3913 13.3061

General information on the benchmark

NamePB24/WBO/SOFT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900551347--soft-0-100-0.wbo
MD5SUMc80b6180d98478604df0f17e55c6d3fe
Bench CategorySOFT-LIN (WBO, only soft constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark15.3913
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 constraints2707
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 137245
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 137244
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.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.12	--- Begin Solver configuration ---
0.14/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.12	Learn all clauses as in MiniSAT
0.14/0.12	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	No reason simplification
0.14/0.12	Glucose 2.1 dynamic restart strategy
0.14/0.12	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.14/0.12	timeout=2147483s
0.14/0.12	DB Simplification allowed=false
0.14/0.12	Listener: none
0.14/0.12	--- End Solver configuration ---
0.14/0.12	c Pseudo Boolean Optimization by upper bound
0.14/0.12	c --- Begin Solver configuration ---
0.14/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.12	c Learn all clauses as in MiniSAT
0.14/0.12	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	c No reason simplification
0.14/0.12	c Glucose 2.1 dynamic restart strategy
0.14/0.12	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.14/0.12	c timeout=2147483s
0.14/0.12	c DB Simplification allowed=false
0.14/0.12	c Listener: none
0.14/0.12	c --- End Solver configuration ---
0.14/0.12	c solving HOME/instance-4456111-1721718578.wbo
0.14/0.12	c reading problem ... 
0.14/0.19	c ... done. Wall clock time 0.074s.
0.14/0.19	c declared #vars     231
0.14/0.19	c internal #vars     2938
0.14/0.19	c #constraints  2708
0.14/0.19	c constraints type 
0.14/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23
0.14/0.19	c org.sat4j.specs.Constr$1 => 1
0.14/0.19	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2684
0.14/0.19	c 2708 constraints processed.
0.33/0.21	c objective function length is 2707 literals
0.33/0.28	c SATISFIABLE
0.33/0.28	c OPTIMIZING...
0.33/0.29	c Got one! Elapsed wall clock time (in seconds):0.164
0.33/0.29	o 532
0.52/0.31	c Got one! Elapsed wall clock time (in seconds):0.195
0.52/0.31	o 368
0.52/0.35	c Got one! Elapsed wall clock time (in seconds):0.227
0.52/0.35	o 347
0.52/0.40	c Got one! Elapsed wall clock time (in seconds):0.277
0.52/0.40	o 333
0.72/0.48	c Got one! Elapsed wall clock time (in seconds):0.36
0.72/0.48	o 285
0.72/0.50	c Got one! Elapsed wall clock time (in seconds):0.379
0.72/0.50	o 193
1.65/0.96	c Got one! Elapsed wall clock time (in seconds):0.841
1.65/0.96	o 181
1.65/0.98	c Got one! Elapsed wall clock time (in seconds):0.862
1.65/0.98	o 180
1.65/0.99	c Got one! Elapsed wall clock time (in seconds):0.874
1.65/0.99	o 143
1.81/1.02	c Got one! Elapsed wall clock time (in seconds):0.894
1.81/1.02	o 123
2.11/1.22	c Got one! Elapsed wall clock time (in seconds):1.106
2.11/1.22	o 115
2.11/1.24	c Got one! Elapsed wall clock time (in seconds):1.122
2.11/1.24	o 110
2.26/1.37	c Got one! Elapsed wall clock time (in seconds):1.252
2.26/1.37	o 106
2.38/1.40	c Got one! Elapsed wall clock time (in seconds):1.282
2.38/1.40	o 93
2.57/1.56	c Got one! Elapsed wall clock time (in seconds):1.446
2.57/1.56	o 91
2.84/1.71	c cleaning 4424 clauses out of 8856 with flag 5730/8856
3.83/2.42	c Got one! Elapsed wall clock time (in seconds):2.306
3.83/2.42	o 89
3.83/2.43	c Got one! Elapsed wall clock time (in seconds):2.316
3.83/2.43	o 64
3.83/2.47	c Got one! Elapsed wall clock time (in seconds):2.353
3.83/2.47	o 59
3.83/2.49	c Got one! Elapsed wall clock time (in seconds):2.373
3.83/2.49	o 58
3.98/2.59	c Got one! Elapsed wall clock time (in seconds):2.474
3.98/2.59	o 57
4.40/2.91	c cleaning 8164 clauses out of 16330 with flag 21203/20754
4.40/2.94	c Got one! Elapsed wall clock time (in seconds):2.822
4.40/2.94	o 51
4.52/3.04	c Got one! Elapsed wall clock time (in seconds):2.925
4.52/3.04	o 50
4.52/3.07	c Got one! Elapsed wall clock time (in seconds):2.956
4.52/3.07	o 49
4.62/3.11	c Got one! Elapsed wall clock time (in seconds):2.993
4.62/3.11	o 48
4.62/3.13	c Got one! Elapsed wall clock time (in seconds):3.005
4.62/3.13	o 47
4.75/3.24	c Got one! Elapsed wall clock time (in seconds):3.126
4.75/3.24	o 45
4.95/3.47	c Got one! Elapsed wall clock time (in seconds):3.351
4.95/3.47	o 42
5.08/3.57	c cleaning 7864 clauses out of 15742 with flag 5719/28330
5.32/3.77	c Got one! Elapsed wall clock time (in seconds):3.654
5.32/3.77	o 41
5.42/3.88	c Got one! Elapsed wall clock time (in seconds):3.766
5.42/3.88	o 35
5.42/3.90	c Got one! Elapsed wall clock time (in seconds):3.777
5.42/3.90	o 26
5.52/3.92	c Got one! Elapsed wall clock time (in seconds):3.8
5.52/3.92	o 25
5.52/3.92	c Got one! Elapsed wall clock time (in seconds):3.806
5.52/3.92	o 22
5.65/4.05	c cleaning 7168 clauses out of 14343 with flag 12096/34795
5.75/4.17	c Got one! Elapsed wall clock time (in seconds):4.047
5.75/4.17	o 19
5.95/4.34	c cleaning 6386 clauses out of 12776 with flag 21757/40396
5.95/4.37	c Got one! Elapsed wall clock time (in seconds):4.249
5.95/4.37	o 18
6.28/4.61	c cleaning 5918 clauses out of 11859 with flag 33024/45865
6.48/4.90	c cleaning 5961 clauses out of 11941 with flag 78178/51865
6.87/5.25	c cleaning 6483 clauses out of 12980 with flag 130437/58865
6.97/5.38	c Got one! Elapsed wall clock time (in seconds):5.266
6.97/5.38	o 16
7.07/5.42	c Got one! Elapsed wall clock time (in seconds):5.301
7.07/5.42	o 13
7.18/5.50	c Got one! Elapsed wall clock time (in seconds):5.378
7.18/5.50	o 7
7.18/5.54	c Got one! Elapsed wall clock time (in seconds):5.419
7.18/5.54	o 6
7.31/5.68	c cleaning 7138 clauses out of 14275 with flag 14787/66643
7.71/6.05	c cleaning 6564 clauses out of 13138 with flag 63923/72644
7.71/6.06	c Got one! Elapsed wall clock time (in seconds):5.942
7.71/6.06	o 5
7.92/6.28	c cleaning 5898 clauses out of 11812 with flag 36433/77882
8.23/6.53	c cleaning 5943 clauses out of 11912 with flag 80598/83880
8.53/6.82	c cleaning 6478 clauses out of 12970 with flag 133089/90881
8.83/7.15	c cleaning 7224 clauses out of 14491 with flag 189232/98880
9.22/7.56	c cleaning 8125 clauses out of 16267 with flag 259038/107880
9.22/7.57	c Got one! Elapsed wall clock time (in seconds):7.454
9.22/7.57	o 4
9.54/7.83	c cleaning 6652 clauses out of 13326 with flag 38415/113064
9.87/8.19	c cleaning 6332 clauses out of 12675 with flag 91327/119065
10.38/8.60	c cleaning 6663 clauses out of 13342 with flag 154797/126064
10.78/9.07	c cleaning 7337 clauses out of 14679 with flag 216607/134064
11.42/9.53	c Got one! Elapsed wall clock time (in seconds):9.415
11.42/9.53	o 3
11.84/9.90	c cleaning 9510 clauses out of 19025 with flag 35435/145748
12.14/10.26	c cleaning 7749 clauses out of 15513 with flag 80908/151746
12.63/10.76	c cleaning 7374 clauses out of 14765 with flag 137368/158747
13.13/11.29	c cleaning 7691 clauses out of 15389 with flag 191528/166745
13.65/11.78	c Got one! Elapsed wall clock time (in seconds):11.667
13.65/11.78	o 2
14.17/12.15	c cleaning 9664 clauses out of 19338 with flag 26663/178386
14.47/12.49	c cleaning 7832 clauses out of 15672 with flag 61051/184386
14.89/12.85	c cleaning 7411 clauses out of 14837 with flag 93444/191386
15.28/13.24	c cleaning 7708 clauses out of 15420 with flag 129820/199385
15.28/13.26	c starts		: 131
15.28/13.27	c conflicts		: 199579
15.28/13.27	c decisions		: 403193
15.28/13.27	c propagations		: 23375807
15.28/13.27	c inspects		: 136698567
15.28/13.27	c shortcuts		: 0
15.28/13.27	c learnt literals	: 17
15.28/13.27	c learnt binary clauses	: 38
15.28/13.27	c learnt ternary clauses	: 272
15.28/13.27	c learnt constraints	: 199561
15.28/13.27	c ignored constraints	: 0
15.28/13.27	c root simplifications	: 0
15.28/13.27	c removed literals (reason simplification)	: 0
15.28/13.27	c reason swapping (by a shorter reason)	: 0
15.28/13.27	c Calls to reduceDB	: 27
15.28/13.27	c Number of update (reduction) of LBD	: 79529
15.28/13.27	c Imported unit clauses	: 0
15.28/13.27	c No decision after first conflict	: false
15.28/13.27	c number of reductions to clauses (during analyze)	: 0
15.28/13.27	c number of learned constraints concerned by reduction	: 0
15.28/13.27	c number of learning phase by resolution	: 0
15.28/13.27	c number of learning phase by cutting planes	: 0
15.28/13.27	c number of rounding to 1 operations	: 0
15.28/13.27	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
15.28/13.27	c number of reductions of the coefficients by power 2 	: 0
15.28/13.27	c number of right shift for reduction by power 2 	: 0
15.28/13.27	c number of reductions of the coefficients by GCD over coefficients 	: 0
15.28/13.27	c number of ending skipping 	: 0
15.28/13.27	c number of internal skipping 	: 0
15.28/13.27	c number of derivation steps 	: 0
15.28/13.27	c number of skipped derivation steps 	: 0
15.28/13.27	c number of remaining unassigned 	: 0
15.28/13.27	c number of remaining assigned 	: 0
15.28/13.27	c number of falsified literals weakened from reason	: 0
15.28/13.27	c number of falsified literals weakened from conflict	: 0
15.28/13.27	c time for arithmetic operations	: 0
15.28/13.27	c minimum degree of deleted constraints	: null
15.28/13.27	c maximum degree of deleted constraints	: null
15.28/13.27	c number of deleted constraints	: 0
15.28/13.27	c speed (assignments/second)	: 1792623.236196319
15.28/13.27	c non guided choices	: 5541
15.28/13.27	s OPTIMUM FOUND
15.28/13.27	c Found 42 solution(s)
15.28/13.27	v -x1 -x2 -x3 x4 -x5 -x6 x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 -x26 -x27 -x28 -x29 -x30 -x31 -x32 x33 x34 -x35 -x36 -x37 -x38 -x39 -x40 -x41 -x42 -x43 -x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 x53 -x54 -x55 -x56 -x57 x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 -x92 -x93 -x94 -x95 -x96 -x97 x98 -x99 -x100 -x101 -x102 -x103 -x104 -x105 -x106 x107 -x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 -x129 -x130 x131 -x132 -x133 x134 -x135 -x136 -x137 -x138 -x139 -x140 -x141 -x142 -x143 -x144 -x145 -x146 -x147 -x148 -x149 -x150 -x151 -x152 -x153 -x154 -x155 x156 -x157 -x158 -x159 -x160 -x161 -x162 -x163 -x164 -x165 -x166 x167 -x168 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 x178 -x179 -x180 -x181 -x182 -x183 x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 -x196 -x197 -x198 -x199 x200 -x201 x202 -x203 -x204 -x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 x216 -x217 -x218 -x219 -x220 -x221 -x222 x223 -x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 
15.28/13.27	c objective function=2
15.28/13.27	c Total wall clock time (in seconds): 13.156

Verifier Data

OK	2

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (49089 MiB free)
  memory of node 1: 64473 MiB (50522 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4456111-1721718578/watcher-4456111-1721718578 -o /tmp/evaluation-result-4456111-1721718578/solver-4456111-1721718578 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC017-1721718407-86039 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4456111-1721718578.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
solver pid=86526, runsolver pid=86523
Current StackSize limit: 8192 KiB


[startup+0.101393 s]*
/proc/loadavg: 4.05 2.86 2.36 5/333 86544
/proc/meminfo: memFree=101961536/131524600 swapFree=131071996/131071996
[pid=86526] ppid=86523 vsize=18975048 memory=62628 CPUtime=0.14 cores=0,2
/proc/86526/stat : 86526 (java) S 86523 86526 86029 0 -1 1077936128 7232 0 0 0 13 1 0 0 20 0 18 0 8380345 19430449152 15657 134679101440 94582307401728 94582307405424 140736570519936 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94582307413240 94582307414032 94582317776896 140736570524678 140736570524768 140736570524768 140736570531784 0
/proc/86526/statm: 4743762 15657 5537 1 0 549349 0
[pid=86526/tid=86528] ppid=86523 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=0,2
/proc/86526/task/86528/stat : 86528 (java) R 86523 86526 86029 0 -1 4194368 5755 0 0 0 8 1 0 0 20 0 18 0 8380345 19430449152 15657 134679101440 94582307401728 94582307405424 140736570519936 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94582307413240 94582307414032 94582317776896 140736570524678 140736570524768 140736570524768 140736570531784 0
[pid=86526/tid=86537] ppid=86523 vsize=18975048 memory=237146210664 CPUtime=0 cores=0,2
/proc/86526/task/86537/stat : 86537 (Finalizer) S 86523 86526 86029 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 8380348 19430449152 15657 134679101440 94582307401728 94582307405424 140736570519936 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582307413240 94582307414032 94582317776896 140736570524678 140736570524768 140736570524768 140736570531784 0
[pid=86526/tid=86544] ppid=86523 vsize=18975048 memory=15542920530909205 CPUtime=0 cores=0,2
/proc/86526/task/86544/stat : 86544 (Common-Cleaner) S 86523 86526 86029 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 8380348 19430449152 15657 134679101440 94582307401728 94582307405424 140736570519936 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582307413240 94582307414032 94582317776896 140736570524678 140736570524768 140736570524768 140736570531784 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62628 KiB

[startup+0.205996 s]*
/proc/loadavg: 4.05 2.86 2.36 7/333 86544
/proc/meminfo: memFree=101951468/131524600 swapFree=131071996/131071996
[pid=86526] ppid=86523 vsize=18975048 memory=73776 CPUtime=0.33 cores=0,2
/proc/86526/stat : 86526 (java) S 86523 86526 86029 0 -1 1077936128 7655 0 0 0 32 1 0 0 20 0 18 0 8380345 19430449152 18444 134679101440 94582307401728 94582307405424 140736570519936 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94582307413240 94582307414032 94582317776896 140736570524678 140736570524768 140736570524768 140736570531784 0
/proc/86526/statm: 4743762 18444 5882 1 0 549615 0
[pid=86526/tid=86528] ppid=86523 vsize=18975048 memory=664970838410264707 CPUtime=0.18 cores=0,2
/proc/86526/task/86528/stat : 86528 (java) S 86523 86526 86029 0 -1 1077936192 5965 0 0 0 17 1 0 0 20 0 18 0 8380345 19430449152 18444 134679101440 94582307401728 94582307405424 140736570519936 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94582307413240 94582307414032 94582317776896 140736570524678 140736570524768 140736570524768 140736570531784 0
[pid=86526/tid=86537] ppid=86523 vsize=18975048 memory=18993 CPUtime=0 cores=0,2
/proc/86526/task/86537/stat : 86537 (Finalizer) S 86523 86526 86029 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 8380348 19430449152 18444 134679101440 94582307401728 94582307405424 140736570519936 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582307413240 94582307414032 94582317776896 140736570524678 140736570524768 140736570524768 140736570531784 0
[pid=86526/tid=86544] ppid=86523 vsize=18975048 memory=15261445554177769 CPUtime=0 cores=0,2
/proc/86526/task/86544/stat : 86544 (Common-Cleaner) S 86523 86526 86029 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 8380348 19430449152 18444 134679101440 94582307401728 94582307405424 140736570519936 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582307413240 94582307414032 94582317776896 140736570524678 140736570524768 140736570524768 140736570531784 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 73776 KiB

[startup+0.306656 s]*
/proc/loadavg: 4.05 2.86 2.36 7/334 86545
/proc/meminfo: memFree=101944436/131524600 swapFree=131071996/131071996
[pid=86526] ppid=86523 vsize=19041612 memory=80548 CPUtime=0.52 cores=0,2
/proc/86526/stat : 86526 (java) S 86523 86526 86029 0 -1 1077936128 9524 0 0 0 50 2 0 0 20 0 19 0 8380345 19498610688 20137 134679101440 94582307401728 94582307405424 140736570519936 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94582307413240 94582307414032 94582317776896 140736570524678 140736570524768 140736570524768 140736570531784 0
/proc/86526/statm: 4760403 20137 5883 1 0 550956 0
[pid=86526/tid=86528] ppid=86523 vsize=19041612 memory=-6000919494231680615 CPUtime=0.27 cores=0,2
/proc/86526/task/86528/stat : 86528 (java) R 86523 86526 86029 0 -1 4194368 6032 0 0 0 26 1 0 0 20 0 19 0 8380345 19498610688 20137 134679101440 94582307401728 94582307405424 140736570519936 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582307413240 94582307414032 94582317776896 140736570524678 140736570524768 140736570524768 140736570531784 0
[pid=86526/tid=86537] ppid=86523 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/86526/task/86537/stat : 86537 (Finalizer) S 86523 86526 86029 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8380348 19498610688 20137 134679101440 94582307401728 94582307405424 140736570519936 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582307413240 94582307414032 94582317776896 140736570524678 140736570524768 140736570524768 140736570531784 0
[pid=86526/tid=86544] ppid=86523 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/86526/task/86544/stat : 86544 (Common-Cleaner) S 86523 86526 86029 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 8380348 19498610688 20137 134679101440 94582307401728 94582307405424 140736570519936 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582307413240 94582307414032 94582317776896 140736570524678 140736570524768 140736570524768 140736570531784 0
[pid=86526/tid=86545] ppid=86523 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/86526/task/86545/stat : 86545 (Timer-0) S 86523 86526 86029 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 8380367 19498610688 20137 134679101440 94582307401728 94582307405424 140736570519936 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582307413240 94582307414032 94582317776896 140736570524678 140736570524768 140736570524768 140736570531784 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 80548 KiB

[startup+0.70966 s]
/proc/loadavg: 4.05 2.86 2.36 6/334 86545
/proc/meminfo: memFree=101927244/131524600 swapFree=131071996/131071996
[pid=86526] ppid=86523 vsize=19041612 memory=100492 CPUtime=1.3 cores=0,2
/proc/86526/stat : 86526 (java) S 86523 86526 86029 0 -1 1077936128 13137 0 0 0 127 3 0 0 20 0 19 0 8380345 19498610688 25123 134679101440 94582307401728 94582307405424 140736570519936 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94582307413240 94582307414032 94582317776896 140736570524678 140736570524768 140736570524768 140736570531784 0
/proc/86526/statm: 4760403 25123 5883 1 0 553365 0
[pid=86526/tid=86528] ppid=86523 vsize=19041612 memory=13048 CPUtime=0.65 cores=0,2
/proc/86526/task/86528/stat : 86528 (java) R 86523 86526 86029 0 -1 4194368 6044 0 0 0 64 1 0 0 20 0 19 0 8380345 19498610688 25123 134679101440 94582307401728 94582307405424 140736570519936 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582307413240 94582307414032 94582317776896 140736570524678 140736570524768 140736570524768 140736570531784 0
[pid=86526/tid=86537] ppid=86523 vsize=19041612 memory=13048 CPUtime=0 cores=0,2
/proc/86526/task/86537/stat : 86537 (Finalizer) S 86523 86526 86029 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8380348 19498610688 25123 134679101440 94582307401728 94582307405424 140736570519936 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582307413240 94582307414032 94582317776896 140736570524678 140736570524768 140736570524768 140736570531784 0
[pid=86526/tid=86544] ppid=86523 vsize=19041612 memory=281095140865024 CPUtime=0 cores=0,2
/proc/86526/task/86544/stat : 86544 (Common-Cleaner) S 86523 86526 86029 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 8380348 19498610688 25123 134679101440 94582307401728 94582307405424 140736570519936 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582307413240 94582307414032 94582317776896 140736570524678 140736570524768 140736570524768 140736570531784 0
[pid=86526/tid=86545] ppid=86523 vsize=19041612 memory=39748 CPUtime=0 cores=0,2
/proc/86526/task/86545/stat : 86545 (Timer-0) S 86523 86526 86029 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 8380367 19498610688 25123 134679101440 94582307401728 94582307405424 140736570519936 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582307413240 94582307414032 94582317776896 140736570524678 140736570524768 140736570524768 140736570531784 0
Current children cumulated CPU time: 1.3 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 100492 KiB

[startup+1.50066 s]
/proc/loadavg: 4.05 2.86 2.36 6/334 86545
/proc/meminfo: memFree=101913344/131524600 swapFree=131071996/131071996
[pid=86526] ppid=86523 vsize=19041612 memory=113512 CPUtime=2.57 cores=0,2
/proc/86526/stat : 86526 (java) S 86523 86526 86029 0 -1 1077936128 17031 0 0 0 253 4 0 0 20 0 19 0 8380345 19498610688 28378 134679101440 94582307401728 94582307405424 140736570519936 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94582307413240 94582307414032 94582317776896 140736570524678 140736570524768 140736570524768 140736570531784 0
/proc/86526/statm: 4760403 28378 5883 1 0 553371 0
[pid=86526/tid=86528] ppid=86523 vsize=19041612 memory=13048 CPUtime=1.44 cores=0,2
/proc/86526/task/86528/stat : 86528 (java) R 86523 86526 86029 0 -1 4194368 6619 0 0 0 142 2 0 0 20 0 19 0 8380345 19498610688 28378 134679101440 94582307401728 94582307405424 140736570519936 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582307413240 94582307414032 94582317776896 140736570524678 140736570524768 140736570524768 140736570531784 0
[pid=86526/tid=86537] ppid=86523 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/86526/task/86537/stat : 86537 (Finalizer) S 86523 86526 86029 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8380348 19498610688 28378 134679101440 94582307401728 94582307405424 140736570519936 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582307413240 94582307414032 94582317776896 140736570524678 140736570524768 140736570524768 140736570531784 0
[pid=86526/tid=86544] ppid=86523 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/86526/task/86544/stat : 86544 (Common-Cleaner) S 86523 86526 86029 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 8380348 19498610688 28378 134679101440 94582307401728 94582307405424 140736570519936 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582307413240 94582307414032 94582317776896 140736570524678 140736570524768 140736570524768 140736570531784 0
[pid=86526/tid=86545] ppid=86523 vsize=19041612 memory=65 CPUtime=0 cores=0,2
/proc/86526/task/86545/stat : 86545 (Timer-0) S 86523 86526 86029 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 8380367 19498610688 28378 134679101440 94582307401728 94582307405424 140736570519936 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582307413240 94582307414032 94582317776896 140736570524678 140736570524768 140736570524768 140736570531784 0
Current children cumulated CPU time: 2.57 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 113512 KiB

[startup+3.10666 s]
/proc/loadavg: 4.05 2.86 2.36 5/334 86545
/proc/meminfo: memFree=101678188/131524600 swapFree=131071996/131071996
[pid=86526] ppid=86523 vsize=19041612 memory=141212 CPUtime=4.62 cores=0,2
/proc/86526/stat : 86526 (java) S 86523 86526 86029 0 -1 1077936128 22456 0 0 0 457 5 0 0 20 0 19 0 8380345 19498610688 35303 134679101440 94582307401728 94582307405424 140736570519936 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94582307413240 94582307414032 94582317776896 140736570524678 140736570524768 140736570524768 140736570531784 0
/proc/86526/statm: 4760403 35303 5883 1 0 555582 0
[pid=86526/tid=86528] ppid=86523 vsize=19041612 memory=0 CPUtime=3.02 cores=0,2
/proc/86526/task/86528/stat : 86528 (java) R 86523 86526 86029 0 -1 4194368 7570 0 0 0 300 2 0 0 20 0 19 0 8380345 19498610688 35303 134679101440 94582307401728 94582307405424 140736570519936 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582307413240 94582307414032 94582317776896 140736570524678 140736570524768 140736570524768 140736570531784 0
[pid=86526/tid=86537] ppid=86523 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/86526/task/86537/stat : 86537 (Finalizer) S 86523 86526 86029 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8380348 19498610688 35303 134679101440 94582307401728 94582307405424 140736570519936 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582307413240 94582307414032 94582317776896 140736570524678 140736570524768 140736570524768 140736570531784 0
[pid=86526/tid=86544] ppid=86523 vsize=19041612 memory=122544 CPUtime=0 cores=0,2
/proc/86526/task/86544/stat : 86544 (Common-Cleaner) S 86523 86526 86029 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 8380348 19498610688 35303 134679101440 94582307401728 94582307405424 140736570519936 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582307413240 94582307414032 94582317776896 140736570524678 140736570524768 140736570524768 140736570531784 0
[pid=86526/tid=86545] ppid=86523 vsize=19041612 memory=13048 CPUtime=0 cores=0,2
/proc/86526/task/86545/stat : 86545 (Timer-0) S 86523 86526 86029 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 8380367 19498610688 35303 134679101440 94582307401728 94582307405424 140736570519936 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582307413240 94582307414032 94582317776896 140736570524678 140736570524768 140736570524768 140736570531784 0
Current children cumulated CPU time: 4.62 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 141212 KiB

[startup+6.30066 s]
/proc/loadavg: 4.13 2.90 2.38 5/334 86547
/proc/meminfo: memFree=101646028/131524600 swapFree=131071996/131071996
[pid=86526] ppid=86523 vsize=19041612 memory=175396 CPUtime=8.02 cores=0,2
/proc/86526/stat : 86526 (java) S 86523 86526 86029 0 -1 1077936128 25609 0 0 0 796 6 0 0 20 0 19 0 8380345 19498610688 43849 134679101440 94582307401728 94582307405424 140736570519936 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94582307413240 94582307414032 94582317776896 140736570524678 140736570524768 140736570524768 140736570531784 0
/proc/86526/statm: 4760403 43849 5910 1 0 555585 0
[pid=86526/tid=86528] ppid=86523 vsize=19041612 memory=13048 CPUtime=6.18 cores=0,2
/proc/86526/task/86528/stat : 86528 (java) R 86523 86526 86029 0 -1 4194368 8599 0 0 0 615 3 0 0 20 0 19 0 8380345 19498610688 43849 134679101440 94582307401728 94582307405424 140736570519936 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582307413240 94582307414032 94582317776896 140736570524678 140736570524768 140736570524768 140736570531784 0
[pid=86526/tid=86537] ppid=86523 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/86526/task/86537/stat : 86537 (Finalizer) S 86523 86526 86029 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8380348 19498610688 43849 134679101440 94582307401728 94582307405424 140736570519936 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582307413240 94582307414032 94582317776896 140736570524678 140736570524768 140736570524768 140736570531784 0
[pid=86526/tid=86544] ppid=86523 vsize=19041612 memory=7450431966768162920 CPUtime=0 cores=0,2
/proc/86526/task/86544/stat : 86544 (Common-Cleaner) S 86523 86526 86029 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 8380348 19498610688 43849 134679101440 94582307401728 94582307405424 140736570519936 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582307413240 94582307414032 94582317776896 140736570524678 140736570524768 140736570524768 140736570531784 0
[pid=86526/tid=86545] ppid=86523 vsize=19041612 memory=5520 CPUtime=0 cores=0,2
/proc/86526/task/86545/stat : 86545 (Timer-0) S 86523 86526 86029 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 8380367 19498610688 43849 134679101440 94582307401728 94582307405424 140736570519936 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582307413240 94582307414032 94582317776896 140736570524678 140736570524768 140736570524768 140736570531784 0
Current children cumulated CPU time: 8.02 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 175396 KiB

[startup+12.7007 s]
/proc/loadavg: 4.12 2.92 2.39 6/335 86548
/proc/meminfo: memFree=101449000/131524600 swapFree=131071996/131071996
[pid=86526] ppid=86523 vsize=19108176 memory=182148 CPUtime=14.79 cores=0,2
/proc/86526/stat : 86526 (java) S 86523 86526 86029 0 -1 1077936128 32424 0 0 0 1471 8 0 0 20 0 20 0 8380345 19566772224 45537 134679101440 94582307401728 94582307405424 140736570519936 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94582307413240 94582307414032 94582317776896 140736570524678 140736570524768 140736570524768 140736570531784 0
/proc/86526/statm: 4777044 45537 5942 1 0 555874 0
[pid=86526/tid=86528] ppid=86523 vsize=19108176 memory=0 CPUtime=12.51 cores=0,2
/proc/86526/task/86528/stat : 86528 (java) R 86523 86526 86029 0 -1 4194368 9999 0 0 0 1248 3 0 0 20 0 20 0 8380345 19566772224 45537 134679101440 94582307401728 94582307405424 140736570519936 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582307413240 94582307414032 94582317776896 140736570524678 140736570524768 140736570524768 140736570531784 0
[pid=86526/tid=86537] ppid=86523 vsize=19108176 memory=182016 CPUtime=0 cores=0,2
/proc/86526/task/86537/stat : 86537 (Finalizer) S 86523 86526 86029 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 8380348 19566772224 45537 134679101440 94582307401728 94582307405424 140736570519936 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582307413240 94582307414032 94582317776896 140736570524678 140736570524768 140736570524768 140736570531784 0
[pid=86526/tid=86544] ppid=86523 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/86526/task/86544/stat : 86544 (Common-Cleaner) S 86523 86526 86029 0 -1 1077936192 58 0 0 0 0 0 0 0 20 0 20 0 8380348 19566772224 45537 134679101440 94582307401728 94582307405424 140736570519936 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94582307413240 94582307414032 94582317776896 140736570524678 140736570524768 140736570524768 140736570531784 0
[pid=86526/tid=86545] ppid=86523 vsize=19108176 memory=16140 CPUtime=0 cores=0,2
/proc/86526/task/86545/stat : 86545 (Timer-0) S 86523 86526 86029 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8380367 19566772224 45537 134679101440 94582307401728 94582307405424 140736570519936 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582307413240 94582307414032 94582317776896 140736570524678 140736570524768 140736570524768 140736570531784 0
Current children cumulated CPU time: 14.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 182148 KiB

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

# cumulated CPU time of all completed processes:  user=15.3018 s, system=0.089446 s

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

[startup+12.8007 s]
/proc/loadavg: 4.12 2.92 2.39 6/335 86548
/proc/meminfo: memFree=101449000/131524600 swapFree=131071996/131071996
[pid=86526] ppid=86523 vsize=19108176 memory=182148 CPUtime=14.89 cores=0,2
/proc/86526/stat : 86526 (java) S 86523 86526 86029 0 -1 1077936128 32424 0 0 0 1481 8 0 0 20 0 20 0 8380345 19566772224 45537 134679101440 94582307401728 94582307405424 140736570519936 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94582307413240 94582307414032 94582317776896 140736570524678 140736570524768 140736570524768 140736570531784 0
/proc/86526/statm: 4777044 45537 5942 1 0 555874 0
[pid=86526/tid=86528] ppid=86523 vsize=19108176 memory=182016 CPUtime=12.61 cores=0,2
/proc/86526/task/86528/stat : 86528 (java) R 86523 86526 86029 0 -1 4194368 9999 0 0 0 1258 3 0 0 20 0 20 0 8380345 19566772224 45537 134679101440 94582307401728 94582307405424 140736570519936 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582307413240 94582307414032 94582317776896 140736570524678 140736570524768 140736570524768 140736570531784 0
[pid=86526/tid=86537] ppid=86523 vsize=19108176 memory=13048 CPUtime=0 cores=0,2
/proc/86526/task/86537/stat : 86537 (Finalizer) S 86523 86526 86029 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 8380348 19566772224 45537 134679101440 94582307401728 94582307405424 140736570519936 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582307413240 94582307414032 94582317776896 140736570524678 140736570524768 140736570524768 140736570531784 0
[pid=86526/tid=86544] ppid=86523 vsize=19108176 memory=11684 CPUtime=0 cores=0,2
/proc/86526/task/86544/stat : 86544 (Common-Cleaner) S 86523 86526 86029 0 -1 1077936192 58 0 0 0 0 0 0 0 20 0 20 0 8380348 19566772224 45537 134679101440 94582307401728 94582307405424 140736570519936 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94582307413240 94582307414032 94582317776896 140736570524678 140736570524768 140736570524768 140736570531784 0
[pid=86526/tid=86545] ppid=86523 vsize=19108176 memory=26184 CPUtime=0 cores=0,2
/proc/86526/task/86545/stat : 86545 (Timer-0) S 86523 86526 86029 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8380367 19566772224 45537 134679101440 94582307401728 94582307405424 140736570519936 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582307413240 94582307414032 94582317776896 140736570524678 140736570524768 140736570524768 140736570531784 0
Current children cumulated CPU time: 14.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 182148 KiB

[startup+13.2007 s]
/proc/loadavg: 4.12 2.92 2.39 5/335 86548
/proc/meminfo: memFree=101448824/131524600 swapFree=131071996/131071996
[pid=86526] ppid=86523 vsize=19108176 memory=182164 CPUtime=15.28 cores=0,2
/proc/86526/stat : 86526 (java) S 86523 86526 86029 0 -1 1077936128 32662 0 0 0 1520 8 0 0 20 0 20 0 8380345 19566772224 45541 134679101440 94582307401728 94582307405424 140736570519936 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94582307413240 94582307414032 94582317776896 140736570524678 140736570524768 140736570524768 140736570531784 0
/proc/86526/statm: 4777044 45541 5942 1 0 555874 0
[pid=86526/tid=86528] ppid=86523 vsize=19108176 memory=11588 CPUtime=13 cores=0,2
/proc/86526/task/86528/stat : 86528 (java) R 86523 86526 86029 0 -1 4194368 10180 0 0 0 1297 3 0 0 20 0 20 0 8380345 19566772224 45541 134679101440 94582307401728 94582307405424 140736570519936 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582307413240 94582307414032 94582317776896 140736570524678 140736570524768 140736570524768 140736570531784 0
[pid=86526/tid=86537] ppid=86523 vsize=19108176 memory=11356 CPUtime=0 cores=0,2
/proc/86526/task/86537/stat : 86537 (Finalizer) S 86523 86526 86029 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 8380348 19566772224 45541 134679101440 94582307401728 94582307405424 140736570519936 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582307413240 94582307414032 94582317776896 140736570524678 140736570524768 140736570524768 140736570531784 0
[pid=86526/tid=86544] ppid=86523 vsize=19108176 memory=11348 CPUtime=0 cores=0,2
/proc/86526/task/86544/stat : 86544 (Common-Cleaner) S 86523 86526 86029 0 -1 1077936192 58 0 0 0 0 0 0 0 20 0 20 0 8380348 19566772224 45541 134679101440 94582307401728 94582307405424 140736570519936 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94582307413240 94582307414032 94582317776896 140736570524678 140736570524768 140736570524768 140736570531784 0
[pid=86526/tid=86545] ppid=86523 vsize=19108176 memory=182148 CPUtime=0 cores=0,2
/proc/86526/task/86545/stat : 86545 (Timer-0) S 86523 86526 86029 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 8380367 19566772224 45541 134679101440 94582307401728 94582307405424 140736570519936 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94582307413240 94582307414032 94582317776896 140736570524678 140736570524768 140736570524768 140736570531784 0
Current children cumulated CPU time: 15.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 182164 KiB

[startup+13.3003 s]*
/proc/loadavg: 4.12 2.92 2.39 4/316 86550
/proc/meminfo: memFree=101608536/131524600 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 30

Real time (s): 13.3061
CPU time (s): 15.3913
CPU user time (s): 15.3018
CPU system time (s): 0.089446
CPU usage (%): 115.671
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 182164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.3018
system time used= 0.089446
maximum resident set size= 183928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35394
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= 1070
involuntary context switches= 364


# summary of solver processes directly reported to runsolver:
#   pid: 86526
#   total CPU time (s): 15.3913
#   total CPU user time (s): 15.3018
#   total CPU system time (s): 0.089446

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.048915 second user time and 0.093287 second system time

The end

Launcher Data

Begin job on nodeC017 at 2024-07-23 09:09:38
IDJOB=4456111
IDBENCH=143218
IDSOLVER=3037
FILE ID=nodeC017/4456111-1721718578
RUNJOBID= nodeC017-1721718407-86039
SLURM_JOB_ID= 7770408
Free space on /tmp= 890080 MiB

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

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

MD5SUM BENCH= c80b6180d98478604df0f17e55c6d3fe
RANDOM SEED=1606712675

nodeC017.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	: 0xb00002a
cpu MHz		: 3636.964
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7000.61
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	: 0xb00002a
cpu MHz		: 3688.547
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3634.631
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7000.61
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	: 0xb00002a
cpu MHz		: 3600.636
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3676.041
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7000.61
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	: 0xb00002a
cpu MHz		: 3688.632
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3607.082
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7000.61
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	: 0xb00002a
cpu MHz		: 3600.441
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 tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        102003676 kB
MemAvailable:   122869896 kB
Buffers:          140968 kB
Cached:         21461776 kB
SwapCached:            0 kB
Active:           895804 kB
Inactive:       27867048 kB
Active(anon):       1544 kB
Inactive(anon):  7196608 kB
Active(file):     894260 kB
Inactive(file): 20670440 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1096 kB
Writeback:             0 kB
AnonPages:       7158596 kB
Mapped:           120060 kB
Shmem:             37720 kB
KReclaimable:     282688 kB
Slab:             389676 kB
SReclaimable:     282688 kB
SUnreclaim:       106988 kB
KernelStack:        5084 kB
PageTables:        23832 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   10386400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            18272 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6936576 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:      277204 kB
DirectMap2M:    21516288 kB
DirectMap1G:    114294784 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC017 at 2024-07-23 09:09:52