Trace number 4424832

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 12.4985 9.42252

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900565534--soft-66-100-0.wbo
MD5SUMec2511efc2417fb1e9e041199c221bd7
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark12.4985
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 constraints892
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 45060
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 45059
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 685
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.12/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.12/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.12/0.11	c See www.sat4j.org for details.
0.12/0.13	c version CUSTOM.v20240707
0.12/0.15	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.15	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.15	c java.vm.version	22.0.1+8-16
0.12/0.16	c java.vm.vendor	Oracle Corporation
0.12/0.16	c sun.arch.data.model	64
0.12/0.16	c java.version		22.0.1
0.12/0.16	c os.name		Linux
0.12/0.16	c os.version		4.18.0-301.1.el8.x86_64
0.12/0.16	c os.arch		amd64
0.12/0.16	c Free memory 		2115194816
0.12/0.16	c Max memory 		16282288128
0.12/0.16	c Total memory 		2122317824
0.12/0.17	c Number of processors 	2
0.27/0.25	--- Begin Solver configuration ---
0.27/0.25	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.27/0.25	Learn all clauses as in MiniSAT
0.27/0.25	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.27/0.25	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.27/0.25	No reason simplification
0.27/0.25	Glucose 2.1 dynamic restart strategy
0.27/0.25	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.27/0.25	timeout=2147483s
0.27/0.25	DB Simplification allowed=false
0.27/0.25	Listener: none
0.27/0.25	--- End Solver configuration ---
0.27/0.26	c Pseudo Boolean Optimization by upper bound
0.27/0.26	c --- Begin Solver configuration ---
0.27/0.26	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.27/0.26	c Learn all clauses as in MiniSAT
0.27/0.26	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.27/0.26	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.27/0.26	c No reason simplification
0.27/0.26	c Glucose 2.1 dynamic restart strategy
0.27/0.26	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.27/0.26	c timeout=2147483s
0.27/0.26	c DB Simplification allowed=false
0.27/0.26	c Listener: none
0.27/0.26	c --- End Solver configuration ---
0.27/0.26	c solving HOME/instance-4424832-1720881374.wbo
0.27/0.26	c reading problem ... 
0.44/0.42	c ... done. Wall clock time 0.16s.
0.66/0.43	c declared #vars     231
0.66/0.43	c internal #vars     1123
0.66/0.43	c #constraints  2708
0.66/0.43	c constraints type 
0.66/0.43	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 154
0.66/0.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 13
0.66/0.43	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 10
0.66/0.43	c org.sat4j.specs.Constr$1 => 1
0.66/0.43	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2530
0.66/0.43	c 2708 constraints processed.
0.66/0.45	c objective function length is 892 literals
0.83/0.52	c SATISFIABLE
0.83/0.52	c OPTIMIZING...
0.83/0.52	c Got one! Elapsed wall clock time (in seconds):0.267
0.83/0.52	o 887
0.83/0.56	c Got one! Elapsed wall clock time (in seconds):0.295
0.83/0.56	o 284
0.83/0.58	c Got one! Elapsed wall clock time (in seconds):0.323
0.83/0.58	o 225
1.02/0.61	c Got one! Elapsed wall clock time (in seconds):0.35
1.02/0.61	o 207
1.02/0.67	c Got one! Elapsed wall clock time (in seconds):0.413
1.02/0.67	o 204
1.19/0.74	c Got one! Elapsed wall clock time (in seconds):0.474
1.19/0.74	o 191
1.19/0.76	c Got one! Elapsed wall clock time (in seconds):0.496
1.19/0.76	o 155
1.40/0.88	c Got one! Elapsed wall clock time (in seconds):0.625
1.40/0.88	o 153
1.59/0.91	c Got one! Elapsed wall clock time (in seconds):0.657
1.59/0.91	o 145
1.59/0.98	c Got one! Elapsed wall clock time (in seconds):0.719
1.59/0.98	o 125
1.80/1.00	c Got one! Elapsed wall clock time (in seconds):0.748
1.80/1.01	o 124
2.00/1.16	c Got one! Elapsed wall clock time (in seconds):0.902
2.00/1.16	o 119
2.00/1.17	c Got one! Elapsed wall clock time (in seconds):0.915
2.00/1.17	o 114
2.53/1.40	c Got one! Elapsed wall clock time (in seconds):1.147
2.53/1.40	o 109
2.53/1.42	c Got one! Elapsed wall clock time (in seconds):1.167
2.53/1.42	o 104
2.69/1.50	c Got one! Elapsed wall clock time (in seconds):1.242
2.69/1.50	o 80
2.69/1.59	c Got one! Elapsed wall clock time (in seconds):1.337
2.69/1.59	o 78
3.10/1.77	c cleaning 5279 clauses out of 10559 with flag 10531/10559
3.47/1.93	c Got one! Elapsed wall clock time (in seconds):1.672
3.47/1.93	o 60
3.47/2.00	c Got one! Elapsed wall clock time (in seconds):1.741
3.47/2.00	o 46
3.81/2.14	c cleaning 5515 clauses out of 11061 with flag 11440/16340
3.91/2.24	c Got one! Elapsed wall clock time (in seconds):1.981
3.91/2.24	o 44
3.91/2.28	c Got one! Elapsed wall clock time (in seconds):2.022
3.91/2.28	o 41
4.02/2.32	c Got one! Elapsed wall clock time (in seconds):2.063
4.02/2.32	o 35
4.13/2.40	c Got one! Elapsed wall clock time (in seconds):2.148
4.13/2.40	o 29
4.13/2.41	c Got one! Elapsed wall clock time (in seconds):2.154
4.13/2.41	o 14
4.13/2.42	c Got one! Elapsed wall clock time (in seconds):2.159
4.13/2.42	o 11
4.13/2.49	c Got one! Elapsed wall clock time (in seconds):2.235
4.13/2.49	o 10
4.24/2.51	c Got one! Elapsed wall clock time (in seconds):2.256
4.24/2.51	o 8
4.24/2.58	c cleaning 6993 clauses out of 13996 with flag 6686/24790
4.24/2.58	c Got one! Elapsed wall clock time (in seconds):2.328
4.24/2.58	o 5
4.35/2.63	c Got one! Elapsed wall clock time (in seconds):2.376
4.35/2.63	o 4
4.56/2.83	c cleaning 6029 clauses out of 12089 with flag 28857/29876
5.14/3.12	c cleaning 6027 clauses out of 12060 with flag 73882/35876
5.34/3.39	c Got one! Elapsed wall clock time (in seconds):3.138
5.34/3.39	o 3
5.80/3.79	c cleaning 8543 clauses out of 17098 with flag 41175/46941
6.19/3.95	c Got one! Elapsed wall clock time (in seconds):3.692
6.19/3.95	o 2
6.43/4.13	c cleaning 6831 clauses out of 13665 with flag 21255/52051
6.82/4.59	c cleaning 6413 clauses out of 12834 with flag 69810/58051
7.33/5.09	c cleaning 6706 clauses out of 13422 with flag 120170/65052
7.81/5.51	c Got one! Elapsed wall clock time (in seconds):5.259
7.81/5.51	o 1
8.14/5.82	c cleaning 8977 clauses out of 17985 with flag 26816/76321
8.37/6.11	c cleaning 7492 clauses out of 15009 with flag 60290/82322
8.66/6.38	c cleaning 7246 clauses out of 14517 with flag 97308/89322
9.16/6.85	c cleaning 7629 clauses out of 15270 with flag 147713/97321
9.99/7.49	c cleaning 8316 clauses out of 16641 with flag 202008/106323
10.71/8.18	c cleaning 9155 clauses out of 18322 with flag 260712/116321
11.80/8.98	c cleaning 10080 clauses out of 20167 with flag 324562/127322
12.37/9.34	c starts		: 112
12.37/9.37	c conflicts		: 135297
12.37/9.37	c decisions		: 238235
12.37/9.37	c propagations		: 7460787
12.37/9.37	c inspects		: 103436506
12.37/9.37	c shortcuts		: 0
12.37/9.37	c learnt literals	: 12
12.37/9.37	c learnt binary clauses	: 18
12.37/9.37	c learnt ternary clauses	: 216
12.37/9.37	c learnt constraints	: 135284
12.37/9.37	c ignored constraints	: 0
12.37/9.37	c root simplifications	: 0
12.37/9.37	c removed literals (reason simplification)	: 0
12.37/9.37	c reason swapping (by a shorter reason)	: 0
12.37/9.37	c Calls to reduceDB	: 16
12.37/9.37	c Number of update (reduction) of LBD	: 53482
12.37/9.37	c Imported unit clauses	: 0
12.37/9.37	c No decision after first conflict	: false
12.37/9.37	c number of reductions to clauses (during analyze)	: 0
12.37/9.37	c number of learned constraints concerned by reduction	: 0
12.37/9.37	c number of learning phase by resolution	: 0
12.37/9.37	c number of learning phase by cutting planes	: 0
12.37/9.37	c number of rounding to 1 operations	: 0
12.37/9.37	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
12.37/9.37	c number of reductions of the coefficients by power 2 	: 0
12.37/9.37	c number of right shift for reduction by power 2 	: 0
12.37/9.37	c number of reductions of the coefficients by GCD over coefficients 	: 0
12.37/9.37	c number of ending skipping 	: 0
12.37/9.37	c number of internal skipping 	: 0
12.37/9.37	c number of derivation steps 	: 0
12.37/9.37	c number of skipped derivation steps 	: 0
12.37/9.37	c number of remaining unassigned 	: 0
12.37/9.37	c number of remaining assigned 	: 0
12.37/9.37	c number of falsified literals weakened from reason	: 0
12.37/9.37	c number of falsified literals weakened from conflict	: 0
12.37/9.37	c time for arithmetic operations	: 0
12.37/9.37	c minimum degree of deleted constraints	: null
12.37/9.37	c maximum degree of deleted constraints	: null
12.37/9.37	c number of deleted constraints	: 0
12.37/9.37	c speed (assignments/second)	: 836411.0986547085
12.37/9.37	c non guided choices	: 3609
12.37/9.37	s OPTIMUM FOUND
12.37/9.37	c Found 32 solution(s)
12.37/9.37	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 
12.37/9.38	c objective function=1
12.37/9.38	c Total wall clock time (in seconds): 9.12

