Trace number 4541614

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.23 3498.14

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/
inequalities/OPB/ineq6/normalized-31array_alg_ineq6.opb
MD5SUM21d0ffe78b9aba15f7c4d4a17a4e20d2
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.454795
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2170
Total number of constraints5893
Number of constraints which are clauses5859
Number of constraints which are cardinality constraints (but not clauses)31
Number of constraints which are nor clauses,nor cardinality constraints3
Minimum length of a constraint1
Maximum length of a constraint1023
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 2305843009213693952
Number of bits of the biggest number in a constraint 62
Biggest sum of numbers in a constraint 9223372036854775807
Number of bits of the biggest sum of numbers63
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.09/0.20	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.09/0.20	c This is free software under the dual EPL/GNU LGPL licenses.
0.09/0.20	c See www.sat4j.org for details.
0.09/0.22	c version PB25.v20250606
0.27/0.24	c java.runtime.name	OpenJDK Runtime Environment
0.27/0.24	c java.vm.name		OpenJDK 64-Bit Server VM
0.27/0.24	c java.vm.version	22.0.1+8-16
0.27/0.24	c java.vm.vendor	Oracle Corporation
0.27/0.24	c sun.arch.data.model	64
0.27/0.24	c java.version		22.0.1
0.27/0.24	c os.name		Linux
0.27/0.24	c os.version		5.14.0-503.14.1.el9_5.x86_64
0.27/0.24	c os.arch		amd64
0.27/0.25	c Free memory 		2104792832
0.27/0.25	c Max memory 		16282288128
0.27/0.26	c Total memory 		2113929216
0.27/0.26	c Number of processors 	2
0.42/0.37	c Pseudo Boolean Optimization by upper bound
0.42/0.37	c --- Begin Solver configuration ---
0.42/0.37	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@606d8acf
0.42/0.37	c Learn all clauses as in MiniSAT
0.42/0.37	c LOGGER=java.util.logging.Logger@3fb4f649 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.42/0.37	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.42/0.37	c Expensive reason simplification
0.42/0.37	c Glucose 2.1 dynamic restart strategy
0.42/0.37	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.42/0.37	c timeout=2147483s
0.42/0.37	c DB Simplification allowed=false
0.42/0.37	c Listener: none
0.42/0.37	c --- End Solver configuration ---
0.42/0.37	c solving HOME/instance-4541614-1753209221.opb
0.42/0.37	c reading problem ... 
0.42/0.38	c using VERIPB proof format
0.42/0.38	c  no objective function found
1.10/0.71	c ... done. Wall clock time 0.327s.
1.10/0.71	c declared #vars     2170
1.10/0.71	c #constraints  5926
1.10/0.71	c constraints type 
1.10/0.71	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2914
1.10/0.71	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5
1.10/0.71	c org.sat4j.specs.Constr$1 => 1488
1.10/0.71	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 992
1.10/0.71	c org.sat4j.pb.constraints.pb.UnitClausePB => 527
1.10/0.71	c 5926 constraints processed.
8.76/5.33	c cleaning 2501 clauses out of 5001 with flag 11491/5001
13.47/9.88	c cleaning 4248 clauses out of 8499 with flag 25214/11000
19.16/15.40	c cleaning 5626 clauses out of 11251 with flag 41127/18000
25.49/21.50	c cleaning 6813 clauses out of 13625 with flag 59291/26000
32.83/28.55	c cleaning 7902 clauses out of 15813 with flag 79825/35001
40.51/36.24	c cleaning 8952 clauses out of 17910 with flag 102768/45000
48.85/44.50	c cleaning 9977 clauses out of 19958 with flag 128793/56000
58.13/53.71	c cleaning 10987 clauses out of 21982 with flag 157592/68001
70.43/66.00	c cleaning 11994 clauses out of 23995 with flag 188174/81001
80.55/75.61	c cleaning 12998 clauses out of 26000 with flag 228138/95000
91.24/86.22	c cleaning 13997 clauses out of 28002 with flag 273725/110000
105.52/100.48	c cleaning 15000 clauses out of 30005 with flag 310499/126000
119.38/114.19	c cleaning 15999 clauses out of 32005 with flag 350400/143000
133.05/127.57	c cleaning 16994 clauses out of 34006 with flag 396784/161000
150.12/144.39	c cleaning 17993 clauses out of 36012 with flag 441348/180000
166.59/160.35	c cleaning 19003 clauses out of 38020 with flag 487307/200001
184.91/177.94	c cleaning 19999 clauses out of 40016 with flag 539144/221000
204.41/196.97	c cleaning 21001 clauses out of 42017 with flag 595815/243000
224.73/217.01	c cleaning 21994 clauses out of 44016 with flag 651931/266000
245.05/237.21	c cleaning 23002 clauses out of 46022 with flag 709781/290000
267.80/259.78	c cleaning 24002 clauses out of 48021 with flag 771798/315001
290.78/282.65	c cleaning 25001 clauses out of 50018 with flag 838990/341000
316.87/308.34	c cleaning 25998 clauses out of 52017 with flag 906860/368000
343.02/334.29	c cleaning 27000 clauses out of 54019 with flag 980511/396000
368.97/360.10	c cleaning 28005 clauses out of 56020 with flag 1058338/425001
395.80/386.77	c cleaning 28998 clauses out of 58014 with flag 1137381/455000
424.19/414.97	c cleaning 29999 clauses out of 60017 with flag 1218679/486001
451.45/442.09	c cleaning 31000 clauses out of 62017 with flag 1294977/518000
477.59/468.06	c cleaning 31999 clauses out of 64018 with flag 1371698/551001
505.17/495.21	c cleaning 32998 clauses out of 66018 with flag 1455372/585000
535.67/525.69	c cleaning 34001 clauses out of 68020 with flag 1538058/620000
564.65/554.63	c cleaning 35002 clauses out of 70020 with flag 1626002/656001
599.24/589.04	c cleaning 36001 clauses out of 72018 with flag 1725595/693001
629.59/619.24	c cleaning 36998 clauses out of 74016 with flag 1819291/731000
659.92/649.31	c cleaning 38000 clauses out of 76018 with flag 1913940/770000
690.60/679.78	c cleaning 38998 clauses out of 78019 with flag 2007747/810001
722.09/710.97	c cleaning 40000 clauses out of 80020 with flag 2105552/851000
753.23/741.99	c cleaning 41002 clauses out of 82022 with flag 2207803/893002
792.31/780.72	c cleaning 42000 clauses out of 84018 with flag 2319415/936000
835.29/823.21	c cleaning 42992 clauses out of 86018 with flag 2439310/980000
873.21/860.85	c cleaning 44001 clauses out of 88026 with flag 2553817/1025000
911.53/898.81	c cleaning 45005 clauses out of 90025 with flag 2673690/1071000
951.34/938.25	c cleaning 46002 clauses out of 92020 with flag 2788505/1118000
988.89/975.61	c cleaning 47000 clauses out of 94018 with flag 2903755/1166000
1027.12/1013.50	c cleaning 48005 clauses out of 96018 with flag 3020645/1215000
1069.00/1055.30	c cleaning 49007 clauses out of 98014 with flag 3135801/1265001
1107.42/1093.42	c cleaning 49994 clauses out of 100006 with flag 3260283/1316000
1148.15/1132.83	c cleaning 50996 clauses out of 102013 with flag 3384565/1368001
1189.62/1174.01	c cleaning 51998 clauses out of 104017 with flag 3516766/1421001
1230.78/1214.10	c cleaning 53003 clauses out of 106018 with flag 3643281/1475000
1274.21/1256.33	c cleaning 53998 clauses out of 108018 with flag 3775994/1530003
1321.83/1303.05	c cleaning 55002 clauses out of 110018 with flag 3911599/1586001
1370.75/1349.57	c cleaning 55998 clauses out of 112016 with flag 4059064/1643001
1418.88/1395.41	c cleaning 57000 clauses out of 114017 with flag 4206639/1701000
1466.29/1441.53	c cleaning 58004 clauses out of 116018 with flag 4353939/1760001
1515.41/1489.46	c cleaning 58999 clauses out of 118014 with flag 4496772/1820001
1571.43/1543.21	c cleaning 60000 clauses out of 120014 with flag 4647534/1881000
1621.27/1591.96	c cleaning 60997 clauses out of 122014 with flag 4795683/1943000
1673.30/1642.52	c cleaning 62002 clauses out of 124017 with flag 4954161/2006000
1725.94/1693.43	c cleaning 62994 clauses out of 126017 with flag 5105359/2070002
1779.48/1744.64	c cleaning 64002 clauses out of 128021 with flag 5261176/2135000
1836.91/1799.75	c cleaning 65002 clauses out of 130020 with flag 5421021/2201001
1893.21/1854.63	c cleaning 66001 clauses out of 132017 with flag 5583947/2268000
1948.29/1908.57	c cleaning 67000 clauses out of 134016 with flag 5749634/2336000
2006.14/1965.14	c cleaning 68000 clauses out of 136017 with flag 5910149/2405001
2063.07/2020.53	c cleaning 69000 clauses out of 138016 with flag 6076407/2475000
2117.56/2073.79	c cleaning 70003 clauses out of 140017 with flag 6250769/2546001
2180.62/2134.47	c cleaning 70998 clauses out of 142014 with flag 6423765/2618001
2242.72/2193.89	c cleaning 71992 clauses out of 144016 with flag 6605021/2691001
2305.58/2253.88	c cleaning 73000 clauses out of 146023 with flag 6779363/2765000
2370.36/2316.62	c cleaning 74004 clauses out of 148023 with flag 6957101/2840000
2435.37/2378.79	c cleaning 75002 clauses out of 150020 with flag 7137934/2916001
2500.95/2441.47	c cleaning 76003 clauses out of 152018 with flag 7323272/2993001
2570.11/2507.47	c cleaning 77000 clauses out of 154016 with flag 7515345/3071002
2637.97/2572.27	c cleaning 77998 clauses out of 156015 with flag 7708175/3150001
2705.34/2636.70	c cleaning 78995 clauses out of 158016 with flag 7896016/3230000
2773.11/2701.63	c cleaning 79998 clauses out of 160021 with flag 8094031/3311000
2842.73/2768.28	c cleaning 81007 clauses out of 162023 with flag 8284783/3393000
2913.18/2835.36	c cleaning 82004 clauses out of 164018 with flag 8480272/3476002
2981.83/2900.46	c cleaning 82991 clauses out of 166012 with flag 8688662/3560000
3053.24/2968.75	c cleaning 83997 clauses out of 168021 with flag 8887504/3645000
3123.10/3035.33	c cleaning 85006 clauses out of 170025 with flag 9100270/3731001
3195.32/3104.26	c cleaning 86000 clauses out of 172019 with flag 9313911/3818001
3268.85/3175.59	c cleaning 87002 clauses out of 174020 with flag 9530126/3906002
3345.72/3250.76	c cleaning 88001 clauses out of 176016 with flag 9737913/3995000
3419.43/3322.73	c cleaning 88999 clauses out of 178015 with flag 9959521/4085000
3496.03/3397.33	c cleaning 90004 clauses out of 180016 with flag 10188504/4176000
3574.19/3473.29	c cleaning 90992 clauses out of 182013 with flag 10403929/4268001
3600.03/3498.03	c timeout
3600.03/3498.04	c starts		: 2300
3600.03/3498.04	c conflicts		: 4299208
3600.03/3498.04	c decisions		: 4833180
3600.03/3498.05	c propagations		: 554103813
3600.03/3498.05	c inspects		: 3454290429
3600.03/3498.05	c shortcuts		: 0
3600.03/3498.05	c learnt literals	: 0
3600.03/3498.05	c learnt binary clauses	: 2
3600.03/3498.05	c learnt ternary clauses	: 6
3600.03/3498.05	c learnt constraints	: 4299208
3600.03/3498.05	c ignored constraints	: 0
3600.03/3498.05	c root simplifications	: 0
3600.03/3498.05	c removed literals (reason simplification)	: 2369167051
3600.03/3498.05	c reason swapping (by a shorter reason)	: 0
3600.03/3498.05	c Calls to reduceDB	: 88
3600.03/3498.05	c Number of update (reduction) of LBD	: 346175
3600.03/3498.05	c Imported unit clauses	: 0
3600.03/3498.05	c No decision after first conflict	: false
3600.03/3498.05	c number of reductions to clauses (during analyze)	: 0
3600.03/3498.05	c number of learned constraints concerned by reduction	: 0
3600.03/3498.05	c number of learning phase by resolution	: 0
3600.03/3498.05	c number of learning phase by cutting planes	: 0
3600.03/3498.05	c number of rounding to 1 operations	: 0
3600.03/3498.05	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3498.05	c number of reductions of the coefficients by power 2 	: 0
3600.03/3498.05	c number of right shift for reduction by power 2 	: 0
3600.03/3498.05	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3498.05	c number of ending skipping 	: 0
3600.03/3498.05	c number of internal skipping 	: 0
3600.03/3498.05	c number of derivation steps 	: 0
3600.03/3498.05	c number of skipped derivation steps 	: 0
3600.03/3498.05	c number of remaining unassigned 	: 0
3600.03/3498.05	c number of remaining assigned 	: 0
3600.03/3498.05	c number of falsified literals weakened from reason	: 0
3600.03/3498.05	c number of falsified literals weakened from conflict	: 0
3600.03/3498.05	c time for arithmetic operations	: 0
3600.03/3498.05	c minimum degree of deleted constraints	: null
3600.03/3498.05	c maximum degree of deleted constraints	: null
3600.03/3498.05	c number of deleted constraints	: 0
3600.03/3498.05	c speed (assignments/second)	: 158436.46587034376
3600.03/3498.05	c non guided choices	: 35
3600.03/3498.11	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 122226
3600.03/3498.11	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 2
3600.03/3498.11	s UNKNOWN
3600.03/3498.11	c Total wall clock time (in seconds): 3497.734

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: 63837 MiB (54680 MiB free)
  memory of node 1: 64465 MiB (48719 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4541614-1753209221/watcher-4541614-1753209221 -o /tmp/evaluation-result-4541614-1753209221/solver-4541614-1753209221 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1753209221-180197 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4541614-1753209221 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4541614-1753209221.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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


[startup+0.100075 s]*
/proc/loadavg: 0.85 2.48 3.49 13/315 180319
/proc/meminfo: memFree=105818724/131382116 swapFree=33005528/33010684
[pid=180245] ppid=180236 vsize=18930344 memory=46400 CPUtime=0.09 cores=1,3
/proc/180245/stat : 180245 (java) S 180236 180245 180184 0 -1 4194304 5473 0 0 0 5 4 0 0 20 0 18 0 236601490 19384672256 11600 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
/proc/180245/statm: 4732586 11600 5101 1 0 546709 0
[pid=180245/tid=180259] ppid=180236 vsize=18930344 memory=4026532124 CPUtime=0.05 cores=1,3
/proc/180245/task/180259/stat : 180259 (java) R 180236 180245 180184 0 -1 4194368 4565 0 0 0 3 2 0 0 20 0 18 0 236601494 19384672256 11600 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
[pid=180245/tid=180298] ppid=180236 vsize=18930344 memory=2622 CPUtime=0 cores=1,3
/proc/180245/task/180298/stat : 180298 (Finalizer) S 180236 180245 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 236601499 19384672256 11600 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
[pid=180245/tid=180320] ppid=180236 vsize=18930344 memory=55195547730935 CPUtime=0 cores=1,3
/proc/180245/task/180320/stat : 180320 (Common-Cleaner) S 180236 180245 180184 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 236601500 19384672256 11600 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 18930344 KiB
Current children cumulated memory: 46400 KiB

[startup+0.222913 s]*
/proc/loadavg: 0.85 2.48 3.49 12/318 180322
/proc/meminfo: memFree=105792052/131382116 swapFree=33005528/33010684
[pid=180245] ppid=180236 vsize=18930384 memory=51916 CPUtime=0.27 cores=1,3
/proc/180245/stat : 180245 (java) S 180236 180245 180184 0 -1 4194304 6116 0 0 0 22 5 0 0 20 0 18 0 236601490 19384713216 12979 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
/proc/180245/statm: 4732596 12979 5357 1 0 547233 0
[pid=180245/tid=180259] ppid=180236 vsize=18930384 memory=4026990876 CPUtime=0.17 cores=1,3
/proc/180245/task/180259/stat : 180259 (java) R 180236 180245 180184 0 -1 4194368 4961 0 0 0 14 3 0 0 20 0 18 0 236601494 19384713216 12979 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
[pid=180245/tid=180298] ppid=180236 vsize=18930384 memory=2622 CPUtime=0 cores=1,3
/proc/180245/task/180298/stat : 180298 (Finalizer) S 180236 180245 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 236601499 19384713216 12979 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
[pid=180245/tid=180320] ppid=180236 vsize=18930384 memory=55195547730935 CPUtime=0 cores=1,3
/proc/180245/task/180320/stat : 180320 (Common-Cleaner) S 180236 180245 180184 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 236601500 19384713216 12979 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 51916 KiB

[startup+0.314362 s]*
/proc/loadavg: 0.85 2.48 3.49 12/318 180322
/proc/meminfo: memFree=105773388/131382116 swapFree=33005528/33010684
[pid=180245] ppid=180236 vsize=18930384 memory=58128 CPUtime=0.42 cores=1,3
/proc/180245/stat : 180245 (java) S 180236 180245 180184 0 -1 4194304 6627 0 0 0 37 5 0 0 20 0 18 0 236601490 19384713216 14532 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
/proc/180245/statm: 4732596 14532 5357 1 0 547671 0
[pid=180245/tid=180259] ppid=180236 vsize=18930384 memory=-8600301253200487100 CPUtime=0.25 cores=1,3
/proc/180245/task/180259/stat : 180259 (java) R 180236 180245 180184 0 -1 4194368 5112 0 0 0 22 3 0 0 20 0 18 0 236601494 19384713216 14532 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
[pid=180245/tid=180298] ppid=180236 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/180245/task/180298/stat : 180298 (Finalizer) S 180236 180245 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 236601499 19384713216 14532 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
[pid=180245/tid=180320] ppid=180236 vsize=18930384 memory=0 CPUtime=0 cores=1,3
/proc/180245/task/180320/stat : 180320 (Common-Cleaner) S 180236 180245 180184 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 236601500 19384713216 14532 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
Current children cumulated CPU time: 0.42 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 58128 KiB

[startup+0.70033 s]
/proc/loadavg: 0.85 2.48 3.49 13/318 180322
/proc/meminfo: memFree=105762676/131382116 swapFree=33005528/33010684
[pid=180245] ppid=180236 vsize=18930384 memory=76904 CPUtime=1.1 cores=1,3
/proc/180245/stat : 180245 (java) S 180236 180245 180184 0 -1 4194304 7876 0 0 0 102 8 0 0 20 0 18 0 236601490 19384713216 19226 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
/proc/180245/statm: 4732596 19226 5453 1 0 548511 0
[pid=180245/tid=180259] ppid=180236 vsize=18930384 memory=22272 CPUtime=0.53 cores=1,3
/proc/180245/task/180259/stat : 180259 (java) R 180236 180245 180184 0 -1 4194368 5320 0 0 0 49 4 0 0 20 0 18 0 236601494 19384713216 19226 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
[pid=180245/tid=180298] ppid=180236 vsize=18930384 memory=11008 CPUtime=0 cores=1,3
/proc/180245/task/180298/stat : 180298 (Finalizer) S 180236 180245 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 18 0 236601499 19384713216 19226 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
[pid=180245/tid=180320] ppid=180236 vsize=18930384 memory=3328 CPUtime=0 cores=1,3
/proc/180245/task/180320/stat : 180320 (Common-Cleaner) S 180236 180245 180184 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 18 0 236601500 19384713216 19226 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 18930384 KiB
Current children cumulated memory: 76904 KiB

[startup+1.50031 s]
/proc/loadavg: 0.85 2.48 3.49 10/322 180326
/proc/meminfo: memFree=105630192/131382116 swapFree=33005528/33010684
[pid=180245] ppid=180236 vsize=18996948 memory=111332 CPUtime=2.68 cores=1,3
/proc/180245/stat : 180245 (java) S 180236 180245 180184 0 -1 4194304 16661 0 0 0 257 11 0 0 20 0 19 0 236601490 19452874752 27833 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
/proc/180245/statm: 4749237 27833 5453 1 0 552529 0
[pid=180245/tid=180259] ppid=180236 vsize=18996948 memory=3328 CPUtime=1.2 cores=1,3
/proc/180245/task/180259/stat : 180259 (java) R 180236 180245 180184 0 -1 4194368 5831 0 0 0 115 5 0 0 20 0 19 0 236601494 19452874752 27833 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
[pid=180245/tid=180298] ppid=180236 vsize=18996948 memory=0 CPUtime=0 cores=1,3
/proc/180245/task/180298/stat : 180298 (Finalizer) S 180236 180245 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 19 0 236601499 19452874752 27833 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
[pid=180245/tid=180320] ppid=180236 vsize=18996948 memory=11008 CPUtime=0 cores=1,3
/proc/180245/task/180320/stat : 180320 (Common-Cleaner) S 180236 180245 180184 0 -1 4194368 25 0 0 0 0 0 0 0 20 0 19 0 236601500 19452874752 27833 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
[pid=180245/tid=180325] ppid=180236 vsize=18996948 memory=16368 CPUtime=0 cores=1,3
/proc/180245/task/180325/stat : 180325 (Timer-0) S 180236 180245 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 19 0 236601563 19452874752 27833 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
Current children cumulated CPU time: 2.68 s
Current children cumulated vsize: 18996948 KiB
Current children cumulated memory: 111332 KiB

[startup+3.10566 s]
/proc/loadavg: 0.85 2.48 3.49 9/326 180330
/proc/meminfo: memFree=105266376/131382116 swapFree=33005528/33010684
[pid=180245] ppid=180236 vsize=19063512 memory=176072 CPUtime=5.6 cores=1,3
/proc/180245/stat : 180245 (java) S 180236 180245 180184 0 -1 4194304 19695 0 0 0 546 14 0 0 20 0 20 0 236601490 19521036288 44018 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
/proc/180245/statm: 4765878 44018 5485 1 0 553340 0
[pid=180245/tid=180259] ppid=180236 vsize=19063512 memory=16368 CPUtime=2.76 cores=1,3
/proc/180245/task/180259/stat : 180259 (java) R 180236 180245 180184 0 -1 4194368 6269 0 0 0 269 7 0 0 20 0 20 0 236601494 19521036288 44018 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
[pid=180245/tid=180298] ppid=180236 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/180245/task/180298/stat : 180298 (Finalizer) S 180236 180245 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236601499 19521036288 44018 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
[pid=180245/tid=180320] ppid=180236 vsize=19063512 memory=11008 CPUtime=0 cores=1,3
/proc/180245/task/180320/stat : 180320 (Common-Cleaner) S 180236 180245 180184 0 -1 4194368 48 0 0 0 0 0 0 0 20 0 20 0 236601500 19521036288 44018 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 1 0 0 -1 1 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
[pid=180245/tid=180325] ppid=180236 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/180245/task/180325/stat : 180325 (Timer-0) S 180236 180245 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236601563 19521036288 44018 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
Current children cumulated CPU time: 5.6 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 176072 KiB

[startup+6.30042 s]
/proc/loadavg: 1.18 2.52 3.50 6/325 180330
/proc/meminfo: memFree=104979584/131382116 swapFree=33005528/33010684
[pid=180245] ppid=180236 vsize=19063512 memory=173812 CPUtime=9.84 cores=1,3
/proc/180245/stat : 180245 (java) S 180236 180245 180184 0 -1 4194304 22953 0 0 0 968 16 0 0 20 0 20 0 236601490 19521036288 43453 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
/proc/180245/statm: 4765878 43453 5485 1 0 553359 0
[pid=180245/tid=180259] ppid=180236 vsize=19063512 memory=0 CPUtime=5.93 cores=1,3
/proc/180245/task/180259/stat : 180259 (java) R 180236 180245 180184 0 -1 4194368 7692 0 0 0 585 8 0 0 20 0 20 0 236601494 19521036288 43453 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
[pid=180245/tid=180298] ppid=180236 vsize=19063512 memory=11008 CPUtime=0 cores=1,3
/proc/180245/task/180298/stat : 180298 (Finalizer) S 180236 180245 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236601499 19521036288 43453 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
[pid=180245/tid=180320] ppid=180236 vsize=19063512 memory=3328 CPUtime=0 cores=1,3
/proc/180245/task/180320/stat : 180320 (Common-Cleaner) S 180236 180245 180184 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 236601500 19521036288 43453 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
[pid=180245/tid=180325] ppid=180236 vsize=19063512 memory=116016 CPUtime=0 cores=1,3
/proc/180245/task/180325/stat : 180325 (Timer-0) S 180236 180245 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236601563 19521036288 43453 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
Current children cumulated CPU time: 9.84 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 173812 KiB

[startup+12.7004 s]
/proc/loadavg: 1.41 2.55 3.50 6/325 180330
/proc/meminfo: memFree=103769768/131382116 swapFree=33005528/33010684
[pid=180245] ppid=180236 vsize=19063512 memory=290768 CPUtime=16.57 cores=1,3
/proc/180245/stat : 180245 (java) S 180236 180245 180184 0 -1 4194304 29577 0 0 0 1637 20 0 0 20 0 20 0 236601490 19521036288 72692 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
/proc/180245/statm: 4765878 72692 5485 1 0 553359 0
[pid=180245/tid=180259] ppid=180236 vsize=19063512 memory=116016 CPUtime=12.23 cores=1,3
/proc/180245/task/180259/stat : 180259 (java) R 180236 180245 180184 0 -1 4194368 8763 0 0 0 1213 10 0 0 20 0 20 0 236601494 19521036288 72692 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
[pid=180245/tid=180298] ppid=180236 vsize=19063512 memory=286660 CPUtime=0 cores=1,3
/proc/180245/task/180298/stat : 180298 (Finalizer) S 180236 180245 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236601499 19521036288 72692 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
[pid=180245/tid=180320] ppid=180236 vsize=19063512 memory=16368 CPUtime=0 cores=1,3
/proc/180245/task/180320/stat : 180320 (Common-Cleaner) S 180236 180245 180184 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 236601500 19521036288 72692 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
[pid=180245/tid=180325] ppid=180236 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/180245/task/180325/stat : 180325 (Timer-0) S 180236 180245 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236601563 19521036288 72692 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
Current children cumulated CPU time: 16.57 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 290768 KiB

[startup+25.5005 s]
/proc/loadavg: 2.05 2.64 3.52 6/325 180330
/proc/meminfo: memFree=101327352/131382116 swapFree=33005528/33010684
[pid=180245] ppid=180236 vsize=19063512 memory=573772 CPUtime=29.82 cores=1,3
/proc/180245/stat : 180245 (java) S 180236 180245 180184 0 -1 4194304 34715 0 0 0 2952 30 0 0 20 0 20 0 236601490 19521036288 143443 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
/proc/180245/statm: 4765878 143443 5485 1 0 553422 0
[pid=180245/tid=180259] ppid=180236 vsize=19063512 memory=286660 CPUtime=24.85 cores=1,3
/proc/180245/task/180259/stat : 180259 (java) R 180236 180245 180184 0 -1 4194368 9846 0 0 0 2467 18 0 0 20 0 20 0 236601494 19521036288 143443 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
[pid=180245/tid=180298] ppid=180236 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/180245/task/180298/stat : 180298 (Finalizer) S 180236 180245 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236601499 19521036288 143443 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
[pid=180245/tid=180320] ppid=180236 vsize=19063512 memory=16368 CPUtime=0 cores=1,3
/proc/180245/task/180320/stat : 180320 (Common-Cleaner) S 180236 180245 180184 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 236601500 19521036288 143443 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
[pid=180245/tid=180325] ppid=180236 vsize=19063512 memory=493768 CPUtime=0 cores=1,3
/proc/180245/task/180325/stat : 180325 (Timer-0) S 180236 180245 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236601563 19521036288 143443 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
Current children cumulated CPU time: 29.82 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 573772 KiB

[startup+51.1137 s]
/proc/loadavg: 2.79 2.76 3.54 6/325 180330
/proc/meminfo: memFree=98784580/131382116 swapFree=33005528/33010684
[pid=180245] ppid=180236 vsize=19063512 memory=625096 CPUtime=55.55 cores=1,3
/proc/180245/stat : 180245 (java) S 180236 180245 180184 0 -1 4194304 35113 0 0 0 5517 38 0 0 20 0 20 0 236601490 19521036288 156274 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
/proc/180245/statm: 4765878 156274 5485 1 0 553422 0
[pid=180245/tid=180259] ppid=180236 vsize=19063512 memory=625096 CPUtime=50.06 cores=1,3
/proc/180245/task/180259/stat : 180259 (java) R 180236 180245 180184 0 -1 4194368 9887 0 0 0 4982 24 0 0 20 0 20 0 236601494 19521036288 156274 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
[pid=180245/tid=180298] ppid=180236 vsize=19063512 memory=290768 CPUtime=0 cores=1,3
/proc/180245/task/180298/stat : 180298 (Finalizer) S 180236 180245 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236601499 19521036288 156274 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
[pid=180245/tid=180320] ppid=180236 vsize=19063512 memory=0 CPUtime=0 cores=1,3
/proc/180245/task/180320/stat : 180320 (Common-Cleaner) S 180236 180245 180184 0 -1 4194368 62 0 0 0 0 0 0 0 20 0 20 0 236601500 19521036288 156274 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0

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

[startup+3162.3 s]
/proc/loadavg: 4.18 4.22 4.18 6/328 180507
/proc/meminfo: memFree=72371028/131382116 swapFree=33005528/33010684
[pid=180245] ppid=180236 vsize=19063512 memory=1866388 CPUtime=3254.76 cores=1,3
/proc/180245/stat : 180245 (java) S 180236 180245 180184 0 -1 4194304 163570 0 0 0 324359 1117 0 0 20 0 20 0 236601490 19521036288 466597 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
/proc/180245/statm: 4765878 466597 5517 1 0 481200 0
[pid=180245/tid=180259] ppid=180236 vsize=19063512 memory=1866132 CPUtime=3115.91 cores=1,3
/proc/180245/task/180259/stat : 180259 (java) R 180236 180245 180184 0 -1 4194368 58875 0 0 0 310736 855 0 0 20 0 20 0 236601494 19521036288 466597 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
[pid=180245/tid=180298] ppid=180236 vsize=19063512 memory=1866132 CPUtime=0 cores=1,3
/proc/180245/task/180298/stat : 180298 (Finalizer) S 180236 180245 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236601499 19521036288 466597 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
[pid=180245/tid=180320] ppid=180236 vsize=19063512 memory=1866388 CPUtime=0 cores=1,3
/proc/180245/task/180320/stat : 180320 (Common-Cleaner) S 180236 180245 180184 0 -1 4194368 1565 0 0 0 0 0 0 0 20 0 20 0 236601500 19521036288 466597 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
[pid=180245/tid=180325] ppid=180236 vsize=19063512 memory=1866388 CPUtime=0 cores=1,3
/proc/180245/task/180325/stat : 180325 (Timer-0) S 180236 180245 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236601563 19521036288 466597 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
Current children cumulated CPU time: 3254.76 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1866388 KiB

[startup+3222.3 s]
/proc/loadavg: 4.10 4.19 4.17 6/328 180509
/proc/meminfo: memFree=72040080/131382116 swapFree=33005528/33010684
[pid=180245] ppid=180236 vsize=19063512 memory=1866516 CPUtime=3316.37 cores=1,3
/proc/180245/stat : 180245 (java) S 180236 180245 180184 0 -1 4194304 163774 0 0 0 330503 1134 0 0 20 0 20 0 236601490 19521036288 466629 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
/proc/180245/statm: 4765878 466629 5517 1 0 481200 0
[pid=180245/tid=180259] ppid=180236 vsize=19063512 memory=1866132 CPUtime=3175.18 cores=1,3
/proc/180245/task/180259/stat : 180259 (java) R 180236 180245 180184 0 -1 4194368 58886 0 0 0 316649 869 0 0 20 0 20 0 236601494 19521036288 466629 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
[pid=180245/tid=180298] ppid=180236 vsize=19063512 memory=1866132 CPUtime=0 cores=1,3
/proc/180245/task/180298/stat : 180298 (Finalizer) S 180236 180245 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236601499 19521036288 466629 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
[pid=180245/tid=180320] ppid=180236 vsize=19063512 memory=1866516 CPUtime=0 cores=1,3
/proc/180245/task/180320/stat : 180320 (Common-Cleaner) S 180236 180245 180184 0 -1 4194368 1570 0 0 0 0 0 0 0 20 0 20 0 236601500 19521036288 466629 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
[pid=180245/tid=180325] ppid=180236 vsize=19063512 memory=1866516 CPUtime=0 cores=1,3
/proc/180245/task/180325/stat : 180325 (Timer-0) S 180236 180245 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236601563 19521036288 466629 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
Current children cumulated CPU time: 3316.37 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1866516 KiB

[startup+3282.3 s]
/proc/loadavg: 4.17 4.20 4.18 6/328 180511
/proc/meminfo: memFree=71683568/131382116 swapFree=33005528/33010684
[pid=180245] ppid=180236 vsize=19063512 memory=1866516 CPUtime=3378 cores=1,3
/proc/180245/stat : 180245 (java) S 180236 180245 180184 0 -1 4194304 163889 0 0 0 336649 1151 0 0 20 0 20 0 236601490 19521036288 466629 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
/proc/180245/statm: 4765878 466629 5517 1 0 481200 0
[pid=180245/tid=180259] ppid=180236 vsize=19063512 memory=16368 CPUtime=3234.34 cores=1,3
/proc/180245/task/180259/stat : 180259 (java) R 180236 180245 180184 0 -1 4194368 58929 0 0 0 322553 881 0 0 20 0 20 0 236601494 19521036288 466629 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
[pid=180245/tid=180298] ppid=180236 vsize=19063512 memory=1866516 CPUtime=0 cores=1,3
/proc/180245/task/180298/stat : 180298 (Finalizer) S 180236 180245 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236601499 19521036288 466629 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
[pid=180245/tid=180320] ppid=180236 vsize=19063512 memory=1866516 CPUtime=0 cores=1,3
/proc/180245/task/180320/stat : 180320 (Common-Cleaner) S 180236 180245 180184 0 -1 4194368 1577 0 0 0 0 0 0 0 20 0 20 0 236601500 19521036288 466629 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
[pid=180245/tid=180325] ppid=180236 vsize=19063512 memory=1866516 CPUtime=0 cores=1,3
/proc/180245/task/180325/stat : 180325 (Timer-0) S 180236 180245 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236601563 19521036288 466629 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
Current children cumulated CPU time: 3378 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1866516 KiB

[startup+3342.3 s]
/proc/loadavg: 4.25 4.22 4.18 6/328 180514
/proc/meminfo: memFree=71014512/131382116 swapFree=33005528/33010684
[pid=180245] ppid=180236 vsize=19063512 memory=1866516 CPUtime=3439.06 cores=1,3
/proc/180245/stat : 180245 (java) S 180236 180245 180184 0 -1 4194304 163922 0 0 0 342736 1170 0 0 20 0 20 0 236601490 19521036288 466629 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
/proc/180245/statm: 4765878 466629 5517 1 0 481200 0
[pid=180245/tid=180259] ppid=180236 vsize=19063512 memory=1866516 CPUtime=3293.52 cores=1,3
/proc/180245/task/180259/stat : 180259 (java) R 180236 180245 180184 0 -1 4194368 58936 0 0 0 328456 896 0 0 20 0 20 0 236601494 19521036288 466629 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
[pid=180245/tid=180298] ppid=180236 vsize=19063512 memory=1866516 CPUtime=0 cores=1,3
/proc/180245/task/180298/stat : 180298 (Finalizer) S 180236 180245 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236601499 19521036288 466629 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
[pid=180245/tid=180320] ppid=180236 vsize=19063512 memory=132 CPUtime=0 cores=1,3
/proc/180245/task/180320/stat : 180320 (Common-Cleaner) S 180236 180245 180184 0 -1 4194368 1577 0 0 0 0 0 0 0 20 0 20 0 236601500 19521036288 466629 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
[pid=180245/tid=180325] ppid=180236 vsize=19063512 memory=16368 CPUtime=0 cores=1,3
/proc/180245/task/180325/stat : 180325 (Timer-0) S 180236 180245 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236601563 19521036288 466629 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
Current children cumulated CPU time: 3439.06 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1866516 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.19 4.18 6/329 180517
/proc/meminfo: memFree=70640620/131382116 swapFree=33005528/33010684
[pid=180245] ppid=180236 vsize=19063512 memory=1866516 CPUtime=3501.61 cores=1,3
/proc/180245/stat : 180245 (java) S 180236 180245 180184 0 -1 4194304 167025 0 0 0 348968 1193 0 0 20 0 20 0 236601490 19521036288 466629 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
/proc/180245/statm: 4765878 466629 5517 1 0 481200 0
[pid=180245/tid=180259] ppid=180236 vsize=19063512 memory=1866516 CPUtime=3352.24 cores=1,3
/proc/180245/task/180259/stat : 180259 (java) R 180236 180245 180184 0 -1 4194368 59959 0 0 0 334310 914 0 0 20 0 20 0 236601494 19521036288 466629 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
[pid=180245/tid=180298] ppid=180236 vsize=19063512 memory=1866516 CPUtime=0 cores=1,3
/proc/180245/task/180298/stat : 180298 (Finalizer) S 180236 180245 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236601499 19521036288 466629 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
[pid=180245/tid=180320] ppid=180236 vsize=19063512 memory=1866516 CPUtime=0 cores=1,3
/proc/180245/task/180320/stat : 180320 (Common-Cleaner) S 180236 180245 180184 0 -1 4194368 1577 0 0 0 0 0 0 0 20 0 20 0 236601500 19521036288 466629 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
[pid=180245/tid=180325] ppid=180236 vsize=19063512 memory=-8744416441276342972 CPUtime=0 cores=1,3
/proc/180245/task/180325/stat : 180325 (Timer-0) S 180236 180245 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236601563 19521036288 466629 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
Current children cumulated CPU time: 3501.61 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1866516 KiB

[startup+3462.3 s]
/proc/loadavg: 4.29 4.22 4.19 6/328 180519
/proc/meminfo: memFree=70308596/131382116 swapFree=33005528/33010684
[pid=180245] ppid=180236 vsize=19063512 memory=1866516 CPUtime=3563.29 cores=1,3
/proc/180245/stat : 180245 (java) S 180236 180245 180184 0 -1 4194304 168254 0 0 0 355119 1210 0 0 20 0 20 0 236601490 19521036288 466629 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
/proc/180245/statm: 4765878 466629 5517 1 0 481201 0
[pid=180245/tid=180259] ppid=180236 vsize=19063512 memory=1866516 CPUtime=3411.4 cores=1,3
/proc/180245/task/180259/stat : 180259 (java) R 180236 180245 180184 0 -1 4194368 61012 0 0 0 340214 926 0 0 20 0 20 0 236601494 19521036288 466629 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
[pid=180245/tid=180298] ppid=180236 vsize=19063512 memory=1866516 CPUtime=0 cores=1,3
/proc/180245/task/180298/stat : 180298 (Finalizer) S 180236 180245 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236601499 19521036288 466629 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
[pid=180245/tid=180320] ppid=180236 vsize=19063512 memory=16368 CPUtime=0 cores=1,3
/proc/180245/task/180320/stat : 180320 (Common-Cleaner) S 180236 180245 180184 0 -1 4194368 1618 0 0 0 0 0 0 0 20 0 20 0 236601500 19521036288 466629 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
[pid=180245/tid=180325] ppid=180236 vsize=19063512 memory=1866516 CPUtime=0 cores=1,3
/proc/180245/task/180325/stat : 180325 (Timer-0) S 180236 180245 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236601563 19521036288 466629 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
Current children cumulated CPU time: 3563.29 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1866516 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3498 s]*
/proc/loadavg: 4.16 4.19 4.18 6/328 180520
/proc/meminfo: memFree=70329400/131382116 swapFree=33005528/33010684
[pid=180245] ppid=180236 vsize=19063512 memory=1866516 CPUtime=3600.03 cores=1,3
/proc/180245/stat : 180245 (java) S 180236 180245 180184 0 -1 4194304 170602 0 0 0 358783 1220 0 0 20 0 20 0 236601490 19521036288 466629 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
/proc/180245/statm: 4765878 466629 5517 1 0 481201 0
[pid=180245/tid=180259] ppid=180236 vsize=19063512 memory=-8600301253200487100 CPUtime=3446.57 cores=1,3
/proc/180245/task/180259/stat : 180259 (java) R 180236 180245 180184 0 -1 4194368 61482 0 0 0 343723 934 0 0 20 0 20 0 236601494 19521036288 466629 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
[pid=180245/tid=180298] ppid=180236 vsize=19063512 memory=-7736760464442680699 CPUtime=0 cores=1,3
/proc/180245/task/180298/stat : 180298 (Finalizer) S 180236 180245 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 20 0 236601499 19521036288 466629 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
[pid=180245/tid=180320] ppid=180236 vsize=19063512 memory=1866516 CPUtime=0 cores=1,3
/proc/180245/task/180320/stat : 180320 (Common-Cleaner) S 180236 180245 180184 0 -1 4194368 1657 0 0 0 0 0 0 0 20 0 20 0 236601500 19521036288 466629 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
[pid=180245/tid=180325] ppid=180236 vsize=19063512 memory=4279708 CPUtime=0 cores=1,3
/proc/180245/task/180325/stat : 180325 (Timer-0) S 180236 180245 180184 0 -1 4194368 23 0 0 0 0 0 0 0 20 0 20 0 236601563 19521036288 466629 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19063512 KiB
Current children cumulated memory: 1866516 KiB

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

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

