Trace number 4511163

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 VeriPB 2025-06-06? (TO) 3600.25 3552.43

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/
EC_ODD_GRIDS/normalized-ECgrid5x60split.opb
MD5SUM77ae40a270bfcd4ecd9b94334dd86fa6
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.296384
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables601
Total number of constraints301
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)301
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 6
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.00/0.09	c Number of processors 	2
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: EFFECTIVE
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@768debd
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@449b2d27 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Dynamic restart strategy considering the size of the coefficients
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@18ef96
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4511163-1751205877.opb
0.13/0.15	c reading problem ... 
0.13/0.16	c using VERIPB proof format
0.13/0.16	c  no objective function found
0.13/0.20	c ... done. Wall clock time 0.04s.
0.13/0.20	c declared #vars     601
0.13/0.20	c #constraints  602
0.13/0.20	c constraints type 
0.13/0.20	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.13/0.20	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 600
0.13/0.20	c 602 constraints processed.
1.87/1.02	c cleaning 2488 clauses out of 5001 with flag 0/5001
3.44/1.83	c cleaning 4246 clauses out of 8512 with flag 0/11000
5.22/2.75	c cleaning 5626 clauses out of 11267 with flag 0/18001
6.97/3.69	c cleaning 6816 clauses out of 13641 with flag 0/26001
8.29/4.51	c cleaning 7899 clauses out of 15824 with flag 0/35000
9.62/5.55	c cleaning 8955 clauses out of 17925 with flag 0/45000
10.63/6.51	c cleaning 9975 clauses out of 19970 with flag 0/56000
11.84/7.76	c cleaning 10989 clauses out of 21996 with flag 0/68001
13.24/9.15	c cleaning 11991 clauses out of 24006 with flag 0/81000
15.76/11.63	c cleaning 12995 clauses out of 26015 with flag 0/95000
17.66/13.58	c cleaning 14000 clauses out of 28021 with flag 0/110001
19.77/15.62	c cleaning 15002 clauses out of 30020 with flag 0/126000
21.86/17.65	c cleaning 15996 clauses out of 32018 with flag 0/143000
24.91/20.58	c cleaning 16997 clauses out of 34023 with flag 0/161001
27.53/23.12	c cleaning 18006 clauses out of 36025 with flag 0/180000
31.15/26.73	c cleaning 19004 clauses out of 38021 with flag 0/200002
35.81/31.37	c cleaning 19994 clauses out of 40015 with flag 0/221000
40.50/35.93	c cleaning 21001 clauses out of 42021 with flag 0/243000
45.88/41.29	c cleaning 22000 clauses out of 44020 with flag 0/266000
51.63/46.96	c cleaning 23006 clauses out of 46023 with flag 0/290003
57.53/52.79	c cleaning 23996 clauses out of 48014 with flag 0/315000
63.00/58.10	c cleaning 24996 clauses out of 50018 with flag 0/341000
70.56/65.58	c cleaning 26007 clauses out of 52024 with flag 0/368002
77.61/72.54	c cleaning 26995 clauses out of 54015 with flag 0/396000
86.41/81.21	c cleaning 28004 clauses out of 56021 with flag 0/425001
94.09/88.81	c cleaning 28999 clauses out of 58016 with flag 0/455000
106.69/101.22	c cleaning 29994 clauses out of 60018 with flag 0/486001
118.40/112.85	c cleaning 31003 clauses out of 62024 with flag 0/518001
128.44/122.80	c cleaning 32003 clauses out of 64020 with flag 0/551000
139.20/133.47	c cleaning 32999 clauses out of 66017 with flag 0/585000
153.41/147.56	c cleaning 34002 clauses out of 68019 with flag 0/620001
166.82/160.84	c cleaning 34995 clauses out of 70016 with flag 0/656000
183.40/177.23	c cleaning 35999 clauses out of 72022 with flag 0/693001
201.05/194.75	c cleaning 36998 clauses out of 74022 with flag 0/731000
220.43/213.90	c cleaning 38006 clauses out of 76024 with flag 0/770000
242.74/236.04	c cleaning 39005 clauses out of 78020 with flag 0/810002
261.52/254.60	c cleaning 40004 clauses out of 80015 with flag 0/851002
284.30/277.22	c cleaning 40995 clauses out of 82009 with flag 0/893000
305.79/298.58	c cleaning 41997 clauses out of 84014 with flag 0/936000
332.29/324.82	c cleaning 42994 clauses out of 86017 with flag 0/980000
359.55/351.89	c cleaning 44005 clauses out of 88023 with flag 0/1025000
392.34/384.40	c cleaning 45002 clauses out of 90018 with flag 0/1071000
423.95/415.72	c cleaning 45997 clauses out of 92016 with flag 0/1118000
461.86/453.35	c cleaning 47001 clauses out of 94019 with flag 0/1166000
500.83/492.01	c cleaning 48001 clauses out of 96018 with flag 0/1215000
540.12/531.09	c cleaning 49004 clauses out of 98017 with flag 0/1265000
580.65/571.11	c cleaning 49999 clauses out of 100013 with flag 0/1316000
624.34/614.30	c cleaning 50998 clauses out of 102014 with flag 0/1368000
659.82/649.40	c cleaning 52001 clauses out of 104017 with flag 0/1421001
703.84/693.29	c cleaning 52999 clauses out of 106015 with flag 0/1475000
746.05/735.02	c cleaning 54001 clauses out of 108017 with flag 0/1530001
803.68/792.21	c cleaning 55000 clauses out of 110017 with flag 0/1586002
862.49/850.47	c cleaning 56003 clauses out of 112016 with flag 0/1643001
903.06/890.53	c cleaning 57002 clauses out of 114014 with flag 0/1701002
962.25/949.19	c cleaning 58000 clauses out of 116011 with flag 0/1760001
1031.59/1017.81	c cleaning 58997 clauses out of 118010 with flag 0/1820000
1106.15/1091.61	c cleaning 60001 clauses out of 120013 with flag 0/1881000
1182.80/1167.44	c cleaning 61006 clauses out of 122012 with flag 0/1943000
1267.73/1251.59	c cleaning 62000 clauses out of 124007 with flag 0/2006001
1358.50/1341.30	c cleaning 62994 clauses out of 126006 with flag 0/2070000
1427.42/1409.41	c cleaning 63999 clauses out of 128012 with flag 0/2135000
1520.49/1501.52	c cleaning 65003 clauses out of 130013 with flag 0/2201000
1605.98/1586.10	c cleaning 65996 clauses out of 132011 with flag 0/2268001
1713.16/1692.08	c cleaning 67003 clauses out of 134014 with flag 0/2336000
1828.87/1806.50	c cleaning 67997 clauses out of 136012 with flag 0/2405001
1943.83/1920.14	c cleaning 69001 clauses out of 138014 with flag 0/2475000
2069.27/2044.18	c cleaning 70003 clauses out of 140013 with flag 0/2546000
2211.75/2185.07	c cleaning 70994 clauses out of 142010 with flag 0/2618000
2352.88/2324.31	c cleaning 72000 clauses out of 144016 with flag 0/2691000
2485.87/2455.54	c cleaning 72999 clauses out of 146016 with flag 0/2765000
2610.48/2578.26	c cleaning 74004 clauses out of 148017 with flag 0/2840000
2753.39/2718.83	c cleaning 74998 clauses out of 150014 with flag 0/2916001
2901.85/2864.72	c cleaning 75998 clauses out of 152016 with flag 0/2993001
3056.61/3016.75	c cleaning 77000 clauses out of 154017 with flag 0/3071000
3222.37/3179.07	c cleaning 78003 clauses out of 156018 with flag 0/3150001
3380.31/3335.38	c cleaning 79000 clauses out of 158016 with flag 0/3230002
3547.47/3500.43	c cleaning 80003 clauses out of 160016 with flag 0/3311002
3600.06/3552.31	c timeout
3600.06/3552.31	c starts		: 12087
3600.06/3552.33	c conflicts		: 3346127
3600.06/3552.33	c decisions		: 5127276
3600.06/3552.33	c propagations		: 26086754
3600.06/3552.33	c inspects		: 8605862306
3600.06/3552.33	c shortcuts		: 0
3600.06/3552.33	c learnt literals	: 0
3600.06/3552.33	c learnt binary clauses	: 0
3600.06/3552.33	c learnt ternary clauses	: 0
3600.06/3552.33	c learnt constraints	: 3346127
3600.06/3552.33	c ignored constraints	: 0
3600.06/3552.33	c root simplifications	: 0
3600.06/3552.33	c removed literals (reason simplification)	: 0
3600.06/3552.33	c reason swapping (by a shorter reason)	: 0
3600.06/3552.33	c Calls to reduceDB	: 77
3600.06/3552.33	c Number of update (reduction) of LBD	: 2021184
3600.06/3552.33	c Imported unit clauses	: 0
3600.06/3552.33	c No decision after first conflict	: false
3600.06/3552.33	c number of reductions to clauses (during analyze)	: 0
3600.06/3552.33	c number of learned constraints concerned by reduction	: 0
3600.06/3552.33	c number of learning phase by resolution	: 0
3600.06/3552.33	c number of learning phase by cutting planes	: 0
3600.06/3552.33	c number of rounding to 1 operations	: 0
3600.06/3552.33	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3552.33	c number of reductions of the coefficients by power 2 	: 0
3600.06/3552.33	c number of right shift for reduction by power 2 	: 0
3600.06/3552.33	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3552.33	c number of ending skipping 	: 0
3600.06/3552.33	c number of internal skipping 	: 0
3600.06/3552.33	c number of derivation steps 	: 14391879
3600.06/3552.33	c number of skipped derivation steps 	: 0
3600.06/3552.33	c number of remaining unassigned 	: 36908
3600.06/3552.33	c number of remaining assigned 	: 141967848
3600.06/3552.33	c number of falsified literals weakened from reason	: 0
3600.06/3552.33	c number of falsified literals weakened from conflict	: 0
3600.06/3552.33	c time for arithmetic operations	: 7610921314
3600.06/3552.34	c minimum degree of deleted constraints	: 1
3600.06/3552.34	c maximum degree of deleted constraints	: 24444
3600.06/3552.34	c number of deleted constraints	: 3230989
3600.06/3552.34	c speed (assignments/second)	: 7343.962618548389
3600.06/3552.34	c non guided choices	: 23611
3600.06/3552.39	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 21819
3600.06/3552.39	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 240
3600.06/3552.39	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 93079
3600.06/3552.39	s UNKNOWN
3600.06/3552.39	c Total wall clock time (in seconds): 3552.239

