Trace number 4490802

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2025-06-06? (TO) 3600.25 3601.22

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_19.opb
MD5SUM329db8d421c28e548757e1dbc8e6ec5f
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark342
Best CPU time to get the best result obtained on this benchmark72001.2
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables11001
Total number of constraints21678
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints21678
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2765
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.10/0.18	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.10/0.18	c This is free software under the dual EPL/GNU LGPL licenses.
0.10/0.18	c See www.sat4j.org for details.
0.10/0.20	c version PB25.v20250606
0.10/0.22	c java.runtime.name	OpenJDK Runtime Environment
0.10/0.22	c java.vm.name		OpenJDK 64-Bit Server VM
0.10/0.22	c java.vm.version	22.0.1+8-16
0.10/0.22	c java.vm.vendor	Oracle Corporation
0.10/0.22	c sun.arch.data.model	64
0.10/0.22	c java.version		22.0.1
0.10/0.22	c os.name		Linux
0.10/0.22	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.10/0.22	c os.arch		amd64
0.29/0.23	c Free memory 		2104792832
0.29/0.23	c Max memory 		16282288128
0.29/0.23	c Total memory 		2113929216
0.29/0.25	c Number of processors 	2
0.45/0.34	c Pseudo Boolean Optimization by upper bound
0.45/0.34	c --- Begin Solver configuration ---
0.45/0.34	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.45/0.34	c Learn all clauses as in MiniSAT
0.45/0.34	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.45/0.34	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.45/0.34	c Expensive reason simplification
0.45/0.34	c Glucose 2.1 dynamic restart strategy
0.45/0.34	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.45/0.34	c timeout=2147483s
0.45/0.34	c DB Simplification allowed=false
0.45/0.34	c Listener: none
0.45/0.34	c --- End Solver configuration ---
0.45/0.34	c solving HOME/instance-4490802-1751364065.opb
0.45/0.34	c reading problem ... 
0.45/0.34	c  objective function found
2.72/1.53	c ... done. Wall clock time 1.177s.
2.72/1.53	c declared #vars     11001
2.72/1.53	c #constraints  21678
2.72/1.53	c constraints type 
2.72/1.53	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21678
2.72/1.53	c 21678 constraints processed.
2.72/1.55	c objective function length is 9 literals
11.32/9.26	c cleaning 2492 clauses out of 5001 with flag 11802/5001
20.94/18.22	c cleaning 4251 clauses out of 8508 with flag 25759/11000
29.79/27.08	c cleaning 5625 clauses out of 11257 with flag 45290/18000
42.32/39.30	c cleaning 6809 clauses out of 13633 with flag 80779/26001
56.30/53.39	c cleaning 7898 clauses out of 15826 with flag 122094/35003
73.78/70.89	c cleaning 8953 clauses out of 17925 with flag 173791/45000
91.16/88.22	c cleaning 9969 clauses out of 19973 with flag 226640/56001
111.74/108.84	c cleaning 10995 clauses out of 22003 with flag 290437/68000
132.13/129.22	c cleaning 11998 clauses out of 24011 with flag 357417/81003
157.15/154.22	c cleaning 12988 clauses out of 26010 with flag 438941/95000
181.43/178.48	c cleaning 13994 clauses out of 28022 with flag 515261/110000
201.91/199.01	c cleaning 15006 clauses out of 30029 with flag 565416/126001
223.33/220.12	c cleaning 15996 clauses out of 32022 with flag 614911/143000
246.12/242.99	c cleaning 16982 clauses out of 34026 with flag 687430/161000
269.20/266.04	c cleaning 18007 clauses out of 36045 with flag 757049/180001
293.16/290.08	c cleaning 18992 clauses out of 38037 with flag 836653/200000
319.71/316.69	c cleaning 20005 clauses out of 40045 with flag 926908/221000
350.09/347.02	c cleaning 21006 clauses out of 42040 with flag 1031163/243000
381.53/378.50	c cleaning 22004 clauses out of 44036 with flag 1137744/266002
413.17/410.20	c cleaning 22997 clauses out of 46031 with flag 1242593/290001
448.31/445.40	c cleaning 24007 clauses out of 48033 with flag 1362277/315000
486.68/483.86	c cleaning 25005 clauses out of 50026 with flag 1491883/341000
528.02/525.24	c cleaning 25996 clauses out of 52021 with flag 1627934/368000
566.95/564.26	c cleaning 26997 clauses out of 54025 with flag 1755230/396000
604.10/601.44	c cleaning 28005 clauses out of 56028 with flag 1860507/425000
640.66/638.05	c cleaning 28987 clauses out of 58025 with flag 1954342/455002
678.60/676.10	c cleaning 30002 clauses out of 60036 with flag 2064433/486000
718.02/715.55	c cleaning 31013 clauses out of 62035 with flag 2181797/518001
760.75/758.37	c cleaning 31992 clauses out of 64021 with flag 2310001/551000
806.50/804.14	c cleaning 33004 clauses out of 66030 with flag 2446397/585001
850.12/847.87	c cleaning 34007 clauses out of 68025 with flag 2576882/620000
901.56/899.31	c cleaning 34993 clauses out of 70019 with flag 2730299/656001
953.01/950.86	c cleaning 36006 clauses out of 72026 with flag 2885752/693001
1009.16/1007.02	c cleaning 36994 clauses out of 74020 with flag 3055541/731001
1061.98/1059.96	c cleaning 38006 clauses out of 76025 with flag 3224656/770000
1108.50/1106.54	c cleaning 39004 clauses out of 78020 with flag 3385118/810001
1158.42/1156.49	c cleaning 39999 clauses out of 80016 with flag 3557656/851001
1211.26/1209.35	c cleaning 40990 clauses out of 82017 with flag 3739448/893001
1264.39/1262.52	c cleaning 41977 clauses out of 84026 with flag 3917901/936000
1319.62/1317.84	c cleaning 43006 clauses out of 86049 with flag 4095156/980000
1375.94/1374.25	c cleaning 44011 clauses out of 88044 with flag 4284533/1025001
1437.61/1435.92	c cleaning 45010 clauses out of 90034 with flag 4487849/1071002
1500.79/1499.23	c cleaning 46005 clauses out of 92023 with flag 4660122/1118001
1557.64/1556.19	c cleaning 46995 clauses out of 94017 with flag 4828788/1166000
1617.22/1615.84	c cleaning 47996 clauses out of 96023 with flag 5015122/1215001
1675.64/1674.31	c cleaning 49009 clauses out of 98027 with flag 5198435/1265001
1737.15/1735.94	c cleaning 49995 clauses out of 100017 with flag 5392945/1316000
1799.64/1798.43	c cleaning 50998 clauses out of 102024 with flag 5589170/1368002
1863.35/1862.26	c cleaning 51999 clauses out of 104024 with flag 5789688/1421000
1923.64/1922.62	c cleaning 53002 clauses out of 106026 with flag 5975545/1475001
1988.73/1987.88	c cleaning 53995 clauses out of 108023 with flag 6177506/1530000
2060.23/2059.47	c cleaning 54999 clauses out of 110031 with flag 6399163/1586003
2131.99/2131.27	c cleaning 56000 clauses out of 112030 with flag 6622275/1643001
2205.80/2205.13	c cleaning 56998 clauses out of 114029 with flag 6850517/1701000
2277.38/2276.83	c cleaning 58000 clauses out of 116031 with flag 7063107/1760000
2346.70/2346.25	c cleaning 59004 clauses out of 118032 with flag 7277609/1820001
2416.33/2415.93	c cleaning 60005 clauses out of 120027 with flag 7476486/1881000
2486.97/2486.69	c cleaning 61009 clauses out of 122023 with flag 7645914/1943001
2555.44/2555.22	c cleaning 62003 clauses out of 124013 with flag 7855233/2006000
2627.31/2627.22	c cleaning 63002 clauses out of 126012 with flag 8077325/2070002
2702.47/2702.56	c cleaning 63997 clauses out of 128008 with flag 8312965/2135000
2783.98/2784.04	c cleaning 64996 clauses out of 130011 with flag 8577314/2201000
2860.04/2860.27	c cleaning 65986 clauses out of 132015 with flag 8817512/2268000
2940.32/2940.66	c cleaning 67012 clauses out of 134029 with flag 9060823/2336000
3021.51/3021.92	c cleaning 68003 clauses out of 136018 with flag 9328247/2405001
3098.31/3098.88	c cleaning 69005 clauses out of 138015 with flag 9577558/2475001
3172.11/3172.63	c cleaning 70002 clauses out of 140010 with flag 9820127/2546001
3251.29/3251.97	c cleaning 70999 clauses out of 142009 with flag 10077614/2618002
3330.47/3331.27	c cleaning 71999 clauses out of 144009 with flag 10332369/2691001
3414.84/3415.80	c cleaning 72997 clauses out of 146009 with flag 10597803/2765000
3503.94/3504.95	c cleaning 73996 clauses out of 148016 with flag 10879120/2840004
3588.39/3589.49	c cleaning 75001 clauses out of 150017 with flag 11143939/2916001
3600.09/3601.13	c starts		: 678
3600.09/3601.14	c timeout
3600.09/3601.15	c conflicts		: 2929771
3600.09/3601.15	c decisions		: 3455987
3600.09/3601.15	c propagations		: 402549156
3600.09/3601.15	c inspects		: 33288795288
3600.09/3601.15	c shortcuts		: 0
3600.09/3601.15	c learnt literals	: 0
3600.09/3601.15	c learnt binary clauses	: 0
3600.09/3601.15	c learnt ternary clauses	: 0
3600.09/3601.15	c learnt constraints	: 2929771
3600.09/3601.15	c ignored constraints	: 0
3600.09/3601.15	c root simplifications	: 0
3600.09/3601.15	c removed literals (reason simplification)	: 6412970
3600.09/3601.15	c reason swapping (by a shorter reason)	: 0
3600.09/3601.15	c Calls to reduceDB	: 72
3600.09/3601.16	c Number of update (reduction) of LBD	: 692409
3600.09/3601.16	c Imported unit clauses	: 0
3600.09/3601.16	c No decision after first conflict	: false
3600.09/3601.16	c number of reductions to clauses (during analyze)	: 0
3600.09/3601.16	c number of learned constraints concerned by reduction	: 0
3600.09/3601.16	c number of learning phase by resolution	: 0
3600.09/3601.16	c number of learning phase by cutting planes	: 0
3600.09/3601.16	c number of rounding to 1 operations	: 0
3600.09/3601.16	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3601.16	c number of reductions of the coefficients by power 2 	: 0
3600.09/3601.16	c number of right shift for reduction by power 2 	: 0
3600.09/3601.16	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3601.16	c number of ending skipping 	: 0
3600.09/3601.16	c number of internal skipping 	: 0
3600.09/3601.16	c number of derivation steps 	: 0
3600.09/3601.16	c number of skipped derivation steps 	: 0
3600.09/3601.16	c number of remaining unassigned 	: 0
3600.09/3601.16	c number of remaining assigned 	: 0
3600.09/3601.16	c number of falsified literals weakened from reason	: 0
3600.09/3601.16	c number of falsified literals weakened from conflict	: 0
3600.09/3601.16	c time for arithmetic operations	: 0
3600.09/3601.16	c minimum degree of deleted constraints	: null
3600.09/3601.16	c maximum degree of deleted constraints	: null
3600.09/3601.16	c number of deleted constraints	: 0
3600.09/3601.16	c speed (assignments/second)	: 111831.48039854373
3600.09/3601.16	c non guided choices	: 4359
3600.22/3601.21	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 88786
3600.22/3601.21	s UNKNOWN
3600.22/3601.21	c Total wall clock time (in seconds): 3600.869

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4490802-1751364065/watcher-4490802-1751364065 -o /tmp/evaluation-result-4490802-1751364065/solver-4490802-1751364065 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751360462-51821 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4490802-1751364065.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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
solver pid=52396, runsolver pid=52393
Current StackSize limit: 8192 KiB


