Trace number 4450465

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 1511.03 1494.74

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/
SUMINEQ/normalized-sumineqArity4pyramidP0125.opb
MD5SUM0c828c266e62d79f9353be6d834d3452
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 benchmark1.63183
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables32004
Total number of constraints8002
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)127
Number of constraints which are nor clauses,nor cardinality constraints7875
Minimum length of a constraint4
Maximum length of a constraint12
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 16
Number of bits of the biggest sum of numbers5
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 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.14	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.14	 - never skip resolution steps
0.13/0.14	 - Auto-division on coefficients is disabled
0.13/0.14	 - No postprocessing
0.13/0.14	 - Conflict is considered as is when resolving
0.13/0.14	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.14	 - Weaken first using unassigned literals
0.13/0.14	 - Bump strategy: ALWAYS_ONE
0.13/0.14	 - Bumper: ASSIGNED
0.13/0.14	--- Begin Solver configuration ---
0.13/0.14	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.14	Learn all clauses as in MiniSAT
0.13/0.14	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.14	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.14	No reason simplification
0.13/0.14	Armin Biere (Picosat) restarts strategy
0.13/0.14	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.14	timeout=2147483s
0.13/0.14	DB Simplification allowed=false
0.13/0.14	Listener: none
0.13/0.14	--- 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-4450465-1721410701.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  no objective function found
1.46/0.86	c ... done. Wall clock time 0.709s.
1.46/0.87	c declared #vars     32004
1.46/0.87	c #constraints  8002
1.46/0.87	c constraints type 
1.46/0.87	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 8002
1.46/0.87	c 8002 constraints processed.
3.96/2.19	c cleaning 2429 clauses out of 5000 with flag 0/5000
5.90/3.19	c cleaning 4193 clauses out of 8571 with flag 0/11000
7.33/4.18	c cleaning 5527 clauses out of 11378 with flag 0/18000
8.49/5.16	c cleaning 6724 clauses out of 13851 with flag 0/26000
10.23/6.75	c cleaning 7813 clauses out of 16128 with flag 0/35001
11.80/8.16	c cleaning 8777 clauses out of 18314 with flag 0/45000
14.05/10.36	c cleaning 9610 clauses out of 20537 with flag 0/56000
15.90/12.11	c cleaning 10531 clauses out of 22928 with flag 0/68001
17.70/13.90	c cleaning 9971 clauses out of 25396 with flag 0/81000
20.46/16.68	c cleaning 11221 clauses out of 29426 with flag 0/95001
22.62/18.76	c cleaning 13267 clauses out of 33204 with flag 0/110000
25.01/21.10	c cleaning 13550 clauses out of 35938 with flag 0/126001
28.32/24.20	c cleaning 13922 clauses out of 39387 with flag 0/143000
32.89/28.74	c cleaning 14378 clauses out of 43465 with flag 0/161000
39.67/35.46	c cleaning 15196 clauses out of 48088 with flag 0/180001
42.55/38.21	c cleaning 16346 clauses out of 52891 with flag 0/200000
48.30/43.89	c cleaning 16673 clauses out of 57545 with flag 0/221000
53.42/48.80	c cleaning 15701 clauses out of 62873 with flag 0/243001
58.34/53.65	c cleaning 19826 clauses out of 70171 with flag 0/266000
63.25/58.48	c cleaning 20490 clauses out of 74345 with flag 0/290000
70.69/65.72	c cleaning 21645 clauses out of 78855 with flag 0/315000
77.82/72.76	c cleaning 21455 clauses out of 83210 with flag 0/341000
89.07/83.85	c cleaning 21684 clauses out of 88756 with flag 0/368001
96.80/91.34	c cleaning 22739 clauses out of 95071 with flag 0/396000
109.75/104.08	c cleaning 25133 clauses out of 101332 with flag 0/425000
115.81/109.87	c cleaning 24225 clauses out of 106199 with flag 0/455000
159.03/152.40	c cleaning 26848 clauses out of 112974 with flag 0/486000
187.34/180.57	c cleaning 28292 clauses out of 118127 with flag 0/518001
195.11/188.15	c cleaning 26045 clauses out of 122834 with flag 0/551000
205.51/198.29	c cleaning 28347 clauses out of 130790 with flag 0/585001
225.26/217.61	c cleaning 31066 clauses out of 137442 with flag 0/620000
236.06/228.08	c cleaning 28326 clauses out of 142376 with flag 0/656000
335.26/326.62	c cleaning 33878 clauses out of 151050 with flag 0/693000
365.48/356.74	c cleaning 27846 clauses out of 155172 with flag 0/731000
478.41/469.96	c cleaning 32076 clauses out of 166327 with flag 0/770001
494.87/486.32	c cleaning 33834 clauses out of 174251 with flag 0/810001
526.31/517.40	c cleaning 33426 clauses out of 181417 with flag 0/851001
1037.20/1028.71	c cleaning 39948 clauses out of 189990 with flag 0/893000
1052.98/1044.20	c cleaning 36655 clauses out of 193042 with flag 0/936000
1079.14/1069.87	c cleaning 38820 clauses out of 200387 with flag 0/980000
1097.85/1088.09	c cleaning 37588 clauses out of 206567 with flag 0/1025000
1149.87/1139.35	c cleaning 39658 clauses out of 214979 with flag 0/1071000
1168.41/1157.49	c cleaning 36852 clauses out of 222322 with flag 0/1118001
1200.23/1188.52	c cleaning 35130 clauses out of 233469 with flag 0/1166000
1316.64/1304.12	c cleaning 43228 clauses out of 247339 with flag 0/1215000
1388.19/1374.98	c cleaning 36321 clauses out of 254112 with flag 0/1265001
1422.58/1408.65	c cleaning 29816 clauses out of 268791 with flag 0/1316001
1447.43/1432.78	c cleaning 36805 clauses out of 290975 with flag 0/1368001
1498.79/1483.15	c cleaning 33958 clauses out of 307169 with flag 0/1421000
1510.85/1494.64	c starts		: 206
1510.85/1494.65	c conflicts		: 1454700
1510.85/1494.65	c decisions		: 6808284
1510.85/1494.65	c propagations		: 20438992
1510.85/1494.65	c inspects		: 1772690732
1510.85/1494.65	c shortcuts		: 0
1510.85/1494.65	c learnt literals	: 1
1510.85/1494.65	c learnt binary clauses	: 0
1510.85/1494.65	c learnt ternary clauses	: 87
1510.85/1494.65	c learnt constraints	: 1454698
1510.85/1494.65	c ignored constraints	: 0
1510.85/1494.65	c root simplifications	: 0
1510.85/1494.65	c removed literals (reason simplification)	: 0
1510.85/1494.65	c reason swapping (by a shorter reason)	: 0
1510.85/1494.65	c Calls to reduceDB	: 49
1510.85/1494.65	c Number of update (reduction) of LBD	: 33335
1510.85/1494.65	c Imported unit clauses	: 0
1510.85/1494.65	c No decision after first conflict	: false
1510.85/1494.65	c number of reductions to clauses (during analyze)	: 0
1510.85/1494.65	c number of learned constraints concerned by reduction	: 0
1510.85/1494.65	c number of learning phase by resolution	: 0
1510.85/1494.65	c number of learning phase by cutting planes	: 0
1510.85/1494.65	c number of rounding to 1 operations	: 5086114
1510.85/1494.65	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
1510.85/1494.65	c number of reductions of the coefficients by power 2 	: 0
1510.85/1494.65	c number of right shift for reduction by power 2 	: 0
1510.85/1494.65	c number of reductions of the coefficients by GCD over coefficients 	: 0
1510.85/1494.65	c number of ending skipping 	: 0
1510.85/1494.65	c number of internal skipping 	: 0
1510.85/1494.65	c number of derivation steps 	: 4812276
1510.85/1494.65	c number of skipped derivation steps 	: 0
1510.85/1494.65	c number of remaining unassigned 	: 18533
1510.85/1494.65	c number of remaining assigned 	: 43589064
1510.85/1494.65	c number of falsified literals weakened from reason	: 0
1510.85/1494.65	c number of falsified literals weakened from conflict	: 0
1510.85/1494.65	c time for arithmetic operations	: 2768730010
1510.85/1494.65	c minimum degree of deleted constraints	: 4
1510.85/1494.65	c maximum degree of deleted constraints	: 340282366920938463463374607431768211451
1510.85/1494.65	c number of deleted constraints	: 1147789
1510.85/1494.65	c speed (assignments/second)	: 13682.7598764742
1510.85/1494.65	c non guided choices	: 1714676
1510.97/1494.72	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 89801
1510.97/1494.72	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 9208
1510.97/1494.72	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 207900
1510.97/1494.72	s UNSATISFIABLE
1510.97/1494.72	c Total wall clock time (in seconds): 1494.572

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450465-1721410701/watcher-4450465-1721410701 -o /tmp/evaluation-result-4450465-1721410701/solver-4450465-1721410701 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1721410600-1017793 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4450465-1721410701.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.10006 s]*
/proc/loadavg: 3.68 2.54 2.97 7/328 1018217
/proc/meminfo: memFree=117684344/131524600 swapFree=131071996/131071996
[pid=1018199] ppid=1018196 vsize=18975048 memory=63108 CPUtime=0.13 cores=0,2
/proc/1018199/stat : 1018199 (java) S 1018196 1018199 1017783 0 -1 1077936128 7233 0 0 0 12 1 0 0 20 0 18 0 193233570 19430449152 15777 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
/proc/1018199/statm: 4743762 15777 5685 1 0 549365 0
[pid=1018199/tid=1018201] ppid=1018196 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=0,2
/proc/1018199/task/1018201/stat : 1018201 (java) R 1018196 1018199 1017783 0 -1 4194368 5767 0 0 0 8 1 0 0 20 0 18 0 193233571 19430449152 15777 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
[pid=1018199/tid=1018210] ppid=1018196 vsize=18975048 memory=228556276070 CPUtime=0 cores=0,2
/proc/1018199/task/1018210/stat : 1018210 (Finalizer) S 1018196 1018199 1017783 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 193233573 19430449152 15777 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
[pid=1018199/tid=1018217] ppid=1018196 vsize=18975048 memory=16102567654487328 CPUtime=0 cores=0,2
/proc/1018199/task/1018217/stat : 1018217 (Common-Cleaner) S 1018196 1018199 1017783 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 193233574 19430449152 15777 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63108 KiB

