Trace number 4443461

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 Cutting Planes 2024 2024-07-12SAT 394.354 386.624

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/
submitted-PB06/prestwich/armies/normalized-army10.14bt.opb
MD5SUM3a50fcae898f788b3960bca00975c98a
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.0231
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables316
Total number of constraints686
Number of constraints which are clauses477
Number of constraints which are cardinality constraints (but not clauses)2
Number of constraints which are nor clauses,nor cardinality constraints207
Minimum length of a constraint1
Maximum length of a constraint100
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 16
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 114
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version CUSTOM.v20240707
0.00/0.10	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.10	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.10	c java.vm.version	22.0.1+8-16
0.00/0.10	c java.vm.vendor	Oracle Corporation
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		22.0.1
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		2115194816
0.00/0.10	c Max memory 		16282288128
0.00/0.10	c Total memory 		2122317824
0.00/0.11	c Number of processors 	2
0.16/0.18	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.16/0.18	 - never skip resolution steps
0.16/0.18	 - Auto-division on coefficients is disabled
0.16/0.18	 - No postprocessing
0.16/0.18	 - Conflict is considered as is when resolving
0.16/0.18	 - Use constraints as they come during conflict analysis
0.16/0.18	 - Weaken first using unassigned literals
0.16/0.18	 - Bump strategy: ALWAYS_ONE
0.16/0.18	 - Bumper: EFFECTIVE
0.16/0.18	--- Begin Solver configuration ---
0.16/0.18	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.16/0.18	Learn all clauses as in MiniSAT
0.16/0.18	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.16/0.18	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.16/0.18	No reason simplification
0.16/0.18	Dynamic restart strategy considering the size of the coefficients
0.16/0.18	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.16/0.18	timeout=2147483s
0.16/0.18	DB Simplification allowed=false
0.16/0.18	Listener: none
0.16/0.18	--- End Solver configuration ---
0.16/0.19	c Pseudo Boolean Optimization by upper bound
0.16/0.19	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.16/0.19	c  - never skip resolution steps
0.16/0.19	c  - Auto-division on coefficients is disabled
0.16/0.19	c  - No postprocessing
0.16/0.19	c  - Conflict is considered as is when resolving
0.16/0.19	c  - Use constraints as they come during conflict analysis
0.16/0.19	c  - Weaken first using unassigned literals
0.16/0.19	c  - Bump strategy: ALWAYS_ONE
0.16/0.19	c  - Bumper: EFFECTIVE
0.16/0.19	c --- Begin Solver configuration ---
0.16/0.19	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.16/0.19	c Learn all clauses as in MiniSAT
0.16/0.19	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.16/0.19	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.16/0.19	c No reason simplification
0.16/0.19	c Dynamic restart strategy considering the size of the coefficients
0.16/0.19	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.16/0.19	c timeout=2147483s
0.16/0.19	c DB Simplification allowed=false
0.16/0.19	c Listener: none
0.16/0.19	c --- End Solver configuration ---
0.16/0.19	c solving HOME/instance-4443461-1721311892.opb
0.16/0.19	c reading problem ... 
0.16/0.19	c  no objective function found
0.39/0.27	c ... done. Wall clock time 0.081s.
0.39/0.27	c declared #vars     316
0.39/0.27	c #constraints  686
0.39/0.27	c constraints type 
0.39/0.27	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 168
0.39/0.27	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2
0.39/0.27	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 207
0.39/0.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 308
0.39/0.27	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
0.39/0.27	c 686 constraints processed.
16.95/13.36	c cleaning 2497 clauses out of 5000 with flag 0/5000
50.99/46.62	c cleaning 4244 clauses out of 8503 with flag 0/11000
103.65/98.17	c cleaning 5630 clauses out of 11259 with flag 0/18000
196.45/189.71	c cleaning 6813 clauses out of 13630 with flag 0/26001
314.26/306.93	c cleaning 7904 clauses out of 15816 with flag 0/35000
394.21/386.54	c SATISFIABLE
394.21/386.55	c starts		: 31
394.21/386.55	c conflicts		: 40916
394.21/386.55	c decisions		: 46677
394.21/386.55	c propagations		: 1290732
394.21/386.55	c inspects		: 327478569
394.21/386.55	c shortcuts		: 0
394.21/386.55	c learnt literals	: 0
394.21/386.55	c learnt binary clauses	: 0
394.21/386.55	c learnt ternary clauses	: 0
394.21/386.55	c learnt constraints	: 40916
394.21/386.55	c ignored constraints	: 0
394.21/386.55	c root simplifications	: 0
394.21/386.55	c removed literals (reason simplification)	: 0
394.21/386.55	c reason swapping (by a shorter reason)	: 0
394.21/386.55	c Calls to reduceDB	: 5
394.21/386.55	c Number of update (reduction) of LBD	: 34433
394.21/386.55	c Imported unit clauses	: 0
394.21/386.55	c No decision after first conflict	: false
394.21/386.55	c number of reductions to clauses (during analyze)	: 0
394.21/386.55	c number of learned constraints concerned by reduction	: 0
394.21/386.55	c number of learning phase by resolution	: 0
394.21/386.57	c number of learning phase by cutting planes	: 0
394.21/386.57	c number of rounding to 1 operations	: 0
394.21/386.57	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
394.21/386.57	c number of reductions of the coefficients by power 2 	: 0
394.21/386.57	c number of right shift for reduction by power 2 	: 0
394.21/386.57	c number of reductions of the coefficients by GCD over coefficients 	: 0
394.21/386.58	c number of ending skipping 	: 0
394.21/386.58	c number of internal skipping 	: 0
394.21/386.58	c number of derivation steps 	: 947219
394.21/386.58	c number of skipped derivation steps 	: 0
394.21/386.58	c number of remaining unassigned 	: 365315
394.21/386.58	c number of remaining assigned 	: 34264974
394.21/386.58	c number of falsified literals weakened from reason	: 0
394.21/386.58	c number of falsified literals weakened from conflict	: 0
394.21/386.58	c time for arithmetic operations	: 5422749475
394.21/386.58	c minimum degree of deleted constraints	: 3
394.21/386.58	c maximum degree of deleted constraints	: 8831853669463481737931042714037705883839418314043406746069778888492650962067007459607933353257110314827203659166918877741363773617665677180590054428157163709740600500924750400
394.21/386.58	c number of deleted constraints	: 27088
394.21/386.58	c speed (assignments/second)	: 3341.216548539241
394.21/386.58	c non guided choices	: 26
394.21/386.59	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 9
394.21/386.59	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 13819
394.21/386.59	s SATISFIABLE
394.21/386.59	c Found 1 solution(s)
394.21/386.60	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 x232 -x233 x234 x235 -x236 x237 -x238 x239 -x240 -x241 x242 x243 -x244 x245 -x246 -x247 x248 -x249 x250 x251 -x252 x253 -x254 x255 -x256 -x257 -x258 -x259 -x260 -x261 x262 -x263 -x264 -x265 x266 -x267 x268 -x269 x270 -x271 x272 -x273 x274 -x275 x276 -x277 x278 x279 -x280 x281 -x282 x283 -x284 x285 -x286 x287 -x288 x289 -x290 x291 -x292 x293 -x294 x295 -x296 -x297 -x298 -x299 -x300 -x301 -x302 -x303 -x304 -x305 x306 -x307 x308 -x309 x310 -x311 x312 x313 -x314 x315 -x316 
394.21/386.60	c Total wall clock time (in seconds): 386.413

