Trace number 4524777

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j CP 2025-06-06MSAT (TO) 3600.21 3155.11

General information on the benchmark

NamePB24/WBO/SOFT-LIN/PB06/submitted-PB06/namasivayam/
tsp/normalized-t3002.11tsp11.1900577940--soft-0-100-0.wbo
MD5SUM51059ca2af55d3d702101de6e9ca1ef0
Bench CategorySOFT-LIN (WBO, only soft constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark28.088
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 136180
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 136179
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 661
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


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

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB25.v20250606
0.00/0.09	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.09	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.09	c java.vm.version	22.0.1+8-16
0.00/0.09	c java.vm.vendor	Oracle Corporation
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		22.0.1
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		2104792832
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.11/0.10	c Number of processors 	2
0.11/0.16	c Pseudo Boolean Optimization by upper bound
0.11/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.16	c  - never skip resolution steps
0.11/0.16	c  - Auto-division on coefficients is disabled
0.11/0.16	c  - No postprocessing
0.11/0.16	c  - Conflict is considered as is when resolving
0.11/0.16	c  - Use constraints as they come during conflict analysis
0.11/0.16	c  - Weaken first using unassigned literals
0.11/0.16	c  - Bump strategy: ALWAYS_ONE
0.11/0.16	c  - Bumper: ANY
0.11/0.16	c --- Begin Solver configuration ---
0.11/0.16	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5cbc508c
0.11/0.16	c Learn all clauses as in MiniSAT
0.11/0.16	c LOGGER=java.util.logging.Logger@68fb2c38 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.16	c No reason simplification
0.11/0.16	c Armin Biere (Picosat) restarts strategy
0.11/0.16	c Activity based learned constraints deletion strategy with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.16	c timeout=2147483s
0.11/0.16	c DB Simplification allowed=false
0.11/0.16	c Listener: none
0.11/0.16	c --- End Solver configuration ---
0.11/0.16	c solving HOME/instance-4524777-1751616946.wbo
0.11/0.16	c reading problem ... 
0.30/0.24	c ... done. Wall clock time 0.082s.
0.30/0.24	c declared #vars     231
0.30/0.24	c internal #vars     2938
0.30/0.24	c #constraints  2708
0.30/0.24	c constraints type 
0.30/0.24	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23
0.30/0.24	c org.sat4j.specs.Constr$1 => 1
0.30/0.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2684
0.30/0.24	c 2708 constraints processed.
0.30/0.25	c objective function length is 2707 literals
0.68/0.46	c SATISFIABLE
0.68/0.46	c OPTIMIZING...
0.68/0.46	c Got one! Elapsed wall clock time (in seconds):0.296
0.68/0.46	o 36590
1.05/0.66	c Got one! Elapsed wall clock time (in seconds):0.497
1.05/0.66	o 35310
1.64/0.96	c Got one! Elapsed wall clock time (in seconds):0.797
1.64/0.96	o 35285
2.05/1.19	c Got one! Elapsed wall clock time (in seconds):1.024
2.05/1.19	o 35284
2.83/1.50	c Got one! Elapsed wall clock time (in seconds):1.34
2.83/1.50	o 35283
3.81/2.04	c Got one! Elapsed wall clock time (in seconds):1.875
3.81/2.04	o 35282
4.38/2.39	c Got one! Elapsed wall clock time (in seconds):2.23
4.38/2.39	o 35281
4.98/2.80	c Got one! Elapsed wall clock time (in seconds):2.644
4.98/2.80	o 35280
5.81/3.50	c Got one! Elapsed wall clock time (in seconds):3.339
5.81/3.50	o 35224
7.40/4.89	c Got one! Elapsed wall clock time (in seconds):4.73
7.40/4.89	o 35223
8.05/5.42	c Got one! Elapsed wall clock time (in seconds):5.255
8.05/5.42	o 35222
8.76/6.12	c Got one! Elapsed wall clock time (in seconds):5.961
8.76/6.12	o 35221
10.08/7.42	c Got one! Elapsed wall clock time (in seconds):7.263
10.08/7.42	o 35220
12.16/9.42	c Got one! Elapsed wall clock time (in seconds):9.257
12.16/9.42	o 35187
15.46/12.75	c Got one! Elapsed wall clock time (in seconds):12.587
15.46/12.75	o 35186
16.48/13.78	c Got one! Elapsed wall clock time (in seconds):13.62
16.48/13.78	o 35144
36.77/33.42	c Got one! Elapsed wall clock time (in seconds):33.264
36.77/33.43	o 3020
131.27/124.71	c cleaning 2482 clauses out of 5000
142.79/136.12	c Got one! Elapsed wall clock time (in seconds):135.955
142.79/136.12	o 3007
167.68/160.82	c Got one! Elapsed wall clock time (in seconds):160.662
167.68/160.82	o 2999
281.64/274.10	c Got one! Elapsed wall clock time (in seconds):273.939
281.64/274.10	o 2987
3600.03/3155.02	c starts		: 48
3600.03/3155.03	c conflicts		: 7888
3600.03/3155.03	c decisions		: 296762
3600.03/3155.03	c propagations		: 1098590
3600.03/3155.03	c inspects		: 334200225
3600.03/3155.03	c shortcuts		: 0
3600.03/3155.03	c learnt literals	: 0
3600.03/3155.03	c learnt binary clauses	: 0
3600.03/3155.03	c learnt ternary clauses	: 0
3600.03/3155.03	c learnt constraints	: 7887
3600.03/3155.03	c ignored constraints	: 0
3600.03/3155.03	c root simplifications	: 0
3600.03/3155.03	c removed literals (reason simplification)	: 0
3600.03/3155.03	c reason swapping (by a shorter reason)	: 0
3600.03/3155.03	c Calls to reduceDB	: 1
3600.03/3155.03	c Number of update (reduction) of LBD	: 0
3600.03/3155.03	c Imported unit clauses	: 0
3600.03/3155.03	c No decision after first conflict	: false
3600.03/3155.04	c number of reductions to clauses (during analyze)	: 0
3600.03/3155.04	c number of learned constraints concerned by reduction	: 0
3600.03/3155.04	c number of learning phase by resolution	: 0
3600.03/3155.04	c number of learning phase by cutting planes	: 0
3600.03/3155.04	c number of rounding to 1 operations	: 0
3600.03/3155.04	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3155.04	c number of reductions of the coefficients by power 2 	: 0
3600.03/3155.04	c number of right shift for reduction by power 2 	: 0
3600.03/3155.04	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3155.04	c number of ending skipping 	: 0
3600.03/3155.04	c number of internal skipping 	: 0
3600.03/3155.04	c number of derivation steps 	: 77511
3600.03/3155.04	c number of skipped derivation steps 	: 0
3600.03/3155.04	c number of remaining unassigned 	: 2175092
3600.03/3155.04	c number of remaining assigned 	: 3599393
3600.03/3155.04	c number of falsified literals weakened from reason	: 0
3600.03/3155.04	c number of falsified literals weakened from conflict	: 0
3600.03/3155.04	c time for arithmetic operations	: 1750350241150
3600.03/3155.04	c minimum degree of deleted constraints	: null
3600.03/3155.04	c maximum degree of deleted constraints	: null
3600.03/3155.04	c number of deleted constraints	: 0
3600.03/3155.06	c speed (assignments/second)	: 348.2296422007705
3600.03/3155.06	c non guided choices	: 2337
3600.03/3155.06	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 137
3600.03/3155.07	c learnt constraints type org.sat4j.pb.constraints.pb.MaxWatchPb	: 5268
3600.03/3155.07	s SATISFIABLE
3600.03/3155.07	c Found 20 solution(s)
3600.03/3155.07	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 
3600.03/3155.07	c objective function=2987
3600.03/3155.07	c Total wall clock time (in seconds): 3154.911

Verifier Data

OK	1336

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4524777-1751616946/watcher-4524777-1751616946 -o /tmp/evaluation-result-4524777-1751616946/solver-4524777-1751616946 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751613340-97163 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4524777-1751616946.wbo 

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 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=97690, runsolver pid=97687

[startup+0.100061 s]*
/proc/loadavg: 4.21 4.15 4.08 3/295 97712
/proc/meminfo: memFree=115554592/131249996 swapFree=33010684/33010684
[pid=97690] ppid=97687 vsize=18930384 memory=53264 CPUtime=0.11 cores=5,7
/proc/97690/stat : 97690 (java) S 97687 97690 96338 0 -1 4194304 6472 0 0 0 9 2 0 0 20 0 18 0 77372471 19384713216 13316 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
/proc/97690/statm: 4732596 13316 5337 1 0 547568 0
[pid=97690/tid=97696] ppid=97687 vsize=18930384 memory=4026532379 CPUtime=0.06 cores=5,7
/proc/97690/task/97696/stat : 97696 (java) R 97687 97690 96338 0 -1 4194368 5001 0 0 0 5 1 0 0 20 0 18 0 77372473 19384713216 13316 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
[pid=97690/tid=97705] ppid=97687 vsize=18930384 memory=219932787024 CPUtime=0 cores=5,7
/proc/97690/task/97705/stat : 97705 (Finalizer) S 97687 97690 96338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 77372475 19384713216 13316 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
[pid=97690/tid=97712] ppid=97687 vsize=18930384 memory=55186957823283 CPUtime=0 cores=5,7
/proc/97690/task/97712/stat : 97712 (Common-Cleaner) S 97687 97690 96338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 77372476 19384713216 13316 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 53264 KiB

[startup+0.205772 s]*
/proc/loadavg: 4.21 4.15 4.08 5/295 97712
/proc/meminfo: memFree=115517704/131249996 swapFree=33010684/33010684
[pid=97690] ppid=97687 vsize=18930384 memory=62368 CPUtime=0.3 cores=5,7
/proc/97690/stat : 97690 (java) S 97687 97690 96338 0 -1 4194304 7126 0 0 0 28 2 0 0 20 0 18 0 77372471 19384713216 15592 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
/proc/97690/statm: 4732596 15592 5433 1 0 547997 0
[pid=97690/tid=97696] ppid=97687 vsize=18930384 memory=4026837019 CPUtime=0.15 cores=5,7
/proc/97690/task/97696/stat : 97696 (java) R 97687 97690 96338 0 -1 4194368 5360 0 0 0 14 1 0 0 20 0 18 0 77372473 19384713216 15592 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
[pid=97690/tid=97705] ppid=97687 vsize=18930384 memory=219932787024 CPUtime=0 cores=5,7
/proc/97690/task/97705/stat : 97705 (Finalizer) S 97687 97690 96338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 77372475 19384713216 15592 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
[pid=97690/tid=97712] ppid=97687 vsize=18930384 memory=55186957823283 CPUtime=0 cores=5,7
/proc/97690/task/97712/stat : 97712 (Common-Cleaner) S 97687 97690 96338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 77372476 19384713216 15592 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 62368 KiB

[startup+0.305734 s]*
/proc/loadavg: 4.21 4.15 4.08 5/296 97713
/proc/meminfo: memFree=115495208/131249996 swapFree=33010684/33010684
[pid=97690] ppid=97687 vsize=18996948 memory=74060 CPUtime=0.49 cores=5,7
/proc/97690/stat : 97690 (java) S 97687 97690 96338 0 -1 4194304 7463 0 0 0 46 3 0 0 20 0 19 0 77372471 19452874752 18515 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
/proc/97690/statm: 4749237 18515 5497 1 0 548420 0
[pid=97690/tid=97696] ppid=97687 vsize=18996948 memory=-6000919502754768230 CPUtime=0.25 cores=5,7
/proc/97690/task/97696/stat : 97696 (java) R 97687 97690 96338 0 -1 4194368 5500 0 0 0 23 2 0 0 20 0 19 0 77372473 19452874752 18515 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
[pid=97690/tid=97705] ppid=97687 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/97690/task/97705/stat : 97705 (Finalizer) S 97687 97690 96338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 77372475 19452874752 18515 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
[pid=97690/tid=97712] ppid=97687 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/97690/task/97712/stat : 97712 (Common-Cleaner) S 97687 97690 96338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 77372476 19452874752 18515 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
[pid=97690/tid=97713] ppid=97687 vsize=18996948 memory=0 CPUtime=0 cores=5,7
/proc/97690/task/97713/stat : 97713 (Timer-0) S 97687 97690 96338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 77372498 19452874752 18515 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 74060 KiB

[startup+0.700238 s]
/proc/loadavg: 4.21 4.15 4.08 4/296 97713
/proc/meminfo: memFree=115394148/131249996 swapFree=33010684/33010684
[pid=97690] ppid=97687 vsize=19063512 memory=166196 CPUtime=1.24 cores=5,7
/proc/97690/stat : 97690 (java) S 97687 97690 96338 0 -1 4194304 10924 0 0 0 118 6 0 0 20 0 20 0 77372471 19521036288 41549 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
/proc/97690/statm: 4765878 41549 5529 1 0 550407 0
[pid=97690/tid=97696] ppid=97687 vsize=19063512 memory=18944 CPUtime=0.6 cores=5,7
/proc/97690/task/97696/stat : 97696 (java) R 97687 97690 96338 0 -1 4194368 5578 0 0 0 57 3 0 0 20 0 20 0 77372473 19521036288 41549 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
[pid=97690/tid=97705] ppid=97687 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/97690/task/97705/stat : 97705 (Finalizer) S 97687 97690 96338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77372475 19521036288 41549 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
[pid=97690/tid=97712] ppid=97687 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/97690/task/97712/stat : 97712 (Common-Cleaner) S 97687 97690 96338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 77372476 19521036288 41549 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
[pid=97690/tid=97713] ppid=97687 vsize=19063512 memory=4756 CPUtime=0 cores=5,7
/proc/97690/task/97713/stat : 97713 (Timer-0) S 97687 97690 96338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77372498 19521036288 41549 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 166196 KiB

[startup+1.50027 s]
/proc/loadavg: 4.21 4.15 4.08 7/303 97726
/proc/meminfo: memFree=115189680/131249996 swapFree=33010684/33010684
[pid=97690] ppid=97687 vsize=19063512 memory=199900 CPUtime=2.83 cores=5,7
/proc/97690/stat : 97690 (java) S 97687 97690 96338 0 -1 4194304 18701 0 0 0 275 8 0 0 20 0 20 0 77372471 19521036288 49975 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
/proc/97690/statm: 4765878 49975 5529 1 0 556168 0
[pid=97690/tid=97696] ppid=97687 vsize=19063512 memory=10752 CPUtime=1.33 cores=5,7
/proc/97690/task/97696/stat : 97696 (java) R 97687 97690 96338 0 -1 4194368 5584 0 0 0 129 4 0 0 20 0 20 0 77372473 19521036288 49975 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
[pid=97690/tid=97705] ppid=97687 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/97690/task/97705/stat : 97705 (Finalizer) S 97687 97690 96338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77372475 19521036288 49975 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
[pid=97690/tid=97712] ppid=97687 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/97690/task/97712/stat : 97712 (Common-Cleaner) S 97687 97690 96338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 77372476 19521036288 49975 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
[pid=97690/tid=97713] ppid=97687 vsize=19063512 memory=4756 CPUtime=0 cores=5,7
/proc/97690/task/97713/stat : 97713 (Timer-0) S 97687 97690 96338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77372498 19521036288 49975 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 199900 KiB

[startup+3.10583 s]
/proc/loadavg: 4.21 4.15 4.08 8/342 97825
/proc/meminfo: memFree=114250264/131249996 swapFree=33010684/33010684
[pid=97690] ppid=97687 vsize=19063512 memory=704816 CPUtime=5.35 cores=5,7
/proc/97690/stat : 97690 (java) S 97687 97690 96338 0 -1 4194304 19743 0 0 0 515 20 0 0 20 0 20 0 77372471 19521036288 176204 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
/proc/97690/statm: 4765878 176204 5529 1 0 825623 0
[pid=97690/tid=97696] ppid=97687 vsize=19063512 memory=10752 CPUtime=2.87 cores=5,7
/proc/97690/task/97696/stat : 97696 (java) R 97687 97690 96338 0 -1 4194368 5821 0 0 0 273 14 0 0 20 0 20 0 77372473 19521036288 176204 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
[pid=97690/tid=97705] ppid=97687 vsize=19063512 memory=-6000919476951082342 CPUtime=0 cores=5,7
/proc/97690/task/97705/stat : 97705 (Finalizer) S 97687 97690 96338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77372475 19521036288 176204 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
[pid=97690/tid=97712] ppid=97687 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/97690/task/97712/stat : 97712 (Common-Cleaner) S 97687 97690 96338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 77372476 19521036288 176204 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
[pid=97690/tid=97713] ppid=97687 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/97690/task/97713/stat : 97713 (Timer-0) S 97687 97690 96338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77372498 19521036288 176204 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
Current children cumulated CPU time: 5.35 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 704816 KiB

[startup+6.30026 s]
/proc/loadavg: 4.28 4.16 4.08 5/343 97826
/proc/meminfo: memFree=113090828/131249996 swapFree=33010684/33010684
[pid=97690] ppid=97687 vsize=19063512 memory=1580692 CPUtime=8.96 cores=5,7
/proc/97690/stat : 97690 (java) S 97687 97690 96338 0 -1 4194304 20609 0 0 0 860 36 0 0 20 0 20 0 77372471 19521036288 395173 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
/proc/97690/statm: 4765878 395173 5529 1 0 825631 0
[pid=97690/tid=97696] ppid=97687 vsize=19063512 memory=0 CPUtime=6.05 cores=5,7
/proc/97690/task/97696/stat : 97696 (java) R 97687 97690 96338 0 -1 4194368 6600 0 0 0 575 30 0 0 20 0 20 0 77372473 19521036288 395173 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
[pid=97690/tid=97705] ppid=97687 vsize=19063512 memory=3328 CPUtime=0 cores=5,7
/proc/97690/task/97705/stat : 97705 (Finalizer) S 97687 97690 96338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77372475 19521036288 395173 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
[pid=97690/tid=97712] ppid=97687 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/97690/task/97712/stat : 97712 (Common-Cleaner) S 97687 97690 96338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 77372476 19521036288 395173 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
[pid=97690/tid=97713] ppid=97687 vsize=19063512 memory=-6368199152461293614 CPUtime=0 cores=5,7
/proc/97690/task/97713/stat : 97713 (Timer-0) S 97687 97690 96338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77372498 19521036288 395173 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
Current children cumulated CPU time: 8.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1580692 KiB

[startup+12.7002 s]
/proc/loadavg: 4.25 4.16 4.08 5/343 97827
/proc/meminfo: memFree=111081784/131249996 swapFree=33010684/33010684
[pid=97690] ppid=97687 vsize=19063512 memory=2043776 CPUtime=15.46 cores=5,7
/proc/97690/stat : 97690 (java) S 97687 97690 96338 0 -1 4194304 24668 0 0 0 1500 46 0 0 20 0 20 0 77372471 19521036288 510944 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
/proc/97690/statm: 4765878 510944 5529 1 0 825639 0
[pid=97690/tid=97696] ppid=97687 vsize=19063512 memory=14844 CPUtime=12.29 cores=5,7
/proc/97690/task/97696/stat : 97696 (java) R 97687 97690 96338 0 -1 4194368 8716 0 0 0 1191 38 0 0 20 0 20 0 77372473 19521036288 510944 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
[pid=97690/tid=97705] ppid=97687 vsize=19063512 memory=0 CPUtime=0 cores=5,7
/proc/97690/task/97705/stat : 97705 (Finalizer) S 97687 97690 96338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77372475 19521036288 510944 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
[pid=97690/tid=97712] ppid=97687 vsize=19063512 memory=5632 CPUtime=0 cores=5,7
/proc/97690/task/97712/stat : 97712 (Common-Cleaner) S 97687 97690 96338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 77372476 19521036288 510944 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
[pid=97690/tid=97713] ppid=97687 vsize=19063512 memory=5276 CPUtime=0 cores=5,7
/proc/97690/task/97713/stat : 97713 (Timer-0) S 97687 97690 96338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77372498 19521036288 510944 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
Current children cumulated CPU time: 15.46 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2043776 KiB

[startup+25.5002 s]
/proc/loadavg: 4.29 4.17 4.09 6/343 97827
/proc/meminfo: memFree=108840904/131249996 swapFree=33010684/33010684
[pid=97690] ppid=97687 vsize=19063512 memory=2080852 CPUtime=28.49 cores=5,7
/proc/97690/stat : 97690 (java) S 97687 97690 96338 0 -1 4194304 31774 0 0 0 2801 48 0 0 20 0 20 0 77372471 19521036288 520213 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
/proc/97690/statm: 4765878 520213 5529 1 0 825639 0
[pid=97690/tid=97696] ppid=97687 vsize=19063512 memory=1998552 CPUtime=24.96 cores=5,7
/proc/97690/task/97696/stat : 97696 (java) R 97687 97690 96338 0 -1 4194368 10427 0 0 0 2458 38 0 0 20 0 20 0 77372473 19521036288 520213 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
[pid=97690/tid=97705] ppid=97687 vsize=19063512 memory=-6000919476951082342 CPUtime=0 cores=5,7
/proc/97690/task/97705/stat : 97705 (Finalizer) S 97687 97690 96338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77372475 19521036288 520213 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
[pid=97690/tid=97712] ppid=97687 vsize=19063512 memory=164 CPUtime=0 cores=5,7
/proc/97690/task/97712/stat : 97712 (Common-Cleaner) S 97687 97690 96338 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 77372476 19521036288 520213 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
[pid=97690/tid=97713] ppid=97687 vsize=19063512 memory=2043904 CPUtime=0 cores=5,7
/proc/97690/task/97713/stat : 97713 (Timer-0) S 97687 97690 96338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77372498 19521036288 520213 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
Current children cumulated CPU time: 28.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2080852 KiB

[startup+51.1058 s]
/proc/loadavg: 4.31 4.18 4.10 5/342 97827
/proc/meminfo: memFree=108472272/131249996 swapFree=33010684/33010684
[pid=97690] ppid=97687 vsize=19063512 memory=2164236 CPUtime=54.61 cores=5,7
/proc/97690/stat : 97690 (java) S 97687 97690 96338 0 -1 4194304 37727 0 0 0 5409 52 0 0 20 0 20 0 77372471 19521036288 541059 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
/proc/97690/statm: 4765878 541059 5529 1 0 825639 0
[pid=97690/tid=97696] ppid=97687 vsize=19063512 memory=0 CPUtime=50.32 cores=5,7
/proc/97690/task/97696/stat : 97696 (java) R 97687 97690 96338 0 -1 4194368 13196 0 0 0 4994 38 0 0 20 0 20 0 77372473 19521036288 541059 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
[pid=97690/tid=97705] ppid=97687 vsize=19063512 memory=10752 CPUtime=0 cores=5,7

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

/proc/meminfo: memFree=90735072/131249996 swapFree=33010684/33010684
[pid=97690] ppid=97687 vsize=19063512 memory=9765044 CPUtime=3174.19 cores=5,7
/proc/97690/stat : 97690 (java) S 97687 97690 96338 0 -1 4194304 235399 0 0 0 316775 644 0 0 20 0 20 0 77372471 19521036288 2441261 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
/proc/97690/statm: 4765878 2441261 5529 1 0 2456267 0
[pid=97690/tid=97696] ppid=97687 vsize=19063512 memory=9765044 CPUtime=2713.29 cores=5,7
/proc/97690/task/97696/stat : 97696 (java) R 97687 97690 96338 0 -1 4194368 99981 0 0 0 271156 173 0 0 20 0 20 0 77372473 19521036288 2441261 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
[pid=97690/tid=97705] ppid=97687 vsize=19063512 memory=9765044 CPUtime=0 cores=5,7
/proc/97690/task/97705/stat : 97705 (Finalizer) S 97687 97690 96338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77372475 19521036288 2441261 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
[pid=97690/tid=97712] ppid=97687 vsize=19063512 memory=14844 CPUtime=0 cores=5,7
/proc/97690/task/97712/stat : 97712 (Common-Cleaner) S 97687 97690 96338 0 -1 4194368 871 0 0 0 0 0 0 0 20 0 20 0 77372476 19521036288 2441261 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
[pid=97690/tid=97713] ppid=97687 vsize=19063512 memory=14844 CPUtime=0 cores=5,7
/proc/97690/task/97713/stat : 97713 (Timer-0) S 97687 97690 96338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77372498 19521036288 2441261 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
Current children cumulated CPU time: 3174.19 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9765044 KiB

[startup+2802.3 s]
/proc/loadavg: 4.38 4.67 4.78 6/341 97980
/proc/meminfo: memFree=90734700/131249996 swapFree=33010684/33010684
[pid=97690] ppid=97687 vsize=19063512 memory=9765044 CPUtime=3234.11 cores=5,7
/proc/97690/stat : 97690 (java) S 97687 97690 96338 0 -1 4194304 237900 0 0 0 322766 645 0 0 20 0 20 0 77372471 19521036288 2441261 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
/proc/97690/statm: 4765878 2441261 5529 1 0 2456267 0
[pid=97690/tid=97696] ppid=97687 vsize=19063512 memory=9765044 CPUtime=2773.18 cores=5,7
/proc/97690/task/97696/stat : 97696 (java) R 97687 97690 96338 0 -1 4194368 101899 0 0 0 277145 173 0 0 20 0 20 0 77372473 19521036288 2441261 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
[pid=97690/tid=97705] ppid=97687 vsize=19063512 memory=9765044 CPUtime=0 cores=5,7
/proc/97690/task/97705/stat : 97705 (Finalizer) S 97687 97690 96338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77372475 19521036288 2441261 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
[pid=97690/tid=97712] ppid=97687 vsize=19063512 memory=9765044 CPUtime=0 cores=5,7
/proc/97690/task/97712/stat : 97712 (Common-Cleaner) S 97687 97690 96338 0 -1 4194368 880 0 0 0 0 0 0 0 20 0 20 0 77372476 19521036288 2441261 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
[pid=97690/tid=97713] ppid=97687 vsize=19063512 memory=9765044 CPUtime=0 cores=5,7
/proc/97690/task/97713/stat : 97713 (Timer-0) S 97687 97690 96338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77372498 19521036288 2441261 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
Current children cumulated CPU time: 3234.11 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9765044 KiB

[startup+2862.3 s]
/proc/loadavg: 4.32 4.59 4.74 5/342 97983
/proc/meminfo: memFree=90734588/131249996 swapFree=33010684/33010684
[pid=97690] ppid=97687 vsize=19063512 memory=9765044 CPUtime=3295.57 cores=5,7
/proc/97690/stat : 97690 (java) S 97687 97690 96338 0 -1 4194304 243129 0 0 0 328910 647 0 0 20 0 20 0 77372471 19521036288 2441261 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
/proc/97690/statm: 4765878 2441261 5529 1 0 2456267 0
[pid=97690/tid=97696] ppid=97687 vsize=19063512 memory=10752 CPUtime=2833.06 cores=5,7
/proc/97690/task/97696/stat : 97696 (java) R 97687 97690 96338 0 -1 4194368 104535 0 0 0 283133 173 0 0 20 0 20 0 77372473 19521036288 2441261 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
[pid=97690/tid=97705] ppid=97687 vsize=19063512 memory=9765044 CPUtime=0 cores=5,7
/proc/97690/task/97705/stat : 97705 (Finalizer) S 97687 97690 96338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77372475 19521036288 2441261 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
[pid=97690/tid=97712] ppid=97687 vsize=19063512 memory=14844 CPUtime=0 cores=5,7
/proc/97690/task/97712/stat : 97712 (Common-Cleaner) S 97687 97690 96338 0 -1 4194368 890 0 0 0 0 0 0 0 20 0 20 0 77372476 19521036288 2441261 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
[pid=97690/tid=97713] ppid=97687 vsize=19063512 memory=18944 CPUtime=0 cores=5,7
/proc/97690/task/97713/stat : 97713 (Timer-0) S 97687 97690 96338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77372498 19521036288 2441261 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
Current children cumulated CPU time: 3295.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9765044 KiB

[startup+2922.3 s]
/proc/loadavg: 4.04 4.48 4.69 4/317 98024
/proc/meminfo: memFree=96522180/131249996 swapFree=33010684/33010684
[pid=97690] ppid=97687 vsize=19063512 memory=9765044 CPUtime=3357.04 cores=5,7
/proc/97690/stat : 97690 (java) S 97687 97690 96338 0 -1 4194304 248129 0 0 0 335055 649 0 0 20 0 20 0 77372471 19521036288 2441261 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
/proc/97690/statm: 4765878 2441261 5529 1 0 2456267 0
[pid=97690/tid=97696] ppid=97687 vsize=19063512 memory=9765044 CPUtime=2892.93 cores=5,7
/proc/97690/task/97696/stat : 97696 (java) R 97687 97690 96338 0 -1 4194368 107067 0 0 0 289120 173 0 0 20 0 20 0 77372473 19521036288 2441261 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
[pid=97690/tid=97705] ppid=97687 vsize=19063512 memory=4716284356376293020 CPUtime=0 cores=5,7
/proc/97690/task/97705/stat : 97705 (Finalizer) S 97687 97690 96338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77372475 19521036288 2441261 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
[pid=97690/tid=97712] ppid=97687 vsize=19063512 memory=323500 CPUtime=0 cores=5,7
/proc/97690/task/97712/stat : 97712 (Common-Cleaner) S 97687 97690 96338 0 -1 4194368 895 0 0 0 0 0 0 0 20 0 20 0 77372476 19521036288 2441261 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
[pid=97690/tid=97713] ppid=97687 vsize=19063512 memory=9765044 CPUtime=0 cores=5,7
/proc/97690/task/97713/stat : 97713 (Timer-0) S 97687 97690 96338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77372498 19521036288 2441261 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
Current children cumulated CPU time: 3357.04 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9765044 KiB

[startup+2982.3 s]
/proc/loadavg: 3.60 4.27 4.60 4/316 98026
/proc/meminfo: memFree=96523392/131249996 swapFree=33010684/33010684
[pid=97690] ppid=97687 vsize=19063512 memory=9765044 CPUtime=3416.93 cores=5,7
/proc/97690/stat : 97690 (java) S 97687 97690 96338 0 -1 4194304 249370 0 0 0 341044 649 0 0 20 0 20 0 77372471 19521036288 2441261 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
/proc/97690/statm: 4765878 2441261 5529 1 0 2456267 0
[pid=97690/tid=97696] ppid=97687 vsize=19063512 memory=9765044 CPUtime=2952.81 cores=5,7
/proc/97690/task/97696/stat : 97696 (java) R 97687 97690 96338 0 -1 4194368 108266 0 0 0 295108 173 0 0 20 0 20 0 77372473 19521036288 2441261 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
[pid=97690/tid=97705] ppid=97687 vsize=19063512 memory=9765044 CPUtime=0 cores=5,7
/proc/97690/task/97705/stat : 97705 (Finalizer) S 97687 97690 96338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77372475 19521036288 2441261 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
[pid=97690/tid=97712] ppid=97687 vsize=19063512 memory=9765044 CPUtime=0 cores=5,7
/proc/97690/task/97712/stat : 97712 (Common-Cleaner) S 97687 97690 96338 0 -1 4194368 901 0 0 0 0 0 0 0 20 0 20 0 77372476 19521036288 2441261 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
[pid=97690/tid=97713] ppid=97687 vsize=19063512 memory=1792 CPUtime=0 cores=5,7
/proc/97690/task/97713/stat : 97713 (Timer-0) S 97687 97690 96338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77372498 19521036288 2441261 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
Current children cumulated CPU time: 3416.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9765044 KiB

[startup+3042.3 s]
/proc/loadavg: 3.46 4.11 4.53 4/317 98029
/proc/meminfo: memFree=96530220/131249996 swapFree=33010684/33010684
[pid=97690] ppid=97687 vsize=19063512 memory=9765044 CPUtime=3478.4 cores=5,7
/proc/97690/stat : 97690 (java) S 97687 97690 96338 0 -1 4194304 254111 0 0 0 347188 652 0 0 20 0 20 0 77372471 19521036288 2441261 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
/proc/97690/statm: 4765878 2441261 5529 1 0 2456267 0
[pid=97690/tid=97696] ppid=97687 vsize=19063512 memory=10752 CPUtime=3012.69 cores=5,7
/proc/97690/task/97696/stat : 97696 (java) R 97687 97690 96338 0 -1 4194368 110566 0 0 0 301096 173 0 0 20 0 20 0 77372473 19521036288 2441261 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
[pid=97690/tid=97705] ppid=97687 vsize=19063512 memory=18944 CPUtime=0 cores=5,7
/proc/97690/task/97705/stat : 97705 (Finalizer) S 97687 97690 96338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77372475 19521036288 2441261 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
[pid=97690/tid=97712] ppid=97687 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/97690/task/97712/stat : 97712 (Common-Cleaner) S 97687 97690 96338 0 -1 4194368 903 0 0 0 0 0 0 0 20 0 20 0 77372476 19521036288 2441261 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
[pid=97690/tid=97713] ppid=97687 vsize=19063512 memory=14844 CPUtime=0 cores=5,7
/proc/97690/task/97713/stat : 97713 (Timer-0) S 97687 97690 96338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77372498 19521036288 2441261 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
Current children cumulated CPU time: 3478.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9765044 KiB

[startup+3102.3 s]
/proc/loadavg: 3.35 3.96 4.45 4/317 98031
/proc/meminfo: memFree=96530364/131249996 swapFree=33010684/33010684
[pid=97690] ppid=97687 vsize=19063512 memory=9765044 CPUtime=3541.58 cores=5,7
/proc/97690/stat : 97690 (java) S 97687 97690 96338 0 -1 4194304 260190 0 0 0 353501 657 0 0 20 0 20 0 77372471 19521036288 2441261 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
/proc/97690/statm: 4765878 2441261 5529 1 0 2456267 0
[pid=97690/tid=97696] ppid=97687 vsize=19063512 memory=18944 CPUtime=3072.48 cores=5,7
/proc/97690/task/97696/stat : 97696 (java) R 97687 97690 96338 0 -1 4194368 115015 0 0 0 307074 174 0 0 20 0 20 0 77372473 19521036288 2441261 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
[pid=97690/tid=97705] ppid=97687 vsize=19063512 memory=9765044 CPUtime=0 cores=5,7
/proc/97690/task/97705/stat : 97705 (Finalizer) S 97687 97690 96338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77372475 19521036288 2441261 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
[pid=97690/tid=97712] ppid=97687 vsize=19063512 memory=9765044 CPUtime=0 cores=5,7
/proc/97690/task/97712/stat : 97712 (Common-Cleaner) S 97687 97690 96338 0 -1 4194368 915 0 0 0 0 0 0 0 20 0 20 0 77372476 19521036288 2441261 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
[pid=97690/tid=97713] ppid=97687 vsize=19063512 memory=10752 CPUtime=0 cores=5,7
/proc/97690/task/97713/stat : 97713 (Timer-0) S 97687 97690 96338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77372498 19521036288 2441261 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
Current children cumulated CPU time: 3541.58 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9765044 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3155 s]*
/proc/loadavg: 2.90 3.76 4.35 3/291 98066
/proc/meminfo: memFree=103376900/131249996 swapFree=33010684/33010684
[pid=97690] ppid=97687 vsize=19063512 memory=9765044 CPUtime=3600.03 cores=5,7
/proc/97690/stat : 97690 (java) S 97687 97690 96338 0 -1 4194304 263414 0 0 0 359340 663 0 0 20 0 20 0 77372471 19521036288 2441261 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
/proc/97690/statm: 4765878 2441261 5529 1 0 2456267 0
[pid=97690/tid=97696] ppid=97687 vsize=19063512 memory=-6000919476951082342 CPUtime=3124.94 cores=5,7
/proc/97690/task/97696/stat : 97696 (java) R 97687 97690 96338 0 -1 4194368 116780 0 0 0 312320 174 0 0 20 0 20 0 77372473 19521036288 2441261 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
[pid=97690/tid=97705] ppid=97687 vsize=19063512 memory=7512641477744303636 CPUtime=0 cores=5,7
/proc/97690/task/97705/stat : 97705 (Finalizer) S 97687 97690 96338 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 77372475 19521036288 2441261 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 1 0 0 -1 5 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
[pid=97690/tid=97712] ppid=97687 vsize=19063512 memory=2432 CPUtime=0 cores=5,7
/proc/97690/task/97712/stat : 97712 (Common-Cleaner) S 97687 97690 96338 0 -1 4194368 916 0 0 0 0 0 0 0 20 0 20 0 77372476 19521036288 2441261 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
[pid=97690/tid=97713] ppid=97687 vsize=19063512 memory=3456 CPUtime=0 cores=5,7
/proc/97690/task/97713/stat : 97713 (Timer-0) S 97687 97690 96338 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 77372498 19521036288 2441261 18446744073709551615 94321420095488 94321420099184 140720655981504 0 0 0 4 0 16800975 1 0 0 -1 7 0 0 0 0 0 94321420107000 94321420107792 94321424801792 140720655985020 140720655985124 140720655985124 140720655990728 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 9765044 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.54 s, system=6.67006 s

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