Verifier Data

ERROR: no interpretation found !

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=24352, runsolver pid=24349

[startup+0.10006 s]*
/proc/loadavg: 4.35 4.22 4.19 7/343 24370
/proc/meminfo: memFree=119294528/131250000 swapFree=33010684/33010684
[pid=24352] ppid=24349 vsize=18930384 memory=57612 CPUtime=0.13 cores=0,2
/proc/24352/stat : 24352 (java) S 24349 24352 23236 0 -1 4194304 6554 0 0 0 11 2 0 0 20 0 18 0 36267558 19384713216 14403 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
/proc/24352/statm: 4732596 14403 5332 1 0 547603 0
[pid=24352/tid=24354] ppid=24349 vsize=18930384 memory=4026531960 CPUtime=0.07 cores=0,2
/proc/24352/task/24354/stat : 24354 (java) R 24349 24352 23236 0 -1 4194368 5059 0 0 0 6 1 0 0 20 0 18 0 36267559 19384713216 14403 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
[pid=24352/tid=24363] ppid=24349 vsize=18930384 memory=241407623509 CPUtime=0 cores=0,2
/proc/24352/task/24363/stat : 24363 (Finalizer) S 24349 24352 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 36267561 19384713216 14403 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
[pid=24352/tid=24370] ppid=24349 vsize=18930384 memory=61784027586760 CPUtime=0 cores=0,2
/proc/24352/task/24370/stat : 24370 (Common-Cleaner) S 24349 24352 23236 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 18 0 36267562 19384713216 14403 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57612 KiB