Verifier Data

OK	0

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4443461-1721311892/watcher-4443461-1721311892 -o /tmp/evaluation-result-4443461-1721311892/solver-4443461-1721311892 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1721304841-947644 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4443461-1721311892.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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

solver pid=952536, runsolver pid=952533

[startup+0.100071 s]*
/proc/loadavg: 4.41 4.23 4.20 7/321 952556
/proc/meminfo: memFree=116327236/131655788 swapFree=131071996/131071996
[pid=952536] ppid=952533 vsize=18975048 memory=61844 CPUtime=0.16 cores=1,3
/proc/952536/stat : 952536 (java) S 952533 952536 947632 0 -1 1077936128 6881 0 0 0 14 2 0 0 20 0 18 0 183345878 19430449152 15461 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
/proc/952536/statm: 4743762 15461 5689 1 0 551129 0
[pid=952536/tid=952538] ppid=952533 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=1,3
/proc/952536/task/952538/stat : 952538 (java) R 952533 952536 947632 0 -1 4194368 5773 0 0 0 8 1 0 0 20 0 18 0 183345878 19430449152 15461 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
[pid=952536/tid=952547] ppid=952533 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/952536/task/952547/stat : 952547 (Finalizer) S 952533 952536 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183345881 19430449152 15461 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
[pid=952536/tid=952554] ppid=952533 vsize=18975048 memory=14976684994783103 CPUtime=0 cores=1,3
/proc/952536/task/952554/stat : 952554 (Common-Cleaner) S 952533 952536 947632 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 183345882 19430449152 15461 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
Current children cumulated CPU time: 0.16 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 61844 KiB

[startup+0.220929 s]*
/proc/loadavg: 4.41 4.23 4.20 7/321 952556
/proc/meminfo: memFree=116315544/131655788 swapFree=131071996/131071996
[pid=952536] ppid=952533 vsize=18975048 memory=68748 CPUtime=0.39 cores=1,3
/proc/952536/stat : 952536 (java) S 952533 952536 947632 0 -1 1077936128 7604 0 0 0 36 3 0 0 20 0 18 0 183345878 19430449152 17187 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
/proc/952536/statm: 4743762 17187 5714 1 0 551736 0
[pid=952536/tid=952538] ppid=952533 vsize=18975048 memory=4782652875487838339 CPUtime=0.2 cores=1,3
/proc/952536/task/952538/stat : 952538 (java) R 952533 952536 947632 0 -1 4194368 6109 0 0 0 19 1 0 0 20 0 18 0 183345878 19430449152 17187 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
[pid=952536/tid=952547] ppid=952533 vsize=18975048 memory=5822 CPUtime=0 cores=1,3
/proc/952536/task/952547/stat : 952547 (Finalizer) S 952533 952536 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183345881 19430449152 17187 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
[pid=952536/tid=952554] ppid=952533 vsize=18975048 memory=13563812552906645 CPUtime=0 cores=1,3
/proc/952536/task/952554/stat : 952554 (Common-Cleaner) S 952533 952536 947632 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 183345882 19430449152 17187 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 68748 KiB

