Trace number 4459911

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution Default 2024-07-07OPT-7 279.047 278.03

General information on the benchmark

NamePB24/normalized-PB07/OPT-NLC/submittedPB07/
manquinho/bsg/normalized-bsg_50_25_3.opb
MD5SUMebac5252404fb179fdef7d7346a4bcb7
Bench CategoryOPT-NLC (optimization problem, non-linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark-7
Best CPU time to get the best result obtained on this benchmark49.9793
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables100
Total number of constraints151
Number of constraints which are clauses50
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints101
Minimum length of a constraint2
Maximum length of a constraint100
Number of terms in the objective function 50
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 50
Number of bits of the sum of numbers in the objective function 6
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 100
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)2952
Sum of products size (including duplicates)5904
Number of different products1476
Sum of products size2952

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

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.09	c Number of processors 	2
0.13/0.13	--- Begin Solver configuration ---
0.13/0.13	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.13	Learn all clauses as in MiniSAT
0.13/0.13	LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	No reason simplification
0.13/0.13	Glucose 2.1 dynamic restart strategy
0.13/0.13	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.13/0.13	timeout=2147483s
0.13/0.13	DB Simplification allowed=false
0.13/0.13	Listener: none
0.13/0.13	--- End Solver configuration ---
0.13/0.13	c Pseudo Boolean Optimization by upper bound
0.13/0.13	c --- Begin Solver configuration ---
0.13/0.13	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@5e91993f
0.13/0.13	c Learn all clauses as in MiniSAT
0.13/0.13	c LOGGER=java.util.logging.Logger@cac736f claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.13	c No reason simplification
0.13/0.13	c Glucose 2.1 dynamic restart strategy
0.13/0.13	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.13/0.13	c timeout=2147483s
0.13/0.13	c DB Simplification allowed=false
0.13/0.13	c Listener: none
0.13/0.13	c --- End Solver configuration ---
0.13/0.13	c solving HOME/instance-4459911-1721943062.opb
0.13/0.13	c reading problem ... 
0.13/0.13	c  objective function found
0.13/0.20	c ... done. Wall clock time 0.067s.
0.13/0.20	c declared #vars     100
0.13/0.20	c internal #vars     1576
0.13/0.20	c #constraints  3104
0.13/0.20	c constraints type 
0.13/0.20	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 50
0.13/0.20	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 102
0.13/0.20	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1476
0.13/0.20	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1476
0.13/0.20	c 3104 constraints processed.
0.33/0.22	c objective function length is 50 literals
0.33/0.26	c SATISFIABLE
0.33/0.26	c OPTIMIZING...
0.33/0.26	c Got one! Elapsed wall clock time (in seconds):0.133
0.33/0.26	o -3
0.33/0.28	c Got one! Elapsed wall clock time (in seconds):0.153
0.33/0.28	o -4
0.70/0.44	c Got one! Elapsed wall clock time (in seconds):0.306
0.70/0.44	o -5
1.28/0.74	c cleaning 2843 clauses out of 5696 with flag 13270/5696
1.61/0.99	c cleaning 4426 clauses out of 8854 with flag 31205/11697
2.19/1.43	c cleaning 5718 clauses out of 11435 with flag 53323/18704
2.19/1.44	c Got one! Elapsed wall clock time (in seconds):1.302
2.19/1.44	o -6
2.59/1.67	c cleaning 5463 clauses out of 10926 with flag 20284/23913
2.93/1.90	c cleaning 5727 clauses out of 11464 with flag 37577/29914
3.32/2.20	c cleaning 6366 clauses out of 12738 with flag 61188/36915
3.62/2.53	c cleaning 7186 clauses out of 14372 with flag 90161/44915
3.92/2.89	c cleaning 8090 clauses out of 16184 with flag 118410/53913
4.33/3.28	c cleaning 9049 clauses out of 18099 with flag 151455/63918
4.91/3.81	c cleaning 10026 clauses out of 20052 with flag 194098/74920
5.52/4.43	c cleaning 11007 clauses out of 22020 with flag 243109/86914
6.01/4.99	c cleaning 12006 clauses out of 24012 with flag 284184/99913
6.11/5.06	c Got one! Elapsed wall clock time (in seconds):4.927
6.11/5.06	o -7
6.21/5.18	c cleaning 8505 clauses out of 17022 with flag 9722/104929
6.51/5.43	c cleaning 7255 clauses out of 14515 with flag 32795/110927
6.80/5.69	c cleaning 7130 clauses out of 14260 with flag 55571/117927
7.19/5.98	c cleaning 7562 clauses out of 15130 with flag 82822/125927
7.59/6.33	c cleaning 8286 clauses out of 16573 with flag 115817/134932
7.99/6.74	c cleaning 9133 clauses out of 18282 with flag 158922/144927
8.58/7.31	c cleaning 10067 clauses out of 20149 with flag 213835/155927
8.98/7.78	c cleaning 11040 clauses out of 22082 with flag 257651/167927
9.57/8.34	c cleaning 12019 clauses out of 24044 with flag 307706/180929
10.17/8.94	c cleaning 13005 clauses out of 26023 with flag 360836/194927
10.86/9.62	c cleaning 14001 clauses out of 28018 with flag 418802/209927
11.56/10.37	c cleaning 15006 clauses out of 30017 with flag 480961/225927
12.45/11.25	c cleaning 15995 clauses out of 32011 with flag 550004/242927
13.35/12.16	c cleaning 17002 clauses out of 34016 with flag 623622/260927
14.33/13.17	c cleaning 18001 clauses out of 36014 with flag 694931/279927
15.42/14.23	c cleaning 19002 clauses out of 38013 with flag 770815/299927
16.53/15.36	c cleaning 20002 clauses out of 40012 with flag 850672/320928
17.72/16.60	c cleaning 20986 clauses out of 42009 with flag 932568/342927
19.01/17.82	c cleaning 22009 clauses out of 44023 with flag 1013727/365927
20.39/19.26	c cleaning 22990 clauses out of 46014 with flag 1105150/389927
22.09/20.90	c cleaning 24005 clauses out of 48024 with flag 1201336/414927
23.97/22.80	c cleaning 25007 clauses out of 50019 with flag 1315506/440927
25.75/24.66	c cleaning 26008 clauses out of 52015 with flag 1419981/467930
27.83/26.76	c cleaning 26995 clauses out of 54004 with flag 1534134/495927
29.81/28.73	c cleaning 27996 clauses out of 56009 with flag 1652035/524927
32.10/31.10	c cleaning 29005 clauses out of 58014 with flag 1770274/554928
34.77/33.73	c cleaning 29994 clauses out of 60008 with flag 1903253/585927
37.91/36.71	c cleaning 30999 clauses out of 62013 with flag 2049463/617927
40.35/39.14	c cleaning 31999 clauses out of 64014 with flag 2165701/650927
43.47/42.17	c cleaning 32999 clauses out of 66014 with flag 2296584/684927
46.15/44.85	c cleaning 34001 clauses out of 68016 with flag 2420898/719928
49.45/48.19	c cleaning 35001 clauses out of 70014 with flag 2563295/755927
52.64/51.31	c cleaning 36002 clauses out of 72012 with flag 2706830/792927
56.27/54.91	c cleaning 37001 clauses out of 74010 with flag 2845713/830927
59.86/58.55	c cleaning 37996 clauses out of 76009 with flag 2984261/869927
63.75/62.42	c cleaning 38998 clauses out of 78013 with flag 3123761/909927
67.56/66.25	c cleaning 40005 clauses out of 80020 with flag 3267034/950932
71.65/70.34	c cleaning 41002 clauses out of 82013 with flag 3409591/992930
75.84/74.56	c cleaning 42001 clauses out of 84008 with flag 3554290/1035927
80.17/78.83	c cleaning 42999 clauses out of 86008 with flag 3703773/1079928
84.55/83.29	c cleaning 43995 clauses out of 88008 with flag 3858422/1124927
89.35/88.04	c cleaning 44992 clauses out of 90013 with flag 4018205/1170927
94.47/93.14	c cleaning 45999 clauses out of 92021 with flag 4175452/1217927
99.98/98.63	c cleaning 47005 clauses out of 94021 with flag 4344969/1265927
105.76/104.49	c cleaning 48006 clauses out of 96015 with flag 4526055/1314927
111.69/110.32	c cleaning 48991 clauses out of 98009 with flag 4699087/1364927
117.97/116.62	c cleaning 50003 clauses out of 100018 with flag 4872277/1415927
124.35/123.05	c cleaning 51001 clauses out of 102015 with flag 5049634/1467927
131.17/129.86	c cleaning 51999 clauses out of 104014 with flag 5228877/1520927
138.15/136.89	c cleaning 53004 clauses out of 106016 with flag 5418260/1574928
145.65/144.35	c cleaning 54005 clauses out of 108010 with flag 5610880/1629927
152.89/151.68	c cleaning 54998 clauses out of 110006 with flag 5803134/1685928
161.50/160.38	c cleaning 55999 clauses out of 112007 with flag 5999721/1742927
170.50/169.35	c cleaning 56995 clauses out of 114008 with flag 6209886/1800927
179.28/178.15	c cleaning 58004 clauses out of 116012 with flag 6420346/1859928
188.10/186.93	c cleaning 58998 clauses out of 118006 with flag 6629587/1919928
197.38/196.24	c cleaning 59997 clauses out of 120005 with flag 6840542/1980927
207.15/206.07	c cleaning 61003 clauses out of 122010 with flag 7057885/2042930
218.44/217.36	c cleaning 61997 clauses out of 124002 with flag 7285213/2105927
228.91/227.84	c cleaning 62999 clauses out of 126005 with flag 7512070/2169929
239.38/238.36	c cleaning 63997 clauses out of 128004 with flag 7738309/2234929
251.59/250.56	c cleaning 64995 clauses out of 130004 with flag 7971146/2300927
263.16/262.14	c cleaning 66003 clauses out of 132008 with flag 8212128/2367930
276.41/275.48	c cleaning 66992 clauses out of 133993 with flag 8434754/2435930
278.90/277.98	c starts		: 10878
278.90/277.98	c conflicts		: 2456892
278.90/277.99	c decisions		: 4919797
278.90/277.99	c propagations		: 90198284
278.90/277.99	c inspects		: 3274205949
278.90/277.99	c shortcuts		: 0
278.90/277.99	c learnt literals	: 44
278.90/277.99	c learnt binary clauses	: 143
278.90/277.99	c learnt ternary clauses	: 30965
278.90/277.99	c learnt constraints	: 2456847
278.90/277.99	c ignored constraints	: 0
278.90/277.99	c root simplifications	: 0
278.90/277.99	c removed literals (reason simplification)	: 0
278.90/277.99	c reason swapping (by a shorter reason)	: 0
278.90/277.99	c Calls to reduceDB	: 76
278.90/277.99	c Number of update (reduction) of LBD	: 785751
278.90/277.99	c Imported unit clauses	: 0
278.90/277.99	c No decision after first conflict	: false
278.90/277.99	c number of reductions to clauses (during analyze)	: 0
278.90/277.99	c number of learned constraints concerned by reduction	: 0
278.90/277.99	c number of learning phase by resolution	: 0
278.90/277.99	c number of learning phase by cutting planes	: 0
278.90/277.99	c number of rounding to 1 operations	: 0
278.90/277.99	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
278.90/277.99	c number of reductions of the coefficients by power 2 	: 0
278.90/277.99	c number of right shift for reduction by power 2 	: 0
278.90/277.99	c number of reductions of the coefficients by GCD over coefficients 	: 0
278.90/277.99	c number of ending skipping 	: 0
278.90/277.99	c number of internal skipping 	: 0
278.90/277.99	c number of derivation steps 	: 0
278.90/277.99	c number of skipped derivation steps 	: 0
278.90/277.99	c number of remaining unassigned 	: 0
278.90/277.99	c number of remaining assigned 	: 0
278.90/277.99	c number of falsified literals weakened from reason	: 0
278.90/277.99	c number of falsified literals weakened from conflict	: 0
278.90/277.99	c time for arithmetic operations	: 0
278.90/277.99	c minimum degree of deleted constraints	: null
278.90/277.99	c maximum degree of deleted constraints	: null
278.90/277.99	c number of deleted constraints	: 0
278.90/277.99	c speed (assignments/second)	: 324718.2385680445
278.90/277.99	c non guided choices	: 0
278.90/277.99	s OPTIMUM FOUND
278.90/277.99	c Found 5 solution(s)
278.90/277.99	v -x1 -x2 -x3 -x4 -x5 -x6 -x7 -x8 -x9 -x10 -x11 -x12 -x13 -x14 -x15 -x16 -x17 -x18 -x19 -x20 -x21 -x22 -x23 -x24 -x25 x26 -x27 -x28 x29 -x30 -x31 -x32 x33 -x34 -x35 -x36 -x37 -x38 -x39 x40 -x41 -x42 x43 -x44 x45 -x46 -x47 -x48 -x49 x50 -x51 -x52 -x53 -x54 -x55 -x56 -x57 -x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 -x71 -x72 x73 -x74 x75 -x76 -x77 x78 -x79 -x80 -x81 x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 x92 -x93 -x94 -x95 -x96 -x97 x98 x99 -x100 
278.90/277.99	c objective function=-7
278.90/277.99	c Total wall clock time (in seconds): 277.864

