Trace number 4544383

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 Resolution VeriPB 2025-06-06? (TO) 3600.62 3268.26

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/
extended-even-colouring/grids_rational_opb/normalized-ec_grid_rational_06_170.opb
MD5SUM8004cad3253210c4fb1dfbb021092d0c
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.133464
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6123
Total number of constraints5104
Number of constraints which are clauses4082
Number of constraints which are cardinality constraints (but not clauses)1021
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint4082
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 4082
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 12246
Number of bits of the biggest sum of numbers14
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.10	c Number of processors 	2
0.12/0.14	c Pseudo Boolean Optimization by upper bound
0.12/0.14	c --- Begin Solver configuration ---
0.12/0.14	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.12/0.14	c Learn all clauses as in MiniSAT
0.12/0.14	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.14	c Expensive reason simplification
0.12/0.14	c Glucose 2.1 dynamic restart strategy
0.12/0.14	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.12/0.14	c timeout=2147483s
0.12/0.14	c DB Simplification allowed=false
0.12/0.14	c Listener: none
0.12/0.14	c --- End Solver configuration ---
0.12/0.14	c solving HOME/instance-4544383-1753234865.opb
0.12/0.14	c reading problem ... 
0.12/0.14	c using VERIPB proof format
0.12/0.14	c  no objective function found
0.31/0.26	c ... done. Wall clock time 0.12s.
0.31/0.26	c declared #vars     6123
0.31/0.26	c #constraints  6125
0.31/0.26	c constraints type 
0.31/0.26	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4084
0.31/0.26	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2040
0.31/0.26	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.31/0.26	c 6125 constraints processed.
6.50/4.68	c cleaning 2501 clauses out of 5001 with flag 10912/5001
11.89/9.37	c cleaning 4250 clauses out of 8499 with flag 23791/11000
18.63/15.14	c cleaning 5625 clauses out of 11250 with flag 38797/18001
27.06/22.93	c cleaning 6813 clauses out of 13625 with flag 56420/26001
35.30/30.51	c cleaning 7906 clauses out of 15812 with flag 75751/35001
44.90/39.46	c cleaning 8948 clauses out of 17905 with flag 96981/45000
55.21/49.12	c cleaning 9978 clauses out of 19958 with flag 120059/56001
67.07/60.12	c cleaning 10983 clauses out of 21979 with flag 146105/68000
80.34/72.54	c cleaning 11994 clauses out of 23996 with flag 173965/81000
95.12/86.41	c cleaning 13002 clauses out of 26004 with flag 204273/95002
111.17/101.49	c cleaning 14000 clauses out of 28001 with flag 236229/110001
127.96/117.16	c cleaning 15000 clauses out of 30000 with flag 270551/126000
144.21/132.23	c cleaning 16001 clauses out of 32001 with flag 306445/143001
164.81/149.47	c cleaning 16998 clauses out of 34000 with flag 344270/161001
186.51/169.80	c cleaning 17997 clauses out of 36001 with flag 384126/180000
209.39/191.45	c cleaning 19000 clauses out of 38004 with flag 426657/200000
233.63/214.45	c cleaning 19996 clauses out of 40005 with flag 471705/221001
260.23/239.85	c cleaning 20996 clauses out of 42008 with flag 519752/243000
288.23/266.52	c cleaning 22003 clauses out of 44014 with flag 569097/266002
323.07/297.59	c cleaning 23002 clauses out of 46012 with flag 619727/290003
358.55/330.17	c cleaning 24001 clauses out of 48007 with flag 672510/315000
393.21/363.10	c cleaning 25004 clauses out of 50008 with flag 728699/341002
423.53/391.94	c cleaning 25997 clauses out of 52002 with flag 785936/368000
452.11/418.87	c cleaning 26999 clauses out of 54005 with flag 847038/396000
487.76/449.34	c cleaning 28001 clauses out of 56007 with flag 910117/425001
521.99/481.43	c cleaning 29002 clauses out of 58006 with flag 975038/455001
560.52/518.12	c cleaning 30000 clauses out of 60004 with flag 1040930/486001
601.61/557.15	c cleaning 31001 clauses out of 62006 with flag 1111480/518003
640.60/594.26	c cleaning 32000 clauses out of 64004 with flag 1183644/551002
689.70/636.94	c cleaning 33002 clauses out of 66004 with flag 1255551/585002
739.14/683.27	c cleaning 34001 clauses out of 68001 with flag 1330281/620001
786.47/728.20	c cleaning 34992 clauses out of 70000 with flag 1407494/656001
840.19/779.64	c cleaning 36004 clauses out of 72007 with flag 1487650/693000
895.73/828.50	c cleaning 36998 clauses out of 74004 with flag 1569072/731001
948.62/877.38	c cleaning 37998 clauses out of 76005 with flag 1651290/770000
997.02/923.45	c cleaning 39004 clauses out of 78007 with flag 1734766/810000
1054.57/978.51	c cleaning 39999 clauses out of 80003 with flag 1821888/851000
1126.19/1042.13	c cleaning 41002 clauses out of 82004 with flag 1913614/893000
1184.54/1097.51	c cleaning 41994 clauses out of 84002 with flag 2006936/936000
1235.22/1145.39	c cleaning 43000 clauses out of 86010 with flag 2101948/980002
1295.95/1197.02	c cleaning 43999 clauses out of 88008 with flag 2197841/1025000
1349.76/1247.51	c cleaning 45004 clauses out of 90012 with flag 2295750/1071003
1399.91/1294.97	c cleaning 46001 clauses out of 92006 with flag 2395473/1118001
1464.98/1351.27	c cleaning 46998 clauses out of 94004 with flag 2503273/1166000
1528.77/1411.93	c cleaning 47996 clauses out of 96006 with flag 2609689/1215000
1593.10/1473.03	c cleaning 49004 clauses out of 98013 with flag 2717469/1265003
1664.76/1536.72	c cleaning 49998 clauses out of 100006 with flag 2826270/1316000
1735.53/1604.16	c cleaning 51001 clauses out of 102009 with flag 2937243/1368001
1813.79/1671.31	c cleaning 52000 clauses out of 104008 with flag 3050246/1421001
1892.99/1746.95	c cleaning 53001 clauses out of 106008 with flag 3166560/1475001
1968.35/1810.87	c cleaning 53998 clauses out of 108006 with flag 3284575/1530000
2043.32/1881.77	c cleaning 54996 clauses out of 110008 with flag 3405826/1586000
2126.29/1953.64	c cleaning 56001 clauses out of 112012 with flag 3529217/1643000
2200.42/2023.95	c cleaning 57000 clauses out of 114012 with flag 3652323/1701001
2288.55/2101.76	c cleaning 58000 clauses out of 116011 with flag 3779461/1760000
2380.45/2189.91	c cleaning 59001 clauses out of 118011 with flag 3908038/1820000
2472.31/2270.51	c cleaning 60000 clauses out of 120010 with flag 4039963/1881000
2561.35/2347.92	c cleaning 61002 clauses out of 122010 with flag 4172938/1943000
2655.47/2435.50	c cleaning 62003 clauses out of 124008 with flag 4309343/2006000
2767.87/2537.74	c cleaning 62999 clauses out of 126005 with flag 4445561/2070000
2871.42/2628.74	c cleaning 64001 clauses out of 128007 with flag 4583935/2135001
2993.92/2736.49	c cleaning 64999 clauses out of 130006 with flag 4722865/2201001
3111.83/2837.02	c cleaning 65998 clauses out of 132007 with flag 4864398/2268001
3230.91/2941.31	c cleaning 66995 clauses out of 134008 with flag 5008214/2336000
3357.66/3053.42	c cleaning 68003 clauses out of 136013 with flag 5158191/2405000
3495.97/3177.04	c cleaning 68999 clauses out of 138010 with flag 5309188/2475000
3600.42/3268.12	c timeout
3600.42/3268.13	c starts		: 5
3600.42/3268.13	c conflicts		: 2527845
3600.42/3268.13	c decisions		: 3586177
3600.42/3268.13	c propagations		: 2161334975
3600.42/3268.13	c inspects		: 3956748862
3600.42/3268.13	c shortcuts		: 0
3600.42/3268.13	c learnt literals	: 0
3600.42/3268.13	c learnt binary clauses	: 0
3600.42/3268.13	c learnt ternary clauses	: 0
3600.42/3268.13	c learnt constraints	: 2527845
3600.42/3268.13	c ignored constraints	: 0
3600.42/3268.13	c root simplifications	: 0
3600.42/3268.13	c removed literals (reason simplification)	: 14194535
3600.42/3268.13	c reason swapping (by a shorter reason)	: 0
3600.42/3268.13	c Calls to reduceDB	: 66
3600.42/3268.13	c Number of update (reduction) of LBD	: 87340
3600.42/3268.13	c Imported unit clauses	: 0
3600.42/3268.13	c No decision after first conflict	: false
3600.42/3268.13	c number of reductions to clauses (during analyze)	: 0
3600.42/3268.13	c number of learned constraints concerned by reduction	: 0
3600.42/3268.13	c number of learning phase by resolution	: 0
3600.42/3268.13	c number of learning phase by cutting planes	: 0
3600.42/3268.13	c number of rounding to 1 operations	: 0
3600.42/3268.13	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.42/3268.13	c number of reductions of the coefficients by power 2 	: 0
3600.42/3268.13	c number of right shift for reduction by power 2 	: 0
3600.42/3268.13	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.42/3268.13	c number of ending skipping 	: 0
3600.42/3268.13	c number of internal skipping 	: 0
3600.42/3268.13	c number of derivation steps 	: 0
3600.42/3268.13	c number of skipped derivation steps 	: 0
3600.42/3268.13	c number of remaining unassigned 	: 0
3600.42/3268.13	c number of remaining assigned 	: 0
3600.42/3268.13	c number of falsified literals weakened from reason	: 0
3600.42/3268.13	c number of falsified literals weakened from conflict	: 0
3600.42/3268.13	c time for arithmetic operations	: 0
3600.42/3268.13	c minimum degree of deleted constraints	: null
3600.42/3268.13	c maximum degree of deleted constraints	: null
3600.42/3268.13	c number of deleted constraints	: 0
3600.42/3268.13	c speed (assignments/second)	: 661391.3428386336
3600.42/3268.13	c non guided choices	: 1720
3600.42/3268.19	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 121856
3600.42/3268.19	s UNKNOWN
3600.42/3268.19	c Total wall clock time (in seconds): 3268.051

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: 63708 MiB (62175 MiB free)
  memory of node 1: 64465 MiB (63617 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4544383-1753234865/watcher-4544383-1753234865 -o /tmp/evaluation-result-4544383-1753234865/solver-4544383-1753234865 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1753234865-168239 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4544383-1753234865 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4544383-1753234865.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 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
Starting watchdog thread
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=168284, runsolver pid=168275

[startup+0.100059 s]*
/proc/loadavg: 1.15 1.14 1.59 8/333 168365
/proc/meminfo: memFree=128695364/131249996 swapFree=33006296/33010684
[pid=168284] ppid=168275 vsize=18930384 memory=55544 CPUtime=0.12 cores=4,6
/proc/168284/stat : 168284 (java) S 168275 168284 168228 0 -1 4194304 6500 0 0 0 10 2 0 0 20 0 18 0 239163987 19384713216 13886 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
/proc/168284/statm: 4732596 13886 5373 1 0 547587 0
[pid=168284/tid=168294] ppid=168275 vsize=18930384 memory=4026532124 CPUtime=0.07 cores=4,6
/proc/168284/task/168294/stat : 168294 (java) R 168275 168284 168228 0 -1 4194368 5015 0 0 0 6 1 0 0 20 0 18 0 239163989 19384713216 13886 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
[pid=168284/tid=168324] ppid=168275 vsize=18930384 memory=2630 CPUtime=0 cores=4,6
/proc/168284/task/168324/stat : 168324 (Finalizer) S 168275 168284 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239163991 19384713216 13886 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
[pid=168284/tid=168335] ppid=168275 vsize=18930384 memory=57385981051877 CPUtime=0 cores=4,6
/proc/168284/task/168335/stat : 168335 (Common-Cleaner) S 168275 168284 168228 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239163991 19384713216 13886 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 55544 KiB

[startup+0.205356 s]*
/proc/loadavg: 1.15 1.14 1.59 13/333 168365
/proc/meminfo: memFree=128559240/131249996 swapFree=33006296/33010684
[pid=168284] ppid=168275 vsize=18930384 memory=131592 CPUtime=0.31 cores=4,6
/proc/168284/stat : 168284 (java) S 168275 168284 168228 0 -1 4194304 7055 0 0 0 27 4 0 0 20 0 18 0 239163987 19384713216 32898 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
/proc/168284/statm: 4732596 32898 5437 1 0 547909 0
[pid=168284/tid=168294] ppid=168275 vsize=18930384 memory=4026990876 CPUtime=0.16 cores=4,6
/proc/168284/task/168294/stat : 168294 (java) R 168275 168284 168228 0 -1 4194368 5306 0 0 0 13 3 0 0 20 0 18 0 239163989 19384713216 32898 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
[pid=168284/tid=168324] ppid=168275 vsize=18930384 memory=2630 CPUtime=0 cores=4,6
/proc/168284/task/168324/stat : 168324 (Finalizer) S 168275 168284 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239163991 19384713216 32898 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
[pid=168284/tid=168335] ppid=168275 vsize=18930384 memory=57385981051877 CPUtime=0 cores=4,6
/proc/168284/task/168335/stat : 168335 (Common-Cleaner) S 168275 168284 168228 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239163991 19384713216 32898 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 131592 KiB

[startup+0.305354 s]*
/proc/loadavg: 1.15 1.14 1.59 13/337 168369
/proc/meminfo: memFree=128448272/131249996 swapFree=33006296/33010684
[pid=168284] ppid=168275 vsize=19063512 memory=156460 CPUtime=0.49 cores=4,6
/proc/168284/stat : 168284 (java) S 168275 168284 168228 0 -1 4194304 9209 0 0 0 45 4 0 0 20 0 20 0 239163987 19521036288 39115 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
/proc/168284/statm: 4765878 39115 5469 1 0 549869 0
[pid=168284/tid=168294] ppid=168275 vsize=19063512 memory=-9104703277628170940 CPUtime=0.23 cores=4,6
/proc/168284/task/168294/stat : 168294 (java) R 168275 168284 168228 0 -1 4194368 5392 0 0 0 20 3 0 0 20 0 20 0 239163989 19521036288 39115 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
[pid=168284/tid=168324] ppid=168275 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/168284/task/168324/stat : 168324 (Finalizer) S 168275 168284 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 39115 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
[pid=168284/tid=168335] ppid=168275 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/168284/task/168335/stat : 168335 (Common-Cleaner) S 168275 168284 168228 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 39115 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
[pid=168284/tid=168368] ppid=168275 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/168284/task/168368/stat : 168368 (Timer-0) S 168275 168284 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239164015 19521036288 39115 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 156460 KiB

[startup+0.700234 s]
/proc/loadavg: 1.15 1.14 1.59 10/339 168371
/proc/meminfo: memFree=128315128/131249996 swapFree=33006296/33010684
[pid=168284] ppid=168275 vsize=19063512 memory=164392 CPUtime=1.25 cores=4,6
/proc/168284/stat : 168284 (java) S 168275 168284 168228 0 -1 4194304 11589 0 0 0 120 5 0 0 20 0 20 0 239163987 19521036288 41098 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
/proc/168284/statm: 4765878 41098 5501 1 0 551631 0
[pid=168284/tid=168294] ppid=168275 vsize=19063512 memory=24704 CPUtime=0.56 cores=4,6
/proc/168284/task/168294/stat : 168294 (java) R 168275 168284 168228 0 -1 4194368 5408 0 0 0 53 3 0 0 20 0 20 0 239163989 19521036288 41098 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
[pid=168284/tid=168324] ppid=168275 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/168284/task/168324/stat : 168324 (Finalizer) S 168275 168284 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 41098 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
[pid=168284/tid=168335] ppid=168275 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/168284/task/168335/stat : 168335 (Common-Cleaner) S 168275 168284 168228 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 41098 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
[pid=168284/tid=168368] ppid=168275 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/168284/task/168368/stat : 168368 (Timer-0) S 168275 168284 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239164015 19521036288 41098 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 164392 KiB

[startup+1.50024 s]
/proc/loadavg: 1.15 1.14 1.59 11/339 168371
/proc/meminfo: memFree=128175516/131249996 swapFree=33006296/33010684
[pid=168284] ppid=168275 vsize=19063512 memory=286056 CPUtime=2.76 cores=4,6
/proc/168284/stat : 168284 (java) S 168275 168284 168228 0 -1 4194304 12869 0 0 0 268 8 0 0 20 0 20 0 239163987 19521036288 71514 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
/proc/168284/statm: 4765878 71514 5501 1 0 1078379 0
[pid=168284/tid=168294] ppid=168275 vsize=19063512 memory=10752 CPUtime=1.22 cores=4,6
/proc/168284/task/168294/stat : 168294 (java) R 168275 168284 168228 0 -1 4194368 5451 0 0 0 117 5 0 0 20 0 20 0 239163989 19521036288 71514 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
[pid=168284/tid=168324] ppid=168275 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/168284/task/168324/stat : 168324 (Finalizer) S 168275 168284 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 71514 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
[pid=168284/tid=168335] ppid=168275 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/168284/task/168335/stat : 168335 (Common-Cleaner) S 168275 168284 168228 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 71514 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
[pid=168284/tid=168368] ppid=168275 vsize=19063512 memory=4764 CPUtime=0 cores=4,6
/proc/168284/task/168368/stat : 168368 (Timer-0) S 168275 168284 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239164015 19521036288 71514 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
Current children cumulated CPU time: 2.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 286056 KiB

[startup+3.10534 s]
/proc/loadavg: 1.15 1.14 1.59 7/341 168373
/proc/meminfo: memFree=126522136/131249996 swapFree=33006296/33010684
[pid=168284] ppid=168275 vsize=19063512 memory=851720 CPUtime=4.72 cores=4,6
/proc/168284/stat : 168284 (java) S 168275 168284 168228 0 -1 4194304 13756 0 0 0 450 22 0 0 20 0 20 0 239163987 19521036288 212930 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
/proc/168284/statm: 4765878 212930 5501 1 0 1728042 0
[pid=168284/tid=168294] ppid=168275 vsize=19063512 memory=10752 CPUtime=2.63 cores=4,6
/proc/168284/task/168294/stat : 168294 (java) R 168275 168284 168228 0 -1 4194368 5650 0 0 0 247 16 0 0 20 0 20 0 239163989 19521036288 212930 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
[pid=168284/tid=168324] ppid=168275 vsize=19063512 memory=-8815348101081244348 CPUtime=0 cores=4,6
/proc/168284/task/168324/stat : 168324 (Finalizer) S 168275 168284 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 212930 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
[pid=168284/tid=168335] ppid=168275 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/168284/task/168335/stat : 168335 (Common-Cleaner) S 168275 168284 168228 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 212930 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
[pid=168284/tid=168368] ppid=168275 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/168284/task/168368/stat : 168368 (Timer-0) S 168275 168284 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239164015 19521036288 212930 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
Current children cumulated CPU time: 4.72 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 851720 KiB

[startup+6.30017 s]
/proc/loadavg: 1.62 1.24 1.62 7/341 168373
/proc/meminfo: memFree=124587936/131249996 swapFree=33006296/33010684
[pid=168284] ppid=168275 vsize=19063512 memory=1857376 CPUtime=8.54 cores=4,6
/proc/168284/stat : 168284 (java) S 168275 168284 168228 0 -1 4194304 15249 0 0 0 807 47 0 0 20 0 20 0 239163987 19521036288 464344 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
/proc/168284/statm: 4765878 464344 5501 1 0 2085300 0
[pid=168284/tid=168294] ppid=168275 vsize=19063512 memory=0 CPUtime=5.44 cores=4,6
/proc/168284/task/168294/stat : 168294 (java) R 168275 168284 168228 0 -1 4194368 5969 0 0 0 512 32 0 0 20 0 20 0 239163989 19521036288 464344 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
[pid=168284/tid=168324] ppid=168275 vsize=19063512 memory=3200 CPUtime=0 cores=4,6
/proc/168284/task/168324/stat : 168324 (Finalizer) S 168275 168284 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 464344 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
[pid=168284/tid=168335] ppid=168275 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/168284/task/168335/stat : 168335 (Common-Cleaner) S 168275 168284 168228 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 464344 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
[pid=168284/tid=168368] ppid=168275 vsize=19063512 memory=367976 CPUtime=0 cores=4,6
/proc/168284/task/168368/stat : 168368 (Timer-0) S 168275 168284 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239164015 19521036288 464344 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
Current children cumulated CPU time: 8.54 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1857376 KiB

[startup+12.7002 s]
/proc/loadavg: 1.89 1.30 1.64 6/341 168373
/proc/meminfo: memFree=121502388/131249996 swapFree=33006296/33010684
[pid=168284] ppid=168275 vsize=19063512 memory=3373504 CPUtime=15.71 cores=4,6
/proc/168284/stat : 168284 (java) S 168275 168284 168228 0 -1 4194304 16725 0 0 0 1486 85 0 0 20 0 20 0 239163987 19521036288 843376 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
/proc/168284/statm: 4765878 843376 5501 1 0 2348504 0
[pid=168284/tid=168294] ppid=168275 vsize=19063512 memory=367976 CPUtime=11.26 cores=4,6
/proc/168284/task/168294/stat : 168294 (java) R 168275 168284 168228 0 -1 4194368 6515 0 0 0 1068 58 0 0 20 0 20 0 239163989 19521036288 843376 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
[pid=168284/tid=168324] ppid=168275 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/168284/task/168324/stat : 168324 (Finalizer) S 168275 168284 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 843376 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
[pid=168284/tid=168335] ppid=168275 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/168284/task/168335/stat : 168335 (Common-Cleaner) S 168275 168284 168228 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 843376 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
[pid=168284/tid=168368] ppid=168275 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/168284/task/168368/stat : 168368 (Timer-0) S 168275 168284 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239164015 19521036288 843376 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
Current children cumulated CPU time: 15.71 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 3373504 KiB

[startup+25.5002 s]
/proc/loadavg: 2.36 1.43 1.68 6/341 168373
/proc/meminfo: memFree=117363176/131249996 swapFree=33006296/33010684
[pid=168284] ppid=168275 vsize=19063512 memory=4798880 CPUtime=29.96 cores=4,6
/proc/168284/stat : 168284 (java) S 168275 168284 168228 0 -1 4194304 22556 0 0 0 2869 127 0 0 20 0 20 0 239163987 19521036288 1199720 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
/proc/168284/statm: 4765878 1199720 5501 1 0 2534420 0
[pid=168284/tid=168294] ppid=168275 vsize=19063512 memory=14848 CPUtime=22.81 cores=4,6
/proc/168284/task/168294/stat : 168294 (java) R 168275 168284 168228 0 -1 4194368 8163 0 0 0 2195 86 0 0 20 0 20 0 239163989 19521036288 1199720 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
[pid=168284/tid=168324] ppid=168275 vsize=19063512 memory=3375580 CPUtime=0 cores=4,6
/proc/168284/task/168324/stat : 168324 (Finalizer) S 168275 168284 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 1199720 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
[pid=168284/tid=168335] ppid=168275 vsize=19063512 memory=4430148 CPUtime=0 cores=4,6
/proc/168284/task/168335/stat : 168335 (Common-Cleaner) S 168275 168284 168228 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 1199720 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
[pid=168284/tid=168368] ppid=168275 vsize=19063512 memory=5276 CPUtime=0 cores=4,6
/proc/168284/task/168368/stat : 168368 (Timer-0) S 168275 168284 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239164015 19521036288 1199720 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
Current children cumulated CPU time: 29.96 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 4798880 KiB

[startup+51.1057 s]
/proc/loadavg: 3.43 1.76 1.78 5/319 168471
/proc/meminfo: memFree=110707444/131249996 swapFree=33006296/33010684
[pid=168284] ppid=168275 vsize=19063512 memory=7813636 CPUtime=57.34 cores=4,6
/proc/168284/stat : 168284 (java) S 168275 168284 168228 0 -1 4194304 29301 0 0 0 5523 211 0 0 20 0 20 0 239163987 19521036288 1953409 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
/proc/168284/statm: 4765878 1953409 5533 1 0 3048285 0
[pid=168284/tid=168294] ppid=168275 vsize=19063512 memory=14848 CPUtime=46.49 cores=4,6

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

[startup+2982.3 s]
/proc/loadavg: 5.13 4.93 4.65 5/339 169088
/proc/meminfo: memFree=1123376/131249996 swapFree=33006296/33010684
[pid=168284] ppid=168275 vsize=19063512 memory=16267620 CPUtime=3274.03 cores=4,6
/proc/168284/stat : 168284 (java) S 168275 168284 168228 0 -1 4194304 510902 0 0 0 324105 3298 0 0 20 0 20 0 239163987 19521036288 4066905 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
/proc/168284/statm: 4765878 4066905 5533 1 0 4082429 0
[pid=168284/tid=168294] ppid=168275 vsize=19063512 memory=16267620 CPUtime=2809.61 cores=4,6
/proc/168284/task/168294/stat : 168294 (java) R 168275 168284 168228 0 -1 4194368 270024 0 0 0 277981 2980 0 0 20 0 20 0 239163989 19521036288 4066905 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
[pid=168284/tid=168324] ppid=168275 vsize=19063512 memory=16267620 CPUtime=0 cores=4,6
/proc/168284/task/168324/stat : 168324 (Finalizer) S 168275 168284 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 4066905 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
[pid=168284/tid=168335] ppid=168275 vsize=19063512 memory=16267620 CPUtime=0 cores=4,6
/proc/168284/task/168335/stat : 168335 (Common-Cleaner) S 168275 168284 168228 0 -1 4194368 2924 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 4066905 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
[pid=168284/tid=168368] ppid=168275 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/168284/task/168368/stat : 168368 (Timer-0) S 168275 168284 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239164015 19521036288 4066905 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
Current children cumulated CPU time: 3274.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16267620 KiB

[startup+3042.3 s]
/proc/loadavg: 4.82 4.87 4.64 6/339 169091
/proc/meminfo: memFree=1091768/131249996 swapFree=33006296/33010684
[pid=168284] ppid=168275 vsize=19063512 memory=16267620 CPUtime=3345.98 cores=4,6
/proc/168284/stat : 168284 (java) S 168275 168284 168228 0 -1 4194304 522040 0 0 0 331246 3352 0 0 20 0 20 0 239163987 19521036288 4066905 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
/proc/168284/statm: 4765878 4066905 5533 1 0 4082429 0
[pid=168284/tid=168294] ppid=168275 vsize=19063512 memory=16267620 CPUtime=2867.35 cores=4,6
/proc/168284/task/168294/stat : 168294 (java) R 168275 168284 168228 0 -1 4194368 276475 0 0 0 283707 3028 0 0 20 0 20 0 239163989 19521036288 4066905 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
[pid=168284/tid=168324] ppid=168275 vsize=19063512 memory=24704 CPUtime=0 cores=4,6
/proc/168284/task/168324/stat : 168324 (Finalizer) S 168275 168284 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 4066905 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
[pid=168284/tid=168335] ppid=168275 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/168284/task/168335/stat : 168335 (Common-Cleaner) S 168275 168284 168228 0 -1 4194368 3057 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 4066905 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
[pid=168284/tid=168368] ppid=168275 vsize=19063512 memory=16267620 CPUtime=0 cores=4,6
/proc/168284/task/168368/stat : 168368 (Timer-0) S 168275 168284 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239164015 19521036288 4066905 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
Current children cumulated CPU time: 3345.98 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16267620 KiB

[startup+3102.3 s]
/proc/loadavg: 4.51 4.77 4.62 5/340 169096
/proc/meminfo: memFree=918280/131249996 swapFree=33006296/33010684
[pid=168284] ppid=168275 vsize=19063512 memory=16267620 CPUtime=3408.55 cores=4,6
/proc/168284/stat : 168284 (java) S 168275 168284 168228 0 -1 4194304 529218 0 0 0 337447 3408 0 0 20 0 20 0 239163987 19521036288 4066905 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
/proc/168284/statm: 4765878 4066905 5533 1 0 4082429 0
[pid=168284/tid=168294] ppid=168275 vsize=19063512 memory=5276 CPUtime=2924.44 cores=4,6
/proc/168284/task/168294/stat : 168294 (java) R 168275 168284 168228 0 -1 4194368 281357 0 0 0 289363 3081 0 0 20 0 20 0 239163989 19521036288 4066905 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
[pid=168284/tid=168324] ppid=168275 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/168284/task/168324/stat : 168324 (Finalizer) S 168275 168284 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 4066905 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
[pid=168284/tid=168335] ppid=168275 vsize=19063512 memory=24704 CPUtime=0 cores=4,6
/proc/168284/task/168335/stat : 168335 (Common-Cleaner) S 168275 168284 168228 0 -1 4194368 3151 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 4066905 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
[pid=168284/tid=168368] ppid=168275 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/168284/task/168368/stat : 168368 (Timer-0) S 168275 168284 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239164015 19521036288 4066905 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
Current children cumulated CPU time: 3408.55 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16267620 KiB

[startup+3162.3 s]
/proc/loadavg: 4.89 4.82 4.65 5/342 169104
/proc/meminfo: memFree=1123632/131249996 swapFree=33006296/33010684
[pid=168284] ppid=168275 vsize=19063512 memory=16268388 CPUtime=3480.69 cores=4,6
/proc/168284/stat : 168284 (java) S 168275 168284 168228 0 -1 4194304 540934 0 0 0 344607 3462 0 0 20 0 20 0 239163987 19521036288 4067097 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
/proc/168284/statm: 4765878 4067097 5533 1 0 4082589 0
[pid=168284/tid=168294] ppid=168275 vsize=19063512 memory=5276 CPUtime=2982.13 cores=4,6
/proc/168284/task/168294/stat : 168294 (java) R 168275 168284 168228 0 -1 4194368 289505 0 0 0 295085 3128 0 0 20 0 20 0 239163989 19521036288 4067097 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
[pid=168284/tid=168324] ppid=168275 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/168284/task/168324/stat : 168324 (Finalizer) S 168275 168284 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 4067097 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
[pid=168284/tid=168335] ppid=168275 vsize=19063512 memory=16267620 CPUtime=0 cores=4,6
/proc/168284/task/168335/stat : 168335 (Common-Cleaner) S 168275 168284 168228 0 -1 4194368 3225 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 4067097 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
[pid=168284/tid=168368] ppid=168275 vsize=19063512 memory=16268388 CPUtime=0 cores=4,6
/proc/168284/task/168368/stat : 168368 (Timer-0) S 168275 168284 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239164015 19521036288 4067097 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
Current children cumulated CPU time: 3480.69 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16268388 KiB

[startup+3222.3 s]
/proc/loadavg: 4.65 4.77 4.64 5/342 169237
/proc/meminfo: memFree=65472048/131249996 swapFree=33006296/33010684
[pid=168284] ppid=168275 vsize=19063512 memory=16268388 CPUtime=3543.1 cores=4,6
/proc/168284/stat : 168284 (java) S 168275 168284 168228 0 -1 4194304 549061 0 0 0 350798 3512 0 0 20 0 20 0 239163987 19521036288 4067097 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
/proc/168284/statm: 4765878 4067097 5533 1 0 4082589 0
[pid=168284/tid=168294] ppid=168275 vsize=19063512 memory=5276 CPUtime=3039.34 cores=4,6
/proc/168284/task/168294/stat : 168294 (java) R 168275 168284 168228 0 -1 4194368 294674 0 0 0 300757 3177 0 0 20 0 20 0 239163989 19521036288 4067097 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
[pid=168284/tid=168324] ppid=168275 vsize=19063512 memory=24704 CPUtime=0 cores=4,6
/proc/168284/task/168324/stat : 168324 (Finalizer) S 168275 168284 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 4067097 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
[pid=168284/tid=168335] ppid=168275 vsize=19063512 memory=16268388 CPUtime=0 cores=4,6
/proc/168284/task/168335/stat : 168335 (Common-Cleaner) S 168275 168284 168228 0 -1 4194368 3319 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 4067097 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
[pid=168284/tid=168368] ppid=168275 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/168284/task/168368/stat : 168368 (Timer-0) S 168275 168284 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239164015 19521036288 4067097 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
Current children cumulated CPU time: 3543.1 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16268388 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3267.9 s]
/proc/loadavg: 4.60 4.74 4.64 5/342 169239
/proc/meminfo: memFree=64409696/131249996 swapFree=33006296/33010684
[pid=168284] ppid=168275 vsize=19063512 memory=16268388 CPUtime=3600.05 cores=4,6
/proc/168284/stat : 168284 (java) S 168275 168284 168228 0 -1 4194304 558095 0 0 0 356450 3555 0 0 20 0 20 0 239163987 19521036288 4067097 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
/proc/168284/statm: 4765878 4067097 5533 1 0 4082589 0
[pid=168284/tid=168294] ppid=168275 vsize=19063512 memory=5276 CPUtime=3083.09 cores=4,6
/proc/168284/task/168294/stat : 168294 (java) R 168275 168284 168228 0 -1 4194368 300485 0 0 0 305096 3213 0 0 20 0 20 0 239163989 19521036288 4067097 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
[pid=168284/tid=168324] ppid=168275 vsize=19063512 memory=14848 CPUtime=0 cores=4,6
/proc/168284/task/168324/stat : 168324 (Finalizer) S 168275 168284 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 4067097 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
[pid=168284/tid=168335] ppid=168275 vsize=19063512 memory=16268388 CPUtime=0 cores=4,6
/proc/168284/task/168335/stat : 168335 (Common-Cleaner) S 168275 168284 168228 0 -1 4194368 3320 0 0 0 0 0 0 0 20 0 20 0 239163991 19521036288 4067097 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
[pid=168284/tid=168368] ppid=168275 vsize=19063512 memory=16268388 CPUtime=0 cores=4,6
/proc/168284/task/168368/stat : 168368 (Timer-0) S 168275 168284 168228 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239164015 19521036288 4067097 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 16268388 KiB

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

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