[startup+0.100082 s]*
/proc/loadavg: 4.25 4.18 4.16 9/322 52414
/proc/meminfo: memFree=121451288/131382112 swapFree=33010684/33010684
[pid=52396] ppid=52393 vsize=18930384 memory=51360 CPUtime=0.1 cores=4,6
/proc/52396/stat : 52396 (java) S 52393 52396 51810 0 -1 4194304 5523 0 0 0 6 4 0 0 20 0 18 0 52086298 19384713216 12840 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
/proc/52396/statm: 4732596 12840 5301 1 0 546767 0
[pid=52396/tid=52398] ppid=52393 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/52396/task/52398/stat : 52398 (java) R 52393 52396 51810 0 -1 4194368 4619 0 0 0 5 3 0 0 20 0 18 0 52086301 19384713216 12840 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
[pid=52396/tid=52407] ppid=52393 vsize=18930384 memory=228522721619 CPUtime=0 cores=4,6
/proc/52396/task/52407/stat : 52407 (Finalizer) S 52393 52396 51810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 52086306 19384713216 12840 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
[pid=52396/tid=52414] ppid=52393 vsize=18930384 memory=59593594258114 CPUtime=0 cores=4,6
/proc/52396/task/52414/stat : 52414 (Common-Cleaner) S 52393 52396 51810 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 52086307 19384713216 12840 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51360 KiB