[startup+0.206023 s]*
/proc/loadavg: 4.35 4.22 4.19 7/344 24371
/proc/meminfo: memFree=119282240/131250000 swapFree=33010684/33010684
[pid=24352] ppid=24349 vsize=18996948 memory=68632 CPUtime=0.32 cores=0,2
/proc/24352/stat : 24352 (java) S 24349 24352 23236 0 -1 4194304 7193 0 0 0 29 3 0 0 20 0 19 0 36267558 19452874752 17158 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
/proc/24352/statm: 4749237 17158 5428 1 0 548334 0
[pid=24352/tid=24354] ppid=24349 vsize=18996948 memory=4026597660 CPUtime=0.17 cores=0,2
/proc/24352/task/24354/stat : 24354 (java) R 24349 24352 23236 0 -1 4194368 5459 0 0 0 16 1 0 0 20 0 19 0 36267559 19452874752 17158 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
[pid=24352/tid=24363] ppid=24349 vsize=18996948 memory=18954 CPUtime=0 cores=0,2
/proc/24352/task/24363/stat : 24363 (Finalizer) S 24349 24352 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36267561 19452874752 17158 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
[pid=24352/tid=24370] ppid=24349 vsize=18996948 memory=60684515935208 CPUtime=0 cores=0,2
/proc/24352/task/24370/stat : 24370 (Common-Cleaner) S 24349 24352 23236 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 36267562 19452874752 17158 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
[pid=24352/tid=24371] ppid=24349 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/24352/task/24371/stat : 24371 (java) R 24349 24352 23236 0 -1 4194368 2 0 0 0 0 0 0 0 20 0 19 0 36267578 19452874752 17158 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 68632 KiB

[startup+0.305946 s]*
/proc/loadavg: 4.35 4.22 4.19 7/344 24371
/proc/meminfo: memFree=119261132/131250000 swapFree=33010684/33010684
[pid=24352] ppid=24349 vsize=18996948 memory=86060 CPUtime=0.51 cores=0,2
/proc/24352/stat : 24352 (java) S 24349 24352 23236 0 -1 4194304 7522 0 0 0 48 3 0 0 20 0 19 0 36267558 19452874752 21515 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
/proc/24352/statm: 4749237 21515 5428 1 0 548492 0
[pid=24352/tid=24354] ppid=24349 vsize=18996948 memory=-6000919468428453997 CPUtime=0.27 cores=0,2
/proc/24352/task/24354/stat : 24354 (java) R 24349 24352 23236 0 -1 4194368 5502 0 0 0 25 2 0 0 20 0 19 0 36267559 19452874752 21515 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
[pid=24352/tid=24363] ppid=24349 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/24352/task/24363/stat : 24363 (Finalizer) S 24349 24352 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 36267561 19452874752 21515 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
[pid=24352/tid=24370] ppid=24349 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/24352/task/24370/stat : 24370 (Common-Cleaner) S 24349 24352 23236 0 -1 4194368 27 0 0 0 0 0 0 0 20 0 19 0 36267562 19452874752 21515 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
[pid=24352/tid=24371] ppid=24349 vsize=18996948 memory=0 CPUtime=0 cores=0,2
/proc/24352/task/24371/stat : 24371 (Timer-0) S 24349 24352 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 36267578 19452874752 21515 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 86060 KiB

