Trace number 4448261

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 137.917 133.469

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid5x40split.cnf-plain.pb.metafix.opb
MD5SUMcf360b30707fd718d5f3229c2f68be40
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 benchmark14.2776
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables401
Total number of constraints1602
Number of constraints which are clauses1602
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 constraint2
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.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.09	c Free memory 		2113181440
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2122317824
0.00/0.09	c Number of processors 	2
0.14/0.18	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.18	 - never skip resolution steps
0.14/0.18	 - Auto-division on coefficients is disabled
0.14/0.18	 - No postprocessing
0.14/0.18	 - Conflict is considered as is when resolving
0.14/0.18	 - Use constraints as they come during conflict analysis
0.14/0.18	 - Weaken first using unassigned literals
0.14/0.18	 - Bump strategy: ALWAYS_ONE
0.14/0.18	 - Bumper: EFFECTIVE
0.14/0.18	--- Begin Solver configuration ---
0.14/0.18	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.18	Learn all clauses as in MiniSAT
0.14/0.18	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.18	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.18	No reason simplification
0.14/0.18	Dynamic restart strategy considering the size of the coefficients
0.14/0.18	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.18	timeout=2147483s
0.14/0.18	DB Simplification allowed=false
0.14/0.18	Listener: none
0.14/0.18	--- End Solver configuration ---
0.14/0.18	c Pseudo Boolean Optimization by upper bound
0.14/0.18	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.18	c  - never skip resolution steps
0.14/0.18	c  - Auto-division on coefficients is disabled
0.14/0.18	c  - No postprocessing
0.14/0.18	c  - Conflict is considered as is when resolving
0.14/0.18	c  - Use constraints as they come during conflict analysis
0.14/0.18	c  - Weaken first using unassigned literals
0.14/0.18	c  - Bump strategy: ALWAYS_ONE
0.14/0.18	c  - Bumper: EFFECTIVE
0.14/0.18	c --- Begin Solver configuration ---
0.14/0.18	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.18	c Learn all clauses as in MiniSAT
0.14/0.18	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.18	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.18	c No reason simplification
0.14/0.18	c Dynamic restart strategy considering the size of the coefficients
0.14/0.18	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.18	c timeout=2147483s
0.14/0.18	c DB Simplification allowed=false
0.14/0.18	c Listener: none
0.14/0.18	c --- End Solver configuration ---
0.14/0.18	c solving HOME/instance-4448261-1721358152.opb
0.14/0.18	c reading problem ... 
0.14/0.18	c  no objective function found
0.32/0.26	c ... done. Wall clock time 0.076s.
0.32/0.26	c declared #vars     401
0.32/0.26	c #constraints  1602
0.32/0.26	c constraints type 
0.32/0.26	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.32/0.26	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1600
0.32/0.26	c 1602 constraints processed.
1.45/0.81	c cleaning 2499 clauses out of 5001 with flag 0/5001
2.05/1.15	c cleaning 4248 clauses out of 8502 with flag 0/11001
2.63/1.40	c cleaning 5626 clauses out of 11256 with flag 0/18003
3.22/1.75	c cleaning 6808 clauses out of 13628 with flag 0/26001
3.71/2.14	c cleaning 7905 clauses out of 15819 with flag 0/35000
4.19/2.52	c cleaning 8951 clauses out of 17914 with flag 0/45000
4.65/2.91	c cleaning 9977 clauses out of 19963 with flag 0/56000
5.05/3.31	c cleaning 10991 clauses out of 21987 with flag 0/68001
5.45/3.77	c cleaning 11993 clauses out of 23996 with flag 0/81001
5.95/4.29	c cleaning 12997 clauses out of 26004 with flag 0/95002
6.55/4.88	c cleaning 14001 clauses out of 28007 with flag 0/110002
7.66/6.00	c cleaning 14994 clauses out of 30004 with flag 0/126000
8.65/6.81	c cleaning 15997 clauses out of 32010 with flag 0/143000
9.53/7.62	c cleaning 16994 clauses out of 34014 with flag 0/161001
10.33/8.40	c cleaning 17994 clauses out of 36019 with flag 0/180000
11.12/9.22	c cleaning 18999 clauses out of 38027 with flag 0/200002
11.93/10.10	c cleaning 19998 clauses out of 40026 with flag 0/221000
12.82/10.95	c cleaning 21001 clauses out of 42028 with flag 0/243000
13.82/11.91	c cleaning 22000 clauses out of 44028 with flag 0/266001
14.72/12.80	c cleaning 23002 clauses out of 46027 with flag 0/290000
15.62/13.74	c cleaning 23999 clauses out of 48027 with flag 0/315002
16.72/14.83	c cleaning 25000 clauses out of 50027 with flag 0/341001
17.92/16.09	c cleaning 26000 clauses out of 52026 with flag 0/368000
19.31/17.40	c cleaning 26996 clauses out of 54026 with flag 0/396000
20.80/18.98	c cleaning 28006 clauses out of 56031 with flag 0/425001
22.30/20.42	c cleaning 29006 clauses out of 58024 with flag 0/455000
23.82/21.92	c cleaning 29997 clauses out of 60018 with flag 0/486000
25.42/23.59	c cleaning 31000 clauses out of 62022 with flag 0/518001
27.12/25.29	c cleaning 32002 clauses out of 64021 with flag 0/551000
28.82/26.92	c cleaning 33003 clauses out of 66021 with flag 0/585002
30.42/28.53	c cleaning 34002 clauses out of 68016 with flag 0/620000
32.02/30.14	c cleaning 34997 clauses out of 70016 with flag 0/656002
33.83/32.00	c cleaning 35994 clauses out of 72018 with flag 0/693001
35.63/33.72	c cleaning 37006 clauses out of 74023 with flag 0/731000
37.62/35.76	c cleaning 37995 clauses out of 76018 with flag 0/770001
39.61/37.70	c cleaning 39003 clauses out of 78022 with flag 0/810000
41.81/39.98	c cleaning 40000 clauses out of 80019 with flag 0/851000
43.90/42.02	c cleaning 41001 clauses out of 82021 with flag 0/893002
45.59/43.76	c cleaning 41995 clauses out of 84019 with flag 0/936001
47.60/45.74	c cleaning 42999 clauses out of 86023 with flag 0/980000
49.91/48.06	c cleaning 44005 clauses out of 88025 with flag 0/1025001
52.29/50.49	c cleaning 45006 clauses out of 90020 with flag 0/1071001
54.90/53.09	c cleaning 45998 clauses out of 92013 with flag 0/1118000
57.90/56.05	c cleaning 47000 clauses out of 94016 with flag 0/1166001
60.69/58.80	c cleaning 47998 clauses out of 96015 with flag 0/1215000
63.59/61.79	c cleaning 49001 clauses out of 98018 with flag 0/1265001
66.80/64.90	c cleaning 49998 clauses out of 100017 with flag 0/1316001
70.19/68.38	c cleaning 50996 clauses out of 102018 with flag 0/1368000
74.20/72.34	c cleaning 52002 clauses out of 104023 with flag 0/1421001
77.79/75.94	c cleaning 52998 clauses out of 106021 with flag 0/1475001
81.08/79.25	c cleaning 54003 clauses out of 108022 with flag 0/1530000
85.02/83.18	c cleaning 55004 clauses out of 110021 with flag 0/1586002
89.31/87.40	c cleaning 55999 clauses out of 112015 with flag 0/1643000
93.11/91.27	c cleaning 56999 clauses out of 114016 with flag 0/1701000
96.61/94.77	c cleaning 58004 clauses out of 116017 with flag 0/1760000
100.72/98.83	c cleaning 58999 clauses out of 118013 with flag 0/1820000
105.50/103.61	c cleaning 60004 clauses out of 120014 with flag 0/1881000
109.61/107.75	c cleaning 60996 clauses out of 122010 with flag 0/1943000
113.92/112.03	c cleaning 62001 clauses out of 124014 with flag 0/2006000
118.13/116.25	c cleaning 62995 clauses out of 126014 with flag 0/2070001
122.43/120.52	c cleaning 64005 clauses out of 128018 with flag 0/2135000
127.83/125.07	c cleaning 65003 clauses out of 130013 with flag 0/2201000
133.78/129.52	c cleaning 66005 clauses out of 132009 with flag 0/2268000
137.70/133.31	c starts		: 1
137.70/133.32	c conflicts		: 2327883
137.70/133.32	c decisions		: 3006499
137.70/133.32	c propagations		: 17698417
137.70/133.32	c inspects		: 1790464016
137.70/133.32	c shortcuts		: 0
137.70/133.32	c learnt literals	: 1
137.70/133.32	c learnt binary clauses	: 2
137.70/133.32	c learnt ternary clauses	: 2
137.70/133.33	c learnt constraints	: 2327881
137.70/133.33	c ignored constraints	: 0
137.70/133.33	c root simplifications	: 0
137.70/133.33	c removed literals (reason simplification)	: 0
137.70/133.33	c reason swapping (by a shorter reason)	: 0
137.70/133.33	c Calls to reduceDB	: 63
137.70/133.33	c Number of update (reduction) of LBD	: 2988928
137.70/133.33	c Imported unit clauses	: 0
137.70/133.33	c No decision after first conflict	: false
137.70/133.33	c number of reductions to clauses (during analyze)	: 0
137.70/133.33	c number of learned constraints concerned by reduction	: 0
137.70/133.33	c number of learning phase by resolution	: 0
137.70/133.33	c number of learning phase by cutting planes	: 0
137.70/133.33	c number of rounding to 1 operations	: 0
137.70/133.33	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
137.70/133.33	c number of reductions of the coefficients by power 2 	: 0
137.70/133.33	c number of right shift for reduction by power 2 	: 0
137.70/133.33	c number of reductions of the coefficients by GCD over coefficients 	: 0
137.70/133.33	c number of ending skipping 	: 0
137.70/133.33	c number of internal skipping 	: 0
137.70/133.36	c number of derivation steps 	: 11728277
137.70/133.36	c number of skipped derivation steps 	: 0
137.70/133.36	c number of remaining unassigned 	: 0
137.70/133.36	c number of remaining assigned 	: 0
137.70/133.36	c number of falsified literals weakened from reason	: 0
137.70/133.36	c number of falsified literals weakened from conflict	: 0
137.70/133.36	c time for arithmetic operations	: 0
137.70/133.36	c minimum degree of deleted constraints	: 1
137.70/133.36	c maximum degree of deleted constraints	: 1
137.70/133.36	c number of deleted constraints	: 2201995
137.70/133.37	c speed (assignments/second)	: 132972.8245353048
137.70/133.38	c non guided choices	: 13506
137.81/133.44	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 125884
137.81/133.44	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 2
137.81/133.44	s UNSATISFIABLE
137.81/133.44	c Total wall clock time (in seconds): 133.261

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 64096 MiB (53554 MiB free)
  memory of node 1: 64473 MiB (60451 MiB free)
  node distances:
     10  21
     21  10

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Current StackSize limit: 8192 KiB

