Trace number 4518371

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j CP VeriPB 2025-06-06SAT (TO)1534 3600.57 3635.75

General information on the benchmark

NamePB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/evencolouring/
linear/normalized-evencolouring_opt_linear_random6regular_nvert_071.opb
MD5SUMed60cb87c21a2ab9c662251f6e4b174f
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.022653
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables284
Total number of constraints71
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)71
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint7
Maximum length of a constraint7
Number of terms in the objective function 71
Biggest coefficient in the objective function 71
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 2556
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 71
Number of bits of the biggest number in a constraint 7
Biggest sum of numbers in a constraint 2556
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.11	c See www.sat4j.org for details.
0.12/0.12	c version PB25.v20250606
0.12/0.14	c java.runtime.name	OpenJDK Runtime Environment
0.12/0.14	c java.vm.name		OpenJDK 64-Bit Server VM
0.12/0.14	c java.vm.version	22.0.1+8-16
0.12/0.14	c java.vm.vendor	Oracle Corporation
0.12/0.14	c sun.arch.data.model	64
0.12/0.14	c java.version		22.0.1
0.12/0.14	c os.name		Linux
0.12/0.14	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.12/0.14	c os.arch		amd64
0.12/0.15	c Free memory 		2104792832
0.12/0.15	c Max memory 		16282288128
0.12/0.15	c Total memory 		2113929216
0.12/0.16	c Number of processors 	2
0.42/0.33	c Pseudo Boolean Optimization by upper bound
0.42/0.33	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.42/0.33	c  - never skip resolution steps
0.42/0.33	c  - Auto-division on coefficients is disabled
0.42/0.33	c  - No postprocessing
0.42/0.33	c  - Conflict is considered as is when resolving
0.42/0.33	c  - Use constraints as they come during conflict analysis
0.42/0.33	c  - Weaken first using unassigned literals
0.42/0.33	c  - Bump strategy: ALWAYS_ONE
0.42/0.33	c  - Bumper: EFFECTIVE
0.42/0.33	c --- Begin Solver configuration ---
0.42/0.33	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.42/0.33	c Learn all clauses as in MiniSAT
0.42/0.33	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.42/0.33	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.42/0.33	c No reason simplification
0.42/0.33	c Dynamic restart strategy considering the size of the coefficients
0.42/0.33	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.42/0.33	c timeout=2147483s
0.42/0.33	c DB Simplification allowed=false
0.42/0.33	c Listener: none
0.42/0.33	c --- End Solver configuration ---
0.42/0.33	c solving HOME/instance-4518371-1751547759.opb
0.42/0.33	c reading problem ... 
0.42/0.34	c using VERIPB proof format
0.42/0.34	c  objective function found
0.42/0.39	c ... done. Wall clock time 0.053s.
0.42/0.39	c declared #vars     284
0.42/0.39	c #constraints  142
0.42/0.39	c constraints type 
0.42/0.39	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 142
0.42/0.39	c 142 constraints processed.
0.59/0.43	c objective function length is 71 literals
1.30/0.83	c SATISFIABLE
1.30/0.83	c OPTIMIZING...
1.30/0.84	c Got one! Elapsed wall clock time (in seconds):0.502
1.30/0.84	o 1957
4.46/2.42	c Got one! Elapsed wall clock time (in seconds):2.082
4.46/2.42	o 1878
4.46/2.47	c Got one! Elapsed wall clock time (in seconds):2.133
4.46/2.47	o 1803
4.67/2.53	c Got one! Elapsed wall clock time (in seconds):2.193
4.67/2.53	o 1800
4.67/2.59	c Got one! Elapsed wall clock time (in seconds):2.257
4.67/2.59	o 1713
4.86/2.66	c Got one! Elapsed wall clock time (in seconds):2.325
4.86/2.66	o 1689
7.71/4.25	c Got one! Elapsed wall clock time (in seconds):3.922
7.71/4.25	o 1653
7.84/4.32	c Got one! Elapsed wall clock time (in seconds):3.99
7.84/4.32	o 1638
7.84/4.38	c Got one! Elapsed wall clock time (in seconds):4.052
7.84/4.39	o 1628
7.97/4.45	c Got one! Elapsed wall clock time (in seconds):4.116
7.97/4.45	o 1611
8.17/4.51	c Got one! Elapsed wall clock time (in seconds):4.174
8.17/4.51	o 1599
8.28/4.63	c Got one! Elapsed wall clock time (in seconds):4.294
8.28/4.63	o 1555
8.48/4.77	c Got one! Elapsed wall clock time (in seconds):4.438
8.48/4.77	o 1542
8.68/4.86	c Got one! Elapsed wall clock time (in seconds):4.531
8.68/4.86	o 1534
14.88/8.81	c cleaning 3232 clauses out of 6471 with flag 0/6471
22.93/16.34	c cleaning 4616 clauses out of 9241 with flag 0/12473
32.46/25.64	c cleaning 5813 clauses out of 11627 with flag 0/19475
44.92/37.77	c cleaning 6909 clauses out of 13819 with flag 0/27480
59.15/51.94	c cleaning 7948 clauses out of 15903 with flag 0/36473
75.00/67.86	c cleaning 8971 clauses out of 17953 with flag 0/46471
91.10/83.77	c cleaning 9995 clauses out of 19991 with flag 0/57480
107.64/100.26	c cleaning 10995 clauses out of 21991 with flag 0/69475
125.74/118.16	c cleaning 11988 clauses out of 23995 with flag 0/82474
145.04/137.28	c cleaning 13000 clauses out of 26003 with flag 0/96470
167.87/159.74	c cleaning 13998 clauses out of 28004 with flag 0/111471
192.20/183.53	c cleaning 14994 clauses out of 30005 with flag 0/127470
218.25/216.42	c cleaning 16002 clauses out of 32013 with flag 0/144472
241.30/238.88	c cleaning 17004 clauses out of 34015 with flag 0/162476
269.20/266.27	c cleaning 17996 clauses out of 36006 with flag 0/181471
297.11/293.54	c cleaning 18999 clauses out of 38009 with flag 0/201470
323.76/319.42	c cleaning 19993 clauses out of 40011 with flag 0/222471
354.59/349.62	c cleaning 21008 clauses out of 42021 with flag 0/244474
381.40/375.86	c cleaning 22001 clauses out of 44009 with flag 0/267470
415.38/413.25	c cleaning 23002 clauses out of 46010 with flag 0/291472
448.34/445.49	c cleaning 23994 clauses out of 48010 with flag 0/316474
484.40/480.60	c cleaning 25001 clauses out of 50015 with flag 0/342473
526.15/522.65	c cleaning 26003 clauses out of 52018 with flag 0/369477
567.72/563.30	c cleaning 26994 clauses out of 54008 with flag 0/397470
614.17/609.17	c cleaning 27998 clauses out of 56014 with flag 0/426470
659.61/654.04	c cleaning 29000 clauses out of 58017 with flag 0/456471
701.39/695.21	c cleaning 29999 clauses out of 60017 with flag 0/487471
747.38/740.60	c cleaning 31001 clauses out of 62018 with flag 0/519471
791.87/787.27	c cleaning 31994 clauses out of 64016 with flag 0/552470
845.13/839.73	c cleaning 32998 clauses out of 66022 with flag 0/586470
897.30/894.29	c cleaning 34004 clauses out of 68025 with flag 0/621471
949.62/955.46	c cleaning 35001 clauses out of 70021 with flag 0/657471
1007.56/1018.72	c cleaning 36000 clauses out of 72023 with flag 0/694474
1068.76/1088.33	c cleaning 36998 clauses out of 74023 with flag 0/732474
1135.57/1154.45	c cleaning 38002 clauses out of 76021 with flag 0/771470
1210.17/1233.43	c cleaning 39005 clauses out of 78019 with flag 0/811470
1281.82/1304.37	c cleaning 39995 clauses out of 80014 with flag 0/852470
1362.86/1384.22	c cleaning 41004 clauses out of 82022 with flag 0/894473
1431.60/1451.58	c cleaning 41995 clauses out of 84016 with flag 0/937471
1507.97/1528.08	c cleaning 43003 clauses out of 86020 with flag 0/981470
1594.68/1612.75	c cleaning 44000 clauses out of 88017 with flag 0/1026470
1678.77/1697.42	c cleaning 45000 clauses out of 90019 with flag 0/1072472
1753.76/1779.13	c cleaning 45999 clauses out of 92019 with flag 0/1119472
1838.64/1863.02	c cleaning 47010 clauses out of 94025 with flag 0/1167477
1933.17/1955.59	c cleaning 47990 clauses out of 96009 with flag 0/1216471
2041.52/2066.70	c cleaning 49009 clauses out of 98029 with flag 0/1266481
2142.35/2165.25	c cleaning 50002 clauses out of 100009 with flag 0/1317470
2242.69/2262.36	c cleaning 50991 clauses out of 102007 with flag 0/1369470
2339.66/2362.75	c cleaning 51997 clauses out of 104016 with flag 0/1422470
2445.87/2466.57	c cleaning 53010 clauses out of 106027 with flag 0/1476478
2551.92/2574.29	c cleaning 53997 clauses out of 108010 with flag 0/1531471
2657.45/2681.31	c cleaning 55002 clauses out of 110018 with flag 0/1587476
2772.02/2795.22	c cleaning 55999 clauses out of 112010 with flag 0/1644470
2880.82/2903.56	c cleaning 56999 clauses out of 114014 with flag 0/1702473
2986.62/3015.66	c cleaning 57993 clauses out of 116012 with flag 0/1761470
3101.30/3134.85	c cleaning 59004 clauses out of 118022 with flag 0/1821473
3218.32/3251.01	c cleaning 60004 clauses out of 120015 with flag 0/1882470
3342.31/3374.91	c cleaning 61000 clauses out of 122012 with flag 0/1944471
3446.97/3476.91	c cleaning 62000 clauses out of 124011 with flag 0/2007470
3554.97/3589.29	c cleaning 62996 clauses out of 126013 with flag 0/2071472
3600.09/3633.92	c starts		: 29
3600.09/3633.93	c conflicts		: 2098865
3600.09/3633.93	c decisions		: 2166614
3600.09/3633.93	c propagations		: 25323670
3600.09/3633.93	c inspects		: 2093881790
3600.09/3633.93	c shortcuts		: 0
3600.09/3633.93	c learnt literals	: 0
3600.09/3633.94	c learnt binary clauses	: 0
3600.09/3633.94	c learnt ternary clauses	: 0
3600.09/3633.94	c learnt constraints	: 2098864
3600.09/3633.94	c ignored constraints	: 0
3600.09/3633.94	c root simplifications	: 0
3600.09/3633.94	c removed literals (reason simplification)	: 0
3600.09/3633.94	c reason swapping (by a shorter reason)	: 0
3600.09/3633.94	c Calls to reduceDB	: 60
3600.09/3633.94	c Number of update (reduction) of LBD	: 1833812
3600.09/3633.94	c Imported unit clauses	: 0
3600.09/3633.95	c No decision after first conflict	: false
3600.09/3633.95	c number of reductions to clauses (during analyze)	: 0
3600.09/3633.95	c number of learned constraints concerned by reduction	: 0
3600.09/3633.95	c number of learning phase by resolution	: 0
3600.09/3633.95	c number of learning phase by cutting planes	: 0
3600.09/3633.95	c number of rounding to 1 operations	: 0
3600.09/3633.95	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3633.95	c number of reductions of the coefficients by power 2 	: 0
3600.09/3633.95	c number of right shift for reduction by power 2 	: 0
3600.09/3633.95	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3633.95	c number of ending skipping 	: 0
3600.09/3633.95	c number of internal skipping 	: 0
3600.09/3633.95	c number of derivation steps 	: 20378218
3600.09/3633.96	c number of skipped derivation steps 	: 0
3600.09/3633.96	c number of remaining unassigned 	: 42246
3600.09/3633.96	c number of remaining assigned 	: 1542547490
3600.09/3633.96	c number of falsified literals weakened from reason	: 0
3600.09/3633.96	c number of falsified literals weakened from conflict	: 0
3600.09/3633.96	c time for arithmetic operations	: 13282431872
3600.09/3633.96	c minimum degree of deleted constraints	: 1
3600.09/3633.96	c maximum degree of deleted constraints	: 2027571975
3600.09/3633.96	c number of deleted constraints	: 2008455
3600.09/3633.97	c speed (assignments/second)	: 6969.45553102472
3600.09/3633.97	c non guided choices	: 691
3600.49/3634.12	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 14722
3600.49/3634.12	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 6
3600.49/3634.12	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 75681
3600.49/3634.12	s SATISFIABLE
3600.49/3634.12	c Found 14 solution(s)
3600.49/3634.12	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 
3600.49/3634.13	c objective function=1534
3600.49/3634.13	c Total wall clock time (in seconds): 3633.794