# cumulated CPU time of all completed processes:  user=3588.01 s, system=12.2179 s

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

[startup+3498.12 s]
/proc/loadavg: 4.16 4.19 4.18 6/328 180520
/proc/meminfo: memFree=70329400/131382116 swapFree=33005528/33010684
[pid=180245] ppid=180236 vsize=19263204 memory=1867284 CPUtime=3600.21 cores=1,3
/proc/180245/stat : 180245 (java) S 180236 180245 180184 0 -1 4194304 172245 0 0 0 358801 1220 0 0 20 0 16 0 236601490 19725520896 466821 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
/proc/180245/statm: 4815801 466821 5517 1 0 482139 0
[pid=180245/tid=180259] ppid=180236 vsize=19263204 memory=1866516 CPUtime=3446.59 cores=1,3
/proc/180245/task/180259/stat : 180259 (java) S 180236 180245 180184 0 -1 4194368 61774 0 0 0 343725 934 0 0 20 0 16 0 236601494 19725520896 466821 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
[pid=180245/tid=180298] ppid=180236 vsize=19263204 memory=1866516 CPUtime=0 cores=1,3
/proc/180245/task/180298/stat : 180298 (Finalizer) S 180236 180245 180184 0 -1 4194368 24 0 0 0 0 0 0 0 20 0 16 0 236601499 19725520896 466821 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
[pid=180245/tid=180320] ppid=180236 vsize=19263204 memory=1866516 CPUtime=0 cores=1,3
/proc/180245/task/180320/stat : 180320 (Common-Cleaner) S 180236 180245 180184 0 -1 4194368 1657 0 0 0 0 0 0 0 20 0 16 0 236601500 19725520896 466821 18446744073709551615 94170207973376 94170207977072 140731196443600 0 0 0 4 0 16800975 1 0 0 -1 3 0 0 0 0 0 94170207984888 94170207985680 94170221809664 140731196447060 140731196447204 140731196447204 140731196452808 0
Current children cumulated CPU time: 3600.21 s
Current children cumulated vsize: 19263204 KiB
Current children cumulated memory: 1867284 KiB