Verifier Data

OK	1

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4424832-1720881374/watcher-4424832-1720881374 -o /tmp/evaluation-result-4424832-1720881374/solver-4424832-1720881374 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1720877762-699779 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4424832-1720881374.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
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=703271, runsolver pid=703268

[startup+0.100299 s]*
/proc/loadavg: 4.36 4.32 4.26 7/316 703289
/proc/meminfo: memFree=113055020/131655788 swapFree=131071996/131071996
[pid=703271] ppid=703268 vsize=18975048 memory=56444 CPUtime=0.12 cores=0,2
/proc/703271/stat : 703271 (java) S 703268 703271 697515 0 -1 1077936128 6602 0 0 0 10 2 0 0 20 0 18 0 140294090 19430449152 14111 134679101440 94383323828224 94383323831920 140731385111360 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94383323839736 94383323840528 94383346143232 140731385119725 140731385119815 140731385119815 140731385126856 0
/proc/703271/statm: 4743762 14111 5628 1 0 550924 0
[pid=703271/tid=703273] ppid=703268 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/703271/task/703273/stat : 703273 (java) R 703268 703271 697515 0 -1 4194368 5513 0 0 0 7 1 0 0 20 0 18 0 140294090 19430449152 14111 134679101440 94383323828224 94383323831920 140731385111360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94383323839736 94383323840528 94383346143232 140731385119725 140731385119815 140731385119815 140731385126856 0
[pid=703271/tid=703282] ppid=703268 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/703271/task/703282/stat : 703282 (Finalizer) S 703268 703271 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140294093 19430449152 14111 134679101440 94383323828224 94383323831920 140731385111360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94383323839736 94383323840528 94383346143232 140731385119725 140731385119815 140731385119815 140731385126856 0
[pid=703271/tid=703289] ppid=703268 vsize=18975048 memory=13563812552942208 CPUtime=0 cores=0,2
/proc/703271/task/703289/stat : 703289 (Common-Cleaner) S 703268 703271 697515 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 140294094 19430449152 14111 134679101440 94383323828224 94383323831920 140731385111360 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94383323839736 94383323840528 94383346143232 140731385119725 140731385119815 140731385119815 140731385126856 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56444 KiB