[startup+0.700219 s]
/proc/loadavg: 4.35 4.22 4.19 6/345 24372
/proc/meminfo: memFree=119184196/131250000 swapFree=33010684/33010684
[pid=24352] ppid=24349 vsize=19063512 memory=163552 CPUtime=1.26 cores=0,2
/proc/24352/stat : 24352 (java) S 24349 24352 23236 0 -1 4194304 11231 0 0 0 121 5 0 0 20 0 20 0 36267558 19521036288 40888 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
/proc/24352/statm: 4765878 40888 5460 1 0 550814 0
[pid=24352/tid=24354] ppid=24349 vsize=19063512 memory=17664 CPUtime=0.65 cores=0,2
/proc/24352/task/24354/stat : 24354 (java) R 24349 24352 23236 0 -1 4194368 5549 0 0 0 62 3 0 0 20 0 20 0 36267559 19521036288 40888 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
[pid=24352/tid=24363] ppid=24349 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/24352/task/24363/stat : 24363 (Finalizer) S 24349 24352 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36267561 19521036288 40888 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
[pid=24352/tid=24370] ppid=24349 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/24352/task/24370/stat : 24370 (Common-Cleaner) S 24349 24352 23236 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 36267562 19521036288 40888 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
[pid=24352/tid=24371] ppid=24349 vsize=19063512 memory=4760 CPUtime=0 cores=0,2
/proc/24352/task/24371/stat : 24371 (Timer-0) S 24349 24352 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36267578 19521036288 40888 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 163552 KiB

[startup+1.50026 s]
/proc/loadavg: 4.35 4.22 4.19 7/345 24372
/proc/meminfo: memFree=119079408/131250000 swapFree=33010684/33010684
[pid=24352] ppid=24349 vsize=19063512 memory=473228 CPUtime=2.84 cores=0,2
/proc/24352/stat : 24352 (java) S 24349 24352 23236 0 -1 4194304 25888 0 0 0 271 13 0 0 20 0 20 0 36267558 19521036288 118307 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
/proc/24352/statm: 4765878 118307 5460 1 0 557960 0
[pid=24352/tid=24354] ppid=24349 vsize=19063512 memory=0 CPUtime=1.41 cores=0,2
/proc/24352/task/24354/stat : 24354 (java) R 24349 24352 23236 0 -1 4194368 5783 0 0 0 132 9 0 0 20 0 20 0 36267559 19521036288 118307 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
[pid=24352/tid=24363] ppid=24349 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/24352/task/24363/stat : 24363 (Finalizer) S 24349 24352 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36267561 19521036288 118307 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
[pid=24352/tid=24370] ppid=24349 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/24352/task/24370/stat : 24370 (Common-Cleaner) S 24349 24352 23236 0 -1 4194368 29 0 0 0 0 0 0 0 20 0 20 0 36267562 19521036288 118307 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
[pid=24352/tid=24371] ppid=24349 vsize=19063512 memory=4760 CPUtime=0 cores=0,2
/proc/24352/task/24371/stat : 24371 (Timer-0) S 24349 24352 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36267578 19521036288 118307 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 473228 KiB

[startup+3.10584 s]
/proc/loadavg: 4.40 4.23 4.19 6/345 24372
/proc/meminfo: memFree=118500688/131250000 swapFree=33010684/33010684
[pid=24352] ppid=24349 vsize=19063512 memory=871212 CPUtime=6.03 cores=0,2
/proc/24352/stat : 24352 (java) S 24349 24352 23236 0 -1 4194304 32160 0 0 0 580 23 0 0 20 0 20 0 36267558 19521036288 217803 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
/proc/24352/statm: 4765878 217803 5460 1 0 557965 0
[pid=24352/tid=24354] ppid=24349 vsize=19063512 memory=10880 CPUtime=2.98 cores=0,2
/proc/24352/task/24354/stat : 24354 (java) R 24349 24352 23236 0 -1 4194368 7322 0 0 0 281 17 0 0 20 0 20 0 36267559 19521036288 217803 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
[pid=24352/tid=24363] ppid=24349 vsize=19063512 memory=-6000919468428453997 CPUtime=0 cores=0,2
/proc/24352/task/24363/stat : 24363 (Finalizer) S 24349 24352 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36267561 19521036288 217803 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
[pid=24352/tid=24370] ppid=24349 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/24352/task/24370/stat : 24370 (Common-Cleaner) S 24349 24352 23236 0 -1 4194368 29 0 0 0 0 0 0 0 20 0 20 0 36267562 19521036288 217803 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
[pid=24352/tid=24371] ppid=24349 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/24352/task/24371/stat : 24371 (Timer-0) S 24349 24352 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36267578 19521036288 217803 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
Current children cumulated CPU time: 6.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 871212 KiB

[startup+6.30021 s]
/proc/loadavg: 4.40 4.23 4.19 5/345 24372
/proc/meminfo: memFree=118001292/131250000 swapFree=33010684/33010684
[pid=24352] ppid=24349 vsize=19063512 memory=1323056 CPUtime=10.43 cores=0,2
/proc/24352/stat : 24352 (java) S 24349 24352 23236 0 -1 4194304 33631 0 0 0 1007 36 0 0 20 0 20 0 36267558 19521036288 330764 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
/proc/24352/statm: 4765878 330764 5460 1 0 558001 0
[pid=24352/tid=24354] ppid=24349 vsize=19063512 memory=0 CPUtime=6.12 cores=0,2
/proc/24352/task/24354/stat : 24354 (java) R 24349 24352 23236 0 -1 4194368 7713 0 0 0 584 28 0 0 20 0 20 0 36267559 19521036288 330764 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
[pid=24352/tid=24363] ppid=24349 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/24352/task/24363/stat : 24363 (Finalizer) S 24349 24352 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36267561 19521036288 330764 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
[pid=24352/tid=24370] ppid=24349 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/24352/task/24370/stat : 24370 (Common-Cleaner) S 24349 24352 23236 0 -1 4194368 29 0 0 0 0 0 0 0 20 0 20 0 36267562 19521036288 330764 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
[pid=24352/tid=24371] ppid=24349 vsize=19063512 memory=473228 CPUtime=0 cores=0,2
/proc/24352/task/24371/stat : 24371 (Timer-0) S 24349 24352 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36267578 19521036288 330764 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
Current children cumulated CPU time: 10.43 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1323056 KiB