[startup+0.20615 s]*
/proc/loadavg: 3.68 2.54 2.97 8/328 1018217
/proc/meminfo: memFree=117601900/131524600 swapFree=131071996/131071996
[pid=1018199] ppid=1018196 vsize=18975048 memory=153528 CPUtime=0.34 cores=0,2
/proc/1018199/stat : 1018199 (java) S 1018196 1018199 1017783 0 -1 1077936128 7762 0 0 0 30 4 0 0 20 0 18 0 193233570 19430449152 38382 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
/proc/1018199/statm: 4743762 38382 5750 1 0 549646 0
[pid=1018199/tid=1018201] ppid=1018196 vsize=18975048 memory=6876556183782621315 CPUtime=0.19 cores=0,2
/proc/1018199/task/1018201/stat : 1018201 (java) R 1018196 1018199 1017783 0 -1 4194368 6066 0 0 0 16 3 0 0 20 0 18 0 193233571 19430449152 38382 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
[pid=1018199/tid=1018210] ppid=1018196 vsize=18975048 memory=1623 CPUtime=0 cores=0,2
/proc/1018199/task/1018210/stat : 1018210 (Finalizer) S 1018196 1018199 1017783 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 193233573 19430449152 38382 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
[pid=1018199/tid=1018217] ppid=1018196 vsize=18975048 memory=14695192770905705 CPUtime=0 cores=0,2
/proc/1018199/task/1018217/stat : 1018217 (Common-Cleaner) S 1018196 1018199 1017783 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 193233574 19430449152 38382 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 153528 KiB