[startup+0.318205 s]*
/proc/loadavg: 4.41 4.23 4.20 7/322 952557
/proc/meminfo: memFree=116308700/131655788 swapFree=131071996/131071996
[pid=952536] ppid=952533 vsize=19041612 memory=76096 CPUtime=0.55 cores=1,3
/proc/952536/stat : 952536 (java) S 952533 952536 947632 0 -1 1077936128 7736 0 0 0 52 3 0 0 20 0 19 0 183345878 19498610688 19024 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
/proc/952536/statm: 4760403 19024 5863 1 0 552059 0
[pid=952536/tid=952538] ppid=952533 vsize=19041612 memory=-8960585916315116220 CPUtime=0.29 cores=1,3
/proc/952536/task/952538/stat : 952538 (java) R 952533 952536 947632 0 -1 4194368 6169 0 0 0 27 2 0 0 20 0 19 0 183345878 19498610688 19024 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
[pid=952536/tid=952547] ppid=952533 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/952536/task/952547/stat : 952547 (Finalizer) S 952533 952536 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 183345881 19498610688 19024 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
[pid=952536/tid=952554] ppid=952533 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/952536/task/952554/stat : 952554 (Common-Cleaner) S 952533 952536 947632 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 183345882 19498610688 19024 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
[pid=952536/tid=952557] ppid=952533 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/952536/task/952557/stat : 952557 (Timer-0) S 952533 952536 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 183345905 19498610688 19024 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
Current children cumulated CPU time: 0.55 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 76096 KiB

[startup+0.700358 s]
/proc/loadavg: 4.41 4.23 4.20 9/322 952557
/proc/meminfo: memFree=116283036/131655788 swapFree=131071996/131071996
[pid=952536] ppid=952533 vsize=19041612 memory=133688 CPUtime=1.25 cores=1,3
/proc/952536/stat : 952536 (java) S 952533 952536 947632 0 -1 1077936128 12350 0 0 0 120 5 0 0 20 0 19 0 183345878 19498610688 33422 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
/proc/952536/statm: 4760403 33422 5863 1 0 555065 0
[pid=952536/tid=952538] ppid=952533 vsize=19041612 memory=12724 CPUtime=0.59 cores=1,3
/proc/952536/task/952538/stat : 952538 (java) R 952533 952536 947632 0 -1 4194368 6215 0 0 0 56 3 0 0 20 0 19 0 183345878 19498610688 33422 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
[pid=952536/tid=952547] ppid=952533 vsize=19041612 memory=12724 CPUtime=0 cores=1,3
/proc/952536/task/952547/stat : 952547 (Finalizer) S 952533 952536 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 183345881 19498610688 33422 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
[pid=952536/tid=952554] ppid=952533 vsize=19041612 memory=117636 CPUtime=0 cores=1,3
/proc/952536/task/952554/stat : 952554 (Common-Cleaner) S 952533 952536 947632 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 183345882 19498610688 33422 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
[pid=952536/tid=952557] ppid=952533 vsize=19041612 memory=26520 CPUtime=0 cores=1,3
/proc/952536/task/952557/stat : 952557 (Timer-0) S 952533 952536 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 183345905 19498610688 33422 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 133688 KiB

[startup+1.50719 s]
/proc/loadavg: 4.41 4.23 4.20 6/323 952558
/proc/meminfo: memFree=116198004/131655788 swapFree=131071996/131071996
[pid=952536] ppid=952533 vsize=19108176 memory=192896 CPUtime=2.85 cores=1,3
/proc/952536/stat : 952536 (java) S 952533 952536 947632 0 -1 1077936128 23278 0 0 0 278 7 0 0 20 0 20 0 183345878 19566772224 48224 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
/proc/952536/statm: 4777044 48224 5895 1 0 559651 0
[pid=952536/tid=952538] ppid=952533 vsize=19108176 memory=12724 CPUtime=1.32 cores=1,3
/proc/952536/task/952538/stat : 952538 (java) R 952533 952536 947632 0 -1 4194368 6384 0 0 0 129 3 0 0 20 0 20 0 183345878 19566772224 48224 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
[pid=952536/tid=952547] ppid=952533 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/952536/task/952547/stat : 952547 (Finalizer) S 952533 952536 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183345881 19566772224 48224 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
[pid=952536/tid=952554] ppid=952533 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/952536/task/952554/stat : 952554 (Common-Cleaner) S 952533 952536 947632 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183345882 19566772224 48224 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
[pid=952536/tid=952557] ppid=952533 vsize=19108176 memory=65 CPUtime=0 cores=1,3
/proc/952536/task/952557/stat : 952557 (Timer-0) S 952533 952536 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183345905 19566772224 48224 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 192896 KiB

