Trace number 4445192

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 2024 2024-07-07SAT 190.87 193.242

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
manquiho/Aardal_1/normalized-cuww4.opb
MD5SUM13439fe0222d33319b9169d149c100b9
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.00553
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables82
Total number of constraints2
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints2
Minimum length of a constraint82
Maximum length of a constraint82
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 104723596
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 1078440737
Number of bits of the biggest sum of numbers31
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 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.12	--- Begin Solver configuration ---
0.13/0.12	org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.13/0.12	Learn all clauses as in MiniSAT
0.13/0.12	LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	Expensive reason simplification
0.13/0.12	Glucose 2.1 dynamic restart strategy
0.13/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.13/0.12	timeout=2147483s
0.13/0.12	DB Simplification allowed=false
0.13/0.12	Listener: none
0.13/0.12	--- End Solver configuration ---
0.13/0.12	c Pseudo Boolean Optimization by upper bound
0.13/0.12	c --- Begin Solver configuration ---
0.13/0.12	c org.sat4j.pb.constraints.ResolutionPBLongHTClauseCardConstrDataStructure@2401f4c3
0.13/0.12	c Learn all clauses as in MiniSAT
0.13/0.12	c LOGGER=java.util.logging.Logger@762efe5d claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.13/0.12	c Expensive reason simplification
0.13/0.12	c Glucose 2.1 dynamic restart strategy
0.13/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.13/0.12	c timeout=2147483s
0.13/0.12	c DB Simplification allowed=false
0.13/0.12	c Listener: none
0.13/0.12	c --- End Solver configuration ---
0.13/0.12	c solving HOME/instance-4445192-1721817203.opb
0.13/0.12	c reading problem ... 
0.13/0.12	c using VERIPB proof format
0.13/0.13	c  no objective function found
0.13/0.13	c ... done. Wall clock time 0.01s.
0.13/0.13	c declared #vars     82
0.13/0.13	c #constraints  2
0.13/0.13	c constraints type 
0.13/0.13	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2
0.13/0.13	c 2 constraints processed.
1.09/0.65	c cleaning 2500 clauses out of 5000 with flag 10078/5000
2.07/1.13	c cleaning 4251 clauses out of 8502 with flag 22096/11002
2.84/1.57	c cleaning 5625 clauses out of 11250 with flag 36107/18001
3.65/1.95	c cleaning 6811 clauses out of 13624 with flag 52140/26000
4.17/2.27	c cleaning 7907 clauses out of 15813 with flag 70144/35000
4.71/2.61	c cleaning 8954 clauses out of 17907 with flag 90164/45001
5.17/2.94	c cleaning 9977 clauses out of 19953 with flag 112169/56001
5.46/3.29	c cleaning 10988 clauses out of 21975 with flag 136171/68000
5.89/3.68	c cleaning 11994 clauses out of 23988 with flag 162179/81001
6.39/4.10	c cleaning 12997 clauses out of 25994 with flag 190183/95001
6.79/4.58	c cleaning 13996 clauses out of 27996 with flag 220187/110000
7.29/5.08	c cleaning 14998 clauses out of 30000 with flag 252195/126000
7.95/5.64	c cleaning 15999 clauses out of 32002 with flag 286197/143000
8.60/6.26	c cleaning 17001 clauses out of 34004 with flag 322201/161001
9.22/6.87	c cleaning 18000 clauses out of 36002 with flag 360202/180000
9.94/7.55	c cleaning 19000 clauses out of 38002 with flag 400213/200000
10.62/8.22	c cleaning 19999 clauses out of 40003 with flag 442220/221001
11.44/9.06	c cleaning 21001 clauses out of 42005 with flag 486232/243002
12.23/9.81	c cleaning 21998 clauses out of 44004 with flag 532237/266002
13.02/10.65	c cleaning 23000 clauses out of 46005 with flag 580245/290001
13.91/11.55	c cleaning 23998 clauses out of 48004 with flag 630257/315000
14.92/12.54	c cleaning 25001 clauses out of 50007 with flag 682276/341001
15.80/13.49	c cleaning 26000 clauses out of 52005 with flag 736278/368000
16.93/14.55	c cleaning 27000 clauses out of 54006 with flag 792286/396001
18.02/15.69	c cleaning 27999 clauses out of 56005 with flag 850312/425000
19.20/16.85	c cleaning 29001 clauses out of 58007 with flag 910320/455001
20.44/18.08	c cleaning 30001 clauses out of 60005 with flag 972334/486000
21.71/19.30	c cleaning 31002 clauses out of 62004 with flag 1036336/518000
22.91/20.56	c cleaning 31999 clauses out of 64002 with flag 1102341/551000
24.30/21.94	c cleaning 33001 clauses out of 66004 with flag 1170355/585001
25.60/23.27	c cleaning 34000 clauses out of 68003 with flag 1240369/620001
26.98/24.62	c cleaning 34999 clauses out of 70004 with flag 1312382/656002
28.48/26.11	c cleaning 36003 clauses out of 72006 with flag 1386410/693003
30.06/27.71	c cleaning 36992 clauses out of 74000 with flag 1462420/731000
31.58/29.23	c cleaning 38002 clauses out of 76008 with flag 1540429/770000
33.07/30.70	c cleaning 39001 clauses out of 78007 with flag 1620456/810001
34.67/33.78	c cleaning 39999 clauses out of 80005 with flag 1702465/851000
36.56/35.64	c cleaning 41000 clauses out of 82007 with flag 1786493/893001
38.38/37.47	c cleaning 41996 clauses out of 84006 with flag 1872516/936000
40.26/39.31	c cleaning 43001 clauses out of 86010 with flag 1960542/980000
42.27/41.39	c cleaning 43999 clauses out of 88009 with flag 2050569/1025000
44.40/43.43	c cleaning 45005 clauses out of 90011 with flag 2142605/1071001
46.40/45.47	c cleaning 46002 clauses out of 92007 with flag 2236631/1118002
48.41/47.42	c cleaning 46998 clauses out of 94003 with flag 2332642/1166000
50.40/49.44	c cleaning 48000 clauses out of 96005 with flag 2430667/1215000
52.60/51.63	c cleaning 49002 clauses out of 98005 with flag 2530684/1265000
54.78/53.88	c cleaning 49997 clauses out of 100003 with flag 2632694/1316000
57.22/56.22	c cleaning 51000 clauses out of 102006 with flag 2736703/1368000
59.61/58.69	c cleaning 52003 clauses out of 104007 with flag 2842776/1421001
62.01/61.00	c cleaning 53001 clauses out of 106003 with flag 2950786/1475000
64.41/64.01	c cleaning 53993 clauses out of 108002 with flag 3060815/1530000
66.93/66.57	c cleaning 55000 clauses out of 110009 with flag 3172844/1586000
69.93/69.57	c cleaning 56003 clauses out of 112012 with flag 3286870/1643003
72.73/72.36	c cleaning 56998 clauses out of 114007 with flag 3402889/1701001
75.72/75.36	c cleaning 58002 clauses out of 116010 with flag 3520929/1760002
78.45/78.07	c cleaning 59001 clauses out of 118007 with flag 3640959/1820001
81.13/80.79	c cleaning 60000 clauses out of 120007 with flag 3762979/1881002
84.27/83.82	c cleaning 61000 clauses out of 122006 with flag 3887001/1943001
87.16/86.70	c cleaning 61999 clauses out of 124007 with flag 4013017/2006002
90.10/89.66	c cleaning 63001 clauses out of 126006 with flag 4141032/2070000
93.32/92.80	c cleaning 64003 clauses out of 128006 with flag 4271052/2135001
97.17/97.07	c cleaning 64996 clauses out of 130002 with flag 4403075/2201000
100.30/100.18	c cleaning 66004 clauses out of 132007 with flag 4537109/2268001
103.94/103.70	c cleaning 67001 clauses out of 134003 with flag 4673139/2336001
107.88/107.63	c cleaning 67997 clauses out of 136001 with flag 4811170/2405000
113.99/113.77	c cleaning 68997 clauses out of 138004 with flag 4951186/2475000
117.93/117.62	c cleaning 69995 clauses out of 140007 with flag 5093220/2546000
121.69/121.37	c cleaning 71002 clauses out of 142012 with flag 5237259/2618000
125.26/125.28	c cleaning 72001 clauses out of 144011 with flag 5383287/2691001
128.89/128.82	c cleaning 73003 clauses out of 146009 with flag 5531317/2765000
133.42/133.31	c cleaning 73997 clauses out of 148006 with flag 5681335/2840000
137.36/137.28	c cleaning 75001 clauses out of 150010 with flag 5833372/2916001
141.19/141.01	c cleaning 76000 clauses out of 152008 with flag 5987390/2993000
144.86/144.76	c cleaning 76999 clauses out of 154009 with flag 6143415/3071001
149.13/149.04	c cleaning 78004 clauses out of 156011 with flag 6301452/3150002
153.73/153.60	c cleaning 79002 clauses out of 158006 with flag 6461471/3230001
158.65/160.97	c cleaning 79995 clauses out of 160004 with flag 6623496/3311001
163.12/165.36	c cleaning 81000 clauses out of 162008 with flag 6787545/3393000
167.77/169.96	c cleaning 82000 clauses out of 164008 with flag 6953577/3476000
173.00/175.18	c cleaning 82999 clauses out of 166008 with flag 7121624/3560000
178.52/180.68	c cleaning 84002 clauses out of 168009 with flag 7291639/3645000
186.32/188.43	c cleaning 85004 clauses out of 170008 with flag 7463678/3731001
190.73/193.12	c SATISFIABLE
190.73/193.16	c starts		: 1
190.73/193.16	c conflicts		: 3810189
190.73/193.16	c decisions		: 3811047
190.73/193.16	c propagations		: 18006060
190.73/193.16	c inspects		: 726541091
190.73/193.16	c shortcuts		: 0
190.73/193.16	c learnt literals	: 0
190.73/193.16	c learnt binary clauses	: 0
190.73/193.16	c learnt ternary clauses	: 0
190.73/193.16	c learnt constraints	: 3810189
190.73/193.16	c ignored constraints	: 0
190.73/193.16	c root simplifications	: 0
190.73/193.16	c removed literals (reason simplification)	: 39393075
190.73/193.16	c reason swapping (by a shorter reason)	: 0
190.73/193.16	c Calls to reduceDB	: 82
190.73/193.16	c Number of update (reduction) of LBD	: 969
190.73/193.16	c Imported unit clauses	: 0
190.73/193.16	c No decision after first conflict	: false
190.73/193.16	c number of reductions to clauses (during analyze)	: 0
190.73/193.16	c number of learned constraints concerned by reduction	: 0
190.73/193.16	c number of learning phase by resolution	: 0
190.73/193.16	c number of learning phase by cutting planes	: 0
190.73/193.16	c number of rounding to 1 operations	: 0
190.73/193.16	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
190.73/193.16	c number of reductions of the coefficients by power 2 	: 0
190.73/193.16	c number of right shift for reduction by power 2 	: 0
190.73/193.16	c number of reductions of the coefficients by GCD over coefficients 	: 0
190.73/193.16	c number of ending skipping 	: 0
190.73/193.16	c number of internal skipping 	: 0
190.73/193.16	c number of derivation steps 	: 0
190.73/193.16	c number of skipped derivation steps 	: 0
190.73/193.16	c number of remaining unassigned 	: 0
190.73/193.16	c number of remaining assigned 	: 0
190.73/193.16	c number of falsified literals weakened from reason	: 0
190.73/193.16	c number of falsified literals weakened from conflict	: 0
190.73/193.16	c time for arithmetic operations	: 0
190.73/193.16	c minimum degree of deleted constraints	: null
190.73/193.16	c maximum degree of deleted constraints	: null
190.73/193.16	c number of deleted constraints	: 0
190.73/193.16	c speed (assignments/second)	: 93282.59777129625
190.73/193.16	c non guided choices	: 69
190.81/193.22	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 164192
190.81/193.23	s SATISFIABLE
190.81/193.23	c Found 1 solution(s)
190.81/193.23	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 
190.81/193.23	c Total wall clock time (in seconds): 193.105