Verifier Data

OK	1534

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: 63794 MiB (61872 MiB free)
  memory of node 1: 64507 MiB (51778 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4518371-1751547759/watcher-4518371-1751547759 -o /tmp/evaluation-result-4518371-1751547759/solver-4518371-1751547759 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751547728-82132 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4518371-1751547759 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4518371-1751547759.opb 

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 FSIZE limit: 102400000 KiB
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 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=82382, runsolver pid=82379

[startup+0.100071 s]*
/proc/loadavg: 3.27 3.76 3.98 6/326 82400
/proc/meminfo: memFree=116363508/131382112 swapFree=33010160/33010684
[pid=82382] ppid=82379 vsize=18930384 memory=51404 CPUtime=0.12 cores=0,2
/proc/82382/stat : 82382 (java) S 82379 82382 82122 0 -1 4194304 6039 0 0 0 9 3 0 0 20 0 18 0 70455697 19384713216 12851 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
/proc/82382/statm: 4732596 12851 5337 1 0 547234 0
[pid=82382/tid=82384] ppid=82379 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/82382/task/82384/stat : 82384 (java) R 82379 82382 82122 0 -1 4194368 4893 0 0 0 5 2 0 0 20 0 18 0 70455698 19384713216 12851 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
[pid=82382/tid=82393] ppid=82379 vsize=18930384 memory=228522721619 CPUtime=0 cores=0,2
/proc/82382/task/82393/stat : 82393 (Finalizer) S 82379 82382 82122 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 70455701 19384713216 12851 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
[pid=82382/tid=82400] ppid=82379 vsize=18930384 memory=59593594258114 CPUtime=0 cores=0,2
/proc/82382/task/82400/stat : 82400 (Common-Cleaner) S 82379 82382 82122 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 70455702 19384713216 12915 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51404 KiB

[startup+0.218558 s]*
/proc/loadavg: 3.27 3.76 3.98 6/326 82400
/proc/meminfo: memFree=116356640/131382112 swapFree=33010160/33010684
[pid=82382] ppid=82379 vsize=18930384 memory=59784 CPUtime=0.29 cores=0,2
/proc/82382/stat : 82382 (java) S 82379 82382 82122 0 -1 4194304 6566 0 0 0 25 4 0 0 20 0 18 0 70455697 19384713216 14946 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
/proc/82382/statm: 4732596 14946 5337 1 0 547699 0
[pid=82382/tid=82384] ppid=82379 vsize=18930384 memory=4026728732 CPUtime=0.17 cores=0,2
/proc/82382/task/82384/stat : 82384 (java) R 82379 82382 82122 0 -1 4194368 5135 0 0 0 15 2 0 0 20 0 18 0 70455698 19384713216 14946 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
[pid=82382/tid=82393] ppid=82379 vsize=18930384 memory=16142 CPUtime=0 cores=0,2
/proc/82382/task/82393/stat : 82393 (Finalizer) S 82379 82382 82122 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 70455701 19384713216 14946 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
[pid=82382/tid=82400] ppid=82379 vsize=18930384 memory=58494082614266 CPUtime=0 cores=0,2
/proc/82382/task/82400/stat : 82400 (Common-Cleaner) S 82379 82382 82122 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 70455702 19384713216 14946 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 59784 KiB

[startup+0.313305 s]*
/proc/loadavg: 3.27 3.76 3.98 5/326 82400
/proc/meminfo: memFree=116351032/131382112 swapFree=33010160/33010684
[pid=82382] ppid=82379 vsize=18930384 memory=63136 CPUtime=0.42 cores=0,2
/proc/82382/stat : 82382 (java) S 82379 82382 82122 0 -1 4194304 6795 0 0 0 38 4 0 0 20 0 18 0 70455697 19384713216 15784 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
/proc/82382/statm: 4732596 15784 5433 1 0 547896 0
[pid=82382/tid=82384] ppid=82379 vsize=18930384 memory=-6000919468378122855 CPUtime=0.25 cores=0,2
/proc/82382/task/82384/stat : 82384 (java) R 82379 82382 82122 0 -1 4194368 5294 0 0 0 22 3 0 0 20 0 18 0 70455698 19384713216 15784 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
[pid=82382/tid=82393] ppid=82379 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/82382/task/82393/stat : 82393 (Finalizer) S 82379 82382 82122 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 70455701 19384713216 15784 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
[pid=82382/tid=82400] ppid=82379 vsize=18930384 memory=0 CPUtime=0 cores=0,2
/proc/82382/task/82400/stat : 82400 (Common-Cleaner) S 82379 82382 82122 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 70455702 19384713216 15784 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 63136 KiB

[startup+0.70033 s]
/proc/loadavg: 3.27 3.76 3.98 6/327 82401
/proc/meminfo: memFree=116330552/131382112 swapFree=33010160/33010684
[pid=82382] ppid=82379 vsize=18996948 memory=92676 CPUtime=1.11 cores=0,2
/proc/82382/stat : 82382 (java) S 82379 82382 82122 0 -1 4194304 9298 0 0 0 105 6 0 0 20 0 19 0 70455697 19452874752 23169 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
/proc/82382/statm: 4749237 23169 5465 1 0 549914 0
[pid=82382/tid=82384] ppid=82379 vsize=18996948 memory=18176 CPUtime=0.6 cores=0,2
/proc/82382/task/82384/stat : 82384 (java) R 82379 82382 82122 0 -1 4194368 5538 0 0 0 56 4 0 0 20 0 19 0 70455698 19452874752 23169 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
[pid=82382/tid=82393] ppid=82379 vsize=18996948 memory=10624 CPUtime=0 cores=0,2
/proc/82382/task/82393/stat : 82393 (Finalizer) S 82379 82382 82122 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 70455701 19452874752 23169 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
[pid=82382/tid=82400] ppid=82379 vsize=18996948 memory=3200 CPUtime=0 cores=0,2
/proc/82382/task/82400/stat : 82400 (Common-Cleaner) S 82379 82382 82122 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 70455702 19452874752 23169 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
[pid=82382/tid=82401] ppid=82379 vsize=18996948 memory=4764 CPUtime=0 cores=0,2
/proc/82382/task/82401/stat : 82401 (Timer-0) S 82379 82382 82122 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 70455741 19452874752 23169 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 92676 KiB

[startup+1.50028 s]
/proc/loadavg: 3.27 3.76 3.98 6/327 82401
/proc/meminfo: memFree=116219584/131382112 swapFree=33010160/33010684
[pid=82382] ppid=82379 vsize=19063512 memory=176172 CPUtime=2.69 cores=0,2
/proc/82382/stat : 82382 (java) S 82379 82382 82122 0 -1 4194304 19450 0 0 0 260 9 0 0 20 0 20 0 70455697 19521036288 44043 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
/proc/82382/statm: 4765878 44043 5529 1 0 553840 0
[pid=82382/tid=82384] ppid=82379 vsize=19063512 memory=0 CPUtime=1.34 cores=0,2
/proc/82382/task/82384/stat : 82384 (java) R 82379 82382 82122 0 -1 4194368 6049 0 0 0 129 5 0 0 20 0 20 0 70455698 19521036288 44043 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
[pid=82382/tid=82393] ppid=82379 vsize=19063512 memory=10624 CPUtime=0 cores=0,2
/proc/82382/task/82393/stat : 82393 (Finalizer) S 82379 82382 82122 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70455701 19521036288 44043 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
[pid=82382/tid=82400] ppid=82379 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/82382/task/82400/stat : 82400 (Common-Cleaner) S 82379 82382 82122 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 70455702 19521036288 44043 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
[pid=82382/tid=82401] ppid=82379 vsize=19063512 memory=4764 CPUtime=0 cores=0,2
/proc/82382/task/82401/stat : 82401 (Timer-0) S 82379 82382 82122 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70455741 19521036288 44043 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 176172 KiB

[startup+3.10545 s]
/proc/loadavg: 3.27 3.76 3.98 7/328 82402
/proc/meminfo: memFree=115726396/131382112 swapFree=33010160/33010684
[pid=82382] ppid=82379 vsize=19063512 memory=555164 CPUtime=5.86 cores=0,2
/proc/82382/stat : 82382 (java) S 82379 82382 82122 0 -1 4194304 23343 0 0 0 568 18 0 0 20 0 20 0 70455697 19521036288 138791 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
/proc/82382/statm: 4765878 138791 5529 1 0 554679 0
[pid=82382/tid=82384] ppid=82379 vsize=19063512 memory=10624 CPUtime=2.89 cores=0,2
/proc/82382/task/82384/stat : 82384 (java) R 82379 82382 82122 0 -1 4194368 7092 0 0 0 276 13 0 0 20 0 20 0 70455698 19521036288 138791 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
[pid=82382/tid=82393] ppid=82379 vsize=19063512 memory=-6000919468378122855 CPUtime=0 cores=0,2
/proc/82382/task/82393/stat : 82393 (Finalizer) S 82379 82382 82122 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70455701 19521036288 138791 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
[pid=82382/tid=82400] ppid=82379 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/82382/task/82400/stat : 82400 (Common-Cleaner) S 82379 82382 82122 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 70455702 19521036288 138791 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
[pid=82382/tid=82401] ppid=82379 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/82382/task/82401/stat : 82401 (Timer-0) S 82379 82382 82122 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70455741 19521036288 138791 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
Current children cumulated CPU time: 5.86 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 555164 KiB

[startup+6.30024 s]
/proc/loadavg: 3.32 3.76 3.98 6/328 82402
/proc/meminfo: memFree=115340876/131382112 swapFree=33010160/33010684
[pid=82382] ppid=82379 vsize=19063512 memory=885000 CPUtime=11.64 cores=0,2
/proc/82382/stat : 82382 (java) S 82379 82382 82122 0 -1 4194304 30247 0 0 0 1136 28 0 0 20 0 20 0 70455697 19521036288 221250 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
/proc/82382/statm: 4765878 221250 5529 1 0 559558 0
[pid=82382/tid=82384] ppid=82379 vsize=19063512 memory=0 CPUtime=6.03 cores=0,2
/proc/82382/task/82384/stat : 82384 (java) R 82379 82382 82122 0 -1 4194368 7396 0 0 0 583 20 0 0 20 0 20 0 70455698 19521036288 221250 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
[pid=82382/tid=82393] ppid=82379 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/82382/task/82393/stat : 82393 (Finalizer) S 82379 82382 82122 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70455701 19521036288 221250 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
[pid=82382/tid=82400] ppid=82379 vsize=19063512 memory=10624 CPUtime=0 cores=0,2
/proc/82382/task/82400/stat : 82400 (Common-Cleaner) S 82379 82382 82122 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 70455702 19521036288 221250 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
[pid=82382/tid=82401] ppid=82379 vsize=19063512 memory=186584 CPUtime=0 cores=0,2
/proc/82382/task/82401/stat : 82401 (Timer-0) S 82379 82382 82122 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70455741 19521036288 221250 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
Current children cumulated CPU time: 11.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 885000 KiB

[startup+12.7004 s]
/proc/loadavg: 3.38 3.77 3.98 5/328 82403
/proc/meminfo: memFree=114849488/131382112 swapFree=33010160/33010684
[pid=82382] ppid=82379 vsize=19063512 memory=1341740 CPUtime=19.26 cores=0,2
/proc/82382/stat : 82382 (java) S 82379 82382 82122 0 -1 4194304 34397 0 0 0 1887 39 0 0 20 0 20 0 70455697 19521036288 335435 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
/proc/82382/statm: 4765878 335435 5529 1 0 559603 0
[pid=82382/tid=82384] ppid=82379 vsize=19063512 memory=186584 CPUtime=12.23 cores=0,2
/proc/82382/task/82384/stat : 82384 (java) R 82379 82382 82122 0 -1 4194368 9288 0 0 0 1193 30 0 0 20 0 20 0 70455698 19521036288 335435 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
[pid=82382/tid=82393] ppid=82379 vsize=19063512 memory=14560 CPUtime=0 cores=0,2
/proc/82382/task/82393/stat : 82393 (Finalizer) S 82379 82382 82122 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70455701 19521036288 335435 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
[pid=82382/tid=82400] ppid=82379 vsize=19063512 memory=1341740 CPUtime=0 cores=0,2
/proc/82382/task/82400/stat : 82400 (Common-Cleaner) S 82379 82382 82122 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 70455702 19521036288 335435 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
[pid=82382/tid=82401] ppid=82379 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/82382/task/82401/stat : 82401 (Timer-0) S 82379 82382 82122 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70455741 19521036288 335435 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
Current children cumulated CPU time: 19.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1341740 KiB

[startup+25.5004 s]
/proc/loadavg: 3.58 3.80 3.98 5/328 82403
/proc/meminfo: memFree=113416912/131382112 swapFree=33010160/33010684
[pid=82382] ppid=82379 vsize=19063512 memory=2582972 CPUtime=32.36 cores=0,2
/proc/82382/stat : 82382 (java) S 82379 82382 82122 0 -1 4194304 40795 0 0 0 3168 68 0 0 20 0 20 0 70455697 19521036288 645743 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
/proc/82382/statm: 4765878 645743 5529 1 0 875327 0
[pid=82382/tid=82384] ppid=82379 vsize=19063512 memory=-6000919468378122855 CPUtime=24.43 cores=0,2
/proc/82382/task/82384/stat : 82384 (java) R 82379 82382 82122 0 -1 4194368 11057 0 0 0 2385 58 0 0 20 0 20 0 70455698 19521036288 645743 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
[pid=82382/tid=82393] ppid=82379 vsize=19063512 memory=18176 CPUtime=0 cores=0,2
/proc/82382/task/82393/stat : 82393 (Finalizer) S 82379 82382 82122 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70455701 19521036288 645743 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
[pid=82382/tid=82400] ppid=82379 vsize=19063512 memory=3200 CPUtime=0 cores=0,2
/proc/82382/task/82400/stat : 82400 (Common-Cleaner) S 82379 82382 82122 0 -1 4194368 41 0 0 0 0 0 0 0 20 0 20 0 70455702 19521036288 645743 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
[pid=82382/tid=82401] ppid=82379 vsize=19063512 memory=14560 CPUtime=0 cores=0,2
/proc/82382/task/82401/stat : 82401 (Timer-0) S 82379 82382 82122 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70455741 19521036288 645743 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
Current children cumulated CPU time: 32.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2582972 KiB

[startup+51.1133 s]
/proc/loadavg: 3.73 3.81 3.99 5/329 82404
/proc/meminfo: memFree=112524584/131382112 swapFree=33010160/33010684
[pid=82382] ppid=82379 vsize=19063512 memory=3106712 CPUtime=58.33 cores=0,2
/proc/82382/stat : 82382 (java) S 82379 82382 82122 0 -1 4194304 45830 0 0 0 5745 88 0 0 20 0 20 0 70455697 19521036288 776678 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
/proc/82382/statm: 4765878 776678 5529 1 0 1004902 0
[pid=82382/tid=82384] ppid=82379 vsize=19063512 memory=3106712 CPUtime=49.22 cores=0,2
/proc/82382/task/82384/stat : 82384 (java) R 82379 82382 82122 0 -1 4194368 13614 0 0 0 4847 75 0 0 20 0 20 0 70455698 19521036288 776678 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
[pid=82382/tid=82393] ppid=82379 vsize=19063512 memory=3102568 CPUtime=0 cores=0,2
/proc/82382/task/82393/stat : 82393 (Finalizer) S 82379 82382 82122 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70455701 19521036288 776678 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0

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

[pid=82382/tid=82401] ppid=82379 vsize=19063512 memory=1920 CPUtime=0 cores=0,2
/proc/82382/task/82401/stat : 82401 (Timer-0) S 82379 82382 82122 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70455741 19521036288 1234329 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
Current children cumulated CPU time: 3247.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4937316 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.20 4.24 5/333 82577
/proc/meminfo: memFree=96472220/131382112 swapFree=33010160/33010684
[pid=82382] ppid=82379 vsize=19063512 memory=4937316 CPUtime=3308.95 cores=0,2
/proc/82382/stat : 82382 (java) S 82379 82382 82122 0 -1 4194304 161963 0 0 0 329688 1207 0 0 20 0 20 0 70455697 19521036288 1234329 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
/proc/82382/statm: 4765878 1234329 5561 1 0 1250322 0
[pid=82382/tid=82384] ppid=82379 vsize=19063512 memory=4937316 CPUtime=3132.99 cores=0,2
/proc/82382/task/82384/stat : 82384 (java) R 82379 82382 82122 0 -1 4194368 79516 0 0 0 312301 998 0 0 20 0 20 0 70455698 19521036288 1234329 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
[pid=82382/tid=82393] ppid=82379 vsize=19063512 memory=4937316 CPUtime=0 cores=0,2
/proc/82382/task/82393/stat : 82393 (Finalizer) S 82379 82382 82122 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70455701 19521036288 1234329 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
[pid=82382/tid=82400] ppid=82379 vsize=19063512 memory=4937316 CPUtime=0 cores=0,2
/proc/82382/task/82400/stat : 82400 (Common-Cleaner) S 82379 82382 82122 0 -1 4194368 1820 0 0 0 0 0 0 0 20 0 20 0 70455702 19521036288 1234329 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
[pid=82382/tid=82401] ppid=82379 vsize=19063512 memory=2764 CPUtime=0 cores=0,2
/proc/82382/task/82401/stat : 82401 (Timer-0) S 82379 82382 82122 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70455741 19521036288 1234329 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
Current children cumulated CPU time: 3308.95 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4937316 KiB

[startup+3402.3 s]
/proc/loadavg: 4.10 4.17 4.23 5/332 82579
/proc/meminfo: memFree=96333596/131382112 swapFree=33010160/33010684
[pid=82382] ppid=82379 vsize=19063512 memory=4937316 CPUtime=3370.11 cores=0,2
/proc/82382/stat : 82382 (java) S 82379 82382 82122 0 -1 4194304 164803 0 0 0 335787 1224 0 0 20 0 20 0 70455697 19521036288 1234329 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
/proc/82382/statm: 4765878 1234329 5561 1 0 1250322 0
[pid=82382/tid=82384] ppid=82379 vsize=19063512 memory=4937316 CPUtime=3190.91 cores=0,2
/proc/82382/task/82384/stat : 82384 (java) R 82379 82382 82122 0 -1 4194368 81408 0 0 0 318078 1013 0 0 20 0 20 0 70455698 19521036288 1234329 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
[pid=82382/tid=82393] ppid=82379 vsize=19063512 memory=4937316 CPUtime=0 cores=0,2
/proc/82382/task/82393/stat : 82393 (Finalizer) S 82379 82382 82122 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70455701 19521036288 1234329 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
[pid=82382/tid=82400] ppid=82379 vsize=19063512 memory=4937316 CPUtime=0 cores=0,2
/proc/82382/task/82400/stat : 82400 (Common-Cleaner) S 82379 82382 82122 0 -1 4194368 1820 0 0 0 0 0 0 0 20 0 20 0 70455702 19521036288 1234329 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
[pid=82382/tid=82401] ppid=82379 vsize=19063512 memory=4937316 CPUtime=0 cores=0,2
/proc/82382/task/82401/stat : 82401 (Timer-0) S 82379 82382 82122 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70455741 19521036288 1234329 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
Current children cumulated CPU time: 3370.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4937316 KiB

[startup+3462.3 s]
/proc/loadavg: 4.16 4.18 4.23 5/331 82581
/proc/meminfo: memFree=95984112/131382112 swapFree=33010160/33010684
[pid=82382] ppid=82379 vsize=19063512 memory=4937316 CPUtime=3431.9 cores=0,2
/proc/82382/stat : 82382 (java) S 82379 82382 82122 0 -1 4194304 167114 0 0 0 341946 1244 0 0 20 0 20 0 70455697 19521036288 1234329 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
/proc/82382/statm: 4765878 1234329 5561 1 0 1250322 0
[pid=82382/tid=82384] ppid=82379 vsize=19063512 memory=4937316 CPUtime=3248.85 cores=0,2
/proc/82382/task/82384/stat : 82384 (java) R 82379 82382 82122 0 -1 4194368 83311 0 0 0 323856 1029 0 0 20 0 20 0 70455698 19521036288 1234329 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
[pid=82382/tid=82393] ppid=82379 vsize=19063512 memory=4937316 CPUtime=0 cores=0,2
/proc/82382/task/82393/stat : 82393 (Finalizer) S 82379 82382 82122 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70455701 19521036288 1234329 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
[pid=82382/tid=82400] ppid=82379 vsize=19063512 memory=18304 CPUtime=0 cores=0,2
/proc/82382/task/82400/stat : 82400 (Common-Cleaner) S 82379 82382 82122 0 -1 4194368 1911 0 0 0 0 0 0 0 20 0 20 0 70455702 19521036288 1234329 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
[pid=82382/tid=82401] ppid=82379 vsize=19063512 memory=4937316 CPUtime=0 cores=0,2
/proc/82382/task/82401/stat : 82401 (Timer-0) S 82379 82382 82122 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70455741 19521036288 1234329 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
Current children cumulated CPU time: 3431.9 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4937316 KiB

[startup+3522.3 s]
/proc/loadavg: 4.24 4.21 4.23 5/332 82595
/proc/meminfo: memFree=95856144/131382112 swapFree=33010160/33010684
[pid=82382] ppid=82379 vsize=19063512 memory=4937444 CPUtime=3485.99 cores=0,2
/proc/82382/stat : 82382 (java) S 82379 82382 82122 0 -1 4194304 167880 0 0 0 347341 1258 0 0 20 0 20 0 70455697 19521036288 1234361 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
/proc/82382/statm: 4765878 1234361 5561 1 0 1250360 0
[pid=82382/tid=82384] ppid=82379 vsize=19063512 memory=4937444 CPUtime=3300.11 cores=0,2
/proc/82382/task/82384/stat : 82384 (java) R 82379 82382 82122 0 -1 4194368 83546 0 0 0 328970 1041 0 0 20 0 20 0 70455698 19521036288 1234361 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
[pid=82382/tid=82393] ppid=82379 vsize=19063512 memory=4937444 CPUtime=0 cores=0,2
/proc/82382/task/82393/stat : 82393 (Finalizer) S 82379 82382 82122 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70455701 19521036288 1234361 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
[pid=82382/tid=82400] ppid=82379 vsize=19063512 memory=4937444 CPUtime=0 cores=0,2
/proc/82382/task/82400/stat : 82400 (Common-Cleaner) S 82379 82382 82122 0 -1 4194368 1951 0 0 0 0 0 0 0 20 0 20 0 70455702 19521036288 1234361 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
[pid=82382/tid=82401] ppid=82379 vsize=19063512 memory=4937444 CPUtime=0 cores=0,2
/proc/82382/task/82401/stat : 82401 (Timer-0) S 82379 82382 82122 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70455741 19521036288 1234361 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
Current children cumulated CPU time: 3485.99 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4937444 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.18 4.22 3/284 82656
/proc/meminfo: memFree=100396360/131382112 swapFree=33010160/33010684
[pid=82382] ppid=82379 vsize=19063512 memory=4937444 CPUtime=3547.97 cores=0,2
/proc/82382/stat : 82382 (java) S 82379 82382 82122 0 -1 4194304 168864 0 0 0 353519 1278 0 0 20 0 20 0 70455697 19521036288 1234361 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
/proc/82382/statm: 4765878 1234361 5561 1 0 1250360 0
[pid=82382/tid=82384] ppid=82379 vsize=19063512 memory=4937444 CPUtime=3357.92 cores=0,2
/proc/82382/task/82384/stat : 82384 (java) R 82379 82382 82122 0 -1 4194368 84349 0 0 0 334735 1057 0 0 20 0 20 0 70455698 19521036288 1234361 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
[pid=82382/tid=82393] ppid=82379 vsize=19063512 memory=14560 CPUtime=0 cores=0,2
/proc/82382/task/82393/stat : 82393 (Finalizer) S 82379 82382 82122 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70455701 19521036288 1234361 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
[pid=82382/tid=82400] ppid=82379 vsize=19063512 memory=4937444 CPUtime=0 cores=0,2
/proc/82382/task/82400/stat : 82400 (Common-Cleaner) S 82379 82382 82122 0 -1 4194368 1951 0 0 0 0 0 0 0 20 0 20 0 70455702 19521036288 1234361 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
[pid=82382/tid=82401] ppid=82379 vsize=19063512 memory=4937444 CPUtime=0 cores=0,2
/proc/82382/task/82401/stat : 82401 (Timer-0) S 82379 82382 82122 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70455741 19521036288 1234361 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
Current children cumulated CPU time: 3547.97 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4937444 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3633.9 s]
/proc/loadavg: 4.50 4.29 4.25 5/334 82869
/proc/meminfo: memFree=95016100/131382112 swapFree=33010160/33010684
[pid=82382] ppid=82379 vsize=19063512 memory=4937444 CPUtime=3600.09 cores=0,2
/proc/82382/stat : 82382 (java) S 82379 82382 82122 0 -1 4194304 171822 0 0 0 358715 1294 0 0 20 0 20 0 70455697 19521036288 1234361 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
/proc/82382/statm: 4765878 1234361 5561 1 0 1250360 0
[pid=82382/tid=82384] ppid=82379 vsize=19063512 memory=14560 CPUtime=3408.46 cores=0,2
/proc/82382/task/82384/stat : 82384 (java) R 82379 82382 82122 0 -1 4194368 86224 0 0 0 339776 1070 0 0 20 0 20 0 70455698 19521036288 1234361 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
[pid=82382/tid=82393] ppid=82379 vsize=19063512 memory=4937444 CPUtime=0 cores=0,2
/proc/82382/task/82393/stat : 82393 (Finalizer) S 82379 82382 82122 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 70455701 19521036288 1234361 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
[pid=82382/tid=82400] ppid=82379 vsize=19063512 memory=14560 CPUtime=0 cores=0,2
/proc/82382/task/82400/stat : 82400 (Common-Cleaner) S 82379 82382 82122 0 -1 4194368 2116 0 0 0 0 0 0 0 20 0 20 0 70455702 19521036288 1234361 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
[pid=82382/tid=82401] ppid=82379 vsize=19063512 memory=4937444 CPUtime=0 cores=0,2
/proc/82382/task/82401/stat : 82401 (Timer-0) S 82379 82382 82122 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 70455741 19521036288 1234361 18446744073709551615 94400425975808 94400425979504 140725545984816 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 94400425987320 94400425988112 94400447053824 140725545986349 140725545986534 140725545986534 140725545992136 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4937444 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3635.75 s]
# the end of solver process 82382 was just reported to runsolver
# Child status: 143