[startup+0.218301 s]*
/proc/loadavg: 4.25 4.18 4.16 7/322 52416
/proc/meminfo: memFree=121438840/131382112 swapFree=33010684/33010684
[pid=52396] ppid=52393 vsize=18930384 memory=56140 CPUtime=0.29 cores=4,6
/proc/52396/stat : 52396 (java) S 52393 52396 51810 0 -1 4194304 6182 0 0 0 24 5 0 0 20 0 18 0 52086298 19384713216 14035 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
/proc/52396/statm: 4732596 14035 5333 1 0 547329 0
[pid=52396/tid=52398] ppid=52393 vsize=18930384 memory=4026663196 CPUtime=0.18 cores=4,6
/proc/52396/task/52398/stat : 52398 (java) R 52393 52396 51810 0 -1 4194368 4992 0 0 0 15 3 0 0 20 0 18 0 52086301 19384713216 14035 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
[pid=52396/tid=52407] ppid=52393 vsize=18930384 memory=16142 CPUtime=0 cores=4,6
/proc/52396/task/52407/stat : 52407 (Finalizer) S 52393 52396 51810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 52086306 19384713216 14035 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
[pid=52396/tid=52414] ppid=52393 vsize=18930384 memory=58494082614266 CPUtime=0 cores=4,6
/proc/52396/task/52414/stat : 52414 (Common-Cleaner) S 52393 52396 51810 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 52086307 19384713216 14035 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 56140 KiB

[startup+0.317381 s]*
/proc/loadavg: 4.25 4.18 4.16 6/302 52416
/proc/meminfo: memFree=121476428/131382112 swapFree=33010684/33010684
[pid=52396] ppid=52393 vsize=18930384 memory=61948 CPUtime=0.45 cores=4,6
/proc/52396/stat : 52396 (java) S 52393 52396 51810 0 -1 4194304 6640 0 0 0 39 6 0 0 20 0 18 0 52086298 19384713216 15487 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
/proc/52396/statm: 4732596 15487 5333 1 0 547767 0
[pid=52396/tid=52398] ppid=52393 vsize=18930384 memory=-6000919494114372202 CPUtime=0.28 cores=4,6
/proc/52396/task/52398/stat : 52398 (java) R 52393 52396 51810 0 -1 4194368 5189 0 0 0 24 4 0 0 20 0 18 0 52086301 19384713216 15487 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
[pid=52396/tid=52407] ppid=52393 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/52396/task/52407/stat : 52407 (Finalizer) S 52393 52396 51810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 52086306 19384713216 15487 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
[pid=52396/tid=52414] ppid=52393 vsize=18930384 memory=0 CPUtime=0 cores=4,6
/proc/52396/task/52414/stat : 52414 (Common-Cleaner) S 52393 52396 51810 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 52086307 19384713216 15487 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 61948 KiB

