Trace number 4544382

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 2025-06-06? (TO) 3600.26 3371.94

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.07	c version PB25.v20250606
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	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-4544382-1753235691.opb
0.12/0.14	c reading problem ... 
0.12/0.14	c  no objective function found
0.31/0.25	c ... done. Wall clock time 0.117s.
0.31/0.25	c declared #vars     6123
0.31/0.25	c #constraints  6125
0.31/0.25	c constraints type 
0.31/0.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4084
0.31/0.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2040
0.31/0.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.31/0.25	c 6125 constraints processed.
3.91/2.99	c cleaning 2501 clauses out of 5001 with flag 10912/5001
7.30/6.01	c cleaning 4250 clauses out of 8499 with flag 23791/11000
11.57/10.10	c cleaning 5625 clauses out of 11250 with flag 38797/18001
17.61/15.83	c cleaning 6813 clauses out of 13625 with flag 56420/26001
23.36/21.28	c cleaning 7906 clauses out of 15812 with flag 75751/35001
30.15/27.65	c cleaning 8948 clauses out of 17905 with flag 96981/45000
37.94/34.94	c cleaning 9978 clauses out of 19958 with flag 120059/56001
47.34/42.92	c cleaning 10983 clauses out of 21979 with flag 146105/68000
57.27/52.30	c cleaning 11994 clauses out of 23996 with flag 173965/81000
68.13/62.65	c cleaning 13002 clauses out of 26004 with flag 204273/95002
80.04/73.94	c cleaning 14000 clauses out of 28001 with flag 236229/110001
93.63/85.59	c cleaning 15000 clauses out of 30000 with flag 270551/126000
105.38/96.60	c cleaning 16001 clauses out of 32001 with flag 306445/143001
119.02/109.57	c cleaning 16998 clauses out of 34000 with flag 344270/161001
136.65/124.89	c cleaning 17997 clauses out of 36001 with flag 384126/180000
153.70/141.30	c cleaning 19000 clauses out of 38004 with flag 426657/200000
171.98/158.83	c cleaning 19996 clauses out of 40005 with flag 471705/221001
192.83/178.86	c cleaning 20996 clauses out of 42008 with flag 519752/243000
214.20/199.66	c cleaning 22003 clauses out of 44014 with flag 569097/266002
241.03/223.09	c cleaning 23002 clauses out of 46012 with flag 619727/290003
267.27/248.46	c cleaning 24001 clauses out of 48007 with flag 672510/315000
294.20/274.48	c cleaning 25004 clauses out of 50008 with flag 728699/341002
317.23/296.49	c cleaning 25997 clauses out of 52002 with flag 785936/368000
338.02/316.36	c cleaning 26999 clauses out of 54005 with flag 847038/396000
361.28/338.73	c cleaning 28001 clauses out of 56007 with flag 910117/425001
389.65/363.31	c cleaning 29002 clauses out of 58006 with flag 975038/455001
418.84/391.83	c cleaning 30000 clauses out of 60004 with flag 1040930/486001
450.33/422.23	c cleaning 31001 clauses out of 62006 with flag 1111480/518003
480.54/451.29	c cleaning 32000 clauses out of 64004 with flag 1183644/551002
514.61/484.21	c cleaning 33002 clauses out of 66004 with flag 1255551/585002
551.61/520.18	c cleaning 34001 clauses out of 68001 with flag 1330281/620001
588.69/555.95	c cleaning 34992 clauses out of 70000 with flag 1407494/656001
634.51/597.62	c cleaning 36004 clauses out of 72007 with flag 1487650/693000
672.95/634.88	c cleaning 36998 clauses out of 74004 with flag 1569072/731001
712.54/673.08	c cleaning 37998 clauses out of 76005 with flag 1651290/770000
748.99/708.36	c cleaning 39004 clauses out of 78007 with flag 1734766/810000
793.52/751.69	c cleaning 39999 clauses out of 80003 with flag 1821888/851000
845.57/802.37	c cleaning 41002 clauses out of 82004 with flag 1913614/893000
897.33/847.80	c cleaning 41994 clauses out of 84002 with flag 2006936/936000
936.52/884.30	c cleaning 43000 clauses out of 86010 with flag 2101948/980002
977.55/923.83	c cleaning 43999 clauses out of 88008 with flag 2197841/1025000
1017.42/961.94	c cleaning 45004 clauses out of 90012 with flag 2295750/1071003
1054.16/997.29	c cleaning 46001 clauses out of 92006 with flag 2395473/1118001
1104.23/1040.62	c cleaning 46998 clauses out of 94004 with flag 2503273/1166000
1152.75/1087.82	c cleaning 47996 clauses out of 96006 with flag 2609689/1215000
1202.71/1135.87	c cleaning 49004 clauses out of 98013 with flag 2717469/1265003
1253.36/1184.80	c cleaning 49998 clauses out of 100006 with flag 2826270/1316000
1318.75/1242.57	c cleaning 51001 clauses out of 102009 with flag 2937243/1368001
1374.53/1294.80	c cleaning 52000 clauses out of 104008 with flag 3050246/1421001
1436.61/1355.08	c cleaning 53001 clauses out of 106008 with flag 3166560/1475001
1486.51/1403.29	c cleaning 53998 clauses out of 108006 with flag 3284575/1530000
1550.63/1458.94	c cleaning 54996 clauses out of 110008 with flag 3405826/1586000
1607.98/1514.47	c cleaning 56001 clauses out of 112012 with flag 3529217/1643000
1665.62/1569.51	c cleaning 57000 clauses out of 114012 with flag 3652323/1701001
1728.64/1630.78	c cleaning 58000 clauses out of 116011 with flag 3779461/1760000
1808.11/1702.75	c cleaning 59001 clauses out of 118011 with flag 3908038/1820000
1873.50/1766.12	c cleaning 60000 clauses out of 120010 with flag 4039963/1881000
1932.44/1822.80	c cleaning 61002 clauses out of 122010 with flag 4172938/1943000
2012.16/1893.22	c cleaning 62003 clauses out of 124008 with flag 4309343/2006000
2096.62/1975.94	c cleaning 62999 clauses out of 126005 with flag 4445561/2070000
2171.71/2048.58	c cleaning 64001 clauses out of 128007 with flag 4583935/2135001
2265.72/2132.51	c cleaning 64999 clauses out of 130006 with flag 4722865/2201001
2348.46/2212.83	c cleaning 65998 clauses out of 132007 with flag 4864398/2268001
2434.97/2296.86	c cleaning 66995 clauses out of 134008 with flag 5008214/2336000
2533.67/2387.24	c cleaning 68003 clauses out of 136013 with flag 5158191/2405000
2638.81/2489.61	c cleaning 68999 clauses out of 138010 with flag 5309188/2475000
2756.19/2594.85	c cleaning 70002 clauses out of 140012 with flag 5462254/2546001
2875.32/2711.83	c cleaning 70999 clauses out of 142010 with flag 5618767/2618001
3008.44/2831.43	c cleaning 72002 clauses out of 144011 with flag 5776928/2691001
3107.41/2928.11	c cleaning 73000 clauses out of 146009 with flag 5933941/2765001
3195.12/3004.02	c cleaning 73997 clauses out of 148009 with flag 6089699/2840001
3273.27/3077.76	c cleaning 75005 clauses out of 150012 with flag 6248610/2916001
3353.94/3146.39	c cleaning 76000 clauses out of 152008 with flag 6410431/2993002
3426.20/3214.35	c cleaning 76999 clauses out of 154007 with flag 6573983/3071001
3519.81/3294.03	c cleaning 78004 clauses out of 156010 with flag 6740409/3150003
3596.38/3368.13	c cleaning 78999 clauses out of 158003 with flag 6908063/3230000
3600.06/3371.82	c starts		: 5
3600.06/3371.82	c conflicts		: 3234620
3600.06/3371.82	c decisions		: 4585473
3600.06/3371.82	c propagations		: 2778833625
3600.06/3371.82	c inspects		: 5216290552
3600.06/3371.82	c shortcuts		: 0
3600.06/3371.82	c learnt literals	: 0
3600.06/3371.82	c learnt binary clauses	: 0
3600.06/3371.82	c learnt ternary clauses	: 0
3600.06/3371.83	c learnt constraints	: 3234620
3600.06/3371.83	c ignored constraints	: 0
3600.06/3371.83	c root simplifications	: 0
3600.06/3371.83	c removed literals (reason simplification)	: 16934450
3600.06/3371.83	c reason swapping (by a shorter reason)	: 0
3600.06/3371.83	c Calls to reduceDB	: 76
3600.06/3371.83	c Number of update (reduction) of LBD	: 109709
3600.06/3371.83	c Imported unit clauses	: 0
3600.06/3371.83	c timeout
3600.06/3371.83	c No decision after first conflict	: false
3600.06/3371.84	c number of reductions to clauses (during analyze)	: 0
3600.06/3371.84	c number of learned constraints concerned by reduction	: 0
3600.06/3371.84	c number of learning phase by resolution	: 0
3600.06/3371.84	c number of learning phase by cutting planes	: 0
3600.06/3371.84	c number of rounding to 1 operations	: 0
3600.06/3371.84	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3371.84	c number of reductions of the coefficients by power 2 	: 0
3600.06/3371.84	c number of right shift for reduction by power 2 	: 0
3600.06/3371.84	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3371.84	c number of ending skipping 	: 0
3600.06/3371.84	c number of internal skipping 	: 0
3600.06/3371.84	c number of derivation steps 	: 0
3600.06/3371.84	c number of skipped derivation steps 	: 0
3600.06/3371.84	c number of remaining unassigned 	: 0
3600.06/3371.84	c number of remaining assigned 	: 0
3600.06/3371.84	c number of falsified literals weakened from reason	: 0
3600.06/3371.84	c number of falsified literals weakened from conflict	: 0
3600.06/3371.84	c time for arithmetic operations	: 0
3600.06/3371.84	c minimum degree of deleted constraints	: null
3600.06/3371.84	c maximum degree of deleted constraints	: null
3600.06/3371.84	c number of deleted constraints	: 0
3600.06/3371.84	c speed (assignments/second)	: 824192.560289929
3600.06/3371.84	c non guided choices	: 1720
3600.06/3371.89	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 83624
3600.06/3371.89	s UNKNOWN
3600.06/3371.89	c Total wall clock time (in seconds): 3371.758

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63665 MiB (55543 MiB free)
  memory of node 1: 64507 MiB (56137 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4544382-1753235691/watcher-4544382-1753235691 -o /tmp/evaluation-result-4544382-1753235691/solver-4544382-1753235691 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1753232113-171698 --watchdog 3760 java -jar sat4j-pb.jar Resolution HOME/instance-4544382-1753235691.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
Linux 5.14.0-503.14.1.el9_5.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=172068, runsolver pid=172065

[startup+0.100061 s]*
/proc/loadavg: 4.22 4.16 4.10 8/338 172089
/proc/meminfo: memFree=114324652/131249996 swapFree=33010672/33010684
[pid=172068] ppid=172065 vsize=18930384 memory=57808 CPUtime=0.12 cores=4,6
/proc/172068/stat : 172068 (java) S 172065 172068 171687 0 -1 4194304 6571 0 0 0 11 1 0 0 20 0 18 0 239247031 19384713216 14452 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
/proc/172068/statm: 4732596 14452 5350 1 0 547619 0
[pid=172068/tid=172070] ppid=172065 vsize=18930384 memory=4026531960 CPUtime=0.08 cores=4,6
/proc/172068/task/172070/stat : 172070 (java) R 172065 172068 171687 0 -1 4194368 5072 0 0 0 7 1 0 0 20 0 18 0 239247032 19384713216 14452 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
[pid=172068/tid=172079] ppid=172065 vsize=18930384 memory=241407623509 CPUtime=0 cores=4,6
/proc/172068/task/172079/stat : 172079 (Finalizer) S 172065 172068 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239247034 19384713216 14452 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
[pid=172068/tid=172086] ppid=172065 vsize=18930384 memory=59585004324181 CPUtime=0 cores=4,6
/proc/172068/task/172086/stat : 172086 (Common-Cleaner) S 172065 172068 171687 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239247035 19384713216 14452 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 57808 KiB

[startup+0.205757 s]*
/proc/loadavg: 4.22 4.16 4.10 7/316 172089
/proc/meminfo: memFree=120164120/131249996 swapFree=33010672/33010684
[pid=172068] ppid=172065 vsize=18930384 memory=143992 CPUtime=0.31 cores=4,6
/proc/172068/stat : 172068 (java) S 172065 172068 171687 0 -1 4194304 7095 0 0 0 28 3 0 0 20 0 18 0 239247031 19384713216 35998 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
/proc/172068/statm: 4732596 35998 5414 1 0 547948 0
[pid=172068/tid=172070] ppid=172065 vsize=18930384 memory=4027022619 CPUtime=0.17 cores=4,6
/proc/172068/task/172070/stat : 172070 (java) R 172065 172068 171687 0 -1 4194368 5305 0 0 0 15 2 0 0 20 0 18 0 239247032 19384713216 35998 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
[pid=172068/tid=172079] ppid=172065 vsize=18930384 memory=219932787024 CPUtime=0 cores=4,6
/proc/172068/task/172079/stat : 172079 (Finalizer) S 172065 172068 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 239247034 19384713216 35998 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
[pid=172068/tid=172086] ppid=172065 vsize=18930384 memory=55186957823283 CPUtime=0 cores=4,6
/proc/172068/task/172086/stat : 172086 (Common-Cleaner) S 172065 172068 171687 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 239247035 19384713216 35998 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 143992 KiB

[startup+0.305866 s]*
/proc/loadavg: 4.22 4.16 4.10 5/318 172103
/proc/meminfo: memFree=120149460/131249996 swapFree=33010672/33010684
[pid=172068] ppid=172065 vsize=19063512 memory=155608 CPUtime=0.5 cores=4,6
/proc/172068/stat : 172068 (java) S 172065 172068 171687 0 -1 4194304 8878 0 0 0 46 4 0 0 20 0 20 0 239247031 19521036288 38902 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
/proc/172068/statm: 4765878 38902 5478 1 0 549675 0
[pid=172068/tid=172070] ppid=172065 vsize=19063512 memory=4942024947624141881 CPUtime=0.25 cores=4,6
/proc/172068/task/172070/stat : 172070 (java) R 172065 172068 171687 0 -1 4194368 5376 0 0 0 22 3 0 0 20 0 20 0 239247032 19521036288 38902 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
[pid=172068/tid=172079] ppid=172065 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/172068/task/172079/stat : 172079 (Finalizer) S 172065 172068 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239247034 19521036288 38902 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
[pid=172068/tid=172086] ppid=172065 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/172068/task/172086/stat : 172086 (Common-Cleaner) S 172065 172068 171687 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239247035 19521036288 38902 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
[pid=172068/tid=172099] ppid=172065 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/172068/task/172099/stat : 172099 (Timer-0) S 172065 172068 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239247057 19521036288 38902 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
Current children cumulated CPU time: 0.5 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 155608 KiB

[startup+0.700235 s]
/proc/loadavg: 4.22 4.16 4.10 6/316 172112
/proc/meminfo: memFree=120146892/131249996 swapFree=33010672/33010684
[pid=172068] ppid=172065 vsize=19063512 memory=161308 CPUtime=1.25 cores=4,6
/proc/172068/stat : 172068 (java) S 172065 172068 171687 0 -1 4194304 10659 0 0 0 119 6 0 0 20 0 20 0 239247031 19521036288 40327 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
/proc/172068/statm: 4765878 40327 5478 1 0 550967 0
[pid=172068/tid=172070] ppid=172065 vsize=19063512 memory=27264 CPUtime=0.6 cores=4,6
/proc/172068/task/172070/stat : 172070 (java) R 172065 172068 171687 0 -1 4194368 5386 0 0 0 56 4 0 0 20 0 20 0 239247032 19521036288 40327 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
[pid=172068/tid=172079] ppid=172065 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/172068/task/172079/stat : 172079 (Finalizer) S 172065 172068 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239247034 19521036288 40327 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
[pid=172068/tid=172086] ppid=172065 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/172068/task/172086/stat : 172086 (Common-Cleaner) S 172065 172068 171687 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 20 0 239247035 19521036288 40327 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
[pid=172068/tid=172099] ppid=172065 vsize=19063512 memory=4756 CPUtime=0 cores=4,6
/proc/172068/task/172099/stat : 172099 (Timer-0) S 172065 172068 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239247057 19521036288 40327 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 161308 KiB

[startup+1.50025 s]
/proc/loadavg: 4.22 4.16 4.10 8/339 172155
/proc/meminfo: memFree=120027708/131249996 swapFree=33010672/33010684
[pid=172068] ppid=172065 vsize=19063512 memory=221032 CPUtime=2.28 cores=4,6
/proc/172068/stat : 172068 (java) S 172065 172068 171687 0 -1 4194304 12007 0 0 0 221 7 0 0 20 0 20 0 239247031 19521036288 55258 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
/proc/172068/statm: 4765878 55258 5478 1 0 550984 0
[pid=172068/tid=172070] ppid=172065 vsize=19063512 memory=0 CPUtime=1.34 cores=4,6
/proc/172068/task/172070/stat : 172070 (java) R 172065 172068 171687 0 -1 4194368 5538 0 0 0 130 4 0 0 20 0 20 0 239247032 19521036288 55258 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
[pid=172068/tid=172079] ppid=172065 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/172068/task/172079/stat : 172079 (Finalizer) S 172065 172068 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239247034 19521036288 55258 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
[pid=172068/tid=172086] ppid=172065 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/172068/task/172086/stat : 172086 (Common-Cleaner) S 172065 172068 171687 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 239247035 19521036288 55258 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
[pid=172068/tid=172099] ppid=172065 vsize=19063512 memory=4756 CPUtime=0 cores=4,6
/proc/172068/task/172099/stat : 172099 (Timer-0) S 172065 172068 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239247057 19521036288 55258 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
Current children cumulated CPU time: 2.28 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 221032 KiB

[startup+3.10547 s]
/proc/loadavg: 4.22 4.16 4.10 6/339 172155
/proc/meminfo: memFree=119658120/131249996 swapFree=33010672/33010684
[pid=172068] ppid=172065 vsize=19063512 memory=395936 CPUtime=4.23 cores=4,6
/proc/172068/stat : 172068 (java) S 172065 172068 171687 0 -1 4194304 17066 0 0 0 411 12 0 0 20 0 20 0 239247031 19521036288 98984 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
/proc/172068/statm: 4765878 98984 5478 1 0 551116 0
[pid=172068/tid=172070] ppid=172065 vsize=19063512 memory=10752 CPUtime=2.77 cores=4,6
/proc/172068/task/172070/stat : 172070 (java) R 172065 172068 171687 0 -1 4194368 6871 0 0 0 273 4 0 0 20 0 20 0 239247032 19521036288 98984 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
[pid=172068/tid=172079] ppid=172065 vsize=19063512 memory=-8815631800834237116 CPUtime=0 cores=4,6
/proc/172068/task/172079/stat : 172079 (Finalizer) S 172065 172068 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239247034 19521036288 98984 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
[pid=172068/tid=172086] ppid=172065 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/172068/task/172086/stat : 172086 (Common-Cleaner) S 172065 172068 171687 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 239247035 19521036288 98984 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
[pid=172068/tid=172099] ppid=172065 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/172068/task/172099/stat : 172099 (Timer-0) S 172065 172068 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239247057 19521036288 98984 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
Current children cumulated CPU time: 4.23 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 395936 KiB

[startup+6.30022 s]
/proc/loadavg: 4.20 4.15 4.10 5/339 172155
/proc/meminfo: memFree=119073800/131249996 swapFree=33010672/33010684
[pid=172068] ppid=172065 vsize=19063512 memory=707264 CPUtime=7.61 cores=4,6
/proc/172068/stat : 172068 (java) S 172065 172068 171687 0 -1 4194304 17845 0 0 0 743 18 0 0 20 0 20 0 239247031 19521036288 176816 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
/proc/172068/statm: 4765878 176816 5478 1 0 956339 0
[pid=172068/tid=172070] ppid=172065 vsize=19063512 memory=0 CPUtime=5.8 cores=4,6
/proc/172068/task/172070/stat : 172070 (java) R 172065 172068 171687 0 -1 4194368 7070 0 0 0 573 7 0 0 20 0 20 0 239247032 19521036288 176816 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
[pid=172068/tid=172079] ppid=172065 vsize=19063512 memory=3328 CPUtime=0 cores=4,6
/proc/172068/task/172079/stat : 172079 (Finalizer) S 172065 172068 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239247034 19521036288 176816 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
[pid=172068/tid=172086] ppid=172065 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/172068/task/172086/stat : 172086 (Common-Cleaner) S 172065 172068 171687 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 239247035 19521036288 176816 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
[pid=172068/tid=172099] ppid=172065 vsize=19063512 memory=221032 CPUtime=0 cores=4,6
/proc/172068/task/172099/stat : 172099 (Timer-0) S 172065 172068 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239247057 19521036288 176816 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
Current children cumulated CPU time: 7.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 707264 KiB

[startup+12.7002 s]
/proc/loadavg: 4.26 4.17 4.10 5/339 172222
/proc/meminfo: memFree=124620604/131249996 swapFree=33010672/33010684
[pid=172068] ppid=172065 vsize=19063512 memory=1215252 CPUtime=14.38 cores=4,6
/proc/172068/stat : 172068 (java) S 172065 172068 171687 0 -1 4194304 19297 0 0 0 1411 27 0 0 20 0 20 0 239247031 19521036288 303813 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
/proc/172068/statm: 4765878 303813 5478 1 0 956350 0
[pid=172068/tid=172070] ppid=172065 vsize=19063512 memory=10752 CPUtime=11.76 cores=4,6
/proc/172068/task/172070/stat : 172070 (java) R 172065 172068 171687 0 -1 4194368 7524 0 0 0 1169 7 0 0 20 0 20 0 239247032 19521036288 303813 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
[pid=172068/tid=172079] ppid=172065 vsize=19063512 memory=221032 CPUtime=0 cores=4,6
/proc/172068/task/172079/stat : 172079 (Finalizer) S 172065 172068 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239247034 19521036288 303813 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
[pid=172068/tid=172086] ppid=172065 vsize=19063512 memory=1215252 CPUtime=0 cores=4,6
/proc/172068/task/172086/stat : 172086 (Common-Cleaner) S 172065 172068 171687 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 239247035 19521036288 303813 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
[pid=172068/tid=172099] ppid=172065 vsize=19063512 memory=0 CPUtime=0 cores=4,6
/proc/172068/task/172099/stat : 172099 (Timer-0) S 172065 172068 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239247057 19521036288 303813 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
Current children cumulated CPU time: 14.38 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1215252 KiB

[startup+25.5002 s]
/proc/loadavg: 4.20 4.16 4.10 5/339 172223
/proc/meminfo: memFree=122219696/131249996 swapFree=33010672/33010684
[pid=172068] ppid=172065 vsize=19063512 memory=2506612 CPUtime=28.05 cores=4,6
/proc/172068/stat : 172068 (java) S 172065 172068 171687 0 -1 4194304 24939 0 0 0 2751 54 0 0 20 0 20 0 239247031 19521036288 626653 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
/proc/172068/statm: 4765878 626653 5510 1 0 1384565 0
[pid=172068/tid=172070] ppid=172065 vsize=19063512 memory=1215252 CPUtime=23.67 cores=4,6
/proc/172068/task/172070/stat : 172070 (java) R 172065 172068 171687 0 -1 4194368 8791 0 0 0 2355 12 0 0 20 0 20 0 239247032 19521036288 626653 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
[pid=172068/tid=172079] ppid=172065 vsize=19063512 memory=2230176 CPUtime=0 cores=4,6
/proc/172068/task/172079/stat : 172079 (Finalizer) S 172065 172068 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239247034 19521036288 626653 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
[pid=172068/tid=172086] ppid=172065 vsize=19063512 memory=2049940 CPUtime=0 cores=4,6
/proc/172068/task/172086/stat : 172086 (Common-Cleaner) S 172065 172068 171687 0 -1 4194368 49 0 0 0 0 0 0 0 20 0 20 0 239247035 19521036288 626653 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
[pid=172068/tid=172099] ppid=172065 vsize=19063512 memory=1515224 CPUtime=0 cores=4,6
/proc/172068/task/172099/stat : 172099 (Timer-0) S 172065 172068 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239247057 19521036288 626653 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
Current children cumulated CPU time: 28.05 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 2506612 KiB

[startup+51.1056 s]
/proc/loadavg: 4.35 4.19 4.11 5/338 172289
/proc/meminfo: memFree=120500464/131249996 swapFree=33010672/33010684
[pid=172068] ppid=172065 vsize=19063512 memory=4098904 CPUtime=55.94 cores=4,6
/proc/172068/stat : 172068 (java) S 172065 172068 171687 0 -1 4194304 41903 0 0 0 5507 87 0 0 20 0 20 0 239247031 19521036288 1024726 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
/proc/172068/statm: 4765878 1024726 5510 1 0 1496377 0
[pid=172068/tid=172070] ppid=172065 vsize=19063512 memory=1515224 CPUtime=47.89 cores=4,6
/proc/172068/task/172070/stat : 172070 (java) R 172065 172068 171687 0 -1 4194368 10957 0 0 0 4769 20 0 0 20 0 20 0 239247032 19521036288 1024726 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0

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

/proc/172068/task/172079/stat : 172079 (Finalizer) S 172065 172068 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239247034 19521036288 3649758 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
[pid=172068/tid=172086] ppid=172065 vsize=19063512 memory=14599032 CPUtime=0 cores=4,6
/proc/172068/task/172086/stat : 172086 (Common-Cleaner) S 172065 172068 171687 0 -1 4194368 2430 0 0 0 0 0 0 0 20 0 20 0 239247035 19521036288 3649758 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
[pid=172068/tid=172099] ppid=172065 vsize=19063512 memory=-8815631800834237116 CPUtime=0 cores=4,6
/proc/172068/task/172099/stat : 172099 (Timer-0) S 172065 172068 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239247057 19521036288 3649758 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
Current children cumulated CPU time: 3163.74 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14599032 KiB

[startup+3042.3 s]
/proc/loadavg: 4.41 4.35 4.27 5/338 172972
/proc/meminfo: memFree=95458416/131249996 swapFree=33010672/33010684
[pid=172068] ppid=172065 vsize=19063512 memory=14599160 CPUtime=3236.76 cores=4,6
/proc/172068/stat : 172068 (java) S 172065 172068 171687 0 -1 4194304 396170 0 0 0 323213 463 0 0 20 0 20 0 239247031 19521036288 3649790 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
/proc/172068/statm: 4765878 3649790 5510 1 0 4084773 0
[pid=172068/tid=172070] ppid=172065 vsize=19063512 memory=10752 CPUtime=2931.05 cores=4,6
/proc/172068/task/172070/stat : 172070 (java) R 172065 172068 171687 0 -1 4194368 217409 0 0 0 293005 100 0 0 20 0 20 0 239247032 19521036288 3649790 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
[pid=172068/tid=172079] ppid=172065 vsize=19063512 memory=14599160 CPUtime=0 cores=4,6
/proc/172068/task/172079/stat : 172079 (Finalizer) S 172065 172068 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239247034 19521036288 3649790 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
[pid=172068/tid=172086] ppid=172065 vsize=19063512 memory=14599160 CPUtime=0 cores=4,6
/proc/172068/task/172086/stat : 172086 (Common-Cleaner) S 172065 172068 171687 0 -1 4194368 2430 0 0 0 0 0 0 0 20 0 20 0 239247035 19521036288 3649790 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
[pid=172068/tid=172099] ppid=172065 vsize=19063512 memory=14676 CPUtime=0 cores=4,6
/proc/172068/task/172099/stat : 172099 (Timer-0) S 172065 172068 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239247057 19521036288 3649790 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
Current children cumulated CPU time: 3236.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14599160 KiB

[startup+3102.3 s]
/proc/loadavg: 4.32 4.35 4.27 5/338 172974
/proc/meminfo: memFree=95458320/131249996 swapFree=33010672/33010684
[pid=172068] ppid=172065 vsize=19063512 memory=14599160 CPUtime=3298.78 cores=4,6
/proc/172068/stat : 172068 (java) S 172065 172068 171687 0 -1 4194304 403025 0 0 0 329412 466 0 0 20 0 20 0 239247031 19521036288 3649790 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
/proc/172068/statm: 4765878 3649790 5510 1 0 4084773 0
[pid=172068/tid=172070] ppid=172065 vsize=19063512 memory=14599160 CPUtime=2988.76 cores=4,6
/proc/172068/task/172070/stat : 172070 (java) R 172065 172068 171687 0 -1 4194368 222132 0 0 0 298775 101 0 0 20 0 20 0 239247032 19521036288 3649790 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
[pid=172068/tid=172079] ppid=172065 vsize=19063512 memory=14599160 CPUtime=0 cores=4,6
/proc/172068/task/172079/stat : 172079 (Finalizer) S 172065 172068 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239247034 19521036288 3649790 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
[pid=172068/tid=172086] ppid=172065 vsize=19063512 memory=14676 CPUtime=0 cores=4,6
/proc/172068/task/172086/stat : 172086 (Common-Cleaner) S 172065 172068 171687 0 -1 4194368 2462 0 0 0 0 0 0 0 20 0 20 0 239247035 19521036288 3649790 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
[pid=172068/tid=172099] ppid=172065 vsize=19063512 memory=27264 CPUtime=0 cores=4,6
/proc/172068/task/172099/stat : 172099 (Timer-0) S 172065 172068 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239247057 19521036288 3649790 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
Current children cumulated CPU time: 3298.78 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14599160 KiB

[startup+3162.3 s]
/proc/loadavg: 4.35 4.36 4.28 5/338 172976
/proc/meminfo: memFree=95253308/131249996 swapFree=33010672/33010684
[pid=172068] ppid=172065 vsize=19063512 memory=14732320 CPUtime=3372.34 cores=4,6
/proc/172068/stat : 172068 (java) S 172065 172068 171687 0 -1 4194304 413127 0 0 0 336757 477 0 0 20 0 20 0 239247031 19521036288 3683080 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
/proc/172068/statm: 4765878 3683080 5510 1 0 4084774 0
[pid=172068/tid=172070] ppid=172065 vsize=19063512 memory=14599160 CPUtime=3046.18 cores=4,6
/proc/172068/task/172070/stat : 172070 (java) S 172065 172068 171687 0 -1 4194368 228860 0 0 0 304516 102 0 0 20 0 20 0 239247032 19521036288 3683080 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 1 0 0 -1 4 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
[pid=172068/tid=172079] ppid=172065 vsize=19063512 memory=14599160 CPUtime=0 cores=4,6
/proc/172068/task/172079/stat : 172079 (Finalizer) S 172065 172068 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239247034 19521036288 3683080 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
[pid=172068/tid=172086] ppid=172065 vsize=19063512 memory=14732320 CPUtime=0 cores=4,6
/proc/172068/task/172086/stat : 172086 (Common-Cleaner) S 172065 172068 171687 0 -1 4194368 2478 0 0 0 0 0 0 0 20 0 20 0 239247035 19521036288 3683080 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
[pid=172068/tid=172099] ppid=172065 vsize=19063512 memory=14676 CPUtime=0 cores=4,6
/proc/172068/task/172099/stat : 172099 (Timer-0) S 172065 172068 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239247057 19521036288 3683080 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
Current children cumulated CPU time: 3372.34 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14732320 KiB

[startup+3222.3 s]
/proc/loadavg: 4.43 4.38 4.29 5/338 172978
/proc/meminfo: memFree=95252784/131249996 swapFree=33010672/33010684
[pid=172068] ppid=172065 vsize=19063512 memory=14732320 CPUtime=3434.32 cores=4,6
/proc/172068/stat : 172068 (java) S 172065 172068 171687 0 -1 4194304 420228 0 0 0 342953 479 0 0 20 0 20 0 239247031 19521036288 3683080 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
/proc/172068/statm: 4765878 3683080 5510 1 0 4084774 0
[pid=172068/tid=172070] ppid=172065 vsize=19063512 memory=14599160 CPUtime=3103.87 cores=4,6
/proc/172068/task/172070/stat : 172070 (java) R 172065 172068 171687 0 -1 4194368 233543 0 0 0 310285 102 0 0 20 0 20 0 239247032 19521036288 3683080 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
[pid=172068/tid=172079] ppid=172065 vsize=19063512 memory=14732320 CPUtime=0 cores=4,6
/proc/172068/task/172079/stat : 172079 (Finalizer) S 172065 172068 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239247034 19521036288 3683080 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
[pid=172068/tid=172086] ppid=172065 vsize=19063512 memory=14732320 CPUtime=0 cores=4,6
/proc/172068/task/172086/stat : 172086 (Common-Cleaner) S 172065 172068 171687 0 -1 4194368 2514 0 0 0 0 0 0 0 20 0 20 0 239247035 19521036288 3683080 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
[pid=172068/tid=172099] ppid=172065 vsize=19063512 memory=14676 CPUtime=0 cores=4,6
/proc/172068/task/172099/stat : 172099 (Timer-0) S 172065 172068 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239247057 19521036288 3683080 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
Current children cumulated CPU time: 3434.32 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14732320 KiB

[startup+3282.3 s]
/proc/loadavg: 4.41 4.39 4.30 7/338 172980
/proc/meminfo: memFree=95252908/131249996 swapFree=33010672/33010684
[pid=172068] ppid=172065 vsize=19063512 memory=14732320 CPUtime=3503.77 cores=4,6
/proc/172068/stat : 172068 (java) S 172065 172068 171687 0 -1 4194304 428960 0 0 0 349891 486 0 0 20 0 20 0 239247031 19521036288 3683080 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
/proc/172068/statm: 4765878 3683080 5510 1 0 4084774 0
[pid=172068/tid=172070] ppid=172065 vsize=19063512 memory=14732320 CPUtime=3161.28 cores=4,6
/proc/172068/task/172070/stat : 172070 (java) R 172065 172068 171687 0 -1 4194368 239315 0 0 0 316025 103 0 0 20 0 20 0 239247032 19521036288 3683080 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
[pid=172068/tid=172079] ppid=172065 vsize=19063512 memory=14732320 CPUtime=0 cores=4,6
/proc/172068/task/172079/stat : 172079 (Finalizer) S 172065 172068 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239247034 19521036288 3683080 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
[pid=172068/tid=172086] ppid=172065 vsize=19063512 memory=14732320 CPUtime=0 cores=4,6
/proc/172068/task/172086/stat : 172086 (Common-Cleaner) S 172065 172068 171687 0 -1 4194368 2578 0 0 0 0 0 0 0 20 0 20 0 239247035 19521036288 3683080 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
[pid=172068/tid=172099] ppid=172065 vsize=19063512 memory=17252 CPUtime=0 cores=4,6
/proc/172068/task/172099/stat : 172099 (Timer-0) S 172065 172068 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239247057 19521036288 3683080 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
Current children cumulated CPU time: 3503.77 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14732320 KiB

[startup+3342.3 s]
/proc/loadavg: 4.74 4.50 4.34 5/338 173044
/proc/meminfo: memFree=110353436/131249996 swapFree=33010672/33010684
[pid=172068] ppid=172065 vsize=19063512 memory=14732320 CPUtime=3569.49 cores=4,6
/proc/172068/stat : 172068 (java) S 172065 172068 171687 0 -1 4194304 436166 0 0 0 356460 489 0 0 20 0 20 0 239247031 19521036288 3683080 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
/proc/172068/statm: 4765878 3683080 5510 1 0 4084775 0
[pid=172068/tid=172070] ppid=172065 vsize=19063512 memory=3328 CPUtime=3219 cores=4,6
/proc/172068/task/172070/stat : 172070 (java) R 172065 172068 171687 0 -1 4194368 243449 0 0 0 321796 104 0 0 20 0 20 0 239247032 19521036288 3683080 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
[pid=172068/tid=172079] ppid=172065 vsize=19063512 memory=4756 CPUtime=0 cores=4,6
/proc/172068/task/172079/stat : 172079 (Finalizer) S 172065 172068 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239247034 19521036288 3683080 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
[pid=172068/tid=172086] ppid=172065 vsize=19063512 memory=14732320 CPUtime=0 cores=4,6
/proc/172068/task/172086/stat : 172086 (Common-Cleaner) S 172065 172068 171687 0 -1 4194368 2664 0 0 0 0 0 0 0 20 0 20 0 239247035 19521036288 3683080 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
[pid=172068/tid=172099] ppid=172065 vsize=19063512 memory=14676 CPUtime=0 cores=4,6
/proc/172068/task/172099/stat : 172099 (Timer-0) S 172065 172068 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239247057 19521036288 3683080 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
Current children cumulated CPU time: 3569.49 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14732320 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3371.8 s]
/proc/loadavg: 4.44 4.45 4.33 5/338 173045
/proc/meminfo: memFree=110132856/131249996 swapFree=33010672/33010684
[pid=172068] ppid=172065 vsize=19063512 memory=14732320 CPUtime=3600.06 cores=4,6
/proc/172068/stat : 172068 (java) S 172065 172068 171687 0 -1 4194304 439029 0 0 0 359515 491 0 0 20 0 20 0 239247031 19521036288 3683080 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
/proc/172068/statm: 4765878 3683080 5510 1 0 4084775 0
[pid=172068/tid=172070] ppid=172065 vsize=19063512 memory=27264 CPUtime=3247.29 cores=4,6
/proc/172068/task/172070/stat : 172070 (java) R 172065 172068 171687 0 -1 4194368 245773 0 0 0 324624 105 0 0 20 0 20 0 239247032 19521036288 3683080 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
[pid=172068/tid=172079] ppid=172065 vsize=19063512 memory=10752 CPUtime=0 cores=4,6
/proc/172068/task/172079/stat : 172079 (Finalizer) S 172065 172068 171687 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 239247034 19521036288 3683080 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
[pid=172068/tid=172086] ppid=172065 vsize=19063512 memory=5632 CPUtime=0 cores=4,6
/proc/172068/task/172086/stat : 172086 (Common-Cleaner) S 172065 172068 171687 0 -1 4194368 2664 0 0 0 0 0 0 0 20 0 20 0 239247035 19521036288 3683080 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
[pid=172068/tid=172099] ppid=172065 vsize=19063512 memory=5276 CPUtime=0 cores=4,6
/proc/172068/task/172099/stat : 172099 (Timer-0) S 172065 172068 171687 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 239247057 19521036288 3683080 18446744073709551615 94090638630912 94090638634608 140730565784736 0 0 0 4 0 16800975 1 0 0 -1 6 0 0 0 0 0 94090638642424 94090638643216 94090658508800 140730565790079 140730565790180 140730565790180 140730565795784 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 14732320 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.3 s, system=4.95534 s

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