[startup+3.10619 s]
/proc/loadavg: 4.46 4.24 4.20 5/323 952558
/proc/meminfo: memFree=115854704/131655788 swapFree=131071996/131071996
[pid=952536] ppid=952533 vsize=19108176 memory=588536 CPUtime=5.66 cores=1,3
/proc/952536/stat : 952536 (java) S 952533 952536 947632 0 -1 1077936128 30428 0 0 0 551 15 0 0 20 0 20 0 183345878 19566772224 147134 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
/proc/952536/statm: 4777044 147134 5927 1 0 560009 0
[pid=952536/tid=952538] ppid=952533 vsize=19108176 memory=0 CPUtime=2.87 cores=1,3
/proc/952536/task/952538/stat : 952538 (java) R 952533 952536 947632 0 -1 4194368 7887 0 0 0 277 10 0 0 20 0 20 0 183345878 19566772224 147134 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
[pid=952536/tid=952547] ppid=952533 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/952536/task/952547/stat : 952547 (Finalizer) S 952533 952536 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183345881 19566772224 147134 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
[pid=952536/tid=952554] ppid=952533 vsize=19108176 memory=227444 CPUtime=0 cores=1,3
/proc/952536/task/952554/stat : 952554 (Common-Cleaner) S 952533 952536 947632 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183345882 19566772224 147134 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
[pid=952536/tid=952557] ppid=952533 vsize=19108176 memory=12724 CPUtime=0 cores=1,3
/proc/952536/task/952557/stat : 952557 (Timer-0) S 952533 952536 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183345905 19566772224 147134 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
Current children cumulated CPU time: 5.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 588536 KiB

[startup+6.30119 s]
/proc/loadavg: 4.46 4.24 4.20 6/323 952558
/proc/meminfo: memFree=115360704/131655788 swapFree=131071996/131071996
[pid=952536] ppid=952533 vsize=19108176 memory=1016932 CPUtime=9.49 cores=1,3
/proc/952536/stat : 952536 (java) S 952533 952536 947632 0 -1 1077936128 31225 0 0 0 926 23 0 0 20 0 20 0 183345878 19566772224 254233 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
/proc/952536/statm: 4777044 254233 5927 1 0 560016 0
[pid=952536/tid=952538] ppid=952533 vsize=19108176 memory=12724 CPUtime=5.94 cores=1,3
/proc/952536/task/952538/stat : 952538 (java) R 952533 952536 947632 0 -1 4194368 8444 0 0 0 577 17 0 0 20 0 20 0 183345878 19566772224 254233 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
[pid=952536/tid=952547] ppid=952533 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/952536/task/952547/stat : 952547 (Finalizer) S 952533 952536 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183345881 19566772224 254233 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
[pid=952536/tid=952554] ppid=952533 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/952536/task/952554/stat : 952554 (Common-Cleaner) S 952533 952536 947632 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183345882 19566772224 254233 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
[pid=952536/tid=952557] ppid=952533 vsize=19108176 memory=11408 CPUtime=0 cores=1,3
/proc/952536/task/952557/stat : 952557 (Timer-0) S 952533 952536 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183345905 19566772224 254233 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
Current children cumulated CPU time: 9.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1016932 KiB

[startup+12.7004 s]
/proc/loadavg: 4.42 4.23 4.20 5/323 952560
/proc/meminfo: memFree=113665200/131655788 swapFree=131071996/131071996
[pid=952536] ppid=952533 vsize=19108176 memory=1576696 CPUtime=16.35 cores=1,3
/proc/952536/stat : 952536 (java) S 952533 952536 947632 0 -1 1077936128 35866 0 0 0 1599 36 0 0 20 0 20 0 183345878 19566772224 394174 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
/proc/952536/statm: 4777044 394174 5927 1 0 666544 0
[pid=952536/tid=952538] ppid=952533 vsize=19108176 memory=0 CPUtime=11.96 cores=1,3
/proc/952536/task/952538/stat : 952538 (java) R 952533 952536 947632 0 -1 4194368 10121 0 0 0 1169 27 0 0 20 0 20 0 183345878 19566772224 394174 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
[pid=952536/tid=952547] ppid=952533 vsize=19108176 memory=1551852 CPUtime=0 cores=1,3
/proc/952536/task/952547/stat : 952547 (Finalizer) S 952533 952536 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183345881 19566772224 394174 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
[pid=952536/tid=952554] ppid=952533 vsize=19108176 memory=12724 CPUtime=0 cores=1,3
/proc/952536/task/952554/stat : 952554 (Common-Cleaner) S 952533 952536 947632 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 183345882 19566772224 394174 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
[pid=952536/tid=952557] ppid=952533 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/952536/task/952557/stat : 952557 (Timer-0) S 952533 952536 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183345905 19566772224 394174 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
Current children cumulated CPU time: 16.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1576696 KiB