[startup+12.7002 s]
/proc/loadavg: 4.37 4.23 4.19 6/345 24439
/proc/meminfo: memFree=120893952/131250000 swapFree=33010684/33010684
[pid=24352] ppid=24349 vsize=19063512 memory=1748072 CPUtime=16.87 cores=0,2
/proc/24352/stat : 24352 (java) S 24349 24352 23236 0 -1 4194304 34775 0 0 0 1641 46 0 0 20 0 20 0 36267558 19521036288 437018 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
/proc/24352/statm: 4765878 437018 5460 1 0 664527 0
[pid=24352/tid=24354] ppid=24349 vsize=19063512 memory=473228 CPUtime=12.4 cores=0,2
/proc/24352/task/24354/stat : 24354 (java) R 24349 24352 23236 0 -1 4194368 8540 0 0 0 1201 39 0 0 20 0 20 0 36267559 19521036288 437018 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
[pid=24352/tid=24363] ppid=24349 vsize=19063512 memory=0 CPUtime=0 cores=0,2
/proc/24352/task/24363/stat : 24363 (Finalizer) S 24349 24352 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36267561 19521036288 437018 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
[pid=24352/tid=24370] ppid=24349 vsize=19063512 memory=10880 CPUtime=0 cores=0,2
/proc/24352/task/24370/stat : 24370 (Common-Cleaner) S 24349 24352 23236 0 -1 4194368 29 0 0 0 0 0 0 0 20 0 20 0 36267562 19521036288 437018 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
[pid=24352/tid=24371] ppid=24349 vsize=19063512 memory=-6000919468428453997 CPUtime=0 cores=0,2
/proc/24352/task/24371/stat : 24371 (Timer-0) S 24349 24352 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36267578 19521036288 437018 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
Current children cumulated CPU time: 16.87 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1748072 KiB

[startup+25.5002 s]
/proc/loadavg: 4.35 4.23 4.19 5/345 24439
/proc/meminfo: memFree=119260868/131250000 swapFree=33010684/33010684
[pid=24352] ppid=24349 vsize=19063512 memory=1754388 CPUtime=29.93 cores=0,2
/proc/24352/stat : 24352 (java) S 24349 24352 23236 0 -1 4194304 41869 0 0 0 2942 51 0 0 20 0 20 0 36267558 19521036288 438597 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
/proc/24352/statm: 4765878 438597 5460 1 0 664527 0
[pid=24352/tid=24354] ppid=24349 vsize=19063512 memory=0 CPUtime=25 cores=0,2
/proc/24352/task/24354/stat : 24354 (java) R 24349 24352 23236 0 -1 4194368 10454 0 0 0 2457 43 0 0 20 0 20 0 36267559 19521036288 438597 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
[pid=24352/tid=24363] ppid=24349 vsize=19063512 memory=-6000919468428453997 CPUtime=0 cores=0,2
/proc/24352/task/24363/stat : 24363 (Finalizer) S 24349 24352 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36267561 19521036288 438597 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
[pid=24352/tid=24370] ppid=24349 vsize=19063512 memory=1754388 CPUtime=0 cores=0,2
/proc/24352/task/24370/stat : 24370 (Common-Cleaner) S 24349 24352 23236 0 -1 4194368 29 0 0 0 0 0 0 0 20 0 20 0 36267562 19521036288 438597 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
[pid=24352/tid=24371] ppid=24349 vsize=19063512 memory=-6000919468428453997 CPUtime=0 cores=0,2
/proc/24352/task/24371/stat : 24371 (Timer-0) S 24349 24352 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36267578 19521036288 438597 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
Current children cumulated CPU time: 29.93 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1754388 KiB

[startup+51.1061 s]
/proc/loadavg: 4.39 4.25 4.20 5/344 24440
/proc/meminfo: memFree=118288004/131250000 swapFree=33010684/33010684
[pid=24352] ppid=24349 vsize=19063512 memory=1785768 CPUtime=55.92 cores=0,2
/proc/24352/stat : 24352 (java) S 24349 24352 23236 0 -1 4194304 49078 0 0 0 5531 61 0 0 20 0 20 0 36267558 19521036288 446442 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0

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

