Trace number 4441925

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-12? (TO) 3600.26 3403.23

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/www.ps.uni-sb.de/~walser/
benchmarks/ppp-problems/normalized-ppp:3-13,25,26.opb
MD5SUMb71388011e4b80d0b0325c4a241ada38
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark0.287806
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4644
Total number of constraints31254
Number of constraints which are clauses30228
Number of constraints which are cardinality constraints (but not clauses)948
Number of constraints which are nor clauses,nor cardinality constraints78
Minimum length of a constraint3
Maximum length of a constraint29
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 10
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 104
Number of bits of the biggest sum of numbers7
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.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: ASSIGNED
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Armin Biere (Picosat) restarts strategy
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: ASSIGNED
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Armin Biere (Picosat) restarts strategy
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4441925-1721296017.opb
0.13/0.15	c reading problem ... 
0.13/0.16	c  no objective function found
1.22/0.70	c ... done. Wall clock time 0.546s.
1.22/0.71	c declared #vars     4644
1.22/0.71	c #constraints  31428
1.22/0.71	c constraints type 
1.22/0.71	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 948
1.22/0.71	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 78
1.22/0.71	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30402
1.22/0.71	c 31428 constraints processed.
8.42/4.82	c cleaning 2490 clauses out of 5002 with flag 0/5002
11.88/8.07	c cleaning 4230 clauses out of 8510 with flag 0/11000
18.80/14.86	c cleaning 5629 clauses out of 11281 with flag 0/18001
27.86/23.76	c cleaning 6825 clauses out of 13653 with flag 0/26002
48.11/43.56	c cleaning 7894 clauses out of 15826 with flag 0/35000
56.00/51.24	c cleaning 8424 clauses out of 17934 with flag 0/45002
72.86/67.75	c cleaning 8423 clauses out of 20508 with flag 0/56000
86.53/81.07	c cleaning 9173 clauses out of 24087 with flag 0/68002
106.96/101.06	c cleaning 9391 clauses out of 27912 with flag 0/81000
127.76/121.38	c cleaning 11477 clauses out of 32523 with flag 0/95002
149.28/142.28	c cleaning 10496 clauses out of 36045 with flag 0/110001
171.02/163.49	c cleaning 11877 clauses out of 41548 with flag 0/126000
189.51/181.45	c cleaning 9218 clauses out of 46674 with flag 0/143003
207.12/198.51	c cleaning 7996 clauses out of 55454 with flag 0/161001
223.79/214.85	c cleaning 8020 clauses out of 66459 with flag 0/180002
244.34/234.78	c cleaning 11734 clauses out of 78437 with flag 0/200000
277.44/267.16	c cleaning 12617 clauses out of 87704 with flag 0/221001
306.98/295.94	c cleaning 10688 clauses out of 97086 with flag 0/243000
338.91/327.06	c cleaning 11435 clauses out of 109398 with flag 0/266000
363.42/350.81	c cleaning 13243 clauses out of 121964 with flag 0/290001
397.31/383.40	c cleaning 11849 clauses out of 133722 with flag 0/315002
434.02/419.57	c cleaning 11164 clauses out of 147872 with flag 0/341001
481.32/465.72	c cleaning 13626 clauses out of 163708 with flag 0/368001
577.92/560.57	c cleaning 17450 clauses out of 178083 with flag 0/396002
635.01/616.21	c cleaning 18161 clauses out of 189631 with flag 0/425000
704.30/684.05	c cleaning 17765 clauses out of 201470 with flag 0/455000
816.88/794.77	c cleaning 18244 clauses out of 214705 with flag 0/486000
959.96/934.30	c cleaning 18036 clauses out of 228463 with flag 0/518002
1098.62/1071.23	c cleaning 19232 clauses out of 243426 with flag 0/551001
1284.55/1255.12	c cleaning 18907 clauses out of 258196 with flag 0/585003
1381.07/1349.36	c cleaning 22981 clauses out of 274287 with flag 0/620001
1467.21/1431.97	c cleaning 17414 clauses out of 287306 with flag 0/656001
1583.43/1546.35	c cleaning 20067 clauses out of 306892 with flag 0/693001
1713.22/1672.38	c cleaning 20464 clauses out of 324824 with flag 0/731000
2044.59/1997.45	c cleaning 28331 clauses out of 343361 with flag 0/770001
2184.21/2133.46	c cleaning 25225 clauses out of 355029 with flag 0/810000
2352.73/2293.69	c cleaning 22169 clauses out of 370804 with flag 0/851000
2559.17/2485.11	c cleaning 25663 clauses out of 390635 with flag 0/893000
2666.61/2584.20	c cleaning 24468 clauses out of 407975 with flag 0/936003
2825.56/2730.01	c cleaning 24672 clauses out of 427505 with flag 0/980001
3074.77/2951.50	c cleaning 26140 clauses out of 447834 with flag 0/1025002
3503.73/3321.88	c cleaning 30324 clauses out of 467693 with flag 0/1071001
3600.08/3403.12	c starts		: 189
3600.08/3403.12	c timeout
3600.08/3403.12	c conflicts		: 1091263
3600.08/3403.12	c decisions		: 1375036
3600.08/3403.12	c propagations		: 41211812
3600.08/3403.12	c inspects		: 5053055563
3600.08/3403.12	c shortcuts		: 0
3600.08/3403.12	c learnt literals	: 0
3600.08/3403.12	c learnt binary clauses	: 0
3600.08/3403.12	c learnt ternary clauses	: 0
3600.08/3403.12	c learnt constraints	: 1091263
3600.08/3403.12	c ignored constraints	: 0
3600.08/3403.12	c root simplifications	: 0
3600.08/3403.12	c removed literals (reason simplification)	: 0
3600.08/3403.12	c reason swapping (by a shorter reason)	: 0
3600.08/3403.12	c Calls to reduceDB	: 42
3600.08/3403.12	c Number of update (reduction) of LBD	: 29608
3600.08/3403.12	c Imported unit clauses	: 0
3600.08/3403.13	c No decision after first conflict	: false
3600.08/3403.13	c number of reductions to clauses (during analyze)	: 0
3600.08/3403.13	c number of learned constraints concerned by reduction	: 0
3600.08/3403.13	c number of learning phase by resolution	: 0
3600.08/3403.13	c number of learning phase by cutting planes	: 0
3600.08/3403.13	c number of rounding to 1 operations	: 3467316
3600.08/3403.13	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3403.13	c number of reductions of the coefficients by power 2 	: 0
3600.08/3403.13	c number of right shift for reduction by power 2 	: 0
3600.08/3403.13	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3403.13	c number of ending skipping 	: 0
3600.08/3403.13	c number of internal skipping 	: 0
3600.08/3403.13	c number of derivation steps 	: 11797393
3600.08/3403.13	c number of skipped derivation steps 	: 0
3600.08/3403.13	c number of remaining unassigned 	: 272147
3600.08/3403.13	c number of remaining assigned 	: 134383873
3600.08/3403.13	c number of falsified literals weakened from reason	: 0
3600.08/3403.13	c number of falsified literals weakened from conflict	: 0
3600.08/3403.13	c time for arithmetic operations	: 13063902742
3600.08/3403.14	c minimum degree of deleted constraints	: 4
3600.08/3403.14	c maximum degree of deleted constraints	: 1335292
3600.08/3403.14	c number of deleted constraints	: 633632
3600.08/3403.14	c speed (assignments/second)	: 12112.492806594832
3600.08/3403.14	c non guided choices	: 32186
3600.23/3403.21	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 339723
3600.23/3403.21	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 3024
3600.23/3403.21	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 114884
3600.23/3403.21	s UNKNOWN
3600.23/3403.21	c Total wall clock time (in seconds): 3403.055

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4441925-1721296017/watcher-4441925-1721296017 -o /tmp/evaluation-result-4441925-1721296017/solver-4441925-1721296017 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721292927-920401 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4441925-1721296017.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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