[startup+0.700319 s]
/proc/loadavg: 4.25 4.18 4.16 6/300 52424
/proc/meminfo: memFree=121471180/131382112 swapFree=33010684/33010684
[pid=52396] ppid=52393 vsize=18930384 memory=109308 CPUtime=1.15 cores=4,6
/proc/52396/stat : 52396 (java) S 52393 52396 51810 0 -1 4194304 8582 0 0 0 107 8 0 0 20 0 18 0 52086298 19384713216 27327 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
/proc/52396/statm: 4732596 27327 5429 1 0 549196 0
[pid=52396/tid=52398] ppid=52393 vsize=18930384 memory=17920 CPUtime=0.6 cores=4,6
/proc/52396/task/52398/stat : 52398 (java) R 52393 52396 51810 0 -1 4194368 5280 0 0 0 55 5 0 0 20 0 18 0 52086301 19384713216 27327 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
[pid=52396/tid=52407] ppid=52393 vsize=18930384 memory=10624 CPUtime=0 cores=4,6
/proc/52396/task/52407/stat : 52407 (Finalizer) S 52393 52396 51810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 52086306 19384713216 27327 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
[pid=52396/tid=52414] ppid=52393 vsize=18930384 memory=22004 CPUtime=0 cores=4,6
/proc/52396/task/52414/stat : 52414 (Common-Cleaner) S 52393 52396 51810 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 18 0 52086307 19384713216 27327 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 109308 KiB

[startup+1.50026 s]
/proc/loadavg: 4.25 4.18 4.16 7/302 52437
/proc/meminfo: memFree=121370272/131382112 swapFree=33010684/33010684
[pid=52396] ppid=52393 vsize=18996948 memory=189056 CPUtime=2.72 cores=4,6
/proc/52396/stat : 52396 (java) S 52393 52396 51810 0 -1 4194304 15215 0 0 0 260 12 0 0 20 0 19 0 52086298 19452874752 47264 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
/proc/52396/statm: 4749237 47264 5461 1 0 551813 0
[pid=52396/tid=52398] ppid=52393 vsize=18996948 memory=22004 CPUtime=1.31 cores=4,6
/proc/52396/task/52398/stat : 52398 (java) R 52393 52396 51810 0 -1 4194368 5508 0 0 0 124 7 0 0 20 0 19 0 52086301 19452874752 47264 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
[pid=52396/tid=52407] ppid=52393 vsize=18996948 memory=0 CPUtime=0 cores=4,6
/proc/52396/task/52407/stat : 52407 (Finalizer) S 52393 52396 51810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 52086306 19452874752 47264 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
[pid=52396/tid=52414] ppid=52393 vsize=18996948 memory=10624 CPUtime=0 cores=4,6
/proc/52396/task/52414/stat : 52414 (Common-Cleaner) S 52393 52396 51810 0 -1 4194368 26 0 0 0 0 0 0 0 20 0 19 0 52086307 19452874752 47264 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
Current children cumulated CPU time: 2.72 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 189056 KiB

[startup+3.11338 s]
/proc/loadavg: 4.39 4.21 4.17 6/324 52481
/proc/meminfo: memFree=121227252/131382112 swapFree=33010684/33010684
[pid=52396] ppid=52393 vsize=19063512 memory=199644 CPUtime=4.98 cores=4,6
/proc/52396/stat : 52396 (java) S 52393 52396 51810 0 -1 4194304 18167 0 0 0 484 14 0 0 20 0 20 0 52086298 19521036288 49911 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
/proc/52396/statm: 4765878 49911 5493 1 0 553045 0
[pid=52396/tid=52398] ppid=52393 vsize=19063512 memory=10624 CPUtime=2.86 cores=4,6
/proc/52396/task/52398/stat : 52398 (java) R 52393 52396 51810 0 -1 4194368 7175 0 0 0 279 7 0 0 20 0 20 0 52086301 19521036288 49911 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
[pid=52396/tid=52407] ppid=52393 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/52396/task/52407/stat : 52407 (Finalizer) S 52393 52396 51810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52086306 19521036288 49911 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
[pid=52396/tid=52414] ppid=52393 vsize=19063512 memory=5760 CPUtime=0 cores=4,6
/proc/52396/task/52414/stat : 52414 (Common-Cleaner) S 52393 52396 51810 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 52086307 19521036288 49911 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
[pid=52396/tid=52480] ppid=52393 vsize=19063512 memory=5148 CPUtime=0 cores=4,6
/proc/52396/task/52480/stat : 52480 (Timer-0) S 52393 52396 51810 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52086454 19521036288 49911 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
Current children cumulated CPU time: 4.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 199644 KiB

[startup+6.30056 s]
/proc/loadavg: 4.39 4.21 4.17 5/325 52482
/proc/meminfo: memFree=121194916/131382112 swapFree=33010684/33010684
[pid=52396] ppid=52393 vsize=19063512 memory=195960 CPUtime=8.32 cores=4,6
/proc/52396/stat : 52396 (java) S 52393 52396 51810 0 -1 4194304 18326 0 0 0 818 14 0 0 20 0 20 0 52086298 19521036288 48990 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
/proc/52396/statm: 4765878 48990 5493 1 0 553045 0
[pid=52396/tid=52398] ppid=52393 vsize=19063512 memory=0 CPUtime=6.04 cores=4,6
/proc/52396/task/52398/stat : 52398 (java) R 52393 52396 51810 0 -1 4194368 7287 0 0 0 597 7 0 0 20 0 20 0 52086301 19521036288 48990 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
[pid=52396/tid=52407] ppid=52393 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/52396/task/52407/stat : 52407 (Finalizer) S 52393 52396 51810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52086306 19521036288 48990 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
[pid=52396/tid=52414] ppid=52393 vsize=19063512 memory=-6000919494114372202 CPUtime=0 cores=4,6
/proc/52396/task/52414/stat : 52414 (Common-Cleaner) S 52393 52396 51810 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 52086307 19521036288 48990 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
[pid=52396/tid=52480] ppid=52393 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/52396/task/52480/stat : 52480 (Timer-0) S 52393 52396 51810 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52086454 19521036288 48990 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
Current children cumulated CPU time: 8.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 195960 KiB