# cumulated CPU time of all completed processes:  user=3565.02 s, system=35.6029 s

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

[startup+3268 s]*
/proc/loadavg: 4.60 4.74 4.64 6/343 169242
/proc/meminfo: memFree=64401380/131249996 swapFree=33006296/33010684
[pid=168284] ppid=168275 vsize=19263204 memory=16268772 CPUtime=3600.23 cores=4,6
/proc/168284/stat : 168284 (java) S 168275 168284 168228 0 -1 4194304 559159 0 0 0 356468 3555 0 0 20 0 21 0 239163987 19725520896 4067193 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
/proc/168284/statm: 4815801 4067193 5533 1 0 4083460 0
[pid=168284/tid=168294] ppid=168275 vsize=19263204 memory=-8889094540684468924 CPUtime=3083.1 cores=4,6
/proc/168284/task/168294/stat : 168294 (java) S 168275 168284 168228 0 -1 4194368 300502 0 0 0 305097 3213 0 0 20 0 21 0 239163989 19725520896 4067193 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
[pid=168284/tid=168324] ppid=168275 vsize=19263204 memory=5276 CPUtime=0 cores=4,6
/proc/168284/task/168324/stat : 168324 (Finalizer) S 168275 168284 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 21 0 239163991 19725520896 4067193 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
[pid=168284/tid=168335] ppid=168275 vsize=19263204 memory=3200 CPUtime=0 cores=4,6
/proc/168284/task/168335/stat : 168335 (Common-Cleaner) S 168275 168284 168228 0 -1 4194368 3320 0 0 0 0 0 0 0 20 0 21 0 239163991 19725520896 4067193 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
[pid=168284/tid=169242] ppid=168275 vsize=19263204 memory=4764 CPUtime=0 cores=4,6
/proc/168284/task/169242/stat : 169242 (Thread-0) S 168275 168284 168228 0 -1 4194368 77 0 0 0 0 0 0 0 20 0 21 0 239490778 19725520896 4067193 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 16268772 KiB