solver pid=922838, runsolver pid=922835

[startup+0.101091 s]*
/proc/loadavg: 4.65 4.88 4.59 7/328 922856
/proc/meminfo: memFree=113083708/131524600 swapFree=131071996/131071996
[pid=922838] ppid=922835 vsize=18975048 memory=63276 CPUtime=0.13 cores=4,6
/proc/922838/stat : 922838 (java) S 922835 922838 920389 0 -1 1077936128 7229 0 0 0 11 2 0 0 20 0 18 0 181762324 19430449152 15819 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
/proc/922838/statm: 4743762 15819 5667 1 0 549364 0
[pid=922838/tid=922840] ppid=922835 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=4,6
/proc/922838/task/922840/stat : 922840 (java) R 922835 922838 920389 0 -1 1078198336 5761 0 0 0 7 2 0 0 20 0 18 0 181762325 19430449152 15819 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
[pid=922838/tid=922849] ppid=922835 vsize=18975048 memory=232851243367 CPUtime=0 cores=4,6
/proc/922838/task/922849/stat : 922849 (Finalizer) S 922835 922838 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 181762327 19430449152 15819 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
[pid=922838/tid=922856] ppid=922835 vsize=18975048 memory=14699582227506071 CPUtime=0 cores=4,6
/proc/922838/task/922856/stat : 922856 (Common-Cleaner) S 922835 922838 920389 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 181762328 19430449152 15819 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63276 KiB