[startup+12.7004 s]
/proc/loadavg: 4.33 4.20 4.16 5/325 52482
/proc/meminfo: memFree=121182740/131382112 swapFree=33010684/33010684
[pid=52396] ppid=52393 vsize=19063512 memory=196088 CPUtime=15.2 cores=4,6
/proc/52396/stat : 52396 (java) S 52393 52396 51810 0 -1 4194304 23924 0 0 0 1504 16 0 0 20 0 20 0 52086298 19521036288 49022 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
/proc/52396/statm: 4765878 49022 5493 1 0 553061 0
[pid=52396/tid=52398] ppid=52393 vsize=19063512 memory=0 CPUtime=12.43 cores=4,6
/proc/52396/task/52398/stat : 52398 (java) R 52393 52396 51810 0 -1 4194368 8840 0 0 0 1235 8 0 0 20 0 20 0 52086301 19521036288 49022 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
[pid=52396/tid=52407] ppid=52393 vsize=19063512 memory=196088 CPUtime=0 cores=4,6
/proc/52396/task/52407/stat : 52407 (Finalizer) S 52393 52396 51810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52086306 19521036288 49022 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
[pid=52396/tid=52414] ppid=52393 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/52396/task/52414/stat : 52414 (Common-Cleaner) S 52393 52396 51810 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 52086307 19521036288 49022 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
[pid=52396/tid=52480] ppid=52393 vsize=19063512 memory=195960 CPUtime=0 cores=4,6
/proc/52396/task/52480/stat : 52480 (Timer-0) S 52393 52396 51810 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52086454 19521036288 49022 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
Current children cumulated CPU time: 15.2 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 196088 KiB

[startup+25.5005 s]
/proc/loadavg: 4.35 4.21 4.17 5/325 52482
/proc/meminfo: memFree=121138456/131382112 swapFree=33010684/33010684
[pid=52396] ppid=52393 vsize=19063512 memory=196856 CPUtime=28.27 cores=4,6
/proc/52396/stat : 52396 (java) S 52393 52396 51810 0 -1 4194304 25215 0 0 0 2809 18 0 0 20 0 20 0 52086298 19521036288 49214 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
/proc/52396/statm: 4765878 49214 5493 1 0 553136 0
[pid=52396/tid=52398] ppid=52393 vsize=19063512 memory=10624 CPUtime=25.2 cores=4,6
/proc/52396/task/52398/stat : 52398 (java) R 52393 52396 51810 0 -1 4194368 9418 0 0 0 2512 8 0 0 20 0 20 0 52086301 19521036288 49214 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
[pid=52396/tid=52407] ppid=52393 vsize=19063512 memory=10624 CPUtime=0 cores=4,6
/proc/52396/task/52407/stat : 52407 (Finalizer) S 52393 52396 51810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52086306 19521036288 49214 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
[pid=52396/tid=52414] ppid=52393 vsize=19063512 memory=279746655514400 CPUtime=0 cores=4,6
/proc/52396/task/52414/stat : 52414 (Common-Cleaner) S 52393 52396 51810 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 52086307 19521036288 49214 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
[pid=52396/tid=52480] ppid=52393 vsize=19063512 memory=195960 CPUtime=0 cores=4,6
/proc/52396/task/52480/stat : 52480 (Timer-0) S 52393 52396 51810 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52086454 19521036288 49214 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
Current children cumulated CPU time: 28.27 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 196856 KiB

[startup+51.1134 s]
/proc/loadavg: 4.31 4.21 4.17 5/326 52483
/proc/meminfo: memFree=121072192/131382112 swapFree=33010684/33010684
[pid=52396] ppid=52393 vsize=19063512 memory=196984 CPUtime=54.12 cores=4,6
/proc/52396/stat : 52396 (java) S 52393 52396 51810 0 -1 4194304 26433 0 0 0 5392 20 0 0 20 0 20 0 52086298 19521036288 49246 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
/proc/52396/statm: 4765878 49246 5525 1 0 553136 0
[pid=52396/tid=52398] ppid=52393 vsize=19063512 memory=195960 CPUtime=50.75 cores=4,6
/proc/52396/task/52398/stat : 52398 (java) R 52393 52396 51810 0 -1 4194368 10200 0 0 0 5067 8 0 0 20 0 20 0 52086301 19521036288 49246 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
[pid=52396/tid=52407] ppid=52393 vsize=19063512 memory=14560 CPUtime=0 cores=4,6
/proc/52396/task/52407/stat : 52407 (Finalizer) S 52393 52396 51810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52086306 19521036288 49246 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
[pid=52396/tid=52414] ppid=52393 vsize=19063512 memory=33 CPUtime=0 cores=4,6
/proc/52396/task/52414/stat : 52414 (Common-Cleaner) S 52393 52396 51810 0 -1 4194368 28 0 0 0 0 0 0 0 20 0 20 0 52086307 19521036288 49246 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
[pid=52396/tid=52480] ppid=52393 vsize=19063512 memory=14560 CPUtime=0 cores=4,6
/proc/52396/task/52480/stat : 52480 (Timer-0) S 52393 52396 51810 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52086454 19521036288 49246 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
Current children cumulated CPU time: 54.12 s

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