[startup+3268.2 s]
/proc/loadavg: 4.60 4.74 4.64 6/343 169242
/proc/meminfo: memFree=64401380/131249996 swapFree=33006296/33010684
[pid=168284] ppid=168275 vsize=19263204 memory=16269284 CPUtime=3600.57 cores=4,6
/proc/168284/stat : 168284 (java) S 168275 168284 168228 0 -1 4194304 559833 0 0 0 356501 3556 0 0 20 0 16 0 239163987 19725520896 4067321 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
/proc/168284/statm: 4815801 4067321 5533 1 0 4083552 0
[pid=168284/tid=168294] ppid=168275 vsize=19263204 memory=21824 CPUtime=3083.11 cores=4,6
/proc/168284/task/168294/stat : 168294 (java) S 168275 168284 168228 0 -1 4194368 300791 0 0 0 305098 3213 0 0 20 0 16 0 239163989 19725520896 4067321 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
[pid=168284/tid=168324] ppid=168275 vsize=19263204 memory=-8815348101081244348 CPUtime=0 cores=4,6
/proc/168284/task/168324/stat : 168324 (Finalizer) S 168275 168284 168228 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 16 0 239163991 19725520896 4067321 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
[pid=168284/tid=168335] ppid=168275 vsize=19263204 memory=10752 CPUtime=0 cores=4,6
/proc/168284/task/168335/stat : 168335 (Common-Cleaner) S 168275 168284 168228 0 -1 4194368 3323 0 0 0 0 0 0 0 20 0 16 0 239163991 19725520896 4067321 18446744073709551615 94157891772416 94157891776112 140728608142272 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94157891783928 94157891784720 94157903704064 140728608143700 140728608143844 140728608143844 140728608149448 0
Current children cumulated CPU time: 3600.57 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 16269284 KiB

