Trace number 4490341

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)799 3600.39 3620.29

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/market-split/normalized-opt-market-split_8_70_1.opb
MD5SUMb4b357048b7fd6a2befaa81502734110
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark11
Best CPU time to get the best result obtained on this benchmark3600.01
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables198
Total number of constraints16
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints16
Minimum length of a constraint85
Maximum length of a constraint86
Number of terms in the objective function 128
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 4080
Number of bits of the sum of numbers in the objective function 12
Biggest number in a constraint 1884
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 6162
Number of bits of the biggest sum of numbers13
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.09/0.19	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.09/0.19	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.19	c See www.sat4j.org for details.
0.09/0.21	c version PB25.v20250606
0.27/0.23	c java.runtime.name	OpenJDK Runtime Environment
0.27/0.23	c java.vm.name		OpenJDK 64-Bit Server VM
0.27/0.23	c java.vm.version	22.0.1+8-16
0.27/0.23	c java.vm.vendor	Oracle Corporation
0.27/0.23	c sun.arch.data.model	64
0.27/0.23	c java.version		22.0.1
0.27/0.24	c os.name		Linux
0.27/0.24	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.27/0.24	c os.arch		amd64
0.27/0.24	c Free memory 		2104792832
0.27/0.24	c Max memory 		16282288128
0.27/0.24	c Total memory 		2113929216
0.27/0.25	c Number of processors 	2
0.59/0.44	c Pseudo Boolean Optimization by upper bound
0.59/0.44	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.59/0.44	c  - never skip resolution steps
0.59/0.44	c  - Auto-division on coefficients is disabled
0.59/0.44	c  - No postprocessing
0.59/0.44	c  - Conflict is considered as is when resolving
0.59/0.44	c  - Use constraints as they come during conflict analysis
0.59/0.44	c  - Weaken first using unassigned literals
0.59/0.44	c  - Bump strategy: ALWAYS_ONE
0.59/0.44	c  - Bumper: EFFECTIVE
0.59/0.44	c --- Begin Solver configuration ---
0.59/0.44	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.59/0.44	c Learn all clauses as in MiniSAT
0.59/0.44	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.59/0.44	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.59/0.44	c No reason simplification
0.59/0.44	c Dynamic restart strategy considering the size of the coefficients
0.59/0.44	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.59/0.44	c timeout=2147483s
0.59/0.44	c DB Simplification allowed=false
0.59/0.44	c Listener: none
0.59/0.44	c --- End Solver configuration ---
0.59/0.44	c solving HOME/instance-4490341-1751375226.opb
0.59/0.44	c reading problem ... 
0.62/0.55	c using VERIPB proof format
0.62/0.55	c  objective function found
0.74/0.64	c ... done. Wall clock time 0.181s.
0.74/0.64	c declared #vars     198
0.74/0.64	c #constraints  16
0.74/0.64	c constraints type 
0.74/0.64	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 16
0.74/0.64	c 16 constraints processed.
0.74/0.67	c objective function length is 128 literals
1.89/1.20	c SATISFIABLE
1.89/1.20	c OPTIMIZING...
1.89/1.20	c Got one! Elapsed wall clock time (in seconds):0.759
1.89/1.20	o 2928
2.47/1.51	c Got one! Elapsed wall clock time (in seconds):1.072
2.47/1.51	o 2462
3.27/1.97	c Got one! Elapsed wall clock time (in seconds):1.533
3.27/1.97	o 2442
3.84/2.24	c Got one! Elapsed wall clock time (in seconds):1.799
3.84/2.24	o 2434
4.44/2.54	c Got one! Elapsed wall clock time (in seconds):2.099
4.44/2.54	o 2428
5.63/3.15	c Got one! Elapsed wall clock time (in seconds):2.711
5.63/3.15	o 2427
5.83/3.26	c Got one! Elapsed wall clock time (in seconds):2.817
5.83/3.26	o 2421
6.94/3.88	c Got one! Elapsed wall clock time (in seconds):3.44
6.94/3.88	o 2391
16.29/12.79	c Got one! Elapsed wall clock time (in seconds):12.349
16.29/12.79	o 2382
18.73/15.05	c Got one! Elapsed wall clock time (in seconds):14.607
18.73/15.05	o 2326
21.48/17.40	c Got one! Elapsed wall clock time (in seconds):16.957
21.48/17.40	o 2319
22.91/18.88	c Got one! Elapsed wall clock time (in seconds):18.444
22.91/18.88	o 2315
24.02/19.73	c Got one! Elapsed wall clock time (in seconds):19.291
24.02/19.73	o 2278
36.06/31.60	c Got one! Elapsed wall clock time (in seconds):31.156
36.06/31.60	o 2272
56.16/51.15	c Got one! Elapsed wall clock time (in seconds):50.705
56.16/51.15	o 2225
72.60/67.24	c Got one! Elapsed wall clock time (in seconds):66.801
72.60/67.24	o 2214
81.57/79.08	c Got one! Elapsed wall clock time (in seconds):78.641
81.57/79.08	o 2209
87.93/85.32	c Got one! Elapsed wall clock time (in seconds):84.878
87.93/85.32	o 2164
96.25/93.54	c Got one! Elapsed wall clock time (in seconds):93.098
96.25/93.54	o 2161
104.03/101.27	c Got one! Elapsed wall clock time (in seconds):100.831
104.03/101.27	o 2152
120.06/117.25	c Got one! Elapsed wall clock time (in seconds):116.808
120.06/117.25	o 2140
129.33/126.56	c Got one! Elapsed wall clock time (in seconds):126.117
129.33/126.56	o 2121
132.02/129.29	c Got one! Elapsed wall clock time (in seconds):128.847
132.02/129.29	o 2120
189.92/187.41	c Got one! Elapsed wall clock time (in seconds):186.973
189.92/187.41	o 2112
202.07/199.57	c Got one! Elapsed wall clock time (in seconds):199.134
202.07/199.57	o 2106
243.28/240.35	c Got one! Elapsed wall clock time (in seconds):239.913
243.28/240.35	o 2086
276.94/273.92	c Got one! Elapsed wall clock time (in seconds):273.476
276.94/273.92	o 2080
355.84/352.75	c Got one! Elapsed wall clock time (in seconds):352.314
355.84/352.75	o 2074
366.77/363.68	c Got one! Elapsed wall clock time (in seconds):363.241
366.77/363.68	o 2048
387.56/384.34	c Got one! Elapsed wall clock time (in seconds):383.904
387.56/384.34	o 1985
401.91/408.44	c Got one! Elapsed wall clock time (in seconds):408.004
401.91/408.44	o 1984
433.75/440.22	c Got one! Elapsed wall clock time (in seconds):439.781
433.75/440.22	o 1939
496.76/503.26	c Got one! Elapsed wall clock time (in seconds):502.822
496.76/503.26	o 1839
1073.87/1089.55	c Got one! Elapsed wall clock time (in seconds):1089.107
1073.87/1089.55	o 1813
1192.10/1211.81	c Got one! Elapsed wall clock time (in seconds):1211.368
1192.10/1211.82	o 1812
1617.05/1636.41	c Got one! Elapsed wall clock time (in seconds):1635.965
1617.05/1636.41	o 1806
2131.20/2150.61	c Got one! Elapsed wall clock time (in seconds):2150.167
2131.20/2150.61	o 799
3600.08/3620.15	c starts		: 76
3600.08/3620.18	c conflicts		: 10131
3600.08/3620.18	c decisions		: 29166
3600.08/3620.18	c propagations		: 170516
3600.08/3620.18	c inspects		: 33273673
3600.08/3620.18	c shortcuts		: 0
3600.08/3620.19	c learnt literals	: 0
3600.08/3620.19	c learnt binary clauses	: 0
3600.08/3620.19	c learnt ternary clauses	: 0
3600.08/3620.19	c learnt constraints	: 10130
3600.08/3620.19	c ignored constraints	: 0
3600.08/3620.19	c root simplifications	: 0
3600.08/3620.19	c removed literals (reason simplification)	: 0
3600.08/3620.19	c reason swapping (by a shorter reason)	: 0
3600.08/3620.19	c Calls to reduceDB	: 0
3600.08/3620.19	c Number of update (reduction) of LBD	: 13906
3600.08/3620.19	c Imported unit clauses	: 0
3600.08/3620.19	c No decision after first conflict	: false
3600.08/3620.19	c number of reductions to clauses (during analyze)	: 0
3600.08/3620.19	c number of learned constraints concerned by reduction	: 0
3600.08/3620.19	c number of learning phase by resolution	: 0
3600.08/3620.19	c number of learning phase by cutting planes	: 0
3600.08/3620.19	c number of rounding to 1 operations	: 0
3600.08/3620.20	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3620.20	c number of reductions of the coefficients by power 2 	: 0
3600.08/3620.20	c number of right shift for reduction by power 2 	: 0
3600.08/3620.20	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3620.20	c number of ending skipping 	: 0
3600.08/3620.20	c number of internal skipping 	: 0
3600.08/3620.20	c number of derivation steps 	: 63675
3600.08/3620.20	c number of skipped derivation steps 	: 0
3600.08/3620.20	c number of remaining unassigned 	: 272821
3600.08/3620.20	c number of remaining assigned 	: 4353489
3600.08/3620.20	c number of falsified literals weakened from reason	: 0
3600.26/3620.20	c number of falsified literals weakened from conflict	: 0
3600.26/3620.20	c time for arithmetic operations	: 2464545155658
3600.26/3620.20	c minimum degree of deleted constraints	: null
3600.26/3620.20	c maximum degree of deleted constraints	: null
3600.26/3620.20	c number of deleted constraints	: 0
3600.26/3620.21	c speed (assignments/second)	: 47.110244204325994
3600.26/3620.21	c non guided choices	: 1031
3600.26/3620.24	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 10130
3600.26/3620.24	s SATISFIABLE
3600.26/3620.25	c Found 37 solution(s)
3600.26/3620.25	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 
3600.26/3620.25	c objective function=799
3600.26/3620.25	c Total wall clock time (in seconds): 3619.813