Verifier Data

OK	0

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: 63968 MiB (60970 MiB free)
  memory of node 1: 64473 MiB (60181 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445192-1721817203/watcher-4445192-1721817203 -o /tmp/evaluation-result-4445192-1721817203/solver-4445192-1721817203 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1721817188-183882 --watchdog 3760 java -Dveripb=PROOFDIR/proof-4445192-1721817203 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4445192-1721817203.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
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=184814, runsolver pid=184811

[startup+0.100073 s]*
/proc/loadavg: 2.15 0.55 0.35 7/315 184836
/proc/meminfo: memFree=124155048/131524600 swapFree=131055480/131071996
[pid=184814] ppid=184811 vsize=18975048 memory=67044 CPUtime=0.13 cores=0,2
/proc/184814/stat : 184814 (java) S 184811 184814 183872 0 -1 1077936128 7095 0 0 0 11 2 0 0 20 0 18 0 18243699 19430449152 16761 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
/proc/184814/statm: 4743762 16761 5708 1 0 549355 0
[pid=184814/tid=184816] ppid=184811 vsize=18975048 memory=4026531971 CPUtime=0.08 cores=0,2
/proc/184814/task/184816/stat : 184816 (java) R 184811 184814 183872 0 -1 4194368 5694 0 0 0 7 1 0 0 20 0 18 0 18243699 19430449152 16761 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
[pid=184814/tid=184825] ppid=184811 vsize=18975048 memory=1230895 CPUtime=0 cores=0,2
/proc/184814/task/184825/stat : 184825 (Finalizer) S 184811 184814 183872 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 18243702 19430449152 16761 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
[pid=184814/tid=184833] ppid=184811 vsize=18975048 memory=13855165887284878 CPUtime=0 cores=0,2
/proc/184814/task/184833/stat : 184833 (Common-Cleaner) S 184811 184814 183872 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 18243702 19430449152 16761 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 67044 KiB

[startup+0.20661 s]*
/proc/loadavg: 2.15 0.55 0.35 6/315 184851
/proc/meminfo: memFree=124145292/131524600 swapFree=131055480/131071996
[pid=184814] ppid=184811 vsize=19041612 memory=75356 CPUtime=0.33 cores=0,2
/proc/184814/stat : 184814 (java) S 184811 184814 183872 0 -1 1077936128 7602 0 0 0 31 2 0 0 20 0 19 0 18243699 19498610688 18839 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
/proc/184814/statm: 4760403 18839 5848 1 0 549929 0
[pid=184814/tid=184816] ppid=184811 vsize=19041612 memory=4782652875487838339 CPUtime=0.18 cores=0,2
/proc/184814/task/184816/stat : 184816 (java) S 184811 184814 183872 0 -1 1077936192 5923 0 0 0 17 1 0 0 20 0 19 0 18243699 19498610688 18839 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
[pid=184814/tid=184825] ppid=184811 vsize=19041612 memory=1230895 CPUtime=0 cores=0,2
/proc/184814/task/184825/stat : 184825 (Finalizer) S 184811 184814 183872 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18243702 19498610688 18839 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
[pid=184814/tid=184833] ppid=184811 vsize=19041612 memory=13855165887284878 CPUtime=0 cores=0,2
/proc/184814/task/184833/stat : 184833 (Common-Cleaner) S 184811 184814 183872 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18243702 19498610688 18839 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
[pid=184814/tid=184837] ppid=184811 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/184814/task/184837/stat : 184837 (Timer-0) S 184811 184814 183872 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 18243713 19498610688 18839 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 75356 KiB

[startup+0.305595 s]*
/proc/loadavg: 2.15 0.55 0.35 9/314 184863
/proc/meminfo: memFree=124116436/131524600 swapFree=131055480/131071996
[pid=184814] ppid=184811 vsize=19041612 memory=102096 CPUtime=0.51 cores=0,2
/proc/184814/stat : 184814 (java) S 184811 184814 183872 0 -1 1077936128 8371 0 0 0 48 3 0 0 20 0 19 0 18243699 19498610688 25524 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
/proc/184814/statm: 4760403 25524 5848 1 0 550412 0
[pid=184814/tid=184816] ppid=184811 vsize=19041612 memory=-9105260747169768124 CPUtime=0.28 cores=0,2
/proc/184814/task/184816/stat : 184816 (java) R 184811 184814 183872 0 -1 4194368 5945 0 0 0 26 2 0 0 20 0 19 0 18243699 19498610688 25524 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
[pid=184814/tid=184825] ppid=184811 vsize=19041612 memory=1469928791267705177 CPUtime=0 cores=0,2
/proc/184814/task/184825/stat : 184825 (Finalizer) S 184811 184814 183872 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 18243702 19498610688 25524 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
[pid=184814/tid=184833] ppid=184811 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/184814/task/184833/stat : 184833 (Common-Cleaner) S 184811 184814 183872 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 18243702 19498610688 25524 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
[pid=184814/tid=184837] ppid=184811 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/184814/task/184837/stat : 184837 (Timer-0) S 184811 184814 183872 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 18243713 19498610688 25524 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 102096 KiB

[startup+0.700623 s]
/proc/loadavg: 2.15 0.55 0.35 7/312 184874
/proc/meminfo: memFree=124056668/131524600 swapFree=131055480/131071996
[pid=184814] ppid=184811 vsize=19111228 memory=181036 CPUtime=1.27 cores=0,2
/proc/184814/stat : 184814 (java) S 184811 184814 183872 0 -1 1077936128 14493 0 0 0 122 5 0 0 20 0 20 0 18243699 19569897472 45259 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
/proc/184814/statm: 4777807 45259 5880 1 0 554781 0
[pid=184814/tid=184816] ppid=184811 vsize=19111228 memory=5432 CPUtime=0.66 cores=0,2
/proc/184814/task/184816/stat : 184816 (java) R 184811 184814 183872 0 -1 4194368 6029 0 0 0 63 3 0 0 20 0 20 0 18243699 19569897472 45259 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
[pid=184814/tid=184825] ppid=184811 vsize=19111228 memory=12304 CPUtime=0 cores=0,2
/proc/184814/task/184825/stat : 184825 (Finalizer) S 184811 184814 183872 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18243702 19569897472 45259 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
[pid=184814/tid=184833] ppid=184811 vsize=19111228 memory=0 CPUtime=0 cores=0,2
/proc/184814/task/184833/stat : 184833 (Common-Cleaner) S 184811 184814 183872 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18243702 19569897472 45259 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
[pid=184814/tid=184837] ppid=184811 vsize=19111228 memory=280256951149344 CPUtime=0 cores=0,2
/proc/184814/task/184837/stat : 184837 (Timer-0) S 184811 184814 183872 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18243713 19569897472 45259 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19111228 KiB
Current children cumulated memory: 181036 KiB

[startup+1.50059 s]
/proc/loadavg: 2.15 0.55 0.35 10/337 184903
/proc/meminfo: memFree=123880500/131524600 swapFree=131055480/131071996
[pid=184814] ppid=184811 vsize=19108176 memory=188684 CPUtime=2.84 cores=0,2
/proc/184814/stat : 184814 (java) S 184811 184814 183872 0 -1 1077936128 23920 0 0 0 277 7 0 0 20 0 20 0 18243699 19566772224 47171 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
/proc/184814/statm: 4777044 47171 5880 1 0 556058 0
[pid=184814/tid=184816] ppid=184811 vsize=19108176 memory=12304 CPUtime=1.43 cores=0,2
/proc/184814/task/184816/stat : 184816 (java) R 184811 184814 183872 0 -1 4194368 6461 0 0 0 139 4 0 0 20 0 20 0 18243699 19566772224 47171 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
[pid=184814/tid=184825] ppid=184811 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/184814/task/184825/stat : 184825 (Finalizer) S 184811 184814 183872 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18243702 19566772224 47171 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
[pid=184814/tid=184833] ppid=184811 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/184814/task/184833/stat : 184833 (Common-Cleaner) S 184811 184814 183872 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18243702 19566772224 47171 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
[pid=184814/tid=184837] ppid=184811 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/184814/task/184837/stat : 184837 (Timer-0) S 184811 184814 183872 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18243713 19566772224 47171 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
Current children cumulated CPU time: 2.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 188684 KiB

[startup+3.10661 s]
/proc/loadavg: 2.15 0.55 0.35 5/338 184906
/proc/meminfo: memFree=122403760/131524600 swapFree=131055480/131071996
[pid=184814] ppid=184811 vsize=19108176 memory=498644 CPUtime=5.37 cores=0,2
/proc/184814/stat : 184814 (java) S 184811 184814 183872 0 -1 1077936128 26048 0 0 0 521 16 0 0 20 0 20 0 18243699 19566772224 124661 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
/proc/184814/statm: 4777044 124661 5880 1 0 556060 0
[pid=184814/tid=184816] ppid=184811 vsize=19108176 memory=0 CPUtime=3 cores=0,2
/proc/184814/task/184816/stat : 184816 (java) R 184811 184814 183872 0 -1 4194368 7063 0 0 0 287 13 0 0 20 0 20 0 18243699 19566772224 124661 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
[pid=184814/tid=184825] ppid=184811 vsize=19108176 memory=2241 CPUtime=0 cores=0,2
/proc/184814/task/184825/stat : 184825 (Finalizer) S 184811 184814 183872 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18243702 19566772224 124661 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
[pid=184814/tid=184833] ppid=184811 vsize=19108176 memory=12304 CPUtime=0 cores=0,2
/proc/184814/task/184833/stat : 184833 (Common-Cleaner) S 184811 184814 183872 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18243702 19566772224 124661 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
[pid=184814/tid=184837] ppid=184811 vsize=19108176 memory=11944 CPUtime=0 cores=0,2
/proc/184814/task/184837/stat : 184837 (Timer-0) S 184811 184814 183872 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18243713 19566772224 124661 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
Current children cumulated CPU time: 5.37 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 498644 KiB

[startup+6.30059 s]
/proc/loadavg: 2.29 0.61 0.37 5/338 184906
/proc/meminfo: memFree=120308024/131524600 swapFree=131055480/131071996
[pid=184814] ppid=184811 vsize=19108176 memory=1161092 CPUtime=8.71 cores=0,2
/proc/184814/stat : 184814 (java) S 184811 184814 183872 0 -1 1077936128 27047 0 0 0 835 36 0 0 20 0 20 0 18243699 19566772224 290273 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
/proc/184814/statm: 4777044 290273 5880 1 0 556063 0
[pid=184814/tid=184816] ppid=184811 vsize=19108176 memory=0 CPUtime=6.14 cores=0,2
/proc/184814/task/184816/stat : 184816 (java) R 184811 184814 183872 0 -1 4194368 7905 0 0 0 582 32 0 0 20 0 20 0 18243699 19566772224 290273 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
[pid=184814/tid=184825] ppid=184811 vsize=19108176 memory=-8815664730926849397 CPUtime=0 cores=0,2
/proc/184814/task/184825/stat : 184825 (Finalizer) S 184811 184814 183872 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18243702 19566772224 290273 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
[pid=184814/tid=184833] ppid=184811 vsize=19108176 memory=188684 CPUtime=0 cores=0,2
/proc/184814/task/184833/stat : 184833 (Common-Cleaner) S 184811 184814 183872 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18243702 19566772224 290273 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
[pid=184814/tid=184837] ppid=184811 vsize=19108176 memory=12304 CPUtime=0 cores=0,2
/proc/184814/task/184837/stat : 184837 (Timer-0) S 184811 184814 183872 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18243713 19566772224 290273 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
Current children cumulated CPU time: 8.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1161092 KiB

[startup+12.7006 s]
/proc/loadavg: 2.43 0.67 0.39 5/338 184907
/proc/meminfo: memFree=118897428/131524600 swapFree=131055480/131071996
[pid=184814] ppid=184811 vsize=19108176 memory=1331640 CPUtime=15.11 cores=0,2
/proc/184814/stat : 184814 (java) S 184811 184814 183872 0 -1 1077936128 31444 0 0 0 1460 51 0 0 20 0 20 0 18243699 19566772224 332910 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
/proc/184814/statm: 4777044 332910 5880 1 0 556063 0
[pid=184814/tid=184816] ppid=184811 vsize=19108176 memory=12304 CPUtime=12.44 cores=0,2
/proc/184814/task/184816/stat : 184816 (java) R 184811 184814 183872 0 -1 4194368 8694 0 0 0 1198 46 0 0 20 0 20 0 18243699 19566772224 332910 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
[pid=184814/tid=184825] ppid=184811 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/184814/task/184825/stat : 184825 (Finalizer) S 184811 184814 183872 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18243702 19566772224 332910 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
[pid=184814/tid=184833] ppid=184811 vsize=19108176 memory=1331640 CPUtime=0 cores=0,2
/proc/184814/task/184833/stat : 184833 (Common-Cleaner) S 184811 184814 183872 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18243702 19566772224 332910 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
[pid=184814/tid=184837] ppid=184811 vsize=19108176 memory=2296 CPUtime=0 cores=0,2
/proc/184814/task/184837/stat : 184837 (Timer-0) S 184811 184814 183872 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18243713 19566772224 332910 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
Current children cumulated CPU time: 15.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1331640 KiB

[startup+25.5006 s]
/proc/loadavg: 2.78 0.83 0.45 5/339 184910
/proc/meminfo: memFree=118111232/131524600 swapFree=131055480/131071996
[pid=184814] ppid=184811 vsize=19108176 memory=1343948 CPUtime=27.87 cores=0,2
/proc/184814/stat : 184814 (java) S 184811 184814 183872 0 -1 1077936128 35736 0 0 0 2713 74 0 0 20 0 20 0 18243699 19566772224 335987 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
/proc/184814/statm: 4777044 335987 5880 1 0 556063 0
[pid=184814/tid=184816] ppid=184811 vsize=19108176 memory=11944 CPUtime=25.02 cores=0,2
/proc/184814/task/184816/stat : 184816 (java) R 184811 184814 183872 0 -1 4194368 9878 0 0 0 2433 69 0 0 20 0 20 0 18243699 19566772224 335987 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
[pid=184814/tid=184825] ppid=184811 vsize=19108176 memory=1343948 CPUtime=0 cores=0,2
/proc/184814/task/184825/stat : 184825 (Finalizer) S 184811 184814 183872 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18243702 19566772224 335987 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
[pid=184814/tid=184833] ppid=184811 vsize=19108176 memory=1341900 CPUtime=0 cores=0,2
/proc/184814/task/184833/stat : 184833 (Common-Cleaner) S 184811 184814 183872 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 18243702 19566772224 335987 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
[pid=184814/tid=184837] ppid=184811 vsize=19108176 memory=2482 CPUtime=0 cores=0,2
/proc/184814/task/184837/stat : 184837 (Timer-0) S 184811 184814 183872 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18243713 19566772224 335987 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
Current children cumulated CPU time: 27.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1343948 KiB

[startup+51.1058 s]
/proc/loadavg: 3.32 1.12 0.55 5/339 184980
/proc/meminfo: memFree=118810148/131524600 swapFree=131055480/131071996
[pid=184814] ppid=184811 vsize=19108176 memory=1366488 CPUtime=52.11 cores=0,2
/proc/184814/stat : 184814 (java) S 184811 184814 183872 0 -1 1077936128 40030 0 0 0 5093 118 0 0 20 0 20 0 18243699 19566772224 341622 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
/proc/184814/statm: 4777044 341622 5880 1 0 556063 0

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

/proc/184814/task/184833/stat : 184833 (Common-Cleaner) S 184811 184814 183872 0 -1 1077936192 97 0 0 0 0 0 0 0 20 0 20 0 18243702 19566772224 382737 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
[pid=184814/tid=184837] ppid=184811 vsize=19108176 memory=67912 CPUtime=0 cores=0,2
/proc/184814/task/184837/stat : 184837 (Timer-0) S 184811 184814 183872 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18243713 19566772224 382737 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
Current children cumulated CPU time: 102.55 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1530948 KiB

[startup+162.3 s]
/proc/loadavg: 4.19 2.10 0.97 5/339 185003
/proc/meminfo: memFree=115375204/131524600 swapFree=131055480/131071996
[pid=184814] ppid=184811 vsize=19108176 memory=1787228 CPUtime=160.08 cores=0,2
/proc/184814/stat : 184814 (java) S 184811 184814 183872 0 -1 1077936128 50110 0 0 0 15732 276 0 0 20 0 20 0 18243699 19566772224 446807 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
/proc/184814/statm: 4777044 446807 5912 1 0 556063 0
[pid=184814/tid=184816] ppid=184811 vsize=19108176 memory=12304 CPUtime=154.2 cores=0,2
/proc/184814/task/184816/stat : 184816 (java) R 184811 184814 183872 0 -1 4194368 15864 0 0 0 15164 256 0 0 20 0 20 0 18243699 19566772224 446807 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 519 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
[pid=184814/tid=184825] ppid=184811 vsize=19108176 memory=1409816 CPUtime=0 cores=0,2
/proc/184814/task/184825/stat : 184825 (Finalizer) S 184811 184814 183872 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18243702 19566772224 446807 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
[pid=184814/tid=184833] ppid=184811 vsize=19108176 memory=67912 CPUtime=0 cores=0,2
/proc/184814/task/184833/stat : 184833 (Common-Cleaner) S 184811 184814 183872 0 -1 1077936192 172 0 0 0 0 0 0 0 20 0 20 0 18243702 19566772224 446807 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
[pid=184814/tid=184837] ppid=184811 vsize=19108176 memory=1787168 CPUtime=0 cores=0,2
/proc/184814/task/184837/stat : 184837 (Timer-0) S 184811 184814 183872 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18243713 19566772224 446807 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
Current children cumulated CPU time: 160.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1787228 KiB

[startup+193.242 s]
# the end of solver process 184814 was just reported to runsolver
# Child status: 10

# cumulated CPU time of all completed processes:  user=187.737 s, system=3.13319 s

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

[startup+179.2 s]
/proc/loadavg: 4.15 2.19 1.02 5/339 185005
/proc/meminfo: memFree=114729952/131524600 swapFree=131055480/131071996
[pid=184814] ppid=184811 vsize=19108176 memory=1867112 CPUtime=177.13 cores=0,2
/proc/184814/stat : 184814 (java) S 184811 184814 183872 0 -1 1077936128 50384 0 0 0 17414 299 0 0 20 0 20 0 18243699 19566772224 466778 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
/proc/184814/statm: 4777044 466778 5912 1 0 556063 0
[pid=184814/tid=184816] ppid=184811 vsize=19108176 memory=-9105260747169768124 CPUtime=170.81 cores=0,2
/proc/184814/task/184816/stat : 184816 (java) R 184811 184814 183872 0 -1 4194368 16029 0 0 0 16804 277 0 0 20 0 20 0 18243699 19566772224 466778 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 519 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
[pid=184814/tid=184825] ppid=184811 vsize=19108176 memory=15884 CPUtime=0 cores=0,2
/proc/184814/task/184825/stat : 184825 (Finalizer) S 184811 184814 183872 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18243702 19566772224 466778 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
[pid=184814/tid=184833] ppid=184811 vsize=19108176 memory=11944 CPUtime=0 cores=0,2
/proc/184814/task/184833/stat : 184833 (Common-Cleaner) S 184811 184814 183872 0 -1 1077936192 172 0 0 0 0 0 0 0 20 0 20 0 18243702 19566772224 466778 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
[pid=184814/tid=184837] ppid=184811 vsize=19108176 memory=1842536 CPUtime=0 cores=0,2
/proc/184814/task/184837/stat : 184837 (Timer-0) S 184811 184814 183872 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18243713 19566772224 466778 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
Current children cumulated CPU time: 177.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1867112 KiB

[startup+185.6 s]
/proc/loadavg: 4.13 2.25 1.06 5/339 185006
/proc/meminfo: memFree=114508988/131524600 swapFree=131055480/131071996
[pid=184814] ppid=184811 vsize=19108176 memory=1867112 CPUtime=183.53 cores=0,2
/proc/184814/stat : 184814 (java) S 184811 184814 183872 0 -1 1077936128 50607 0 0 0 18047 306 0 0 20 0 20 0 18243699 19566772224 466778 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
/proc/184814/statm: 4777044 466778 5912 1 0 556063 0
[pid=184814/tid=184816] ppid=184811 vsize=19108176 memory=11944 CPUtime=177.17 cores=0,2
/proc/184814/task/184816/stat : 184816 (java) R 184811 184814 183872 0 -1 4194368 16162 0 0 0 17432 285 0 0 20 0 20 0 18243699 19566772224 466778 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 519 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
[pid=184814/tid=184825] ppid=184811 vsize=19108176 memory=67912 CPUtime=0 cores=0,2
/proc/184814/task/184825/stat : 184825 (Finalizer) S 184811 184814 183872 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18243702 19566772224 466778 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
[pid=184814/tid=184833] ppid=184811 vsize=19108176 memory=39732 CPUtime=0 cores=0,2
/proc/184814/task/184833/stat : 184833 (Common-Cleaner) S 184811 184814 183872 0 -1 1077936192 234 0 0 0 0 0 0 0 20 0 20 0 18243702 19566772224 466778 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
[pid=184814/tid=184837] ppid=184811 vsize=19108176 memory=32168 CPUtime=0 cores=0,2
/proc/184814/task/184837/stat : 184837 (Timer-0) S 184811 184814 183872 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18243713 19566772224 466778 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
Current children cumulated CPU time: 183.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1867112 KiB

[startup+188.8 s]
/proc/loadavg: 4.13 2.25 1.06 5/339 185006
/proc/meminfo: memFree=114442668/131524600 swapFree=131055480/131071996
[pid=184814] ppid=184811 vsize=19108176 memory=1867112 CPUtime=186.72 cores=0,2
/proc/184814/stat : 184814 (java) S 184811 184814 183872 0 -1 1077936128 50800 0 0 0 18365 307 0 0 20 0 20 0 18243699 19566772224 466778 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
/proc/184814/statm: 4777044 466778 5912 1 0 556063 0
[pid=184814/tid=184816] ppid=184811 vsize=19108176 memory=25596 CPUtime=180.35 cores=0,2
/proc/184814/task/184816/stat : 184816 (java) R 184811 184814 183872 0 -1 4194368 16355 0 0 0 17750 285 0 0 20 0 20 0 18243699 19566772224 466778 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 519 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
[pid=184814/tid=184825] ppid=184811 vsize=19108176 memory=67912 CPUtime=0 cores=0,2
/proc/184814/task/184825/stat : 184825 (Finalizer) S 184811 184814 183872 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18243702 19566772224 466778 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
[pid=184814/tid=184833] ppid=184811 vsize=19108176 memory=12304 CPUtime=0 cores=0,2
/proc/184814/task/184833/stat : 184833 (Common-Cleaner) S 184811 184814 183872 0 -1 1077936192 234 0 0 0 0 0 0 0 20 0 20 0 18243702 19566772224 466778 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
[pid=184814/tid=184837] ppid=184811 vsize=19108176 memory=5432 CPUtime=0 cores=0,2
/proc/184814/task/184837/stat : 184837 (Timer-0) S 184811 184814 183872 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18243713 19566772224 466778 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
Current children cumulated CPU time: 186.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1867112 KiB

[startup+190.4 s]
/proc/loadavg: 4.12 2.28 1.07 5/339 185006
/proc/meminfo: memFree=114414640/131524600 swapFree=131055480/131071996
[pid=184814] ppid=184811 vsize=19108176 memory=1867112 CPUtime=188.36 cores=0,2
/proc/184814/stat : 184814 (java) S 184811 184814 183872 0 -1 1077936128 50808 0 0 0 18527 309 0 0 20 0 20 0 18243699 19566772224 466778 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
/proc/184814/statm: 4777044 466778 5912 1 0 556063 0
[pid=184814/tid=184816] ppid=184811 vsize=19108176 memory=67912 CPUtime=181.9 cores=0,2
/proc/184814/task/184816/stat : 184816 (java) R 184811 184814 183872 0 -1 4194368 16361 0 0 0 17903 287 0 0 20 0 20 0 18243699 19566772224 466778 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 519 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
[pid=184814/tid=184825] ppid=184811 vsize=19108176 memory=5432 CPUtime=0 cores=0,2
/proc/184814/task/184825/stat : 184825 (Finalizer) S 184811 184814 183872 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18243702 19566772224 466778 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
[pid=184814/tid=184833] ppid=184811 vsize=19108176 memory=15884 CPUtime=0 cores=0,2
/proc/184814/task/184833/stat : 184833 (Common-Cleaner) S 184811 184814 183872 0 -1 1077936192 234 0 0 0 0 0 0 0 20 0 20 0 18243702 19566772224 466778 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
[pid=184814/tid=184837] ppid=184811 vsize=19108176 memory=2296 CPUtime=0 cores=0,2
/proc/184814/task/184837/stat : 184837 (Timer-0) S 184811 184814 183872 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18243713 19566772224 466778 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
Current children cumulated CPU time: 188.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1867112 KiB

[startup+192 s]*
/proc/loadavg: 4.12 2.28 1.07 5/339 185008
/proc/meminfo: memFree=114373764/131524600 swapFree=131055480/131071996
[pid=184814] ppid=184811 vsize=19108176 memory=1867112 CPUtime=189.63 cores=0,2
/proc/184814/stat : 184814 (java) S 184811 184814 183872 0 -1 1077936128 50936 0 0 0 18652 311 0 0 20 0 20 0 18243699 19566772224 466778 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
/proc/184814/statm: 4777044 466778 5912 1 0 556063 0
[pid=184814/tid=184816] ppid=184811 vsize=19108176 memory=-8815903371599585980 CPUtime=183.17 cores=0,2
/proc/184814/task/184816/stat : 184816 (java) R 184811 184814 183872 0 -1 4194368 16489 0 0 0 18028 289 0 0 20 0 20 0 18243699 19566772224 466778 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 553 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
[pid=184814/tid=184825] ppid=184811 vsize=19108176 memory=1470216867609149785 CPUtime=0 cores=0,2
/proc/184814/task/184825/stat : 184825 (Finalizer) S 184811 184814 183872 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18243702 19566772224 466778 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
[pid=184814/tid=184833] ppid=184811 vsize=19108176 memory=11680 CPUtime=0 cores=0,2
/proc/184814/task/184833/stat : 184833 (Common-Cleaner) S 184811 184814 183872 0 -1 1077936192 234 0 0 0 0 0 0 0 20 0 20 0 18243702 19566772224 466778 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
[pid=184814/tid=184837] ppid=184811 vsize=19108176 memory=2736 CPUtime=0 cores=0,2
/proc/184814/task/184837/stat : 184837 (Timer-0) S 184811 184814 183872 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18243713 19566772224 466778 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
Current children cumulated CPU time: 189.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1867112 KiB

[startup+192.8 s]
/proc/loadavg: 4.12 2.28 1.07 5/339 185008
/proc/meminfo: memFree=114373764/131524600 swapFree=131055480/131071996
[pid=184814] ppid=184811 vsize=19108176 memory=1867112 CPUtime=190.41 cores=0,2
/proc/184814/stat : 184814 (java) S 184811 184814 183872 0 -1 1077936128 50936 0 0 0 18730 311 0 0 20 0 20 0 18243699 19566772224 466778 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
/proc/184814/statm: 4777044 466778 5912 1 0 556063 0
[pid=184814/tid=184816] ppid=184811 vsize=19108176 memory=2836 CPUtime=183.96 cores=0,2
/proc/184814/task/184816/stat : 184816 (java) R 184811 184814 183872 0 -1 4194368 16489 0 0 0 18107 289 0 0 20 0 20 0 18243699 19566772224 466778 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 553 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
[pid=184814/tid=184825] ppid=184811 vsize=19108176 memory=3056 CPUtime=0 cores=0,2
/proc/184814/task/184825/stat : 184825 (Finalizer) S 184811 184814 183872 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18243702 19566772224 466778 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
[pid=184814/tid=184833] ppid=184811 vsize=19108176 memory=1785304 CPUtime=0 cores=0,2
/proc/184814/task/184833/stat : 184833 (Common-Cleaner) S 184811 184814 183872 0 -1 1077936192 234 0 0 0 0 0 0 0 20 0 20 0 18243702 19566772224 466778 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
[pid=184814/tid=184837] ppid=184811 vsize=19108176 memory=-9105260747169768124 CPUtime=0 cores=0,2
/proc/184814/task/184837/stat : 184837 (Timer-0) S 184811 184814 183872 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 18243713 19566772224 466778 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
Current children cumulated CPU time: 190.41 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1867112 KiB

[startup+193.201 s]
/proc/loadavg: 4.12 2.28 1.07 5/339 185008
/proc/meminfo: memFree=114350384/131524600 swapFree=131055480/131071996
[pid=184814] ppid=184811 vsize=19241304 memory=1867728 CPUtime=190.81 cores=0,2
/proc/184814/stat : 184814 (java) S 184811 184814 183872 0 -1 1077936128 53720 0 0 0 18769 312 0 0 20 0 20 0 18243699 19703095296 466932 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
/proc/184814/statm: 4810326 466932 5911 1 0 556720 0
[pid=184814/tid=184816] ppid=184811 vsize=19241304 memory=3084 CPUtime=184.29 cores=0,2
/proc/184814/task/184816/stat : 184816 (java) S 184811 184814 183872 0 -1 1077936192 18286 0 0 0 18139 290 0 0 20 0 20 0 18243699 19703095296 466932 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 557 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
[pid=184814/tid=184825] ppid=184811 vsize=19241304 memory=1867112 CPUtime=0 cores=0,2
/proc/184814/task/184825/stat : 184825 (Finalizer) S 184811 184814 183872 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 18243702 19703095296 466932 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
[pid=184814/tid=184833] ppid=184811 vsize=19241304 memory=2624 CPUtime=0 cores=0,2
/proc/184814/task/184833/stat : 184833 (Common-Cleaner) S 184811 184814 183872 0 -1 1077936192 234 0 0 0 0 0 0 0 20 0 20 0 18243702 19703095296 466932 134679101440 94176471310336 94176471314032 140721484699536 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94176471321848 94176471322640 94176474836992 140721484706731 140721484706913 140721484706913 140721484713928 0
Current children cumulated CPU time: 190.81 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 1867728 KiB

Child status: 10

Real time (s): 193.242
CPU time (s): 190.87
CPU user time (s): 187.737
CPU system time (s): 3.13319
CPU usage (%): 98.7728
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 1867728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 187.737
system time used= 3.13319
maximum resident set size= 1868856
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54092
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3176880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8488
involuntary context switches= 1992


# summary of solver processes directly reported to runsolver:
#   pid: 184814
#   total CPU time (s): 190.87
#   total CPU user time (s): 187.737
#   total CPU system time (s): 3.13319

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.37096 second user time and 1.04359 second system time

The end

Launcher Data

Begin job on nodeC028 at 2024-07-24 12:33:23
IDJOB=4445192
IDBENCH=148102
IDSOLVER=3079
FILE ID=nodeC028/4445192-1721817203
RUNJOBID= nodeC028-1721817188-183882
SLURM_JOB_ID= 7816888
Free space on /tmp= 890060 MiB

SOLVER NAME= Sat4j Resolution 2024 2024-07-07
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/manquiho/Aardal_1/normalized-cuww4.opb
COMMAND LINE= java -Dveripb=PROOFFILE -jar sat4j-pb.jar ResolutionPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4445192-1721817203/watcher-4445192-1721817203 -o /tmp/evaluation-result-4445192-1721817203/solver-4445192-1721817203 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC028-1721817188-183882 --watchdog 3760  java -Dveripb=PROOFDIR/proof-4445192-1721817203 -jar sat4j-pb.jar ResolutionPB24 HOME/instance-4445192-1721817203.opb

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

MD5SUM BENCH= 13439fe0222d33319b9169d149c100b9
RANDOM SEED=1967902297

nodeC028.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		: 3599.782
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.46
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		: 3600.542
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	: 7005.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.719
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.46
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		: 3599.724
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	: 7005.51
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		: 3653.056
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.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.724
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	: 7005.51
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		: 3653.056
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.46
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		: 3599.724
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	: 7005.51
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        124064472 kB
MemAvailable:   128338740 kB
Buffers:          237000 kB
Cached:          4823120 kB
SwapCached:          768 kB
Active:          2358336 kB
Inactive:        4413704 kB
Active(anon):       3996 kB
Inactive(anon):  1760072 kB
Active(file):    2354340 kB
Inactive(file):  2653632 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131055480 kB
Dirty:             67916 kB
Writeback:             0 kB
AnonPages:       1710312 kB
Mapped:           134220 kB
Shmem:             52380 kB
KReclaimable:     212236 kB
Slab:             337700 kB
SReclaimable:     212236 kB
SUnreclaim:       125464 kB
KernelStack:        5120 kB
PageTables:        13280 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    8988900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            13440 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1380352 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:      424660 kB
DirectMap2M:    46534656 kB
DirectMap1G:    89128960 kB

Free space on /tmp at the end= 890056 MiB
End job on nodeC028 at 2024-07-24 12:36:37