[startup+3371.9 s]*
/proc/loadavg: 4.44 4.45 4.33 5/320 173048
/proc/meminfo: memFree=111001088/131249996 swapFree=33010672/33010684
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3371.94
CPU time (s): 3600.26
CPU user time (s): 3595.3
CPU system time (s): 4.95534
CPU usage (%): 106.771
Max. virtual memory (cumulated for all children) (KiB): 19063512
Max. memory (cumulated for all children) (KiB): 14732320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.3
system time used= 4.95534
maximum resident set size= 14733344
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 441008
page faults= 0
swaps= 0
block input operations= 0
block output operations= 18280
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 112298
involuntary context switches= 15028


# summary of solver processes directly reported to runsolver:
#   pid: 172068
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3595.3
#   total CPU system time (s): 4.95534

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.12704 second user time and 15.862 second system time

The end

Launcher Data

Begin job on nodeC024 at 2025-07-23 03:54:51
IDJOB=4544382
IDBENCH=175392
IDSOLVER=3363
FILE ID=nodeC024/4544382-1753235691
RUNJOBID= nodeC024-1753232113-171698
SLURM_JOB_ID= 9687842
Free space on /tmp= 433032 MiB

SOLVER NAME= Sat4j Resolution 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 -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4544382-1753235691/watcher-4544382-1753235691 -o /tmp/evaluation-result-4544382-1753235691/solver-4544382-1753235691 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1753232113-171698 --watchdog 3760  java -jar sat4j-pb.jar Resolution HOME/instance-4544382-1753235691.opb

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