Verifier Data

OK	-7

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

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

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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
solver pid=255584, runsolver pid=255581
Current StackSize limit: 8192 KiB


[startup+0.100059 s]*
/proc/loadavg: 1.20 1.15 1.09 14/329 255676
/proc/meminfo: memFree=123937608/131524600 swapFree=131061428/131071996
[pid=255584] ppid=255581 vsize=18975048 memory=63420 CPUtime=0.13 cores=0,2
/proc/255584/stat : 255584 (java) S 255581 255584 253150 0 -1 1077936128 7220 0 0 0 11 2 0 0 20 0 18 0 30829108 19430449152 15855 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
/proc/255584/statm: 4743762 15855 5706 1 0 549335 0
[pid=255584/tid=255587] ppid=255581 vsize=18975048 memory=4026531971 CPUtime=0.08 cores=0,2
/proc/255584/task/255587/stat : 255587 (java) R 255581 255584 253150 0 -1 1078198336 5748 0 0 0 7 1 0 0 20 0 18 0 30829109 19430449152 15855 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
[pid=255584/tid=255620] ppid=255581 vsize=18975048 memory=1121866 CPUtime=0 cores=0,2
/proc/255584/task/255620/stat : 255620 (Finalizer) S 255581 255584 253150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30829111 19430449152 15855 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
[pid=255584/tid=255634] ppid=255581 vsize=18975048 memory=14415916817450633 CPUtime=0 cores=0,2
/proc/255584/task/255634/stat : 255634 (Common-Cleaner) S 255581 255584 253150 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 30829112 19430449152 15855 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63420 KiB