Child status: 143

Real time (s): 3155.11
CPU time (s): 3600.21
CPU user time (s): 3593.54
CPU system time (s): 6.67006
CPU usage (%): 114.107
Max. virtual memory (cumulated for all children) (KiB): 19069384
Max. memory (cumulated for all children) (KiB): 9765044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.54
system time used= 6.67006
maximum resident set size= 9765812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 265337
page faults= 0
swaps= 0
block input operations= 0
block output operations= 21712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 146664
involuntary context switches= 32913


# summary of solver processes directly reported to runsolver:
#   pid: 97690
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3593.54
#   total CPU system time (s): 6.67006

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.25754 second user time and 13.8433 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-04 10:15:46
IDJOB=4524777
IDBENCH=143207
IDSOLVER=3381
FILE ID=nodeC024/4524777-1751616946
RUNJOBID= nodeC024-1751613340-97163
SLURM_JOB_ID= 9598899
Free space on /tmp= 432344 MiB

SOLVER NAME= Sat4j CP 2025-06-06
BENCH NAME= PB24/WBO/SOFT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900577940--soft-0-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4524777-1751616946/watcher-4524777-1751616946 -o /tmp/evaluation-result-4524777-1751616946/solver-4524777-1751616946 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1751613340-97163 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanes HOME/instance-4524777-1751616946.wbo

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

MD5SUM BENCH= 51059ca2af55d3d702101de6e9ca1ef0
RANDOM SEED=2140727198

nodeC024 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	: 0xb00002a
cpu MHz		: 2706.533
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.711
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.322
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3689.413
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 1831.452
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3497.137
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3498.945
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.678
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 pti ibrs ibpb stibp 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	: 6999.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        115582992 kB
MemAvailable:   128455540 kB
Buffers:            2144 kB
Cached:         13638608 kB
SwapCached:            0 kB
Active:          1934820 kB
Inactive:       13064212 kB
Active(anon):    1374260 kB
Inactive(anon):     2084 kB
Active(file):     560560 kB
Inactive(file): 13062128 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1012 kB
Writeback:           144 kB
AnonPages:       1359352 kB
Mapped:           124120 kB
Shmem:             18064 kB
KReclaimable:     177800 kB
Slab:             270940 kB
SReclaimable:     177800 kB
SUnreclaim:        93140 kB
KernelStack:        4644 kB
PageTables:         5996 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:    4239936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150888 kB
VmallocChunk:          0 kB
Percpu:             3808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1224704 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:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 432360 MiB
End job on nodeC024 at 2025-07-04 11:08:21