[startup+0.30614 s]*
/proc/loadavg: 3.68 2.54 2.97 6/329 1018218
/proc/meminfo: memFree=117572872/131524600 swapFree=131071996/131071996
[pid=1018199] ppid=1018196 vsize=19041612 memory=172448 CPUtime=0.53 cores=0,2
/proc/1018199/stat : 1018199 (java) S 1018196 1018199 1017783 0 -1 1077936128 9369 0 0 0 49 4 0 0 20 0 19 0 193233570 19498610688 43112 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
/proc/1018199/statm: 4760403 43112 5836 1 0 550977 0
[pid=1018199/tid=1018201] ppid=1018196 vsize=19041612 memory=-7236542958790468198 CPUtime=0.27 cores=0,2
/proc/1018199/task/1018201/stat : 1018201 (java) R 1018196 1018199 1017783 0 -1 4194368 6074 0 0 0 24 3 0 0 20 0 19 0 193233571 19498610688 43112 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
[pid=1018199/tid=1018210] ppid=1018196 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1018199/task/1018210/stat : 1018210 (Finalizer) S 1018196 1018199 1017783 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 193233573 19498610688 43112 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
[pid=1018199/tid=1018217] ppid=1018196 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1018199/task/1018217/stat : 1018217 (Common-Cleaner) S 1018196 1018199 1017783 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 193233574 19498610688 43112 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 172448 KiB

[startup+0.701151 s]
/proc/loadavg: 3.68 2.54 2.97 7/329 1018218
/proc/meminfo: memFree=117138952/131524600 swapFree=131071996/131071996
[pid=1018199] ppid=1018196 vsize=19041612 memory=790120 CPUtime=1.28 cores=0,2
/proc/1018199/stat : 1018199 (java) S 1018196 1018199 1017783 0 -1 1077936128 14657 0 0 0 111 17 0 0 20 0 19 0 193233570 19498610688 197530 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
/proc/1018199/statm: 4760403 197530 5836 1 0 553214 0
[pid=1018199/tid=1018201] ppid=1018196 vsize=19041612 memory=5436 CPUtime=0.62 cores=0,2
/proc/1018199/task/1018201/stat : 1018201 (java) R 1018196 1018199 1017783 0 -1 4194368 6363 0 0 0 47 15 0 0 20 0 19 0 193233571 19498610688 197530 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
[pid=1018199/tid=1018210] ppid=1018196 vsize=19041612 memory=12292 CPUtime=0 cores=0,2
/proc/1018199/task/1018210/stat : 1018210 (Finalizer) S 1018196 1018199 1017783 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 193233573 19498610688 197530 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
[pid=1018199/tid=1018217] ppid=1018196 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1018199/task/1018217/stat : 1018217 (Common-Cleaner) S 1018196 1018199 1017783 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 193233574 19498610688 197530 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
Current children cumulated CPU time: 1.28 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 790120 KiB

[startup+1.50114 s]
/proc/loadavg: 3.79 2.58 2.98 7/330 1018219
/proc/meminfo: memFree=116494612/131524600 swapFree=131071996/131071996
[pid=1018199] ppid=1018196 vsize=19108176 memory=1706048 CPUtime=2.8 cores=0,2
/proc/1018199/stat : 1018199 (java) S 1018196 1018199 1017783 0 -1 1077936128 21851 0 0 0 244 36 0 0 20 0 20 0 193233570 19566772224 426512 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
/proc/1018199/statm: 4777044 426512 5836 1 0 985446 0
[pid=1018199/tid=1018201] ppid=1018196 vsize=19108176 memory=0 CPUtime=1.3 cores=0,2
/proc/1018199/task/1018201/stat : 1018201 (java) R 1018196 1018199 1017783 0 -1 4194368 6873 0 0 0 99 31 0 0 20 0 20 0 193233571 19566772224 426512 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
[pid=1018199/tid=1018210] ppid=1018196 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1018199/task/1018210/stat : 1018210 (Finalizer) S 1018196 1018199 1017783 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193233573 19566772224 426512 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
[pid=1018199/tid=1018217] ppid=1018196 vsize=19108176 memory=12292 CPUtime=0 cores=0,2
/proc/1018199/task/1018217/stat : 1018217 (Common-Cleaner) S 1018196 1018199 1017783 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 193233574 19566772224 426512 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
[pid=1018199/tid=1018219] ppid=1018196 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1018199/task/1018219/stat : 1018219 (Timer-0) S 1018196 1018199 1017783 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193233658 19566772224 426512 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
Current children cumulated CPU time: 2.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1706048 KiB