[startup+3282.3 s]
/proc/loadavg: 4.09 4.09 4.09 5/327 52697
/proc/meminfo: memFree=117501948/131382112 swapFree=33010684/33010684
[pid=52396] ppid=52393 vsize=19063512 memory=1158376 CPUtime=3281.64 cores=4,6
/proc/52396/stat : 52396 (java) S 52393 52396 51810 0 -1 4194304 44456 0 0 0 327899 265 0 0 20 0 20 0 52086298 19521036288 289594 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
/proc/52396/statm: 4765878 289594 5525 1 0 995968 0
[pid=52396/tid=52398] ppid=52393 vsize=19063512 memory=1158376 CPUtime=3271.8 cores=4,6
/proc/52396/task/52398/stat : 52398 (java) R 52393 52396 51810 0 -1 4194368 18448 0 0 0 327168 12 0 0 20 0 20 0 52086301 19521036288 289594 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
[pid=52396/tid=52407] ppid=52393 vsize=19063512 memory=1158376 CPUtime=0 cores=4,6
/proc/52396/task/52407/stat : 52407 (Finalizer) S 52393 52396 51810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52086306 19521036288 289594 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
[pid=52396/tid=52414] ppid=52393 vsize=19063512 memory=1158376 CPUtime=0 cores=4,6
/proc/52396/task/52414/stat : 52414 (Common-Cleaner) S 52393 52396 51810 0 -1 4194368 916 0 0 0 0 0 0 0 20 0 20 0 52086307 19521036288 289594 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
[pid=52396/tid=52480] ppid=52393 vsize=19063512 memory=14560 CPUtime=0 cores=4,6
/proc/52396/task/52480/stat : 52480 (Timer-0) S 52393 52396 51810 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52086454 19521036288 289594 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
Current children cumulated CPU time: 3281.64 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1158376 KiB

[startup+3342.3 s]
/proc/loadavg: 4.08 4.08 4.09 5/326 52699
/proc/meminfo: memFree=117440524/131382112 swapFree=33010684/33010684
[pid=52396] ppid=52393 vsize=19063512 memory=1158376 CPUtime=3341.54 cores=4,6
/proc/52396/stat : 52396 (java) S 52393 52396 51810 0 -1 4194304 44646 0 0 0 333886 268 0 0 20 0 20 0 52086298 19521036288 289594 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
/proc/52396/statm: 4765878 289594 5525 1 0 995968 0
[pid=52396/tid=52398] ppid=52393 vsize=19063512 memory=1158376 CPUtime=3331.64 cores=4,6
/proc/52396/task/52398/stat : 52398 (java) R 52393 52396 51810 0 -1 4194368 18547 0 0 0 333152 12 0 0 20 0 20 0 52086301 19521036288 289594 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
[pid=52396/tid=52407] ppid=52393 vsize=19063512 memory=14560 CPUtime=0 cores=4,6
/proc/52396/task/52407/stat : 52407 (Finalizer) S 52393 52396 51810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52086306 19521036288 289594 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
[pid=52396/tid=52414] ppid=52393 vsize=19063512 memory=2044860 CPUtime=0 cores=4,6
/proc/52396/task/52414/stat : 52414 (Common-Cleaner) S 52393 52396 51810 0 -1 4194368 980 0 0 0 0 0 0 0 20 0 20 0 52086307 19521036288 289594 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
[pid=52396/tid=52480] ppid=52393 vsize=19063512 memory=-6000919494114372202 CPUtime=0 cores=4,6
/proc/52396/task/52480/stat : 52480 (Timer-0) S 52393 52396 51810 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52086454 19521036288 289594 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
Current children cumulated CPU time: 3341.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1158376 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.10 4.09 5/325 52701
/proc/meminfo: memFree=117350196/131382112 swapFree=33010684/33010684
[pid=52396] ppid=52393 vsize=19063512 memory=1158376 CPUtime=3401.45 cores=4,6
/proc/52396/stat : 52396 (java) S 52393 52396 51810 0 -1 4194304 44682 0 0 0 339874 271 0 0 20 0 20 0 52086298 19521036288 289594 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
/proc/52396/statm: 4765878 289594 5525 1 0 995968 0
[pid=52396/tid=52398] ppid=52393 vsize=19063512 memory=10624 CPUtime=3391.49 cores=4,6
/proc/52396/task/52398/stat : 52398 (java) R 52393 52396 51810 0 -1 4194368 18578 0 0 0 339137 12 0 0 20 0 20 0 52086301 19521036288 289594 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
[pid=52396/tid=52407] ppid=52393 vsize=19063512 memory=5148 CPUtime=0 cores=4,6
/proc/52396/task/52407/stat : 52407 (Finalizer) S 52393 52396 51810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52086306 19521036288 289594 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
[pid=52396/tid=52414] ppid=52393 vsize=19063512 memory=5888 CPUtime=0 cores=4,6
/proc/52396/task/52414/stat : 52414 (Common-Cleaner) S 52393 52396 51810 0 -1 4194368 980 0 0 0 0 0 0 0 20 0 20 0 52086307 19521036288 289594 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
[pid=52396/tid=52480] ppid=52393 vsize=19063512 memory=1158376 CPUtime=0 cores=4,6
/proc/52396/task/52480/stat : 52480 (Timer-0) S 52393 52396 51810 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52086454 19521036288 289594 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
Current children cumulated CPU time: 3401.45 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1158376 KiB