[startup+0.205937 s]*
/proc/loadavg: 4.65 4.88 4.59 6/328 922856
/proc/meminfo: memFree=113068900/131524600 swapFree=131071996/131071996
[pid=922838] ppid=922835 vsize=18975048 memory=78168 CPUtime=0.32 cores=4,6
/proc/922838/stat : 922838 (java) S 922835 922838 920389 0 -1 1077936128 7767 0 0 0 29 3 0 0 20 0 18 0 181762324 19430449152 19542 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
/proc/922838/statm: 4743762 19542 5836 1 0 549709 0
[pid=922838/tid=922840] ppid=922835 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=4,6
/proc/922838/task/922840/stat : 922840 (java) S 922835 922838 920389 0 -1 1077936192 6048 0 0 0 15 2 0 0 20 0 18 0 181762325 19430449152 19542 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
[pid=922838/tid=922849] ppid=922835 vsize=18975048 memory=14994 CPUtime=0 cores=4,6
/proc/922838/task/922849/stat : 922849 (Finalizer) S 922835 922838 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 181762327 19430449152 19542 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
[pid=922838/tid=922856] ppid=922835 vsize=18975048 memory=15537410087847364 CPUtime=0 cores=4,6
/proc/922838/task/922856/stat : 922856 (Common-Cleaner) S 922835 922838 920389 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 181762328 19430449152 19542 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 78168 KiB

[startup+0.306897 s]*
/proc/loadavg: 4.76 4.90 4.60 6/329 922857
/proc/meminfo: memFree=112984072/131524600 swapFree=131071996/131071996
[pid=922838] ppid=922835 vsize=19041612 memory=162796 CPUtime=0.48 cores=4,6
/proc/922838/stat : 922838 (java) S 922835 922838 920389 0 -1 1077936128 9472 0 0 0 43 5 0 0 20 0 19 0 181762324 19498610688 40699 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
/proc/922838/statm: 4760403 40699 5836 1 0 551059 0
[pid=922838/tid=922840] ppid=922835 vsize=19041612 memory=-8816467429754708668 CPUtime=0.23 cores=4,6
/proc/922838/task/922840/stat : 922840 (java) R 922835 922838 920389 0 -1 1077936192 6099 0 0 0 19 4 0 0 20 0 19 0 181762325 19498610688 40699 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
[pid=922838/tid=922849] ppid=922835 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/922838/task/922849/stat : 922849 (Finalizer) S 922835 922838 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 181762327 19498610688 40699 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
[pid=922838/tid=922856] ppid=922835 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/922838/task/922856/stat : 922856 (Common-Cleaner) S 922835 922838 920389 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 181762328 19498610688 40699 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 162796 KiB

[startup+0.701133 s]
/proc/loadavg: 4.76 4.90 4.60 7/329 922857
/proc/meminfo: memFree=112722096/131524600 swapFree=131071996/131071996
[pid=922838] ppid=922835 vsize=19041612 memory=613224 CPUtime=1.22 cores=4,6
/proc/922838/stat : 922838 (java) S 922835 922838 920389 0 -1 1077936128 15762 0 0 0 108 14 0 0 20 0 19 0 181762324 19498610688 153306 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
/proc/922838/statm: 4760403 153306 5852 1 0 553488 0
[pid=922838/tid=922840] ppid=922835 vsize=19041612 memory=5560 CPUtime=0.58 cores=4,6
/proc/922838/task/922840/stat : 922840 (java) R 922835 922838 920389 0 -1 4194368 6309 0 0 0 46 12 0 0 20 0 19 0 181762325 19498610688 153306 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
[pid=922838/tid=922849] ppid=922835 vsize=19041612 memory=13012 CPUtime=0 cores=4,6
/proc/922838/task/922849/stat : 922849 (Finalizer) S 922835 922838 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 181762327 19498610688 153306 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
[pid=922838/tid=922856] ppid=922835 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/922838/task/922856/stat : 922856 (Common-Cleaner) S 922835 922838 920389 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 181762328 19498610688 153306 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
Current children cumulated CPU time: 1.22 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 613224 KiB

[startup+1.50929 s]
/proc/loadavg: 4.76 4.90 4.60 6/330 922858
/proc/meminfo: memFree=112519556/131524600 swapFree=131071996/131071996
[pid=922838] ppid=922835 vsize=19108176 memory=817232 CPUtime=2.82 cores=4,6
/proc/922838/stat : 922838 (java) S 922835 922838 920389 0 -1 1077936128 21657 0 0 0 263 19 0 0 20 0 20 0 181762324 19566772224 204308 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
/proc/922838/statm: 4777044 204308 5852 1 0 556948 0
[pid=922838/tid=922840] ppid=922835 vsize=19108176 memory=13012 CPUtime=1.37 cores=4,6
/proc/922838/task/922840/stat : 922840 (java) R 922835 922838 920389 0 -1 4194368 6490 0 0 0 122 15 0 0 20 0 20 0 181762325 19566772224 204308 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
[pid=922838/tid=922849] ppid=922835 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/922838/task/922849/stat : 922849 (Finalizer) S 922835 922838 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181762327 19566772224 204308 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
[pid=922838/tid=922856] ppid=922835 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/922838/task/922856/stat : 922856 (Common-Cleaner) S 922835 922838 920389 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 181762328 19566772224 204308 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
[pid=922838/tid=922858] ppid=922835 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/922838/task/922858/stat : 922858 (Timer-0) S 922835 922838 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181762395 19566772224 204308 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 817232 KiB