[startup+0.205741 s]*
/proc/loadavg: 4.36 4.32 4.26 5/316 703289
/proc/meminfo: memFree=113044308/131655788 swapFree=131071996/131071996
[pid=703271] ppid=703268 vsize=18975048 memory=66960 CPUtime=0.27 cores=0,2
/proc/703271/stat : 703271 (java) S 703268 703271 697515 0 -1 1077936128 7194 0 0 0 25 2 0 0 20 0 18 0 140294090 19430449152 16740 134679101440 94383323828224 94383323831920 140731385111360 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94383323839736 94383323840528 94383346143232 140731385119725 140731385119815 140731385119815 140731385126856 0
/proc/703271/statm: 4743762 16740 5616 1 0 551434 0
[pid=703271/tid=703273] ppid=703268 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=0,2
/proc/703271/task/703273/stat : 703273 (java) R 703268 703271 697515 0 -1 4194368 5753 0 0 0 17 2 0 0 20 0 18 0 140294090 19430449152 16740 134679101440 94383323828224 94383323831920 140731385111360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94383323839736 94383323840528 94383346143232 140731385119725 140731385119815 140731385119815 140731385126856 0
[pid=703271/tid=703282] ppid=703268 vsize=18975048 memory=5822 CPUtime=0 cores=0,2
/proc/703271/task/703282/stat : 703282 (Finalizer) S 703268 703271 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140294093 19430449152 16740 134679101440 94383323828224 94383323831920 140731385111360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94383323839736 94383323840528 94383346143232 140731385119725 140731385119815 140731385119815 140731385126856 0
[pid=703271/tid=703289] ppid=703268 vsize=18975048 memory=13849655494580062 CPUtime=0 cores=0,2
/proc/703271/task/703289/stat : 703289 (Common-Cleaner) S 703268 703271 697515 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 140294094 19430449152 16740 134679101440 94383323828224 94383323831920 140731385111360 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94383323839736 94383323840528 94383346143232 140731385119725 140731385119815 140731385119815 140731385126856 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66960 KiB