solver pid=992603, runsolver pid=992600

[startup+0.105735 s]*
/proc/loadavg: 4.60 4.44 4.31 5/319 992621
/proc/meminfo: memFree=116698572/131655788 swapFree=131070704/131071996
[pid=992603] ppid=992600 vsize=18975048 memory=65476 CPUtime=0.14 cores=1,3
/proc/992603/stat : 992603 (java) S 992600 992603 987398 0 -1 1077936128 7201 0 0 0 12 2 0 0 20 0 18 0 187972345 19430449152 16369 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
/proc/992603/statm: 4743762 16369 5740 1 0 551391 0
[pid=992603/tid=992605] ppid=992600 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/992603/task/992605/stat : 992605 (java) R 992600 992603 987398 0 -1 4194368 5719 0 0 0 7 1 0 0 20 0 18 0 187972345 19430449152 16369 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
[pid=992603/tid=992614] ppid=992600 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/992603/task/992614/stat : 992614 (Finalizer) S 992600 992603 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 187972348 19430449152 16369 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
[pid=992603/tid=992621] ppid=992600 vsize=18975048 memory=14698495669638111 CPUtime=0 cores=1,3
/proc/992603/task/992621/stat : 992621 (Common-Cleaner) S 992600 992603 987398 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 187972349 19430449152 16369 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65476 KiB