[startup+3222.3 s]
/proc/loadavg: 4.18 4.16 4.17 5/342 24791
/proc/meminfo: memFree=110353340/131250000 swapFree=33010684/33010684
[pid=24352] ppid=24349 vsize=19063512 memory=3647448 CPUtime=3266.13 cores=0,2
/proc/24352/stat : 24352 (java) S 24349 24352 23236 0 -1 4194304 138697 0 0 0 326123 490 0 0 20 0 20 0 36267558 19521036288 911862 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
/proc/24352/statm: 4765878 911862 5492 1 0 927174 0
[pid=24352/tid=24354] ppid=24349 vsize=19063512 memory=17664 CPUtime=3156.47 cores=0,2
/proc/24352/task/24354/stat : 24354 (java) R 24349 24352 23236 0 -1 4194368 61579 0 0 0 315290 357 0 0 20 0 20 0 36267559 19521036288 911862 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
[pid=24352/tid=24363] ppid=24349 vsize=19063512 memory=3647320 CPUtime=0 cores=0,2
/proc/24352/task/24363/stat : 24363 (Finalizer) S 24349 24352 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36267561 19521036288 911862 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
[pid=24352/tid=24370] ppid=24349 vsize=19063512 memory=3647320 CPUtime=0 cores=0,2
/proc/24352/task/24370/stat : 24370 (Common-Cleaner) S 24349 24352 23236 0 -1 4194368 1401 0 0 0 0 0 0 0 20 0 20 0 36267562 19521036288 911862 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
[pid=24352/tid=24371] ppid=24349 vsize=19063512 memory=3647320 CPUtime=0 cores=0,2
/proc/24352/task/24371/stat : 24371 (Timer-0) S 24349 24352 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36267578 19521036288 911862 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
Current children cumulated CPU time: 3266.13 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3647448 KiB

[startup+3282.3 s]
/proc/loadavg: 4.21 4.16 4.17 5/342 24795
/proc/meminfo: memFree=110327416/131250000 swapFree=33010684/33010684
[pid=24352] ppid=24349 vsize=19063512 memory=3647448 CPUtime=3326.64 cores=0,2
/proc/24352/stat : 24352 (java) S 24349 24352 23236 0 -1 4194304 140542 0 0 0 332169 495 0 0 20 0 20 0 36267558 19521036288 911862 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
/proc/24352/statm: 4765878 911862 5492 1 0 927174 0
[pid=24352/tid=24354] ppid=24349 vsize=19063512 memory=3647448 CPUtime=3215.38 cores=0,2
/proc/24352/task/24354/stat : 24354 (java) R 24349 24352 23236 0 -1 4194368 62456 0 0 0 321179 359 0 0 20 0 20 0 36267559 19521036288 911862 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
[pid=24352/tid=24363] ppid=24349 vsize=19063512 memory=4760 CPUtime=0 cores=0,2
/proc/24352/task/24363/stat : 24363 (Finalizer) S 24349 24352 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36267561 19521036288 911862 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
[pid=24352/tid=24370] ppid=24349 vsize=19063512 memory=21968 CPUtime=0 cores=0,2
/proc/24352/task/24370/stat : 24370 (Common-Cleaner) S 24349 24352 23236 0 -1 4194368 1480 0 0 0 0 0 0 0 20 0 20 0 36267562 19521036288 911862 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
[pid=24352/tid=24371] ppid=24349 vsize=19063512 memory=3647448 CPUtime=0 cores=0,2
/proc/24352/task/24371/stat : 24371 (Timer-0) S 24349 24352 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36267578 19521036288 911862 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
Current children cumulated CPU time: 3326.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3647448 KiB

[startup+3342.3 s]
/proc/loadavg: 4.13 4.14 4.16 5/342 24800
/proc/meminfo: memFree=110102956/131250000 swapFree=33010684/33010684
[pid=24352] ppid=24349 vsize=19063512 memory=3647448 CPUtime=3387.39 cores=0,2
/proc/24352/stat : 24352 (java) S 24349 24352 23236 0 -1 4194304 140831 0 0 0 338240 499 0 0 20 0 20 0 36267558 19521036288 911862 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
/proc/24352/statm: 4765878 911862 5492 1 0 927180 0
[pid=24352/tid=24354] ppid=24349 vsize=19063512 memory=14720 CPUtime=3274.32 cores=0,2
/proc/24352/task/24354/stat : 24354 (java) R 24349 24352 23236 0 -1 4194368 62714 0 0 0 327071 361 0 0 20 0 20 0 36267559 19521036288 911862 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
[pid=24352/tid=24363] ppid=24349 vsize=19063512 memory=3647448 CPUtime=0 cores=0,2
/proc/24352/task/24363/stat : 24363 (Finalizer) S 24349 24352 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36267561 19521036288 911862 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
[pid=24352/tid=24370] ppid=24349 vsize=19063512 memory=2892 CPUtime=0 cores=0,2
/proc/24352/task/24370/stat : 24370 (Common-Cleaner) S 24349 24352 23236 0 -1 4194368 1481 0 0 0 0 0 0 0 20 0 20 0 36267562 19521036288 911862 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
[pid=24352/tid=24371] ppid=24349 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/24352/task/24371/stat : 24371 (Timer-0) S 24349 24352 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36267578 19521036288 911862 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
Current children cumulated CPU time: 3387.39 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3647448 KiB