Child status: 143

Real time (s): 3498.14
CPU time (s): 3600.23
CPU user time (s): 3588.01
CPU system time (s): 12.2179
CPU usage (%): 102.919
Max. virtual memory (cumulated for all children) (KiB): 19263204
Max. memory (cumulated for all children) (KiB): 2589940

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3588.01
system time used= 12.2179
maximum resident set size= 2589940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 172273
page faults= 0
swaps= 0
block input operations= 0
block output operations= 15426744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 122864
involuntary context switches= 30092


# summary of solver processes directly reported to runsolver:
#   pid: 180245
#   total CPU time (s): 3600.23
#   total CPU user time (s): 3588.01
#   total CPU system time (s): 12.2179

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.2622 second user time and 35.4572 second system time

The end

Launcher Data

Begin job on nodeC010 at 2025-07-22 20:33:41
IDJOB=4541614
IDBENCH=163199
IDSOLVER=3364
FILE ID=nodeC010/4541614-1753209221
RUNJOBID= nodeC010-1753209221-180197
SLURM_JOB_ID= 9687770
Free space on /tmp= 432712 MiB

SOLVER NAME= Sat4j Resolution VeriPB 2025-06-06
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/vliew-nonlinear-d139f28/inequalities/OPB/ineq6/normalized-31array_alg_ineq6.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4541614-1753209221/watcher-4541614-1753209221 -o /tmp/evaluation-result-4541614-1753209221/solver-4541614-1753209221 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC010-1753209221-180197 --watchdog 3760 --file-size-limit 100000 java -Dveripb=/tmp/proof-4541614-1753209221 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4541614-1753209221.opb

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