[startup+0.211438 s]*
/proc/loadavg: 4.60 4.44 4.31 7/319 992621
/proc/meminfo: memFree=116694644/131655788 swapFree=131070704/131071996
[pid=992603] ppid=992600 vsize=18975048 memory=69708 CPUtime=0.32 cores=1,3
/proc/992603/stat : 992603 (java) S 992600 992603 987398 0 -1 1077936128 7750 0 0 0 30 2 0 0 20 0 18 0 187972345 19430449152 17427 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
/proc/992603/statm: 4743762 17427 5764 1 0 551737 0
[pid=992603/tid=992605] ppid=992600 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=1,3
/proc/992603/task/992605/stat : 992605 (java) R 992600 992603 987398 0 -1 1077936192 6018 0 0 0 17 1 0 0 20 0 18 0 187972345 19430449152 17427 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
[pid=992603/tid=992614] ppid=992600 vsize=18975048 memory=1774770 CPUtime=0 cores=1,3
/proc/992603/task/992614/stat : 992614 (Finalizer) S 992600 992603 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 187972348 19430449152 17427 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
[pid=992603/tid=992621] ppid=992600 vsize=18975048 memory=13848573179598470 CPUtime=0 cores=1,3
/proc/992603/task/992621/stat : 992621 (Common-Cleaner) S 992600 992603 987398 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 187972349 19430449152 17427 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 69708 KiB

[startup+0.308957 s]*
/proc/loadavg: 4.60 4.44 4.31 7/320 992622
/proc/meminfo: memFree=116682752/131655788 swapFree=131070704/131071996
[pid=992603] ppid=992600 vsize=19041612 memory=81256 CPUtime=0.51 cores=1,3
/proc/992603/stat : 992603 (java) S 992600 992603 987398 0 -1 1077936128 8029 0 0 0 48 3 0 0 20 0 19 0 187972345 19498610688 20314 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
/proc/992603/statm: 4760403 20314 5906 1 0 552156 0
[pid=992603/tid=992605] ppid=992600 vsize=19041612 memory=-9177602023780295356 CPUtime=0.27 cores=1,3
/proc/992603/task/992605/stat : 992605 (java) R 992600 992603 987398 0 -1 1077936192 6084 0 0 0 26 1 0 0 20 0 19 0 187972345 19498610688 20314 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
[pid=992603/tid=992614] ppid=992600 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/992603/task/992614/stat : 992614 (Finalizer) S 992600 992603 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 187972348 19498610688 20314 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
[pid=992603/tid=992621] ppid=992600 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/992603/task/992621/stat : 992621 (Common-Cleaner) S 992600 992603 987398 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 187972349 19498610688 20314 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
[pid=992603/tid=992622] ppid=992600 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/992603/task/992622/stat : 992622 (Timer-0) S 992600 992603 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 187972372 19498610688 20314 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 81256 KiB

[startup+0.700722 s]
/proc/loadavg: 4.60 4.44 4.31 6/320 992622
/proc/meminfo: memFree=116637180/131655788 swapFree=131070704/131071996
[pid=992603] ppid=992600 vsize=19108176 memory=178280 CPUtime=1.25 cores=1,3
/proc/992603/stat : 992603 (java) S 992600 992603 987398 0 -1 1077936128 14218 0 0 0 120 5 0 0 20 0 20 0 187972345 19566772224 44570 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
/proc/992603/statm: 4777044 44570 5906 1 0 556546 0
[pid=992603/tid=992605] ppid=992600 vsize=19108176 memory=12508 CPUtime=0.63 cores=1,3
/proc/992603/task/992605/stat : 992605 (java) R 992600 992603 987398 0 -1 4194368 6137 0 0 0 60 3 0 0 20 0 20 0 187972345 19566772224 44570 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
[pid=992603/tid=992614] ppid=992600 vsize=19108176 memory=12508 CPUtime=0 cores=1,3
/proc/992603/task/992614/stat : 992614 (Finalizer) S 992600 992603 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187972348 19566772224 44570 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
[pid=992603/tid=992621] ppid=992600 vsize=19108176 memory=117636 CPUtime=0 cores=1,3
/proc/992603/task/992621/stat : 992621 (Common-Cleaner) S 992600 992603 987398 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187972349 19566772224 44570 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
[pid=992603/tid=992622] ppid=992600 vsize=19108176 memory=1936 CPUtime=0 cores=1,3
/proc/992603/task/992622/stat : 992622 (Timer-0) S 992600 992603 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187972372 19566772224 44570 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 178280 KiB

