Trace number 4447751

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 Cutting Planes 2024 2024-07-12UNSAT 1097.75 1096.12

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/
ProofComplexity/normalized-regular-n25-d4-i2.cnf.gz-plain.pb.metafix.opb
MD5SUMce459d654692c78ea9ebe534277cd2e6
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark77.8957
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables101
Total number of constraints212
Number of constraints which are clauses212
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint3
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 5
Number of bits of the biggest sum of numbers3
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.09	c Free memory 		2106806208
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Use constraints as they come during conflict analysis
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: EFFECTIVE
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Dynamic restart strategy considering the size of the coefficients
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: EFFECTIVE
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Dynamic restart strategy considering the size of the coefficients
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4447751-1721357172.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  no objective function found
0.13/0.17	c ... done. Wall clock time 0.019s.
0.13/0.17	c declared #vars     101
0.13/0.17	c #constraints  212
0.13/0.17	c constraints type 
0.13/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 212
0.13/0.17	c 212 constraints processed.
1.28/0.79	c cleaning 2500 clauses out of 5003 with flag 0/5003
2.25/1.26	c cleaning 4251 clauses out of 8501 with flag 0/11001
3.26/1.79	c cleaning 5621 clauses out of 11250 with flag 0/18001
4.13/2.45	c cleaning 6810 clauses out of 13628 with flag 0/26000
4.92/3.12	c cleaning 7905 clauses out of 15819 with flag 0/35001
5.72/3.90	c cleaning 8951 clauses out of 17913 with flag 0/45000
6.67/4.86	c cleaning 9981 clauses out of 19963 with flag 0/56001
7.78/5.95	c cleaning 10989 clauses out of 21981 with flag 0/68000
8.88/7.09	c cleaning 11990 clauses out of 23992 with flag 0/81000
10.17/8.37	c cleaning 12996 clauses out of 26002 with flag 0/95000
11.77/9.94	c cleaning 13999 clauses out of 28006 with flag 0/110000
13.38/11.55	c cleaning 15000 clauses out of 30007 with flag 0/126000
15.24/13.31	c cleaning 15998 clauses out of 32007 with flag 0/143000
17.14/15.29	c cleaning 17000 clauses out of 34011 with flag 0/161002
19.34/17.40	c cleaning 18001 clauses out of 36009 with flag 0/180000
21.54/19.66	c cleaning 19001 clauses out of 38008 with flag 0/200000
23.94/22.01	c cleaning 19992 clauses out of 40008 with flag 0/221001
26.53/24.68	c cleaning 21005 clauses out of 42015 with flag 0/243000
29.53/27.63	c cleaning 22001 clauses out of 44012 with flag 0/266002
32.42/30.50	c cleaning 22996 clauses out of 46010 with flag 0/290001
35.51/33.62	c cleaning 24002 clauses out of 48014 with flag 0/315001
38.71/36.84	c cleaning 24997 clauses out of 50012 with flag 0/341001
42.03/40.12	c cleaning 25998 clauses out of 52014 with flag 0/368000
45.81/43.90	c cleaning 26999 clauses out of 54016 with flag 0/396000
49.45/47.61	c cleaning 28001 clauses out of 56018 with flag 0/425001
53.65/51.81	c cleaning 29002 clauses out of 58016 with flag 0/455000
58.25/56.45	c cleaning 30002 clauses out of 60014 with flag 0/486000
63.15/61.31	c cleaning 31002 clauses out of 62013 with flag 0/518001
67.85/66.06	c cleaning 32000 clauses out of 64011 with flag 0/551001
72.44/70.63	c cleaning 32996 clauses out of 66010 with flag 0/585000
76.63/74.86	c cleaning 33999 clauses out of 68014 with flag 0/620000
81.52/79.75	c cleaning 35000 clauses out of 70015 with flag 0/656000
86.72/84.97	c cleaning 35997 clauses out of 72015 with flag 0/693000
92.53/90.71	c cleaning 37002 clauses out of 74018 with flag 0/731000
98.51/96.79	c cleaning 38001 clauses out of 76016 with flag 0/770000
105.01/103.26	c cleaning 38998 clauses out of 78016 with flag 0/810001
111.69/109.92	c cleaning 40006 clauses out of 80019 with flag 0/851002
118.69/116.94	c cleaning 40999 clauses out of 82013 with flag 0/893002
126.37/124.60	c cleaning 42003 clauses out of 84014 with flag 0/936002
135.26/133.54	c cleaning 43000 clauses out of 86009 with flag 0/980000
144.05/142.31	c cleaning 43997 clauses out of 88010 with flag 0/1025001
152.36/150.69	c cleaning 45000 clauses out of 90014 with flag 0/1071002
161.35/159.67	c cleaning 45997 clauses out of 92012 with flag 0/1118000
170.25/168.54	c cleaning 46998 clauses out of 94015 with flag 0/1166000
179.68/177.93	c cleaning 48001 clauses out of 96017 with flag 0/1215000
187.98/186.20	c cleaning 49002 clauses out of 98016 with flag 0/1265000
196.98/195.26	c cleaning 50004 clauses out of 100017 with flag 0/1316003
207.16/205.41	c cleaning 51000 clauses out of 102013 with flag 0/1368003
217.36/215.69	c cleaning 51996 clauses out of 104010 with flag 0/1421000
228.08/226.30	c cleaning 53001 clauses out of 106014 with flag 0/1475000
238.40/236.61	c cleaning 54001 clauses out of 108014 with flag 0/1530001
249.39/247.69	c cleaning 54998 clauses out of 110012 with flag 0/1586000
260.69/258.94	c cleaning 56002 clauses out of 112014 with flag 0/1643000
273.32/271.53	c cleaning 56998 clauses out of 114012 with flag 0/1701000
284.94/283.15	c cleaning 58000 clauses out of 116017 with flag 0/1760003
297.23/295.40	c cleaning 59001 clauses out of 118014 with flag 0/1820000
310.42/308.63	c cleaning 59998 clauses out of 120013 with flag 0/1881000
323.86/322.16	c cleaning 61003 clauses out of 122016 with flag 0/1943001
337.10/335.02	c cleaning 61999 clauses out of 124014 with flag 0/2006002
350.22/347.96	c cleaning 63003 clauses out of 126015 with flag 0/2070002
363.54/361.27	c cleaning 63995 clauses out of 128011 with flag 0/2135001
377.75/375.41	c cleaning 65004 clauses out of 130018 with flag 0/2201003
391.46/389.18	c cleaning 65997 clauses out of 132015 with flag 0/2268004
406.76/404.42	c cleaning 67001 clauses out of 134015 with flag 0/2336001
422.20/419.80	c cleaning 68001 clauses out of 136014 with flag 0/2405001
437.61/435.26	c cleaning 69000 clauses out of 138013 with flag 0/2475001
453.10/450.76	c cleaning 69999 clauses out of 140012 with flag 0/2546000
469.63/467.21	c cleaning 70998 clauses out of 142013 with flag 0/2618000
486.83/484.40	c cleaning 72003 clauses out of 144015 with flag 0/2691000
504.13/501.75	c cleaning 72997 clauses out of 146013 with flag 0/2765001
521.10/518.72	c cleaning 73998 clauses out of 148015 with flag 0/2840000
538.27/535.95	c cleaning 75003 clauses out of 150018 with flag 0/2916001
557.06/554.75	c cleaning 76001 clauses out of 152014 with flag 0/2993000
576.46/574.13	c cleaning 77006 clauses out of 154016 with flag 0/3071003
595.85/593.59	c cleaning 78000 clauses out of 156008 with flag 0/3150001
615.46/613.14	c cleaning 78996 clauses out of 158008 with flag 0/3230001
634.93/632.40	c cleaning 79998 clauses out of 160011 with flag 0/3311001
653.54/651.09	c cleaning 80999 clauses out of 162012 with flag 0/3393000
674.08/671.50	c cleaning 81995 clauses out of 164014 with flag 0/3476001
695.81/693.29	c cleaning 82999 clauses out of 166020 with flag 0/3560002
718.30/715.79	c cleaning 84000 clauses out of 168020 with flag 0/3645001
740.53/737.96	c cleaning 85002 clauses out of 170019 with flag 0/3731000
761.38/758.96	c cleaning 86001 clauses out of 172019 with flag 0/3818002
781.66/779.33	c cleaning 86996 clauses out of 174017 with flag 0/3906001
803.34/801.16	c cleaning 88003 clauses out of 176021 with flag 0/3995001
825.30/823.27	c cleaning 89004 clauses out of 178018 with flag 0/4085001
847.56/845.68	c cleaning 90001 clauses out of 180014 with flag 0/4176001
871.71/869.93	c cleaning 90999 clauses out of 182013 with flag 0/4268001
896.81/895.24	c cleaning 91999 clauses out of 184013 with flag 0/4361000
920.75/919.26	c cleaning 93000 clauses out of 186014 with flag 0/4455000
944.54/943.05	c cleaning 93997 clauses out of 188014 with flag 0/4550000
970.75/969.28	c cleaning 95006 clauses out of 190018 with flag 0/4646001
995.46/993.90	c cleaning 95999 clauses out of 192011 with flag 0/4743000
1020.79/1019.21	c cleaning 96997 clauses out of 194012 with flag 0/4841000
1045.62/1044.09	c cleaning 97994 clauses out of 196017 with flag 0/4940002
1071.50/1069.92	c cleaning 99006 clauses out of 198021 with flag 0/5040000
1097.59/1096.04	c starts		: 1
1097.59/1096.04	c conflicts		: 5135606
1097.59/1096.04	c decisions		: 5707202
1097.59/1096.04	c propagations		: 100637872
1097.59/1096.04	c inspects		: 16791403690
1097.59/1096.04	c shortcuts		: 0
1097.59/1096.04	c learnt literals	: 1
1097.59/1096.04	c learnt binary clauses	: 2
1097.59/1096.04	c learnt ternary clauses	: 4
1097.59/1096.04	c learnt constraints	: 5135604
1097.59/1096.04	c ignored constraints	: 0
1097.59/1096.04	c root simplifications	: 0
1097.59/1096.04	c removed literals (reason simplification)	: 0
1097.59/1096.04	c reason swapping (by a shorter reason)	: 0
1097.59/1096.04	c Calls to reduceDB	: 96
1097.59/1096.04	c Number of update (reduction) of LBD	: 6435909
1097.59/1096.04	c Imported unit clauses	: 0
1097.59/1096.04	c No decision after first conflict	: false
1097.59/1096.04	c number of reductions to clauses (during analyze)	: 0
1097.59/1096.04	c number of learned constraints concerned by reduction	: 0
1097.59/1096.04	c number of learning phase by resolution	: 0
1097.59/1096.04	c number of learning phase by cutting planes	: 0
1097.59/1096.04	c number of rounding to 1 operations	: 0
1097.59/1096.04	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1097.59/1096.04	c number of reductions of the coefficients by power 2 	: 0
1097.59/1096.04	c number of right shift for reduction by power 2 	: 0
1097.59/1096.04	c number of reductions of the coefficients by GCD over coefficients 	: 0
1097.59/1096.04	c number of ending skipping 	: 0
1097.59/1096.04	c number of internal skipping 	: 0
1097.59/1096.04	c number of derivation steps 	: 56353707
1097.59/1096.04	c number of skipped derivation steps 	: 0
1097.59/1096.04	c number of remaining unassigned 	: 0
1097.59/1096.04	c number of remaining assigned 	: 0
1097.59/1096.04	c number of falsified literals weakened from reason	: 0
1097.59/1096.04	c number of falsified literals weakened from conflict	: 0
1097.59/1096.04	c time for arithmetic operations	: 0
1097.59/1096.05	c minimum degree of deleted constraints	: 1
1097.59/1096.05	c maximum degree of deleted constraints	: 1
1097.59/1096.05	c number of deleted constraints	: 4940984
1097.59/1096.06	c speed (assignments/second)	: 91833.34960647883
1097.59/1096.06	c non guided choices	: 19
1097.73/1096.10	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 194618
1097.73/1096.10	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 2
1097.73/1096.10	s UNSATISFIABLE
1097.73/1096.10	c Total wall clock time (in seconds): 1095.955

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver version 3.4.2 (svn: 4680) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (60021 MiB free)
  memory of node 1: 64473 MiB (57039 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4447751-1721357172/watcher-4447751-1721357172 -o /tmp/evaluation-result-4447751-1721357172/solver-4447751-1721357172 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721353931-988879 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4447751-1721357172.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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


[startup+0.10006 s]*
/proc/loadavg: 4.31 4.36 4.34 5/329 991112
/proc/meminfo: memFree=119829144/131524600 swapFree=131070704/131071996
[pid=991094] ppid=991091 vsize=18975048 memory=63356 CPUtime=0.13 cores=4,6
/proc/991094/stat : 991094 (java) S 991091 991094 988868 0 -1 1077936128 7204 0 0 0 11 2 0 0 20 0 18 0 187882175 19430449152 15839 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
/proc/991094/statm: 4743762 15839 5754 1 0 549320 0
[pid=991094/tid=991096] ppid=991091 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=4,6
/proc/991094/task/991096/stat : 991096 (java) R 991091 991094 988868 0 -1 4194368 5761 0 0 0 7 2 0 0 20 0 18 0 187882175 19430449152 15839 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
[pid=991094/tid=991105] ppid=991091 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/991094/task/991105/stat : 991105 (Finalizer) S 991091 991094 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 187882177 19430449152 15839 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
[pid=991094/tid=991112] ppid=991091 vsize=18975048 memory=13846374091011924 CPUtime=0 cores=4,6
/proc/991094/task/991112/stat : 991112 (Common-Cleaner) S 991091 991094 988868 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 187882178 19430449152 15839 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63356 KiB

[startup+0.206463 s]*
/proc/loadavg: 4.31 4.36 4.34 7/330 991113
/proc/meminfo: memFree=119822192/131524600 swapFree=131070704/131071996
[pid=991094] ppid=991091 vsize=19041612 memory=69636 CPUtime=0.34 cores=4,6
/proc/991094/stat : 991094 (java) S 991091 991094 988868 0 -1 1077936128 7813 0 0 0 31 3 0 0 20 0 19 0 187882175 19498610688 17409 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
/proc/991094/statm: 4760403 17409 5770 1 0 549986 0
[pid=991094/tid=991096] ppid=991091 vsize=19041612 memory=4782652875487838339 CPUtime=0.19 cores=4,6
/proc/991094/task/991096/stat : 991096 (java) R 991091 991094 988868 0 -1 4194368 6082 0 0 0 17 2 0 0 20 0 19 0 187882175 19498610688 17409 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
[pid=991094/tid=991105] ppid=991091 vsize=19041612 memory=1783847 CPUtime=0 cores=4,6
/proc/991094/task/991105/stat : 991105 (Finalizer) S 991091 991094 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 187882177 19498610688 17409 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
[pid=991094/tid=991112] ppid=991091 vsize=19041612 memory=15252649461155485 CPUtime=0 cores=4,6
/proc/991094/task/991112/stat : 991112 (Common-Cleaner) S 991091 991094 988868 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 187882178 19498610688 17409 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
[pid=991094/tid=991113] ppid=991091 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/991094/task/991113/stat : 991113 (Timer-0) S 991091 991094 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 187882192 19498610688 17409 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 69636 KiB

[startup+0.305623 s]*
/proc/loadavg: 4.31 4.36 4.34 6/330 991113
/proc/meminfo: memFree=119799280/131524600 swapFree=131070704/131071996
[pid=991094] ppid=991091 vsize=19041612 memory=92752 CPUtime=0.53 cores=4,6
/proc/991094/stat : 991094 (java) S 991091 991094 988868 0 -1 1077936128 9648 0 0 0 49 4 0 0 20 0 19 0 187882175 19498610688 23188 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
/proc/991094/statm: 4760403 23188 5854 1 0 551073 0
[pid=991094/tid=991096] ppid=991091 vsize=19041612 memory=-9103017756316705468 CPUtime=0.28 cores=4,6
/proc/991094/task/991096/stat : 991096 (java) R 991091 991094 988868 0 -1 4194368 6105 0 0 0 26 2 0 0 20 0 19 0 187882175 19498610688 23188 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
[pid=991094/tid=991105] ppid=991091 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/991094/task/991105/stat : 991105 (Finalizer) S 991091 991094 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 187882177 19498610688 23188 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
[pid=991094/tid=991112] ppid=991091 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/991094/task/991112/stat : 991112 (Common-Cleaner) S 991091 991094 988868 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 187882178 19498610688 23188 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
[pid=991094/tid=991113] ppid=991091 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/991094/task/991113/stat : 991113 (Timer-0) S 991091 991094 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 187882192 19498610688 23188 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 92752 KiB

[startup+0.706463 s]
/proc/loadavg: 4.31 4.36 4.34 7/330 991113
/proc/meminfo: memFree=119746940/131524600 swapFree=131070704/131071996
[pid=991094] ppid=991091 vsize=19108176 memory=176248 CPUtime=1.28 cores=4,6
/proc/991094/stat : 991094 (java) S 991091 991094 988868 0 -1 1077936128 14344 0 0 0 123 5 0 0 20 0 20 0 187882175 19566772224 44062 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
/proc/991094/statm: 4777044 44062 5854 1 0 554468 0
[pid=991094/tid=991096] ppid=991091 vsize=19108176 memory=44160 CPUtime=0.63 cores=4,6
/proc/991094/task/991096/stat : 991096 (java) R 991091 991094 988868 0 -1 4194368 6139 0 0 0 60 3 0 0 20 0 20 0 187882175 19566772224 44062 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
[pid=991094/tid=991105] ppid=991091 vsize=19108176 memory=12952 CPUtime=0 cores=4,6
/proc/991094/task/991105/stat : 991105 (Finalizer) S 991091 991094 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187882177 19566772224 44062 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
[pid=991094/tid=991112] ppid=991091 vsize=19108176 memory=2280 CPUtime=0 cores=4,6
/proc/991094/task/991112/stat : 991112 (Common-Cleaner) S 991091 991094 988868 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187882178 19566772224 44062 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
[pid=991094/tid=991113] ppid=991091 vsize=19108176 memory=39380 CPUtime=0 cores=4,6
/proc/991094/task/991113/stat : 991113 (Timer-0) S 991091 991094 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187882192 19566772224 44062 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 176248 KiB

[startup+1.50046 s]
/proc/loadavg: 4.31 4.36 4.34 6/331 991116
/proc/meminfo: memFree=119715272/131524600 swapFree=131070704/131071996
[pid=991094] ppid=991091 vsize=19108176 memory=220344 CPUtime=2.85 cores=4,6
/proc/991094/stat : 991094 (java) S 991091 991094 988868 0 -1 1077936128 21216 0 0 0 278 7 0 0 20 0 20 0 187882175 19566772224 55086 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
/proc/991094/statm: 4777044 55086 5870 1 0 555663 0
[pid=991094/tid=991096] ppid=991091 vsize=19108176 memory=12952 CPUtime=1.41 cores=4,6
/proc/991094/task/991096/stat : 991096 (java) R 991091 991094 988868 0 -1 4194368 6524 0 0 0 137 4 0 0 20 0 20 0 187882175 19566772224 55086 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
[pid=991094/tid=991105] ppid=991091 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/991094/task/991105/stat : 991105 (Finalizer) S 991091 991094 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187882177 19566772224 55086 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
[pid=991094/tid=991112] ppid=991091 vsize=19108176 memory=2280 CPUtime=0 cores=4,6
/proc/991094/task/991112/stat : 991112 (Common-Cleaner) S 991091 991094 988868 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187882178 19566772224 55086 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
[pid=991094/tid=991113] ppid=991091 vsize=19108176 memory=39380 CPUtime=0 cores=4,6
/proc/991094/task/991113/stat : 991113 (Timer-0) S 991091 991094 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187882192 19566772224 55086 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 220344 KiB

[startup+3.1053 s]
/proc/loadavg: 4.31 4.36 4.34 5/331 991116
/proc/meminfo: memFree=119322260/131524600 swapFree=131070704/131071996
[pid=991094] ppid=991091 vsize=19108176 memory=569156 CPUtime=4.92 cores=4,6
/proc/991094/stat : 991094 (java) S 991091 991094 988868 0 -1 1077936128 23038 0 0 0 478 14 0 0 20 0 20 0 187882175 19566772224 142289 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
/proc/991094/statm: 4777044 142289 5870 1 0 555665 0
[pid=991094/tid=991096] ppid=991091 vsize=19108176 memory=0 CPUtime=3 cores=4,6
/proc/991094/task/991096/stat : 991096 (java) R 991091 991094 988868 0 -1 4194368 7170 0 0 0 289 11 0 0 20 0 20 0 187882175 19566772224 142289 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
[pid=991094/tid=991105] ppid=991091 vsize=19108176 memory=-9103017756316705468 CPUtime=0 cores=4,6
/proc/991094/task/991105/stat : 991105 (Finalizer) S 991091 991094 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187882177 19566772224 142289 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
[pid=991094/tid=991112] ppid=991091 vsize=19108176 memory=12952 CPUtime=0 cores=4,6
/proc/991094/task/991112/stat : 991112 (Common-Cleaner) S 991091 991094 988868 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187882178 19566772224 142289 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
[pid=991094/tid=991113] ppid=991091 vsize=19108176 memory=2280 CPUtime=0 cores=4,6
/proc/991094/task/991113/stat : 991113 (Timer-0) S 991091 991094 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187882192 19566772224 142289 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
Current children cumulated CPU time: 4.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 569156 KiB

[startup+6.30025 s]
/proc/loadavg: 4.28 4.35 4.34 5/331 991116
/proc/meminfo: memFree=118623192/131524600 swapFree=131070704/131071996
[pid=991094] ppid=991091 vsize=19108176 memory=1307700 CPUtime=8.17 cores=4,6
/proc/991094/stat : 991094 (java) S 991091 991094 988868 0 -1 1077936128 23793 0 0 0 787 30 0 0 20 0 20 0 187882175 19566772224 326925 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
/proc/991094/statm: 4777044 326925 5870 1 0 555665 0
[pid=991094/tid=991096] ppid=991091 vsize=19108176 memory=12952 CPUtime=6.18 cores=4,6
/proc/991094/task/991096/stat : 991096 (java) R 991091 991094 988868 0 -1 4194368 7846 0 0 0 592 26 0 0 20 0 20 0 187882175 19566772224 326925 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
[pid=991094/tid=991105] ppid=991091 vsize=19108176 memory=2280 CPUtime=0 cores=4,6
/proc/991094/task/991105/stat : 991105 (Finalizer) S 991091 991094 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187882177 19566772224 326925 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
[pid=991094/tid=991112] ppid=991091 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/991094/task/991112/stat : 991112 (Common-Cleaner) S 991091 991094 988868 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187882178 19566772224 326925 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
[pid=991094/tid=991113] ppid=991091 vsize=19108176 memory=257212 CPUtime=0 cores=4,6
/proc/991094/task/991113/stat : 991113 (Timer-0) S 991091 991094 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187882192 19566772224 326925 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
Current children cumulated CPU time: 8.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1307700 KiB

[startup+12.7003 s]
/proc/loadavg: 4.26 4.34 4.33 5/331 991117
/proc/meminfo: memFree=118577996/131524600 swapFree=131070704/131071996
[pid=991094] ppid=991091 vsize=19108176 memory=1311960 CPUtime=14.61 cores=4,6
/proc/991094/stat : 991094 (java) S 991091 991094 988868 0 -1 1077936128 28350 0 0 0 1430 31 0 0 20 0 20 0 187882175 19566772224 327990 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
/proc/991094/statm: 4777044 327990 5878 1 0 555665 0
[pid=991094/tid=991096] ppid=991091 vsize=19108176 memory=257212 CPUtime=12.56 cores=4,6
/proc/991094/task/991096/stat : 991096 (java) R 991091 991094 988868 0 -1 4194368 8624 0 0 0 1230 26 0 0 20 0 20 0 187882175 19566772224 327990 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
[pid=991094/tid=991105] ppid=991091 vsize=19108176 memory=1311960 CPUtime=0 cores=4,6
/proc/991094/task/991105/stat : 991105 (Finalizer) S 991091 991094 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187882177 19566772224 327990 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
[pid=991094/tid=991112] ppid=991091 vsize=19108176 memory=1311892 CPUtime=0 cores=4,6
/proc/991094/task/991112/stat : 991112 (Common-Cleaner) S 991091 991094 988868 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187882178 19566772224 327990 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
[pid=991094/tid=991113] ppid=991091 vsize=19108176 memory=11648 CPUtime=0 cores=4,6
/proc/991094/task/991113/stat : 991113 (Timer-0) S 991091 991094 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187882192 19566772224 327990 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
Current children cumulated CPU time: 14.61 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1311960 KiB

[startup+25.5003 s]
/proc/loadavg: 4.20 4.33 4.33 5/331 991119
/proc/meminfo: memFree=118569736/131524600 swapFree=131070704/131071996
[pid=991094] ppid=991091 vsize=19108176 memory=1320168 CPUtime=27.43 cores=4,6
/proc/991094/stat : 991094 (java) S 991091 991094 988868 0 -1 1077936128 31731 0 0 0 2711 32 0 0 20 0 20 0 187882175 19566772224 330042 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
/proc/991094/statm: 4777044 330042 5878 1 0 555665 0
[pid=991094/tid=991096] ppid=991091 vsize=19108176 memory=5544 CPUtime=25.3 cores=4,6
/proc/991094/task/991096/stat : 991096 (java) R 991091 991094 988868 0 -1 4194368 10402 0 0 0 2503 27 0 0 20 0 20 0 187882175 19566772224 330042 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
[pid=991094/tid=991105] ppid=991091 vsize=19108176 memory=11648 CPUtime=0 cores=4,6
/proc/991094/task/991105/stat : 991105 (Finalizer) S 991091 991094 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187882177 19566772224 330042 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
[pid=991094/tid=991112] ppid=991091 vsize=19108176 memory=1316060 CPUtime=0 cores=4,6
/proc/991094/task/991112/stat : 991112 (Common-Cleaner) S 991091 991094 988868 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187882178 19566772224 330042 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
[pid=991094/tid=991113] ppid=991091 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/991094/task/991113/stat : 991113 (Timer-0) S 991091 991094 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187882192 19566772224 330042 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
Current children cumulated CPU time: 27.43 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1320168 KiB

[startup+51.1056 s]
/proc/loadavg: 4.34 4.35 4.34 5/331 991123
/proc/meminfo: memFree=118567184/131524600 swapFree=131070704/131071996
[pid=991094] ppid=991091 vsize=19108176 memory=1322268 CPUtime=52.95 cores=4,6
/proc/991094/stat : 991094 (java) S 991091 991094 988868 0 -1 1077936128 37530 0 0 0 5262 33 0 0 20 0 20 0 187882175 19566772224 330567 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
/proc/991094/statm: 4777044 330567 5878 1 0 555665 0

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

/proc/991094/task/991112/stat : 991112 (Common-Cleaner) S 991091 991094 988868 0 -1 1077936192 876 0 0 0 0 0 0 0 20 0 20 0 187882178 19566772224 412632 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
[pid=991094/tid=991113] ppid=991091 vsize=19108176 memory=1650528 CPUtime=0 cores=4,6
/proc/991094/task/991113/stat : 991113 (Timer-0) S 991091 991094 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187882192 19566772224 412632 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
Current children cumulated CPU time: 1063.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1650528 KiB

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

# cumulated CPU time of all completed processes:  user=1096.92 s, system=0.833935 s

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

[startup+1075.2 s]
/proc/loadavg: 4.23 4.27 4.30 5/333 992014
/proc/meminfo: memFree=119001728/131524600 swapFree=131070704/131071996
[pid=991094] ppid=991091 vsize=19108176 memory=1654624 CPUtime=1076.79 cores=4,6
/proc/991094/stat : 991094 (java) S 991091 991094 988868 0 -1 1077936128 99429 0 0 0 107598 81 0 0 20 0 20 0 187882175 19566772224 413656 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
/proc/991094/statm: 4777044 413656 5910 1 0 557117 0
[pid=991094/tid=991096] ppid=991091 vsize=19108176 memory=107200 CPUtime=1066.8 cores=4,6
/proc/991094/task/991096/stat : 991096 (java) R 991091 991094 988868 0 -1 4194368 36125 0 0 0 106650 30 0 0 20 0 20 0 187882175 19566772224 413656 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 16 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
[pid=991094/tid=991105] ppid=991091 vsize=19108176 memory=1650528 CPUtime=0 cores=4,6
/proc/991094/task/991105/stat : 991105 (Finalizer) S 991091 991094 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187882177 19566772224 413656 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
[pid=991094/tid=991112] ppid=991091 vsize=19108176 memory=1654624 CPUtime=0 cores=4,6
/proc/991094/task/991112/stat : 991112 (Common-Cleaner) S 991091 991094 988868 0 -1 1077936192 876 0 0 0 0 0 0 0 20 0 20 0 187882178 19566772224 413656 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
[pid=991094/tid=991113] ppid=991091 vsize=19108176 memory=-9103017756316705468 CPUtime=0 cores=4,6
/proc/991094/task/991113/stat : 991113 (Timer-0) S 991091 991094 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187882192 19566772224 413656 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
Current children cumulated CPU time: 1076.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1654624 KiB

[startup+1088 s]*
/proc/loadavg: 4.19 4.26 4.29 5/333 992016
/proc/meminfo: memFree=118985152/131524600 swapFree=131070704/131071996
[pid=991094] ppid=991091 vsize=19108176 memory=1658780 CPUtime=1089.6 cores=4,6
/proc/991094/stat : 991094 (java) S 991091 991094 988868 0 -1 1077936128 101007 0 0 0 108879 81 0 0 20 0 20 0 187882175 19566772224 414695 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
/proc/991094/statm: 4777044 414695 5910 1 0 557117 0
[pid=991094/tid=991096] ppid=991091 vsize=19108176 memory=-8600293552306823868 CPUtime=1079.43 cores=4,6
/proc/991094/task/991096/stat : 991096 (java) R 991091 991094 988868 0 -1 4194368 36388 0 0 0 107913 30 0 0 20 0 20 0 187882175 19566772224 414695 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 20 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
[pid=991094/tid=991105] ppid=991091 vsize=19108176 memory=2204 CPUtime=0 cores=4,6
/proc/991094/task/991105/stat : 991105 (Finalizer) S 991091 991094 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187882177 19566772224 414695 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
[pid=991094/tid=991112] ppid=991091 vsize=19108176 memory=5544 CPUtime=0 cores=4,6
/proc/991094/task/991112/stat : 991112 (Common-Cleaner) S 991091 991094 988868 0 -1 1077936192 913 0 0 0 0 0 0 0 20 0 20 0 187882178 19566772224 414695 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
[pid=991094/tid=991113] ppid=991091 vsize=19108176 memory=6648 CPUtime=0 cores=4,6
/proc/991094/task/991113/stat : 991113 (Timer-0) S 991091 991094 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187882192 19566772224 414695 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
Current children cumulated CPU time: 1089.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1658780 KiB

[startup+1091.2 s]
/proc/loadavg: 4.17 4.26 4.29 5/333 992018
/proc/meminfo: memFree=118976876/131524600 swapFree=131070704/131071996
[pid=991094] ppid=991091 vsize=19108176 memory=1658780 CPUtime=1092.79 cores=4,6
/proc/991094/stat : 991094 (java) S 991091 991094 988868 0 -1 1077936128 101009 0 0 0 109198 81 0 0 20 0 20 0 187882175 19566772224 414695 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
/proc/991094/statm: 4777044 414695 5910 1 0 557117 0
[pid=991094/tid=991096] ppid=991091 vsize=19108176 memory=1654676 CPUtime=1082.62 cores=4,6
/proc/991094/task/991096/stat : 991096 (java) R 991091 991094 988868 0 -1 4194368 36390 0 0 0 108232 30 0 0 20 0 20 0 187882175 19566772224 414695 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 20 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
[pid=991094/tid=991105] ppid=991091 vsize=19108176 memory=5432 CPUtime=0 cores=4,6
/proc/991094/task/991105/stat : 991105 (Finalizer) S 991091 991094 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187882177 19566772224 414695 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
[pid=991094/tid=991112] ppid=991091 vsize=19108176 memory=-9103017756316705468 CPUtime=0 cores=4,6
/proc/991094/task/991112/stat : 991112 (Common-Cleaner) S 991091 991094 988868 0 -1 1077936192 913 0 0 0 0 0 0 0 20 0 20 0 187882178 19566772224 414695 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
[pid=991094/tid=991113] ppid=991091 vsize=19108176 memory=19712 CPUtime=0 cores=4,6
/proc/991094/task/991113/stat : 991113 (Timer-0) S 991091 991094 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187882192 19566772224 414695 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
Current children cumulated CPU time: 1092.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1658780 KiB

[startup+1094.4 s]
/proc/loadavg: 4.17 4.26 4.29 5/333 992018
/proc/meminfo: memFree=118976876/131524600 swapFree=131070704/131071996
[pid=991094] ppid=991091 vsize=19108176 memory=1658780 CPUtime=1095.99 cores=4,6
/proc/991094/stat : 991094 (java) S 991091 991094 988868 0 -1 1077936128 101126 0 0 0 109517 82 0 0 20 0 20 0 187882175 19566772224 414695 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
/proc/991094/statm: 4777044 414695 5910 1 0 557117 0
[pid=991094/tid=991096] ppid=991091 vsize=19108176 memory=11648 CPUtime=1085.81 cores=4,6
/proc/991094/task/991096/stat : 991096 (java) R 991091 991094 988868 0 -1 4194368 36507 0 0 0 108551 30 0 0 20 0 20 0 187882175 19566772224 414695 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 20 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
[pid=991094/tid=991105] ppid=991091 vsize=19108176 memory=44160 CPUtime=0 cores=4,6
/proc/991094/task/991105/stat : 991105 (Finalizer) S 991091 991094 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187882177 19566772224 414695 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
[pid=991094/tid=991112] ppid=991091 vsize=19108176 memory=12952 CPUtime=0 cores=4,6
/proc/991094/task/991112/stat : 991112 (Common-Cleaner) S 991091 991094 988868 0 -1 1077936192 913 0 0 0 0 0 0 0 20 0 20 0 187882178 19566772224 414695 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
[pid=991094/tid=991113] ppid=991091 vsize=19108176 memory=1654676 CPUtime=0 cores=4,6
/proc/991094/task/991113/stat : 991113 (Timer-0) S 991091 991094 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187882192 19566772224 414695 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
Current children cumulated CPU time: 1095.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1658780 KiB

[startup+1095.2 s]
/proc/loadavg: 4.16 4.25 4.29 5/333 992018
/proc/meminfo: memFree=118974828/131524600 swapFree=131070704/131071996
[pid=991094] ppid=991091 vsize=19108176 memory=1658780 CPUtime=1096.79 cores=4,6
/proc/991094/stat : 991094 (java) S 991091 991094 988868 0 -1 1077936128 101126 0 0 0 109597 82 0 0 20 0 20 0 187882175 19566772224 414695 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
/proc/991094/statm: 4777044 414695 5910 1 0 557117 0
[pid=991094/tid=991096] ppid=991091 vsize=19108176 memory=1658780 CPUtime=1086.61 cores=4,6
/proc/991094/task/991096/stat : 991096 (java) R 991091 991094 988868 0 -1 4194368 36507 0 0 0 108631 30 0 0 20 0 20 0 187882175 19566772224 414695 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 20 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
[pid=991094/tid=991105] ppid=991091 vsize=19108176 memory=12952 CPUtime=0 cores=4,6
/proc/991094/task/991105/stat : 991105 (Finalizer) S 991091 991094 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187882177 19566772224 414695 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
[pid=991094/tid=991112] ppid=991091 vsize=19108176 memory=-9103017756316705468 CPUtime=0 cores=4,6
/proc/991094/task/991112/stat : 991112 (Common-Cleaner) S 991091 991094 988868 0 -1 1077936192 913 0 0 0 0 0 0 0 20 0 20 0 187882178 19566772224 414695 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
[pid=991094/tid=991113] ppid=991091 vsize=19108176 memory=44160 CPUtime=0 cores=4,6
/proc/991094/task/991113/stat : 991113 (Timer-0) S 991091 991094 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187882192 19566772224 414695 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
Current children cumulated CPU time: 1096.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1658780 KiB

[startup+1095.6 s]
/proc/loadavg: 4.16 4.25 4.29 5/333 992018
/proc/meminfo: memFree=118974828/131524600 swapFree=131070704/131071996
[pid=991094] ppid=991091 vsize=19108176 memory=1658780 CPUtime=1097.18 cores=4,6
/proc/991094/stat : 991094 (java) S 991091 991094 988868 0 -1 1077936128 101126 0 0 0 109636 82 0 0 20 0 20 0 187882175 19566772224 414695 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
/proc/991094/statm: 4777044 414695 5910 1 0 557117 0
[pid=991094/tid=991096] ppid=991091 vsize=19108176 memory=2768 CPUtime=1087.01 cores=4,6
/proc/991094/task/991096/stat : 991096 (java) R 991091 991094 988868 0 -1 4194368 36507 0 0 0 108671 30 0 0 20 0 20 0 187882175 19566772224 414695 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 20 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
[pid=991094/tid=991105] ppid=991091 vsize=19108176 memory=-9103017756316705468 CPUtime=0 cores=4,6
/proc/991094/task/991105/stat : 991105 (Finalizer) S 991091 991094 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187882177 19566772224 414695 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
[pid=991094/tid=991112] ppid=991091 vsize=19108176 memory=44160 CPUtime=0 cores=4,6
/proc/991094/task/991112/stat : 991112 (Common-Cleaner) S 991091 991094 988868 0 -1 1077936192 913 0 0 0 0 0 0 0 20 0 20 0 187882178 19566772224 414695 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
[pid=991094/tid=991113] ppid=991091 vsize=19108176 memory=12952 CPUtime=0 cores=4,6
/proc/991094/task/991113/stat : 991113 (Timer-0) S 991091 991094 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187882192 19566772224 414695 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
Current children cumulated CPU time: 1097.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1658780 KiB

[startup+1096 s]*
/proc/loadavg: 4.16 4.25 4.29 5/333 992018
/proc/meminfo: memFree=118974828/131524600 swapFree=131070704/131071996
[pid=991094] ppid=991091 vsize=19108176 memory=1658780 CPUtime=1097.59 cores=4,6
/proc/991094/stat : 991094 (java) S 991091 991094 988868 0 -1 1077936128 101126 0 0 0 109677 82 0 0 20 0 20 0 187882175 19566772224 414695 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
/proc/991094/statm: 4777044 414695 5910 1 0 557117 0
[pid=991094/tid=991096] ppid=991091 vsize=19108176 memory=-8600293552306823868 CPUtime=1087.41 cores=4,6
/proc/991094/task/991096/stat : 991096 (java) R 991091 991094 988868 0 -1 4194368 36507 0 0 0 108711 30 0 0 20 0 20 0 187882175 19566772224 414695 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 20 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
[pid=991094/tid=991105] ppid=991091 vsize=19108176 memory=19712 CPUtime=0 cores=4,6
/proc/991094/task/991105/stat : 991105 (Finalizer) S 991091 991094 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187882177 19566772224 414695 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
[pid=991094/tid=991112] ppid=991091 vsize=19108176 memory=6996 CPUtime=0 cores=4,6
/proc/991094/task/991112/stat : 991112 (Common-Cleaner) S 991091 991094 988868 0 -1 1077936192 913 0 0 0 0 0 0 0 20 0 20 0 187882178 19566772224 414695 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
[pid=991094/tid=991113] ppid=991091 vsize=19108176 memory=7076 CPUtime=0 cores=4,6
/proc/991094/task/991113/stat : 991113 (Timer-0) S 991091 991094 988868 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187882192 19566772224 414695 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
Current children cumulated CPU time: 1097.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1658780 KiB

[startup+1096.11 s]
/proc/loadavg: 4.16 4.25 4.29 5/333 992018
/proc/meminfo: memFree=118974828/131524600 swapFree=131070704/131071996
[pid=991094] ppid=991091 vsize=19241304 memory=1659660 CPUtime=1097.73 cores=4,6
/proc/991094/stat : 991094 (java) S 991091 991094 988868 0 -1 1077936128 104668 0 0 0 109691 82 0 0 20 0 20 0 187882175 19703095296 414915 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
/proc/991094/statm: 4810326 414915 5924 1 0 557779 0
[pid=991094/tid=991096] ppid=991091 vsize=19241304 memory=1646432 CPUtime=1087.45 cores=4,6
/proc/991094/task/991096/stat : 991096 (java) S 991091 991094 988868 0 -1 1077936192 38086 0 0 0 108714 31 0 0 20 0 20 0 187882175 19703095296 414915 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 20 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
[pid=991094/tid=991105] ppid=991091 vsize=19241304 memory=100 CPUtime=0 cores=4,6
/proc/991094/task/991105/stat : 991105 (Finalizer) S 991091 991094 988868 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187882177 19703095296 414915 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
[pid=991094/tid=991112] ppid=991091 vsize=19241304 memory=15996 CPUtime=0 cores=4,6
/proc/991094/task/991112/stat : 991112 (Common-Cleaner) S 991091 991094 988868 0 -1 1077936192 913 0 0 0 0 0 0 0 20 0 20 0 187882178 19703095296 414915 134679101440 94531443789824 94531443793520 140731861728064 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94531443801336 94531443802128 94531462733824 140731861730292 140731861730400 140731861730400 140731861737416 0
Current children cumulated CPU time: 1097.73 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 1659660 KiB

Child status: 20

Real time (s): 1096.12
CPU time (s): 1097.75
CPU user time (s): 1096.92
CPU system time (s): 0.833935
CPU usage (%): 100.149
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 1659660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1096.92
system time used= 0.833935
maximum resident set size= 1660480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 104908
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37847
involuntary context switches= 3176


# summary of solver processes directly reported to runsolver:
#   pid: 991094
#   total CPU time (s): 1097.75
#   total CPU user time (s): 1096.92
#   total CPU system time (s): 0.833935

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 2.15998 second user time and 5.41946 second system time

The end

Launcher Data

Begin job on nodeC023 at 2024-07-19 04:46:25
IDJOB=4447751
IDBENCH=160175
IDSOLVER=3052
FILE ID=nodeC023/4447751-1721357172
RUNJOBID= nodeC023-1721353931-988879
SLURM_JOB_ID= 7542772
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ProofComplexity-Extracted-Cardinality-Constraints/ProofComplexity/normalized-regular-n25-d4-i2.cnf.gz-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4447751-1721357172/watcher-4447751-1721357172 -o /tmp/evaluation-result-4447751-1721357172/solver-4447751-1721357172 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC023-1721353931-988879 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4447751-1721357172.opb

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

MD5SUM BENCH= ce459d654692c78ea9ebe534277cd2e6
RANDOM SEED=134856502

nodeC023.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		: 3679.571
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.61
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		: 3686.265
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.48
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		: 3631.569
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.61
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.945
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.48
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		: 3626.112
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.61
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		: 3686.345
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.48
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		: 3659.193
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.61
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.930
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.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        119870916 kB
MemAvailable:   121905448 kB
Buffers:          535272 kB
Cached:          2328028 kB
SwapCached:           80 kB
Active:          1115484 kB
Inactive:        9953668 kB
Active(anon):       1588 kB
Inactive(anon):  8241812 kB
Active(file):    1113896 kB
Inactive(file):  1711856 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:              1396 kB
Writeback:             4 kB
AnonPages:       8197972 kB
Mapped:           125844 kB
Shmem:             37536 kB
KReclaimable:      97208 kB
Slab:             191080 kB
SReclaimable:      97208 kB
SUnreclaim:        93872 kB
KernelStack:        5024 kB
PageTables:        26192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    8793552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            33760 kB
HardwareCorrupted:     0 kB
AnonHugePages:   7903232 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:      316116 kB
DirectMap2M:    38254592 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC023 at 2024-07-19 05:04:41