[startup+0.30894 s]*
/proc/loadavg: 4.36 4.32 4.26 7/316 703289
/proc/meminfo: memFree=113043608/131655788 swapFree=131071996/131071996
[pid=703271] ppid=703268 vsize=18975048 memory=68456 CPUtime=0.44 cores=0,2
/proc/703271/stat : 703271 (java) S 703268 703271 697515 0 -1 1077936128 7401 0 0 0 42 2 0 0 20 0 18 0 140294090 19430449152 17114 134679101440 94383323828224 94383323831920 140731385111360 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94383323839736 94383323840528 94383346143232 140731385119725 140731385119815 140731385119815 140731385126856 0
/proc/703271/statm: 4743762 17114 5776 1 0 551606 0
[pid=703271/tid=703273] ppid=703268 vsize=18975048 memory=-8599456815519277756 CPUtime=0.29 cores=0,2
/proc/703271/task/703273/stat : 703273 (java) R 703268 703271 697515 0 -1 4194368 5891 0 0 0 27 2 0 0 20 0 18 0 140294090 19430449152 17114 134679101440 94383323828224 94383323831920 140731385111360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94383323839736 94383323840528 94383346143232 140731385119725 140731385119815 140731385119815 140731385126856 0
[pid=703271/tid=703282] ppid=703268 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/703271/task/703282/stat : 703282 (Finalizer) S 703268 703271 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 140294093 19430449152 17114 134679101440 94383323828224 94383323831920 140731385111360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94383323839736 94383323840528 94383346143232 140731385119725 140731385119815 140731385119815 140731385126856 0
[pid=703271/tid=703289] ppid=703268 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/703271/task/703289/stat : 703289 (Common-Cleaner) S 703268 703271 697515 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 140294094 19430449152 17114 134679101440 94383323828224 94383323831920 140731385111360 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94383323839736 94383323840528 94383346143232 140731385119725 140731385119815 140731385119815 140731385126856 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 68456 KiB

[startup+0.700448 s]
/proc/loadavg: 4.36 4.32 4.26 6/317 703290
/proc/meminfo: memFree=113034204/131655788 swapFree=131071996/131071996
[pid=703271] ppid=703268 vsize=19041612 memory=84600 CPUtime=1.19 cores=0,2
/proc/703271/stat : 703271 (java) S 703268 703271 697515 0 -1 1077936128 9516 0 0 0 116 3 0 0 20 0 19 0 140294090 19498610688 21150 134679101440 94383323828224 94383323831920 140731385111360 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94383323839736 94383323840528 94383346143232 140731385119725 140731385119815 140731385119815 140731385126856 0
/proc/703271/statm: 4760403 21150 5899 1 0 553173 0
[pid=703271/tid=703273] ppid=703268 vsize=19041612 memory=5620 CPUtime=0.67 cores=0,2
/proc/703271/task/703273/stat : 703273 (java) R 703268 703271 697515 0 -1 4194368 6045 0 0 0 65 2 0 0 20 0 19 0 140294090 19498610688 21150 134679101440 94383323828224 94383323831920 140731385111360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94383323839736 94383323840528 94383346143232 140731385119725 140731385119815 140731385119815 140731385126856 0
[pid=703271/tid=703282] ppid=703268 vsize=19041612 memory=12724 CPUtime=0 cores=0,2
/proc/703271/task/703282/stat : 703282 (Finalizer) S 703268 703271 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140294093 19498610688 21150 134679101440 94383323828224 94383323831920 140731385111360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94383323839736 94383323840528 94383346143232 140731385119725 140731385119815 140731385119815 140731385126856 0
[pid=703271/tid=703289] ppid=703268 vsize=19041612 memory=279985697120936 CPUtime=0 cores=0,2
/proc/703271/task/703289/stat : 703289 (Common-Cleaner) S 703268 703271 697515 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 140294094 19498610688 21150 134679101440 94383323828224 94383323831920 140731385111360 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94383323839736 94383323840528 94383346143232 140731385119725 140731385119815 140731385119815 140731385126856 0
[pid=703271/tid=703290] ppid=703268 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/703271/task/703290/stat : 703290 (Timer-0) S 703268 703271 697515 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140294136 19498610688 21150 134679101440 94383323828224 94383323831920 140731385111360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94383323839736 94383323840528 94383346143232 140731385119725 140731385119815 140731385119815 140731385126856 0
Current children cumulated CPU time: 1.19 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 84600 KiB