[startup+1.50072 s]
/proc/loadavg: 4.60 4.44 4.31 6/321 992623
/proc/meminfo: memFree=116582800/131655788 swapFree=131070704/131071996
[pid=992603] ppid=992600 vsize=19108176 memory=258428 CPUtime=2.83 cores=1,3
/proc/992603/stat : 992603 (java) S 992600 992603 987398 0 -1 1077936128 20039 0 0 0 276 7 0 0 20 0 20 0 187972345 19566772224 64607 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
/proc/992603/statm: 4777044 64607 5938 1 0 556894 0
[pid=992603/tid=992605] ppid=992600 vsize=19108176 memory=12508 CPUtime=1.4 cores=1,3
/proc/992603/task/992605/stat : 992605 (java) R 992600 992603 987398 0 -1 4194368 6591 0 0 0 136 4 0 0 20 0 20 0 187972345 19566772224 64607 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
[pid=992603/tid=992614] ppid=992600 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/992603/task/992614/stat : 992614 (Finalizer) S 992600 992603 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187972348 19566772224 64607 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
[pid=992603/tid=992621] ppid=992600 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/992603/task/992621/stat : 992621 (Common-Cleaner) S 992600 992603 987398 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187972349 19566772224 64607 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
[pid=992603/tid=992622] ppid=992600 vsize=19108176 memory=65 CPUtime=0 cores=1,3
/proc/992603/task/992622/stat : 992622 (Timer-0) S 992600 992603 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187972372 19566772224 64607 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 258428 KiB

[startup+3.11372 s]
/proc/loadavg: 4.63 4.45 4.32 5/321 992624
/proc/meminfo: memFree=115874800/131655788 swapFree=131070704/131071996
[pid=992603] ppid=992600 vsize=19108176 memory=879512 CPUtime=4.86 cores=1,3
/proc/992603/stat : 992603 (java) S 992600 992603 987398 0 -1 1077936128 22082 0 0 0 468 18 0 0 20 0 20 0 187972345 19566772224 219878 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
/proc/992603/statm: 4777044 219878 5938 1 0 556898 0
[pid=992603/tid=992605] ppid=992600 vsize=19108176 memory=0 CPUtime=2.99 cores=1,3
/proc/992603/task/992605/stat : 992605 (java) R 992600 992603 987398 0 -1 4194368 7381 0 0 0 284 15 0 0 20 0 20 0 187972345 19566772224 219878 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
[pid=992603/tid=992614] ppid=992600 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/992603/task/992614/stat : 992614 (Finalizer) S 992600 992603 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187972348 19566772224 219878 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
[pid=992603/tid=992621] ppid=992600 vsize=19108176 memory=420300 CPUtime=0 cores=1,3
/proc/992603/task/992621/stat : 992621 (Common-Cleaner) S 992600 992603 987398 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187972349 19566772224 219878 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
[pid=992603/tid=992622] ppid=992600 vsize=19108176 memory=12508 CPUtime=0 cores=1,3
/proc/992603/task/992622/stat : 992622 (Timer-0) S 992600 992603 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187972372 19566772224 219878 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
Current children cumulated CPU time: 4.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 879512 KiB

[startup+6.30047 s]
/proc/loadavg: 4.63 4.45 4.32 6/321 992624
/proc/meminfo: memFree=115415380/131655788 swapFree=131070704/131071996
[pid=992603] ppid=992600 vsize=19108176 memory=1311256 CPUtime=8.15 cores=1,3
/proc/992603/stat : 992603 (java) S 992600 992603 987398 0 -1 1077936128 22727 0 0 0 788 27 0 0 20 0 20 0 187972345 19566772224 327814 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
/proc/992603/statm: 4777044 327814 5941 1 0 556903 0
[pid=992603/tid=992605] ppid=992600 vsize=19108176 memory=12508 CPUtime=6.13 cores=1,3
/proc/992603/task/992605/stat : 992605 (java) R 992600 992603 987398 0 -1 4194368 7631 0 0 0 590 23 0 0 20 0 20 0 187972345 19566772224 327814 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
[pid=992603/tid=992614] ppid=992600 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/992603/task/992614/stat : 992614 (Finalizer) S 992600 992603 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187972348 19566772224 327814 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
[pid=992603/tid=992621] ppid=992600 vsize=19108176 memory=6010176184194783568 CPUtime=0 cores=1,3
/proc/992603/task/992621/stat : 992621 (Common-Cleaner) S 992600 992603 987398 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187972349 19566772224 327814 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
[pid=992603/tid=992622] ppid=992600 vsize=19108176 memory=5540 CPUtime=0 cores=1,3
/proc/992603/task/992622/stat : 992622 (Timer-0) S 992600 992603 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187972372 19566772224 327814 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
Current children cumulated CPU time: 8.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1311256 KiB