[startup+3.1063 s]
/proc/loadavg: 4.76 4.90 4.60 6/330 922860
/proc/meminfo: memFree=111804388/131524600 swapFree=131071996/131071996
[pid=922838] ppid=922835 vsize=19108176 memory=1339736 CPUtime=5.99 cores=4,6
/proc/922838/stat : 922838 (java) S 922835 922838 920389 0 -1 1077936128 22084 0 0 0 569 30 0 0 20 0 20 0 181762324 19566772224 334934 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
/proc/922838/statm: 4777044 334934 5852 1 0 556952 0
[pid=922838/tid=922840] ppid=922835 vsize=19108176 memory=0 CPUtime=2.9 cores=4,6
/proc/922838/task/922840/stat : 922840 (java) R 922835 922838 920389 0 -1 4194368 6844 0 0 0 265 25 0 0 20 0 20 0 181762325 19566772224 334934 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
[pid=922838/tid=922849] ppid=922835 vsize=19108176 memory=11488 CPUtime=0 cores=4,6
/proc/922838/task/922849/stat : 922849 (Finalizer) S 922835 922838 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181762327 19566772224 334934 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
[pid=922838/tid=922856] ppid=922835 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/922838/task/922856/stat : 922856 (Common-Cleaner) S 922835 922838 920389 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 181762328 19566772224 334934 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
[pid=922838/tid=922858] ppid=922835 vsize=19108176 memory=13012 CPUtime=0 cores=4,6
/proc/922838/task/922858/stat : 922858 (Timer-0) S 922835 922838 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181762395 19566772224 334934 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
Current children cumulated CPU time: 5.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1339736 KiB

[startup+6.30028 s]
/proc/loadavg: 4.78 4.90 4.60 8/330 922860
/proc/meminfo: memFree=110777900/131524600 swapFree=131071996/131071996
[pid=922838] ppid=922835 vsize=19108176 memory=2364164 CPUtime=10.13 cores=4,6
/proc/922838/stat : 922838 (java) S 922835 922838 920389 0 -1 1077936128 23586 0 0 0 961 52 0 0 20 0 20 0 181762324 19566772224 591041 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
/proc/922838/statm: 4777044 591041 5852 1 0 809768 0
[pid=922838/tid=922840] ppid=922835 vsize=19108176 memory=0 CPUtime=5.98 cores=4,6
/proc/922838/task/922840/stat : 922840 (java) R 922835 922838 920389 0 -1 4194368 7661 0 0 0 552 46 0 0 20 0 20 0 181762325 19566772224 591041 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
[pid=922838/tid=922849] ppid=922835 vsize=19108176 memory=13012 CPUtime=0 cores=4,6
/proc/922838/task/922849/stat : 922849 (Finalizer) S 922835 922838 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181762327 19566772224 591041 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
[pid=922838/tid=922856] ppid=922835 vsize=19108176 memory=11488 CPUtime=0 cores=4,6
/proc/922838/task/922856/stat : 922856 (Common-Cleaner) S 922835 922838 920389 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 181762328 19566772224 591041 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
[pid=922838/tid=922858] ppid=922835 vsize=19108176 memory=43380 CPUtime=0 cores=4,6
/proc/922838/task/922858/stat : 922858 (Timer-0) S 922835 922838 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181762395 19566772224 591041 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
Current children cumulated CPU time: 10.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2364164 KiB

[startup+12.7003 s]
/proc/loadavg: 4.79 4.90 4.61 6/330 922860
/proc/meminfo: memFree=109488644/131524600 swapFree=131071996/131071996
[pid=922838] ppid=922835 vsize=19108176 memory=3746164 CPUtime=16.64 cores=4,6
/proc/922838/stat : 922838 (java) S 922835 922838 920389 0 -1 1077936128 28853 0 0 0 1586 78 0 0 20 0 20 0 181762324 19566772224 936541 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
/proc/922838/statm: 4777044 936541 5852 1 0 1162791 0
[pid=922838/tid=922840] ppid=922835 vsize=19108176 memory=622188 CPUtime=12.16 cores=4,6
/proc/922838/task/922840/stat : 922840 (java) R 922835 922838 920389 0 -1 4194368 9456 0 0 0 1146 70 0 0 20 0 20 0 181762325 19566772224 936541 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
[pid=922838/tid=922849] ppid=922835 vsize=19108176 memory=3623284 CPUtime=0 cores=4,6
/proc/922838/task/922849/stat : 922849 (Finalizer) S 922835 922838 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181762327 19566772224 936541 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
[pid=922838/tid=922856] ppid=922835 vsize=19108176 memory=1360216 CPUtime=0 cores=4,6
/proc/922838/task/922856/stat : 922856 (Common-Cleaner) S 922835 922838 920389 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 181762328 19566772224 936541 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
[pid=922838/tid=922858] ppid=922835 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/922838/task/922858/stat : 922858 (Timer-0) S 922835 922838 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181762395 19566772224 936541 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
Current children cumulated CPU time: 16.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3746164 KiB