[startup+3.10581 s]
/proc/loadavg: 3.79 2.58 2.98 6/330 1018219
/proc/meminfo: memFree=115435088/131524600 swapFree=131071996/131071996
[pid=1018199] ppid=1018196 vsize=19108176 memory=2444556 CPUtime=5.9 cores=0,2
/proc/1018199/stat : 1018199 (java) S 1018196 1018199 1017783 0 -1 1077936128 23544 0 0 0 536 54 0 0 20 0 20 0 193233570 19566772224 611139 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
/proc/1018199/statm: 4777044 611139 5836 1 0 985786 0
[pid=1018199/tid=1018201] ppid=1018196 vsize=19108176 memory=0 CPUtime=2.8 cores=0,2
/proc/1018199/task/1018201/stat : 1018201 (java) R 1018196 1018199 1017783 0 -1 4194368 7242 0 0 0 233 47 0 0 20 0 20 0 193233571 19566772224 611139 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
[pid=1018199/tid=1018210] ppid=1018196 vsize=19108176 memory=12292 CPUtime=0 cores=0,2
/proc/1018199/task/1018210/stat : 1018210 (Finalizer) S 1018196 1018199 1017783 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193233573 19566772224 611139 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
[pid=1018199/tid=1018217] ppid=1018196 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1018199/task/1018217/stat : 1018217 (Common-Cleaner) S 1018196 1018199 1017783 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 193233574 19566772224 611139 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
[pid=1018199/tid=1018219] ppid=1018196 vsize=19108176 memory=12064 CPUtime=0 cores=0,2
/proc/1018199/task/1018219/stat : 1018219 (Timer-0) S 1018196 1018199 1017783 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193233658 19566772224 611139 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
Current children cumulated CPU time: 5.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2444556 KiB

[startup+6.30026 s]
/proc/loadavg: 3.80 2.60 2.98 5/330 1018219
/proc/meminfo: memFree=114922772/131524600 swapFree=131071996/131071996
[pid=1018199] ppid=1018196 vsize=19108176 memory=2777996 CPUtime=9.83 cores=0,2
/proc/1018199/stat : 1018199 (java) S 1018196 1018199 1017783 0 -1 1077936128 24200 0 0 0 922 61 0 0 20 0 20 0 193233570 19566772224 694499 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
/proc/1018199/statm: 4777044 694499 5852 1 0 985867 0
[pid=1018199/tid=1018201] ppid=1018196 vsize=19108176 memory=12292 CPUtime=5.88 cores=0,2
/proc/1018199/task/1018201/stat : 1018201 (java) R 1018196 1018199 1017783 0 -1 4194368 7639 0 0 0 534 54 0 0 20 0 20 0 193233571 19566772224 694499 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
[pid=1018199/tid=1018210] ppid=1018196 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1018199/task/1018210/stat : 1018210 (Finalizer) S 1018196 1018199 1017783 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193233573 19566772224 694499 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
[pid=1018199/tid=1018217] ppid=1018196 vsize=19108176 memory=2777924 CPUtime=0 cores=0,2
/proc/1018199/task/1018217/stat : 1018217 (Common-Cleaner) S 1018196 1018199 1017783 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 193233574 19566772224 694499 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
[pid=1018199/tid=1018219] ppid=1018196 vsize=19108176 memory=1480 CPUtime=0 cores=0,2
/proc/1018199/task/1018219/stat : 1018219 (Timer-0) S 1018196 1018199 1017783 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193233658 19566772224 694499 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
Current children cumulated CPU time: 9.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2777996 KiB

[startup+12.7003 s]
/proc/loadavg: 3.90 2.64 3.00 5/330 1018221
/proc/meminfo: memFree=114868648/131524600 swapFree=131071996/131071996
[pid=1018199] ppid=1018196 vsize=19108176 memory=2788516 CPUtime=16.49 cores=0,2
/proc/1018199/stat : 1018199 (java) S 1018196 1018199 1017783 0 -1 1077936128 25217 0 0 0 1588 61 0 0 20 0 20 0 193233570 19566772224 697129 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
/proc/1018199/statm: 4777044 697129 5852 1 0 985869 0
[pid=1018199/tid=1018201] ppid=1018196 vsize=19108176 memory=0 CPUtime=12.01 cores=0,2
/proc/1018199/task/1018201/stat : 1018201 (java) R 1018196 1018199 1017783 0 -1 4194368 8510 0 0 0 1147 54 0 0 20 0 20 0 193233571 19566772224 697129 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
[pid=1018199/tid=1018210] ppid=1018196 vsize=19108176 memory=12292 CPUtime=0 cores=0,2
/proc/1018199/task/1018210/stat : 1018210 (Finalizer) S 1018196 1018199 1017783 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193233573 19566772224 697129 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
[pid=1018199/tid=1018217] ppid=1018196 vsize=19108176 memory=2782160 CPUtime=0 cores=0,2
/proc/1018199/task/1018217/stat : 1018217 (Common-Cleaner) S 1018196 1018199 1017783 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 193233574 19566772224 697129 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
[pid=1018199/tid=1018219] ppid=1018196 vsize=19108176 memory=2649620 CPUtime=0 cores=0,2
/proc/1018199/task/1018219/stat : 1018219 (Timer-0) S 1018196 1018199 1017783 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193233658 19566772224 697129 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
Current children cumulated CPU time: 16.49 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2788516 KiB