[startup+0.209843 s]*
/proc/loadavg: 1.20 1.15 1.09 13/329 255676
/proc/meminfo: memFree=123891424/131524600 swapFree=131061428/131071996
[pid=255584] ppid=255581 vsize=18975048 memory=71828 CPUtime=0.33 cores=0,2
/proc/255584/stat : 255584 (java) S 255581 255584 253150 0 -1 1077936128 7749 0 0 0 31 2 0 0 20 0 18 0 30829108 19430449152 17957 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
/proc/255584/statm: 4743762 17957 5824 1 0 549645 0
[pid=255584/tid=255587] ppid=255581 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=0,2
/proc/255584/task/255587/stat : 255587 (java) R 255581 255584 253150 0 -1 1077936192 5990 0 0 0 16 1 0 0 20 0 18 0 30829109 19430449152 17957 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
[pid=255584/tid=255620] ppid=255581 vsize=18975048 memory=1121866 CPUtime=0 cores=0,2
/proc/255584/task/255620/stat : 255620 (Finalizer) S 255581 255584 253150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 30829111 19430449152 17957 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
[pid=255584/tid=255634] ppid=255581 vsize=18975048 memory=14415916817450633 CPUtime=0 cores=0,2
/proc/255584/task/255634/stat : 255634 (Common-Cleaner) S 255581 255584 253150 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 30829112 19430449152 17957 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 71828 KiB

[startup+0.306507 s]*
/proc/loadavg: 1.20 1.15 1.09 14/330 255677
/proc/meminfo: memFree=123769756/131524600 swapFree=131061428/131071996
[pid=255584] ppid=255581 vsize=19041612 memory=79540 CPUtime=0.51 cores=0,2
/proc/255584/stat : 255584 (java) S 255581 255584 253150 0 -1 1077936128 9287 0 0 0 49 2 0 0 20 0 19 0 30829108 19498610688 19885 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
/proc/255584/statm: 4760403 19885 5862 1 0 550736 0
[pid=255584/tid=255587] ppid=255581 vsize=19041612 memory=-8815906665889768124 CPUtime=0.26 cores=0,2
/proc/255584/task/255587/stat : 255587 (java) R 255581 255584 253150 0 -1 4194368 6070 0 0 0 25 1 0 0 20 0 19 0 30829109 19498610688 19885 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
[pid=255584/tid=255620] ppid=255581 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/255584/task/255620/stat : 255620 (Finalizer) S 255581 255584 253150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 30829111 19498610688 19885 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
[pid=255584/tid=255634] ppid=255581 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/255584/task/255634/stat : 255634 (Common-Cleaner) S 255581 255584 253150 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 30829112 19498610688 19885 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
[pid=255584/tid=255677] ppid=255581 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/255584/task/255677/stat : 255677 (Timer-0) S 255581 255584 253150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 30829130 19498610688 19885 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 79540 KiB

