Trace number 4451614

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 Default 2024-07-07? (TO) 3600.65 3601.36

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
rand6reg/normalized-rand6reg-v101-n3.opb
MD5SUMff2431c9aac399448d9270c6fef4de20
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.378551
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables303
Total number of constraints101
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)101
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.14/0.15	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.14/0.15	c This is free software under the dual EPL/GNU LGPL licenses.
0.14/0.15	c See www.sat4j.org for details.
0.14/0.16	c version CUSTOM.v20240707
0.14/0.19	c java.runtime.name	OpenJDK Runtime Environment
0.14/0.20	c java.vm.name		OpenJDK 64-Bit Server VM
0.14/0.20	c java.vm.version	22.0.1+8-16
0.14/0.20	c java.vm.vendor	Oracle Corporation
0.14/0.20	c sun.arch.data.model	64
0.14/0.20	c java.version		22.0.1
0.14/0.20	c os.name		Linux
0.14/0.20	c os.version		4.18.0-301.1.el8.x86_64
0.14/0.20	c os.arch		amd64
0.14/0.20	c Free memory 		2113181440
0.14/0.20	c Max memory 		16282288128
0.14/0.20	c Total memory 		2122317824
0.14/0.21	c Number of processors 	2
0.30/0.31	--- Begin Solver configuration ---
0.30/0.31	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.30/0.31	Learn all clauses as in MiniSAT
0.30/0.31	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.30/0.31	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.30/0.31	No reason simplification
0.30/0.31	Glucose 2.1 dynamic restart strategy
0.30/0.31	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.30/0.31	timeout=2147483s
0.30/0.31	DB Simplification allowed=false
0.30/0.31	Listener: none
0.30/0.31	--- End Solver configuration ---
0.30/0.31	c Pseudo Boolean Optimization by upper bound
0.30/0.31	c --- Begin Solver configuration ---
0.30/0.31	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.30/0.31	c Learn all clauses as in MiniSAT
0.30/0.31	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.30/0.31	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.30/0.31	c No reason simplification
0.30/0.31	c Glucose 2.1 dynamic restart strategy
0.30/0.31	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.30/0.31	c timeout=2147483s
0.30/0.31	c DB Simplification allowed=false
0.30/0.31	c Listener: none
0.30/0.31	c --- End Solver configuration ---
0.44/0.32	c solving HOME/instance-4451614-1721435383.opb
0.44/0.32	c reading problem ... 
0.44/0.33	c  no objective function found
0.44/0.38	c ... done. Wall clock time 0.052s.
0.44/0.38	c declared #vars     303
0.44/0.38	c #constraints  202
0.44/0.38	c constraints type 
0.44/0.38	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 101
0.44/0.38	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 101
0.44/0.38	c 202 constraints processed.
1.96/1.11	c cleaning 2496 clauses out of 5000 with flag 32375/5000
2.56/1.58	c cleaning 4248 clauses out of 8506 with flag 85335/11002
3.19/2.12	c cleaning 5620 clauses out of 11256 with flag 164851/18000
3.90/2.85	c cleaning 6810 clauses out of 13636 with flag 273792/26000
5.03/3.69	c cleaning 7911 clauses out of 15827 with flag 398615/35001
6.37/4.68	c cleaning 8953 clauses out of 17916 with flag 543753/45001
7.56/5.81	c cleaning 9978 clauses out of 19962 with flag 701587/56000
8.97/7.21	c cleaning 10982 clauses out of 21984 with flag 865642/68000
10.67/9.01	c cleaning 11996 clauses out of 24004 with flag 1053957/81002
12.68/10.97	c cleaning 12995 clauses out of 26007 with flag 1252116/95001
14.97/13.24	c cleaning 13999 clauses out of 28012 with flag 1465101/110001
17.17/15.50	c cleaning 14995 clauses out of 30013 with flag 1677505/126001
20.13/18.36	c cleaning 16000 clauses out of 32020 with flag 1903308/143003
23.49/21.61	c cleaning 17002 clauses out of 34017 with flag 2159370/161000
27.08/25.22	c cleaning 18002 clauses out of 36016 with flag 2432521/180001
31.10/29.23	c cleaning 19001 clauses out of 38013 with flag 2720430/200000
35.09/33.23	c cleaning 20002 clauses out of 40013 with flag 3020602/221001
39.39/37.57	c cleaning 20999 clauses out of 42010 with flag 3344944/243000
44.40/42.57	c cleaning 22001 clauses out of 44012 with flag 3672387/266001
49.59/47.72	c cleaning 22997 clauses out of 46011 with flag 4014641/290001
54.90/53.10	c cleaning 24000 clauses out of 48014 with flag 4376607/315001
61.48/59.67	c cleaning 25001 clauses out of 50015 with flag 4786605/341002
67.67/65.82	c cleaning 25998 clauses out of 52013 with flag 5198176/368001
75.40/73.54	c cleaning 26999 clauses out of 54014 with flag 5611914/396000
82.90/81.02	c cleaning 28002 clauses out of 56017 with flag 6039905/425002
91.81/89.97	c cleaning 28999 clauses out of 58014 with flag 6496797/455001
100.21/98.35	c cleaning 30001 clauses out of 60016 with flag 6962150/486002
109.91/108.05	c cleaning 30999 clauses out of 62014 with flag 7449270/518001
119.09/117.26	c cleaning 31997 clauses out of 64014 with flag 7907842/551000
129.18/127.32	c cleaning 33000 clauses out of 66017 with flag 8415446/585000
139.88/138.06	c cleaning 34002 clauses out of 68017 with flag 8941891/620000
151.46/149.68	c cleaning 34997 clauses out of 70016 with flag 9489883/656001
163.67/161.89	c cleaning 36003 clauses out of 72019 with flag 10049609/693001
176.16/174.32	c cleaning 36998 clauses out of 74016 with flag 10623707/731001
190.36/188.54	c cleaning 38000 clauses out of 76018 with flag 11192329/770001
204.09/202.24	c cleaning 38999 clauses out of 78017 with flag 11786532/810000
218.17/216.36	c cleaning 40000 clauses out of 80018 with flag 12373355/851000
233.01/231.11	c cleaning 40996 clauses out of 82018 with flag 12972175/893000
247.70/245.83	c cleaning 42000 clauses out of 84023 with flag 13600721/936001
264.98/263.13	c cleaning 43003 clauses out of 86024 with flag 14250355/980002
281.87/280.07	c cleaning 44005 clauses out of 88019 with flag 14919684/1025000
299.74/297.93	c cleaning 44997 clauses out of 90016 with flag 15605499/1071002
317.74/315.90	c cleaning 45994 clauses out of 92017 with flag 16302867/1118000
335.92/334.16	c cleaning 47005 clauses out of 94027 with flag 17054523/1166004
354.94/353.16	c cleaning 47997 clauses out of 96018 with flag 17791906/1215000
377.22/375.17	c cleaning 49002 clauses out of 98021 with flag 18529919/1265000
400.39/398.34	c cleaning 50001 clauses out of 100020 with flag 19304541/1316001
423.60/421.51	c cleaning 50999 clauses out of 102020 with flag 20106149/1368002
445.03/442.93	c cleaning 52003 clauses out of 104020 with flag 20865489/1421001
477.27/475.22	c cleaning 53002 clauses out of 106016 with flag 21696243/1475000
508.41/506.64	c cleaning 53995 clauses out of 108014 with flag 22532272/1530000
540.97/539.46	c cleaning 55002 clauses out of 110020 with flag 23349895/1586001
573.27/571.97	c cleaning 55998 clauses out of 112017 with flag 24193550/1643000
607.34/606.09	c cleaning 56996 clauses out of 114019 with flag 25037535/1701000
650.32/649.07	c cleaning 58001 clauses out of 116024 with flag 25916180/1760001
692.64/691.46	c cleaning 59000 clauses out of 118022 with flag 26783484/1820000
735.39/734.55	c cleaning 60003 clauses out of 120022 with flag 27696166/1881000
768.71/768.20	c cleaning 61001 clauses out of 122019 with flag 28617325/1943000
804.38/804.15	c cleaning 62001 clauses out of 124020 with flag 29565397/2006002
849.08/849.24	c cleaning 63000 clauses out of 126018 with flag 30557891/2070001
891.30/891.83	c cleaning 63995 clauses out of 128017 with flag 31538748/2135000
929.56/929.92	c cleaning 64996 clauses out of 130022 with flag 32528486/2201000
969.52/969.91	c cleaning 66006 clauses out of 132026 with flag 33487234/2268000
1011.46/1011.99	c cleaning 66966 clauses out of 134022 with flag 34474229/2336002
1063.80/1064.32	c cleaning 67990 clauses out of 136054 with flag 35471450/2405000
1117.39/1118.01	c cleaning 69000 clauses out of 138066 with flag 36490298/2475002
1147.55/1148.16	c cleaning 70018 clauses out of 140066 with flag 37462130/2546002
1179.58/1180.14	c cleaning 71015 clauses out of 142046 with flag 38555167/2618000
1213.50/1214.16	c cleaning 72008 clauses out of 144033 with flag 39651685/2691002
1244.43/1245.03	c cleaning 73000 clauses out of 146025 with flag 40737728/2765002
1273.86/1274.59	c cleaning 73994 clauses out of 148026 with flag 41861487/2840003
1301.99/1302.69	c cleaning 75003 clauses out of 150030 with flag 42873260/2916001
1334.51/1335.26	c cleaning 76000 clauses out of 152026 with flag 43843505/2993000
1364.65/1365.34	c cleaning 77003 clauses out of 154026 with flag 44803982/3071000
1400.95/1401.61	c cleaning 78006 clauses out of 156024 with flag 45953364/3150001
1430.37/1431.02	c cleaning 79005 clauses out of 158021 with flag 47003669/3230004
1475.12/1475.13	c cleaning 79986 clauses out of 160012 with flag 48131924/3311000
1516.79/1516.84	c cleaning 80987 clauses out of 162027 with flag 49296575/3393001
1560.81/1560.99	c cleaning 81984 clauses out of 164039 with flag 50452000/3476000
1607.64/1607.79	c cleaning 82994 clauses out of 166055 with flag 51639942/3560000
1654.37/1654.53	c cleaning 84004 clauses out of 168062 with flag 52802496/3645001
1693.31/1693.49	c cleaning 85002 clauses out of 170058 with flag 53912344/3731001
1744.49/1744.78	c cleaning 85996 clauses out of 172056 with flag 55101470/3818001
1799.42/1799.62	c cleaning 86999 clauses out of 174060 with flag 56306422/3906001
1852.43/1852.79	c cleaning 87999 clauses out of 176062 with flag 57536510/3995002
1900.11/1900.46	c cleaning 88995 clauses out of 178062 with flag 58813687/4085001
1950.48/1950.83	c cleaning 90000 clauses out of 180068 with flag 60056180/4176002
2007.05/2007.43	c cleaning 90995 clauses out of 182067 with flag 61300850/4268001
2062.03/2062.41	c cleaning 92005 clauses out of 184073 with flag 62599229/4361002
2127.50/2127.98	c cleaning 92999 clauses out of 186066 with flag 63936592/4455000
2198.37/2198.87	c cleaning 94000 clauses out of 188068 with flag 65313091/4550001
2267.57/2268.19	c cleaning 94998 clauses out of 190067 with flag 66733115/4646000
2351.31/2351.91	c cleaning 96001 clauses out of 192071 with flag 68182765/4743002
2432.89/2433.57	c cleaning 97003 clauses out of 194068 with flag 69718990/4841000
2516.06/2516.75	c cleaning 97991 clauses out of 196066 with flag 71285280/4940001
2596.92/2596.98	c cleaning 98999 clauses out of 198074 with flag 72843620/5040000
2684.95/2685.06	c cleaning 100000 clauses out of 200075 with flag 74479777/5141000
2786.98/2787.19	c cleaning 101005 clauses out of 202077 with flag 76166384/5243002
2876.62/2876.94	c cleaning 102002 clauses out of 204070 with flag 77748696/5346000
2969.12/2969.50	c cleaning 103002 clauses out of 206070 with flag 79376121/5450002
3051.05/3051.57	c cleaning 103999 clauses out of 208066 with flag 80990212/5555000
3135.69/3136.22	c cleaning 105000 clauses out of 210069 with flag 82650963/5661002
3224.65/3225.25	c cleaning 106022 clauses out of 212068 with flag 84310394/5768001
3284.85/3285.57	c cleaning 107011 clauses out of 214045 with flag 85956970/5876000
3349.83/3350.55	c cleaning 108006 clauses out of 216034 with flag 87501050/5985000
3419.32/3420.01	c cleaning 109007 clauses out of 218032 with flag 89151217/6095004
3496.57/3497.47	c cleaning 110000 clauses out of 220021 with flag 90757113/6206000
3566.44/3567.38	c cleaning 111006 clauses out of 222026 with flag 92312548/6318005
3600.30/3601.18	c timeout
3600.30/3601.18	c starts		: 580
3600.30/3601.19	c conflicts		: 6377220
3600.30/3601.19	c decisions		: 7125024
3600.30/3601.19	c propagations		: 184983482
3600.30/3601.19	c inspects		: 37893614624
3600.30/3601.19	c shortcuts		: 0
3600.30/3601.19	c learnt literals	: 0
3600.30/3601.19	c learnt binary clauses	: 0
3600.30/3601.19	c learnt ternary clauses	: 0
3600.30/3601.19	c learnt constraints	: 6377220
3600.30/3601.19	c ignored constraints	: 0
3600.30/3601.19	c root simplifications	: 0
3600.30/3601.19	c removed literals (reason simplification)	: 0
3600.30/3601.19	c reason swapping (by a shorter reason)	: 0
3600.30/3601.19	c Calls to reduceDB	: 108
3600.30/3601.19	c Number of update (reduction) of LBD	: 2171355
3600.30/3601.19	c Imported unit clauses	: 0
3600.30/3601.19	c No decision after first conflict	: false
3600.30/3601.19	c number of reductions to clauses (during analyze)	: 0
3600.30/3601.19	c number of learned constraints concerned by reduction	: 0
3600.30/3601.19	c number of learning phase by resolution	: 0
3600.30/3601.19	c number of learning phase by cutting planes	: 0
3600.30/3601.19	c number of rounding to 1 operations	: 0
3600.30/3601.19	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.30/3601.19	c number of reductions of the coefficients by power 2 	: 0
3600.30/3601.19	c number of right shift for reduction by power 2 	: 0
3600.30/3601.19	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.30/3601.19	c number of ending skipping 	: 0
3600.30/3601.19	c number of internal skipping 	: 0
3600.30/3601.19	c number of derivation steps 	: 0
3600.30/3601.19	c number of skipped derivation steps 	: 0
3600.30/3601.19	c number of remaining unassigned 	: 0
3600.30/3601.19	c number of remaining assigned 	: 0
3600.30/3601.19	c number of falsified literals weakened from reason	: 0
3600.30/3601.19	c number of falsified literals weakened from conflict	: 0
3600.30/3601.19	c time for arithmetic operations	: 0
3600.45/3601.20	c minimum degree of deleted constraints	: null
3600.45/3601.20	c maximum degree of deleted constraints	: null
3600.45/3601.20	c number of deleted constraints	: 0
3600.45/3601.20	c speed (assignments/second)	: 51372.71315469955
3600.45/3601.21	c non guided choices	: 123
3600.57/3601.33	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 170235
3600.57/3601.33	s UNKNOWN
3600.57/3601.33	c Total wall clock time (in seconds): 3601.01

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: 64096 MiB (60390 MiB free)
  memory of node 1: 64473 MiB (60612 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451614-1721435383/watcher-4451614-1721435383 -o /tmp/evaluation-result-4451614-1721435383/solver-4451614-1721435383 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721434915-1036504 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4451614-1721435383.opb 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing FSIZE limit: 104857600 KiB
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 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=1037398, runsolver pid=1037395

[startup+0.10639 s]*
/proc/loadavg: 4.15 4.17 4.18 5/320 1037416
/proc/meminfo: memFree=123872312/131655788 swapFree=131070704/131071996
[pid=1037398] ppid=1037395 vsize=18975048 memory=56400 CPUtime=0.14 cores=1,3
/proc/1037398/stat : 1037398 (java) S 1037395 1037398 1036492 0 -1 1077936128 6513 0 0 0 12 2 0 0 20 0 18 0 195695438 19430449152 14100 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
/proc/1037398/statm: 4743762 14100 5671 1 0 550858 0
[pid=1037398/tid=1037400] ppid=1037395 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/1037398/task/1037400/stat : 1037400 (java) R 1037395 1037398 1036492 0 -1 1077936192 5403 0 0 0 7 1 0 0 20 0 18 0 195695438 19430449152 14100 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
[pid=1037398/tid=1037409] ppid=1037395 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/1037398/task/1037409/stat : 1037409 (Finalizer) S 1037395 1037398 1036492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 195695442 19430449152 14100 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
[pid=1037398/tid=1037416] ppid=1037395 vsize=18975048 memory=14698495669638111 CPUtime=0 cores=1,3
/proc/1037398/task/1037416/stat : 1037416 (Common-Cleaner) S 1037395 1037398 1036492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 195695443 19430449152 14100 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56400 KiB

[startup+0.21987 s]*
/proc/loadavg: 4.15 4.17 4.18 5/320 1037416
/proc/meminfo: memFree=123865024/131655788 swapFree=131070704/131071996
[pid=1037398] ppid=1037395 vsize=18975048 memory=62920 CPUtime=0.3 cores=1,3
/proc/1037398/stat : 1037398 (java) S 1037395 1037398 1036492 0 -1 1077936128 7158 0 0 0 28 2 0 0 20 0 18 0 195695438 19430449152 15730 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
/proc/1037398/statm: 4743762 15730 5680 1 0 551367 0
[pid=1037398/tid=1037400] ppid=1037395 vsize=18975048 memory=6876556183782621315 CPUtime=0.18 cores=1,3
/proc/1037398/task/1037400/stat : 1037400 (java) R 1037395 1037398 1036492 0 -1 4194368 5695 0 0 0 16 2 0 0 20 0 18 0 195695438 19430449152 15730 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
[pid=1037398/tid=1037409] ppid=1037395 vsize=18975048 memory=1774770 CPUtime=0 cores=1,3
/proc/1037398/task/1037409/stat : 1037409 (Finalizer) S 1037395 1037398 1036492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 195695442 19430449152 15730 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
[pid=1037398/tid=1037416] ppid=1037395 vsize=18975048 memory=13848573179598470 CPUtime=0 cores=1,3
/proc/1037398/task/1037416/stat : 1037416 (Common-Cleaner) S 1037395 1037398 1036492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 195695443 19430449152 15730 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62920 KiB

[startup+0.313857 s]*
/proc/loadavg: 4.15 4.17 4.18 8/320 1037416
/proc/meminfo: memFree=123862388/131655788 swapFree=131070704/131071996
[pid=1037398] ppid=1037395 vsize=18975048 memory=66504 CPUtime=0.44 cores=1,3
/proc/1037398/stat : 1037398 (java) S 1037395 1037398 1036492 0 -1 1077936128 7387 0 0 0 41 3 0 0 20 0 18 0 195695438 19430449152 16626 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
/proc/1037398/statm: 4743762 16626 5790 1 0 551540 0
[pid=1037398/tid=1037400] ppid=1037395 vsize=18975048 memory=-7308037602875040356 CPUtime=0.25 cores=1,3
/proc/1037398/task/1037400/stat : 1037400 (java) R 1037395 1037398 1036492 0 -1 4194368 5839 0 0 0 23 2 0 0 20 0 18 0 195695438 19430449152 16626 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
[pid=1037398/tid=1037409] ppid=1037395 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/1037398/task/1037409/stat : 1037409 (Finalizer) S 1037395 1037398 1036492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 195695442 19430449152 16626 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
[pid=1037398/tid=1037416] ppid=1037395 vsize=18975048 memory=0 CPUtime=0 cores=1,3
/proc/1037398/task/1037416/stat : 1037416 (Common-Cleaner) S 1037395 1037398 1036492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 195695443 19430449152 16626 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66504 KiB

[startup+0.700853 s]
/proc/loadavg: 4.15 4.17 4.18 7/321 1037417
/proc/meminfo: memFree=123857596/131655788 swapFree=131070704/131071996
[pid=1037398] ppid=1037395 vsize=19041612 memory=73068 CPUtime=1.15 cores=1,3
/proc/1037398/stat : 1037398 (java) S 1037395 1037398 1036492 0 -1 1077936128 9393 0 0 0 111 4 0 0 20 0 19 0 195695438 19498610688 18267 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
/proc/1037398/statm: 4760403 18267 5845 1 0 552817 0
[pid=1037398/tid=1037400] ppid=1037395 vsize=19041612 memory=5540 CPUtime=0.57 cores=1,3
/proc/1037398/task/1037400/stat : 1037400 (java) R 1037395 1037398 1036492 0 -1 4194368 5932 0 0 0 55 2 0 0 20 0 19 0 195695438 19498610688 18267 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
[pid=1037398/tid=1037409] ppid=1037395 vsize=19041612 memory=12508 CPUtime=0 cores=1,3
/proc/1037398/task/1037409/stat : 1037409 (Finalizer) S 1037395 1037398 1036492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 195695442 19498610688 18267 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
[pid=1037398/tid=1037416] ppid=1037395 vsize=19041612 memory=164 CPUtime=0 cores=1,3
/proc/1037398/task/1037416/stat : 1037416 (Common-Cleaner) S 1037395 1037398 1036492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 195695443 19498610688 18267 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
[pid=1037398/tid=1037417] ppid=1037395 vsize=19041612 memory=279736991675392 CPUtime=0 cores=1,3
/proc/1037398/task/1037417/stat : 1037417 (Timer-0) S 1037395 1037398 1036492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 195695477 19498610688 18267 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 73068 KiB

[startup+1.50032 s]
/proc/loadavg: 4.15 4.17 4.18 6/321 1037417
/proc/meminfo: memFree=123844260/131655788 swapFree=131070704/131071996
[pid=1037398] ppid=1037395 vsize=19041612 memory=91940 CPUtime=2.56 cores=1,3
/proc/1037398/stat : 1037398 (java) S 1037395 1037398 1036492 0 -1 1077936128 13328 0 0 0 251 5 0 0 20 0 19 0 195695438 19498610688 22985 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
/proc/1037398/statm: 4760403 22985 5876 1 0 554819 0
[pid=1037398/tid=1037400] ppid=1037395 vsize=19041612 memory=12508 CPUtime=1.35 cores=1,3
/proc/1037398/task/1037400/stat : 1037400 (java) R 1037395 1037398 1036492 0 -1 4194368 6067 0 0 0 132 3 0 0 20 0 19 0 195695438 19498610688 22985 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
[pid=1037398/tid=1037409] ppid=1037395 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1037398/task/1037409/stat : 1037409 (Finalizer) S 1037395 1037398 1036492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 195695442 19498610688 22985 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
[pid=1037398/tid=1037416] ppid=1037395 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1037398/task/1037416/stat : 1037416 (Common-Cleaner) S 1037395 1037398 1036492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 195695443 19498610688 22985 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
[pid=1037398/tid=1037417] ppid=1037395 vsize=19041612 memory=279736991524112 CPUtime=0 cores=1,3
/proc/1037398/task/1037417/stat : 1037417 (Timer-0) S 1037395 1037398 1036492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 195695477 19498610688 22985 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
Current children cumulated CPU time: 2.56 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 91940 KiB

[startup+3.11338 s]
/proc/loadavg: 4.14 4.17 4.17 6/321 1037419
/proc/meminfo: memFree=123815752/131655788 swapFree=131070704/131071996
[pid=1037398] ppid=1037395 vsize=19041612 memory=114672 CPUtime=4.44 cores=1,3
/proc/1037398/stat : 1037398 (java) S 1037395 1037398 1036492 0 -1 1077936128 15785 0 0 0 438 6 0 0 20 0 19 0 195695438 19498610688 28668 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
/proc/1037398/statm: 4760403 28668 5876 1 0 554824 0
[pid=1037398/tid=1037400] ppid=1037395 vsize=19041612 memory=0 CPUtime=2.95 cores=1,3
/proc/1037398/task/1037400/stat : 1037400 (java) R 1037395 1037398 1036492 0 -1 4194368 6617 0 0 0 292 3 0 0 20 0 19 0 195695438 19498610688 28668 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
[pid=1037398/tid=1037409] ppid=1037395 vsize=19041612 memory=12508 CPUtime=0 cores=1,3
/proc/1037398/task/1037409/stat : 1037409 (Finalizer) S 1037395 1037398 1036492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 195695442 19498610688 28668 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
[pid=1037398/tid=1037416] ppid=1037395 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1037398/task/1037416/stat : 1037416 (Common-Cleaner) S 1037395 1037398 1036492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 195695443 19498610688 28668 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
[pid=1037398/tid=1037417] ppid=1037395 vsize=19041612 memory=11420 CPUtime=0 cores=1,3
/proc/1037398/task/1037417/stat : 1037417 (Timer-0) S 1037395 1037398 1036492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 195695477 19498610688 28668 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
Current children cumulated CPU time: 4.44 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 114672 KiB

[startup+6.30045 s]
/proc/loadavg: 4.14 4.17 4.17 5/321 1037419
/proc/meminfo: memFree=123781792/131655788 swapFree=131070704/131071996
[pid=1037398] ppid=1037395 vsize=19041612 memory=150372 CPUtime=8.06 cores=1,3
/proc/1037398/stat : 1037398 (java) S 1037395 1037398 1036492 0 -1 1077936128 16535 0 0 0 799 7 0 0 20 0 19 0 195695438 19498610688 37593 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
/proc/1037398/statm: 4760403 37593 5876 1 0 554825 0
[pid=1037398/tid=1037400] ppid=1037395 vsize=19041612 memory=12508 CPUtime=6.14 cores=1,3
/proc/1037398/task/1037400/stat : 1037400 (java) R 1037395 1037398 1036492 0 -1 4194368 6736 0 0 0 609 5 0 0 20 0 19 0 195695438 19498610688 37593 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
[pid=1037398/tid=1037409] ppid=1037395 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1037398/task/1037409/stat : 1037409 (Finalizer) S 1037395 1037398 1036492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 195695442 19498610688 37593 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
[pid=1037398/tid=1037416] ppid=1037395 vsize=19041612 memory=94004 CPUtime=0 cores=1,3
/proc/1037398/task/1037416/stat : 1037416 (Common-Cleaner) S 1037395 1037398 1036492 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 195695443 19498610688 37593 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
[pid=1037398/tid=1037417] ppid=1037395 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/1037398/task/1037417/stat : 1037417 (Timer-0) S 1037395 1037398 1036492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 195695477 19498610688 37593 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
Current children cumulated CPU time: 8.06 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 150372 KiB

[startup+12.7005 s]
/proc/loadavg: 4.19 4.18 4.18 5/322 1037421
/proc/meminfo: memFree=123748428/131655788 swapFree=131070704/131071996
[pid=1037398] ppid=1037395 vsize=19108176 memory=179740 CPUtime=14.47 cores=1,3
/proc/1037398/stat : 1037398 (java) S 1037395 1037398 1036492 0 -1 1077936128 19376 0 0 0 1438 9 0 0 20 0 20 0 195695438 19566772224 44935 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
/proc/1037398/statm: 4777044 44935 5929 1 0 555130 0
[pid=1037398/tid=1037400] ppid=1037395 vsize=19108176 memory=0 CPUtime=12.48 cores=1,3
/proc/1037398/task/1037400/stat : 1037400 (java) R 1037395 1037398 1036492 0 -1 4194368 7652 0 0 0 1243 5 0 0 20 0 20 0 195695438 19566772224 44935 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
[pid=1037398/tid=1037409] ppid=1037395 vsize=19108176 memory=-7308037602875040356 CPUtime=0 cores=1,3
/proc/1037398/task/1037409/stat : 1037409 (Finalizer) S 1037395 1037398 1036492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195695442 19566772224 44935 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
[pid=1037398/tid=1037416] ppid=1037395 vsize=19108176 memory=2264 CPUtime=0 cores=1,3
/proc/1037398/task/1037416/stat : 1037416 (Common-Cleaner) S 1037395 1037398 1036492 0 -1 1077936192 57 0 0 0 0 0 0 0 20 0 20 0 195695443 19566772224 44935 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
[pid=1037398/tid=1037417] ppid=1037395 vsize=19108176 memory=11420 CPUtime=0 cores=1,3
/proc/1037398/task/1037417/stat : 1037417 (Timer-0) S 1037395 1037398 1036492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195695477 19566772224 44935 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
Current children cumulated CPU time: 14.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 179740 KiB

[startup+25.5005 s]
/proc/loadavg: 4.16 4.17 4.18 5/322 1037423
/proc/meminfo: memFree=123739972/131655788 swapFree=131070704/131071996
[pid=1037398] ppid=1037395 vsize=19108176 memory=188136 CPUtime=27.38 cores=1,3
/proc/1037398/stat : 1037398 (java) S 1037395 1037398 1036492 0 -1 1077936128 23791 0 0 0 2729 9 0 0 20 0 20 0 195695438 19566772224 47034 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
/proc/1037398/statm: 4777044 47034 5929 1 0 555130 0
[pid=1037398/tid=1037400] ppid=1037395 vsize=19108176 memory=188136 CPUtime=25.19 cores=1,3
/proc/1037398/task/1037400/stat : 1037400 (java) R 1037395 1037398 1036492 0 -1 4194368 8810 0 0 0 2514 5 0 0 20 0 20 0 195695438 19566772224 47034 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
[pid=1037398/tid=1037409] ppid=1037395 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/1037398/task/1037409/stat : 1037409 (Finalizer) S 1037395 1037398 1036492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195695442 19566772224 47034 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
[pid=1037398/tid=1037416] ppid=1037395 vsize=19108176 memory=279736991839392 CPUtime=0 cores=1,3
/proc/1037398/task/1037416/stat : 1037416 (Common-Cleaner) S 1037395 1037398 1036492 0 -1 1077936192 57 0 0 0 0 0 0 0 20 0 20 0 195695443 19566772224 47034 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
[pid=1037398/tid=1037417] ppid=1037395 vsize=19108176 memory=188136 CPUtime=0 cores=1,3
/proc/1037398/task/1037417/stat : 1037417 (Timer-0) S 1037395 1037398 1036492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195695477 19566772224 47034 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
Current children cumulated CPU time: 27.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 188136 KiB

[startup+51.1133 s]
/proc/loadavg: 4.10 4.16 4.17 5/322 1037482
/proc/meminfo: memFree=123572740/131655788 swapFree=131070704/131071996
[pid=1037398] ppid=1037395 vsize=19108176 memory=315332 CPUtime=52.99 cores=1,3
/proc/1037398/stat : 1037398 (java) S 1037395 1037398 1036492 0 -1 1077936128 26836 0 0 0 5285 14 0 0 20 0 20 0 195695438 19566772224 78833 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
/proc/1037398/statm: 4777044 78833 5929 1 0 555130 0
[pid=1037398/tid=1037400] ppid=1037395 vsize=19108176 memory=255848 CPUtime=50.42 cores=1,3
/proc/1037398/task/1037400/stat : 1037400 (java) R 1037395 1037398 1036492 0 -1 4194368 10050 0 0 0 5037 5 0 0 20 0 20 0 195695438 19566772224 78833 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
[pid=1037398/tid=1037409] ppid=1037395 vsize=19108176 memory=315332 CPUtime=0 cores=1,3
/proc/1037398/task/1037409/stat : 1037409 (Finalizer) S 1037395 1037398 1036492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195695442 19566772224 78833 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0

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

Current children cumulated memory: 2407752 KiB

[startup+3342.3 s]
/proc/loadavg: 4.27 4.29 4.23 6/320 1038846
/proc/meminfo: memFree=124073432/131655788 swapFree=131070704/131071996
[pid=1037398] ppid=1037395 vsize=19108176 memory=2407856 CPUtime=3341.65 cores=1,3
/proc/1037398/stat : 1037398 (java) S 1037395 1037398 1036492 0 -1 1077936128 119125 0 0 0 333945 220 0 0 20 0 20 0 195695438 19566772224 601964 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
/proc/1037398/statm: 4777044 601964 5945 1 0 701063 0
[pid=1037398/tid=1037400] ppid=1037395 vsize=19108176 memory=2407856 CPUtime=3322.69 cores=1,3
/proc/1037398/task/1037400/stat : 1037400 (java) R 1037395 1037398 1036492 0 -1 4194368 51409 0 0 0 332256 13 0 0 20 0 20 0 195695438 19566772224 601964 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
[pid=1037398/tid=1037409] ppid=1037395 vsize=19108176 memory=2407856 CPUtime=0 cores=1,3
/proc/1037398/task/1037409/stat : 1037409 (Finalizer) S 1037395 1037398 1036492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195695442 19566772224 601964 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
[pid=1037398/tid=1037416] ppid=1037395 vsize=19108176 memory=12508 CPUtime=0 cores=1,3
/proc/1037398/task/1037416/stat : 1037416 (Common-Cleaner) S 1037395 1037398 1036492 0 -1 1077936192 1681 0 0 0 0 0 0 0 20 0 20 0 195695443 19566772224 601964 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
[pid=1037398/tid=1037417] ppid=1037395 vsize=19108176 memory=11420 CPUtime=0 cores=1,3
/proc/1037398/task/1037417/stat : 1037417 (Timer-0) S 1037395 1037398 1036492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195695477 19566772224 601964 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
Current children cumulated CPU time: 3341.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2407856 KiB

[startup+3402.3 s]
/proc/loadavg: 4.21 4.27 4.22 6/319 1039239
/proc/meminfo: memFree=123824292/131655788 swapFree=131070704/131071996
[pid=1037398] ppid=1037395 vsize=19108176 memory=2407856 CPUtime=3401.63 cores=1,3
/proc/1037398/stat : 1037398 (java) S 1037395 1037398 1036492 0 -1 1077936128 120648 0 0 0 339940 223 0 0 20 0 20 0 195695438 19566772224 601964 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
/proc/1037398/statm: 4777044 601964 5945 1 0 701063 0
[pid=1037398/tid=1037400] ppid=1037395 vsize=19108176 memory=2407856 CPUtime=3382.44 cores=1,3
/proc/1037398/task/1037400/stat : 1037400 (java) R 1037395 1037398 1036492 0 -1 4194368 51855 0 0 0 338231 13 0 0 20 0 20 0 195695438 19566772224 601964 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
[pid=1037398/tid=1037409] ppid=1037395 vsize=19108176 memory=2407856 CPUtime=0 cores=1,3
/proc/1037398/task/1037409/stat : 1037409 (Finalizer) S 1037395 1037398 1036492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195695442 19566772224 601964 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
[pid=1037398/tid=1037416] ppid=1037395 vsize=19108176 memory=2407856 CPUtime=0 cores=1,3
/proc/1037398/task/1037416/stat : 1037416 (Common-Cleaner) S 1037395 1037398 1036492 0 -1 1077936192 1686 0 0 0 0 0 0 0 20 0 20 0 195695443 19566772224 601964 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
[pid=1037398/tid=1037417] ppid=1037395 vsize=19108176 memory=11420 CPUtime=0 cores=1,3
/proc/1037398/task/1037417/stat : 1037417 (Timer-0) S 1037395 1037398 1036492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195695477 19566772224 601964 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
Current children cumulated CPU time: 3401.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2407856 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.23 4.21 6/319 1039249
/proc/meminfo: memFree=123626920/131655788 swapFree=131070704/131071996
[pid=1037398] ppid=1037395 vsize=19108176 memory=2407856 CPUtime=3461.53 cores=1,3
/proc/1037398/stat : 1037398 (java) S 1037395 1037398 1036492 0 -1 1077936128 121193 0 0 0 345927 226 0 0 20 0 20 0 195695438 19566772224 601964 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
/proc/1037398/statm: 4777044 601964 5945 1 0 701063 0
[pid=1037398/tid=1037400] ppid=1037395 vsize=19108176 memory=2407856 CPUtime=3442.3 cores=1,3
/proc/1037398/task/1037400/stat : 1037400 (java) R 1037395 1037398 1036492 0 -1 4194368 52352 0 0 0 344216 14 0 0 20 0 20 0 195695438 19566772224 601964 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
[pid=1037398/tid=1037409] ppid=1037395 vsize=19108176 memory=2407856 CPUtime=0 cores=1,3
/proc/1037398/task/1037409/stat : 1037409 (Finalizer) S 1037395 1037398 1036492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195695442 19566772224 601964 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
[pid=1037398/tid=1037416] ppid=1037395 vsize=19108176 memory=5540 CPUtime=0 cores=1,3
/proc/1037398/task/1037416/stat : 1037416 (Common-Cleaner) S 1037395 1037398 1036492 0 -1 1077936192 1728 0 0 0 0 0 0 0 20 0 20 0 195695443 19566772224 601964 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
[pid=1037398/tid=1037417] ppid=1037395 vsize=19108176 memory=16192 CPUtime=0 cores=1,3
/proc/1037398/task/1037417/stat : 1037417 (Timer-0) S 1037395 1037398 1036492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195695477 19566772224 601964 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
Current children cumulated CPU time: 3461.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2407856 KiB

[startup+3522.3 s]
/proc/loadavg: 4.15 4.22 4.21 6/319 1039259
/proc/meminfo: memFree=123311208/131655788 swapFree=131070704/131071996
[pid=1037398] ppid=1037395 vsize=19108176 memory=2409904 CPUtime=3521.52 cores=1,3
/proc/1037398/stat : 1037398 (java) S 1037395 1037398 1036492 0 -1 1077936128 121733 0 0 0 351923 229 0 0 20 0 20 0 195695438 19566772224 602476 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
/proc/1037398/statm: 4777044 602476 5945 1 0 701063 0
[pid=1037398/tid=1037400] ppid=1037395 vsize=19108176 memory=2407856 CPUtime=3502.02 cores=1,3
/proc/1037398/task/1037400/stat : 1037400 (java) R 1037395 1037398 1036492 0 -1 4194368 52688 0 0 0 350188 14 0 0 20 0 20 0 195695438 19566772224 602476 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
[pid=1037398/tid=1037409] ppid=1037395 vsize=19108176 memory=12508 CPUtime=0 cores=1,3
/proc/1037398/task/1037409/stat : 1037409 (Finalizer) S 1037395 1037398 1036492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195695442 19566772224 602476 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
[pid=1037398/tid=1037416] ppid=1037395 vsize=19108176 memory=2409904 CPUtime=0 cores=1,3
/proc/1037398/task/1037416/stat : 1037416 (Common-Cleaner) S 1037395 1037398 1036492 0 -1 1077936192 1728 0 0 0 0 0 0 0 20 0 20 0 195695443 19566772224 602476 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
[pid=1037398/tid=1037417] ppid=1037395 vsize=19108176 memory=-7308037602875040356 CPUtime=0 cores=1,3
/proc/1037398/task/1037417/stat : 1037417 (Timer-0) S 1037395 1037398 1036492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195695477 19566772224 602476 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
Current children cumulated CPU time: 3521.52 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2409904 KiB

[startup+3582.3 s]
/proc/loadavg: 4.10 4.19 4.20 6/320 1039439
/proc/meminfo: memFree=123191536/131655788 swapFree=131070704/131071996
[pid=1037398] ppid=1037395 vsize=19108176 memory=2409904 CPUtime=3581.42 cores=1,3
/proc/1037398/stat : 1037398 (java) S 1037395 1037398 1036492 0 -1 1077936128 122605 0 0 0 357910 232 0 0 20 0 20 0 195695438 19566772224 602476 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
/proc/1037398/statm: 4777044 602476 5945 1 0 701063 0
[pid=1037398/tid=1037400] ppid=1037395 vsize=19108176 memory=2407856 CPUtime=3561.87 cores=1,3
/proc/1037398/task/1037400/stat : 1037400 (java) R 1037395 1037398 1036492 0 -1 4194368 53430 0 0 0 356173 14 0 0 20 0 20 0 195695438 19566772224 602476 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
[pid=1037398/tid=1037409] ppid=1037395 vsize=19108176 memory=2409904 CPUtime=0 cores=1,3
/proc/1037398/task/1037409/stat : 1037409 (Finalizer) S 1037395 1037398 1036492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195695442 19566772224 602476 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
[pid=1037398/tid=1037416] ppid=1037395 vsize=19108176 memory=48488 CPUtime=0 cores=1,3
/proc/1037398/task/1037416/stat : 1037416 (Common-Cleaner) S 1037395 1037398 1036492 0 -1 1077936192 1853 0 0 0 0 0 0 0 20 0 20 0 195695443 19566772224 602476 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
[pid=1037398/tid=1037417] ppid=1037395 vsize=19108176 memory=11420 CPUtime=0 cores=1,3
/proc/1037398/task/1037417/stat : 1037417 (Timer-0) S 1037395 1037398 1036492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195695477 19566772224 602476 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
Current children cumulated CPU time: 3581.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2409904 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3601 s]*
/proc/loadavg: 4.13 4.19 4.20 6/320 1039441
/proc/meminfo: memFree=123127796/131655788 swapFree=131070704/131071996
[pid=1037398] ppid=1037395 vsize=19108176 memory=2409904 CPUtime=3600.1 cores=1,3
/proc/1037398/stat : 1037398 (java) S 1037395 1037398 1036492 0 -1 1077936128 122647 0 0 0 359777 233 0 0 20 0 20 0 195695438 19566772224 602476 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
/proc/1037398/statm: 4777044 602476 5945 1 0 701063 0
[pid=1037398/tid=1037400] ppid=1037395 vsize=19108176 memory=-7235980008837243744 CPUtime=3580.54 cores=1,3
/proc/1037398/task/1037400/stat : 1037400 (java) R 1037395 1037398 1036492 0 -1 4194368 53470 0 0 0 358040 14 0 0 20 0 20 0 195695438 19566772224 602476 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
[pid=1037398/tid=1037409] ppid=1037395 vsize=19108176 memory=-9187040381984995011 CPUtime=0 cores=1,3
/proc/1037398/task/1037409/stat : 1037409 (Finalizer) S 1037395 1037398 1036492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195695442 19566772224 602476 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
[pid=1037398/tid=1037416] ppid=1037395 vsize=19108176 memory=1716 CPUtime=0 cores=1,3
/proc/1037398/task/1037416/stat : 1037416 (Common-Cleaner) S 1037395 1037398 1036492 0 -1 1077936192 1853 0 0 0 0 0 0 0 20 0 20 0 195695443 19566772224 602476 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
[pid=1037398/tid=1037417] ppid=1037395 vsize=19108176 memory=32784 CPUtime=0 cores=1,3
/proc/1037398/task/1037417/stat : 1037417 (Timer-0) S 1037395 1037398 1036492 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195695477 19566772224 602476 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
Current children cumulated CPU time: 3600.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2409904 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.29 s, system=2.36124 s

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