Verifier Data

OK	799

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing 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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=51611, runsolver pid=51602

[startup+0.100981 s]*
/proc/loadavg: 0.62 1.01 1.38 12/318 51686
/proc/meminfo: memFree=129987404/131382112 swapFree=33010160/33010684
[pid=51611] ppid=51602 vsize=18930344 memory=45608 CPUtime=0.09 cores=5,7
/proc/51611/stat : 51611 (java) S 51602 51611 51551 0 -1 4194304 5438 0 0 0 5 4 0 0 20 0 18 0 53201546 19384672256 11402 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
/proc/51611/statm: 4732586 11402 4945 1 0 546706 0
[pid=51611/tid=51625] ppid=51602 vsize=18930344 memory=4026532124 CPUtime=0.06 cores=5,7
/proc/51611/task/51625/stat : 51625 (java) R 51602 51611 51551 0 -1 4194368 4560 0 0 0 3 3 0 0 20 0 18 0 53201549 19384672256 11402 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
[pid=51611/tid=51661] ppid=51602 vsize=18930344 memory=1593 CPUtime=0 cores=5,7
/proc/51611/task/51661/stat : 51661 (Finalizer) S 51602 51611 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 53201554 19384672256 11402 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
[pid=51611/tid=51680] ppid=51602 vsize=18930344 memory=60693105869820 CPUtime=0 cores=5,7
/proc/51611/task/51680/stat : 51680 (Common-Cleaner) S 51602 51611 51551 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 53201556 19384672256 11402 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930344 KiB
Current children cumulated memory: 45608 KiB