[startup+25.5003 s]
/proc/loadavg: 4.07 2.72 3.02 7/330 1018222
/proc/meminfo: memFree=114236784/131524600 swapFree=131071996/131071996
[pid=1018199] ppid=1018196 vsize=19108176 memory=3343308 CPUtime=29.63 cores=0,2
/proc/1018199/stat : 1018199 (java) S 1018196 1018199 1017783 0 -1 1077936128 31521 0 0 0 2890 73 0 0 20 0 20 0 193233570 19566772224 835827 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
/proc/1018199/statm: 4777044 835827 5859 1 0 1119560 0
[pid=1018199/tid=1018201] ppid=1018196 vsize=19108176 memory=2649620 CPUtime=24.32 cores=0,2
/proc/1018199/task/1018201/stat : 1018201 (java) R 1018196 1018199 1017783 0 -1 4194368 10485 0 0 0 2368 64 0 0 20 0 20 0 193233571 19566772224 835827 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
[pid=1018199/tid=1018210] ppid=1018196 vsize=19108176 memory=3339196 CPUtime=0 cores=0,2
/proc/1018199/task/1018210/stat : 1018210 (Finalizer) S 1018196 1018199 1017783 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193233573 19566772224 835827 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
[pid=1018199/tid=1018217] ppid=1018196 vsize=19108176 memory=3330900 CPUtime=0 cores=0,2
/proc/1018199/task/1018217/stat : 1018217 (Common-Cleaner) S 1018196 1018199 1017783 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 193233574 19566772224 835827 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
[pid=1018199/tid=1018219] ppid=1018196 vsize=19108176 memory=12064 CPUtime=0 cores=0,2
/proc/1018199/task/1018219/stat : 1018219 (Timer-0) S 1018196 1018199 1017783 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193233658 19566772224 835827 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
Current children cumulated CPU time: 29.63 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3343308 KiB

[startup+51.1058 s]
/proc/loadavg: 4.11 2.86 3.05 5/330 1018228
/proc/meminfo: memFree=114018368/131524600 swapFree=131071996/131071996
[pid=1018199] ppid=1018196 vsize=19108176 memory=3390796 CPUtime=55.79 cores=0,2
/proc/1018199/stat : 1018199 (java) S 1018196 1018199 1017783 0 -1 1077936128 37276 0 0 0 5503 76 0 0 20 0 20 0 193233570 19566772224 847699 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
/proc/1018199/statm: 4777044 847699 5859 1 0 1119560 0
[pid=1018199/tid=1018201] ppid=1018196 vsize=19108176 memory=3382572 CPUtime=49.1 cores=0,2
/proc/1018199/task/1018201/stat : 1018201 (java) R 1018196 1018199 1017783 0 -1 4194368 13368 0 0 0 4846 64 0 0 20 0 20 0 193233571 19566772224 847699 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
[pid=1018199/tid=1018210] ppid=1018196 vsize=19108176 memory=1888 CPUtime=0 cores=0,2
/proc/1018199/task/1018210/stat : 1018210 (Finalizer) S 1018196 1018199 1017783 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193233573 19566772224 847699 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
[pid=1018199/tid=1018217] ppid=1018196 vsize=19108176 memory=3382572 CPUtime=0 cores=0,2
/proc/1018199/task/1018217/stat : 1018217 (Common-Cleaner) S 1018196 1018199 1017783 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 193233574 19566772224 847699 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0

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

/proc/1018199/task/1018217/stat : 1018217 (Common-Cleaner) S 1018196 1018199 1017783 0 -1 1077936192 1733 0 0 0 0 0 0 0 20 0 20 0 193233574 19566772224 1442273 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
[pid=1018199/tid=1018219] ppid=1018196 vsize=19108176 memory=12292 CPUtime=0 cores=0,2
/proc/1018199/task/1018219/stat : 1018219 (Timer-0) S 1018196 1018199 1017783 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193233658 19566772224 1442273 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
Current children cumulated CPU time: 1436.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5769092 KiB

[startup+1482.3 s]
/proc/loadavg: 4.15 4.16 3.98 5/332 1019255
/proc/meminfo: memFree=108656416/131524600 swapFree=131071996/131071996
[pid=1018199] ppid=1018196 vsize=19108176 memory=5769376 CPUtime=1497.99 cores=0,2
/proc/1018199/stat : 1018199 (java) S 1018196 1018199 1017783 0 -1 1077936128 183307 0 0 0 149588 211 0 0 20 0 20 0 193233570 19566772224 1442344 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
/proc/1018199/statm: 4777044 1442344 5859 1 0 1479077 0
[pid=1018199/tid=1018201] ppid=1018196 vsize=19108176 memory=12064 CPUtime=1452.52 cores=0,2
/proc/1018199/task/1018201/stat : 1018201 (java) R 1018196 1018199 1017783 0 -1 4194368 91447 0 0 0 145141 111 0 0 20 0 20 0 193233571 19566772224 1442344 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 37 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
[pid=1018199/tid=1018210] ppid=1018196 vsize=19108176 memory=1888 CPUtime=0 cores=0,2
/proc/1018199/task/1018210/stat : 1018210 (Finalizer) S 1018196 1018199 1017783 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193233573 19566772224 1442344 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
[pid=1018199/tid=1018217] ppid=1018196 vsize=19108176 memory=12064 CPUtime=0 cores=0,2
/proc/1018199/task/1018217/stat : 1018217 (Common-Cleaner) S 1018196 1018199 1017783 0 -1 1077936192 1823 0 0 0 0 0 0 0 20 0 20 0 193233574 19566772224 1442344 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
[pid=1018199/tid=1018219] ppid=1018196 vsize=19108176 memory=5769376 CPUtime=0 cores=0,2
/proc/1018199/task/1018219/stat : 1018219 (Timer-0) S 1018196 1018199 1017783 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193233658 19566772224 1442344 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
Current children cumulated CPU time: 1497.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5769376 KiB

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