[startup+3402.3 s]
/proc/loadavg: 4.09 4.13 4.16 5/341 24813
/proc/meminfo: memFree=110007012/131250000 swapFree=33010684/33010684
[pid=24352] ppid=24349 vsize=19063512 memory=3647576 CPUtime=3448.12 cores=0,2
/proc/24352/stat : 24352 (java) S 24349 24352 23236 0 -1 4194304 144091 0 0 0 344307 505 0 0 20 0 20 0 36267558 19521036288 911894 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
/proc/24352/statm: 4765878 911894 5492 1 0 927180 0
[pid=24352/tid=24354] ppid=24349 vsize=19063512 memory=3647448 CPUtime=3333.28 cores=0,2
/proc/24352/task/24354/stat : 24354 (java) R 24349 24352 23236 0 -1 4194368 64409 0 0 0 332963 365 0 0 20 0 20 0 36267559 19521036288 911894 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
[pid=24352/tid=24363] ppid=24349 vsize=19063512 memory=17664 CPUtime=0 cores=0,2
/proc/24352/task/24363/stat : 24363 (Finalizer) S 24349 24352 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36267561 19521036288 911894 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
[pid=24352/tid=24370] ppid=24349 vsize=19063512 memory=3647448 CPUtime=0 cores=0,2
/proc/24352/task/24370/stat : 24370 (Common-Cleaner) S 24349 24352 23236 0 -1 4194368 1481 0 0 0 0 0 0 0 20 0 20 0 36267562 19521036288 911894 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
[pid=24352/tid=24371] ppid=24349 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/24352/task/24371/stat : 24371 (Timer-0) S 24349 24352 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36267578 19521036288 911894 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
Current children cumulated CPU time: 3448.12 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3647576 KiB

[startup+3462.3 s]
/proc/loadavg: 4.06 4.12 4.15 5/341 24815
/proc/meminfo: memFree=109787128/131250000 swapFree=33010684/33010684
[pid=24352] ppid=24349 vsize=19063512 memory=3647576 CPUtime=3508.76 cores=0,2
/proc/24352/stat : 24352 (java) S 24349 24352 23236 0 -1 4194304 146362 0 0 0 350368 508 0 0 20 0 20 0 36267558 19521036288 911894 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
/proc/24352/statm: 4765878 911894 5492 1 0 927180 0
[pid=24352/tid=24354] ppid=24349 vsize=19063512 memory=3647448 CPUtime=3392.18 cores=0,2
/proc/24352/task/24354/stat : 24354 (java) R 24349 24352 23236 0 -1 4194368 65784 0 0 0 338851 367 0 0 20 0 20 0 36267559 19521036288 911894 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
[pid=24352/tid=24363] ppid=24349 vsize=19063512 memory=3647576 CPUtime=0 cores=0,2
/proc/24352/task/24363/stat : 24363 (Finalizer) S 24349 24352 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36267561 19521036288 911894 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
[pid=24352/tid=24370] ppid=24349 vsize=19063512 memory=4252 CPUtime=0 cores=0,2
/proc/24352/task/24370/stat : 24370 (Common-Cleaner) S 24349 24352 23236 0 -1 4194368 1552 0 0 0 0 0 0 0 20 0 20 0 36267562 19521036288 911894 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
[pid=24352/tid=24371] ppid=24349 vsize=19063512 memory=3647576 CPUtime=0 cores=0,2
/proc/24352/task/24371/stat : 24371 (Timer-0) S 24349 24352 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36267578 19521036288 911894 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
Current children cumulated CPU time: 3508.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3647576 KiB

[startup+3522.3 s]
/proc/loadavg: 4.11 4.12 4.15 5/341 24818
/proc/meminfo: memFree=109654368/131250000 swapFree=33010684/33010684
[pid=24352] ppid=24349 vsize=19063512 memory=3647576 CPUtime=3569.67 cores=0,2
/proc/24352/stat : 24352 (java) S 24349 24352 23236 0 -1 4194304 146931 0 0 0 356454 513 0 0 20 0 20 0 36267558 19521036288 911894 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
/proc/24352/statm: 4765878 911894 5492 1 0 927180 0
[pid=24352/tid=24354] ppid=24349 vsize=19063512 memory=4252 CPUtime=3451.11 cores=0,2
/proc/24352/task/24354/stat : 24354 (java) R 24349 24352 23236 0 -1 4194368 65991 0 0 0 344741 370 0 0 20 0 20 0 36267559 19521036288 911894 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
[pid=24352/tid=24363] ppid=24349 vsize=19063512 memory=3647576 CPUtime=0 cores=0,2
/proc/24352/task/24363/stat : 24363 (Finalizer) S 24349 24352 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36267561 19521036288 911894 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
[pid=24352/tid=24370] ppid=24349 vsize=19063512 memory=17664 CPUtime=0 cores=0,2
/proc/24352/task/24370/stat : 24370 (Common-Cleaner) S 24349 24352 23236 0 -1 4194368 1568 0 0 0 0 0 0 0 20 0 20 0 36267562 19521036288 911894 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
[pid=24352/tid=24371] ppid=24349 vsize=19063512 memory=4760 CPUtime=0 cores=0,2
/proc/24352/task/24371/stat : 24371 (Timer-0) S 24349 24352 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36267578 19521036288 911894 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
Current children cumulated CPU time: 3569.67 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3647576 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3552.3 s]
/proc/loadavg: 4.32 4.17 4.17 5/340 24885
/proc/meminfo: memFree=110288216/131250000 swapFree=33010684/33010684
[pid=24352] ppid=24349 vsize=19063512 memory=3647576 CPUtime=3600.06 cores=0,2
/proc/24352/stat : 24352 (java) S 24349 24352 23236 0 -1 4194304 146968 0 0 0 359490 516 0 0 20 0 20 0 36267558 19521036288 911894 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
/proc/24352/statm: 4765878 911894 5492 1 0 927180 0
[pid=24352/tid=24354] ppid=24349 vsize=19063512 memory=17664 CPUtime=3480.51 cores=0,2
/proc/24352/task/24354/stat : 24354 (java) R 24349 24352 23236 0 -1 4194368 65996 0 0 0 347679 372 0 0 20 0 20 0 36267559 19521036288 911894 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
[pid=24352/tid=24363] ppid=24349 vsize=19063512 memory=14720 CPUtime=0 cores=0,2
/proc/24352/task/24363/stat : 24363 (Finalizer) S 24349 24352 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 36267561 19521036288 911894 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
[pid=24352/tid=24370] ppid=24349 vsize=19063512 memory=3328 CPUtime=0 cores=0,2
/proc/24352/task/24370/stat : 24370 (Common-Cleaner) S 24349 24352 23236 0 -1 4194368 1569 0 0 0 0 0 0 0 20 0 20 0 36267562 19521036288 911894 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
[pid=24352/tid=24371] ppid=24349 vsize=19063512 memory=3647576 CPUtime=0 cores=0,2
/proc/24352/task/24371/stat : 24371 (Timer-0) S 24349 24352 23236 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 36267578 19521036288 911894 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3647576 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.05 s, system=5.19064 s

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