[startup+25.5003 s]
/proc/loadavg: 5.07 4.96 4.63 5/330 922864
/proc/meminfo: memFree=109362872/131524600 swapFree=131071996/131071996
[pid=922838] ppid=922835 vsize=19108176 memory=3768820 CPUtime=29.76 cores=4,6
/proc/922838/stat : 922838 (java) S 922835 922838 920389 0 -1 1077936128 30374 0 0 0 2896 80 0 0 20 0 20 0 181762324 19566772224 942205 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
/proc/922838/statm: 4777044 942205 5868 1 0 1162797 0
[pid=922838/tid=922840] ppid=922835 vsize=19108176 memory=3623284 CPUtime=24.57 cores=4,6
/proc/922838/task/922840/stat : 922840 (java) R 922835 922838 920389 0 -1 4194368 10338 0 0 0 2386 71 0 0 20 0 20 0 181762325 19566772224 942205 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
[pid=922838/tid=922849] ppid=922835 vsize=19108176 memory=3768692 CPUtime=0 cores=4,6
/proc/922838/task/922849/stat : 922849 (Finalizer) S 922835 922838 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181762327 19566772224 942205 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
[pid=922838/tid=922856] ppid=922835 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/922838/task/922856/stat : 922856 (Common-Cleaner) S 922835 922838 920389 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 181762328 19566772224 942205 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
[pid=922838/tid=922858] ppid=922835 vsize=19108176 memory=6943526294502006880 CPUtime=0 cores=4,6
/proc/922838/task/922858/stat : 922858 (Timer-0) S 922835 922838 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181762395 19566772224 942205 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
Current children cumulated CPU time: 29.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3768820 KiB

[startup+51.1063 s]
/proc/loadavg: 4.72 4.88 4.61 5/330 922867
/proc/meminfo: memFree=109226820/131524600 swapFree=131071996/131071996
[pid=922838] ppid=922835 vsize=19108176 memory=3904636 CPUtime=55.84 cores=4,6
/proc/922838/stat : 922838 (java) S 922835 922838 920389 0 -1 1077936128 40702 0 0 0 5501 83 0 0 20 0 20 0 181762324 19566772224 976159 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
/proc/922838/statm: 4777044 976159 5900 1 0 1162799 0
[pid=922838/tid=922840] ppid=922835 vsize=19108176 memory=3799808 CPUtime=49.44 cores=4,6
/proc/922838/task/922840/stat : 922840 (java) S 922835 922838 920389 0 -1 1077936192 14012 0 0 0 4873 71 0 0 20 0 20 0 181762325 19566772224 976159 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
[pid=922838/tid=922849] ppid=922835 vsize=19108176 memory=3904432 CPUtime=0 cores=4,6
/proc/922838/task/922849/stat : 922849 (Finalizer) S 922835 922838 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181762327 19566772224 976159 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
[pid=922838/tid=922856] ppid=922835 vsize=19108176 memory=11488 CPUtime=0 cores=4,6
/proc/922838/task/922856/stat : 922856 (Common-Cleaner) S 922835 922838 920389 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 181762328 19566772224 976159 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0

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

[startup+3102.3 s]
/proc/loadavg: 4.82 4.53 4.38 6/331 924829
/proc/meminfo: memFree=104750268/131524600 swapFree=131071996/131071996
[pid=922838] ppid=922835 vsize=19108176 memory=4606304 CPUtime=3249.82 cores=4,6
/proc/922838/stat : 922838 (java) S 922835 922838 920389 0 -1 1077936128 356106 0 0 0 324658 324 0 0 20 0 20 0 181762324 19566772224 1151576 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
/proc/922838/statm: 4777044 1151576 5916 1 0 1164727 0
[pid=922838/tid=922840] ppid=922835 vsize=19108176 memory=4606228 CPUtime=3018.64 cores=4,6
/proc/922838/task/922840/stat : 922840 (java) R 922835 922838 920389 0 -1 4194368 132029 0 0 0 301772 92 0 0 20 0 20 0 181762325 19566772224 1151576 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 36 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
[pid=922838/tid=922849] ppid=922835 vsize=19108176 memory=13012 CPUtime=0 cores=4,6
/proc/922838/task/922849/stat : 922849 (Finalizer) S 922835 922838 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181762327 19566772224 1151576 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
[pid=922838/tid=922856] ppid=922835 vsize=19108176 memory=-8816467429754708668 CPUtime=0 cores=4,6
/proc/922838/task/922856/stat : 922856 (Common-Cleaner) S 922835 922838 920389 0 -1 1077936192 1595 0 0 0 0 0 0 0 20 0 20 0 181762328 19566772224 1151576 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
[pid=922838/tid=922858] ppid=922835 vsize=19108176 memory=5560 CPUtime=0 cores=4,6
/proc/922838/task/922858/stat : 922858 (Timer-0) S 922835 922838 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181762395 19566772224 1151576 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
Current children cumulated CPU time: 3249.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4606304 KiB