# cumulated CPU time of all completed processes:  user=1508.88 s, system=2.14441 s

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

[startup+1484.8 s]
/proc/loadavg: 4.15 4.16 3.98 5/332 1019255
/proc/meminfo: memFree=108656392/131524600 swapFree=131071996/131071996
[pid=1018199] ppid=1018196 vsize=19108176 memory=5769416 CPUtime=1500.58 cores=0,2
/proc/1018199/stat : 1018199 (java) S 1018196 1018199 1017783 0 -1 1077936128 183890 0 0 0 149847 211 0 0 20 0 20 0 193233570 19566772224 1442354 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
/proc/1018199/statm: 4777044 1442354 5859 1 0 1479096 0
[pid=1018199/tid=1018201] ppid=1018196 vsize=19108176 memory=5484 CPUtime=1454.92 cores=0,2
/proc/1018199/task/1018201/stat : 1018201 (java) R 1018196 1018199 1017783 0 -1 4194368 91917 0 0 0 145381 111 0 0 20 0 20 0 193233571 19566772224 1442354 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 37 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
[pid=1018199/tid=1018210] ppid=1018196 vsize=19108176 memory=1888 CPUtime=0 cores=0,2
/proc/1018199/task/1018210/stat : 1018210 (Finalizer) S 1018196 1018199 1017783 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193233573 19566772224 1442354 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
[pid=1018199/tid=1018217] ppid=1018196 vsize=19108176 memory=5769324 CPUtime=0 cores=0,2
/proc/1018199/task/1018217/stat : 1018217 (Common-Cleaner) S 1018196 1018199 1017783 0 -1 1077936192 1823 0 0 0 0 0 0 0 20 0 20 0 193233574 19566772224 1442354 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
[pid=1018199/tid=1018219] ppid=1018196 vsize=19108176 memory=33468 CPUtime=0 cores=0,2
/proc/1018199/task/1018219/stat : 1018219 (Timer-0) S 1018196 1018199 1017783 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193233658 19566772224 1442354 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
Current children cumulated CPU time: 1500.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5769416 KiB

[startup+1491.2 s]
/proc/loadavg: 4.13 4.16 3.98 5/332 1019256
/proc/meminfo: memFree=108655804/131524600 swapFree=131071996/131071996
[pid=1018199] ppid=1018196 vsize=19108176 memory=5769784 CPUtime=1507.22 cores=0,2
/proc/1018199/stat : 1018199 (java) S 1018196 1018199 1017783 0 -1 1077936128 184543 0 0 0 150511 211 0 0 20 0 20 0 193233570 19566772224 1442446 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
/proc/1018199/statm: 4777044 1442446 5859 1 0 1479231 0
[pid=1018199/tid=1018201] ppid=1018196 vsize=19108176 memory=5769324 CPUtime=1461.11 cores=0,2
/proc/1018199/task/1018201/stat : 1018201 (java) R 1018196 1018199 1017783 0 -1 4194368 92387 0 0 0 146000 111 0 0 20 0 20 0 193233571 19566772224 1442446 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 37 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
[pid=1018199/tid=1018210] ppid=1018196 vsize=19108176 memory=31640 CPUtime=0 cores=0,2
/proc/1018199/task/1018210/stat : 1018210 (Finalizer) S 1018196 1018199 1017783 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193233573 19566772224 1442446 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
[pid=1018199/tid=1018217] ppid=1018196 vsize=19108176 memory=40380 CPUtime=0 cores=0,2
/proc/1018199/task/1018217/stat : 1018217 (Common-Cleaner) S 1018196 1018199 1017783 0 -1 1077936192 1823 0 0 0 0 0 0 0 20 0 20 0 193233574 19566772224 1442446 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
[pid=1018199/tid=1018219] ppid=1018196 vsize=19108176 memory=5769428 CPUtime=0 cores=0,2
/proc/1018199/task/1018219/stat : 1018219 (Timer-0) S 1018196 1018199 1017783 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193233658 19566772224 1442446 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
Current children cumulated CPU time: 1507.22 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5769784 KiB

[startup+1492.8 s]
/proc/loadavg: 4.13 4.16 3.98 5/332 1019256
/proc/meminfo: memFree=108655784/131524600 swapFree=131071996/131071996
[pid=1018199] ppid=1018196 vsize=19108176 memory=5769784 CPUtime=1508.89 cores=0,2
/proc/1018199/stat : 1018199 (java) S 1018196 1018199 1017783 0 -1 1077936128 184591 0 0 0 150678 211 0 0 20 0 20 0 193233570 19566772224 1442446 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
/proc/1018199/statm: 4777044 1442446 5859 1 0 1479262 0
[pid=1018199/tid=1018201] ppid=1018196 vsize=19108176 memory=8236 CPUtime=1462.59 cores=0,2
/proc/1018199/task/1018201/stat : 1018201 (java) R 1018196 1018199 1017783 0 -1 4194368 92424 0 0 0 146148 111 0 0 20 0 20 0 193233571 19566772224 1442446 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 37 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
[pid=1018199/tid=1018210] ppid=1018196 vsize=19108176 memory=3536 CPUtime=0 cores=0,2
/proc/1018199/task/1018210/stat : 1018210 (Finalizer) S 1018196 1018199 1017783 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193233573 19566772224 1442446 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
[pid=1018199/tid=1018217] ppid=1018196 vsize=19108176 memory=5769428 CPUtime=0 cores=0,2
/proc/1018199/task/1018217/stat : 1018217 (Common-Cleaner) S 1018196 1018199 1017783 0 -1 1077936192 1823 0 0 0 0 0 0 0 20 0 20 0 193233574 19566772224 1442446 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
[pid=1018199/tid=1018219] ppid=1018196 vsize=19108176 memory=5769784 CPUtime=0 cores=0,2
/proc/1018199/task/1018219/stat : 1018219 (Timer-0) S 1018196 1018199 1017783 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193233658 19566772224 1442446 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
Current children cumulated CPU time: 1508.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5769784 KiB