[startup+0.703508 s]
/proc/loadavg: 1.20 1.15 1.09 13/334 255681
/proc/meminfo: memFree=123621036/131524600 swapFree=131061428/131071996
[pid=255584] ppid=255581 vsize=19041612 memory=91648 CPUtime=1.28 cores=0,2
/proc/255584/stat : 255584 (java) S 255581 255584 253150 0 -1 1077936128 11829 0 0 0 126 2 0 0 20 0 19 0 30829108 19498610688 22912 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
/proc/255584/statm: 4760403 22912 5878 1 0 552672 0
[pid=255584/tid=255587] ppid=255581 vsize=19041612 memory=5516 CPUtime=0.63 cores=0,2
/proc/255584/task/255587/stat : 255587 (java) R 255581 255584 253150 0 -1 4194368 6128 0 0 0 62 1 0 0 20 0 19 0 30829109 19498610688 22912 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
[pid=255584/tid=255620] ppid=255581 vsize=19041612 memory=13524 CPUtime=0 cores=0,2
/proc/255584/task/255620/stat : 255620 (Finalizer) S 255581 255584 253150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 30829111 19498610688 22912 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
[pid=255584/tid=255634] ppid=255581 vsize=19041612 memory=65425 CPUtime=0 cores=0,2
/proc/255584/task/255634/stat : 255634 (Common-Cleaner) S 255581 255584 253150 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 30829112 19498610688 22912 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
[pid=255584/tid=255677] ppid=255581 vsize=19041612 memory=2244 CPUtime=0 cores=0,2
/proc/255584/task/255677/stat : 255677 (Timer-0) S 255581 255584 253150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 30829130 19498610688 22912 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 91648 KiB

[startup+1.50051 s]
/proc/loadavg: 2.14 1.35 1.16 7/334 255681
/proc/meminfo: memFree=123335956/131524600 swapFree=131061428/131071996
[pid=255584] ppid=255581 vsize=19041612 memory=116204 CPUtime=2.39 cores=0,2
/proc/255584/stat : 255584 (java) S 255581 255584 253150 0 -1 1077936128 20957 0 0 0 235 4 0 0 20 0 19 0 30829108 19498610688 29051 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
/proc/255584/statm: 4760403 29051 5878 1 0 555728 0
[pid=255584/tid=255587] ppid=255581 vsize=19041612 memory=13524 CPUtime=1.42 cores=0,2
/proc/255584/task/255587/stat : 255587 (java) R 255581 255584 253150 0 -1 4194368 6939 0 0 0 140 2 0 0 20 0 19 0 30829109 19498610688 29051 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
[pid=255584/tid=255620] ppid=255581 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/255584/task/255620/stat : 255620 (Finalizer) S 255581 255584 253150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 30829111 19498610688 29051 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
[pid=255584/tid=255634] ppid=255581 vsize=19041612 memory=104 CPUtime=0 cores=0,2
/proc/255584/task/255634/stat : 255634 (Common-Cleaner) S 255581 255584 253150 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 30829112 19498610688 29051 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
[pid=255584/tid=255677] ppid=255581 vsize=19041612 memory=5480 CPUtime=0 cores=0,2
/proc/255584/task/255677/stat : 255677 (Timer-0) S 255581 255584 253150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 30829130 19498610688 29051 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
Current children cumulated CPU time: 2.39 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 116204 KiB

[startup+3.10652 s]
/proc/loadavg: 2.14 1.35 1.16 5/336 255683
/proc/meminfo: memFree=123077016/131524600 swapFree=131061428/131071996
[pid=255584] ppid=255581 vsize=19041612 memory=143648 CPUtime=4.22 cores=0,2
/proc/255584/stat : 255584 (java) S 255581 255584 253150 0 -1 1077936128 21680 0 0 0 417 5 0 0 20 0 19 0 30829108 19498610688 35912 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
/proc/255584/statm: 4760403 35912 5878 1 0 555894 0
[pid=255584/tid=255587] ppid=255581 vsize=19041612 memory=13524 CPUtime=3.01 cores=0,2
/proc/255584/task/255587/stat : 255587 (java) R 255581 255584 253150 0 -1 4194368 7176 0 0 0 298 3 0 0 20 0 19 0 30829109 19498610688 35912 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
[pid=255584/tid=255620] ppid=255581 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/255584/task/255620/stat : 255620 (Finalizer) S 255581 255584 253150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 30829111 19498610688 35912 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
[pid=255584/tid=255634] ppid=255581 vsize=19041612 memory=12156 CPUtime=0 cores=0,2
/proc/255584/task/255634/stat : 255634 (Common-Cleaner) S 255581 255584 253150 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 30829112 19498610688 35912 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
[pid=255584/tid=255677] ppid=255581 vsize=19041612 memory=68952 CPUtime=0 cores=0,2
/proc/255584/task/255677/stat : 255677 (Timer-0) S 255581 255584 253150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 30829130 19498610688 35912 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
Current children cumulated CPU time: 4.22 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 143648 KiB