[startup+3601.2 s]
/proc/loadavg: 4.13 4.19 4.20 6/320 1039441
/proc/meminfo: memFree=123127796/131655788 swapFree=131070704/131071996
[pid=1037398] ppid=1037395 vsize=19307868 memory=2422972 CPUtime=3600.45 cores=1,3
/proc/1037398/stat : 1037398 (java) S 1037395 1037398 1036492 0 -1 1077936128 126000 0 0 0 359812 233 0 0 20 0 21 0 195695438 19771256832 605743 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
/proc/1037398/statm: 4826967 605743 5944 1 0 701955 0
[pid=1037398/tid=1037400] ppid=1037395 vsize=19307868 memory=2768 CPUtime=3580.57 cores=1,3
/proc/1037398/task/1037400/stat : 1037400 (java) S 1037395 1037398 1036492 0 -1 1077936192 53724 0 0 0 358043 14 0 0 20 0 21 0 195695438 19771256832 605743 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
[pid=1037398/tid=1037409] ppid=1037395 vsize=19307868 memory=13948 CPUtime=0 cores=1,3
/proc/1037398/task/1037409/stat : 1037409 (Finalizer) S 1037395 1037398 1036492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 195695442 19771256832 605743 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
[pid=1037398/tid=1037416] ppid=1037395 vsize=19307868 memory=11568 CPUtime=0 cores=1,3
/proc/1037398/task/1037416/stat : 1037416 (Common-Cleaner) S 1037395 1037398 1036492 0 -1 1077936192 1853 0 0 0 0 0 0 0 20 0 21 0 195695443 19771256832 605743 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
Current children cumulated CPU time: 3600.45 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 2422972 KiB