[startup+0.215383 s]*
/proc/loadavg: 0.62 1.01 1.38 9/320 51688
/proc/meminfo: memFree=129957696/131382112 swapFree=33010160/33010684
[pid=51611] ppid=51602 vsize=18930384 memory=51772 CPUtime=0.27 cores=5,7
/proc/51611/stat : 51611 (java) S 51602 51611 51551 0 -1 4194304 6112 0 0 0 22 5 0 0 20 0 18 0 53201546 19384713216 12943 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
/proc/51611/statm: 4732596 12943 5329 1 0 547233 0
[pid=51611/tid=51625] ppid=51602 vsize=18930384 memory=4026663196 CPUtime=0.17 cores=5,7
/proc/51611/task/51625/stat : 51625 (java) R 51602 51611 51551 0 -1 4194368 4965 0 0 0 14 3 0 0 20 0 18 0 53201549 19384713216 12943 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
[pid=51611/tid=51661] ppid=51602 vsize=18930384 memory=1593 CPUtime=0 cores=5,7
/proc/51611/task/51661/stat : 51661 (Finalizer) S 51602 51611 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 53201554 19384713216 12943 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
[pid=51611/tid=51680] ppid=51602 vsize=18930384 memory=60693105869820 CPUtime=0 cores=5,7
/proc/51611/task/51680/stat : 51680 (Common-Cleaner) S 51602 51611 51551 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 53201556 19384713216 12943 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51772 KiB

[startup+0.315105 s]*
/proc/loadavg: 0.62 1.01 1.38 9/320 51688
/proc/meminfo: memFree=129940620/131382112 swapFree=33010160/33010684
[pid=51611] ppid=51602 vsize=18930384 memory=58028 CPUtime=0.42 cores=5,7
/proc/51611/stat : 51611 (java) S 51602 51611 51551 0 -1 4194304 6649 0 0 0 37 5 0 0 20 0 18 0 53201546 19384713216 14507 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
/proc/51611/statm: 4732596 14507 5329 1 0 547691 0
[pid=51611/tid=51625] ppid=51602 vsize=18930384 memory=-6000919489970203498 CPUtime=0.25 cores=5,7
/proc/51611/task/51625/stat : 51625 (java) R 51602 51611 51551 0 -1 4194368 5135 0 0 0 22 3 0 0 20 0 18 0 53201549 19384713216 14507 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
[pid=51611/tid=51661] ppid=51602 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/51611/task/51661/stat : 51661 (Finalizer) S 51602 51611 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 53201554 19384713216 14507 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
[pid=51611/tid=51680] ppid=51602 vsize=18930384 memory=0 CPUtime=0 cores=5,7
/proc/51611/task/51680/stat : 51680 (Common-Cleaner) S 51602 51611 51551 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 53201556 19384713216 14507 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58028 KiB

[startup+0.700416 s]
/proc/loadavg: 0.62 1.01 1.38 8/320 51688
/proc/meminfo: memFree=129924140/131382112 swapFree=33010160/33010684
[pid=51611] ppid=51602 vsize=18996948 memory=65116 CPUtime=0.91 cores=5,7
/proc/51611/stat : 51611 (java) S 51602 51611 51551 0 -1 4194304 7279 0 0 0 85 6 0 0 20 0 19 0 53201546 19452874752 16279 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
/proc/51611/statm: 4749237 16279 5457 1 0 548374 0
[pid=51611/tid=51625] ppid=51602 vsize=18996948 memory=17792 CPUtime=0.47 cores=5,7
/proc/51611/task/51625/stat : 51625 (java) R 51602 51611 51551 0 -1 4194368 5513 0 0 0 43 4 0 0 20 0 19 0 53201549 19452874752 16279 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
[pid=51611/tid=51661] ppid=51602 vsize=18996948 memory=11264 CPUtime=0 cores=5,7
/proc/51611/task/51661/stat : 51661 (Finalizer) S 51602 51611 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 53201554 19452874752 16279 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
[pid=51611/tid=51680] ppid=51602 vsize=18996948 memory=3200 CPUtime=0 cores=5,7
/proc/51611/task/51680/stat : 51680 (Common-Cleaner) S 51602 51611 51551 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 53201556 19452874752 16279 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
Current children cumulated CPU time: 0.91 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 65116 KiB