[startup+6.3005 s]
/proc/loadavg: 2.45 1.43 1.18 5/338 255685
/proc/meminfo: memFree=122880668/131524600 swapFree=131061428/131071996
[pid=255584] ppid=255581 vsize=19108176 memory=186700 CPUtime=7.59 cores=0,2
/proc/255584/stat : 255584 (java) S 255581 255584 253150 0 -1 1077936128 27270 0 0 0 753 6 0 0 20 0 20 0 30829108 19566772224 46675 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
/proc/255584/statm: 4777044 46675 5910 1 0 556189 0
[pid=255584/tid=255587] ppid=255581 vsize=19108176 memory=-8670646978219963584 CPUtime=6.15 cores=0,2
/proc/255584/task/255587/stat : 255587 (java) R 255581 255584 253150 0 -1 4194368 8139 0 0 0 612 3 0 0 20 0 20 0 30829109 19566772224 46675 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
[pid=255584/tid=255620] ppid=255581 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/255584/task/255620/stat : 255620 (Finalizer) S 255581 255584 253150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30829111 19566772224 46675 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
[pid=255584/tid=255634] ppid=255581 vsize=19108176 memory=13524 CPUtime=0 cores=0,2
/proc/255584/task/255634/stat : 255634 (Common-Cleaner) S 255581 255584 253150 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 20 0 30829112 19566772224 46675 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
[pid=255584/tid=255677] ppid=255581 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/255584/task/255677/stat : 255677 (Timer-0) S 255581 255584 253150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30829130 19566772224 46675 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
Current children cumulated CPU time: 7.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 186700 KiB

[startup+12.7005 s]
/proc/loadavg: 2.57 1.47 1.20 5/338 255687
/proc/meminfo: memFree=122580604/131524600 swapFree=131061428/131071996
[pid=255584] ppid=255581 vsize=19108176 memory=191148 CPUtime=13.94 cores=0,2
/proc/255584/stat : 255584 (java) S 255581 255584 253150 0 -1 1077936128 29595 0 0 0 1387 7 0 0 20 0 20 0 30829108 19566772224 47787 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
/proc/255584/statm: 4777044 47787 5926 1 0 556189 0
[pid=255584/tid=255587] ppid=255581 vsize=19108176 memory=13524 CPUtime=12.48 cores=0,2
/proc/255584/task/255587/stat : 255587 (java) R 255581 255584 253150 0 -1 4194368 8902 0 0 0 1244 4 0 0 20 0 20 0 30829109 19566772224 47787 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
[pid=255584/tid=255620] ppid=255581 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/255584/task/255620/stat : 255620 (Finalizer) S 255581 255584 253150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30829111 19566772224 47787 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
[pid=255584/tid=255634] ppid=255581 vsize=19108176 memory=-9103293716622975676 CPUtime=0 cores=0,2
/proc/255584/task/255634/stat : 255634 (Common-Cleaner) S 255581 255584 253150 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 20 0 30829112 19566772224 47787 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
[pid=255584/tid=255677] ppid=255581 vsize=19108176 memory=12156 CPUtime=0 cores=0,2
/proc/255584/task/255677/stat : 255677 (Timer-0) S 255581 255584 253150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30829130 19566772224 47787 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
Current children cumulated CPU time: 13.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 191148 KiB

[startup+25.5005 s]
/proc/loadavg: 2.87 1.57 1.23 5/338 255688
/proc/meminfo: memFree=121602316/131524600 swapFree=131061428/131071996
[pid=255584] ppid=255581 vsize=19108176 memory=197324 CPUtime=26.64 cores=0,2
/proc/255584/stat : 255584 (java) S 255581 255584 253150 0 -1 1077936128 33203 0 0 0 2656 8 0 0 20 0 20 0 30829108 19566772224 49331 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
/proc/255584/statm: 4777044 49331 5926 1 0 556189 0
[pid=255584/tid=255587] ppid=255581 vsize=19108176 memory=1387 CPUtime=25.14 cores=0,2
/proc/255584/task/255587/stat : 255587 (java) R 255581 255584 253150 0 -1 4194368 9945 0 0 0 2510 4 0 0 20 0 20 0 30829109 19566772224 49331 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
[pid=255584/tid=255620] ppid=255581 vsize=19108176 memory=197324 CPUtime=0 cores=0,2
/proc/255584/task/255620/stat : 255620 (Finalizer) S 255581 255584 253150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30829111 19566772224 49331 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
[pid=255584/tid=255634] ppid=255581 vsize=19108176 memory=-9103293716622975676 CPUtime=0 cores=0,2
/proc/255584/task/255634/stat : 255634 (Common-Cleaner) S 255581 255584 253150 0 -1 1077936192 50 0 0 0 0 0 0 0 20 0 20 0 30829112 19566772224 49331 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
[pid=255584/tid=255677] ppid=255581 vsize=19108176 memory=12156 CPUtime=0 cores=0,2
/proc/255584/task/255677/stat : 255677 (Timer-0) S 255581 255584 253150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30829130 19566772224 49331 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
Current children cumulated CPU time: 26.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 197324 KiB

[startup+51.1058 s]
/proc/loadavg: 3.44 1.83 1.33 5/338 255694
/proc/meminfo: memFree=119896104/131524600 swapFree=131061428/131071996
[pid=255584] ppid=255581 vsize=19108176 memory=279864 CPUtime=52.44 cores=0,2
/proc/255584/stat : 255584 (java) S 255581 255584 253150 0 -1 1077936128 40826 0 0 0 5233 11 0 0 20 0 20 0 30829108 19566772224 69966 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
/proc/255584/statm: 4777044 69966 5926 1 0 556260 0
[pid=255584/tid=255587] ppid=255581 vsize=19108176 memory=1387 CPUtime=50.5 cores=0,2
/proc/255584/task/255587/stat : 255587 (java) R 255581 255584 253150 0 -1 4194368 11974 0 0 0 5046 4 0 0 20 0 20 0 30829109 19566772224 69966 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
[pid=255584/tid=255620] ppid=255581 vsize=19108176 memory=279860 CPUtime=0 cores=0,2

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

/proc/255584/task/255634/stat : 255634 (Common-Cleaner) S 255581 255584 253150 0 -1 1077936192 207 0 0 0 0 0 0 0 20 0 20 0 30829112 19566772224 218704 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
[pid=255584/tid=255677] ppid=255581 vsize=19108176 memory=874816 CPUtime=0 cores=0,2
/proc/255584/task/255677/stat : 255677 (Timer-0) S 255581 255584 253150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30829130 19566772224 218704 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
Current children cumulated CPU time: 223.42 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 874816 KiB