[startup+3552.4 s]
/proc/loadavg: 4.32 4.17 4.17 5/340 24885
/proc/meminfo: memFree=110288216/131250000 swapFree=33010684/33010684
[pid=24352] ppid=24349 vsize=19263204 memory=3648600 CPUtime=3600.22 cores=0,2
/proc/24352/stat : 24352 (java) S 24349 24352 23236 0 -1 4194304 149584 0 0 0 359505 517 0 0 20 0 15 0 36267558 19725520896 912150 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
/proc/24352/statm: 4815801 912150 5492 1 0 928162 0
[pid=24352/tid=24354] ppid=24349 vsize=19263204 memory=7040 CPUtime=3480.53 cores=0,2
/proc/24352/task/24354/stat : 24354 (java) S 24349 24352 23236 0 -1 4194368 66291 0 0 0 347681 372 0 0 20 0 15 0 36267559 19725520896 912150 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
[pid=24352/tid=24363] ppid=24349 vsize=19263204 memory=2688 CPUtime=0 cores=0,2
/proc/24352/task/24363/stat : 24363 (Finalizer) S 24349 24352 23236 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 15 0 36267561 19725520896 912150 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
[pid=24352/tid=24370] ppid=24349 vsize=19263204 memory=2116 CPUtime=0 cores=0,2
/proc/24352/task/24370/stat : 24370 (Common-Cleaner) S 24349 24352 23236 0 -1 4194368 1569 0 0 0 0 0 0 0 20 0 15 0 36267562 19725520896 912150 18446744073709551615 93834888265728 93834888269424 140733544579232 0 0 0 4 0 16800975 1 0 0 -1 2 0 0 0 0 0 93834888277240 93834888278032 93834897907712 140733544581421 140733544581606 140733544581606 140733544587208 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 3648600 KiB

Child status: 143

Real time (s): 3552.43
CPU time (s): 3600.25
CPU user time (s): 3595.05
CPU system time (s): 5.19064
CPU usage (%): 101.346
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 3648600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.05
system time used= 5.19064
maximum resident set size= 3648728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 149612
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1134112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 170527
involuntary context switches= 19711


# summary of solver processes directly reported to runsolver:
#   pid: 24352
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3595.05
#   total CPU system time (s): 5.19064

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.75092 second user time and 17.4869 second system time

The end

Launcher Data

Begin job on nodeC027 at 2025-06-29 16:04:37
IDJOB=4511163
IDBENCH=160431
IDSOLVER=3362
FILE ID=nodeC027/4511163-1751205877
RUNJOBID= nodeC027-1751202286-23246
SLURM_JOB_ID= 9587612
Free space on /tmp= 433060 MiB

SOLVER NAME= Sat4j CP VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/EC_ODD_GRIDS/normalized-ECgrid5x60split.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4511163-1751205877/watcher-4511163-1751205877 -o /tmp/evaluation-result-4511163-1751205877/solver-4511163-1751205877 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC027-1751202286-23246 --watchdog 3760 --file-size-limit 100000 java -Dveripb=PROOFDIR/proof-4511163-1751205877 -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4511163-1751205877.opb

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

MD5SUM BENCH= 77ae40a270bfcd4ecd9b94334dd86fa6
RANDOM SEED=1193833452

nodeC027 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		: 3599.799
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.29
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.637
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.29
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		: 3599.668
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.29
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		: 3550.213
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.29
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		: 3599.580
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.29
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		: 3599.647
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.29
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		: 3749.577
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.29
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		: 3607.915
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.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131250000 kB
MemFree:        119312484 kB
MemAvailable:   121770292 kB
Buffers:            3280 kB
Cached:          3261296 kB
SwapCached:            0 kB
Active:          8333268 kB
Inactive:        3007308 kB
Active(anon):    8094180 kB
Inactive(anon):        0 kB
Active(file):     239088 kB
Inactive(file):  3007308 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:             28520 kB
Writeback:             0 kB
AnonPages:       8079188 kB
Mapped:           123128 kB
Shmem:             18068 kB
KReclaimable:     100900 kB
Slab:             187820 kB
SReclaimable:     100900 kB
SUnreclaim:        86920 kB
KernelStack:        5276 kB
PageTables:        19556 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635684 kB
Committed_AS:    9556952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151512 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7815168 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:      203476 kB
DirectMap2M:     9005056 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432864 MiB
End job on nodeC027 at 2025-06-29 17:03:49