[startup+3601.3 s]
/proc/loadavg: 4.13 4.19 4.20 6/320 1039441
/proc/meminfo: memFree=123127796/131655788 swapFree=131070704/131071996
[pid=1037398] ppid=1037395 vsize=19307868 memory=2422980 CPUtime=3600.57 cores=1,3
/proc/1037398/stat : 1037398 (java) S 1037395 1037398 1036492 0 -1 1077936128 126096 0 0 0 359823 234 0 0 20 0 21 0 195695438 19771256832 605745 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
/proc/1037398/statm: 4826967 605745 5944 1 0 701972 0
[pid=1037398/tid=1037400] ppid=1037395 vsize=19307868 memory=2409904 CPUtime=3580.57 cores=1,3
/proc/1037398/task/1037400/stat : 1037400 (java) S 1037395 1037398 1036492 0 -1 1077936192 53724 0 0 0 358043 14 0 0 20 0 21 0 195695438 19771256832 605745 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
[pid=1037398/tid=1037409] ppid=1037395 vsize=19307868 memory=48488 CPUtime=0 cores=1,3
/proc/1037398/task/1037409/stat : 1037409 (Finalizer) S 1037395 1037398 1036492 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 195695442 19771256832 605745 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
[pid=1037398/tid=1037416] ppid=1037395 vsize=19307868 memory=2409904 CPUtime=0 cores=1,3
/proc/1037398/task/1037416/stat : 1037416 (Common-Cleaner) S 1037395 1037398 1036492 0 -1 1077936192 1853 0 0 0 0 0 0 0 20 0 21 0 195695443 19771256832 605745 134679101440 94339418628096 94339418631792 140731376280064 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94339418639608 94339418640400 94339430109184 140731376288773 140731376288863 140731376288863 140731376295880 0
Current children cumulated CPU time: 3600.57 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 2422980 KiB