[startup+278.03 s]
# the end of solver process 255584 was just reported to runsolver
# Child status: 30

# cumulated CPU time of all completed processes:  user=278.729 s, system=0.318336 s

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

[startup+230.4 s]
/proc/loadavg: 4.14 2.88 1.83 5/337 255727
/proc/meminfo: memFree=116602340/131524600 swapFree=131061428/131071996
[pid=255584] ppid=255581 vsize=19108176 memory=874816 CPUtime=231.5 cores=0,2
/proc/255584/stat : 255584 (java) S 255581 255584 253150 0 -1 1077936128 54677 0 0 0 23122 28 0 0 20 0 20 0 30829108 19566772224 218704 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
/proc/255584/statm: 4777044 218704 5942 1 0 556260 0
[pid=255584/tid=255587] ppid=255581 vsize=19108176 memory=811280 CPUtime=228.49 cores=0,2
/proc/255584/task/255587/stat : 255587 (java) R 255581 255584 253150 0 -1 4194368 16190 0 0 0 22845 4 0 0 20 0 20 0 30829109 19566772224 218704 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
[pid=255584/tid=255620] ppid=255581 vsize=19108176 memory=811280 CPUtime=0 cores=0,2
/proc/255584/task/255620/stat : 255620 (Finalizer) S 255581 255584 253150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30829111 19566772224 218704 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
[pid=255584/tid=255634] ppid=255581 vsize=19108176 memory=164 CPUtime=0 cores=0,2
/proc/255584/task/255634/stat : 255634 (Common-Cleaner) S 255581 255584 253150 0 -1 1077936192 207 0 0 0 0 0 0 0 20 0 20 0 30829112 19566772224 218704 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
[pid=255584/tid=255677] ppid=255581 vsize=19108176 memory=811280 CPUtime=0 cores=0,2
/proc/255584/task/255677/stat : 255677 (Timer-0) S 255581 255584 253150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30829130 19566772224 218704 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
Current children cumulated CPU time: 231.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 874816 KiB

[startup+256 s]*
/proc/loadavg: 4.15 3.00 1.91 5/337 255731
/proc/meminfo: memFree=116214272/131524600 swapFree=131061428/131071996
[pid=255584] ppid=255581 vsize=19108176 memory=952644 CPUtime=257.08 cores=0,2
/proc/255584/stat : 255584 (java) S 255581 255584 253150 0 -1 1077936128 55266 0 0 0 25678 30 0 0 20 0 20 0 30829108 19566772224 238161 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
/proc/255584/statm: 4777044 238161 5942 1 0 556260 0
[pid=255584/tid=255587] ppid=255581 vsize=19108176 memory=-8815906665889768124 CPUtime=253.95 cores=0,2
/proc/255584/task/255587/stat : 255587 (java) R 255581 255584 253150 0 -1 4194368 16507 0 0 0 25391 4 0 0 20 0 20 0 30829109 19566772224 238161 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
[pid=255584/tid=255620] ppid=255581 vsize=19108176 memory=-9044459746194447340 CPUtime=0 cores=0,2
/proc/255584/task/255620/stat : 255620 (Finalizer) S 255581 255584 253150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30829111 19566772224 238161 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
[pid=255584/tid=255634] ppid=255581 vsize=19108176 memory=11340 CPUtime=0 cores=0,2
/proc/255584/task/255634/stat : 255634 (Common-Cleaner) S 255581 255584 253150 0 -1 1077936192 246 0 0 0 0 0 0 0 20 0 20 0 30829112 19566772224 238161 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
[pid=255584/tid=255677] ppid=255581 vsize=19108176 memory=11340 CPUtime=0 cores=0,2
/proc/255584/task/255677/stat : 255677 (Timer-0) S 255581 255584 253150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30829130 19566772224 238161 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
Current children cumulated CPU time: 257.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 952644 KiB

[startup+268.8 s]
/proc/loadavg: 4.13 3.04 1.93 5/337 255732
/proc/meminfo: memFree=115742300/131524600 swapFree=131061428/131071996
[pid=255584] ppid=255581 vsize=19108176 memory=952644 CPUtime=269.83 cores=0,2
/proc/255584/stat : 255584 (java) S 255581 255584 253150 0 -1 1077936128 55615 0 0 0 26953 30 0 0 20 0 20 0 30829108 19566772224 238161 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
/proc/255584/statm: 4777044 238161 5942 1 0 556260 0
[pid=255584/tid=255587] ppid=255581 vsize=19108176 memory=5516 CPUtime=266.7 cores=0,2
/proc/255584/task/255587/stat : 255587 (java) R 255581 255584 253150 0 -1 4194368 16779 0 0 0 26666 4 0 0 20 0 20 0 30829109 19566772224 238161 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
[pid=255584/tid=255620] ppid=255581 vsize=19108176 memory=12156 CPUtime=0 cores=0,2
/proc/255584/task/255620/stat : 255620 (Finalizer) S 255581 255584 253150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30829111 19566772224 238161 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
[pid=255584/tid=255634] ppid=255581 vsize=19108176 memory=874820 CPUtime=0 cores=0,2
/proc/255584/task/255634/stat : 255634 (Common-Cleaner) S 255581 255584 253150 0 -1 1077936192 246 0 0 0 0 0 0 0 20 0 20 0 30829112 19566772224 238161 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
[pid=255584/tid=255677] ppid=255581 vsize=19108176 memory=68952 CPUtime=0 cores=0,2
/proc/255584/task/255677/stat : 255677 (Timer-0) S 255581 255584 253150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30829130 19566772224 238161 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
Current children cumulated CPU time: 269.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 952644 KiB