[startup+12.7005 s]
/proc/loadavg: 4.66 4.46 4.32 5/321 992624
/proc/meminfo: memFree=115380452/131655788 swapFree=131070704/131071996
[pid=992603] ppid=992600 vsize=19108176 memory=1321576 CPUtime=14.62 cores=1,3
/proc/992603/stat : 992603 (java) S 992600 992603 987398 0 -1 1077936128 25520 0 0 0 1434 28 0 0 20 0 20 0 187972345 19566772224 330394 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
/proc/992603/statm: 4777044 330394 5941 1 0 556903 0
[pid=992603/tid=992605] ppid=992600 vsize=19108176 memory=0 CPUtime=12.41 cores=1,3
/proc/992603/task/992605/stat : 992605 (java) R 992600 992603 987398 0 -1 4194368 8650 0 0 0 1218 23 0 0 20 0 20 0 187972345 19566772224 330394 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
[pid=992603/tid=992614] ppid=992600 vsize=19108176 memory=1317448 CPUtime=0 cores=1,3
/proc/992603/task/992614/stat : 992614 (Finalizer) S 992600 992603 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187972348 19566772224 330394 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
[pid=992603/tid=992621] ppid=992600 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/992603/task/992621/stat : 992621 (Common-Cleaner) S 992600 992603 987398 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187972349 19566772224 330394 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
[pid=992603/tid=992622] ppid=992600 vsize=19108176 memory=16192 CPUtime=0 cores=1,3
/proc/992603/task/992622/stat : 992622 (Timer-0) S 992600 992603 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187972372 19566772224 330394 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
Current children cumulated CPU time: 14.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1321576 KiB

[startup+25.5005 s]
/proc/loadavg: 4.90 4.52 4.34 5/321 992627
/proc/meminfo: memFree=115300080/131655788 swapFree=131070704/131071996
[pid=992603] ppid=992600 vsize=19108176 memory=1323736 CPUtime=27.43 cores=1,3
/proc/992603/stat : 992603 (java) S 992600 992603 987398 0 -1 1077936128 28599 0 0 0 2714 29 0 0 20 0 20 0 187972345 19566772224 330934 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
/proc/992603/statm: 4777044 330934 5957 1 0 556903 0
[pid=992603/tid=992605] ppid=992600 vsize=19108176 memory=1317448 CPUtime=25.02 cores=1,3
/proc/992603/task/992605/stat : 992605 (java) R 992600 992603 987398 0 -1 4194368 9745 0 0 0 2478 24 0 0 20 0 20 0 187972345 19566772224 330934 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
[pid=992603/tid=992614] ppid=992600 vsize=19108176 memory=16192 CPUtime=0 cores=1,3
/proc/992603/task/992614/stat : 992614 (Finalizer) S 992600 992603 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187972348 19566772224 330934 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
[pid=992603/tid=992621] ppid=992600 vsize=19108176 memory=1321576 CPUtime=0 cores=1,3
/proc/992603/task/992621/stat : 992621 (Common-Cleaner) S 992600 992603 987398 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 187972349 19566772224 330934 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
[pid=992603/tid=992622] ppid=992600 vsize=19108176 memory=11420 CPUtime=0 cores=1,3
/proc/992603/task/992622/stat : 992622 (Timer-0) S 992600 992603 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187972372 19566772224 330934 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
Current children cumulated CPU time: 27.43 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1323736 KiB

[startup+51.1136 s]
/proc/loadavg: 5.06 4.59 4.37 5/321 992630
/proc/meminfo: memFree=115151708/131655788 swapFree=131070704/131071996
[pid=992603] ppid=992600 vsize=19108176 memory=1336088 CPUtime=53.01 cores=1,3
/proc/992603/stat : 992603 (java) S 992600 992603 987398 0 -1 1077936128 32571 0 0 0 5270 31 0 0 20 0 20 0 187972345 19566772224 334022 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
/proc/992603/statm: 4777044 334022 5957 1 0 556903 0
[pid=992603/tid=992605] ppid=992600 vsize=19108176 memory=1333980 CPUtime=50.14 cores=1,3
/proc/992603/task/992605/stat : 992605 (java) R 992600 992603 987398 0 -1 4194368 11648 0 0 0 4990 24 0 0 20 0 20 0 187972345 19566772224 334022 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
[pid=992603/tid=992614] ppid=992600 vsize=19108176 memory=1336032 CPUtime=0 cores=1,3

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

/proc/992603/task/992621/stat : 992621 (Common-Cleaner) S 992600 992603 987398 0 -1 1077936192 76 0 0 0 0 0 0 0 20 0 20 0 187972349 19566772224 450383 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
[pid=992603/tid=992622] ppid=992600 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/992603/task/992622/stat : 992622 (Timer-0) S 992600 992603 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187972372 19566772224 450383 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
Current children cumulated CPU time: 104.21 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1801532 KiB

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

# cumulated CPU time of all completed processes:  user=137.31 s, system=0.607739 s

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