MD5SUM BENCH= 21d0ffe78b9aba15f7c4d4a17a4e20d2
RANDOM SEED=1959951898

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

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

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


/proc/meminfo:
MemTotal:       131382116 kB
MemFree:        105858480 kB
MemAvailable:   129839884 kB
Buffers:             228 kB
Cached:         24746048 kB
SwapCached:         4300 kB
Active:           905448 kB
Inactive:       23909572 kB
Active(anon):      41864 kB
Inactive(anon):    48712 kB
Active(file):     863584 kB
Inactive(file): 23860860 kB
Unevictable:        3072 kB
Mlocked:               0 kB
SwapTotal:      33010684 kB
SwapFree:       33005528 kB
Zswap:                 0 kB
Zswapped:              0 kB
Dirty:              2600 kB
Writeback:             0 kB
AnonPages:         67492 kB
Mapped:           103812 kB
Shmem:             21832 kB
KReclaimable:     193172 kB
Slab:             283976 kB
SReclaimable:     193172 kB
SUnreclaim:        90804 kB
KernelStack:        3716 kB
PageTables:         2408 kB
SecPageTables:         0 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    98701740 kB
Committed_AS:     349336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      149272 kB
VmallocChunk:          0 kB
Percpu:             3776 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 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:      205640 kB
DirectMap2M:    12279808 kB
DirectMap1G:    123731968 kB

Free space on /tmp at the end= 400600 MiB
End job on nodeC010 at 2025-07-22 21:31:59