Child status: 143

Real time (s): 3268.26
CPU time (s): 3600.62
CPU user time (s): 3565.02
CPU system time (s): 35.6029
CPU usage (%): 110.169
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 16269284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3565.02
system time used= 35.6029
maximum resident set size= 16269540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 559861
page faults= 0
swaps= 0
block input operations= 8
block output operations= 90765152
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 134596
involuntary context switches= 27029


# summary of solver processes directly reported to runsolver:
#   pid: 168284
#   total CPU time (s): 3600.62
#   total CPU user time (s): 3565.02
#   total CPU system time (s): 35.6029

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.0171 second user time and 15.8739 second system time

The end

Launcher Data

Begin job on nodeC015 at 2025-07-23 03:41:05
IDJOB=4544383
IDBENCH=175392
IDSOLVER=3364
FILE ID=nodeC015/4544383-1753234865
RUNJOBID= nodeC015-1753234865-168239
SLURM_JOB_ID= 9687864
Free space on /tmp= 432564 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/CombinatorialBenchmarksPBsolvers/extended-even-colouring/grids_rational_opb/normalized-ec_grid_rational_06_170.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4544383-1753234865/watcher-4544383-1753234865 -o /tmp/evaluation-result-4544383-1753234865/solver-4544383-1753234865 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC015-1753234865-168239 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4544383-1753234865 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4544383-1753234865.opb

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