[startup+1.50031 s]
/proc/loadavg: 4.36 4.32 4.26 7/317 703290
/proc/meminfo: memFree=113019260/131655788 swapFree=131071996/131071996
[pid=703271] ppid=703268 vsize=19041612 memory=97344 CPUtime=2.69 cores=0,2
/proc/703271/stat : 703271 (java) S 703268 703271 697515 0 -1 1077936128 14755 0 0 0 265 4 0 0 20 0 19 0 140294090 19498610688 24336 134679101440 94383323828224 94383323831920 140731385111360 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94383323839736 94383323840528 94383346143232 140731385119725 140731385119815 140731385119815 140731385126856 0
/proc/703271/statm: 4760403 24336 5899 1 0 554202 0
[pid=703271/tid=703273] ppid=703268 vsize=19041612 memory=12724 CPUtime=1.45 cores=0,2
/proc/703271/task/703273/stat : 703273 (java) R 703268 703271 697515 0 -1 4194368 6863 0 0 0 143 2 0 0 20 0 19 0 140294090 19498610688 24336 134679101440 94383323828224 94383323831920 140731385111360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94383323839736 94383323840528 94383346143232 140731385119725 140731385119815 140731385119815 140731385126856 0
[pid=703271/tid=703282] ppid=703268 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/703271/task/703282/stat : 703282 (Finalizer) S 703268 703271 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140294093 19498610688 24336 134679101440 94383323828224 94383323831920 140731385111360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94383323839736 94383323840528 94383346143232 140731385119725 140731385119815 140731385119815 140731385126856 0
[pid=703271/tid=703289] ppid=703268 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/703271/task/703289/stat : 703289 (Common-Cleaner) S 703268 703271 697515 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 140294094 19498610688 24336 134679101440 94383323828224 94383323831920 140731385111360 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94383323839736 94383323840528 94383346143232 140731385119725 140731385119815 140731385119815 140731385126856 0
[pid=703271/tid=703290] ppid=703268 vsize=19041612 memory=831 CPUtime=0 cores=0,2
/proc/703271/task/703290/stat : 703290 (Timer-0) S 703268 703271 697515 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140294136 19498610688 24336 134679101440 94383323828224 94383323831920 140731385111360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94383323839736 94383323840528 94383346143232 140731385119725 140731385119815 140731385119815 140731385126856 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 97344 KiB

[startup+3.11294 s]
/proc/loadavg: 4.36 4.32 4.26 7/317 703290
/proc/meminfo: memFree=112979084/131655788 swapFree=131071996/131071996
[pid=703271] ppid=703268 vsize=19041612 memory=128792 CPUtime=5.14 cores=0,2
/proc/703271/stat : 703271 (java) S 703268 703271 697515 0 -1 1077936128 22522 0 0 0 508 6 0 0 20 0 19 0 140294090 19498610688 32198 134679101440 94383323828224 94383323831920 140731385111360 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94383323839736 94383323840528 94383346143232 140731385119725 140731385119815 140731385119815 140731385126856 0
/proc/703271/statm: 4760403 32198 5899 1 0 557612 0
[pid=703271/tid=703273] ppid=703268 vsize=19041612 memory=0 CPUtime=3.06 cores=0,2
/proc/703271/task/703273/stat : 703273 (java) R 703268 703271 697515 0 -1 4194368 7690 0 0 0 303 3 0 0 20 0 19 0 140294090 19498610688 32198 134679101440 94383323828224 94383323831920 140731385111360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94383323839736 94383323840528 94383346143232 140731385119725 140731385119815 140731385119815 140731385126856 0
[pid=703271/tid=703282] ppid=703268 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/703271/task/703282/stat : 703282 (Finalizer) S 703268 703271 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140294093 19498610688 32198 134679101440 94383323828224 94383323831920 140731385111360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94383323839736 94383323840528 94383346143232 140731385119725 140731385119815 140731385119815 140731385126856 0
[pid=703271/tid=703289] ppid=703268 vsize=19041612 memory=12724 CPUtime=0 cores=0,2
/proc/703271/task/703289/stat : 703289 (Common-Cleaner) S 703268 703271 697515 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 140294094 19498610688 32198 134679101440 94383323828224 94383323831920 140731385111360 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94383323839736 94383323840528 94383346143232 140731385119725 140731385119815 140731385119815 140731385126856 0
[pid=703271/tid=703290] ppid=703268 vsize=19041612 memory=11408 CPUtime=0 cores=0,2
/proc/703271/task/703290/stat : 703290 (Timer-0) S 703268 703271 697515 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140294136 19498610688 32198 134679101440 94383323828224 94383323831920 140731385111360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94383323839736 94383323840528 94383346143232 140731385119725 140731385119815 140731385119815 140731385126856 0
Current children cumulated CPU time: 5.14 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 128792 KiB