MD5SUM BENCH= 8004cad3253210c4fb1dfbb021092d0c
RANDOM SEED=683053489

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131249996 kB
MemFree:        114361072 kB
MemAvailable:   114931296 kB
Buffers:            2128 kB
Cached:          1332060 kB
SwapCached:            8 kB
Active:         16004876 kB
Inactive:         204832 kB
Active(anon):   14900180 kB
Inactive(anon):     1588 kB
Active(file):    1104696 kB
Inactive(file):   203244 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33010672 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              1080 kB
Writeback:             0 kB
AnonPages:      14875812 kB
Mapped:           128560 kB
Shmem:             26248 kB
KReclaimable:     202644 kB
Slab:             299252 kB
SReclaimable:     202644 kB
SUnreclaim:        96608 kB
KernelStack:        5212 kB
PageTables:        33012 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98635680 kB
Committed_AS:   17760908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      151464 kB
VmallocChunk:          0 kB
Percpu:             3904 kB
HardwareCorrupted:     0 kB
AnonHugePages:  14557184 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
CmaTotal:              0 kB
CmaFree:               0 kB
Unaccepted:            0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      195284 kB
DirectMap2M:     6916096 kB
DirectMap1G:    128974848 kB

Free space on /tmp at the end= 433024 MiB
End job on nodeC024 at 2025-07-23 04:51:03