[startup+25.5005 s]
/proc/loadavg: 4.33 4.22 4.20 5/323 952561
/proc/meminfo: memFree=112461280/131655788 swapFree=131071996/131071996
[pid=952536] ppid=952533 vsize=19108176 memory=2751120 CPUtime=29.66 cores=1,3
/proc/952536/stat : 952536 (java) S 952533 952536 947632 0 -1 1077936128 39861 0 0 0 2905 61 0 0 20 0 20 0 183345878 19566772224 687780 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
/proc/952536/statm: 4777044 687780 5927 1 0 954847 0
[pid=952536/tid=952538] ppid=952533 vsize=19108176 memory=6944656592387989600 CPUtime=24.52 cores=1,3
/proc/952536/task/952538/stat : 952538 (java) R 952533 952536 947632 0 -1 4194368 12298 0 0 0 2402 50 0 0 20 0 20 0 183345878 19566772224 687780 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
[pid=952536/tid=952547] ppid=952533 vsize=19108176 memory=11408 CPUtime=0 cores=1,3
/proc/952536/task/952547/stat : 952547 (Finalizer) S 952533 952536 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183345881 19566772224 687780 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
[pid=952536/tid=952554] ppid=952533 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/952536/task/952554/stat : 952554 (Common-Cleaner) S 952533 952536 947632 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 183345882 19566772224 687780 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
[pid=952536/tid=952557] ppid=952533 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/952536/task/952557/stat : 952557 (Timer-0) S 952533 952536 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183345905 19566772224 687780 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
Current children cumulated CPU time: 29.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2751120 KiB

[startup+51.1136 s]
/proc/loadavg: 4.29 4.22 4.20 7/321 952634
/proc/meminfo: memFree=111590120/131655788 swapFree=131071996/131071996
[pid=952536] ppid=952533 vsize=19108176 memory=2756796 CPUtime=56.07 cores=1,3
/proc/952536/stat : 952536 (java) S 952533 952536 947632 0 -1 1077936128 50901 0 0 0 5542 65 0 0 20 0 20 0 183345878 19566772224 689199 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
/proc/952536/statm: 4777044 689199 5927 1 0 955030 0
[pid=952536/tid=952538] ppid=952533 vsize=19108176 memory=11408 CPUtime=49.4 cores=1,3
/proc/952536/task/952538/stat : 952538 (java) R 952533 952536 947632 0 -1 4194368 15411 0 0 0 4889 51 0 0 20 0 20 0 183345878 19566772224 689199 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0

################
# More data... #
################

/proc/952536/task/952554/stat : 952554 (Common-Cleaner) S 952533 952536 947632 0 -1 1077936192 316 0 0 0 0 0 0 0 20 0 20 0 183345882 19566772224 880733 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
[pid=952536/tid=952557] ppid=952533 vsize=19108176 memory=3522932 CPUtime=0 cores=1,3
/proc/952536/task/952557/stat : 952557 (Timer-0) S 952533 952536 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183345905 19566772224 880733 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
Current children cumulated CPU time: 349.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3522932 KiB

[startup+386.624 s]
# the end of solver process 952536 was just reported to runsolver
# Child status: 10

# cumulated CPU time of all completed processes:  user=393.204 s, system=1.15007 s

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

[startup+358.4 s]
/proc/loadavg: 4.44 4.40 4.29 5/320 953689
/proc/meminfo: memFree=113138484/131655788 swapFree=131071996/131071996
[pid=952536] ppid=952533 vsize=19108176 memory=3531124 CPUtime=365.97 cores=1,3
/proc/952536/stat : 952536 (java) S 952533 952536 947632 0 -1 1077936128 91039 0 0 0 36486 111 0 0 20 0 20 0 183345878 19566772224 882781 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
/proc/952536/statm: 4777044 882781 5927 1 0 1080576 0
[pid=952536/tid=952538] ppid=952533 vsize=19108176 memory=6720663255339188077 CPUtime=348.76 cores=1,3
/proc/952536/task/952538/stat : 952538 (java) R 952533 952536 947632 0 -1 4194368 35151 0 0 0 34809 67 0 0 20 0 20 0 183345878 19566772224 882781 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
[pid=952536/tid=952547] ppid=952533 vsize=19108176 memory=5620 CPUtime=0 cores=1,3
/proc/952536/task/952547/stat : 952547 (Finalizer) S 952533 952536 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183345881 19566772224 882781 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
[pid=952536/tid=952554] ppid=952533 vsize=19108176 memory=12724 CPUtime=0 cores=1,3
/proc/952536/task/952554/stat : 952554 (Common-Cleaner) S 952533 952536 947632 0 -1 1077936192 316 0 0 0 0 0 0 0 20 0 20 0 183345882 19566772224 882781 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
[pid=952536/tid=952557] ppid=952533 vsize=19108176 memory=43532 CPUtime=0 cores=1,3
/proc/952536/task/952557/stat : 952557 (Timer-0) S 952533 952536 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183345905 19566772224 882781 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
Current children cumulated CPU time: 365.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3531124 KiB