[startup+1.50032 s]
/proc/loadavg: 0.62 1.01 1.38 11/324 51692
/proc/meminfo: memFree=129803408/131382112 swapFree=33010160/33010684
[pid=51611] ppid=51602 vsize=19063512 memory=161176 CPUtime=2.47 cores=5,7
/proc/51611/stat : 51611 (java) S 51602 51611 51551 0 -1 4194304 12290 0 0 0 236 11 0 0 20 0 20 0 53201546 19521036288 40294 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
/proc/51611/statm: 4765878 40294 5489 1 0 550300 0
[pid=51611/tid=51625] ppid=51602 vsize=19063512 memory=3200 CPUtime=1.1 cores=5,7
/proc/51611/task/51625/stat : 51625 (java) R 51602 51611 51551 0 -1 4194368 6060 0 0 0 102 8 0 0 20 0 20 0 53201549 19521036288 40294 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
[pid=51611/tid=51661] ppid=51602 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/51611/task/51661/stat : 51661 (Finalizer) S 51602 51611 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53201554 19521036288 40294 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
[pid=51611/tid=51680] ppid=51602 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/51611/task/51680/stat : 51680 (Common-Cleaner) S 51602 51611 51551 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 53201556 19521036288 40294 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
[pid=51611/tid=51692] ppid=51602 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/51611/task/51692/stat : 51692 (Timer-0) S 51602 51611 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53201616 19521036288 40294 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 161176 KiB

[startup+3.10585 s]
/proc/loadavg: 1.29 1.14 1.42 9/328 51696
/proc/meminfo: memFree=128309660/131382112 swapFree=33010160/33010684
[pid=51611] ppid=51602 vsize=19063512 memory=455124 CPUtime=5.63 cores=5,7
/proc/51611/stat : 51611 (java) S 51602 51611 51551 0 -1 4194304 20118 0 0 0 542 21 0 0 20 0 20 0 53201546 19521036288 113781 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
/proc/51611/statm: 4765878 113781 5489 1 0 553923 0
[pid=51611/tid=51625] ppid=51602 vsize=19063512 memory=14720 CPUtime=2.59 cores=5,7
/proc/51611/task/51625/stat : 51625 (java) R 51602 51611 51551 0 -1 4194368 6988 0 0 0 243 16 0 0 20 0 20 0 53201549 19521036288 113781 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
[pid=51611/tid=51661] ppid=51602 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/51611/task/51661/stat : 51661 (Finalizer) S 51602 51611 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53201554 19521036288 113781 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
[pid=51611/tid=51680] ppid=51602 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/51611/task/51680/stat : 51680 (Common-Cleaner) S 51602 51611 51551 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 53201556 19521036288 113781 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
[pid=51611/tid=51692] ppid=51602 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/51611/task/51692/stat : 51692 (Timer-0) S 51602 51611 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53201616 19521036288 113781 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
Current children cumulated CPU time: 5.63 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 455124 KiB

[startup+6.30041 s]
/proc/loadavg: 1.29 1.14 1.42 2/329 51697
/proc/meminfo: memFree=126005340/131382112 swapFree=33010160/33010684
[pid=51611] ppid=51602 vsize=19063512 memory=1086680 CPUtime=9.08 cores=5,7
/proc/51611/stat : 51611 (java) S 51602 51611 51551 0 -1 4194304 21877 0 0 0 873 35 0 0 20 0 20 0 53201546 19521036288 271670 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
/proc/51611/statm: 4765878 271670 5489 1 0 553932 0
[pid=51611/tid=51625] ppid=51602 vsize=19063512 memory=0 CPUtime=5.2 cores=5,7
/proc/51611/task/51625/stat : 51625 (java) D 51602 51611 51551 0 -1 4194368 8141 0 0 0 491 29 0 0 20 0 20 0 53201549 19521036288 271670 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
[pid=51611/tid=51661] ppid=51602 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/51611/task/51661/stat : 51661 (Finalizer) S 51602 51611 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53201554 19521036288 271670 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
[pid=51611/tid=51680] ppid=51602 vsize=19063512 memory=3200 CPUtime=0 cores=5,7
/proc/51611/task/51680/stat : 51680 (Common-Cleaner) S 51602 51611 51551 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 53201556 19521036288 271670 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
[pid=51611/tid=51692] ppid=51602 vsize=19063512 memory=161176 CPUtime=0 cores=5,7
/proc/51611/task/51692/stat : 51692 (Timer-0) S 51602 51611 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53201616 19521036288 271670 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
Current children cumulated CPU time: 9.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1086680 KiB