[startup+102.401 s]
/proc/loadavg: 4.84 4.62 4.39 5/319 992640
/proc/meminfo: memFree=114502820/131655788 swapFree=131070704/131071996
[pid=992603] ppid=992600 vsize=19108176 memory=1832252 CPUtime=104.31 cores=1,3
/proc/992603/stat : 992603 (java) S 992600 992603 987398 0 -1 1077936128 37356 0 0 0 10386 45 0 0 20 0 20 0 187972345 19566772224 457551 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
/proc/992603/statm: 4777044 458063 5957 1 0 790843 0
[pid=992603/tid=992605] ppid=992600 vsize=19108176 memory=11420 CPUtime=99.91 cores=1,3
/proc/992603/task/992605/stat : 992605 (java) R 992600 992603 987398 0 -1 4194368 13950 0 0 0 9958 33 0 0 20 0 20 0 187972345 19566772224 458063 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
[pid=992603/tid=992614] ppid=992600 vsize=19108176 memory=-9177602023780295356 CPUtime=0 cores=1,3
/proc/992603/task/992614/stat : 992614 (Finalizer) S 992600 992603 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187972348 19566772224 458063 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
[pid=992603/tid=992621] ppid=992600 vsize=19108176 memory=11420 CPUtime=0 cores=1,3
/proc/992603/task/992621/stat : 992621 (Common-Cleaner) S 992600 992603 987398 0 -1 1077936192 76 0 0 0 0 0 0 0 20 0 20 0 187972349 19566772224 458063 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
[pid=992603/tid=992622] ppid=992600 vsize=19108176 memory=311756 CPUtime=0 cores=1,3
/proc/992603/task/992622/stat : 992622 (Timer-0) S 992600 992603 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187972372 19566772224 458063 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
Current children cumulated CPU time: 104.31 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1832252 KiB

[startup+115.2 s]
/proc/loadavg: 4.65 4.59 4.39 5/319 992643
/proc/meminfo: memFree=113957568/131655788 swapFree=131070704/131071996
[pid=992603] ppid=992600 vsize=19108176 memory=2301360 CPUtime=117.13 cores=1,3
/proc/992603/stat : 992603 (java) S 992600 992603 987398 0 -1 1077936128 38680 0 0 0 11659 54 0 0 20 0 20 0 187972345 19566772224 575340 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
/proc/992603/statm: 4777044 575340 5957 1 0 790854 0
[pid=992603/tid=992605] ppid=992600 vsize=19108176 memory=12508 CPUtime=112.5 cores=1,3
/proc/992603/task/992605/stat : 992605 (java) R 992600 992603 987398 0 -1 4194368 14718 0 0 0 11208 42 0 0 20 0 20 0 187972345 19566772224 575340 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
[pid=992603/tid=992614] ppid=992600 vsize=19108176 memory=5540 CPUtime=0 cores=1,3
/proc/992603/task/992614/stat : 992614 (Finalizer) S 992600 992603 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187972348 19566772224 575340 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
[pid=992603/tid=992621] ppid=992600 vsize=19108176 memory=16192 CPUtime=0 cores=1,3
/proc/992603/task/992621/stat : 992621 (Common-Cleaner) S 992600 992603 987398 0 -1 1077936192 76 0 0 0 0 0 0 0 20 0 20 0 187972349 19566772224 575340 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
[pid=992603/tid=992622] ppid=992600 vsize=19108176 memory=2264 CPUtime=0 cores=1,3
/proc/992603/task/992622/stat : 992622 (Timer-0) S 992600 992603 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187972372 19566772224 575340 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
Current children cumulated CPU time: 117.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2301360 KiB

[startup+121.6 s]
/proc/loadavg: 4.60 4.58 4.38 5/319 992644
/proc/meminfo: memFree=113938848/131655788 swapFree=131070704/131071996
[pid=992603] ppid=992600 vsize=19108176 memory=2301360 CPUtime=123.53 cores=1,3
/proc/992603/stat : 992603 (java) S 992600 992603 987398 0 -1 1077936128 38772 0 0 0 12298 55 0 0 20 0 20 0 187972345 19566772224 575340 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
/proc/992603/statm: 4777044 575340 5957 1 0 790854 0
[pid=992603/tid=992605] ppid=992600 vsize=19108176 memory=16192 CPUtime=118.75 cores=1,3
/proc/992603/task/992605/stat : 992605 (java) R 992600 992603 987398 0 -1 4194368 14753 0 0 0 11833 42 0 0 20 0 20 0 187972345 19566772224 575340 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
[pid=992603/tid=992614] ppid=992600 vsize=19108176 memory=2301360 CPUtime=0 cores=1,3
/proc/992603/task/992614/stat : 992614 (Finalizer) S 992600 992603 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187972348 19566772224 575340 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
[pid=992603/tid=992621] ppid=992600 vsize=19108176 memory=32180 CPUtime=0 cores=1,3
/proc/992603/task/992621/stat : 992621 (Common-Cleaner) S 992600 992603 987398 0 -1 1077936192 123 0 0 0 0 0 0 0 20 0 20 0 187972349 19566772224 575340 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
[pid=992603/tid=992622] ppid=992600 vsize=19108176 memory=2301360 CPUtime=0 cores=1,3
/proc/992603/task/992622/stat : 992622 (Timer-0) S 992600 992603 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187972372 19566772224 575340 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
Current children cumulated CPU time: 123.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2301360 KiB