MD5SUM BENCH= 8004cad3253210c4fb1dfbb021092d0c
RANDOM SEED=1509220386

nodeC015 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		: 3600.255
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	: 7000.14
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		: 3600.331
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	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.129
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	: 7000.14
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		: 3600.198
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	: 7000.14
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		: 3600.066
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	: 7000.14
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		: 3600.074
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	: 7000.14
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		: 3600.791
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	: 7000.14
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        128817556 kB
MemAvailable:   129713372 kB
Buffers:            1508 kB
Cached:          1664368 kB
SwapCached:         3888 kB
Active:           934852 kB
Inactive:         819976 kB
Active(anon):      63028 kB
Inactive(anon):    48304 kB
Active(file):     871824 kB
Inactive(file):   771672 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33006296 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              7876 kB
Writeback:             0 kB
AnonPages:         88252 kB
Mapped:           106428 kB
Shmem:             22352 kB
KReclaimable:     183120 kB
Slab:             278780 kB
SReclaimable:     183120 kB
SUnreclaim:        95660 kB
KernelStack:        4112 kB
PageTables:         3012 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:     360904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      150408 kB
VmallocChunk:          0 kB
Percpu:             3872 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 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:      205524 kB
DirectMap2M:    11100160 kB
DirectMap1G:    124780544 kB

Free space on /tmp at the end= 381956 MiB
End job on nodeC015 at 2025-07-23 04:35:33