[startup+6.30046 s]
/proc/loadavg: 4.42 4.33 4.26 5/317 703290
/proc/meminfo: memFree=112799744/131655788 swapFree=131071996/131071996
[pid=703271] ppid=703268 vsize=19041612 memory=147796 CPUtime=8.66 cores=0,2
/proc/703271/stat : 703271 (java) S 703268 703271 697515 0 -1 1077936128 23142 0 0 0 859 7 0 0 20 0 19 0 140294090 19498610688 36949 134679101440 94383323828224 94383323831920 140731385111360 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94383323839736 94383323840528 94383346143232 140731385119725 140731385119815 140731385119815 140731385126856 0
/proc/703271/statm: 4760403 36949 5908 1 0 557614 0
[pid=703271/tid=703273] ppid=703268 vsize=19041612 memory=12724 CPUtime=6.24 cores=0,2
/proc/703271/task/703273/stat : 703273 (java) R 703268 703271 697515 0 -1 4194368 7778 0 0 0 620 4 0 0 20 0 19 0 140294090 19498610688 36949 134679101440 94383323828224 94383323831920 140731385111360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94383323839736 94383323840528 94383346143232 140731385119725 140731385119815 140731385119815 140731385126856 0
[pid=703271/tid=703282] ppid=703268 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/703271/task/703282/stat : 703282 (Finalizer) S 703268 703271 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140294093 19498610688 36949 134679101440 94383323828224 94383323831920 140731385111360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94383323839736 94383323840528 94383346143232 140731385119725 140731385119815 140731385119815 140731385126856 0
[pid=703271/tid=703289] ppid=703268 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/703271/task/703289/stat : 703289 (Common-Cleaner) S 703268 703271 697515 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 140294094 19498610688 36949 134679101440 94383323828224 94383323831920 140731385111360 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94383323839736 94383323840528 94383346143232 140731385119725 140731385119815 140731385119815 140731385126856 0
[pid=703271/tid=703290] ppid=703268 vsize=19041612 memory=2308 CPUtime=0 cores=0,2
/proc/703271/task/703290/stat : 703290 (Timer-0) S 703268 703271 697515 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140294136 19498610688 36949 134679101440 94383323828224 94383323831920 140731385111360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94383323839736 94383323840528 94383346143232 140731385119725 140731385119815 140731385119815 140731385126856 0
Current children cumulated CPU time: 8.66 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 147796 KiB

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

# cumulated CPU time of all completed processes:  user=12.3991 s, system=0.099404 s

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

[startup+6.40053 s]
/proc/loadavg: 4.42 4.33 4.26 5/317 703290
/proc/meminfo: memFree=112799744/131655788 swapFree=131071996/131071996
[pid=703271] ppid=703268 vsize=19041612 memory=147796 CPUtime=8.76 cores=0,2
/proc/703271/stat : 703271 (java) S 703268 703271 697515 0 -1 1077936128 23143 0 0 0 869 7 0 0 20 0 19 0 140294090 19498610688 36949 134679101440 94383323828224 94383323831920 140731385111360 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94383323839736 94383323840528 94383346143232 140731385119725 140731385119815 140731385119815 140731385126856 0
/proc/703271/statm: 4760403 36949 5908 1 0 557614 0
[pid=703271/tid=703273] ppid=703268 vsize=19041612 memory=12724 CPUtime=6.34 cores=0,2
/proc/703271/task/703273/stat : 703273 (java) R 703268 703271 697515 0 -1 4194368 7778 0 0 0 630 4 0 0 20 0 19 0 140294090 19498610688 36949 134679101440 94383323828224 94383323831920 140731385111360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94383323839736 94383323840528 94383346143232 140731385119725 140731385119815 140731385119815 140731385126856 0
[pid=703271/tid=703282] ppid=703268 vsize=19041612 memory=11408 CPUtime=0 cores=0,2
/proc/703271/task/703282/stat : 703282 (Finalizer) S 703268 703271 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140294093 19498610688 36949 134679101440 94383323828224 94383323831920 140731385111360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94383323839736 94383323840528 94383346143232 140731385119725 140731385119815 140731385119815 140731385126856 0
[pid=703271/tid=703289] ppid=703268 vsize=19041612 memory=35284 CPUtime=0 cores=0,2
/proc/703271/task/703289/stat : 703289 (Common-Cleaner) S 703268 703271 697515 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 140294094 19498610688 36949 134679101440 94383323828224 94383323831920 140731385111360 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94383323839736 94383323840528 94383346143232 140731385119725 140731385119815 140731385119815 140731385126856 0
[pid=703271/tid=703290] ppid=703268 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/703271/task/703290/stat : 703290 (Timer-0) S 703268 703271 697515 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140294136 19498610688 36949 134679101440 94383323828224 94383323831920 140731385111360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94383323839736 94383323840528 94383346143232 140731385119725 140731385119815 140731385119815 140731385126856 0
Current children cumulated CPU time: 8.76 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 147796 KiB