[startup+1493.6 s]
/proc/loadavg: 4.13 4.16 3.98 5/332 1019256
/proc/meminfo: memFree=108655716/131524600 swapFree=131071996/131071996
[pid=1018199] ppid=1018196 vsize=19108176 memory=5769796 CPUtime=1509.85 cores=0,2
/proc/1018199/stat : 1018199 (java) S 1018196 1018199 1017783 0 -1 1077936128 184766 0 0 0 150773 212 0 0 20 0 20 0 193233570 19566772224 1442449 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
/proc/1018199/statm: 4777044 1442449 5859 1 0 1479304 0
[pid=1018199/tid=1018201] ppid=1018196 vsize=19108176 memory=7216 CPUtime=1463.29 cores=0,2
/proc/1018199/task/1018201/stat : 1018201 (java) R 1018196 1018199 1017783 0 -1 4194368 92443 0 0 0 146218 111 0 0 20 0 20 0 193233571 19566772224 1442449 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 37 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
[pid=1018199/tid=1018210] ppid=1018196 vsize=19108176 memory=28236 CPUtime=0 cores=0,2
/proc/1018199/task/1018210/stat : 1018210 (Finalizer) S 1018196 1018199 1017783 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193233573 19566772224 1442449 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
[pid=1018199/tid=1018217] ppid=1018196 vsize=19108176 memory=-7236542958790468198 CPUtime=0 cores=0,2
/proc/1018199/task/1018217/stat : 1018217 (Common-Cleaner) S 1018196 1018199 1017783 0 -1 1077936192 1823 0 0 0 0 0 0 0 20 0 20 0 193233574 19566772224 1442449 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
[pid=1018199/tid=1018219] ppid=1018196 vsize=19108176 memory=12292 CPUtime=0 cores=0,2
/proc/1018199/task/1018219/stat : 1018219 (Timer-0) S 1018196 1018199 1017783 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193233658 19566772224 1442449 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
Current children cumulated CPU time: 1509.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5769796 KiB

[startup+1494.4 s]
/proc/loadavg: 4.13 4.16 3.98 5/332 1019256
/proc/meminfo: memFree=108655660/131524600 swapFree=131071996/131071996
[pid=1018199] ppid=1018196 vsize=19108176 memory=5769796 CPUtime=1510.65 cores=0,2
/proc/1018199/stat : 1018199 (java) S 1018196 1018199 1017783 0 -1 1077936128 184767 0 0 0 150853 212 0 0 20 0 20 0 193233570 19566772224 1442449 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
/proc/1018199/statm: 4777044 1442449 5859 1 0 1479305 0
[pid=1018199/tid=1018201] ppid=1018196 vsize=19108176 memory=5769428 CPUtime=1464.09 cores=0,2
/proc/1018199/task/1018201/stat : 1018201 (java) R 1018196 1018199 1017783 0 -1 4194368 92444 0 0 0 146298 111 0 0 20 0 20 0 193233571 19566772224 1442449 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 37 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
[pid=1018199/tid=1018210] ppid=1018196 vsize=19108176 memory=46444 CPUtime=0 cores=0,2
/proc/1018199/task/1018210/stat : 1018210 (Finalizer) S 1018196 1018199 1017783 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193233573 19566772224 1442449 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
[pid=1018199/tid=1018217] ppid=1018196 vsize=19108176 memory=12292 CPUtime=0 cores=0,2
/proc/1018199/task/1018217/stat : 1018217 (Common-Cleaner) S 1018196 1018199 1017783 0 -1 1077936192 1823 0 0 0 0 0 0 0 20 0 20 0 193233574 19566772224 1442449 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
[pid=1018199/tid=1018219] ppid=1018196 vsize=19108176 memory=5769796 CPUtime=0 cores=0,2
/proc/1018199/task/1018219/stat : 1018219 (Timer-0) S 1018196 1018199 1017783 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193233658 19566772224 1442449 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
Current children cumulated CPU time: 1510.65 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5769796 KiB

[startup+1494.6 s]
/proc/loadavg: 4.13 4.16 3.98 5/332 1019256
/proc/meminfo: memFree=108655660/131524600 swapFree=131071996/131071996
[pid=1018199] ppid=1018196 vsize=19108176 memory=5769796 CPUtime=1510.85 cores=0,2
/proc/1018199/stat : 1018199 (java) S 1018196 1018199 1017783 0 -1 1077936128 184772 0 0 0 150873 212 0 0 20 0 20 0 193233570 19566772224 1442449 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
/proc/1018199/statm: 4777044 1442449 5859 1 0 1479310 0
[pid=1018199/tid=1018201] ppid=1018196 vsize=19108176 memory=5436 CPUtime=1464.29 cores=0,2
/proc/1018199/task/1018201/stat : 1018201 (java) R 1018196 1018199 1017783 0 -1 4194368 92449 0 0 0 146318 111 0 0 20 0 20 0 193233571 19566772224 1442449 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 37 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
[pid=1018199/tid=1018210] ppid=1018196 vsize=19108176 memory=16356 CPUtime=0 cores=0,2
/proc/1018199/task/1018210/stat : 1018210 (Finalizer) S 1018196 1018199 1017783 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193233573 19566772224 1442449 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
[pid=1018199/tid=1018217] ppid=1018196 vsize=19108176 memory=-7236542958790468198 CPUtime=0 cores=0,2
/proc/1018199/task/1018217/stat : 1018217 (Common-Cleaner) S 1018196 1018199 1017783 0 -1 1077936192 1823 0 0 0 0 0 0 0 20 0 20 0 193233574 19566772224 1442449 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
[pid=1018199/tid=1018219] ppid=1018196 vsize=19108176 memory=5484 CPUtime=0 cores=0,2
/proc/1018199/task/1018219/stat : 1018219 (Timer-0) S 1018196 1018199 1017783 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 193233658 19566772224 1442449 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
Current children cumulated CPU time: 1510.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5769796 KiB