[startup+371.2 s]
/proc/loadavg: 4.37 4.39 4.28 5/320 953692
/proc/meminfo: memFree=113113532/131655788 swapFree=131071996/131071996
[pid=952536] ppid=952533 vsize=19108176 memory=3539316 CPUtime=378.83 cores=1,3
/proc/952536/stat : 952536 (java) S 952533 952536 947632 0 -1 1077936128 91518 0 0 0 37771 112 0 0 20 0 20 0 183345878 19566772224 884829 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
/proc/952536/statm: 4777044 884829 5927 1 0 1080576 0
[pid=952536/tid=952538] ppid=952533 vsize=19108176 memory=4210425160693173 CPUtime=361.29 cores=1,3
/proc/952536/task/952538/stat : 952538 (java) R 952533 952536 947632 0 -1 4194368 35604 0 0 0 36062 67 0 0 20 0 20 0 183345878 19566772224 884829 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 2 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
[pid=952536/tid=952547] ppid=952533 vsize=19108176 memory=3535220 CPUtime=0 cores=1,3
/proc/952536/task/952547/stat : 952547 (Finalizer) S 952533 952536 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183345881 19566772224 884829 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
[pid=952536/tid=952554] ppid=952533 vsize=19108176 memory=2248 CPUtime=0 cores=1,3
/proc/952536/task/952554/stat : 952554 (Common-Cleaner) S 952533 952536 947632 0 -1 1077936192 316 0 0 0 0 0 0 0 20 0 20 0 183345882 19566772224 884829 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
[pid=952536/tid=952557] ppid=952533 vsize=19108176 memory=3539316 CPUtime=0 cores=1,3
/proc/952536/task/952557/stat : 952557 (Timer-0) S 952533 952536 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183345905 19566772224 884829 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
Current children cumulated CPU time: 378.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3539316 KiB

[startup+377.6 s]
/proc/loadavg: 4.34 4.38 4.28 5/320 953692
/proc/meminfo: memFree=113101188/131655788 swapFree=131071996/131071996
[pid=952536] ppid=952533 vsize=19108176 memory=3543412 CPUtime=385.23 cores=1,3
/proc/952536/stat : 952536 (java) S 952533 952536 947632 0 -1 1077936128 91812 0 0 0 38411 112 0 0 20 0 20 0 183345878 19566772224 885853 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
/proc/952536/statm: 4777044 885853 5927 1 0 1080576 0
[pid=952536/tid=952538] ppid=952533 vsize=19108176 memory=43532 CPUtime=367.51 cores=1,3
/proc/952536/task/952538/stat : 952538 (java) R 952533 952536 947632 0 -1 4194368 35813 0 0 0 36684 67 0 0 20 0 20 0 183345878 19566772224 885853 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
[pid=952536/tid=952547] ppid=952533 vsize=19108176 memory=11408 CPUtime=0 cores=1,3
/proc/952536/task/952547/stat : 952547 (Finalizer) S 952533 952536 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183345881 19566772224 885853 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
[pid=952536/tid=952554] ppid=952533 vsize=19108176 memory=3531124 CPUtime=0 cores=1,3
/proc/952536/task/952554/stat : 952554 (Common-Cleaner) S 952533 952536 947632 0 -1 1077936192 396 0 0 0 0 0 0 0 20 0 20 0 183345882 19566772224 885853 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
[pid=952536/tid=952557] ppid=952533 vsize=19108176 memory=3539316 CPUtime=0 cores=1,3
/proc/952536/task/952557/stat : 952557 (Timer-0) S 952533 952536 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183345905 19566772224 885853 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
Current children cumulated CPU time: 385.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3543412 KiB

[startup+380.8 s]
/proc/loadavg: 4.31 4.37 4.28 5/320 953692
/proc/meminfo: memFree=113095016/131655788 swapFree=131071996/131071996
[pid=952536] ppid=952533 vsize=19108176 memory=3549556 CPUtime=388.49 cores=1,3
/proc/952536/stat : 952536 (java) S 952533 952536 947632 0 -1 1077936128 91869 0 0 0 38736 113 0 0 20 0 20 0 183345878 19566772224 887389 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
/proc/952536/statm: 4777044 887389 5927 1 0 1080576 0
[pid=952536/tid=952538] ppid=952533 vsize=19108176 memory=5620 CPUtime=370.62 cores=1,3
/proc/952536/task/952538/stat : 952538 (java) R 952533 952536 947632 0 -1 4194368 35856 0 0 0 36995 67 0 0 20 0 20 0 183345878 19566772224 887389 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
[pid=952536/tid=952547] ppid=952533 vsize=19108176 memory=16212 CPUtime=0 cores=1,3
/proc/952536/task/952547/stat : 952547 (Finalizer) S 952533 952536 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183345881 19566772224 887389 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
[pid=952536/tid=952554] ppid=952533 vsize=19108176 memory=161 CPUtime=0 cores=1,3
/proc/952536/task/952554/stat : 952554 (Common-Cleaner) S 952533 952536 947632 0 -1 1077936192 396 0 0 0 0 0 0 0 20 0 20 0 183345882 19566772224 887389 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
[pid=952536/tid=952557] ppid=952533 vsize=19108176 memory=3549556 CPUtime=0 cores=1,3
/proc/952536/task/952557/stat : 952557 (Timer-0) S 952533 952536 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183345905 19566772224 887389 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
Current children cumulated CPU time: 388.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3549556 KiB