[startup+3162.3 s]
/proc/loadavg: 4.66 4.54 4.39 6/331 924840
/proc/meminfo: memFree=104749292/131524600 swapFree=131071996/131071996
[pid=922838] ppid=922835 vsize=19108176 memory=4606304 CPUtime=3319.4 cores=4,6
/proc/922838/stat : 922838 (java) S 922835 922838 920389 0 -1 1077936128 357289 0 0 0 331606 334 0 0 20 0 20 0 181762324 19566772224 1151576 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
/proc/922838/statm: 4777044 1151576 5916 1 0 1164727 0
[pid=922838/tid=922840] ppid=922835 vsize=19108176 memory=4606228 CPUtime=3077.28 cores=4,6
/proc/922838/task/922840/stat : 922840 (java) R 922835 922838 920389 0 -1 4194368 132874 0 0 0 307636 92 0 0 20 0 20 0 181762325 19566772224 1151576 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 36 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
[pid=922838/tid=922849] ppid=922835 vsize=19108176 memory=4606224 CPUtime=0 cores=4,6
/proc/922838/task/922849/stat : 922849 (Finalizer) S 922835 922838 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181762327 19566772224 1151576 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
[pid=922838/tid=922856] ppid=922835 vsize=19108176 memory=4606304 CPUtime=0 cores=4,6
/proc/922838/task/922856/stat : 922856 (Common-Cleaner) S 922835 922838 920389 0 -1 1077936192 1646 0 0 0 0 0 0 0 20 0 20 0 181762328 19566772224 1151576 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
[pid=922838/tid=922858] ppid=922835 vsize=19108176 memory=4606304 CPUtime=0 cores=4,6
/proc/922838/task/922858/stat : 922858 (Timer-0) S 922835 922838 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181762395 19566772224 1151576 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
Current children cumulated CPU time: 3319.4 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4606304 KiB

[startup+3222.3 s]
/proc/loadavg: 4.50 4.52 4.39 5/332 924855
/proc/meminfo: memFree=104748632/131524600 swapFree=131071996/131071996
[pid=922838] ppid=922835 vsize=19108176 memory=4606304 CPUtime=3387.8 cores=4,6
/proc/922838/stat : 922838 (java) S 922835 922838 920389 0 -1 1077936128 372845 0 0 0 338437 343 0 0 20 0 20 0 181762324 19566772224 1151576 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
/proc/922838/statm: 4777044 1151576 5916 1 0 1164727 0
[pid=922838/tid=922840] ppid=922835 vsize=19108176 memory=4606228 CPUtime=3136.1 cores=4,6
/proc/922838/task/922840/stat : 922840 (java) R 922835 922838 920389 0 -1 4194368 137475 0 0 0 313517 93 0 0 20 0 20 0 181762325 19566772224 1151576 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 36 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
[pid=922838/tid=922849] ppid=922835 vsize=19108176 memory=4606228 CPUtime=0 cores=4,6
/proc/922838/task/922849/stat : 922849 (Finalizer) S 922835 922838 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181762327 19566772224 1151576 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
[pid=922838/tid=922856] ppid=922835 vsize=19108176 memory=4606304 CPUtime=0 cores=4,6
/proc/922838/task/922856/stat : 922856 (Common-Cleaner) S 922835 922838 920389 0 -1 1077936192 1646 0 0 0 0 0 0 0 20 0 20 0 181762328 19566772224 1151576 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
[pid=922838/tid=922858] ppid=922835 vsize=19108176 memory=11488 CPUtime=0 cores=4,6
/proc/922838/task/922858/stat : 922858 (Timer-0) S 922835 922838 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181762395 19566772224 1151576 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
Current children cumulated CPU time: 3387.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4606304 KiB

[startup+3282.3 s]
/proc/loadavg: 4.48 4.50 4.39 5/333 924866
/proc/meminfo: memFree=104747856/131524600 swapFree=131071996/131071996
[pid=922838] ppid=922835 vsize=19108176 memory=4606304 CPUtime=3458.7 cores=4,6
/proc/922838/stat : 922838 (java) S 922835 922838 920389 0 -1 1077936128 374023 0 0 0 345516 354 0 0 20 0 20 0 181762324 19566772224 1151576 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
/proc/922838/statm: 4777044 1151576 5916 1 0 1164727 0
[pid=922838/tid=922840] ppid=922835 vsize=19108176 memory=4606304 CPUtime=3194.9 cores=4,6
/proc/922838/task/922840/stat : 922840 (java) R 922835 922838 920389 0 -1 4194368 138224 0 0 0 319397 93 0 0 20 0 20 0 181762325 19566772224 1151576 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 36 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
[pid=922838/tid=922849] ppid=922835 vsize=19108176 memory=4606304 CPUtime=0 cores=4,6
/proc/922838/task/922849/stat : 922849 (Finalizer) S 922835 922838 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181762327 19566772224 1151576 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
[pid=922838/tid=922856] ppid=922835 vsize=19108176 memory=4606304 CPUtime=0 cores=4,6
/proc/922838/task/922856/stat : 922856 (Common-Cleaner) S 922835 922838 920389 0 -1 1077936192 1697 0 0 0 0 0 0 0 20 0 20 0 181762328 19566772224 1151576 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
[pid=922838/tid=922858] ppid=922835 vsize=19108176 memory=4606304 CPUtime=0 cores=4,6
/proc/922838/task/922858/stat : 922858 (Timer-0) S 922835 922838 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181762395 19566772224 1151576 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
Current children cumulated CPU time: 3458.7 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4606304 KiB