[startup+12.7003 s]
/proc/loadavg: 2.10 1.32 1.48 7/329 51697
/proc/meminfo: memFree=124162888/131382112 swapFree=33010160/33010684
[pid=51611] ppid=51602 vsize=19063512 memory=1723172 CPUtime=16.29 cores=5,7
/proc/51611/stat : 51611 (java) S 51602 51611 51551 0 -1 4194304 35506 0 0 0 1574 55 0 0 20 0 20 0 53201546 19521036288 430793 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
/proc/51611/statm: 4765878 430793 5489 1 0 664625 0
[pid=51611/tid=51625] ppid=51602 vsize=19063512 memory=161176 CPUtime=10.38 cores=5,7
/proc/51611/task/51625/stat : 51625 (java) R 51602 51611 51551 0 -1 4194368 9501 0 0 0 995 43 0 0 20 0 20 0 53201549 19521036288 430793 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
[pid=51611/tid=51661] ppid=51602 vsize=19063512 memory=1585956 CPUtime=0 cores=5,7
/proc/51611/task/51661/stat : 51661 (Finalizer) S 51602 51611 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53201554 19521036288 430793 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
[pid=51611/tid=51680] ppid=51602 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/51611/task/51680/stat : 51680 (Common-Cleaner) S 51602 51611 51551 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 53201556 19521036288 430793 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
[pid=51611/tid=51692] ppid=51602 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/51611/task/51692/stat : 51692 (Timer-0) S 51602 51611 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53201616 19521036288 430793 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
Current children cumulated CPU time: 16.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1723172 KiB

[startup+25.5005 s]
/proc/loadavg: 2.78 1.49 1.53 6/329 51698
/proc/meminfo: memFree=122767844/131382112 swapFree=33010160/33010684
[pid=51611] ppid=51602 vsize=19063512 memory=1711688 CPUtime=30.08 cores=5,7
/proc/51611/stat : 51611 (java) S 51602 51611 51551 0 -1 4194304 38197 0 0 0 2949 59 0 0 20 0 20 0 53201546 19521036288 427922 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
/proc/51611/statm: 4765878 427922 5489 1 0 664653 0
[pid=51611/tid=51625] ppid=51602 vsize=19063512 memory=1585956 CPUtime=23 cores=5,7
/proc/51611/task/51625/stat : 51625 (java) R 51602 51611 51551 0 -1 4194368 11432 0 0 0 2254 46 0 0 20 0 20 0 53201549 19521036288 427922 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
[pid=51611/tid=51661] ppid=51602 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/51611/task/51661/stat : 51661 (Finalizer) S 51602 51611 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53201554 19521036288 427922 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
[pid=51611/tid=51680] ppid=51602 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/51611/task/51680/stat : 51680 (Common-Cleaner) S 51602 51611 51551 0 -1 4194368 50 0 0 0 0 0 0 0 20 0 20 0 53201556 19521036288 427922 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
[pid=51611/tid=51692] ppid=51602 vsize=19063512 memory=1711688 CPUtime=0 cores=5,7
/proc/51611/task/51692/stat : 51692 (Timer-0) S 51602 51611 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53201616 19521036288 427922 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
Current children cumulated CPU time: 30.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1711688 KiB

[startup+51.1145 s]
/proc/loadavg: 3.75 1.82 1.64 6/330 51699
/proc/meminfo: memFree=120003620/131382112 swapFree=33010160/33010684
[pid=51611] ppid=51602 vsize=19063512 memory=2212844 CPUtime=56.16 cores=5,7
/proc/51611/stat : 51611 (java) S 51602 51611 51551 0 -1 4194304 48276 0 0 0 5540 76 0 0 20 0 20 0 53201546 19521036288 553211 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
/proc/51611/statm: 4765878 553211 5489 1 0 792078 0
[pid=51611/tid=51625] ppid=51602 vsize=19063512 memory=2212844 CPUtime=47.93 cores=5,7
/proc/51611/task/51625/stat : 51625 (java) R 51602 51611 51551 0 -1 4194368 15006 0 0 0 4733 60 0 0 20 0 20 0 53201549 19521036288 553211 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
[pid=51611/tid=51661] ppid=51602 vsize=19063512 memory=1723172 CPUtime=0 cores=5,7
/proc/51611/task/51661/stat : 51661 (Finalizer) S 51602 51611 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53201554 19521036288 553211 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
[pid=51611/tid=51680] ppid=51602 vsize=19063512 memory=0 CPUtime=0 cores=5,7

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