[startup+8.00041 s]*
/proc/loadavg: 4.42 4.33 4.26 6/317 703292
/proc/meminfo: memFree=112786056/131655788 swapFree=131071996/131071996
[pid=703271] ppid=703268 vsize=19041612 memory=157492 CPUtime=10.61 cores=0,2
/proc/703271/stat : 703271 (java) S 703268 703271 697515 0 -1 1077936128 26597 0 0 0 1054 7 0 0 20 0 19 0 140294090 19498610688 39373 134679101440 94383323828224 94383323831920 140731385111360 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94383323839736 94383323840528 94383346143232 140731385119725 140731385119815 140731385119815 140731385126856 0
/proc/703271/statm: 4760403 39373 5908 1 0 557992 0
[pid=703271/tid=703273] ppid=703268 vsize=19041612 memory=-8599456815519277756 CPUtime=7.94 cores=0,2
/proc/703271/task/703273/stat : 703273 (java) R 703268 703271 697515 0 -1 4194368 8675 0 0 0 790 4 0 0 20 0 19 0 140294090 19498610688 39373 134679101440 94383323828224 94383323831920 140731385111360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94383323839736 94383323840528 94383346143232 140731385119725 140731385119815 140731385119815 140731385126856 0
[pid=703271/tid=703282] ppid=703268 vsize=19041612 memory=2792 CPUtime=0 cores=0,2
/proc/703271/task/703282/stat : 703282 (Finalizer) S 703268 703271 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140294093 19498610688 39373 134679101440 94383323828224 94383323831920 140731385111360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94383323839736 94383323840528 94383346143232 140731385119725 140731385119815 140731385119815 140731385126856 0
[pid=703271/tid=703289] ppid=703268 vsize=19041612 memory=5108 CPUtime=0 cores=0,2
/proc/703271/task/703289/stat : 703289 (Common-Cleaner) S 703268 703271 697515 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 140294094 19498610688 39373 134679101440 94383323828224 94383323831920 140731385111360 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94383323839736 94383323840528 94383346143232 140731385119725 140731385119815 140731385119815 140731385126856 0
[pid=703271/tid=703290] ppid=703268 vsize=19041612 memory=6349848 CPUtime=0 cores=0,2
/proc/703271/task/703290/stat : 703290 (Timer-0) S 703268 703271 697515 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140294136 19498610688 39373 134679101440 94383323828224 94383323831920 140731385111360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94383323839736 94383323840528 94383346143232 140731385119725 140731385119815 140731385119815 140731385126856 0
Current children cumulated CPU time: 10.61 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 157492 KiB

[startup+8.8004 s]
/proc/loadavg: 4.42 4.33 4.26 6/317 703292
/proc/meminfo: memFree=112786056/131655788 swapFree=131071996/131071996
[pid=703271] ppid=703268 vsize=19041612 memory=161728 CPUtime=11.68 cores=0,2
/proc/703271/stat : 703271 (java) S 703268 703271 697515 0 -1 1077936128 27277 0 0 0 1160 8 0 0 20 0 19 0 140294090 19498610688 40432 134679101440 94383323828224 94383323831920 140731385111360 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94383323839736 94383323840528 94383346143232 140731385119725 140731385119815 140731385119815 140731385126856 0
/proc/703271/statm: 4760403 40432 5908 1 0 557992 0
[pid=703271/tid=703273] ppid=703268 vsize=19041612 memory=35284 CPUtime=8.72 cores=0,2
/proc/703271/task/703273/stat : 703273 (java) R 703268 703271 697515 0 -1 4194368 8697 0 0 0 868 4 0 0 20 0 19 0 140294090 19498610688 40432 134679101440 94383323828224 94383323831920 140731385111360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94383323839736 94383323840528 94383346143232 140731385119725 140731385119815 140731385119815 140731385126856 0
[pid=703271/tid=703282] ppid=703268 vsize=19041612 memory=-8599456815519277756 CPUtime=0 cores=0,2
/proc/703271/task/703282/stat : 703282 (Finalizer) S 703268 703271 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140294093 19498610688 40432 134679101440 94383323828224 94383323831920 140731385111360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94383323839736 94383323840528 94383346143232 140731385119725 140731385119815 140731385119815 140731385126856 0
[pid=703271/tid=703289] ppid=703268 vsize=19041612 memory=35284 CPUtime=0 cores=0,2
/proc/703271/task/703289/stat : 703289 (Common-Cleaner) S 703268 703271 697515 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 140294094 19498610688 40432 134679101440 94383323828224 94383323831920 140731385111360 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94383323839736 94383323840528 94383346143232 140731385119725 140731385119815 140731385119815 140731385126856 0
[pid=703271/tid=703290] ppid=703268 vsize=19041612 memory=12724 CPUtime=0 cores=0,2
/proc/703271/task/703290/stat : 703290 (Timer-0) S 703268 703271 697515 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140294136 19498610688 40432 134679101440 94383323828224 94383323831920 140731385111360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94383323839736 94383323840528 94383346143232 140731385119725 140731385119815 140731385119815 140731385126856 0
Current children cumulated CPU time: 11.68 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 161728 KiB