[startup+3342.3 s]
/proc/loadavg: 4.43 4.48 4.39 5/333 924877
/proc/meminfo: memFree=104747076/131524600 swapFree=131071996/131071996
[pid=922838] ppid=922835 vsize=19108176 memory=4606304 CPUtime=3528.99 cores=4,6
/proc/922838/stat : 922838 (java) S 922835 922838 920389 0 -1 1077936128 375212 0 0 0 352535 364 0 0 20 0 20 0 181762324 19566772224 1151576 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
/proc/922838/statm: 4777044 1151576 5916 1 0 1164727 0
[pid=922838/tid=922840] ppid=922835 vsize=19108176 memory=4606304 CPUtime=3253.68 cores=4,6
/proc/922838/task/922840/stat : 922840 (java) R 922835 922838 920389 0 -1 4194368 139169 0 0 0 325275 93 0 0 20 0 20 0 181762325 19566772224 1151576 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 36 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
[pid=922838/tid=922849] ppid=922835 vsize=19108176 memory=4606304 CPUtime=0 cores=4,6
/proc/922838/task/922849/stat : 922849 (Finalizer) S 922835 922838 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181762327 19566772224 1151576 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
[pid=922838/tid=922856] ppid=922835 vsize=19108176 memory=11488 CPUtime=0 cores=4,6
/proc/922838/task/922856/stat : 922856 (Common-Cleaner) S 922835 922838 920389 0 -1 1077936192 1697 0 0 0 0 0 0 0 20 0 20 0 181762328 19566772224 1151576 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
[pid=922838/tid=922858] ppid=922835 vsize=19108176 memory=4606304 CPUtime=0 cores=4,6
/proc/922838/task/922858/stat : 922858 (Timer-0) S 922835 922838 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181762395 19566772224 1151576 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
Current children cumulated CPU time: 3528.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4606304 KiB

[startup+3402.3 s]
/proc/loadavg: 4.44 4.48 4.39 5/333 924888
/proc/meminfo: memFree=104742780/131524600 swapFree=131071996/131071996
[pid=922838] ppid=922835 vsize=19108176 memory=4609328 CPUtime=3599.28 cores=4,6
/proc/922838/stat : 922838 (java) S 922835 922838 920389 0 -1 1077936128 391162 0 0 0 359549 379 0 0 20 0 20 0 181762324 19566772224 1152332 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
/proc/922838/statm: 4777044 1152332 5916 1 0 1164727 0
[pid=922838/tid=922840] ppid=922835 vsize=19108176 memory=4606304 CPUtime=3311.7 cores=4,6
/proc/922838/task/922840/stat : 922840 (java) R 922835 922838 920389 0 -1 4194368 144115 0 0 0 331076 94 0 0 20 0 20 0 181762325 19566772224 1152332 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 36 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
[pid=922838/tid=922849] ppid=922835 vsize=19108176 memory=4606304 CPUtime=0 cores=4,6
/proc/922838/task/922849/stat : 922849 (Finalizer) S 922835 922838 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181762327 19566772224 1152332 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
[pid=922838/tid=922856] ppid=922835 vsize=19108176 memory=2636 CPUtime=0 cores=4,6
/proc/922838/task/922856/stat : 922856 (Common-Cleaner) S 922835 922838 920389 0 -1 1077936192 1701 0 0 0 0 0 0 0 20 0 20 0 181762328 19566772224 1152332 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
[pid=922838/tid=922858] ppid=922835 vsize=19108176 memory=43380 CPUtime=0 cores=4,6
/proc/922838/task/922858/stat : 922858 (Timer-0) S 922835 922838 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181762395 19566772224 1152332 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
Current children cumulated CPU time: 3599.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4609328 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3403.11 s]
/proc/loadavg: 4.44 4.48 4.39 5/333 924889
/proc/meminfo: memFree=104742716/131524600 swapFree=131071996/131071996
[pid=922838] ppid=922835 vsize=19108176 memory=4609328 CPUtime=3600.08 cores=4,6
/proc/922838/stat : 922838 (java) S 922835 922838 920389 0 -1 1077936128 391162 0 0 0 359629 379 0 0 20 0 20 0 181762324 19566772224 1152332 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
/proc/922838/statm: 4777044 1152332 5916 1 0 1164727 0
[pid=922838/tid=922840] ppid=922835 vsize=19108176 memory=4606304 CPUtime=3312.5 cores=4,6
/proc/922838/task/922840/stat : 922840 (java) R 922835 922838 920389 0 -1 4194368 144115 0 0 0 331156 94 0 0 20 0 20 0 181762325 19566772224 1152332 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 36 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
[pid=922838/tid=922849] ppid=922835 vsize=19108176 memory=4606304 CPUtime=0 cores=4,6
/proc/922838/task/922849/stat : 922849 (Finalizer) S 922835 922838 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181762327 19566772224 1152332 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
[pid=922838/tid=922856] ppid=922835 vsize=19108176 memory=2636 CPUtime=0 cores=4,6
/proc/922838/task/922856/stat : 922856 (Common-Cleaner) S 922835 922838 920389 0 -1 1077936192 1701 0 0 0 0 0 0 0 20 0 20 0 181762328 19566772224 1152332 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
[pid=922838/tid=922858] ppid=922835 vsize=19108176 memory=-8816467429754708668 CPUtime=0 cores=4,6
/proc/922838/task/922858/stat : 922858 (Timer-0) S 922835 922838 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181762395 19566772224 1152332 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4609328 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+3403.23 s]
# the end of solver process 922838 was just reported to runsolver
# Child status: 143