[startup+3282.3 s]
/proc/loadavg: 4.20 4.18 4.08 6/329 51874
/proc/meminfo: memFree=111857300/131382112 swapFree=33010160/33010684
[pid=51611] ppid=51602 vsize=19063512 memory=4088744 CPUtime=3262.11 cores=5,7
/proc/51611/stat : 51611 (java) S 51602 51611 51551 0 -1 4194304 131192 0 0 0 325783 428 0 0 20 0 20 0 53201546 19521036288 1022186 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
/proc/51611/statm: 4765878 1022186 5489 1 0 1053222 0
[pid=51611/tid=51625] ppid=51602 vsize=19063512 memory=4088744 CPUtime=3222.4 cores=5,7
/proc/51611/task/51625/stat : 51625 (java) R 51602 51611 51551 0 -1 4194368 66007 0 0 0 322111 129 0 0 20 0 20 0 53201549 19521036288 1022186 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
[pid=51611/tid=51661] ppid=51602 vsize=19063512 memory=17792 CPUtime=0 cores=5,7
/proc/51611/task/51661/stat : 51661 (Finalizer) S 51602 51611 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53201554 19521036288 1022186 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
[pid=51611/tid=51680] ppid=51602 vsize=19063512 memory=11264 CPUtime=0 cores=5,7
/proc/51611/task/51680/stat : 51680 (Common-Cleaner) S 51602 51611 51551 0 -1 4194368 1749 0 0 0 0 0 0 0 20 0 20 0 53201556 19521036288 1022186 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
[pid=51611/tid=51692] ppid=51602 vsize=19063512 memory=2764 CPUtime=0 cores=5,7
/proc/51611/task/51692/stat : 51692 (Timer-0) S 51602 51611 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53201616 19521036288 1022186 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
Current children cumulated CPU time: 3262.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4088744 KiB

[startup+3342.3 s]
/proc/loadavg: 4.25 4.19 4.09 7/329 51876
/proc/meminfo: memFree=111818644/131382112 swapFree=33010160/33010684
[pid=51611] ppid=51602 vsize=19063512 memory=4088744 CPUtime=3322.1 cores=5,7
/proc/51611/stat : 51611 (java) S 51602 51611 51551 0 -1 4194304 132059 0 0 0 331777 433 0 0 20 0 20 0 53201546 19521036288 1022186 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
/proc/51611/statm: 4765878 1022186 5489 1 0 1053222 0
[pid=51611/tid=51625] ppid=51602 vsize=19063512 memory=4088744 CPUtime=3281.98 cores=5,7
/proc/51611/task/51625/stat : 51625 (java) R 51602 51611 51551 0 -1 4194368 66378 0 0 0 328068 130 0 0 20 0 20 0 53201549 19521036288 1022186 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
[pid=51611/tid=51661] ppid=51602 vsize=19063512 memory=4088744 CPUtime=0 cores=5,7
/proc/51611/task/51661/stat : 51661 (Finalizer) S 51602 51611 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53201554 19521036288 1022186 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
[pid=51611/tid=51680] ppid=51602 vsize=19063512 memory=4088744 CPUtime=0 cores=5,7
/proc/51611/task/51680/stat : 51680 (Common-Cleaner) S 51602 51611 51551 0 -1 4194368 1749 0 0 0 0 0 0 0 20 0 20 0 53201556 19521036288 1022186 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
[pid=51611/tid=51692] ppid=51602 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/51611/task/51692/stat : 51692 (Timer-0) S 51602 51611 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53201616 19521036288 1022186 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
Current children cumulated CPU time: 3322.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4088744 KiB

[startup+3402.3 s]
/proc/loadavg: 4.19 4.18 4.09 6/329 51881
/proc/meminfo: memFree=111795948/131382112 swapFree=33010160/33010684
[pid=51611] ppid=51602 vsize=19063512 memory=4088744 CPUtime=3382.06 cores=5,7
/proc/51611/stat : 51611 (java) S 51602 51611 51551 0 -1 4194304 133936 0 0 0 337768 438 0 0 20 0 20 0 53201546 19521036288 1022186 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
/proc/51611/statm: 4765878 1022186 5489 1 0 1053222 0
[pid=51611/tid=51625] ppid=51602 vsize=19063512 memory=4088744 CPUtime=3341.59 cores=5,7
/proc/51611/task/51625/stat : 51625 (java) R 51602 51611 51551 0 -1 4194368 67493 0 0 0 334028 131 0 0 20 0 20 0 53201549 19521036288 1022186 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
[pid=51611/tid=51661] ppid=51602 vsize=19063512 memory=4088744 CPUtime=0 cores=5,7
/proc/51611/task/51661/stat : 51661 (Finalizer) S 51602 51611 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53201554 19521036288 1022186 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
[pid=51611/tid=51680] ppid=51602 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/51611/task/51680/stat : 51680 (Common-Cleaner) S 51602 51611 51551 0 -1 4194368 1886 0 0 0 0 0 0 0 20 0 20 0 53201556 19521036288 1022186 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
[pid=51611/tid=51692] ppid=51602 vsize=19063512 memory=4088744 CPUtime=0 cores=5,7
/proc/51611/task/51692/stat : 51692 (Timer-0) S 51602 51611 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53201616 19521036288 1022186 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
Current children cumulated CPU time: 3382.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4088744 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.18 4.09 6/329 51883
/proc/meminfo: memFree=111772896/131382112 swapFree=33010160/33010684
[pid=51611] ppid=51602 vsize=19063512 memory=4088744 CPUtime=3442.03 cores=5,7
/proc/51611/stat : 51611 (java) S 51602 51611 51551 0 -1 4194304 134892 0 0 0 343758 445 0 0 20 0 20 0 53201546 19521036288 1022186 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
/proc/51611/statm: 4765878 1022186 5489 1 0 1053222 0
[pid=51611/tid=51625] ppid=51602 vsize=19063512 memory=4088744 CPUtime=3401.14 cores=5,7
/proc/51611/task/51625/stat : 51625 (java) R 51602 51611 51551 0 -1 4194368 67983 0 0 0 339983 131 0 0 20 0 20 0 53201549 19521036288 1022186 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
[pid=51611/tid=51661] ppid=51602 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/51611/task/51661/stat : 51661 (Finalizer) S 51602 51611 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53201554 19521036288 1022186 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
[pid=51611/tid=51680] ppid=51602 vsize=19063512 memory=4088744 CPUtime=0 cores=5,7
/proc/51611/task/51680/stat : 51680 (Common-Cleaner) S 51602 51611 51551 0 -1 4194368 1887 0 0 0 0 0 0 0 20 0 20 0 53201556 19521036288 1022186 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
[pid=51611/tid=51692] ppid=51602 vsize=19063512 memory=4088744 CPUtime=0 cores=5,7
/proc/51611/task/51692/stat : 51692 (Timer-0) S 51602 51611 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53201616 19521036288 1022186 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
Current children cumulated CPU time: 3442.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4088744 KiB

