Trace number 4446404

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-07UNSAT 1504.71 1500.17

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-21.opb
MD5SUMabfa2b7f448cb4339f1b1eeb1bae5b59
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 benchmark46.0198
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables7351
Total number of constraints155824
Number of constraints which are clauses139567
Number of constraints which are cardinality constraints (but not clauses)563
Number of constraints which are nor clauses,nor cardinality constraints15694
Minimum length of a constraint2
Maximum length of a constraint195
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 196
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.12	--- Begin Solver configuration ---
0.14/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.12	Learn all clauses as in MiniSAT
0.14/0.12	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	No reason simplification
0.14/0.12	Glucose 2.1 dynamic restart strategy
0.14/0.12	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.14/0.12	timeout=2147483s
0.14/0.12	DB Simplification allowed=false
0.14/0.12	Listener: none
0.14/0.12	--- End Solver configuration ---
0.14/0.12	c Pseudo Boolean Optimization by upper bound
0.14/0.12	c --- Begin Solver configuration ---
0.14/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.14/0.12	c Learn all clauses as in MiniSAT
0.14/0.12	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.14/0.12	c No reason simplification
0.14/0.12	c Glucose 2.1 dynamic restart strategy
0.14/0.12	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.14/0.12	c timeout=2147483s
0.14/0.12	c DB Simplification allowed=false
0.14/0.12	c Listener: none
0.14/0.12	c --- End Solver configuration ---
0.14/0.12	c solving HOME/instance-4446404-1721325772.opb
0.14/0.12	c reading problem ... 
0.14/0.12	c  no objective function found
1.65/0.94	c ... done. Wall clock time 0.818s.
1.65/0.95	c declared #vars     7351
1.65/0.95	c #constraints  156112
1.65/0.95	c constraints type 
1.65/0.95	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 31362
1.65/0.95	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 564
1.65/0.95	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 15694
1.65/0.95	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 108492
1.65/0.95	c 156112 constraints processed.
3.81/2.10	c cleaning 2481 clauses out of 5001 with flag 58945/5001
5.19/2.87	c cleaning 4259 clauses out of 8521 with flag 144922/11002
6.23/3.71	c cleaning 5622 clauses out of 11262 with flag 264735/18002
7.45/4.72	c cleaning 6720 clauses out of 13638 with flag 383857/26000
8.54/5.81	c cleaning 7923 clauses out of 15918 with flag 527901/35000
9.83/6.93	c cleaning 8908 clauses out of 17992 with flag 664163/45000
11.70/8.75	c cleaning 10012 clauses out of 20083 with flag 800117/56000
12.90/9.96	c cleaning 11025 clauses out of 22069 with flag 921465/68000
14.70/11.70	c cleaning 11944 clauses out of 24044 with flag 1068211/81000
16.30/13.36	c cleaning 13022 clauses out of 26099 with flag 1262967/95000
17.79/14.82	c cleaning 13987 clauses out of 28079 with flag 1423253/110002
18.90/15.95	c cleaning 15036 clauses out of 30090 with flag 1576776/126000
20.62/17.66	c cleaning 16002 clauses out of 32054 with flag 1750004/143000
22.44/19.46	c cleaning 17013 clauses out of 34052 with flag 1917937/161000
24.64/21.68	c cleaning 17970 clauses out of 36039 with flag 2123546/180000
27.14/24.13	c cleaning 18949 clauses out of 38070 with flag 2367022/200001
29.13/26.16	c cleaning 20026 clauses out of 40121 with flag 2608066/221001
31.62/28.64	c cleaning 21030 clauses out of 42096 with flag 2886239/243002
34.33/31.34	c cleaning 21975 clauses out of 44064 with flag 3133903/266000
37.03/34.07	c cleaning 23042 clauses out of 46089 with flag 3449349/290000
39.62/36.63	c cleaning 23909 clauses out of 48047 with flag 3696896/315000
42.22/39.26	c cleaning 25038 clauses out of 50138 with flag 3931208/341000
45.41/42.46	c cleaning 25999 clauses out of 52100 with flag 4169387/368000
48.61/45.66	c cleaning 27033 clauses out of 54101 with flag 4419072/396000
52.30/49.37	c cleaning 27940 clauses out of 56071 with flag 4681081/425003
55.80/52.87	c cleaning 28980 clauses out of 58128 with flag 4978070/455000
59.79/56.83	c cleaning 30047 clauses out of 60148 with flag 5222314/486000
64.18/61.25	c cleaning 31041 clauses out of 62101 with flag 5462802/518000
68.58/65.62	c cleaning 31985 clauses out of 64060 with flag 5711371/551000
74.27/71.33	c cleaning 32928 clauses out of 66075 with flag 6046369/585000
79.46/76.55	c cleaning 34062 clauses out of 68147 with flag 6398277/620000
85.15/82.21	c cleaning 34961 clauses out of 70085 with flag 6795223/656000
90.64/87.78	c cleaning 36053 clauses out of 72124 with flag 7211206/693000
97.61/94.65	c cleaning 37029 clauses out of 74071 with flag 7631605/731000
105.00/102.00	c cleaning 38004 clauses out of 76042 with flag 8050637/770000
111.88/108.91	c cleaning 39001 clauses out of 78038 with flag 8445990/810000
119.77/116.84	c cleaning 39938 clauses out of 80038 with flag 8808845/851001
127.06/124.13	c cleaning 41020 clauses out of 82100 with flag 9243785/893001
135.41/132.46	c cleaning 41806 clauses out of 84080 with flag 9652866/936001
144.69/141.70	c cleaning 43130 clauses out of 86276 with flag 10081555/980003
151.68/148.77	c cleaning 44033 clauses out of 88143 with flag 10477438/1025000
158.27/155.39	c cleaning 45032 clauses out of 90110 with flag 10940259/1071000
167.02/164.04	c cleaning 46040 clauses out of 92082 with flag 11320361/1118004
176.50/173.51	c cleaning 46984 clauses out of 94038 with flag 11879480/1166000
186.58/183.65	c cleaning 48024 clauses out of 96056 with flag 12254220/1215002
197.26/194.34	c cleaning 49014 clauses out of 98030 with flag 12684772/1265000
208.11/205.19	c cleaning 49954 clauses out of 100017 with flag 13081588/1316001
218.10/215.14	c cleaning 50994 clauses out of 102063 with flag 13499171/1368001
229.28/226.36	c cleaning 52022 clauses out of 104068 with flag 13982013/1421000
240.82/237.89	c cleaning 52957 clauses out of 106046 with flag 14435518/1475000
251.81/248.84	c cleaning 53982 clauses out of 108089 with flag 14938073/1530000
263.60/260.69	c cleaning 55047 clauses out of 110108 with flag 15413305/1586001
276.92/273.92	c cleaning 56027 clauses out of 112060 with flag 15925214/1643000
289.70/286.89	c cleaning 57013 clauses out of 114035 with flag 16437934/1701002
303.78/301.09	c cleaning 57936 clauses out of 116020 with flag 16988106/1760000
319.51/316.74	c cleaning 59033 clauses out of 118084 with flag 17471261/1820000
333.08/330.36	c cleaning 59988 clauses out of 120052 with flag 17982023/1881001
351.04/348.37	c cleaning 61028 clauses out of 122063 with flag 18506519/1943000
365.08/362.36	c cleaning 62014 clauses out of 124035 with flag 19133419/2006000
379.05/376.31	c cleaning 63006 clauses out of 126022 with flag 19692532/2070001
394.89/392.19	c cleaning 64006 clauses out of 128016 with flag 20197303/2135001
413.36/410.64	c cleaning 64996 clauses out of 130009 with flag 20698726/2201000
430.69/427.91	c cleaning 65946 clauses out of 132013 with flag 21356842/2268000
448.46/445.72	c cleaning 67027 clauses out of 134067 with flag 22006258/2336000
465.58/462.84	c cleaning 68009 clauses out of 136042 with flag 22559372/2405002
484.25/481.55	c cleaning 69013 clauses out of 138031 with flag 23164337/2475000
501.32/498.69	c cleaning 69993 clauses out of 140020 with flag 23748327/2546002
522.32/519.64	c cleaning 71005 clauses out of 142025 with flag 24342186/2618000
543.99/541.33	c cleaning 72004 clauses out of 144021 with flag 25093848/2691001
564.90/562.10	c cleaning 73009 clauses out of 146018 with flag 25805720/2765002
585.45/582.76	c cleaning 73980 clauses out of 148008 with flag 26496311/2840001
605.92/603.15	c cleaning 74992 clauses out of 150028 with flag 27182264/2916001
631.18/628.49	c cleaning 76012 clauses out of 152036 with flag 27857466/2993001
650.83/648.02	c cleaning 77002 clauses out of 154025 with flag 28645007/3071002
677.78/675.19	c cleaning 77971 clauses out of 156021 with flag 29349541/3150000
701.34/698.75	c cleaning 78989 clauses out of 158050 with flag 30022611/3230000
723.17/720.51	c cleaning 79937 clauses out of 160059 with flag 30716375/3311000
751.42/748.87	c cleaning 81036 clauses out of 162123 with flag 31474865/3393001
776.36/773.86	c cleaning 82009 clauses out of 164086 with flag 32274270/3476000
801.77/799.18	c cleaning 83033 clauses out of 166079 with flag 33083240/3560002
831.01/828.44	c cleaning 83994 clauses out of 168044 with flag 33898247/3645000
858.91/856.30	c cleaning 84976 clauses out of 170050 with flag 34769733/3731000
885.06/882.42	c cleaning 86032 clauses out of 172075 with flag 35625184/3818001
914.34/911.63	c cleaning 86994 clauses out of 174041 with flag 36543697/3906000
943.59/940.93	c cleaning 88021 clauses out of 176048 with flag 37435247/3995002
976.70/974.08	c cleaning 88949 clauses out of 178024 with flag 38318119/4085000
1006.65/1004.10	c cleaning 90012 clauses out of 180075 with flag 39329544/4176000
1038.24/1035.62	c cleaning 91011 clauses out of 182063 with flag 40209221/4268000
1077.64/1074.69	c cleaning 92022 clauses out of 184053 with flag 41146298/4361002
1117.57/1114.52	c cleaning 93014 clauses out of 186029 with flag 42135003/4455001
1150.41/1147.35	c cleaning 93975 clauses out of 188015 with flag 43118563/4550001
1180.58/1177.46	c cleaning 95000 clauses out of 190039 with flag 44129221/4646000
1212.18/1209.03	c cleaning 95936 clauses out of 192041 with flag 45142996/4743002
1247.78/1244.68	c cleaning 97049 clauses out of 194104 with flag 46298059/4841001
1287.33/1284.13	c cleaning 97946 clauses out of 196054 with flag 47572286/4940000
1323.96/1320.64	c cleaning 98986 clauses out of 198108 with flag 48775663/5040000
1366.63/1362.95	c cleaning 99991 clauses out of 200120 with flag 50090974/5141000
1410.62/1406.44	c cleaning 101033 clauses out of 202131 with flag 51548276/5243004
1452.87/1448.55	c cleaning 102039 clauses out of 204093 with flag 53087923/5346001
1495.42/1491.10	c cleaning 102947 clauses out of 206051 with flag 54730508/5450000
1504.51/1500.09	c starts		: 20201
1504.51/1500.09	c conflicts		: 5482606
1504.51/1500.09	c decisions		: 21606237
1504.51/1500.09	c propagations		: 1329820783
1504.51/1500.09	c inspects		: 18519143251
1504.51/1500.09	c shortcuts		: 0
1504.51/1500.09	c learnt literals	: 25
1504.51/1500.09	c learnt binary clauses	: 367
1504.51/1500.09	c learnt ternary clauses	: 1809
1504.51/1500.09	c learnt constraints	: 5482580
1504.51/1500.09	c ignored constraints	: 0
1504.51/1500.09	c root simplifications	: 0
1504.51/1500.09	c removed literals (reason simplification)	: 0
1504.51/1500.09	c reason swapping (by a shorter reason)	: 0
1504.51/1500.09	c Calls to reduceDB	: 100
1504.51/1500.09	c Number of update (reduction) of LBD	: 3457967
1504.51/1500.09	c Imported unit clauses	: 0
1504.51/1500.09	c No decision after first conflict	: false
1504.51/1500.09	c number of reductions to clauses (during analyze)	: 0
1504.51/1500.09	c number of learned constraints concerned by reduction	: 0
1504.51/1500.09	c number of learning phase by resolution	: 0
1504.51/1500.09	c number of learning phase by cutting planes	: 0
1504.51/1500.09	c number of rounding to 1 operations	: 0
1504.51/1500.09	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1504.51/1500.09	c number of reductions of the coefficients by power 2 	: 0
1504.51/1500.09	c number of right shift for reduction by power 2 	: 0
1504.51/1500.09	c number of reductions of the coefficients by GCD over coefficients 	: 0
1504.51/1500.09	c number of ending skipping 	: 0
1504.51/1500.09	c number of internal skipping 	: 0
1504.51/1500.09	c number of derivation steps 	: 0
1504.51/1500.09	c number of skipped derivation steps 	: 0
1504.51/1500.09	c number of remaining unassigned 	: 0
1504.51/1500.09	c number of remaining assigned 	: 0
1504.51/1500.09	c number of falsified literals weakened from reason	: 0
1504.51/1500.09	c number of falsified literals weakened from conflict	: 0
1504.51/1500.09	c time for arithmetic operations	: 0
1504.62/1500.10	c minimum degree of deleted constraints	: null
1504.62/1500.10	c maximum degree of deleted constraints	: null
1504.62/1500.10	c number of deleted constraints	: 0
1504.62/1500.10	c speed (assignments/second)	: 887069.3768398331
1504.62/1500.10	c non guided choices	: 404688
1504.62/1500.15	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 135339
1504.62/1500.15	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 367
1504.62/1500.15	s UNSATISFIABLE
1504.62/1500.15	c Total wall clock time (in seconds): 1500.032

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: 63931 MiB (57816 MiB free)
  memory of node 1: 64510 MiB (58778 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446404-1721325772/watcher-4446404-1721325772 -o /tmp/evaluation-result-4446404-1721325772/solver-4446404-1721325772 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721316965-937017 --watchdog 3760 java -jar sat4j-pb.jar HOME/instance-4446404-1721325772.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=943923, runsolver pid=943920

[startup+0.100414 s]*
/proc/loadavg: 4.12 4.10 4.12 5/334 943941
/proc/meminfo: memFree=119349056/131524600 swapFree=131071996/131071996
[pid=943923] ppid=943920 vsize=18975048 memory=65292 CPUtime=0.14 cores=5,7
/proc/943923/stat : 943923 (java) S 943920 943923 937004 0 -1 1077936128 7205 0 0 0 12 2 0 0 20 0 18 0 184737780 19430449152 16323 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
/proc/943923/statm: 4743762 16323 5716 1 0 549339 0
[pid=943923/tid=943925] ppid=943920 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/943923/task/943925/stat : 943925 (java) R 943920 943923 937004 0 -1 4194368 5737 0 0 0 7 1 0 0 20 0 18 0 184737780 19430449152 16323 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
[pid=943923/tid=943934] ppid=943920 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/943923/task/943934/stat : 943934 (Finalizer) S 943920 943923 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184737783 19430449152 16323 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
[pid=943923/tid=943941] ppid=943920 vsize=18975048 memory=14699582227506071 CPUtime=0 cores=5,7
/proc/943923/task/943941/stat : 943941 (Common-Cleaner) S 943920 943923 937004 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184737783 19430449152 16323 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65292 KiB

[startup+0.207088 s]*
/proc/loadavg: 4.12 4.10 4.12 7/334 943941
/proc/meminfo: memFree=119330120/131524600 swapFree=131071996/131071996
[pid=943923] ppid=943920 vsize=18975048 memory=82984 CPUtime=0.34 cores=5,7
/proc/943923/stat : 943923 (java) S 943920 943923 937004 0 -1 1077936128 7892 0 0 0 31 3 0 0 20 0 18 0 184737780 19430449152 20746 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
/proc/943923/statm: 4743762 20746 5896 1 0 549826 0
[pid=943923/tid=943925] ppid=943920 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=5,7
/proc/943923/task/943925/stat : 943925 (java) R 943920 943923 937004 0 -1 4194368 5916 0 0 0 17 2 0 0 20 0 18 0 184737780 19430449152 20746 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
[pid=943923/tid=943934] ppid=943920 vsize=18975048 memory=14994 CPUtime=0 cores=5,7
/proc/943923/task/943934/stat : 943934 (Finalizer) S 943920 943923 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184737783 19430449152 20746 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
[pid=943923/tid=943941] ppid=943920 vsize=18975048 memory=15537410087847364 CPUtime=0 cores=5,7
/proc/943923/task/943941/stat : 943941 (Common-Cleaner) S 943920 943923 937004 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184737783 19430449152 20746 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 82984 KiB

[startup+0.306087 s]*
/proc/loadavg: 4.12 4.10 4.12 7/334 943941
/proc/meminfo: memFree=119287792/131524600 swapFree=131071996/131071996
[pid=943923] ppid=943920 vsize=18975048 memory=124528 CPUtime=0.53 cores=5,7
/proc/943923/stat : 943923 (java) S 943920 943923 937004 0 -1 1077936128 9115 0 0 0 49 4 0 0 20 0 18 0 184737780 19430449152 31132 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
/proc/943923/statm: 4743762 31132 5896 1 0 550571 0
[pid=943923/tid=943925] ppid=943920 vsize=18975048 memory=-9177035771080909500 CPUtime=0.27 cores=5,7
/proc/943923/task/943925/stat : 943925 (java) R 943920 943923 937004 0 -1 4194368 5937 0 0 0 25 2 0 0 20 0 18 0 184737780 19430449152 31132 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
[pid=943923/tid=943934] ppid=943920 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/943923/task/943934/stat : 943934 (Finalizer) S 943920 943923 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 184737783 19430449152 31132 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
[pid=943923/tid=943941] ppid=943920 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/943923/task/943941/stat : 943941 (Common-Cleaner) S 943920 943923 937004 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 184737783 19430449152 31132 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 124528 KiB

[startup+0.701091 s]
/proc/loadavg: 4.12 4.10 4.12 7/335 943942
/proc/meminfo: memFree=119242460/131524600 swapFree=131071996/131071996
[pid=943923] ppid=943920 vsize=19041612 memory=191104 CPUtime=1.27 cores=5,7
/proc/943923/stat : 943923 (java) S 943920 943923 937004 0 -1 1077936128 16493 0 0 0 120 7 0 0 20 0 19 0 184737780 19498610688 47776 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
/proc/943923/statm: 4760403 47776 5896 1 0 555898 0
[pid=943923/tid=943925] ppid=943920 vsize=19041612 memory=5560 CPUtime=0.61 cores=5,7
/proc/943923/task/943925/stat : 943925 (java) R 943920 943923 937004 0 -1 4194368 5957 0 0 0 58 3 0 0 20 0 19 0 184737780 19498610688 47776 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
[pid=943923/tid=943934] ppid=943920 vsize=19041612 memory=13012 CPUtime=0 cores=5,7
/proc/943923/task/943934/stat : 943934 (Finalizer) S 943920 943923 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 184737783 19498610688 47776 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
[pid=943923/tid=943941] ppid=943920 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/943923/task/943941/stat : 943941 (Common-Cleaner) S 943920 943923 937004 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 184737783 19498610688 47776 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 191104 KiB

[startup+1.50109 s]
/proc/loadavg: 4.12 4.10 4.12 8/336 943943
/proc/meminfo: memFree=119195540/131524600 swapFree=131071996/131071996
[pid=943923] ppid=943920 vsize=19108176 memory=219068 CPUtime=2.82 cores=5,7
/proc/943923/stat : 943923 (java) S 943920 943923 937004 0 -1 1077936128 19066 0 0 0 274 8 0 0 20 0 20 0 184737780 19566772224 54767 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
/proc/943923/statm: 4777044 54767 5896 1 0 1083034 0
[pid=943923/tid=943925] ppid=943920 vsize=19108176 memory=13012 CPUtime=1.3 cores=5,7
/proc/943923/task/943925/stat : 943925 (java) R 943920 943923 937004 0 -1 4194368 6005 0 0 0 126 4 0 0 20 0 20 0 184737780 19566772224 54767 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
[pid=943923/tid=943934] ppid=943920 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/943923/task/943934/stat : 943934 (Finalizer) S 943920 943923 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184737783 19566772224 54767 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
[pid=943923/tid=943941] ppid=943920 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/943923/task/943941/stat : 943941 (Common-Cleaner) S 943920 943923 937004 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184737783 19566772224 54767 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
[pid=943923/tid=943943] ppid=943920 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/943923/task/943943/stat : 943943 (Timer-0) S 943920 943923 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184737878 19566772224 54767 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 219068 KiB

[startup+3.1061 s]
/proc/loadavg: 4.27 4.13 4.14 5/336 943943
/proc/meminfo: memFree=119100180/131524600 swapFree=131071996/131071996
[pid=943923] ppid=943920 vsize=19108176 memory=227216 CPUtime=5.57 cores=5,7
/proc/943923/stat : 943923 (java) S 943920 943923 937004 0 -1 1077936128 20261 0 0 0 548 9 0 0 20 0 20 0 184737780 19566772224 56804 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
/proc/943923/statm: 4777044 56804 5912 1 0 1083106 0
[pid=943923/tid=943925] ppid=943920 vsize=19108176 memory=0 CPUtime=2.88 cores=5,7
/proc/943923/task/943925/stat : 943925 (java) R 943920 943923 937004 0 -1 4194368 6053 0 0 0 284 4 0 0 20 0 20 0 184737780 19566772224 56804 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
[pid=943923/tid=943934] ppid=943920 vsize=19108176 memory=11488 CPUtime=0 cores=5,7
/proc/943923/task/943934/stat : 943934 (Finalizer) S 943920 943923 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184737783 19566772224 56804 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
[pid=943923/tid=943941] ppid=943920 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/943923/task/943941/stat : 943941 (Common-Cleaner) S 943920 943923 937004 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184737783 19566772224 56804 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
[pid=943923/tid=943943] ppid=943920 vsize=19108176 memory=13012 CPUtime=0 cores=5,7
/proc/943923/task/943943/stat : 943943 (Timer-0) S 943920 943923 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184737878 19566772224 56804 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
Current children cumulated CPU time: 5.57 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 227216 KiB

[startup+6.30209 s]
/proc/loadavg: 4.27 4.13 4.14 5/336 943943
/proc/meminfo: memFree=119087684/131524600 swapFree=131071996/131071996
[pid=943923] ppid=943920 vsize=19108176 memory=238108 CPUtime=9.03 cores=5,7
/proc/943923/stat : 943923 (java) S 943920 943923 937004 0 -1 1077936128 28158 0 0 0 893 10 0 0 20 0 20 0 184737780 19566772224 59527 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
/proc/943923/statm: 4777044 59527 5928 1 0 1083165 0
[pid=943923/tid=943925] ppid=943920 vsize=19108176 memory=0 CPUtime=6.05 cores=5,7
/proc/943923/task/943925/stat : 943925 (java) R 943920 943923 937004 0 -1 4194368 6622 0 0 0 601 4 0 0 20 0 20 0 184737780 19566772224 59527 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
[pid=943923/tid=943934] ppid=943920 vsize=19108176 memory=13012 CPUtime=0 cores=5,7
/proc/943923/task/943934/stat : 943934 (Finalizer) S 943920 943923 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184737783 19566772224 59527 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
[pid=943923/tid=943941] ppid=943920 vsize=19108176 memory=11488 CPUtime=0 cores=5,7
/proc/943923/task/943941/stat : 943941 (Common-Cleaner) S 943920 943923 937004 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184737783 19566772224 59527 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
[pid=943923/tid=943943] ppid=943920 vsize=19108176 memory=43712 CPUtime=0 cores=5,7
/proc/943923/task/943943/stat : 943943 (Timer-0) S 943920 943923 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184737878 19566772224 59527 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
Current children cumulated CPU time: 9.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 238108 KiB

[startup+12.7002 s]
/proc/loadavg: 4.45 4.18 4.15 5/336 943945
/proc/meminfo: memFree=119056524/131524600 swapFree=131071996/131071996
[pid=943923] ppid=943920 vsize=19108176 memory=275428 CPUtime=15.7 cores=5,7
/proc/943923/stat : 943923 (java) S 943920 943923 937004 0 -1 1077936128 31469 0 0 0 1558 12 0 0 20 0 20 0 184737780 19566772224 68857 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
/proc/943923/statm: 4777044 68857 5937 1 0 1083180 0
[pid=943923/tid=943925] ppid=943920 vsize=19108176 memory=197248 CPUtime=12.41 cores=5,7
/proc/943923/task/943925/stat : 943925 (java) R 943920 943923 937004 0 -1 4194368 7911 0 0 0 1236 5 0 0 20 0 20 0 184737780 19566772224 68857 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
[pid=943923/tid=943934] ppid=943920 vsize=19108176 memory=265084 CPUtime=0 cores=5,7
/proc/943923/task/943934/stat : 943934 (Finalizer) S 943920 943923 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184737783 19566772224 68857 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
[pid=943923/tid=943941] ppid=943920 vsize=19108176 memory=227216 CPUtime=0 cores=5,7
/proc/943923/task/943941/stat : 943941 (Common-Cleaner) S 943920 943923 937004 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184737783 19566772224 68857 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
[pid=943923/tid=943943] ppid=943920 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/943923/task/943943/stat : 943943 (Timer-0) S 943920 943923 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184737878 19566772224 68857 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
Current children cumulated CPU time: 15.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 275428 KiB

[startup+25.5003 s]
/proc/loadavg: 4.38 4.17 4.15 5/334 943946
/proc/meminfo: memFree=118971832/131524600 swapFree=131071996/131071996
[pid=943923] ppid=943920 vsize=19108176 memory=357368 CPUtime=28.53 cores=5,7
/proc/943923/stat : 943923 (java) S 943920 943923 937004 0 -1 1077936128 34816 0 0 0 2839 14 0 0 20 0 20 0 184737780 19566772224 89342 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
/proc/943923/statm: 4777044 89342 5937 1 0 1083180 0
[pid=943923/tid=943925] ppid=943920 vsize=19108176 memory=265084 CPUtime=25.19 cores=5,7
/proc/943923/task/943925/stat : 943925 (java) R 943920 943923 937004 0 -1 4194368 9046 0 0 0 2512 7 0 0 20 0 20 0 184737780 19566772224 89342 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
[pid=943923/tid=943934] ppid=943920 vsize=19108176 memory=314360 CPUtime=0 cores=5,7
/proc/943923/task/943934/stat : 943934 (Finalizer) S 943920 943923 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184737783 19566772224 89342 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
[pid=943923/tid=943941] ppid=943920 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/943923/task/943941/stat : 943941 (Common-Cleaner) S 943920 943923 937004 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 184737783 19566772224 89342 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
[pid=943923/tid=943943] ppid=943920 vsize=19108176 memory=6943526294502006880 CPUtime=0 cores=5,7
/proc/943923/task/943943/stat : 943943 (Timer-0) S 943920 943923 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184737878 19566772224 89342 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
Current children cumulated CPU time: 28.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 357368 KiB

[startup+51.106 s]
/proc/loadavg: 4.31 4.17 4.15 5/334 943952
/proc/meminfo: memFree=118897488/131524600 swapFree=131071996/131071996
[pid=943923] ppid=943920 vsize=19108176 memory=427180 CPUtime=54.11 cores=5,7
/proc/943923/stat : 943923 (java) S 943920 943923 937004 0 -1 1077936128 37546 0 0 0 5393 18 0 0 20 0 20 0 184737780 19566772224 106795 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
/proc/943923/statm: 4777044 106795 5937 1 0 1083189 0
[pid=943923/tid=943925] ppid=943920 vsize=19108176 memory=427180 CPUtime=50.67 cores=5,7
/proc/943923/task/943925/stat : 943925 (java) R 943920 943923 937004 0 -1 4194368 10200 0 0 0 5059 8 0 0 20 0 20 0 184737780 19566772224 106795 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
[pid=943923/tid=943934] ppid=943920 vsize=19108176 memory=427180 CPUtime=0 cores=5,7
/proc/943923/task/943934/stat : 943934 (Finalizer) S 943920 943923 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184737783 19566772224 106795 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
[pid=943923/tid=943941] ppid=943920 vsize=19108176 memory=11488 CPUtime=0 cores=5,7
/proc/943923/task/943941/stat : 943941 (Common-Cleaner) S 943920 943923 937004 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 20 0 184737783 19566772224 106795 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0

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

/proc/943923/task/943941/stat : 943941 (Common-Cleaner) S 943920 943923 937004 0 -1 1077936192 1433 0 0 0 0 0 0 0 20 0 20 0 184737783 19566772224 759700 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
[pid=943923/tid=943943] ppid=943920 vsize=19108176 memory=3038800 CPUtime=0 cores=5,7
/proc/943923/task/943943/stat : 943943 (Timer-0) S 943920 943923 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184737878 19566772224 759700 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
Current children cumulated CPU time: 1486.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3038800 KiB

[startup+1500.17 s]
# the end of solver process 943923 was just reported to runsolver
# Child status: 20

# cumulated CPU time of all completed processes:  user=1503.43 s, system=1.27919 s

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

[startup+1484.8 s]
/proc/loadavg: 4.09 4.11 4.09 5/332 944606
/proc/meminfo: memFree=110165352/131524600 swapFree=131071996/131071996
[pid=943923] ppid=943920 vsize=19108176 memory=3038800 CPUtime=1489.23 cores=5,7
/proc/943923/stat : 943923 (java) S 943920 943923 937004 0 -1 1077936128 121297 0 0 0 148798 125 0 0 20 0 20 0 184737780 19566772224 759700 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
/proc/943923/statm: 4777044 759700 5937 1 0 1085325 0
[pid=943923/tid=943925] ppid=943920 vsize=19108176 memory=2864688 CPUtime=1475.64 cores=5,7
/proc/943923/task/943925/stat : 943925 (java) R 943920 943923 937004 0 -1 4194368 39298 0 0 0 147550 14 0 0 20 0 20 0 184737780 19566772224 759700 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
[pid=943923/tid=943934] ppid=943920 vsize=19108176 memory=3038776 CPUtime=0 cores=5,7
/proc/943923/task/943934/stat : 943934 (Finalizer) S 943920 943923 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184737783 19566772224 759700 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
[pid=943923/tid=943941] ppid=943920 vsize=19108176 memory=2636 CPUtime=0 cores=5,7
/proc/943923/task/943941/stat : 943941 (Common-Cleaner) S 943920 943923 937004 0 -1 1077936192 1433 0 0 0 0 0 0 0 20 0 20 0 184737783 19566772224 759700 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
[pid=943923/tid=943943] ppid=943920 vsize=19108176 memory=2312 CPUtime=0 cores=5,7
/proc/943923/task/943943/stat : 943943 (Timer-0) S 943920 943923 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184737878 19566772224 759700 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
Current children cumulated CPU time: 1489.23 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3038800 KiB

[startup+1491.2 s]
/proc/loadavg: 4.08 4.11 4.09 5/332 944607
/proc/meminfo: memFree=110165324/131524600 swapFree=131071996/131071996
[pid=943923] ppid=943920 vsize=19108176 memory=3038800 CPUtime=1495.62 cores=5,7
/proc/943923/stat : 943923 (java) S 943920 943923 937004 0 -1 1077936128 121388 0 0 0 149437 125 0 0 20 0 20 0 184737780 19566772224 759700 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
/proc/943923/statm: 4777044 759700 5937 1 0 1085325 0
[pid=943923/tid=943925] ppid=943920 vsize=19108176 memory=3038800 CPUtime=1482.03 cores=5,7
/proc/943923/task/943925/stat : 943925 (java) R 943920 943923 937004 0 -1 4194368 39389 0 0 0 148189 14 0 0 20 0 20 0 184737780 19566772224 759700 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
[pid=943923/tid=943934] ppid=943920 vsize=19108176 memory=3038800 CPUtime=0 cores=5,7
/proc/943923/task/943934/stat : 943934 (Finalizer) S 943920 943923 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184737783 19566772224 759700 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
[pid=943923/tid=943941] ppid=943920 vsize=19108176 memory=3038800 CPUtime=0 cores=5,7
/proc/943923/task/943941/stat : 943941 (Common-Cleaner) S 943920 943923 937004 0 -1 1077936192 1433 0 0 0 0 0 0 0 20 0 20 0 184737783 19566772224 759700 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
[pid=943923/tid=943943] ppid=943920 vsize=19108176 memory=3038800 CPUtime=0 cores=5,7
/proc/943923/task/943943/stat : 943943 (Timer-0) S 943920 943923 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184737878 19566772224 759700 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
Current children cumulated CPU time: 1495.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3038800 KiB

[startup+1494.4 s]
/proc/loadavg: 4.15 4.12 4.09 5/332 944607
/proc/meminfo: memFree=110163268/131524600 swapFree=131071996/131071996
[pid=943923] ppid=943920 vsize=19108176 memory=3038800 CPUtime=1498.91 cores=5,7
/proc/943923/stat : 943923 (java) S 943920 943923 937004 0 -1 1077936128 121482 0 0 0 149766 125 0 0 20 0 20 0 184737780 19566772224 759700 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
/proc/943923/statm: 4777044 759700 5937 1 0 1085325 0
[pid=943923/tid=943925] ppid=943920 vsize=19108176 memory=11488 CPUtime=1485.12 cores=5,7
/proc/943923/task/943925/stat : 943925 (java) R 943920 943923 937004 0 -1 4194368 39389 0 0 0 148498 14 0 0 20 0 20 0 184737780 19566772224 759700 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
[pid=943923/tid=943934] ppid=943920 vsize=19108176 memory=3038800 CPUtime=0 cores=5,7
/proc/943923/task/943934/stat : 943934 (Finalizer) S 943920 943923 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184737783 19566772224 759700 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
[pid=943923/tid=943941] ppid=943920 vsize=19108176 memory=3038800 CPUtime=0 cores=5,7
/proc/943923/task/943941/stat : 943941 (Common-Cleaner) S 943920 943923 937004 0 -1 1077936192 1433 0 0 0 0 0 0 0 20 0 20 0 184737783 19566772224 759700 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
[pid=943923/tid=943943] ppid=943920 vsize=19108176 memory=1976 CPUtime=0 cores=5,7
/proc/943923/task/943943/stat : 943943 (Timer-0) S 943920 943923 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184737878 19566772224 759700 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
Current children cumulated CPU time: 1498.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3038800 KiB

[startup+1497.6 s]
/proc/loadavg: 4.14 4.12 4.09 5/332 944607
/proc/meminfo: memFree=110148940/131524600 swapFree=131071996/131071996
[pid=943923] ppid=943920 vsize=19108176 memory=3038800 CPUtime=1502.1 cores=5,7
/proc/943923/stat : 943923 (java) S 943920 943923 937004 0 -1 1077936128 121550 0 0 0 150085 125 0 0 20 0 20 0 184737780 19566772224 759700 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
/proc/943923/statm: 4777044 759700 5937 1 0 1085325 0
[pid=943923/tid=943925] ppid=943920 vsize=19108176 memory=3038800 CPUtime=1488.31 cores=5,7
/proc/943923/task/943925/stat : 943925 (java) R 943920 943923 937004 0 -1 4194368 39457 0 0 0 148817 14 0 0 20 0 20 0 184737780 19566772224 759700 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
[pid=943923/tid=943934] ppid=943920 vsize=19108176 memory=3038800 CPUtime=0 cores=5,7
/proc/943923/task/943934/stat : 943934 (Finalizer) S 943920 943923 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184737783 19566772224 759700 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
[pid=943923/tid=943941] ppid=943920 vsize=19108176 memory=-7449647192105246331 CPUtime=0 cores=5,7
/proc/943923/task/943941/stat : 943941 (Common-Cleaner) S 943920 943923 937004 0 -1 1077936192 1433 0 0 0 0 0 0 0 20 0 20 0 184737783 19566772224 759700 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
[pid=943923/tid=943943] ppid=943920 vsize=19108176 memory=43712 CPUtime=0 cores=5,7
/proc/943923/task/943943/stat : 943943 (Timer-0) S 943920 943923 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184737878 19566772224 759700 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
Current children cumulated CPU time: 1502.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3038800 KiB

[startup+1499.2 s]
/proc/loadavg: 4.14 4.12 4.09 5/332 944609
/proc/meminfo: memFree=110140544/131524600 swapFree=131071996/131071996
[pid=943923] ppid=943920 vsize=19108176 memory=3038800 CPUtime=1503.71 cores=5,7
/proc/943923/stat : 943923 (java) S 943920 943923 937004 0 -1 1077936128 121558 0 0 0 150245 126 0 0 20 0 20 0 184737780 19566772224 759700 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
/proc/943923/statm: 4777044 759700 5937 1 0 1085325 0
[pid=943923/tid=943925] ppid=943920 vsize=19108176 memory=5560 CPUtime=1489.91 cores=5,7
/proc/943923/task/943925/stat : 943925 (java) R 943920 943923 937004 0 -1 4194368 39465 0 0 0 148977 14 0 0 20 0 20 0 184737780 19566772224 759700 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
[pid=943923/tid=943934] ppid=943920 vsize=19108176 memory=2636 CPUtime=0 cores=5,7
/proc/943923/task/943934/stat : 943934 (Finalizer) S 943920 943923 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184737783 19566772224 759700 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
[pid=943923/tid=943941] ppid=943920 vsize=19108176 memory=-7449647192105246331 CPUtime=0 cores=5,7
/proc/943923/task/943941/stat : 943941 (Common-Cleaner) S 943920 943923 937004 0 -1 1077936192 1433 0 0 0 0 0 0 0 20 0 20 0 184737783 19566772224 759700 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
[pid=943923/tid=943943] ppid=943920 vsize=19108176 memory=26268 CPUtime=0 cores=5,7
/proc/943923/task/943943/stat : 943943 (Timer-0) S 943920 943923 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184737878 19566772224 759700 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
Current children cumulated CPU time: 1503.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3038800 KiB

[startup+1499.6 s]
/proc/loadavg: 4.14 4.12 4.09 5/332 944609
/proc/meminfo: memFree=110140544/131524600 swapFree=131071996/131071996
[pid=943923] ppid=943920 vsize=19108176 memory=3038800 CPUtime=1504.11 cores=5,7
/proc/943923/stat : 943923 (java) S 943920 943923 937004 0 -1 1077936128 121558 0 0 0 150285 126 0 0 20 0 20 0 184737780 19566772224 759700 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
/proc/943923/statm: 4777044 759700 5937 1 0 1085325 0
[pid=943923/tid=943925] ppid=943920 vsize=19108176 memory=39384 CPUtime=1490.31 cores=5,7
/proc/943923/task/943925/stat : 943925 (java) R 943920 943923 937004 0 -1 4194368 39465 0 0 0 149017 14 0 0 20 0 20 0 184737780 19566772224 759700 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
[pid=943923/tid=943934] ppid=943920 vsize=19108176 memory=1836 CPUtime=0 cores=5,7
/proc/943923/task/943934/stat : 943934 (Finalizer) S 943920 943923 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184737783 19566772224 759700 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
[pid=943923/tid=943941] ppid=943920 vsize=19108176 memory=1976 CPUtime=0 cores=5,7
/proc/943923/task/943941/stat : 943941 (Common-Cleaner) S 943920 943923 937004 0 -1 1077936192 1433 0 0 0 0 0 0 0 20 0 20 0 184737783 19566772224 759700 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
[pid=943923/tid=943943] ppid=943920 vsize=19108176 memory=32440 CPUtime=0 cores=5,7
/proc/943923/task/943943/stat : 943943 (Timer-0) S 943920 943923 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184737878 19566772224 759700 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
Current children cumulated CPU time: 1504.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3038800 KiB

[startup+1500 s]*
/proc/loadavg: 4.14 4.12 4.09 5/332 944609
/proc/meminfo: memFree=110136440/131524600 swapFree=131071996/131071996
[pid=943923] ppid=943920 vsize=19108176 memory=3038800 CPUtime=1504.51 cores=5,7
/proc/943923/stat : 943923 (java) S 943920 943923 937004 0 -1 1077936128 121558 0 0 0 150325 126 0 0 20 0 20 0 184737780 19566772224 759700 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
/proc/943923/statm: 4777044 759700 5937 1 0 1085325 0
[pid=943923/tid=943925] ppid=943920 vsize=19108176 memory=-9177035771080909500 CPUtime=1490.71 cores=5,7
/proc/943923/task/943925/stat : 943925 (java) R 943920 943923 937004 0 -1 4194368 39465 0 0 0 149057 14 0 0 20 0 20 0 184737780 19566772224 759700 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
[pid=943923/tid=943934] ppid=943920 vsize=19108176 memory=-7449647192105246331 CPUtime=0 cores=5,7
/proc/943923/task/943934/stat : 943934 (Finalizer) S 943920 943923 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 184737783 19566772224 759700 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
[pid=943923/tid=943941] ppid=943920 vsize=19108176 memory=5008 CPUtime=0 cores=5,7
/proc/943923/task/943941/stat : 943941 (Common-Cleaner) S 943920 943923 937004 0 -1 1077936192 1433 0 0 0 0 0 0 0 20 0 20 0 184737783 19566772224 759700 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
[pid=943923/tid=943943] ppid=943920 vsize=19108176 memory=2946908 CPUtime=0 cores=5,7
/proc/943923/task/943943/stat : 943943 (Timer-0) S 943920 943923 937004 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 184737878 19566772224 759700 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
Current children cumulated CPU time: 1504.51 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3038800 KiB

[startup+1500.11 s]
/proc/loadavg: 4.14 4.12 4.09 5/332 944609
/proc/meminfo: memFree=110136440/131524600 swapFree=131071996/131071996
[pid=943923] ppid=943920 vsize=19241304 memory=3039376 CPUtime=1504.62 cores=5,7
/proc/943923/stat : 943923 (java) S 943920 943923 937004 0 -1 1077936128 123936 0 0 0 150336 126 0 0 20 0 21 0 184737780 19703095296 759844 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
/proc/943923/statm: 4810326 759844 5936 1 0 1085982 0
[pid=943923/tid=943925] ppid=943920 vsize=19241304 memory=11488 CPUtime=1490.8 cores=5,7
/proc/943923/task/943925/stat : 943925 (java) S 943920 943923 937004 0 -1 1077936192 40910 0 0 0 149065 15 0 0 20 0 21 0 184737780 19703095296 759844 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
[pid=943923/tid=943934] ppid=943920 vsize=19241304 memory=32440 CPUtime=0 cores=5,7
/proc/943923/task/943934/stat : 943934 (Finalizer) S 943920 943923 937004 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 184737783 19703095296 759844 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
[pid=943923/tid=943941] ppid=943920 vsize=19241304 memory=3038800 CPUtime=0 cores=5,7
/proc/943923/task/943941/stat : 943941 (Common-Cleaner) S 943920 943923 937004 0 -1 1077936192 1433 0 0 0 0 0 0 0 20 0 21 0 184737783 19703095296 759844 134679101440 94783533576192 94783533579888 140723795533120 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94783533587704 94783533588496 94783542206464 140723795534854 140723795534944 140723795534944 140723795541960 0
Current children cumulated CPU time: 1504.62 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 3039376 KiB

Child status: 20

Real time (s): 1500.17
CPU time (s): 1504.71
CPU user time (s): 1503.43
CPU system time (s): 1.27919
CPU usage (%): 100.303
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 3039376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1503.43
system time used= 1.27919
maximum resident set size= 3040372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124319
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1592
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 51522
involuntary context switches= 2238


# summary of solver processes directly reported to runsolver:
#   pid: 943923
#   total CPU time (s): 1504.71
#   total CPU user time (s): 1503.43
#   total CPU system time (s): 1.27919

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.38101 second user time and 7.6506 second system time

The end

Launcher Data

Begin job on nodeC016 at 2024-07-18 20:03:04
IDJOB=4446404
IDBENCH=155589
IDSOLVER=3058
FILE ID=nodeC016/4446404-1721325772
RUNJOBID= nodeC016-1721316965-937017
SLURM_JOB_ID= 7542659
Free space on /tmp= 889972 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-21.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446404-1721325772/watcher-4446404-1721325772 -o /tmp/evaluation-result-4446404-1721325772/solver-4446404-1721325772 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721316965-937017 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4446404-1721325772.opb

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

MD5SUM BENCH= abfa2b7f448cb4339f1b1eeb1bae5b59
RANDOM SEED=1715096834

nodeC016.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	: 0xb00002a
cpu MHz		: 3646.262
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3667.121
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.107
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3610.104
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3654.494
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3667.748
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.986
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 6999.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3654.450
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp 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	: 7006.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        119393660 kB
MemAvailable:   123173048 kB
Buffers:          356736 kB
Cached:          4257664 kB
SwapCached:            0 kB
Active:           660684 kB
Inactive:       10845676 kB
Active(anon):       1544 kB
Inactive(anon):  6928128 kB
Active(file):     659140 kB
Inactive(file):  3917548 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              7464 kB
Writeback:             0 kB
AnonPages:       6890452 kB
Mapped:           126456 kB
Shmem:             37720 kB
KReclaimable:      84692 kB
Slab:             194560 kB
SReclaimable:      84692 kB
SUnreclaim:       109868 kB
KernelStack:        5120 kB
PageTables:        23420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   23403396 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            69824 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6576128 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:      207572 kB
DirectMap2M:    13197312 kB
DirectMap1G:    122683392 kB

Free space on /tmp at the end= 889968 MiB
End job on nodeC016 at 2024-07-18 20:28:04