[startup+128 s]*
/proc/loadavg: 4.89 4.64 4.41 6/319 992646
/proc/meminfo: memFree=113894148/131655788 swapFree=131070704/131071996
[pid=992603] ppid=992600 vsize=19108176 memory=2315076 CPUtime=131.77 cores=1,3
/proc/992603/stat : 992603 (java) S 992600 992603 987398 0 -1 1077936128 48701 0 0 0 13119 58 0 0 20 0 20 0 187972345 19566772224 578769 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
/proc/992603/statm: 4777044 578769 5957 1 0 793029 0
[pid=992603/tid=992605] ppid=992600 vsize=19108176 memory=-9177602023780295356 CPUtime=124.98 cores=1,3
/proc/992603/task/992605/stat : 992605 (java) R 992600 992603 987398 0 -1 4194368 16053 0 0 0 12456 42 0 0 20 0 20 0 187972345 19566772224 578769 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
[pid=992603/tid=992614] ppid=992600 vsize=19108176 memory=8112850489546415260 CPUtime=0 cores=1,3
/proc/992603/task/992614/stat : 992614 (Finalizer) S 992600 992603 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187972348 19566772224 578769 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
[pid=992603/tid=992621] ppid=992600 vsize=19108176 memory=2299312 CPUtime=0 cores=1,3
/proc/992603/task/992621/stat : 992621 (Common-Cleaner) S 992600 992603 987398 0 -1 1077936192 123 0 0 0 0 0 0 0 20 0 20 0 187972349 19566772224 578769 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
[pid=992603/tid=992622] ppid=992600 vsize=19108176 memory=7124 CPUtime=0 cores=1,3
/proc/992603/task/992622/stat : 992622 (Timer-0) S 992600 992603 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187972372 19566772224 578769 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
Current children cumulated CPU time: 131.77 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2315076 KiB

[startup+131.2 s]
/proc/loadavg: 4.89 4.64 4.41 6/319 992646
/proc/meminfo: memFree=113744396/131655788 swapFree=131070704/131071996
[pid=992603] ppid=992600 vsize=19108176 memory=2317700 CPUtime=135.6 cores=1,3
/proc/992603/stat : 992603 (java) S 992600 992603 987398 0 -1 1077936128 51319 0 0 0 13501 59 0 0 20 0 20 0 187972345 19566772224 579425 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
/proc/992603/statm: 4777044 579425 5957 1 0 793060 0
[pid=992603/tid=992605] ppid=992600 vsize=19108176 memory=7091590881252239982 CPUtime=128.07 cores=1,3
/proc/992603/task/992605/stat : 992605 (java) R 992600 992603 987398 0 -1 4194368 16054 0 0 0 12765 42 0 0 20 0 20 0 187972345 19566772224 579425 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
[pid=992603/tid=992614] ppid=992600 vsize=19108176 memory=2340 CPUtime=0 cores=1,3
/proc/992603/task/992614/stat : 992614 (Finalizer) S 992600 992603 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187972348 19566772224 579425 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
[pid=992603/tid=992621] ppid=992600 vsize=19108176 memory=32180 CPUtime=0 cores=1,3
/proc/992603/task/992621/stat : 992621 (Common-Cleaner) S 992600 992603 987398 0 -1 1077936192 123 0 0 0 0 0 0 0 20 0 20 0 187972349 19566772224 579425 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
[pid=992603/tid=992622] ppid=992600 vsize=19108176 memory=2323420 CPUtime=0 cores=1,3
/proc/992603/task/992622/stat : 992622 (Timer-0) S 992600 992603 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187972372 19566772224 579425 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
Current children cumulated CPU time: 135.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2317700 KiB

[startup+132.8 s]
/proc/loadavg: 4.89 4.64 4.41 5/319 992646
/proc/meminfo: memFree=113366828/131655788 swapFree=131070704/131071996
[pid=992603] ppid=992600 vsize=19108176 memory=2317700 CPUtime=137.2 cores=1,3
/proc/992603/stat : 992603 (java) S 992600 992603 987398 0 -1 1077936128 51447 0 0 0 13661 59 0 0 20 0 20 0 187972345 19566772224 579425 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
/proc/992603/statm: 4777044 579425 5957 1 0 793060 0
[pid=992603/tid=992605] ppid=992600 vsize=19108176 memory=910 CPUtime=129.67 cores=1,3
/proc/992603/task/992605/stat : 992605 (java) R 992600 992603 987398 0 -1 4194368 16182 0 0 0 12925 42 0 0 20 0 20 0 187972345 19566772224 579425 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
[pid=992603/tid=992614] ppid=992600 vsize=19108176 memory=59677 CPUtime=0 cores=1,3
/proc/992603/task/992614/stat : 992614 (Finalizer) S 992600 992603 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187972348 19566772224 579425 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
[pid=992603/tid=992621] ppid=992600 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/992603/task/992621/stat : 992621 (Common-Cleaner) S 992600 992603 987398 0 -1 1077936192 123 0 0 0 0 0 0 0 20 0 20 0 187972349 19566772224 579425 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
[pid=992603/tid=992622] ppid=992600 vsize=19108176 memory=2317700 CPUtime=0 cores=1,3
/proc/992603/task/992622/stat : 992622 (Timer-0) S 992600 992603 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187972372 19566772224 579425 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
Current children cumulated CPU time: 137.2 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2317700 KiB