[startup+3522.3 s]
/proc/loadavg: 4.56 4.27 4.13 6/329 51889
/proc/meminfo: memFree=111677864/131382112 swapFree=33010160/33010684
[pid=51611] ppid=51602 vsize=19063512 memory=4155288 CPUtime=3502.36 cores=5,7
/proc/51611/stat : 51611 (java) S 51602 51611 51551 0 -1 4194304 146515 0 0 0 349780 456 0 0 20 0 20 0 53201546 19521036288 1038822 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
/proc/51611/statm: 4765878 1038822 5521 1 0 1053384 0
[pid=51611/tid=51625] ppid=51602 vsize=19063512 memory=4088744 CPUtime=3460.79 cores=5,7
/proc/51611/task/51625/stat : 51625 (java) R 51602 51611 51551 0 -1 4194368 69623 0 0 0 345947 132 0 0 20 0 20 0 53201549 19521036288 1038822 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
[pid=51611/tid=51661] ppid=51602 vsize=19063512 memory=4088744 CPUtime=0 cores=5,7
/proc/51611/task/51661/stat : 51661 (Finalizer) S 51602 51611 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53201554 19521036288 1038822 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
[pid=51611/tid=51680] ppid=51602 vsize=19063512 memory=4088744 CPUtime=0 cores=5,7
/proc/51611/task/51680/stat : 51680 (Common-Cleaner) S 51602 51611 51551 0 -1 4194368 1979 0 0 0 0 0 0 0 20 0 20 0 53201556 19521036288 1038822 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
[pid=51611/tid=51692] ppid=51602 vsize=19063512 memory=-6000919498560138090 CPUtime=0 cores=5,7
/proc/51611/task/51692/stat : 51692 (Timer-0) S 51602 51611 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53201616 19521036288 1038822 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
Current children cumulated CPU time: 3502.36 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4155288 KiB

[startup+3582.3 s]
/proc/loadavg: 4.32 4.25 4.13 5/328 51890
/proc/meminfo: memFree=111650124/131382112 swapFree=33010160/33010684
[pid=51611] ppid=51602 vsize=19063512 memory=4155416 CPUtime=3562.31 cores=5,7
/proc/51611/stat : 51611 (java) S 51602 51611 51551 0 -1 4194304 147342 0 0 0 355769 462 0 0 20 0 20 0 53201546 19521036288 1038854 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
/proc/51611/statm: 4765878 1038854 5521 1 0 1053384 0
[pid=51611/tid=51625] ppid=51602 vsize=19063512 memory=4088744 CPUtime=3520.32 cores=5,7
/proc/51611/task/51625/stat : 51625 (java) R 51602 51611 51551 0 -1 4194368 70370 0 0 0 351899 133 0 0 20 0 20 0 53201549 19521036288 1038854 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
[pid=51611/tid=51661] ppid=51602 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/51611/task/51661/stat : 51661 (Finalizer) S 51602 51611 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53201554 19521036288 1038854 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
[pid=51611/tid=51680] ppid=51602 vsize=19063512 memory=4155416 CPUtime=0 cores=5,7
/proc/51611/task/51680/stat : 51680 (Common-Cleaner) S 51602 51611 51551 0 -1 4194368 1979 0 0 0 0 0 0 0 20 0 20 0 53201556 19521036288 1038854 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
[pid=51611/tid=51692] ppid=51602 vsize=19063512 memory=14720 CPUtime=0 cores=5,7
/proc/51611/task/51692/stat : 51692 (Timer-0) S 51602 51611 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53201616 19521036288 1038854 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
Current children cumulated CPU time: 3562.31 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4155416 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3620.11 s]
/proc/loadavg: 4.30 4.25 4.13 6/328 52025
/proc/meminfo: memFree=117539772/131382112 swapFree=33010160/33010684
[pid=51611] ppid=51602 vsize=19063512 memory=4155416 CPUtime=3600.08 cores=5,7
/proc/51611/stat : 51611 (java) S 51602 51611 51551 0 -1 4194304 149575 0 0 0 359540 468 0 0 20 0 20 0 53201546 19521036288 1038854 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
/proc/51611/statm: 4765878 1038854 5521 1 0 1053384 0
[pid=51611/tid=51625] ppid=51602 vsize=19063512 memory=4155416 CPUtime=3557.82 cores=5,7
/proc/51611/task/51625/stat : 51625 (java) R 51602 51611 51551 0 -1 4194368 71917 0 0 0 355648 134 0 0 20 0 20 0 53201549 19521036288 1038854 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
[pid=51611/tid=51661] ppid=51602 vsize=19063512 memory=4155416 CPUtime=0 cores=5,7
/proc/51611/task/51661/stat : 51661 (Finalizer) S 51602 51611 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 53201554 19521036288 1038854 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
[pid=51611/tid=51680] ppid=51602 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/51611/task/51680/stat : 51680 (Common-Cleaner) S 51602 51611 51551 0 -1 4194368 2036 0 0 0 0 0 0 0 20 0 20 0 53201556 19521036288 1038854 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
[pid=51611/tid=51692] ppid=51602 vsize=19063512 memory=4155416 CPUtime=0 cores=5,7
/proc/51611/task/51692/stat : 51692 (Timer-0) S 51602 51611 51551 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 53201616 19521036288 1038854 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4155416 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.67 s, system=4.72144 s

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