# cumulated CPU time of all completed processes:  user=3596.45 s, system=3.81044 s

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

[startup+3403.21 s]
/proc/loadavg: 4.44 4.48 4.39 5/333 924889
/proc/meminfo: memFree=104742716/131524600 swapFree=131071996/131071996
[pid=922838] ppid=922835 vsize=19307868 memory=4609964 CPUtime=3600.23 cores=4,6
/proc/922838/stat : 922838 (java) S 922835 922838 920389 0 -1 1077936128 392667 0 0 0 359644 379 0 0 20 0 21 0 181762324 19771256832 1152491 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
/proc/922838/statm: 4826967 1152491 5915 1 0 1165630 0
[pid=922838/tid=922840] ppid=922835 vsize=19307868 memory=4609328 CPUtime=3312.52 cores=4,6
/proc/922838/task/922840/stat : 922840 (java) S 922835 922838 920389 0 -1 1077936192 144192 0 0 0 331158 94 0 0 20 0 21 0 181762325 19771256832 1152491 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 36 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
[pid=922838/tid=922849] ppid=922835 vsize=19307868 memory=5488 CPUtime=0 cores=4,6
/proc/922838/task/922849/stat : 922849 (Finalizer) S 922835 922838 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 181762327 19771256832 1152491 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
[pid=922838/tid=922856] ppid=922835 vsize=19307868 memory=31620 CPUtime=0 cores=4,6
/proc/922838/task/922856/stat : 922856 (Common-Cleaner) S 922835 922838 920389 0 -1 1077936192 1701 0 0 0 0 0 0 0 20 0 21 0 181762328 19771256832 1152491 134679101440 93866996781056 93866996784752 140720398129456 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 93866996792568 93866996793360 93867005104128 140720398132207 140720398132320 140720398132320 140720398139336 0
Current children cumulated CPU time: 3600.23 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 4609964 KiB

Child status: 143

Real time (s): 3403.23
CPU time (s): 3600.26
CPU user time (s): 3596.45
CPU system time (s): 3.81044
CPU usage (%): 105.79
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 4609964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.45
system time used= 3.81044
maximum resident set size= 4610652
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 392826
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 137075
involuntary context switches= 20553


# summary of solver processes directly reported to runsolver:
#   pid: 922838
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3596.45
#   total CPU system time (s): 3.81044

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.38485 second user time and 17.6968 second system time

The end

Launcher Data

Begin job on nodeC016 at 2024-07-18 11:47:09
IDJOB=4441925
IDBENCH=147757
IDSOLVER=3046
FILE ID=nodeC016/4441925-1721296017
RUNJOBID= nodeC016-1721292927-920401
SLURM_JOB_ID= 7542586
Free space on /tmp= 890060 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/web/www.ps.uni-sb.de/~walser/benchmarks/ppp-problems/normalized-ppp:3-13,25,26.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4441925-1721296017/watcher-4441925-1721296017 -o /tmp/evaluation-result-4441925-1721296017/solver-4441925-1721296017 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721292927-920401 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4441925-1721296017.opb

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

MD5SUM BENCH= b71388011e4b80d0b0325c4a241ada38
RANDOM SEED=975593033

nodeC016.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		: 3659.866
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.70
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		: 3600.176
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	: 7006.63
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		: 3689.230
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.70
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		: 3688.168
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	: 7006.63
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		: 3649.088
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.70
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		: 3688.199
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	: 7006.63
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		: 3643.605
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.871
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	: 7006.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        113125736 kB
MemAvailable:   116688172 kB
Buffers:          331620 kB
Cached:          4068748 kB
SwapCached:            0 kB
Active:           517020 kB
Inactive:       17252020 kB
Active(anon):       1544 kB
Inactive(anon): 13404840 kB
Active(file):     515476 kB
Inactive(file):  3847180 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1976 kB
Writeback:            36 kB
AnonPages:      13367156 kB
Mapped:           126364 kB
Shmem:             37720 kB
KReclaimable:      78852 kB
Slab:             187512 kB
SReclaimable:      78852 kB
SUnreclaim:       108660 kB
KernelStack:        5008 kB
PageTables:        36240 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   13891576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            68832 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12941312 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:      207572 kB
DirectMap2M:    13197312 kB
DirectMap1G:    122683392 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC016 at 2024-07-18 12:43:53