[startup+133.2 s]
/proc/loadavg: 4.82 4.63 4.41 5/319 992648
/proc/meminfo: memFree=113366800/131655788 swapFree=131070704/131071996
[pid=992603] ppid=992600 vsize=19108176 memory=2317700 CPUtime=137.6 cores=1,3
/proc/992603/stat : 992603 (java) S 992600 992603 987398 0 -1 1077936128 51447 0 0 0 13701 59 0 0 20 0 20 0 187972345 19566772224 579425 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
/proc/992603/statm: 4777044 579425 5957 1 0 793060 0
[pid=992603/tid=992605] ppid=992600 vsize=19108176 memory=6 CPUtime=130.07 cores=1,3
/proc/992603/task/992605/stat : 992605 (java) R 992600 992603 987398 0 -1 4194368 16182 0 0 0 12965 42 0 0 20 0 20 0 187972345 19566772224 579425 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
[pid=992603/tid=992614] ppid=992600 vsize=19108176 memory=9 CPUtime=0 cores=1,3
/proc/992603/task/992614/stat : 992614 (Finalizer) S 992600 992603 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187972348 19566772224 579425 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
[pid=992603/tid=992621] ppid=992600 vsize=19108176 memory=7 CPUtime=0 cores=1,3
/proc/992603/task/992621/stat : 992621 (Common-Cleaner) S 992600 992603 987398 0 -1 1077936192 123 0 0 0 0 0 0 0 20 0 20 0 187972349 19566772224 579425 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
[pid=992603/tid=992622] ppid=992600 vsize=19108176 memory=5 CPUtime=0 cores=1,3
/proc/992603/task/992622/stat : 992622 (Timer-0) S 992600 992603 987398 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 187972372 19566772224 579425 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
Current children cumulated CPU time: 137.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2317700 KiB

[startup+133.4 s]
/proc/loadavg: 4.82 4.63 4.41 5/319 992648
/proc/meminfo: memFree=113366800/131655788 swapFree=131070704/131071996
[pid=992603] ppid=992600 vsize=19241304 memory=2318440 CPUtime=137.81 cores=1,3
/proc/992603/stat : 992603 (java) S 992600 992603 987398 0 -1 1077936128 52962 0 0 0 13722 59 0 0 20 0 20 0 187972345 19703095296 579610 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
/proc/992603/statm: 4810326 579610 5956 1 0 793690 0
[pid=992603/tid=992605] ppid=992600 vsize=19241304 memory=1774686 CPUtime=130.18 cores=1,3
/proc/992603/task/992605/stat : 992605 (java) S 992600 992603 987398 0 -1 1077936192 17108 0 0 0 12976 42 0 0 20 0 20 0 187972345 19703095296 579610 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
[pid=992603/tid=992614] ppid=992600 vsize=19241304 memory=1775553 CPUtime=0 cores=1,3
/proc/992603/task/992614/stat : 992614 (Finalizer) S 992600 992603 987398 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 187972348 19703095296 579610 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
[pid=992603/tid=992621] ppid=992600 vsize=19241304 memory=3977296642273649979 CPUtime=0 cores=1,3
/proc/992603/task/992621/stat : 992621 (Common-Cleaner) S 992600 992603 987398 0 -1 1077936192 123 0 0 0 0 0 0 0 20 0 20 0 187972349 19703095296 579610 134679101440 94878529544192 94878529547888 140728153625568 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94878529555704 94878529556496 94878543745024 140728153629684 140728153629792 140728153629792 140728153636808 0
Current children cumulated CPU time: 137.81 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 2318440 KiB

Child status: 20

Real time (s): 133.469
CPU time (s): 137.917
CPU user time (s): 137.31
CPU system time (s): 0.607739
CPU usage (%): 103.332
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 2333540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 137.31
system time used= 0.607739
maximum resident set size= 2333540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53179
page faults= 0
swaps= 0
block input operations= 0
block output operations= 192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6136
involuntary context switches= 669


# summary of solver processes directly reported to runsolver:
#   pid: 992603
#   total CPU time (s): 137.917
#   total CPU user time (s): 137.31
#   total CPU system time (s): 0.607739

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.798504 second user time and 1.35275 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-19 05:02:44
IDJOB=4448261
IDBENCH=160380
IDSOLVER=3052
FILE ID=nodeC011/4448261-1721358152
RUNJOBID= nodeC011-1721350778-987410
SLURM_JOB_ID= 7542750
Free space on /tmp= 723780 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid5x40split.cnf-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-4448261-1721358152/watcher-4448261-1721358152 -o /tmp/evaluation-result-4448261-1721358152/solver-4448261-1721358152 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721350778-987410 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4448261-1721358152.opb

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

MD5SUM BENCH= cf360b30707fd718d5f3229c2f68be40
RANDOM SEED=1622497493

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3607.271
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.614
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.388
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.604
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3491.600
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 3630.408
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.257
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.20
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.248
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6983.31
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        116743276 kB
MemAvailable:   117239512 kB
Buffers:          535712 kB
Cached:           800052 kB
SwapCached:          132 kB
Active:          1044864 kB
Inactive:       13352876 kB
Active(anon):       1452 kB
Inactive(anon): 13097596 kB
Active(file):    1043412 kB
Inactive(file):   255280 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131070704 kB
Dirty:               716 kB
Writeback:             0 kB
AnonPages:      13061612 kB
Mapped:           125080 kB
Shmem:             37400 kB
KReclaimable:      75488 kB
Slab:             157988 kB
SReclaimable:      75488 kB
SUnreclaim:        82500 kB
KernelStack:        4812 kB
PageTables:        35632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   15198760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            27072 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12763136 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      277320 kB
DirectMap2M:    33181696 kB
DirectMap1G:    102760448 kB

Free space on /tmp at the end= 723780 MiB
End job on nodeC011 at 2024-07-19 05:04:58