[startup+3620.2 s]
/proc/loadavg: 4.30 4.25 4.13 6/328 52025
/proc/meminfo: memFree=117539772/131382112 swapFree=33010160/33010684
[pid=51611] ppid=51602 vsize=19263204 memory=4156056 CPUtime=3600.26 cores=5,7
/proc/51611/stat : 51611 (java) S 51602 51611 51551 0 -1 4194304 151497 0 0 0 359557 469 0 0 20 0 21 0 53201546 19725520896 1039014 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
/proc/51611/statm: 4815801 1039014 5521 1 0 1054335 0
[pid=51611/tid=51625] ppid=51602 vsize=19263204 memory=4788 CPUtime=3557.91 cores=5,7
/proc/51611/task/51625/stat : 51625 (java) R 51602 51611 51551 0 -1 4194368 71917 0 0 0 355657 134 0 0 20 0 21 0 53201549 19725520896 1039014 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
[pid=51611/tid=51661] ppid=51602 vsize=19263204 memory=5160 CPUtime=0 cores=5,7
/proc/51611/task/51661/stat : 51661 (Finalizer) S 51602 51611 51551 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 53201554 19725520896 1039014 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
[pid=51611/tid=51680] ppid=51602 vsize=19263204 memory=5044 CPUtime=0 cores=5,7
/proc/51611/task/51680/stat : 51680 (Common-Cleaner) S 51602 51611 51551 0 -1 4194368 2036 0 0 0 0 0 0 0 20 0 21 0 53201556 19725520896 1039014 18446744073709551615 94474710577152 94474710580848 140736662897904 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94474710588664 94474710589456 94474736549888 140736662907181 140736662907366 140736662907366 140736662912968 0
Current children cumulated CPU time: 3600.26 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 4156056 KiB

Child status: 143

Real time (s): 3620.29
CPU time (s): 3600.39
CPU user time (s): 3595.67
CPU system time (s): 4.72144
CPU usage (%): 99.4503
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 4156056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.67
system time used= 4.72144
maximum resident set size= 4156312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152114
page faults= 0
swaps= 0
block input operations= 0
block output operations= 468688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 191036
involuntary context switches= 11591


# summary of solver processes directly reported to runsolver:
#   pid: 51611
#   total CPU time (s): 3600.39
#   total CPU user time (s): 3595.67
#   total CPU system time (s): 4.72144

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 20.708 second user time and 38.9377 second system time

The end

Launcher Data

Begin job on nodeC001 at 2025-07-01 15:07:07
IDJOB=4490341
IDBENCH=147578
IDSOLVER=3362
FILE ID=nodeC001/4490341-1751375226
RUNJOBID= nodeC001-1751375226-51564
SLURM_JOB_ID= 9598212
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/market-split/normalized-opt-market-split_8_70_1.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4490341-1751375226/watcher-4490341-1751375226 -o /tmp/evaluation-result-4490341-1751375226/solver-4490341-1751375226 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC001-1751375226-51564 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4490341-1751375226 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4490341-1751375226.opb

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

MD5SUM BENCH= b4b357048b7fd6a2befaa81502734110
RANDOM SEED=657437023

nodeC001 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		: 1197.370
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.49
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		: 1197.075
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.49
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.148
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.49
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.322
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.176
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.49
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.246
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.49
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.298
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.49
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.165
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        130063756 kB
MemAvailable:   129938308 kB
Buffers:            2128 kB
Cached:           678576 kB
SwapCached:           28 kB
Active:           367212 kB
Inactive:         379692 kB
Active(anon):      73752 kB
Inactive(anon):    10380 kB
Active(file):     293460 kB
Inactive(file):   369312 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010160 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1296 kB
Writeback:             0 kB
AnonPages:         69484 kB
Mapped:           102208 kB
Shmem:             17932 kB
KReclaimable:     102432 kB
Slab:             184752 kB
SReclaimable:     102432 kB
SUnreclaim:        82320 kB
KernelStack:        3832 kB
PageTables:         2340 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     331788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149272 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 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:      195400 kB
DirectMap2M:     9144320 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 433052 MiB
End job on nodeC001 at 2025-07-01 16:07:27