[startup+9.2004 s]
/proc/loadavg: 4.42 4.33 4.26 6/317 703292
/proc/meminfo: memFree=112779696/131655788 swapFree=131071996/131071996
[pid=703271] ppid=703268 vsize=19041612 memory=165872 CPUtime=12.27 cores=0,2
/proc/703271/stat : 703271 (java) S 703268 703271 697515 0 -1 1077936128 29465 0 0 0 1219 8 0 0 20 0 19 0 140294090 19498610688 41468 134679101440 94383323828224 94383323831920 140731385111360 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94383323839736 94383323840528 94383346143232 140731385119725 140731385119815 140731385119815 140731385126856 0
/proc/703271/statm: 4760403 41468 5908 1 0 557992 0
[pid=703271/tid=703273] ppid=703268 vsize=19041612 memory=5676 CPUtime=9.12 cores=0,2
/proc/703271/task/703273/stat : 703273 (java) R 703268 703271 697515 0 -1 4194368 8761 0 0 0 908 4 0 0 20 0 19 0 140294090 19498610688 41468 134679101440 94383323828224 94383323831920 140731385111360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94383323839736 94383323840528 94383346143232 140731385119725 140731385119815 140731385119815 140731385126856 0
[pid=703271/tid=703282] ppid=703268 vsize=19041612 memory=20403 CPUtime=0 cores=0,2
/proc/703271/task/703282/stat : 703282 (Finalizer) S 703268 703271 697515 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 140294093 19498610688 41468 134679101440 94383323828224 94383323831920 140731385111360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94383323839736 94383323840528 94383346143232 140731385119725 140731385119815 140731385119815 140731385126856 0
[pid=703271/tid=703289] ppid=703268 vsize=19041612 memory=3904677159104675920 CPUtime=0 cores=0,2
/proc/703271/task/703289/stat : 703289 (Common-Cleaner) S 703268 703271 697515 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 140294094 19498610688 41468 134679101440 94383323828224 94383323831920 140731385111360 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94383323839736 94383323840528 94383346143232 140731385119725 140731385119815 140731385119815 140731385126856 0
[pid=703271/tid=703290] ppid=703268 vsize=19041612 memory=7928 CPUtime=0 cores=0,2
/proc/703271/task/703290/stat : 703290 (Timer-0) S 703268 703271 697515 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 140294136 19498610688 41468 134679101440 94383323828224 94383323831920 140731385111360 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94383323839736 94383323840528 94383346143232 140731385119725 140731385119815 140731385119815 140731385126856 0
Current children cumulated CPU time: 12.27 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 165872 KiB

[startup+9.40071 s]*
/proc/loadavg: 4.42 4.33 4.26 6/301 703294
/proc/meminfo: memFree=112920112/131655788 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): 9.42252
CPU time (s): 12.4985
CPU user time (s): 12.3991
CPU system time (s): 0.099404
CPU usage (%): 132.645
Max. virtual memory (cumulated for all children) (KiB): 19041612
Max. memory (cumulated for all children) (KiB): 165872

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 12.3991
system time used= 0.099404
maximum resident set size= 169320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31395
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= 960
involuntary context switches= 314


# summary of solver processes directly reported to runsolver:
#   pid: 703271
#   total CPU time (s): 12.4985
#   total CPU user time (s): 12.3991
#   total CPU system time (s): 0.099404

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.064978 second user time and 0.132315 second system time

The end

Launcher Data

Begin job on nodeC007 at 2024-07-13 16:36:27
IDJOB=4424832
IDBENCH=143539
IDSOLVER=3037
FILE ID=nodeC007/4424832-1720881374
RUNJOBID= nodeC007-1720877762-699779
SLURM_JOB_ID= 7483755
Free space on /tmp= 723780 MiB

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

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

MD5SUM BENCH= ec2511efc2417fb1e9e041199c221bd7
RANDOM SEED=1252724645

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        113090920 kB
MemAvailable:   112992576 kB
Buffers:          322788 kB
Cached:           428140 kB
SwapCached:            0 kB
Active:           476660 kB
Inactive:       17556420 kB
Active(anon):       1452 kB
Inactive(anon): 17318396 kB
Active(file):     475208 kB
Inactive(file):   238024 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1036 kB
Writeback:            16 kB
AnonPages:      17282124 kB
Mapped:           121656 kB
Shmem:             37704 kB
KReclaimable:      56912 kB
Slab:             146496 kB
SReclaimable:      56912 kB
SUnreclaim:        89584 kB
KernelStack:        4768 kB
PageTables:        43888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   22155608 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            45696 kB
HardwareCorrupted:     0 kB
AnonHugePages:  16900096 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      203592 kB
DirectMap2M:    11235328 kB
DirectMap1G:    124780544 kB

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