Child status: 143

Real time (s): 3601.36
CPU time (s): 3600.65
CPU user time (s): 3598.29
CPU system time (s): 2.36124
CPU usage (%): 99.9803
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 2422980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.29
system time used= 2.36124
maximum resident set size= 2423868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 126468
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3248
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 106341
involuntary context switches= 5801


# summary of solver processes directly reported to runsolver:
#   pid: 1037398
#   total CPU time (s): 3600.65
#   total CPU user time (s): 3598.29
#   total CPU system time (s): 2.36124

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.8378 second user time and 38.0104 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-20 02:29:55
IDJOB=4451614
IDBENCH=162590
IDSOLVER=3058
FILE ID=nodeC011/4451614-1721435383
RUNJOBID= nodeC011-1721434915-1036504
SLURM_JOB_ID= 7545639
Free space on /tmp= 723780 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/rand6reg/normalized-rand6reg-v101-n3.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451614-1721435383/watcher-4451614-1721435383 -o /tmp/evaluation-result-4451614-1721435383/solver-4451614-1721435383 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721434915-1036504 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4451614-1721435383.opb

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

MD5SUM BENCH= ff2431c9aac399448d9270c6fef4de20
RANDOM SEED=1093221037

nodeC011.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/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		: 3620.851
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.20
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		: 3491.621
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
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.140
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.20
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.126
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
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		: 3675.637
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.20
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		: 3638.068
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
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.260
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.20
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.209
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 invpcid_single pti tpr_shadow vnmi 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
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        123907404 kB
MemAvailable:   124429784 kB
Buffers:          560452 kB
Cached:           809508 kB
SwapCached:          132 kB
Active:          1074424 kB
Inactive:        6171288 kB
Active(anon):       1436 kB
Inactive(anon):  5919896 kB
Active(file):    1072988 kB
Inactive(file):   251392 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:               748 kB
Writeback:             0 kB
AnonPages:       5875668 kB
Mapped:           126292 kB
Shmem:             45592 kB
KReclaimable:      76396 kB
Slab:             159668 kB
SReclaimable:      76396 kB
SUnreclaim:        83272 kB
KernelStack:        4880 kB
PageTables:        21632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    8490764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            27072 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5545984 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      277320 kB
DirectMap2M:    33181696 kB
DirectMap1G:    102760448 kB

Free space on /tmp at the end= 723780 MiB
End job on nodeC011 at 2024-07-20 03:29:57