# cumulated CPU time of all completed processes:  user=3587.59 s, system=12.977 s

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

[startup+3634.4 s]
/proc/loadavg: 4.50 4.29 4.25 3/316 82872
/proc/meminfo: memFree=99439480/131382112 swapFree=33010160/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3635.2 s]
/proc/loadavg: 4.54 4.30 4.26 3/316 82873
/proc/meminfo: memFree=99128184/131382112 swapFree=33010160/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3635.6 s]
/proc/loadavg: 4.54 4.30 4.26 3/316 82873
/proc/meminfo: memFree=99128184/131382112 swapFree=33010160/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+3635.7 s]
/proc/loadavg: 4.54 4.30 4.26 3/316 82873
/proc/meminfo: memFree=99128184/131382112 swapFree=33010160/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3635.75
CPU time (s): 3600.57
CPU user time (s): 3587.59
CPU system time (s): 12.977
CPU usage (%): 99.0323
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 4938084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3587.59
system time used= 12.977
maximum resident set size= 4938340
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 174507
page faults= 0
swaps= 0
block input operations= 0
block output operations= 16573184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 147741
involuntary context switches= 18299


# summary of solver processes directly reported to runsolver:
#   pid: 82382
#   total CPU time (s): 3600.57
#   total CPU user time (s): 3587.59
#   total CPU system time (s): 12.977

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.7577 second user time and 37.2633 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-07-03 15:02:39
IDJOB=4518371
IDBENCH=177029
IDSOLVER=3362
FILE ID=nodeC009/4518371-1751547759
RUNJOBID= nodeC009-1751547728-82132
SLURM_JOB_ID= 9598723
Free space on /tmp= 431224 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/OPT-LIN/nordstrom/CoreGuidedPB/evencolouring/linear/normalized-evencolouring_opt_linear_random6regular_nvert_071.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4518371-1751547759/watcher-4518371-1751547759 -o /tmp/evaluation-result-4518371-1751547759/solver-4518371-1751547759 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751547728-82132 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4518371-1751547759 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4518371-1751547759.opb

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