[startup+3462.3 s]
/proc/loadavg: 4.05 4.08 4.09 5/326 52704
/proc/meminfo: memFree=117288788/131382112 swapFree=33010684/33010684
[pid=52396] ppid=52393 vsize=19063512 memory=1158376 CPUtime=3461.38 cores=4,6
/proc/52396/stat : 52396 (java) S 52393 52396 51810 0 -1 4194304 44750 0 0 0 345862 276 0 0 20 0 20 0 52086298 19521036288 289594 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
/proc/52396/statm: 4765878 289594 5525 1 0 995968 0
[pid=52396/tid=52398] ppid=52393 vsize=19063512 memory=5888 CPUtime=3451.33 cores=4,6
/proc/52396/task/52398/stat : 52398 (java) R 52393 52396 51810 0 -1 4194368 18641 0 0 0 345121 12 0 0 20 0 20 0 52086301 19521036288 289594 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
[pid=52396/tid=52407] ppid=52393 vsize=19063512 memory=1158376 CPUtime=0 cores=4,6
/proc/52396/task/52407/stat : 52407 (Finalizer) S 52393 52396 51810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52086306 19521036288 289594 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
[pid=52396/tid=52414] ppid=52393 vsize=19063512 memory=1158376 CPUtime=0 cores=4,6
/proc/52396/task/52414/stat : 52414 (Common-Cleaner) S 52393 52396 51810 0 -1 4194368 980 0 0 0 0 0 0 0 20 0 20 0 52086307 19521036288 289594 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
[pid=52396/tid=52480] ppid=52393 vsize=19063512 memory=1158376 CPUtime=0 cores=4,6
/proc/52396/task/52480/stat : 52480 (Timer-0) S 52393 52396 51810 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52086454 19521036288 289594 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
Current children cumulated CPU time: 3461.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1158376 KiB

[startup+3522.3 s]
/proc/loadavg: 4.13 4.09 4.09 5/326 52706
/proc/meminfo: memFree=117140628/131382112 swapFree=33010684/33010684
[pid=52396] ppid=52393 vsize=19063512 memory=1236204 CPUtime=3521.4 cores=4,6
/proc/52396/stat : 52396 (java) S 52393 52396 51810 0 -1 4194304 45562 0 0 0 351857 283 0 0 20 0 20 0 52086298 19521036288 309051 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
/proc/52396/statm: 4765878 309051 5525 1 0 995968 0
[pid=52396/tid=52398] ppid=52393 vsize=19063512 memory=1158376 CPUtime=3511.07 cores=4,6
/proc/52396/task/52398/stat : 52398 (java) R 52393 52396 51810 0 -1 4194368 18913 0 0 0 351095 12 0 0 20 0 20 0 52086301 19521036288 309051 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
[pid=52396/tid=52407] ppid=52393 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/52396/task/52407/stat : 52407 (Finalizer) S 52393 52396 51810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52086306 19521036288 309051 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
[pid=52396/tid=52414] ppid=52393 vsize=19063512 memory=1236204 CPUtime=0 cores=4,6
/proc/52396/task/52414/stat : 52414 (Common-Cleaner) S 52393 52396 51810 0 -1 4194368 980 0 0 0 0 0 0 0 20 0 20 0 52086307 19521036288 309051 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
[pid=52396/tid=52480] ppid=52393 vsize=19063512 memory=1236204 CPUtime=0 cores=4,6
/proc/52396/task/52480/stat : 52480 (Timer-0) S 52393 52396 51810 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52086454 19521036288 309051 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
Current children cumulated CPU time: 3521.4 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1236204 KiB

[startup+3582.3 s]
/proc/loadavg: 4.15 4.10 4.09 5/326 52708
/proc/meminfo: memFree=117087396/131382112 swapFree=33010684/33010684
[pid=52396] ppid=52393 vsize=19063512 memory=1236204 CPUtime=3581.3 cores=4,6
/proc/52396/stat : 52396 (java) S 52393 52396 51810 0 -1 4194304 45833 0 0 0 357843 287 0 0 20 0 20 0 52086298 19521036288 309051 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
/proc/52396/statm: 4765878 309051 5525 1 0 995968 0
[pid=52396/tid=52398] ppid=52393 vsize=19063512 memory=10624 CPUtime=3570.92 cores=4,6
/proc/52396/task/52398/stat : 52398 (java) R 52393 52396 51810 0 -1 4194368 19128 0 0 0 357080 12 0 0 20 0 20 0 52086301 19521036288 309051 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
[pid=52396/tid=52407] ppid=52393 vsize=19063512 memory=1236204 CPUtime=0 cores=4,6
/proc/52396/task/52407/stat : 52407 (Finalizer) S 52393 52396 51810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52086306 19521036288 309051 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
[pid=52396/tid=52414] ppid=52393 vsize=19063512 memory=1236204 CPUtime=0 cores=4,6
/proc/52396/task/52414/stat : 52414 (Common-Cleaner) S 52393 52396 51810 0 -1 4194368 1029 0 0 0 0 0 0 0 20 0 20 0 52086307 19521036288 309051 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
[pid=52396/tid=52480] ppid=52393 vsize=19063512 memory=14560 CPUtime=0 cores=4,6
/proc/52396/task/52480/stat : 52480 (Timer-0) S 52393 52396 51810 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52086454 19521036288 309051 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
Current children cumulated CPU time: 3581.3 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1236204 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601.11 s]
/proc/loadavg: 4.11 4.10 4.09 5/303 52763
/proc/meminfo: memFree=119084840/131382112 swapFree=33010684/33010684
[pid=52396] ppid=52393 vsize=19063512 memory=1236204 CPUtime=3600.09 cores=4,6
/proc/52396/stat : 52396 (java) S 52393 52396 51810 0 -1 4194304 45972 0 0 0 359721 288 0 0 20 0 20 0 52086298 19521036288 309051 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
/proc/52396/statm: 4765878 309051 5525 1 0 995968 0
[pid=52396/tid=52398] ppid=52393 vsize=19063512 memory=1236204 CPUtime=3589.68 cores=4,6
/proc/52396/task/52398/stat : 52398 (java) R 52393 52396 51810 0 -1 4194368 19265 0 0 0 358956 12 0 0 20 0 20 0 52086301 19521036288 309051 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
[pid=52396/tid=52407] ppid=52393 vsize=19063512 memory=5760 CPUtime=0 cores=4,6
/proc/52396/task/52407/stat : 52407 (Finalizer) S 52393 52396 51810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 52086306 19521036288 309051 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
[pid=52396/tid=52414] ppid=52393 vsize=19063512 memory=1236204 CPUtime=0 cores=4,6
/proc/52396/task/52414/stat : 52414 (Common-Cleaner) S 52393 52396 51810 0 -1 4194368 1029 0 0 0 0 0 0 0 20 0 20 0 52086307 19521036288 309051 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
[pid=52396/tid=52480] ppid=52393 vsize=19063512 memory=1224976 CPUtime=0 cores=4,6
/proc/52396/task/52480/stat : 52480 (Timer-0) S 52393 52396 51810 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 52086454 19521036288 309051 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1236204 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.35 s, system=2.89823 s

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