[startup+272 s]*
/proc/loadavg: 4.12 3.05 1.94 5/337 255734
/proc/meminfo: memFree=115684756/131524600 swapFree=131061428/131071996
[pid=255584] ppid=255581 vsize=19108176 memory=952644 CPUtime=273.03 cores=0,2
/proc/255584/stat : 255584 (java) S 255581 255584 253150 0 -1 1077936128 55626 0 0 0 27273 30 0 0 20 0 20 0 30829108 19566772224 238161 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
/proc/255584/statm: 4777044 238161 5942 1 0 556260 0
[pid=255584/tid=255587] ppid=255581 vsize=19108176 memory=-8815906665889768124 CPUtime=269.89 cores=0,2
/proc/255584/task/255587/stat : 255587 (java) R 255581 255584 253150 0 -1 4194368 16790 0 0 0 26985 4 0 0 20 0 20 0 30829109 19566772224 238161 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
[pid=255584/tid=255620] ppid=255581 vsize=19108176 memory=-9044459746194447340 CPUtime=0 cores=0,2
/proc/255584/task/255620/stat : 255620 (Finalizer) S 255581 255584 253150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30829111 19566772224 238161 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
[pid=255584/tid=255634] ppid=255581 vsize=19108176 memory=7068 CPUtime=0 cores=0,2
/proc/255584/task/255634/stat : 255634 (Common-Cleaner) S 255581 255584 253150 0 -1 1077936192 246 0 0 0 0 0 0 0 20 0 20 0 30829112 19566772224 238161 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
[pid=255584/tid=255677] ppid=255581 vsize=19108176 memory=27832 CPUtime=0 cores=0,2
/proc/255584/task/255677/stat : 255677 (Timer-0) S 255581 255584 253150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30829130 19566772224 238161 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
Current children cumulated CPU time: 273.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 952644 KiB

[startup+275.2 s]
/proc/loadavg: 4.12 3.05 1.94 5/337 255734
/proc/meminfo: memFree=115645760/131524600 swapFree=131061428/131071996
[pid=255584] ppid=255581 vsize=19108176 memory=952644 CPUtime=276.21 cores=0,2
/proc/255584/stat : 255584 (java) S 255581 255584 253150 0 -1 1077936128 55703 0 0 0 27591 30 0 0 20 0 20 0 30829108 19566772224 238161 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
/proc/255584/statm: 4777044 238161 5942 1 0 556260 0
[pid=255584/tid=255587] ppid=255581 vsize=19108176 memory=952644 CPUtime=273.07 cores=0,2
/proc/255584/task/255587/stat : 255587 (java) R 255581 255584 253150 0 -1 4194368 16867 0 0 0 27303 4 0 0 20 0 20 0 30829109 19566772224 238161 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
[pid=255584/tid=255620] ppid=255581 vsize=19108176 memory=952644 CPUtime=0 cores=0,2
/proc/255584/task/255620/stat : 255620 (Finalizer) S 255581 255584 253150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30829111 19566772224 238161 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
[pid=255584/tid=255634] ppid=255581 vsize=19108176 memory=25872 CPUtime=0 cores=0,2
/proc/255584/task/255634/stat : 255634 (Common-Cleaner) S 255581 255584 253150 0 -1 1077936192 246 0 0 0 0 0 0 0 20 0 20 0 30829112 19566772224 238161 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
[pid=255584/tid=255677] ppid=255581 vsize=19108176 memory=-9103293716622975676 CPUtime=0 cores=0,2
/proc/255584/task/255677/stat : 255677 (Timer-0) S 255581 255584 253150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30829130 19566772224 238161 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
Current children cumulated CPU time: 276.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 952644 KiB

[startup+276.8 s]
/proc/loadavg: 4.11 3.07 1.95 5/337 255734
/proc/meminfo: memFree=115629324/131524600 swapFree=131061428/131071996
[pid=255584] ppid=255581 vsize=19108176 memory=952644 CPUtime=277.81 cores=0,2
/proc/255584/stat : 255584 (java) S 255581 255584 253150 0 -1 1077936128 55717 0 0 0 27751 30 0 0 20 0 20 0 30829108 19566772224 238161 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
/proc/255584/statm: 4777044 238161 5942 1 0 556260 0
[pid=255584/tid=255587] ppid=255581 vsize=19108176 memory=952644 CPUtime=274.67 cores=0,2
/proc/255584/task/255587/stat : 255587 (java) R 255581 255584 253150 0 -1 4194368 16881 0 0 0 27463 4 0 0 20 0 20 0 30829109 19566772224 238161 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
[pid=255584/tid=255620] ppid=255581 vsize=19108176 memory=2180 CPUtime=0 cores=0,2
/proc/255584/task/255620/stat : 255620 (Finalizer) S 255581 255584 253150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30829111 19566772224 238161 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
[pid=255584/tid=255634] ppid=255581 vsize=19108176 memory=-9103293716622975676 CPUtime=0 cores=0,2
/proc/255584/task/255634/stat : 255634 (Common-Cleaner) S 255581 255584 253150 0 -1 1077936192 246 0 0 0 0 0 0 0 20 0 20 0 30829112 19566772224 238161 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
[pid=255584/tid=255677] ppid=255581 vsize=19108176 memory=68952 CPUtime=0 cores=0,2
/proc/255584/task/255677/stat : 255677 (Timer-0) S 255581 255584 253150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30829130 19566772224 238161 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
Current children cumulated CPU time: 277.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 952644 KiB