[startup+384 s]*
/proc/loadavg: 4.37 4.38 4.28 5/320 953693
/proc/meminfo: memFree=113088760/131655788 swapFree=131071996/131071996
[pid=952536] ppid=952533 vsize=19108176 memory=3549556 CPUtime=391.69 cores=1,3
/proc/952536/stat : 952536 (java) S 952533 952536 947632 0 -1 1077936128 91965 0 0 0 39056 113 0 0 20 0 20 0 183345878 19566772224 887389 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
/proc/952536/statm: 4777044 887389 5927 1 0 1080576 0
[pid=952536/tid=952538] ppid=952533 vsize=19108176 memory=-9103855575654245052 CPUtime=373.82 cores=1,3
/proc/952536/task/952538/stat : 952538 (java) R 952533 952536 947632 0 -1 4194368 35952 0 0 0 37315 67 0 0 20 0 20 0 183345878 19566772224 887389 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
[pid=952536/tid=952547] ppid=952533 vsize=19108176 memory=2732 CPUtime=0 cores=1,3
/proc/952536/task/952547/stat : 952547 (Finalizer) S 952533 952536 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183345881 19566772224 887389 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
[pid=952536/tid=952554] ppid=952533 vsize=19108176 memory=13640 CPUtime=0 cores=1,3
/proc/952536/task/952554/stat : 952554 (Common-Cleaner) S 952533 952536 947632 0 -1 1077936192 396 0 0 0 0 0 0 0 20 0 20 0 183345882 19566772224 887389 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
[pid=952536/tid=952557] ppid=952533 vsize=19108176 memory=11524 CPUtime=0 cores=1,3
/proc/952536/task/952557/stat : 952557 (Timer-0) S 952533 952536 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183345905 19566772224 887389 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
Current children cumulated CPU time: 391.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3549556 KiB

[startup+385.6 s]
/proc/loadavg: 4.37 4.38 4.28 5/320 953693
/proc/meminfo: memFree=113088760/131655788 swapFree=131071996/131071996
[pid=952536] ppid=952533 vsize=19108176 memory=3553652 CPUtime=393.31 cores=1,3
/proc/952536/stat : 952536 (java) S 952533 952536 947632 0 -1 1077936128 91971 0 0 0 39218 113 0 0 20 0 20 0 183345878 19566772224 888413 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
/proc/952536/statm: 4777044 888413 5927 1 0 1080576 0
[pid=952536/tid=952538] ppid=952533 vsize=19108176 memory=-8960585916315116220 CPUtime=375.25 cores=1,3
/proc/952536/task/952538/stat : 952538 (java) R 952533 952536 947632 0 -1 4194368 35952 0 0 0 37458 67 0 0 20 0 20 0 183345878 19566772224 888413 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
[pid=952536/tid=952547] ppid=952533 vsize=19108176 memory=3535220 CPUtime=0 cores=1,3
/proc/952536/task/952547/stat : 952547 (Finalizer) S 952533 952536 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183345881 19566772224 888413 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
[pid=952536/tid=952554] ppid=952533 vsize=19108176 memory=11408 CPUtime=0 cores=1,3
/proc/952536/task/952554/stat : 952554 (Common-Cleaner) S 952533 952536 947632 0 -1 1077936192 396 0 0 0 0 0 0 0 20 0 20 0 183345882 19566772224 888413 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
[pid=952536/tid=952557] ppid=952533 vsize=19108176 memory=43532 CPUtime=0 cores=1,3
/proc/952536/task/952557/stat : 952557 (Timer-0) S 952533 952536 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183345905 19566772224 888413 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
Current children cumulated CPU time: 393.31 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3553652 KiB