[startup+3601.2 s]
/proc/loadavg: 4.11 4.10 4.09 5/303 52763
/proc/meminfo: memFree=119084840/131382112 swapFree=33010684/33010684
[pid=52396] ppid=52393 vsize=19263204 memory=1236972 CPUtime=3600.22 cores=4,6
/proc/52396/stat : 52396 (java) S 52393 52396 51810 0 -1 4194304 48099 0 0 0 359733 289 0 0 20 0 21 0 52086298 19725520896 309243 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
/proc/52396/statm: 4815801 309243 5557 1 0 996914 0
[pid=52396/tid=52398] ppid=52393 vsize=19263204 memory=5888 CPUtime=3589.71 cores=4,6
/proc/52396/task/52398/stat : 52398 (java) S 52393 52396 51810 0 -1 4194368 19373 0 0 0 358959 12 0 0 20 0 21 0 52086301 19725520896 309243 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
[pid=52396/tid=52407] ppid=52393 vsize=19263204 memory=12416 CPUtime=0 cores=4,6
/proc/52396/task/52407/stat : 52407 (Finalizer) S 52393 52396 51810 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 52086306 19725520896 309243 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
[pid=52396/tid=52414] ppid=52393 vsize=19263204 memory=-6000919494114372202 CPUtime=0 cores=4,6
/proc/52396/task/52414/stat : 52414 (Common-Cleaner) S 52393 52396 51810 0 -1 4194368 1029 0 0 0 0 0 0 0 20 0 21 0 52086307 19725520896 309243 18446744073709551615 94853345767424 94853345771120 140733448416240 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94853345778936 94853345779728 94853373239296 140733448419713 140733448419814 140733448419814 140733448425416 0
Current children cumulated CPU time: 3600.22 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 1236972 KiB

Child status: 143

Real time (s): 3601.22
CPU time (s): 3600.25
CPU user time (s): 3597.35
CPU system time (s): 2.89823
CPU usage (%): 99.9729
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 1236972

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.35
system time used= 2.89823
maximum resident set size= 1237100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48195
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 144249
involuntary context switches= 3330


# summary of solver processes directly reported to runsolver:
#   pid: 52396
#   total CPU time (s): 3600.25
#   total CPU user time (s): 3597.35
#   total CPU system time (s): 2.89823

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.4272 second user time and 37.8674 second system time

The end

Launcher Data

Begin job on nodeC009 at 2025-07-01 12:01:05
IDJOB=4490802
IDBENCH=147620
IDSOLVER=3363
FILE ID=nodeC009/4490802-1751364065
RUNJOBID= nodeC009-1751360462-51821
SLURM_JOB_ID= 9598165
Free space on /tmp= 432648 MiB

SOLVER NAME= Sat4j Resolution 2025-06-06
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_19.opb
COMMAND LINE= java -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4490802-1751364065/watcher-4490802-1751364065 -o /tmp/evaluation-result-4490802-1751364065/solver-4490802-1751364065 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1751360462-51821 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4490802-1751364065.opb

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

MD5SUM BENCH= 329db8d421c28e548757e1dbc8e6ec5f
RANDOM SEED=1574004890

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131382112 kB
MemFree:        121476472 kB
MemAvailable:   128172772 kB
Buffers:            3280 kB
Cached:          7467936 kB
SwapCached:            0 kB
Active:          2126420 kB
Inactive:        7168320 kB
Active(anon):    1840516 kB
Inactive(anon):      968 kB
Active(file):     285904 kB
Inactive(file):  7167352 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010684 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7964 kB
Writeback:             0 kB
AnonPages:       1826980 kB
Mapped:           123228 kB
Shmem:             17960 kB
KReclaimable:     164960 kB
Slab:             249076 kB
SReclaimable:     164960 kB
SUnreclaim:        84116 kB
KernelStack:        4928 kB
PageTables:         7164 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:    7055040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150248 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1609728 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      172872 kB
DirectMap2M:     9166848 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 432644 MiB
End job on nodeC009 at 2025-07-01 13:01:07