[startup+1494.7 s]
/proc/loadavg: 4.13 4.16 3.98 5/332 1019256
/proc/meminfo: memFree=108655660/131524600 swapFree=131071996/131071996
[pid=1018199] ppid=1018196 vsize=19241304 memory=5770756 CPUtime=1510.97 cores=0,2
/proc/1018199/stat : 1018199 (java) S 1018196 1018199 1017783 0 -1 1077936128 187688 0 0 0 150885 212 0 0 20 0 20 0 193233570 19703095296 1442689 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
/proc/1018199/statm: 4810326 1442689 5858 1 0 1479979 0
[pid=1018199/tid=1018201] ppid=1018196 vsize=19241304 memory=32412 CPUtime=1464.34 cores=0,2
/proc/1018199/task/1018201/stat : 1018201 (java) S 1018196 1018199 1017783 0 -1 1077936192 94166 0 0 0 146323 111 0 0 20 0 20 0 193233571 19703095296 1442689 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 37 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
[pid=1018199/tid=1018210] ppid=1018196 vsize=19241304 memory=5769428 CPUtime=0 cores=0,2
/proc/1018199/task/1018210/stat : 1018210 (Finalizer) S 1018196 1018199 1017783 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 193233573 19703095296 1442689 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
[pid=1018199/tid=1018217] ppid=1018196 vsize=19241304 memory=12064 CPUtime=0 cores=0,2
/proc/1018199/task/1018217/stat : 1018217 (Common-Cleaner) S 1018196 1018199 1017783 0 -1 1077936192 1823 0 0 0 0 0 0 0 20 0 20 0 193233574 19703095296 1442689 134679101440 93922705956864 93922705960560 140733140481136 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93922705968376 93922705969168 93922730983424 140733140485102 140733140485215 140733140485215 140733140492232 0
Current children cumulated CPU time: 1510.97 s
Current children cumulated vsize: 19241304 KiB
Current children cumulated memory: 5770756 KiB

Child status: 20

Real time (s): 1494.74
CPU time (s): 1511.03
CPU user time (s): 1508.88
CPU system time (s): 2.14441
CPU usage (%): 101.089
Max. virtual memory (cumulated for all children) (KiB): 19241304
Max. memory (cumulated for all children) (KiB): 5770756

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1508.88
system time used= 2.14441
maximum resident set size= 5772116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 188013
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 63894
involuntary context switches= 13208


# summary of solver processes directly reported to runsolver:
#   pid: 1018199
#   total CPU time (s): 1511.03
#   total CPU user time (s): 1508.88
#   total CPU system time (s): 2.14441

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.2546 second user time and 7.90997 second system time

The end

Launcher Data

Begin job on nodeC020 at 2024-07-19 19:38:34
IDJOB=4450465
IDBENCH=160458
IDSOLVER=3046
FILE ID=nodeC020/4450465-1721410701
RUNJOBID= nodeC020-1721410600-1017793
SLURM_JOB_ID= 7545471
Free space on /tmp= 890076 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/SUMINEQ/normalized-sumineqArity4pyramidP0125.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4450465-1721410701/watcher-4450465-1721410701 -o /tmp/evaluation-result-4450465-1721410701/solver-4450465-1721410701 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC020-1721410600-1017793 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4450465-1721410701.opb

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

MD5SUM BENCH= 0c828c266e62d79f9353be6d834d3452
RANDOM SEED=1339888211

nodeC020.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		: 3645.151
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	: 7000.05
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		: 3685.064
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.84
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		: 3656.863
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	: 7000.05
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		: 3600.470
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.84
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		: 3675.334
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	: 7000.05
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		: 3685.167
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.84
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		: 3650.461
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	: 7000.05
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		: 3600.280
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        117726396 kB
MemAvailable:   119824900 kB
Buffers:          533260 kB
Cached:          2391680 kB
SwapCached:            0 kB
Active:           913440 kB
Inactive:       12212504 kB
Active(anon):       1568 kB
Inactive(anon): 10245340 kB
Active(file):     911872 kB
Inactive(file):  1967164 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1580 kB
Writeback:             0 kB
AnonPages:      10200292 kB
Mapped:           126796 kB
Shmem:             45912 kB
KReclaimable:     118580 kB
Slab:             234476 kB
SReclaimable:     118580 kB
SUnreclaim:       115896 kB
KernelStack:        5008 kB
PageTables:        30172 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   13287208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            69504 kB
HardwareCorrupted:     0 kB
AnonHugePages:   9891840 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:      211668 kB
DirectMap2M:    22630400 kB
DirectMap1G:    113246208 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC020 at 2024-07-19 20:03:29