Trace number 4449985

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 Partial RoundingSAT 2024 2024-07-12UNSAT 844.326 833.18

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/
normalized-ECgrid5x80split.cnf-plain.pb.metafix.opb
MD5SUM4bfcc12bbb5b471fba8851c094b6b9f6
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 benchmark83.8532
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables801
Total number of constraints3202
Number of constraints which are clauses3202
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.08	c Free memory 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.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	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: ASSIGNED
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@59690aa4 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	Armin Biere (Picosat) restarts strategy
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
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  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
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: ASSIGNED
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@59690aa4 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 Armin Biere (Picosat) restarts strategy
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
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-4449985-1721406725.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  no objective function found
0.33/0.24	c ... done. Wall clock time 0.088s.
0.33/0.24	c declared #vars     801
0.33/0.24	c #constraints  3202
0.33/0.24	c constraints type 
0.33/0.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.33/0.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3200
0.33/0.24	c 3202 constraints processed.
1.06/0.66	c cleaning 0 clauses out of 5001 with flag 0/5001
1.64/0.90	c cleaning 0 clauses out of 11000 with flag 0/11000
2.05/1.16	c cleaning 0 clauses out of 18002 with flag 0/18002
2.57/1.49	c cleaning 0 clauses out of 26000 with flag 0/26000
3.05/1.86	c cleaning 0 clauses out of 35001 with flag 0/35001
3.69/2.24	c cleaning 0 clauses out of 45000 with flag 0/45000
4.20/2.74	c cleaning 0 clauses out of 56001 with flag 0/56001
4.81/3.35	c cleaning 0 clauses out of 68000 with flag 0/68000
5.42/4.00	c cleaning 0 clauses out of 81001 with flag 0/81001
6.15/4.62	c cleaning 0 clauses out of 95000 with flag 0/95000
7.05/5.52	c cleaning 0 clauses out of 110000 with flag 0/110000
8.05/6.50	c cleaning 0 clauses out of 126001 with flag 0/126001
8.97/7.43	c cleaning 0 clauses out of 143000 with flag 0/143000
10.00/8.49	c cleaning 0 clauses out of 161001 with flag 0/161001
11.39/9.87	c cleaning 0 clauses out of 180000 with flag 0/180000
12.92/11.32	c cleaning 0 clauses out of 200000 with flag 0/200000
14.46/12.80	c cleaning 0 clauses out of 221000 with flag 0/221000
16.46/14.80	c cleaning 0 clauses out of 243001 with flag 0/243001
18.72/17.04	c cleaning 0 clauses out of 266000 with flag 0/266000
20.96/19.22	c cleaning 0 clauses out of 290001 with flag 0/290001
23.06/21.37	c cleaning 0 clauses out of 315001 with flag 0/315001
25.51/23.79	c cleaning 0 clauses out of 341000 with flag 0/341000
28.15/26.30	c cleaning 0 clauses out of 368001 with flag 0/368001
31.55/29.73	c cleaning 0 clauses out of 396002 with flag 0/396002
34.70/32.83	c cleaning 0 clauses out of 425000 with flag 0/425000
37.96/36.06	c cleaning 0 clauses out of 455000 with flag 0/455000
42.20/40.22	c cleaning 0 clauses out of 486001 with flag 0/486001
46.44/44.43	c cleaning 0 clauses out of 518001 with flag 0/518001
50.30/48.29	c cleaning 0 clauses out of 551001 with flag 0/551001
56.35/54.23	c cleaning 0 clauses out of 585002 with flag 0/585002
61.26/59.15	c cleaning 0 clauses out of 620000 with flag 0/620000
66.80/64.69	c cleaning 0 clauses out of 656000 with flag 0/656000
73.50/71.22	c cleaning 0 clauses out of 693000 with flag 0/693000
82.12/79.86	c cleaning 0 clauses out of 731001 with flag 0/731001
88.42/86.15	c cleaning 0 clauses out of 770000 with flag 0/770000
95.13/92.89	c cleaning 0 clauses out of 810000 with flag 0/810000
102.33/100.03	c cleaning 0 clauses out of 851002 with flag 0/851002
111.12/108.88	c cleaning 0 clauses out of 893001 with flag 0/893001
119.59/117.29	c cleaning 0 clauses out of 936000 with flag 0/936000
128.88/126.57	c cleaning 0 clauses out of 980001 with flag 0/980001
142.62/140.34	c cleaning 0 clauses out of 1025001 with flag 0/1025001
153.16/150.88	c cleaning 0 clauses out of 1071001 with flag 0/1071001
163.86/161.59	c cleaning 0 clauses out of 1118000 with flag 0/1118000
175.49/173.05	c cleaning 0 clauses out of 1166001 with flag 0/1166001
188.64/186.19	c cleaning 0 clauses out of 1215002 with flag 0/1215002
201.09/198.57	c cleaning 0 clauses out of 1265004 with flag 0/1265004
214.21/211.59	c cleaning 0 clauses out of 1316001 with flag 0/1316001
232.65/229.93	c cleaning 0 clauses out of 1368001 with flag 0/1368001
247.00/244.19	c cleaning 0 clauses out of 1421001 with flag 0/1421001
263.15/260.21	c cleaning 0 clauses out of 1475001 with flag 0/1475001
278.77/275.74	c cleaning 0 clauses out of 1530001 with flag 0/1530001
296.51/293.48	c cleaning 0 clauses out of 1586001 with flag 0/1586001
314.27/311.01	c cleaning 0 clauses out of 1643000 with flag 0/1643000
331.92/328.60	c cleaning 0 clauses out of 1701000 with flag 0/1701000
347.67/344.27	c cleaning 0 clauses out of 1760000 with flag 0/1760000
371.70/368.17	c cleaning 0 clauses out of 1820001 with flag 0/1820001
394.19/390.55	c cleaning 0 clauses out of 1881001 with flag 0/1881001
416.70/412.93	c cleaning 0 clauses out of 1943000 with flag 0/1943000
443.82/440.01	c cleaning 0 clauses out of 2006000 with flag 0/2006000
472.30/468.31	c cleaning 0 clauses out of 2070001 with flag 0/2070001
497.56/493.43	c cleaning 0 clauses out of 2135001 with flag 0/2135001
525.48/521.20	c cleaning 0 clauses out of 2201001 with flag 0/2201001
551.14/546.74	c cleaning 0 clauses out of 2268001 with flag 0/2268001
584.26/579.89	c cleaning 0 clauses out of 2336002 with flag 0/2336002
624.94/620.49	c cleaning 0 clauses out of 2405000 with flag 0/2405000
659.05/654.32	c cleaning 0 clauses out of 2475001 with flag 0/2475001
690.53/685.77	c cleaning 0 clauses out of 2546001 with flag 0/2546001
720.99/716.01	c cleaning 0 clauses out of 2618000 with flag 0/2618000
758.84/751.81	c cleaning 0 clauses out of 2691001 with flag 0/2691001
797.81/788.67	c cleaning 0 clauses out of 2765001 with flag 0/2765001
823.35/814.25	c cleaning 0 clauses out of 2840001 with flag 0/2840001
844.13/833.01	c starts		: 231
844.13/833.03	c conflicts		: 2905166
844.13/833.03	c decisions		: 3660204
844.13/833.03	c propagations		: 27740961
844.13/833.03	c inspects		: 10105751082
844.13/833.03	c shortcuts		: 0
844.13/833.03	c learnt literals	: 1
844.13/833.03	c learnt binary clauses	: 3
844.13/833.03	c learnt ternary clauses	: 5
844.13/833.03	c learnt constraints	: 2905164
844.13/833.03	c ignored constraints	: 0
844.13/833.03	c root simplifications	: 0
844.13/833.03	c removed literals (reason simplification)	: 0
844.13/833.03	c reason swapping (by a shorter reason)	: 0
844.13/833.03	c Calls to reduceDB	: 71
844.13/833.03	c Number of update (reduction) of LBD	: 0
844.13/833.03	c Imported unit clauses	: 0
844.13/833.03	c No decision after first conflict	: false
844.13/833.03	c number of reductions to clauses (during analyze)	: 0
844.13/833.03	c number of learned constraints concerned by reduction	: 0
844.13/833.03	c number of learning phase by resolution	: 0
844.13/833.03	c number of learning phase by cutting planes	: 0
844.13/833.03	c number of rounding to 1 operations	: 0
844.13/833.03	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
844.13/833.03	c number of reductions of the coefficients by power 2 	: 0
844.13/833.03	c number of right shift for reduction by power 2 	: 0
844.13/833.03	c number of reductions of the coefficients by GCD over coefficients 	: 0
844.13/833.03	c number of ending skipping 	: 0
844.13/833.03	c number of internal skipping 	: 0
844.13/833.03	c number of derivation steps 	: 18068534
844.13/833.03	c number of skipped derivation steps 	: 0
844.13/833.03	c number of remaining unassigned 	: 0
844.13/833.03	c number of remaining assigned 	: 0
844.13/833.03	c number of falsified literals weakened from reason	: 0
844.13/833.03	c number of falsified literals weakened from conflict	: 0
844.13/833.03	c time for arithmetic operations	: 0
844.13/833.03	c minimum degree of deleted constraints	: null
844.13/833.03	c maximum degree of deleted constraints	: null
844.13/833.03	c number of deleted constraints	: 0
844.13/833.04	c speed (assignments/second)	: 33311.03188574256
844.13/833.04	c non guided choices	: 40049
844.25/833.15	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 2905161
844.25/833.15	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 3
844.25/833.15	s UNSATISFIABLE
844.25/833.15	c Total wall clock time (in seconds): 833.002

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63931 MiB (61313 MiB free)
  memory of node 1: 64510 MiB (61616 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449985-1721406725/watcher-4449985-1721406725 -o /tmp/evaluation-result-4449985-1721406725/solver-4449985-1721406725 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1721406737-1023807 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4449985-1721406725.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=1023862, runsolver pid=1023852
Current StackSize limit: 8192 KiB


[startup+0.100478 s]*
/proc/loadavg: 1.92 2.07 2.13 13/327 1023938
/proc/meminfo: memFree=125710500/131524600 swapFree=130799640/131071996
[pid=1023862] ppid=1023852 vsize=18975048 memory=65128 CPUtime=0.13 cores=4,6
/proc/1023862/stat : 1023862 (java) S 1023852 1023862 1019718 0 -1 1077936128 7263 0 0 0 11 2 0 0 20 0 18 0 192831655 19430449152 16282 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
/proc/1023862/statm: 4743762 16282 5620 1 0 549356 0
[pid=1023862/tid=1023871] ppid=1023852 vsize=18975048 memory=4026531971 CPUtime=0.08 cores=4,6
/proc/1023862/task/1023871/stat : 1023871 (java) R 1023852 1023862 1019718 0 -1 1078198336 5804 0 0 0 7 1 0 0 20 0 18 0 192831655 19430449152 16282 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 192831657 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
[pid=1023862/tid=1023906] ppid=1023852 vsize=18975048 memory=1285800 CPUtime=0 cores=4,6
/proc/1023862/task/1023906/stat : 1023906 (Finalizer) S 1023852 1023862 1019718 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 192831658 19430449152 16282 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
[pid=1023862/tid=1023936] ppid=1023852 vsize=18975048 memory=13571496182286042 CPUtime=0 cores=4,6
/proc/1023862/task/1023936/stat : 1023936 (Common-Cleaner) S 1023852 1023862 1019718 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 192831659 19430449152 16282 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65128 KiB

[startup+0.214997 s]*
/proc/loadavg: 1.92 2.07 2.13 19/328 1023939
/proc/meminfo: memFree=125607512/131524600 swapFree=130799640/131071996
[pid=1023862] ppid=1023852 vsize=18975048 memory=85868 CPUtime=0.33 cores=4,6
/proc/1023862/stat : 1023862 (java) S 1023852 1023862 1019718 0 -1 1077936128 7814 0 0 0 31 2 0 0 20 0 18 0 192831655 19430449152 21467 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
/proc/1023862/statm: 4743762 21467 5709 1 0 549672 0
[pid=1023862/tid=1023871] ppid=1023852 vsize=18975048 memory=6876556183782621315 CPUtime=0.18 cores=4,6
/proc/1023862/task/1023871/stat : 1023871 (java) R 1023852 1023862 1019718 0 -1 4194368 6067 0 0 0 16 2 0 0 20 0 18 0 192831655 19430449152 21467 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 192831657 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
[pid=1023862/tid=1023906] ppid=1023852 vsize=18975048 memory=1285800 CPUtime=0 cores=4,6
/proc/1023862/task/1023906/stat : 1023906 (Finalizer) S 1023852 1023862 1019718 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 192831658 19430449152 21467 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
[pid=1023862/tid=1023936] ppid=1023852 vsize=18975048 memory=13571496182286042 CPUtime=0 cores=4,6
/proc/1023862/task/1023936/stat : 1023936 (Common-Cleaner) S 1023852 1023862 1019718 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 192831659 19430449152 21467 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 85868 KiB

[startup+0.316125 s]*
/proc/loadavg: 1.92 2.07 2.13 13/331 1023942
/proc/meminfo: memFree=125429612/131524600 swapFree=130799640/131071996
[pid=1023862] ppid=1023852 vsize=19041612 memory=105984 CPUtime=0.52 cores=4,6
/proc/1023862/stat : 1023862 (java) S 1023852 1023862 1019718 0 -1 1077936128 8259 0 0 0 49 3 0 0 20 0 19 0 192831655 19498610688 26496 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
/proc/1023862/statm: 4760403 26496 5838 1 0 550133 0
[pid=1023862/tid=1023871] ppid=1023852 vsize=19041612 memory=-7596549454003397983 CPUtime=0.26 cores=4,6
/proc/1023862/task/1023871/stat : 1023871 (java) R 1023852 1023862 1019718 0 -1 4194368 6134 0 0 0 24 2 0 0 20 0 19 0 192831655 19498610688 26496 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 192831657 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
[pid=1023862/tid=1023906] ppid=1023852 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1023862/task/1023906/stat : 1023906 (Finalizer) S 1023852 1023862 1019718 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 192831658 19498610688 26496 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
[pid=1023862/tid=1023936] ppid=1023852 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1023862/task/1023936/stat : 1023936 (Common-Cleaner) S 1023852 1023862 1019718 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 192831659 19498610688 26496 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
[pid=1023862/tid=1023941] ppid=1023852 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1023862/task/1023941/stat : 1023941 (Timer-0) S 1023852 1023862 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 192831680 19498610688 26496 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 105984 KiB

[startup+0.701014 s]
/proc/loadavg: 1.92 2.07 2.13 9/310 1023954
/proc/meminfo: memFree=125353988/131524600 swapFree=130799640/131071996
[pid=1023862] ppid=1023852 vsize=19108176 memory=172116 CPUtime=1.25 cores=4,6
/proc/1023862/stat : 1023862 (java) S 1023852 1023862 1019718 0 -1 1077936128 13104 0 0 0 121 4 0 0 20 0 20 0 192831655 19566772224 43029 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
/proc/1023862/statm: 4777044 43029 5854 1 0 553418 0
[pid=1023862/tid=1023871] ppid=1023852 vsize=19108176 memory=4892 CPUtime=0.62 cores=4,6
/proc/1023862/task/1023871/stat : 1023871 (java) R 1023852 1023862 1019718 0 -1 4194368 6205 0 0 0 59 3 0 0 20 0 20 0 192831655 19566772224 43029 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 192831657 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
[pid=1023862/tid=1023906] ppid=1023852 vsize=19108176 memory=4892 CPUtime=0 cores=4,6
/proc/1023862/task/1023906/stat : 1023906 (Finalizer) S 1023852 1023862 1019718 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 192831658 19566772224 43029 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
[pid=1023862/tid=1023936] ppid=1023852 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1023862/task/1023936/stat : 1023936 (Common-Cleaner) S 1023852 1023862 1019718 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 192831659 19566772224 43029 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
[pid=1023862/tid=1023941] ppid=1023852 vsize=19108176 memory=2240 CPUtime=0 cores=4,6
/proc/1023862/task/1023941/stat : 1023941 (Timer-0) S 1023852 1023862 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192831680 19566772224 43029 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
Current children cumulated CPU time: 1.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 172116 KiB

[startup+1.50101 s]
/proc/loadavg: 1.92 2.07 2.13 13/333 1024010
/proc/meminfo: memFree=125152960/131524600 swapFree=130799640/131071996
[pid=1023862] ppid=1023852 vsize=19108176 memory=411476 CPUtime=2.69 cores=4,6
/proc/1023862/stat : 1023862 (java) S 1023852 1023862 1019718 0 -1 1077936128 21103 0 0 0 260 9 0 0 20 0 20 0 192831655 19566772224 102869 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
/proc/1023862/statm: 4777044 102869 5854 1 0 555249 0
[pid=1023862/tid=1023871] ppid=1023852 vsize=19108176 memory=4892 CPUtime=1.38 cores=4,6
/proc/1023862/task/1023871/stat : 1023871 (java) R 1023852 1023862 1019718 0 -1 4194368 6712 0 0 0 131 7 0 0 20 0 20 0 192831655 19566772224 102869 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 192831657 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
[pid=1023862/tid=1023906] ppid=1023852 vsize=19108176 memory=2240 CPUtime=0 cores=4,6
/proc/1023862/task/1023906/stat : 1023906 (Finalizer) S 1023852 1023862 1019718 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 192831658 19566772224 102869 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
[pid=1023862/tid=1023936] ppid=1023852 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1023862/task/1023936/stat : 1023936 (Common-Cleaner) S 1023852 1023862 1019718 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 192831659 19566772224 102869 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
[pid=1023862/tid=1023941] ppid=1023852 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1023862/task/1023941/stat : 1023941 (Timer-0) S 1023852 1023862 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192831680 19566772224 102869 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
Current children cumulated CPU time: 2.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 411476 KiB

[startup+3.1056 s]
/proc/loadavg: 1.92 2.07 2.13 9/335 1024145
/proc/meminfo: memFree=122904320/131524600 swapFree=130799640/131071996
[pid=1023862] ppid=1023852 vsize=19108176 memory=669800 CPUtime=4.6 cores=4,6
/proc/1023862/stat : 1023862 (java) S 1023852 1023862 1019718 0 -1 1077936128 23139 0 0 0 446 14 0 0 20 0 20 0 192831655 19566772224 167450 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
/proc/1023862/statm: 4777044 167450 5858 1 0 555252 0
[pid=1023862/tid=1023871] ppid=1023852 vsize=19108176 memory=0 CPUtime=2.97 cores=4,6
/proc/1023862/task/1023871/stat : 1023871 (java) R 1023852 1023862 1019718 0 -1 4194368 7479 0 0 0 285 12 0 0 20 0 20 0 192831655 19566772224 167450 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 192831657 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
[pid=1023862/tid=1023906] ppid=1023852 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1023862/task/1023906/stat : 1023906 (Finalizer) S 1023852 1023862 1019718 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 192831658 19566772224 167450 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
[pid=1023862/tid=1023936] ppid=1023852 vsize=19108176 memory=4892 CPUtime=0 cores=4,6
/proc/1023862/task/1023936/stat : 1023936 (Common-Cleaner) S 1023852 1023862 1019718 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 192831659 19566772224 167450 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
[pid=1023862/tid=1023941] ppid=1023852 vsize=19108176 memory=7804 CPUtime=0 cores=4,6
/proc/1023862/task/1023941/stat : 1023941 (Timer-0) S 1023852 1023862 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192831680 19566772224 167450 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
Current children cumulated CPU time: 4.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 669800 KiB

[startup+6.30026 s]
/proc/loadavg: 2.16 2.12 2.14 5/335 1024145
/proc/meminfo: memFree=121137832/131524600 swapFree=130799640/131071996
[pid=1023862] ppid=1023852 vsize=19108176 memory=742240 CPUtime=7.85 cores=4,6
/proc/1023862/stat : 1023862 (java) S 1023852 1023862 1019718 0 -1 1077936128 23956 0 0 0 769 16 0 0 20 0 20 0 192831655 19566772224 185560 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
/proc/1023862/statm: 4777044 185560 5874 1 0 555252 0
[pid=1023862/tid=1023871] ppid=1023852 vsize=19108176 memory=0 CPUtime=6.08 cores=4,6
/proc/1023862/task/1023871/stat : 1023871 (java) R 1023852 1023862 1019718 0 -1 4194368 7637 0 0 0 595 13 0 0 20 0 20 0 192831655 19566772224 185560 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 192831657 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
[pid=1023862/tid=1023906] ppid=1023852 vsize=19108176 memory=4892 CPUtime=0 cores=4,6
/proc/1023862/task/1023906/stat : 1023906 (Finalizer) S 1023852 1023862 1019718 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 192831658 19566772224 185560 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
[pid=1023862/tid=1023936] ppid=1023852 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1023862/task/1023936/stat : 1023936 (Common-Cleaner) S 1023852 1023862 1019718 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 192831659 19566772224 185560 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
[pid=1023862/tid=1023941] ppid=1023852 vsize=19108176 memory=-6163001859702092992 CPUtime=0 cores=4,6
/proc/1023862/task/1023941/stat : 1023941 (Timer-0) S 1023852 1023862 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192831680 19566772224 185560 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
Current children cumulated CPU time: 7.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 742240 KiB

[startup+12.7003 s]
/proc/loadavg: 2.39 2.16 2.16 5/335 1024147
/proc/meminfo: memFree=118063552/131524600 swapFree=130799640/131071996
[pid=1023862] ppid=1023852 vsize=19108176 memory=1096640 CPUtime=14.36 cores=4,6
/proc/1023862/stat : 1023862 (java) S 1023852 1023862 1019718 0 -1 1077936128 26992 0 0 0 1413 23 0 0 20 0 20 0 192831655 19566772224 274160 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
/proc/1023862/statm: 4777044 274160 5874 1 0 555252 0
[pid=1023862/tid=1023871] ppid=1023852 vsize=19108176 memory=1096640 CPUtime=12.33 cores=4,6
/proc/1023862/task/1023871/stat : 1023871 (java) R 1023852 1023862 1019718 0 -1 4194368 8698 0 0 0 1215 18 0 0 20 0 20 0 192831655 19566772224 274160 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 192831657 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
[pid=1023862/tid=1023906] ppid=1023852 vsize=19108176 memory=4892 CPUtime=0 cores=4,6
/proc/1023862/task/1023906/stat : 1023906 (Finalizer) S 1023852 1023862 1019718 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 192831658 19566772224 274160 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
[pid=1023862/tid=1023936] ppid=1023852 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1023862/task/1023936/stat : 1023936 (Common-Cleaner) S 1023852 1023862 1019718 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 192831659 19566772224 274160 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
[pid=1023862/tid=1023941] ppid=1023852 vsize=19108176 memory=16256 CPUtime=0 cores=4,6
/proc/1023862/task/1023941/stat : 1023941 (Timer-0) S 1023852 1023862 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192831680 19566772224 274160 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
Current children cumulated CPU time: 14.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1096640 KiB

[startup+25.501 s]
/proc/loadavg: 2.75 2.25 2.19 5/335 1024149
/proc/meminfo: memFree=116823352/131524600 swapFree=130799640/131071996
[pid=1023862] ppid=1023852 vsize=19108176 memory=1399848 CPUtime=27.29 cores=4,6
/proc/1023862/stat : 1023862 (java) S 1023852 1023862 1019718 0 -1 1077936128 30512 0 0 0 2700 29 0 0 20 0 20 0 192831655 19566772224 349962 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
/proc/1023862/statm: 4777044 349962 5890 1 0 555252 0
[pid=1023862/tid=1023871] ppid=1023852 vsize=19108176 memory=16256 CPUtime=24.9 cores=4,6
/proc/1023862/task/1023871/stat : 1023871 (java) R 1023852 1023862 1019718 0 -1 4194368 10165 0 0 0 2469 21 0 0 20 0 20 0 192831655 19566772224 349962 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 192831657 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
[pid=1023862/tid=1023906] ppid=1023852 vsize=19108176 memory=1399848 CPUtime=0 cores=4,6
/proc/1023862/task/1023906/stat : 1023906 (Finalizer) S 1023852 1023862 1019718 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 192831658 19566772224 349962 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
[pid=1023862/tid=1023936] ppid=1023852 vsize=19108176 memory=1385424 CPUtime=0 cores=4,6
/proc/1023862/task/1023936/stat : 1023936 (Common-Cleaner) S 1023852 1023862 1019718 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 192831659 19566772224 349962 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
[pid=1023862/tid=1023941] ppid=1023852 vsize=19108176 memory=2692600 CPUtime=0 cores=4,6
/proc/1023862/task/1023941/stat : 1023941 (Timer-0) S 1023852 1023862 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192831680 19566772224 349962 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
Current children cumulated CPU time: 27.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1399848 KiB

[startup+51.1059 s]
/proc/loadavg: 3.18 2.40 2.24 5/335 1024153
/proc/meminfo: memFree=114811880/131524600 swapFree=130799640/131071996
[pid=1023862] ppid=1023852 vsize=19108176 memory=1481876 CPUtime=53.2 cores=4,6
/proc/1023862/stat : 1023862 (java) S 1023852 1023862 1019718 0 -1 1077936128 33448 0 0 0 5288 32 0 0 20 0 20 0 192831655 19566772224 370469 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
/proc/1023862/statm: 4777044 370469 5890 1 0 555252 0
[pid=1023862/tid=1023871] ppid=1023852 vsize=19108176 memory=1481876 CPUtime=49.98 cores=4,6
/proc/1023862/task/1023871/stat : 1023871 (java) R 1023852 1023862 1019718 0 -1 4194368 12109 0 0 0 4977 21 0 0 20 0 20 0 192831655 19566772224 370469 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 192831657 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0

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

Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2179468 KiB

[startup+822.301 s]
/proc/loadavg: 4.48 4.18 3.42 5/331 1024369
/proc/meminfo: memFree=111569732/131524600 swapFree=130799640/131071996
[pid=1023862] ppid=1023852 vsize=19108176 memory=2182304 CPUtime=833.36 cores=4,6
/proc/1023862/stat : 1023862 (java) S 1023852 1023862 1019718 0 -1 1077936128 104513 0 0 0 83253 83 0 0 20 0 20 0 192831655 19566772224 545576 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
/proc/1023862/statm: 4777044 545576 5890 1 0 559485 0
[pid=1023862/tid=1023871] ppid=1023852 vsize=19108176 memory=2179492 CPUtime=812.19 cores=4,6
/proc/1023862/task/1023871/stat : 1023871 (java) R 1023852 1023862 1019718 0 -1 4194368 42727 0 0 0 81193 26 0 0 20 0 20 0 192831655 19566772224 545576 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 192831657 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
[pid=1023862/tid=1023906] ppid=1023852 vsize=19108176 memory=7804 CPUtime=0 cores=4,6
/proc/1023862/task/1023906/stat : 1023906 (Finalizer) S 1023852 1023862 1019718 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 192831658 19566772224 545576 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
[pid=1023862/tid=1023936] ppid=1023852 vsize=19108176 memory=2181540 CPUtime=0 cores=4,6
/proc/1023862/task/1023936/stat : 1023936 (Common-Cleaner) S 1023852 1023862 1019718 0 -1 1077936192 901 0 0 0 0 0 0 0 20 0 20 0 192831659 19566772224 545576 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
[pid=1023862/tid=1023941] ppid=1023852 vsize=19108176 memory=7804 CPUtime=0 cores=4,6
/proc/1023862/task/1023941/stat : 1023941 (Timer-0) S 1023852 1023862 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192831680 19566772224 545576 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
Current children cumulated CPU time: 833.36 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2182304 KiB

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

# cumulated CPU time of all completed processes:  user=843.472 s, system=0.853232 s

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

[startup+825.601 s]
/proc/loadavg: 4.52 4.19 3.43 5/331 1024369
/proc/meminfo: memFree=111569716/131524600 swapFree=130799640/131071996
[pid=1023862] ppid=1023852 vsize=19108176 memory=2182304 CPUtime=836.63 cores=4,6
/proc/1023862/stat : 1023862 (java) S 1023852 1023862 1019718 0 -1 1077936128 104598 0 0 0 83580 83 0 0 20 0 20 0 192831655 19566772224 545576 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
/proc/1023862/statm: 4777044 545576 5890 1 0 559485 0
[pid=1023862/tid=1023871] ppid=1023852 vsize=19108176 memory=2182296 CPUtime=815.45 cores=4,6
/proc/1023862/task/1023871/stat : 1023871 (java) R 1023852 1023862 1019718 0 -1 4194368 42811 0 0 0 81519 26 0 0 20 0 20 0 192831655 19566772224 545576 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 192831657 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
[pid=1023862/tid=1023906] ppid=1023852 vsize=19108176 memory=280297217377328 CPUtime=0 cores=4,6
/proc/1023862/task/1023906/stat : 1023906 (Finalizer) S 1023852 1023862 1019718 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 192831658 19566772224 545576 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
[pid=1023862/tid=1023936] ppid=1023852 vsize=19108176 memory=144 CPUtime=0 cores=4,6
/proc/1023862/task/1023936/stat : 1023936 (Common-Cleaner) S 1023852 1023862 1019718 0 -1 1077936192 901 0 0 0 0 0 0 0 20 0 20 0 192831659 19566772224 545576 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
[pid=1023862/tid=1023941] ppid=1023852 vsize=19108176 memory=2182304 CPUtime=0 cores=4,6
/proc/1023862/task/1023941/stat : 1023941 (Timer-0) S 1023852 1023862 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192831680 19566772224 545576 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
Current children cumulated CPU time: 836.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2182304 KiB

[startup+828.801 s]
/proc/loadavg: 4.52 4.19 3.43 5/331 1024370
/proc/meminfo: memFree=111569516/131524600 swapFree=130799640/131071996
[pid=1023862] ppid=1023852 vsize=19108176 memory=2182304 CPUtime=839.79 cores=4,6
/proc/1023862/stat : 1023862 (java) S 1023852 1023862 1019718 0 -1 1077936128 104654 0 0 0 83896 83 0 0 20 0 20 0 192831655 19566772224 545576 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
/proc/1023862/statm: 4777044 545576 5890 1 0 559485 0
[pid=1023862/tid=1023871] ppid=1023852 vsize=19108176 memory=2182304 CPUtime=818.62 cores=4,6
/proc/1023862/task/1023871/stat : 1023871 (java) R 1023852 1023862 1019718 0 -1 4194368 42856 0 0 0 81836 26 0 0 20 0 20 0 192831655 19566772224 545576 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 192831657 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
[pid=1023862/tid=1023906] ppid=1023852 vsize=19108176 memory=4892 CPUtime=0 cores=4,6
/proc/1023862/task/1023906/stat : 1023906 (Finalizer) S 1023852 1023862 1019718 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 192831658 19566772224 545576 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
[pid=1023862/tid=1023936] ppid=1023852 vsize=19108176 memory=4399630884276458 CPUtime=0 cores=4,6
/proc/1023862/task/1023936/stat : 1023936 (Common-Cleaner) S 1023852 1023862 1019718 0 -1 1077936192 901 0 0 0 0 0 0 0 20 0 20 0 192831659 19566772224 545576 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
[pid=1023862/tid=1023941] ppid=1023852 vsize=19108176 memory=736 CPUtime=0 cores=4,6
/proc/1023862/task/1023941/stat : 1023941 (Timer-0) S 1023852 1023862 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192831680 19566772224 545576 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
Current children cumulated CPU time: 839.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2182304 KiB

[startup+830.401 s]
/proc/loadavg: 4.48 4.19 3.43 5/331 1024370
/proc/meminfo: memFree=111569556/131524600 swapFree=130799640/131071996
[pid=1023862] ppid=1023852 vsize=19108176 memory=2182336 CPUtime=841.45 cores=4,6
/proc/1023862/stat : 1023862 (java) S 1023852 1023862 1019718 0 -1 1077936128 105153 0 0 0 84062 83 0 0 20 0 20 0 192831655 19566772224 545584 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
/proc/1023862/statm: 4777044 545584 5890 1 0 559485 0
[pid=1023862/tid=1023871] ppid=1023852 vsize=19108176 memory=2182336 CPUtime=820.2 cores=4,6
/proc/1023862/task/1023871/stat : 1023871 (java) R 1023852 1023862 1019718 0 -1 4194368 43174 0 0 0 81994 26 0 0 20 0 20 0 192831655 19566772224 545584 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 192831657 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
[pid=1023862/tid=1023906] ppid=1023852 vsize=19108176 memory=23320 CPUtime=0 cores=4,6
/proc/1023862/task/1023906/stat : 1023906 (Finalizer) S 1023852 1023862 1019718 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 192831658 19566772224 545584 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
[pid=1023862/tid=1023936] ppid=1023852 vsize=19108176 memory=120 CPUtime=0 cores=4,6
/proc/1023862/task/1023936/stat : 1023936 (Common-Cleaner) S 1023852 1023862 1019718 0 -1 1077936192 901 0 0 0 0 0 0 0 20 0 20 0 192831659 19566772224 545584 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
[pid=1023862/tid=1023941] ppid=1023852 vsize=19108176 memory=4892 CPUtime=0 cores=4,6
/proc/1023862/task/1023941/stat : 1023941 (Timer-0) S 1023852 1023862 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192831680 19566772224 545584 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
Current children cumulated CPU time: 841.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2182336 KiB

[startup+832.001 s]*
/proc/loadavg: 4.48 4.19 3.43 5/331 1024370
/proc/meminfo: memFree=111569120/131524600 swapFree=130799640/131071996
[pid=1023862] ppid=1023852 vsize=19108176 memory=2182644 CPUtime=843.14 cores=4,6
/proc/1023862/stat : 1023862 (java) S 1023852 1023862 1019718 0 -1 1077936128 105287 0 0 0 84230 84 0 0 20 0 20 0 192831655 19566772224 545661 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
/proc/1023862/statm: 4777044 545661 5890 1 0 559485 0
[pid=1023862/tid=1023871] ppid=1023852 vsize=19108176 memory=11428 CPUtime=821.72 cores=4,6
/proc/1023862/task/1023871/stat : 1023871 (java) R 1023852 1023862 1019718 0 -1 4194368 43176 0 0 0 82145 27 0 0 20 0 20 0 192831655 19566772224 545661 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 192831657 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
[pid=1023862/tid=1023906] ppid=1023852 vsize=19108176 memory=11140 CPUtime=0 cores=4,6
/proc/1023862/task/1023906/stat : 1023906 (Finalizer) S 1023852 1023862 1019718 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 192831658 19566772224 545661 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
[pid=1023862/tid=1023936] ppid=1023852 vsize=19108176 memory=-6933350163988322754 CPUtime=0 cores=4,6
/proc/1023862/task/1023936/stat : 1023936 (Common-Cleaner) S 1023852 1023862 1019718 0 -1 1077936192 901 0 0 0 0 0 0 0 20 0 20 0 192831659 19566772224 545661 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
[pid=1023862/tid=1023941] ppid=1023852 vsize=19108176 memory=2680 CPUtime=0 cores=4,6
/proc/1023862/task/1023941/stat : 1023941 (Timer-0) S 1023852 1023862 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192831680 19566772224 545661 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
Current children cumulated CPU time: 843.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2182644 KiB

[startup+832.801 s]
/proc/loadavg: 4.48 4.19 3.43 5/331 1024370
/proc/meminfo: memFree=111569120/131524600 swapFree=130799640/131071996
[pid=1023862] ppid=1023852 vsize=19108176 memory=2182644 CPUtime=843.93 cores=4,6
/proc/1023862/stat : 1023862 (java) S 1023852 1023862 1019718 0 -1 1077936128 105287 0 0 0 84309 84 0 0 20 0 20 0 192831655 19566772224 545661 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
/proc/1023862/statm: 4777044 545661 5890 1 0 559485 0
[pid=1023862/tid=1023871] ppid=1023852 vsize=19108176 memory=2182644 CPUtime=822.52 cores=4,6
/proc/1023862/task/1023871/stat : 1023871 (java) R 1023852 1023862 1019718 0 -1 4194368 43176 0 0 0 82225 27 0 0 20 0 20 0 192831655 19566772224 545661 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 192831657 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
[pid=1023862/tid=1023906] ppid=1023852 vsize=19108176 memory=2240 CPUtime=0 cores=4,6
/proc/1023862/task/1023906/stat : 1023906 (Finalizer) S 1023852 1023862 1019718 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 192831658 19566772224 545661 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
[pid=1023862/tid=1023936] ppid=1023852 vsize=19108176 memory=-7596549454003660383 CPUtime=0 cores=4,6
/proc/1023862/task/1023936/stat : 1023936 (Common-Cleaner) S 1023852 1023862 1019718 0 -1 1077936192 901 0 0 0 0 0 0 0 20 0 20 0 192831659 19566772224 545661 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
[pid=1023862/tid=1023941] ppid=1023852 vsize=19108176 memory=29536 CPUtime=0 cores=4,6
/proc/1023862/task/1023941/stat : 1023941 (Timer-0) S 1023852 1023862 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 192831680 19566772224 545661 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
Current children cumulated CPU time: 843.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2182644 KiB

[startup+833.003 s]*
/proc/loadavg: 4.48 4.19 3.43 5/332 1024371
/proc/meminfo: memFree=111569124/131524600 swapFree=130799640/131071996
[pid=1023862] ppid=1023852 vsize=19174740 memory=2182748 CPUtime=844.13 cores=4,6
/proc/1023862/stat : 1023862 (java) S 1023852 1023862 1019718 0 -1 1077936128 105823 0 0 0 84329 84 0 0 20 0 21 0 192831655 19634933760 545687 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
/proc/1023862/statm: 4793685 545687 5889 1 0 559790 0
[pid=1023862/tid=1023871] ppid=1023852 vsize=19174740 memory=-7524491859965405797 CPUtime=822.72 cores=4,6
/proc/1023862/task/1023871/stat : 1023871 (java) R 1023852 1023862 1019718 0 -1 1077936192 43709 0 0 0 82245 27 0 0 20 0 21 0 192831655 19634933760 545687 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 192831657 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
[pid=1023862/tid=1023906] ppid=1023852 vsize=19174740 memory=-6933350163988322754 CPUtime=0 cores=4,6
/proc/1023862/task/1023906/stat : 1023906 (Finalizer) S 1023852 1023862 1019718 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 192831658 19634933760 545687 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
[pid=1023862/tid=1023936] ppid=1023852 vsize=19174740 memory=6531582392757884264 CPUtime=0 cores=4,6
/proc/1023862/task/1023936/stat : 1023936 (Common-Cleaner) S 1023852 1023862 1019718 0 -1 1077936192 901 0 0 0 0 0 0 0 20 0 21 0 192831659 19634933760 545687 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
[pid=1023862/tid=1023941] ppid=1023852 vsize=19174740 memory=-2824640246339807340 CPUtime=0 cores=4,6
/proc/1023862/task/1023941/stat : 1023941 (Timer-0) S 1023852 1023862 1019718 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 192831680 19634933760 545687 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
[pid=1023862/tid=1024371] ppid=1023852 vsize=19174740 memory=-7740131308798844277 CPUtime=0 cores=4,6
/proc/1023862/task/1024371/stat : 1024371 (java) S 1023852 1023862 1019718 0 -1 1077936192 2 0 0 0 0 0 0 0 20 0 21 0 192914955 19634933760 545687 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
Current children cumulated CPU time: 844.13 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 2182748 KiB

[startup+833.106 s]
/proc/loadavg: 4.48 4.19 3.43 5/332 1024371
/proc/meminfo: memFree=111569124/131524600 swapFree=130799640/131071996
[pid=1023862] ppid=1023852 vsize=19241304 memory=2183324 CPUtime=844.25 cores=4,6
/proc/1023862/stat : 1023862 (java) S 1023852 1023862 1019718 0 -1 1077936128 106255 0 0 0 84341 84 0 0 20 0 20 0 192831655 19703095296 545831 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
/proc/1023862/statm: 4810326 545831 5889 1 0 560134 0
[pid=1023862/tid=1023871] ppid=1023852 vsize=19241304 memory=2179492 CPUtime=822.72 cores=4,6
/proc/1023862/task/1023871/stat : 1023871 (java) S 1023852 1023862 1019718 0 -1 1077936192 43712 0 0 0 82245 27 0 0 20 0 20 0 192831655 19703095296 545831 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 192831657 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
[pid=1023862/tid=1023906] ppid=1023852 vsize=19241304 memory=7804 CPUtime=0 cores=4,6
/proc/1023862/task/1023906/stat : 1023906 (Finalizer) S 1023852 1023862 1019718 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 192831658 19703095296 545831 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
[pid=1023862/tid=1023936] ppid=1023852 vsize=19241304 memory=2181540 CPUtime=0 cores=4,6
/proc/1023862/task/1023936/stat : 1023936 (Common-Cleaner) S 1023852 1023862 1019718 0 -1 1077936192 901 0 0 0 0 0 0 0 20 0 20 0 192831659 19703095296 545831 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
[pid=1023862/tid=1024371] ppid=1023852 vsize=19241304 memory=5864060992620806240 CPUtime=0.08 cores=4,6
/proc/1023862/task/1024371/stat : 1024371 (Thread-0) R 1023852 1023862 1019718 0 -1 4194368 236 0 0 0 8 0 0 0 20 0 20 0 192914955 19703095296 545831 134679101440 94845622341632 94845622345328 140724086704016 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94845622353144 94845622353936 94845626306560 140724086711278 140724086711391 140724086711391 140724086718408 0
Current children cumulated CPU time: 844.25 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 2183324 KiB

Child status: 20

Real time (s): 833.18
CPU time (s): 844.326
CPU user time (s): 843.472
CPU system time (s): 0.853232
CPU usage (%): 101.338
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 2185720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 843.472
system time used= 0.853232
maximum resident set size= 2185720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106403
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29643
involuntary context switches= 3133


# summary of solver processes directly reported to runsolver:
#   pid: 1023862
#   total CPU time (s): 844.326
#   total CPU user time (s): 843.472
#   total CPU system time (s): 0.853232

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.77298 second user time and 4.28837 second system time

The end

Launcher Data

Begin job on nodeC014 at 2024-07-19 18:32:18
IDJOB=4449985
IDBENCH=160356
IDSOLVER=3046
FILE ID=nodeC014/4449985-1721406725
RUNJOBID= nodeC014-1721406737-1023807
SLURM_JOB_ID= 7545426
Free space on /tmp= 890036 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/ECGRID-FromCNF/normalized-ECgrid5x80split.cnf-plain.pb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4449985-1721406725/watcher-4449985-1721406725 -o /tmp/evaluation-result-4449985-1721406725/solver-4449985-1721406725 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC014-1721406737-1023807 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4449985-1721406725.opb

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

MD5SUM BENCH= 4bfcc12bbb5b471fba8851c094b6b9f6
RANDOM SEED=146711794

nodeC014.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		: 3525.786
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.32
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		: 3540.575
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.96
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		: 3575.851
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.32
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		: 3621.076
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.96
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		: 3424.248
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.32
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		: 3620.246
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.96
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		: 3618.083
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.32
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		: 3159.760
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.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        125883908 kB
MemAvailable:   129983180 kB
Buffers:          483824 kB
Cached:          4411180 kB
SwapCached:        12872 kB
Active:          1484256 kB
Inactive:        3532968 kB
Active(anon):       9112 kB
Inactive(anon):   142620 kB
Active(file):    1475144 kB
Inactive(file):  3390348 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       130799640 kB
Dirty:              2256 kB
Writeback:             0 kB
AnonPages:        113164 kB
Mapped:            50308 kB
Shmem:             29476 kB
KReclaimable:     146852 kB
Slab:             249652 kB
SReclaimable:     146852 kB
SUnreclaim:       102800 kB
KernelStack:        3952 kB
PageTables:         8856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     746932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            35264 kB
HardwareCorrupted:     0 kB
AnonHugePages:    165888 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:      303828 kB
DirectMap2M:    38266880 kB
DirectMap1G:    97517568 kB

Free space on /tmp at the end= 890032 MiB
End job on nodeC014 at 2024-07-19 18:46:11