Trace number 4448795

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 2239.47 2069.04

General information on the benchmark

NamePB24/normalized-PB15eval/DEC-LIN/
EC_ODD_GRIDS/normalized-ECgrid5x70split.opb
MD5SUMc77e21d963e84c3fd4d271df704a0949
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 benchmark6.06089
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables701
Total number of constraints351
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)351
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint4
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 6
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.07	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.07	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.07	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 		2115194816
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2122317824
0.00/0.08	c Number of processors 	2
0.14/0.14	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.14	 - never skip resolution steps
0.14/0.14	 - Auto-division on coefficients is disabled
0.14/0.14	 - No postprocessing
0.14/0.14	 - Conflict is considered as is when resolving
0.14/0.14	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.14	 - Weaken first using unassigned literals
0.14/0.14	 - Bump strategy: ALWAYS_ONE
0.14/0.14	 - Bumper: ASSIGNED
0.14/0.14	--- Begin Solver configuration ---
0.14/0.14	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.14	Learn all clauses as in MiniSAT
0.14/0.14	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.14	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.14	No reason simplification
0.14/0.14	Armin Biere (Picosat) restarts strategy
0.14/0.14	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.14	timeout=2147483s
0.14/0.14	DB Simplification allowed=false
0.14/0.14	Listener: none
0.14/0.14	--- End Solver configuration ---
0.14/0.14	c Pseudo Boolean Optimization by upper bound
0.14/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.14	c  - never skip resolution steps
0.14/0.14	c  - Auto-division on coefficients is disabled
0.14/0.14	c  - No postprocessing
0.14/0.14	c  - Conflict is considered as is when resolving
0.14/0.14	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.14	c  - Weaken first using unassigned literals
0.14/0.14	c  - Bump strategy: ALWAYS_ONE
0.14/0.14	c  - Bumper: ASSIGNED
0.14/0.14	c --- Begin Solver configuration ---
0.14/0.14	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.14	c Learn all clauses as in MiniSAT
0.14/0.14	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.14	c No reason simplification
0.14/0.14	c Armin Biere (Picosat) restarts strategy
0.14/0.14	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.14	c timeout=2147483s
0.14/0.14	c DB Simplification allowed=false
0.14/0.14	c Listener: none
0.14/0.14	c --- End Solver configuration ---
0.14/0.14	c solving HOME/instance-4448795-1721365661.opb
0.14/0.14	c reading problem ... 
0.14/0.14	c  no objective function found
0.14/0.18	c ... done. Wall clock time 0.041s.
0.14/0.18	c declared #vars     701
0.14/0.18	c #constraints  702
0.14/0.18	c constraints type 
0.14/0.18	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2
0.14/0.18	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 700
0.14/0.19	c 702 constraints processed.
1.69/0.94	c cleaning 1963 clauses out of 5000 with flag 0/5000
2.87/1.56	c cleaning 1758 clauses out of 9038 with flag 0/11001
4.46/2.34	c cleaning 2444 clauses out of 14279 with flag 0/18000
5.67/3.04	c cleaning 1331 clauses out of 19836 with flag 0/26001
7.03/4.28	c cleaning 2480 clauses out of 27504 with flag 0/35000
9.28/6.38	c cleaning 2284 clauses out of 35025 with flag 0/45001
11.09/8.12	c cleaning 2811 clauses out of 43740 with flag 0/56000
13.51/10.58	c cleaning 2534 clauses out of 52929 with flag 0/68000
15.78/12.72	c cleaning 3883 clauses out of 63395 with flag 0/81000
18.35/15.25	c cleaning 3560 clauses out of 73513 with flag 0/95001
22.80/19.60	c cleaning 3325 clauses out of 84952 with flag 0/110000
26.82/23.64	c cleaning 3657 clauses out of 97628 with flag 0/126001
31.33/28.15	c cleaning 3815 clauses out of 110971 with flag 0/143001
35.89/32.67	c cleaning 4722 clauses out of 125156 with flag 0/161001
43.61/40.22	c cleaning 4698 clauses out of 139433 with flag 0/180000
49.86/46.48	c cleaning 4675 clauses out of 154735 with flag 0/200000
56.34/52.78	c cleaning 6119 clauses out of 171060 with flag 0/221000
67.70/63.98	c cleaning 5351 clauses out of 186941 with flag 0/243000
78.42/74.49	c cleaning 4905 clauses out of 204591 with flag 0/266001
91.67/87.44	c cleaning 6378 clauses out of 223685 with flag 0/290000
104.27/99.87	c cleaning 4625 clauses out of 242308 with flag 0/315001
118.60/114.01	c cleaning 6339 clauses out of 263682 with flag 0/341000
138.37/133.32	c cleaning 7997 clauses out of 284344 with flag 0/368001
157.55/152.10	c cleaning 8171 clauses out of 304347 with flag 0/396001
182.21/176.10	c cleaning 8107 clauses out of 325175 with flag 0/425000
215.95/209.01	c cleaning 7930 clauses out of 347069 with flag 0/455001
254.83/246.60	c cleaning 7761 clauses out of 370139 with flag 0/486001
293.78/284.48	c cleaning 6515 clauses out of 394378 with flag 0/518001
327.67/317.19	c cleaning 7886 clauses out of 420862 with flag 0/551000
371.81/359.50	c cleaning 8174 clauses out of 446977 with flag 0/585001
421.65/407.01	c cleaning 8034 clauses out of 473804 with flag 0/620002
480.50/462.88	c cleaning 8545 clauses out of 501769 with flag 0/656001
541.10/520.38	c cleaning 10047 clauses out of 530223 with flag 0/693000
630.33/604.61	c cleaning 9815 clauses out of 558176 with flag 0/731000
707.00/676.70	c cleaning 8555 clauses out of 587363 with flag 0/770002
790.69/755.07	c cleaning 8826 clauses out of 618807 with flag 0/810001
882.71/841.21	c cleaning 8682 clauses out of 650980 with flag 0/851000
989.20/940.17	c cleaning 8360 clauses out of 684298 with flag 0/893000
1094.47/1037.13	c cleaning 6661 clauses out of 718938 with flag 0/936000
1238.39/1170.20	c cleaning 7720 clauses out of 756278 with flag 0/980001
1361.01/1282.34	c cleaning 7194 clauses out of 793557 with flag 0/1025000
1497.45/1405.73	c cleaning 7731 clauses out of 832363 with flag 0/1071000
1681.04/1570.91	c cleaning 9614 clauses out of 871632 with flag 0/1118000
1850.22/1725.36	c cleaning 8536 clauses out of 910020 with flag 0/1166002
2029.00/1889.77	c cleaning 8339 clauses out of 950483 with flag 0/1215001
2218.23/2052.37	c cleaning 7746 clauses out of 992145 with flag 0/1265002
2239.11/2068.87	c starts		: 190
2239.11/2068.88	c conflicts		: 1268517
2239.11/2068.88	c decisions		: 2166480
2239.11/2068.88	c propagations		: 10581099
2239.11/2068.88	c inspects		: 7384537454
2239.11/2068.88	c shortcuts		: 0
2239.11/2068.88	c learnt literals	: 0
2239.11/2068.88	c learnt binary clauses	: 1
2239.11/2068.88	c learnt ternary clauses	: 6
2239.11/2068.88	c learnt constraints	: 1268516
2239.11/2068.88	c ignored constraints	: 0
2239.11/2068.88	c root simplifications	: 0
2239.11/2068.88	c removed literals (reason simplification)	: 0
2239.11/2068.88	c reason swapping (by a shorter reason)	: 0
2239.11/2068.88	c Calls to reduceDB	: 46
2239.11/2068.88	c Number of update (reduction) of LBD	: 37301
2239.11/2068.88	c Imported unit clauses	: 0
2239.11/2068.88	c No decision after first conflict	: false
2239.11/2068.88	c number of reductions to clauses (during analyze)	: 0
2239.11/2068.88	c number of learned constraints concerned by reduction	: 0
2239.11/2068.88	c number of learning phase by resolution	: 0
2239.11/2068.88	c number of learning phase by cutting planes	: 0
2239.11/2068.88	c number of rounding to 1 operations	: 2053442
2239.11/2068.88	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2239.11/2068.88	c number of reductions of the coefficients by power 2 	: 0
2239.11/2068.88	c number of right shift for reduction by power 2 	: 0
2239.11/2068.88	c number of reductions of the coefficients by GCD over coefficients 	: 0
2239.11/2068.88	c number of ending skipping 	: 0
2239.11/2068.88	c number of internal skipping 	: 0
2239.11/2068.88	c number of derivation steps 	: 5474378
2239.11/2068.88	c number of skipped derivation steps 	: 0
2239.11/2068.88	c number of remaining unassigned 	: 8117
2239.11/2068.88	c number of remaining assigned 	: 16068613
2239.11/2068.88	c number of falsified literals weakened from reason	: 0
2239.11/2068.88	c number of falsified literals weakened from conflict	: 0
2239.11/2068.88	c time for arithmetic operations	: 1961118760
2239.11/2068.88	c minimum degree of deleted constraints	: 4
2239.11/2068.88	c maximum degree of deleted constraints	: 11022
2239.11/2068.88	c number of deleted constraints	: 280603
2239.11/2068.88	c speed (assignments/second)	: 5114.883926430665
2239.11/2068.88	c non guided choices	: 16367
2239.30/2068.98	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 647943
2239.30/2068.98	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 6487
2239.30/2068.98	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 333483
2239.30/2068.99	s UNSATISFIABLE
2239.30/2068.99	c Total wall clock time (in seconds): 2068.846

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: 64059 MiB (60347 MiB free)
  memory of node 1: 64510 MiB (61463 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4448795-1721365661/watcher-4448795-1721365661 -o /tmp/evaluation-result-4448795-1721365661/solver-4448795-1721365661 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1721365670-997482 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4448795-1721365661.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=997826, runsolver pid=997822
Current StackSize limit: 8192 KiB


[startup+0.10199 s]*
/proc/loadavg: 1.83 1.26 1.45 6/276 997888
/proc/meminfo: memFree=124644664/131655788 swapFree=131071996/131071996
[pid=997826] ppid=997822 vsize=18975048 memory=63444 CPUtime=0.14 cores=0,2
/proc/997826/stat : 997826 (java) S 997822 997826 997472 0 -1 1077936128 7261 0 0 0 12 2 0 0 20 0 18 0 188724826 19430449152 15861 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
/proc/997826/statm: 4743762 15861 5690 1 0 551468 0
[pid=997826/tid=997828] ppid=997822 vsize=18975048 memory=4026531959 CPUtime=0.09 cores=0,2
/proc/997826/task/997828/stat : 997828 (java) R 997822 997826 997472 0 -1 4194368 5778 0 0 0 7 2 0 0 20 0 18 0 188724827 19430449152 15861 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
[pid=997826/tid=997854] ppid=997822 vsize=18975048 memory=224261327123 CPUtime=0 cores=0,2
/proc/997826/task/997854/stat : 997854 (Finalizer) S 997822 997826 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 188724829 19430449152 15861 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
[pid=997826/tid=997866] ppid=997822 vsize=18975048 memory=39276 CPUtime=0 cores=0,2
/proc/997826/task/997866/stat : 997866 (Common-Cleaner) S 997822 997826 997472 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 188724830 19430449152 15861 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63444 KiB

[startup+0.206047 s]*
/proc/loadavg: 1.83 1.26 1.45 8/290 997922
/proc/meminfo: memFree=124595812/131655788 swapFree=131071996/131071996
[pid=997826] ppid=997822 vsize=19041612 memory=78616 CPUtime=0.34 cores=0,2
/proc/997826/stat : 997826 (java) S 997822 997826 997472 0 -1 1077936128 7859 0 0 0 31 3 0 0 20 0 19 0 188724826 19498610688 19654 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
/proc/997826/statm: 4760403 19654 5863 1 0 552105 0
[pid=997826/tid=997828] ppid=997822 vsize=19041612 memory=3472328300254199927 CPUtime=0.19 cores=0,2
/proc/997826/task/997828/stat : 997828 (java) R 997822 997826 997472 0 -1 4194368 6116 0 0 0 17 2 0 0 20 0 19 0 188724827 19498610688 19654 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
[pid=997826/tid=997854] ppid=997822 vsize=19041612 memory=19008 CPUtime=0 cores=0,2
/proc/997826/task/997854/stat : 997854 (Finalizer) S 997822 997826 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 188724829 19498610688 19654 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
[pid=997826/tid=997866] ppid=997822 vsize=19041612 memory=13569318650646897 CPUtime=0 cores=0,2
/proc/997826/task/997866/stat : 997866 (Common-Cleaner) S 997822 997826 997472 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 188724830 19498610688 19654 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
[pid=997826/tid=997922] ppid=997822 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/997826/task/997922/stat : 997922 (Timer-0) S 997822 997826 997472 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 19 0 188724845 19498610688 19654 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 78616 KiB

[startup+0.305565 s]*
/proc/loadavg: 1.83 1.26 1.45 12/305 997946
/proc/meminfo: memFree=124527020/131655788 swapFree=131071996/131071996
[pid=997826] ppid=997822 vsize=19041612 memory=106068 CPUtime=0.53 cores=0,2
/proc/997826/stat : 997826 (java) S 997822 997826 997472 0 -1 1077936128 8870 0 0 0 50 3 0 0 20 0 19 0 188724826 19498610688 26517 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
/proc/997826/statm: 4760403 26517 5863 1 0 552683 0
[pid=997826/tid=997828] ppid=997822 vsize=19041612 memory=-8888523902688731836 CPUtime=0.29 cores=0,2
/proc/997826/task/997828/stat : 997828 (java) R 997822 997826 997472 0 -1 4194368 6148 0 0 0 26 3 0 0 20 0 19 0 188724827 19498610688 26517 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
[pid=997826/tid=997854] ppid=997822 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/997826/task/997854/stat : 997854 (Finalizer) S 997822 997826 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 188724829 19498610688 27029 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
[pid=997826/tid=997866] ppid=997822 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/997826/task/997866/stat : 997866 (Common-Cleaner) S 997822 997826 997472 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 188724830 19498610688 27029 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
[pid=997826/tid=997922] ppid=997822 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/997826/task/997922/stat : 997922 (Timer-0) S 997822 997826 997472 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 19 0 188724845 19498610688 27029 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 106068 KiB

[startup+0.700944 s]
/proc/loadavg: 1.83 1.26 1.45 14/316 997957
/proc/meminfo: memFree=124348140/131655788 swapFree=131071996/131071996
[pid=997826] ppid=997822 vsize=19108176 memory=180384 CPUtime=1.3 cores=0,2
/proc/997826/stat : 997826 (java) S 997822 997826 997472 0 -1 1077936128 15470 0 0 0 124 6 0 0 20 0 20 0 188724826 19566772224 45096 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
/proc/997826/statm: 4777044 45096 5879 1 0 557293 0
[pid=997826/tid=997828] ppid=997822 vsize=19108176 memory=5468 CPUtime=0.64 cores=0,2
/proc/997826/task/997828/stat : 997828 (java) R 997822 997826 997472 0 -1 4194368 6179 0 0 0 60 4 0 0 20 0 20 0 188724827 19566772224 45096 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
[pid=997826/tid=997854] ppid=997822 vsize=19108176 memory=12020 CPUtime=0 cores=0,2
/proc/997826/task/997854/stat : 997854 (Finalizer) S 997822 997826 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188724829 19566772224 45096 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
[pid=997826/tid=997866] ppid=997822 vsize=19108176 memory=6233 CPUtime=0 cores=0,2
/proc/997826/task/997866/stat : 997866 (Common-Cleaner) S 997822 997826 997472 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 188724830 19566772224 45096 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
[pid=997826/tid=997922] ppid=997822 vsize=19108176 memory=2372 CPUtime=0 cores=0,2
/proc/997826/task/997922/stat : 997922 (Timer-0) S 997822 997826 997472 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 188724845 19566772224 45096 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
Current children cumulated CPU time: 1.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 180384 KiB

[startup+1.50205 s]
/proc/loadavg: 1.83 1.26 1.45 9/291 998055
/proc/meminfo: memFree=124061500/131655788 swapFree=131071996/131071996
[pid=997826] ppid=997822 vsize=19108176 memory=503432 CPUtime=2.87 cores=0,2
/proc/997826/stat : 997826 (java) S 997822 997826 997472 0 -1 1077936128 19927 0 0 0 275 12 0 0 20 0 20 0 188724826 19566772224 125858 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
/proc/997826/statm: 4777044 125858 5895 1 0 557711 0
[pid=997826/tid=997828] ppid=997822 vsize=19108176 memory=12020 CPUtime=1.41 cores=0,2
/proc/997826/task/997828/stat : 997828 (java) R 997822 997826 997472 0 -1 4194368 6459 0 0 0 131 10 0 0 20 0 20 0 188724827 19566772224 125858 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
[pid=997826/tid=997854] ppid=997822 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/997826/task/997854/stat : 997854 (Finalizer) S 997822 997826 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188724829 19566772224 125858 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
[pid=997826/tid=997866] ppid=997822 vsize=19108176 memory=100 CPUtime=0 cores=0,2
/proc/997826/task/997866/stat : 997866 (Common-Cleaner) S 997822 997826 997472 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 188724830 19566772224 125858 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
[pid=997826/tid=997922] ppid=997822 vsize=19108176 memory=2004 CPUtime=0 cores=0,2
/proc/997826/task/997922/stat : 997922 (Timer-0) S 997822 997826 997472 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 188724845 19566772224 125858 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
Current children cumulated CPU time: 2.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 503432 KiB

[startup+3.10605 s]
/proc/loadavg: 1.83 1.26 1.45 10/316 998156
/proc/meminfo: memFree=121505172/131655788 swapFree=131071996/131071996
[pid=997826] ppid=997822 vsize=19108176 memory=1333516 CPUtime=5.86 cores=0,2
/proc/997826/stat : 997826 (java) S 997822 997826 997472 0 -1 1077936128 28671 0 0 0 557 29 0 0 20 0 20 0 188724826 19566772224 333379 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
/proc/997826/statm: 4777044 333379 5895 1 0 559218 0
[pid=997826/tid=997828] ppid=997822 vsize=19108176 memory=0 CPUtime=2.98 cores=0,2
/proc/997826/task/997828/stat : 997828 (java) R 997822 997826 997472 0 -1 4194368 8197 0 0 0 272 26 0 0 20 0 20 0 188724827 19566772224 333379 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
[pid=997826/tid=997854] ppid=997822 vsize=19108176 memory=12020 CPUtime=0 cores=0,2
/proc/997826/task/997854/stat : 997854 (Finalizer) S 997822 997826 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188724829 19566772224 333379 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
[pid=997826/tid=997866] ppid=997822 vsize=19108176 memory=11516 CPUtime=0 cores=0,2
/proc/997826/task/997866/stat : 997866 (Common-Cleaner) S 997822 997826 997472 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 188724830 19566772224 333379 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
[pid=997826/tid=997922] ppid=997822 vsize=19108176 memory=44612 CPUtime=0 cores=0,2
/proc/997826/task/997922/stat : 997922 (Timer-0) S 997822 997826 997472 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 188724845 19566772224 333379 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
Current children cumulated CPU time: 5.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1333516 KiB

[startup+6.30042 s]
/proc/loadavg: 2.08 1.32 1.47 7/318 998158
/proc/meminfo: memFree=115635928/131655788 swapFree=131071996/131071996
[pid=997826] ppid=997822 vsize=19108176 memory=1346020 CPUtime=9.28 cores=0,2
/proc/997826/stat : 997826 (java) S 997822 997826 997472 0 -1 1077936128 28970 0 0 0 898 30 0 0 20 0 20 0 188724826 19566772224 336505 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
/proc/997826/statm: 4777044 336505 5910 1 0 559218 0
[pid=997826/tid=997828] ppid=997822 vsize=19108176 memory=8110268427993965960 CPUtime=6.05 cores=0,2
/proc/997826/task/997828/stat : 997828 (java) R 997822 997826 997472 0 -1 4194368 8315 0 0 0 579 26 0 0 20 0 20 0 188724827 19566772224 336505 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
[pid=997826/tid=997854] ppid=997822 vsize=19108176 memory=-9032921665252926140 CPUtime=0 cores=0,2
/proc/997826/task/997854/stat : 997854 (Finalizer) S 997822 997826 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188724829 19566772224 336505 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
[pid=997826/tid=997866] ppid=997822 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/997826/task/997866/stat : 997866 (Common-Cleaner) S 997822 997826 997472 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 188724830 19566772224 336505 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
[pid=997826/tid=997922] ppid=997822 vsize=19108176 memory=12020 CPUtime=0 cores=0,2
/proc/997826/task/997922/stat : 997922 (Timer-0) S 997822 997826 997472 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 188724845 19566772224 336505 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
Current children cumulated CPU time: 9.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1346020 KiB

[startup+12.7004 s]
/proc/loadavg: 2.32 1.38 1.49 5/318 998159
/proc/meminfo: memFree=113575444/131655788 swapFree=131071996/131071996
[pid=997826] ppid=997822 vsize=19108176 memory=1851000 CPUtime=15.78 cores=0,2
/proc/997826/stat : 997826 (java) S 997822 997826 997472 0 -1 1077936128 30188 0 0 0 1538 40 0 0 20 0 20 0 188724826 19566772224 462750 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
/proc/997826/statm: 4777044 462750 5910 1 0 686635 0
[pid=997826/tid=997828] ppid=997822 vsize=19108176 memory=0 CPUtime=12.14 cores=0,2
/proc/997826/task/997828/stat : 997828 (java) R 997822 997826 997472 0 -1 4194368 9043 0 0 0 1178 36 0 0 20 0 20 0 188724827 19566772224 462750 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
[pid=997826/tid=997854] ppid=997822 vsize=19108176 memory=1851000 CPUtime=0 cores=0,2
/proc/997826/task/997854/stat : 997854 (Finalizer) S 997822 997826 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188724829 19566772224 462750 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
[pid=997826/tid=997866] ppid=997822 vsize=19108176 memory=-9032921665252926140 CPUtime=0 cores=0,2
/proc/997826/task/997866/stat : 997866 (Common-Cleaner) S 997822 997826 997472 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 188724830 19566772224 462750 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
[pid=997826/tid=997922] ppid=997822 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/997826/task/997922/stat : 997922 (Timer-0) S 997822 997826 997472 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 188724845 19566772224 462750 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
Current children cumulated CPU time: 15.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1851000 KiB

[startup+25.5005 s]
/proc/loadavg: 2.76 1.53 1.54 5/318 998161
/proc/meminfo: memFree=110042588/131655788 swapFree=131071996/131071996
[pid=997826] ppid=997822 vsize=19108176 memory=3553080 CPUtime=28.71 cores=0,2
/proc/997826/stat : 997826 (java) S 997822 997826 997472 0 -1 1077936128 35572 0 0 0 2798 73 0 0 20 0 20 0 188724826 19566772224 888270 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
/proc/997826/statm: 4777044 888270 5915 1 0 1119043 0
[pid=997826/tid=997828] ppid=997822 vsize=19108176 memory=3552984 CPUtime=24.31 cores=0,2
/proc/997826/task/997828/stat : 997828 (java) R 997822 997826 997472 0 -1 4194368 10833 0 0 0 2364 67 0 0 20 0 20 0 188724827 19566772224 888270 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
[pid=997826/tid=997854] ppid=997822 vsize=19108176 memory=-9032921665252926140 CPUtime=0 cores=0,2
/proc/997826/task/997854/stat : 997854 (Finalizer) S 997822 997826 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 188724829 19566772224 888270 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
[pid=997826/tid=997866] ppid=997822 vsize=19108176 memory=3552984 CPUtime=0 cores=0,2
/proc/997826/task/997866/stat : 997866 (Common-Cleaner) S 997822 997826 997472 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 188724830 19566772224 888270 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
[pid=997826/tid=997922] ppid=997822 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/997826/task/997922/stat : 997922 (Timer-0) S 997822 997826 997472 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 20 0 188724845 19566772224 888270 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
Current children cumulated CPU time: 28.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3553080 KiB

[startup+51.1137 s]
/proc/loadavg: 3.25 1.74 1.61 5/318 998165
/proc/meminfo: memFree=108668372/131655788 swapFree=131071996/131071996
[pid=997826] ppid=997822 vsize=19108176 memory=4052052 CPUtime=54.69 cores=0,2
/proc/997826/stat : 997826 (java) S 997822 997826 997472 0 -1 1077936128 40511 0 0 0 5383 86 0 0 20 0 20 0 188724826 19566772224 1013013 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
/proc/997826/statm: 4777044 1013013 5915 1 0 1238110 0

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

/proc/meminfo: memFree=87188288/131655788 swapFree=131071996/131071996
[pid=997826] ppid=997822 vsize=19174740 memory=14324264 CPUtime=2181.78 cores=0,2
/proc/997826/stat : 997826 (java) S 997822 997826 997472 0 -1 1077936128 322097 0 0 0 217758 420 0 0 20 0 21 0 188724826 19634933760 3581066 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
/proc/997826/statm: 4793685 3581066 5931 1 0 3659348 0
[pid=997826/tid=997828] ppid=997822 vsize=19174740 memory=12365568 CPUtime=1942.36 cores=0,2
/proc/997826/task/997828/stat : 997828 (java) R 997822 997826 997472 0 -1 4194368 166834 0 0 0 193961 275 0 0 20 0 21 0 188724827 19634933760 3581066 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 25 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
[pid=997826/tid=997854] ppid=997822 vsize=19174740 memory=14102816 CPUtime=0 cores=0,2
/proc/997826/task/997854/stat : 997854 (Finalizer) S 997822 997826 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 188724829 19634933760 3581066 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
[pid=997826/tid=997866] ppid=997822 vsize=19174740 memory=13919940 CPUtime=0 cores=0,2
/proc/997826/task/997866/stat : 997866 (Common-Cleaner) S 997822 997826 997472 0 -1 1077936192 2532 0 0 0 0 0 0 0 20 0 21 0 188724830 19634933760 3581066 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
[pid=997826/tid=997922] ppid=997822 vsize=19174740 memory=11516 CPUtime=0 cores=0,2
/proc/997826/task/997922/stat : 997922 (Timer-0) S 997822 997826 997472 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 188724845 19634933760 3581066 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
Current children cumulated CPU time: 2181.78 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 14324264 KiB

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

# cumulated CPU time of all completed processes:  user=2235.01 s, system=4.4634 s

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

[startup+2022.4 s]
/proc/loadavg: 4.61 4.57 4.12 5/321 999276
/proc/meminfo: memFree=87188288/131655788 swapFree=131071996/131071996
[pid=997826] ppid=997822 vsize=19174740 memory=14324264 CPUtime=2181.92 cores=0,2
/proc/997826/stat : 997826 (java) S 997822 997826 997472 0 -1 1077936128 322163 0 0 0 217772 420 0 0 20 0 21 0 188724826 19634933760 3581066 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
/proc/997826/statm: 4793685 3581066 5931 1 0 3659348 0
[pid=997826/tid=997828] ppid=997822 vsize=19174740 memory=12020 CPUtime=1942.46 cores=0,2
/proc/997826/task/997828/stat : 997828 (java) R 997822 997826 997472 0 -1 4194368 166900 0 0 0 193971 275 0 0 20 0 21 0 188724827 19634933760 3581066 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 25 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
[pid=997826/tid=997854] ppid=997822 vsize=19174740 memory=5468 CPUtime=0 cores=0,2
/proc/997826/task/997854/stat : 997854 (Finalizer) S 997822 997826 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 188724829 19634933760 3581066 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
[pid=997826/tid=997866] ppid=997822 vsize=19174740 memory=44612 CPUtime=0 cores=0,2
/proc/997826/task/997866/stat : 997866 (Common-Cleaner) S 997822 997826 997472 0 -1 1077936192 2532 0 0 0 0 0 0 0 20 0 21 0 188724830 19634933760 3581066 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
[pid=997826/tid=997922] ppid=997822 vsize=19174740 memory=44612 CPUtime=0 cores=0,2
/proc/997826/task/997922/stat : 997922 (Timer-0) S 997822 997826 997472 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 188724845 19634933760 3581066 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
Current children cumulated CPU time: 2181.92 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 14324264 KiB

[startup+2048 s]*
/proc/loadavg: 4.47 4.54 4.12 5/321 999282
/proc/meminfo: memFree=86572972/131655788 swapFree=131071996/131071996
[pid=997826] ppid=997822 vsize=19174740 memory=14938160 CPUtime=2213.46 cores=0,2
/proc/997826/stat : 997826 (java) S 997822 997826 997472 0 -1 1077936128 332389 0 0 0 220911 435 0 0 20 0 21 0 188724826 19634933760 3734540 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
/proc/997826/statm: 4793685 3734540 5931 1 0 3813927 0
[pid=997826/tid=997828] ppid=997822 vsize=19174740 memory=4848 CPUtime=1965.73 cores=0,2
/proc/997826/task/997828/stat : 997828 (java) R 997822 997826 997472 0 -1 4194368 171298 0 0 0 196285 288 0 0 20 0 21 0 188724827 19634933760 3734540 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 25 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
[pid=997826/tid=997854] ppid=997822 vsize=19174740 memory=7331512 CPUtime=0 cores=0,2
/proc/997826/task/997854/stat : 997854 (Finalizer) S 997822 997826 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 188724829 19634933760 3734540 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
[pid=997826/tid=997866] ppid=997822 vsize=19174740 memory=-8549726986694409367 CPUtime=0 cores=0,2
/proc/997826/task/997866/stat : 997866 (Common-Cleaner) S 997822 997826 997472 0 -1 1077936192 2605 0 0 0 0 0 0 0 20 0 21 0 188724830 19634933760 3734540 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
[pid=997826/tid=997922] ppid=997822 vsize=19174740 memory=2800 CPUtime=0 cores=0,2
/proc/997826/task/997922/stat : 997922 (Timer-0) S 997822 997826 997472 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 188724845 19634933760 3734540 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
Current children cumulated CPU time: 2213.46 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 14938160 KiB

[startup+2060.81 s]
/proc/loadavg: 4.74 4.59 4.15 6/321 999283
/proc/meminfo: memFree=86567360/131655788 swapFree=131071996/131071996
[pid=997826] ppid=997822 vsize=19174740 memory=15022508 CPUtime=2228.27 cores=0,2
/proc/997826/stat : 997826 (java) S 997822 997826 997472 0 -1 1077936128 339791 0 0 0 222389 438 0 0 20 0 21 0 188724826 19634933760 3755627 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
/proc/997826/statm: 4793685 3755627 5931 1 0 3834868 0
[pid=997826/tid=997828] ppid=997822 vsize=19174740 memory=14938160 CPUtime=1977.42 cores=0,2
/proc/997826/task/997828/stat : 997828 (java) R 997822 997826 997472 0 -1 4194368 174916 0 0 0 197452 290 0 0 20 0 21 0 188724827 19634933760 3755627 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 25 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
[pid=997826/tid=997854] ppid=997822 vsize=19174740 memory=20072 CPUtime=0 cores=0,2
/proc/997826/task/997854/stat : 997854 (Finalizer) S 997822 997826 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 188724829 19634933760 3755627 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
[pid=997826/tid=997866] ppid=997822 vsize=19174740 memory=14938100 CPUtime=0 cores=0,2
/proc/997826/task/997866/stat : 997866 (Common-Cleaner) S 997822 997826 997472 0 -1 1077936192 2605 0 0 0 0 0 0 0 20 0 21 0 188724830 19634933760 3755627 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
[pid=997826/tid=997922] ppid=997822 vsize=19174740 memory=44612 CPUtime=0 cores=0,2
/proc/997826/task/997922/stat : 997922 (Timer-0) S 997822 997826 997472 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 188724845 19634933760 3755627 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
Current children cumulated CPU time: 2228.27 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 15022508 KiB

[startup+2064 s]*
/proc/loadavg: 4.74 4.59 4.15 5/321 999283
/proc/meminfo: memFree=86484976/131655788 swapFree=131071996/131071996
[pid=997826] ppid=997822 vsize=19174740 memory=15022524 CPUtime=2232.36 cores=0,2
/proc/997826/stat : 997826 (java) S 997822 997826 997472 0 -1 1077936128 340028 0 0 0 222798 438 0 0 20 0 21 0 188724826 19634933760 3755631 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
/proc/997826/statm: 4793685 3755631 5931 1 0 3834876 0
[pid=997826/tid=997828] ppid=997822 vsize=19174740 memory=-9105266227530736316 CPUtime=1980.28 cores=0,2
/proc/997826/task/997828/stat : 997828 (java) R 997822 997826 997472 0 -1 4194368 174941 0 0 0 197738 290 0 0 20 0 21 0 188724827 19634933760 3755631 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 25 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
[pid=997826/tid=997854] ppid=997822 vsize=19174740 memory=-8549726986694409367 CPUtime=0 cores=0,2
/proc/997826/task/997854/stat : 997854 (Finalizer) S 997822 997826 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 188724829 19634933760 3755631 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
[pid=997826/tid=997866] ppid=997822 vsize=19174740 memory=4816 CPUtime=0 cores=0,2
/proc/997826/task/997866/stat : 997866 (Common-Cleaner) S 997822 997826 997472 0 -1 1077936192 2605 0 0 0 0 0 0 0 20 0 21 0 188724830 19634933760 3755631 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
[pid=997826/tid=997922] ppid=997822 vsize=19174740 memory=7334844 CPUtime=0 cores=0,2
/proc/997826/task/997922/stat : 997922 (Timer-0) S 997822 997826 997472 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 188724845 19634933760 3755631 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
Current children cumulated CPU time: 2232.36 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 15022524 KiB

[startup+2067.2 s]
/proc/loadavg: 4.68 4.58 4.14 6/321 999285
/proc/meminfo: memFree=86345096/131655788 swapFree=131071996/131071996
[pid=997826] ppid=997822 vsize=19174740 memory=15162252 CPUtime=2236.89 cores=0,2
/proc/997826/stat : 997826 (java) S 997822 997826 997472 0 -1 1077936128 340281 0 0 0 223248 441 0 0 20 0 21 0 188724826 19634933760 3790563 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
/proc/997826/statm: 4793685 3790563 5931 1 0 3870386 0
[pid=997826/tid=997828] ppid=997822 vsize=19174740 memory=14940428 CPUtime=1982.83 cores=0,2
/proc/997826/task/997828/stat : 997828 (java) R 997822 997826 997472 0 -1 4194368 175074 0 0 0 197990 293 0 0 20 0 21 0 188724827 19634933760 3790563 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 25 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
[pid=997826/tid=997854] ppid=997822 vsize=19174740 memory=11516 CPUtime=0 cores=0,2
/proc/997826/task/997854/stat : 997854 (Finalizer) S 997822 997826 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 188724829 19634933760 3790563 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
[pid=997826/tid=997866] ppid=997822 vsize=19174740 memory=14938160 CPUtime=0 cores=0,2
/proc/997826/task/997866/stat : 997866 (Common-Cleaner) S 997822 997826 997472 0 -1 1077936192 2605 0 0 0 0 0 0 0 20 0 21 0 188724830 19634933760 3790563 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
[pid=997826/tid=997922] ppid=997822 vsize=19174740 memory=21116 CPUtime=0 cores=0,2
/proc/997826/task/997922/stat : 997922 (Timer-0) S 997822 997826 997472 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 188724845 19634933760 3790563 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
Current children cumulated CPU time: 2236.89 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 15162252 KiB

[startup+2068 s]*
/proc/loadavg: 4.68 4.58 4.14 6/321 999285
/proc/meminfo: memFree=86344956/131655788 swapFree=131071996/131071996
[pid=997826] ppid=997822 vsize=19174740 memory=15162272 CPUtime=2238.05 cores=0,2
/proc/997826/stat : 997826 (java) S 997822 997826 997472 0 -1 1077936128 340964 0 0 0 223364 441 0 0 20 0 21 0 188724826 19634933760 3790568 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
/proc/997826/statm: 4793685 3790568 5931 1 0 3870386 0
[pid=997826/tid=997828] ppid=997822 vsize=19174740 memory=-9105266227530736316 CPUtime=1983.64 cores=0,2
/proc/997826/task/997828/stat : 997828 (java) R 997822 997826 997472 0 -1 4194368 175076 0 0 0 198071 293 0 0 20 0 21 0 188724827 19634933760 3790568 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 25 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
[pid=997826/tid=997854] ppid=997822 vsize=19174740 memory=-8549726986694409367 CPUtime=0 cores=0,2
/proc/997826/task/997854/stat : 997854 (Finalizer) S 997822 997826 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 188724829 19634933760 3790568 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
[pid=997826/tid=997866] ppid=997822 vsize=19174740 memory=2712 CPUtime=0 cores=0,2
/proc/997826/task/997866/stat : 997866 (Common-Cleaner) S 997822 997826 997472 0 -1 1077936192 2605 0 0 0 0 0 0 0 20 0 21 0 188724830 19634933760 3790568 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
[pid=997826/tid=997922] ppid=997822 vsize=19174740 memory=5164 CPUtime=0 cores=0,2
/proc/997826/task/997922/stat : 997922 (Timer-0) S 997822 997826 997472 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 188724845 19634933760 3790568 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
Current children cumulated CPU time: 2238.05 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 15162272 KiB

[startup+2068.81 s]
/proc/loadavg: 4.68 4.58 4.14 6/321 999285
/proc/meminfo: memFree=86344956/131655788 swapFree=131071996/131071996
[pid=997826] ppid=997822 vsize=19174740 memory=15162272 CPUtime=2239.11 cores=0,2
/proc/997826/stat : 997826 (java) S 997822 997826 997472 0 -1 1077936128 340999 0 0 0 223470 441 0 0 20 0 21 0 188724826 19634933760 3790568 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
/proc/997826/statm: 4793685 3790568 5931 1 0 3870388 0
[pid=997826/tid=997828] ppid=997822 vsize=19174740 memory=-9032921665252926140 CPUtime=1984.24 cores=0,2
/proc/997826/task/997828/stat : 997828 (java) R 997822 997826 997472 0 -1 4194368 175076 0 0 0 198131 293 0 0 20 0 21 0 188724827 19634933760 3790568 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 25 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
[pid=997826/tid=997854] ppid=997822 vsize=19174740 memory=21116 CPUtime=0 cores=0,2
/proc/997826/task/997854/stat : 997854 (Finalizer) S 997822 997826 997472 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 188724829 19634933760 3790568 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
[pid=997826/tid=997866] ppid=997822 vsize=19174740 memory=5624 CPUtime=0 cores=0,2
/proc/997826/task/997866/stat : 997866 (Common-Cleaner) S 997822 997826 997472 0 -1 1077936192 2605 0 0 0 0 0 0 0 20 0 21 0 188724830 19634933760 3790568 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
[pid=997826/tid=997922] ppid=997822 vsize=19174740 memory=26060 CPUtime=0 cores=0,2
/proc/997826/task/997922/stat : 997922 (Timer-0) S 997822 997826 997472 0 -1 1077936192 22 0 0 0 0 0 0 0 20 0 21 0 188724845 19634933760 3790568 134679101440 93908095459328 93908095463024 140729109211504 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93908095470840 93908095471632 93908119207936 140729109214191 140729109214304 140729109214304 140729109221320 0
Current children cumulated CPU time: 2239.11 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 15162272 KiB

[startup+2069 s]*
/proc/loadavg: 4.68 4.58 4.14 6/302 999287
/proc/meminfo: memFree=86371508/131655788 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 20

Real time (s): 2069.04
CPU time (s): 2239.47
CPU user time (s): 2235.01
CPU system time (s): 4.4634
CPU usage (%): 108.238
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 15162776

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2235.01
system time used= 4.4634
maximum resident set size= 15163868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 343880
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 84837
involuntary context switches= 23732


# summary of solver processes directly reported to runsolver:
#   pid: 997826
#   total CPU time (s): 2239.47
#   total CPU user time (s): 2235.01
#   total CPU system time (s): 4.4634

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.4404 second user time and 21.9868 second system time

The end

Launcher Data

Begin job on nodeC006 at 2024-07-19 07:07:53
IDJOB=4448795
IDBENCH=160441
IDSOLVER=3046
FILE ID=nodeC006/4448795-1721365661
RUNJOBID= nodeC006-1721365670-997482
SLURM_JOB_ID= 7542802
Free space on /tmp= 723772 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/DEC-LIN/EC_ODD_GRIDS/normalized-ECgrid5x70split.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4448795-1721365661/watcher-4448795-1721365661 -o /tmp/evaluation-result-4448795-1721365661/solver-4448795-1721365661 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC006-1721365670-997482 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4448795-1721365661.opb

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

MD5SUM BENCH= c77e21d963e84c3fd4d271df704a0949
RANDOM SEED=875030369

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        124740196 kB
MemAvailable:   129759184 kB
Buffers:          528688 kB
Cached:          5268408 kB
SwapCached:            0 kB
Active:          1007724 kB
Inactive:        5220604 kB
Active(anon):       1436 kB
Inactive(anon):   467476 kB
Active(file):    1006288 kB
Inactive(file):  4753128 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              4128 kB
Writeback:             4 kB
AnonPages:        431308 kB
Mapped:           125324 kB
Shmem:             37704 kB
KReclaimable:     199208 kB
Slab:             314232 kB
SReclaimable:     199208 kB
SUnreclaim:       115024 kB
KernelStack:        4068 kB
PageTables:         9976 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:    2983648 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            59744 kB
HardwareCorrupted:     0 kB
AnonHugePages:    172032 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:      316232 kB
DirectMap2M:    40482816 kB
DirectMap1G:    95420416 kB

Free space on /tmp at the end= 723752 MiB
End job on nodeC006 at 2024-07-19 07:42:22