[startup+386.4 s]
/proc/loadavg: 4.37 4.38 4.28 5/320 953694
/proc/meminfo: memFree=113084524/131655788 swapFree=131071996/131071996
[pid=952536] ppid=952533 vsize=19108176 memory=3553652 CPUtime=394.11 cores=1,3
/proc/952536/stat : 952536 (java) S 952533 952536 947632 0 -1 1077936128 92194 0 0 0 39298 113 0 0 20 0 20 0 183345878 19566772224 888413 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
/proc/952536/statm: 4777044 888413 5927 1 0 1080576 0
[pid=952536/tid=952538] ppid=952533 vsize=19108176 memory=3553652 CPUtime=376.05 cores=1,3
/proc/952536/task/952538/stat : 952538 (java) R 952533 952536 947632 0 -1 4194368 36127 0 0 0 37538 67 0 0 20 0 20 0 183345878 19566772224 888413 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 3 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
[pid=952536/tid=952547] ppid=952533 vsize=19108176 memory=26520 CPUtime=0 cores=1,3
/proc/952536/task/952547/stat : 952547 (Finalizer) S 952533 952536 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183345881 19566772224 888413 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
[pid=952536/tid=952554] ppid=952533 vsize=19108176 memory=-8960585916315116220 CPUtime=0 cores=1,3
/proc/952536/task/952554/stat : 952554 (Common-Cleaner) S 952533 952536 947632 0 -1 1077936192 396 0 0 0 0 0 0 0 20 0 20 0 183345882 19566772224 888413 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
[pid=952536/tid=952557] ppid=952533 vsize=19108176 memory=27456 CPUtime=0 cores=1,3
/proc/952536/task/952557/stat : 952557 (Timer-0) S 952533 952536 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183345905 19566772224 888413 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
Current children cumulated CPU time: 394.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3553652 KiB

[startup+386.6 s]
/proc/loadavg: 4.37 4.38 4.28 5/320 953694
/proc/meminfo: memFree=113084524/131655788 swapFree=131071996/131071996
[pid=952536] ppid=952533 vsize=19241304 memory=3554252 CPUtime=394.33 cores=1,3
/proc/952536/stat : 952536 (java) S 952533 952536 947632 0 -1 1077936128 95510 0 0 0 39320 113 0 0 20 0 14 0 183345878 19703095296 888563 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
/proc/952536/statm: 4810326 888563 5923 1 0 1081210 0
[pid=952536/tid=952538] ppid=952533 vsize=19241304 memory=19736 CPUtime=376.19 cores=1,3
/proc/952536/task/952538/stat : 952538 (java) S 952533 952536 947632 0 -1 1077936192 37992 0 0 0 37552 67 0 0 20 0 14 0 183345878 19703095296 888563 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 3 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
[pid=952536/tid=952547] ppid=952533 vsize=19241304 memory=100 CPUtime=0 cores=1,3
/proc/952536/task/952547/stat : 952547 (Finalizer) S 952533 952536 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 14 0 183345881 19703095296 888563 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
[pid=952536/tid=952554] ppid=952533 vsize=19241304 memory=-8960585916315116220 CPUtime=0 cores=1,3
/proc/952536/task/952554/stat : 952554 (Common-Cleaner) S 952533 952536 947632 0 -1 1077936192 396 0 0 0 0 0 0 0 20 0 14 0 183345882 19703095296 888563 134679101440 94054502891520 94054502895216 140736864679632 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94054502903032 94054502903824 94054511931392 140736864682996 140736864683104 140736864683104 140736864690120 0
Current children cumulated CPU time: 394.33 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 3554252 KiB

Child status: 10

Real time (s): 386.624
CPU time (s): 394.354
CPU user time (s): 393.204
CPU system time (s): 1.15007
CPU usage (%): 101.999
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 3554252

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 393.204
system time used= 1.15007
maximum resident set size= 3555232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95562
page faults= 0
swaps= 0
block input operations= 0
block output operations= 448
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15500
involuntary context switches= 1347


# summary of solver processes directly reported to runsolver:
#   pid: 952536
#   total CPU time (s): 394.354
#   total CPU user time (s): 393.204
#   total CPU system time (s): 1.15007

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.07365 second user time and 4.05074 second system time

The end

Launcher Data

Begin job on nodeC007 at 2024-07-18 16:11:45
IDJOB=4443461
IDBENCH=147875
IDSOLVER=3052
FILE ID=nodeC007/4443461-1721311892
RUNJOBID= nodeC007-1721304841-947644
SLURM_JOB_ID= 7542628
Free space on /tmp= 723776 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/armies/normalized-army10.14bt.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4443461-1721311892/watcher-4443461-1721311892 -o /tmp/evaluation-result-4443461-1721311892/solver-4443461-1721311892 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1721304841-947644 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4443461-1721311892.opb

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

MD5SUM BENCH= 3a50fcae898f788b3960bca00975c98a
RANDOM SEED=261751370

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.270
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		: 3651.399
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:        116363468 kB
MemAvailable:   119017840 kB
Buffers:          488980 kB
Cached:          2997080 kB
SwapCached:            0 kB
Active:           999132 kB
Inactive:       13710892 kB
Active(anon):       1460 kB
Inactive(anon): 11260212 kB
Active(file):     997672 kB
Inactive(file):  2450680 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2284 kB
Writeback:             0 kB
AnonPages:      11224016 kB
Mapped:           125972 kB
Shmem:             37704 kB
KReclaimable:      92104 kB
Slab:             193644 kB
SReclaimable:      92104 kB
SUnreclaim:       101540 kB
KernelStack:        4896 kB
PageTables:        32060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   12995624 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57664 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10817536 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:      279368 kB
DirectMap2M:    27936768 kB
DirectMap1G:    108003328 kB

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