[startup+277.6 s]
/proc/loadavg: 4.11 3.07 1.95 5/337 255734
/proc/meminfo: memFree=115608812/131524600 swapFree=131061428/131071996
[pid=255584] ppid=255581 vsize=19108176 memory=952644 CPUtime=278.6 cores=0,2
/proc/255584/stat : 255584 (java) S 255581 255584 253150 0 -1 1077936128 55719 0 0 0 27830 30 0 0 20 0 20 0 30829108 19566772224 238161 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
/proc/255584/statm: 4777044 238161 5942 1 0 556260 0
[pid=255584/tid=255587] ppid=255581 vsize=19108176 memory=68952 CPUtime=275.46 cores=0,2
/proc/255584/task/255587/stat : 255587 (java) R 255581 255584 253150 0 -1 4194368 16883 0 0 0 27542 4 0 0 20 0 20 0 30829109 19566772224 238161 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
[pid=255584/tid=255620] ppid=255581 vsize=19108176 memory=12156 CPUtime=0 cores=0,2
/proc/255584/task/255620/stat : 255620 (Finalizer) S 255581 255584 253150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 30829111 19566772224 238161 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
[pid=255584/tid=255634] ppid=255581 vsize=19108176 memory=68952 CPUtime=0 cores=0,2
/proc/255584/task/255634/stat : 255634 (Common-Cleaner) S 255581 255584 253150 0 -1 1077936192 246 0 0 0 0 0 0 0 20 0 20 0 30829112 19566772224 238161 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
[pid=255584/tid=255677] ppid=255581 vsize=19108176 memory=13524 CPUtime=0 cores=0,2
/proc/255584/task/255677/stat : 255677 (Timer-0) S 255581 255584 253150 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 30829130 19566772224 238161 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
Current children cumulated CPU time: 278.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 952644 KiB

[startup+278.007 s]*
/proc/loadavg: 4.11 3.07 1.95 8/336 255736
/proc/meminfo: memFree=115571788/131524600 swapFree=131061428/131071996
[pid=255584] ppid=255581 vsize=19241304 memory=953228 CPUtime=279.03 cores=0,2
/proc/255584/stat : 255584 (java) S 255581 255584 253150 0 -1 1077936128 58660 0 0 0 27872 31 0 0 20 0 19 0 30829108 19703095296 238307 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
/proc/255584/statm: 4810326 238307 5941 1 0 556899 0
[pid=255584/tid=255587] ppid=255581 vsize=19241304 memory=-8815906665889768124 CPUtime=275.85 cores=0,2
/proc/255584/task/255587/stat : 255587 (java) S 255581 255584 253150 0 -1 1077936192 18428 0 0 0 27581 4 0 0 20 0 19 0 30829109 19703095296 238307 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
[pid=255584/tid=255620] ppid=255581 vsize=19241304 memory=-9044459746194447340 CPUtime=0 cores=0,2
/proc/255584/task/255620/stat : 255620 (Finalizer) S 255581 255584 253150 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 30829111 19703095296 238307 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
[pid=255584/tid=255634] ppid=255581 vsize=19241304 memory=2652 CPUtime=0 cores=0,2
/proc/255584/task/255634/stat : 255634 (Common-Cleaner) S 255581 255584 253150 0 -1 1077936192 246 0 0 0 0 0 0 0 20 0 19 0 30829112 19703095296 238307 134679101440 94253644808192 94253644811888 140724838696480 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94253644819704 94253644820496 94253652713472 140724838700038 140724838700128 140724838700128 140724838707144 0
Current children cumulated CPU time: 279.03 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 953228 KiB

Child status: 30

Real time (s): 278.03
CPU time (s): 279.047
CPU user time (s): 278.729
CPU system time (s): 0.318336
CPU usage (%): 100.366
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 953228

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 278.729
system time used= 0.318336
maximum resident set size= 954088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58748
page faults= 0
swaps= 0
block input operations= 0
block output operations= 384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9700
involuntary context switches= 2447


# summary of solver processes directly reported to runsolver:
#   pid: 255584
#   total CPU time (s): 279.047
#   total CPU user time (s): 278.729
#   total CPU system time (s): 0.318336

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.542159 second user time and 1.47889 second system time

The end

Launcher Data

Begin job on nodeC022 at 2024-07-25 23:31:02
IDJOB=4459911
IDBENCH=148663
IDSOLVER=3058
FILE ID=nodeC022/4459911-1721943062
RUNJOBID= nodeC022-1721943062-255545
SLURM_JOB_ID= 8247243
Free space on /tmp= 890084 MiB

SOLVER NAME= Sat4j Resolution Default 2024-07-07
BENCH NAME= PB24/normalized-PB07/OPT-NLC/submittedPB07/manquinho/bsg/normalized-bsg_50_25_3.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4459911-1721943062/watcher-4459911-1721943062 -o /tmp/evaluation-result-4459911-1721943062/solver-4459911-1721943062 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1721943062-255545 --watchdog 3760  java -jar sat4j-pb.jar HOME/instance-4459911-1721943062.opb

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

MD5SUM BENCH= ebac5252404fb179fdef7d7346a4bcb7
RANDOM SEED=789619186

nodeC022.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		: 3380.936
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.87
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		: 2836.942
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.75
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		: 3540.802
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.87
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		: 3598.128
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.75
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		: 3482.176
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.87
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		: 3441.638
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.75
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		: 3643.021
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.87
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		: 2687.404
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        124102072 kB
MemAvailable:   129636560 kB
Buffers:          344348 kB
Cached:          5939508 kB
SwapCached:         1424 kB
Active:          2653516 kB
Inactive:        4000032 kB
Active(anon):       1828 kB
Inactive(anon):   421596 kB
Active(file):    2651688 kB
Inactive(file):  3578436 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131061428 kB
Dirty:              1536 kB
Writeback:             0 kB
AnonPages:        368700 kB
Mapped:           115020 kB
Shmem:             53732 kB
KReclaimable:     292116 kB
Slab:             416360 kB
SReclaimable:     292116 kB
SUnreclaim:       124244 kB
KernelStack:        3968 kB
PageTables:         8704 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     680164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            17248 kB
HardwareCorrupted:     0 kB
AnonHugePages:    245760 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:      334548 kB
DirectMap2M:    36139008 kB
DirectMap1G:    99614720 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC022 at 2024-07-25 23:35:40