MD5SUM BENCH= ed60cb87c21a2ab9c662251f6e4b174f
RANDOM SEED=585633571

nodeC009 Linux 5.14.0-503.14.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Nov 15 12:04:32 UTC 2024

/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		: 2295.949
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.85
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		: 3591.698
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.85
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.243
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.85
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.235
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.85
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		: 3660.911
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.85
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		: 3591.677
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.85
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.301
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.85
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.702
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 pti tpr_shadow 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 vnmi
vmx flags	: vnmi preemption_timer posted_intr invvpid ept_x_only ept_ad ept_1gb flexpriority apicv tsc_offset vtpr mtf vapic ept vpid unrestricted_guest vapic_reg vid ple shadow_vmcs pml ept_violation_ve
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit mmio_stale_data
bogomips	: 6983.85
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        116382912 kB
MemAvailable:   128255312 kB
Buffers:            2144 kB
Cached:         12623052 kB
SwapCached:           24 kB
Active:          2085796 kB
Inactive:       12261512 kB
Active(anon):    1735028 kB
Inactive(anon):     5056 kB
Active(file):     350768 kB
Inactive(file): 12256456 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              6288 kB
Writeback:             0 kB
AnonPages:       1724176 kB
Mapped:           123500 kB
Shmem:             17936 kB
KReclaimable:     209220 kB
Slab:             295628 kB
SReclaimable:     209220 kB
SUnreclaim:        86408 kB
KernelStack:        5024 kB
PageTables:         6996 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    7060164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150296 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1523712 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 431224 MiB
End job on nodeC009 at 2025-07-03 16:03:15