Trace number 4441865

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.24 3393.24

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/web/www.ps.uni-sb.de/
~walser/benchmarks/ppp-problems/normalized-ppp:1-13.opb
MD5SUM0255b3d891da2276599e5fcb43348962
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.072588
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4632
Total number of constraints30964
Number of constraints which are clauses29940
Number of constraints which are cardinality constraints (but not clauses)946
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.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: ASSIGNED
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Armin Biere (Picosat) restarts strategy
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: ASSIGNED
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Armin Biere (Picosat) restarts strategy
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4441865-1721293051.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  no objective function found
1.11/0.66	c ... done. Wall clock time 0.505s.
1.11/0.66	c declared #vars     4632
1.11/0.66	c #constraints  31138
1.11/0.66	c constraints type 
1.11/0.66	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 946
1.11/0.66	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 78
1.11/0.66	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30114
1.11/0.66	c 31138 constraints processed.
8.00/4.31	c cleaning 2494 clauses out of 5000 with flag 0/5000
12.33/8.45	c cleaning 4245 clauses out of 8507 with flag 0/11001
19.75/15.64	c cleaning 5609 clauses out of 11261 with flag 0/18000
25.64/21.49	c cleaning 6819 clauses out of 13652 with flag 0/26000
39.31/34.85	c cleaning 7817 clauses out of 15834 with flag 0/35001
52.39/47.40	c cleaning 8373 clauses out of 18016 with flag 0/45000
66.39/61.03	c cleaning 9089 clauses out of 20643 with flag 0/56000
76.66/71.10	c cleaning 8009 clauses out of 23555 with flag 0/68001
93.48/87.51	c cleaning 8674 clauses out of 28545 with flag 0/81000
103.10/96.97	c cleaning 7706 clauses out of 33871 with flag 0/95000
118.94/112.43	c cleaning 7669 clauses out of 41165 with flag 0/110000
132.70/125.71	c cleaning 9257 clauses out of 49496 with flag 0/126000
143.78/136.44	c cleaning 7775 clauses out of 57240 with flag 0/143001
165.43/157.57	c cleaning 9565 clauses out of 67464 with flag 0/161000
204.64/195.96	c cleaning 14400 clauses out of 76901 with flag 0/180002
237.91/228.41	c cleaning 12114 clauses out of 82501 with flag 0/200002
272.99/262.84	c cleaning 10755 clauses out of 91386 with flag 0/221001
321.30/310.19	c cleaning 16378 clauses out of 102631 with flag 0/243001
361.76/349.64	c cleaning 13015 clauses out of 109254 with flag 0/266002
399.51/386.01	c cleaning 14310 clauses out of 120241 with flag 0/290004
450.23/435.91	c cleaning 14374 clauses out of 130928 with flag 0/315001
498.91/483.58	c cleaning 12980 clauses out of 142554 with flag 0/341001
556.61/540.18	c cleaning 13708 clauses out of 156574 with flag 0/368001
631.87/613.94	c cleaning 15757 clauses out of 170865 with flag 0/396000
690.54/671.27	c cleaning 19833 clauses out of 184110 with flag 0/425002
748.39/727.78	c cleaning 18710 clauses out of 194275 with flag 0/455000
854.74/831.58	c cleaning 22124 clauses out of 206566 with flag 0/486001
968.17/943.04	c cleaning 18257 clauses out of 216442 with flag 0/518001
1098.58/1071.27	c cleaning 21129 clauses out of 231184 with flag 0/551000
1308.90/1279.24	c cleaning 23328 clauses out of 244055 with flag 0/585000
1379.94/1347.24	c cleaning 22049 clauses out of 255728 with flag 0/620001
1454.11/1419.54	c cleaning 20567 clauses out of 269678 with flag 0/656000
1532.97/1495.31	c cleaning 20875 clauses out of 286111 with flag 0/693000
1628.29/1588.71	c cleaning 21082 clauses out of 303237 with flag 0/731001
1747.58/1704.18	c cleaning 23244 clauses out of 321154 with flag 0/770000
1893.16/1845.53	c cleaning 21490 clauses out of 337911 with flag 0/810001
2107.79/2056.21	c cleaning 21472 clauses out of 357420 with flag 0/851000
2297.68/2240.70	c cleaning 22069 clauses out of 377948 with flag 0/893000
2400.04/2336.85	c cleaning 23350 clauses out of 398879 with flag 0/936000
2552.02/2476.78	c cleaning 25004 clauses out of 419529 with flag 0/980000
2779.17/2680.38	c cleaning 20558 clauses out of 439526 with flag 0/1025001
2980.11/2856.44	c cleaning 15017 clauses out of 464968 with flag 0/1071001
3270.90/3112.01	c cleaning 24594 clauses out of 496954 with flag 0/1118004
3588.73/3384.24	c cleaning 25459 clauses out of 520359 with flag 0/1166003
3600.05/3393.12	c starts		: 189
3600.05/3393.12	c conflicts		: 1168279
3600.05/3393.12	c decisions		: 1471273
3600.05/3393.12	c propagations		: 43593005
3600.05/3393.12	c inspects		: 5357373229
3600.05/3393.12	c shortcuts		: 0
3600.05/3393.12	c learnt literals	: 0
3600.05/3393.12	c learnt binary clauses	: 0
3600.05/3393.12	c learnt ternary clauses	: 0
3600.05/3393.12	c learnt constraints	: 1168279
3600.05/3393.12	c ignored constraints	: 0
3600.05/3393.12	c root simplifications	: 0
3600.05/3393.12	c removed literals (reason simplification)	: 0
3600.05/3393.12	c reason swapping (by a shorter reason)	: 0
3600.05/3393.12	c Calls to reduceDB	: 44
3600.05/3393.12	c Number of update (reduction) of LBD	: 44612
3600.05/3393.12	c Imported unit clauses	: 0
3600.05/3393.12	c No decision after first conflict	: false
3600.05/3393.12	c number of reductions to clauses (during analyze)	: 0
3600.05/3393.12	c number of learned constraints concerned by reduction	: 0
3600.05/3393.12	c number of learning phase by resolution	: 0
3600.05/3393.12	c number of learning phase by cutting planes	: 0
3600.05/3393.12	c number of rounding to 1 operations	: 3616766
3600.05/3393.12	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3393.12	c number of reductions of the coefficients by power 2 	: 0
3600.05/3393.12	c number of right shift for reduction by power 2 	: 0
3600.05/3393.12	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3393.12	c number of ending skipping 	: 0
3600.05/3393.12	c number of internal skipping 	: 0
3600.05/3393.12	c number of derivation steps 	: 12642905
3600.05/3393.12	c number of skipped derivation steps 	: 0
3600.05/3393.12	c number of remaining unassigned 	: 258823
3600.05/3393.12	c number of remaining assigned 	: 137813571
3600.05/3393.12	c number of falsified literals weakened from reason	: 0
3600.05/3393.12	c number of falsified literals weakened from conflict	: 0
3600.05/3393.12	c time for arithmetic operations	: 14334957412
3600.05/3393.12	c minimum degree of deleted constraints	: 4
3600.05/3393.12	c maximum degree of deleted constraints	: 7078177
3600.05/3393.12	c number of deleted constraints	: 671103
3600.05/3393.13	c speed (assignments/second)	: 12849.97254204104
3600.05/3393.13	c non guided choices	: 31646
3600.05/3393.13	c timeout
3600.21/3393.21	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 372712
3600.21/3393.21	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 4810
3600.21/3393.21	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 119654
3600.21/3393.22	s UNKNOWN
3600.21/3393.22	c Total wall clock time (in seconds): 3393.069

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

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

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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=921350, runsolver pid=921347

[startup+0.100137 s]*
/proc/loadavg: 4.09 2.43 1.70 6/334 921368
/proc/meminfo: memFree=117547276/131524600 swapFree=131071996/131071996
[pid=921350] ppid=921347 vsize=18975048 memory=63464 CPUtime=0.14 cores=5,7
/proc/921350/stat : 921350 (java) S 921347 921350 920389 0 -1 1077936128 7231 0 0 0 12 2 0 0 20 0 18 0 181465707 19430449152 15866 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
/proc/921350/statm: 4743762 15866 5721 1 0 549356 0
[pid=921350/tid=921352] ppid=921347 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/921350/task/921352/stat : 921352 (java) R 921347 921350 920389 0 -1 4194368 5778 0 0 0 7 1 0 0 20 0 18 0 181465708 19430449152 15866 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
[pid=921350/tid=921361] ppid=921347 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/921350/task/921361/stat : 921361 (Finalizer) S 921347 921350 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 181465710 19430449152 15866 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
[pid=921350/tid=921368] ppid=921347 vsize=18975048 memory=14699582227506071 CPUtime=0 cores=5,7
/proc/921350/task/921368/stat : 921368 (Common-Cleaner) S 921347 921350 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 181465711 19430449152 15866 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63464 KiB

[startup+0.20693 s]*
/proc/loadavg: 4.09 2.43 1.70 9/334 921368
/proc/meminfo: memFree=117514008/131524600 swapFree=131071996/131071996
[pid=921350] ppid=921347 vsize=18975048 memory=94676 CPUtime=0.33 cores=5,7
/proc/921350/stat : 921350 (java) S 921347 921350 920389 0 -1 1077936128 7807 0 0 0 31 2 0 0 20 0 18 0 181465707 19430449152 23669 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
/proc/921350/statm: 4743762 23669 5854 1 0 549707 0
[pid=921350/tid=921352] ppid=921347 vsize=18975048 memory=4782652875487838339 CPUtime=0.19 cores=5,7
/proc/921350/task/921352/stat : 921352 (java) R 921347 921350 920389 0 -1 4194368 6076 0 0 0 17 2 0 0 20 0 18 0 181465708 19430449152 23669 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
[pid=921350/tid=921361] ppid=921347 vsize=18975048 memory=14994 CPUtime=0 cores=5,7
/proc/921350/task/921361/stat : 921361 (Finalizer) S 921347 921350 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 181465710 19430449152 23669 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
[pid=921350/tid=921368] ppid=921347 vsize=18975048 memory=15537410087847364 CPUtime=0 cores=5,7
/proc/921350/task/921368/stat : 921368 (Common-Cleaner) S 921347 921350 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 181465711 19430449152 23669 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 94676 KiB

[startup+0.308932 s]*
/proc/loadavg: 4.09 2.43 1.70 8/335 921369
/proc/meminfo: memFree=117447592/131524600 swapFree=131071996/131071996
[pid=921350] ppid=921347 vsize=19041612 memory=162840 CPUtime=0.52 cores=5,7
/proc/921350/stat : 921350 (java) S 921347 921350 920389 0 -1 1077936128 9429 0 0 0 48 4 0 0 20 0 19 0 181465707 19498610688 40710 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
/proc/921350/statm: 4760403 40710 5885 1 0 551013 0
[pid=921350/tid=921352] ppid=921347 vsize=19041612 memory=-8672076268555248316 CPUtime=0.26 cores=5,7
/proc/921350/task/921352/stat : 921352 (java) R 921347 921350 920389 0 -1 4194368 6118 0 0 0 23 3 0 0 20 0 19 0 181465708 19498610688 40710 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
[pid=921350/tid=921361] ppid=921347 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/921350/task/921361/stat : 921361 (Finalizer) S 921347 921350 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 181465710 19498610688 40710 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
[pid=921350/tid=921368] ppid=921347 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/921350/task/921368/stat : 921368 (Common-Cleaner) S 921347 921350 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 181465711 19498610688 40710 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 162840 KiB

[startup+0.701929 s]
/proc/loadavg: 4.09 2.43 1.70 6/314 921375
/proc/meminfo: memFree=119039976/131524600 swapFree=131071996/131071996
[pid=921350] ppid=921347 vsize=19108176 memory=620236 CPUtime=1.27 cores=5,7
/proc/921350/stat : 921350 (java) S 921347 921350 920389 0 -1 1077936128 16403 0 0 0 114 13 0 0 20 0 20 0 181465707 19566772224 155059 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
/proc/921350/statm: 4777044 155059 5885 1 0 553899 0
[pid=921350/tid=921352] ppid=921347 vsize=19108176 memory=5560 CPUtime=0.62 cores=5,7
/proc/921350/task/921352/stat : 921352 (java) R 921347 921350 920389 0 -1 4194368 6386 0 0 0 51 11 0 0 20 0 20 0 181465708 19566772224 155059 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
[pid=921350/tid=921361] ppid=921347 vsize=19108176 memory=13012 CPUtime=0 cores=5,7
/proc/921350/task/921361/stat : 921361 (Finalizer) S 921347 921350 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181465710 19566772224 155059 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
[pid=921350/tid=921368] ppid=921347 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/921350/task/921368/stat : 921368 (Common-Cleaner) S 921347 921350 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181465711 19566772224 155059 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 620236 KiB

[startup+1.50093 s]
/proc/loadavg: 4.49 2.54 1.74 8/336 921436
/proc/meminfo: memFree=118800128/131524600 swapFree=131071996/131071996
[pid=921350] ppid=921347 vsize=19108176 memory=747788 CPUtime=2.85 cores=5,7
/proc/921350/stat : 921350 (java) S 921347 921350 920389 0 -1 1077936128 21875 0 0 0 269 16 0 0 20 0 20 0 181465707 19566772224 186947 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
/proc/921350/statm: 4777044 186947 5885 1 0 557389 0
[pid=921350/tid=921352] ppid=921347 vsize=19108176 memory=0 CPUtime=1.36 cores=5,7
/proc/921350/task/921352/stat : 921352 (java) R 921347 921350 920389 0 -1 4194368 6482 0 0 0 123 13 0 0 20 0 20 0 181465708 19566772224 186947 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
[pid=921350/tid=921361] ppid=921347 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/921350/task/921361/stat : 921361 (Finalizer) S 921347 921350 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181465710 19566772224 186947 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
[pid=921350/tid=921368] ppid=921347 vsize=19108176 memory=13012 CPUtime=0 cores=5,7
/proc/921350/task/921368/stat : 921368 (Common-Cleaner) S 921347 921350 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181465711 19566772224 186947 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
[pid=921350/tid=921398] ppid=921347 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/921350/task/921398/stat : 921398 (Timer-0) S 921347 921350 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181465774 19566772224 186947 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 747788 KiB

[startup+3.10693 s]
/proc/loadavg: 4.49 2.54 1.74 7/337 921437
/proc/meminfo: memFree=117298532/131524600 swapFree=131071996/131071996
[pid=921350] ppid=921347 vsize=19108176 memory=1339728 CPUtime=6.03 cores=5,7
/proc/921350/stat : 921350 (java) S 921347 921350 920389 0 -1 1077936128 22838 0 0 0 575 28 0 0 20 0 20 0 181465707 19566772224 334932 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
/proc/921350/statm: 4777044 334932 5885 1 0 557738 0
[pid=921350/tid=921352] ppid=921347 vsize=19108176 memory=13012 CPUtime=2.91 cores=5,7
/proc/921350/task/921352/stat : 921352 (java) R 921347 921350 920389 0 -1 4194368 6887 0 0 0 268 23 0 0 20 0 20 0 181465708 19566772224 334932 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
[pid=921350/tid=921361] ppid=921347 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/921350/task/921361/stat : 921361 (Finalizer) S 921347 921350 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181465710 19566772224 334932 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
[pid=921350/tid=921368] ppid=921347 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/921350/task/921368/stat : 921368 (Common-Cleaner) S 921347 921350 920389 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 181465711 19566772224 334932 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
[pid=921350/tid=921398] ppid=921347 vsize=19108176 memory=11488 CPUtime=0 cores=5,7
/proc/921350/task/921398/stat : 921398 (Timer-0) S 921347 921350 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181465774 19566772224 334932 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
Current children cumulated CPU time: 6.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1339728 KiB

[startup+6.30026 s]
/proc/loadavg: 4.45 2.56 1.76 7/337 921437
/proc/meminfo: memFree=115446772/131524600 swapFree=131071996/131071996
[pid=921350] ppid=921347 vsize=19108176 memory=2585732 CPUtime=10.19 cores=5,7
/proc/921350/stat : 921350 (java) S 921347 921350 920389 0 -1 1077936128 34180 0 0 0 966 53 0 0 20 0 20 0 181465707 19566772224 646433 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
/proc/921350/statm: 4777044 646433 5901 1 0 958868 0
[pid=921350/tid=921352] ppid=921347 vsize=19108176 memory=0 CPUtime=5.98 cores=5,7
/proc/921350/task/921352/stat : 921352 (java) R 921347 921350 920389 0 -1 4194368 9233 0 0 0 552 46 0 0 20 0 20 0 181465708 19566772224 646433 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
[pid=921350/tid=921361] ppid=921347 vsize=19108176 memory=2636 CPUtime=0 cores=5,7
/proc/921350/task/921361/stat : 921361 (Finalizer) S 921347 921350 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181465710 19566772224 646433 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
[pid=921350/tid=921368] ppid=921347 vsize=19108176 memory=13012 CPUtime=0 cores=5,7
/proc/921350/task/921368/stat : 921368 (Common-Cleaner) S 921347 921350 920389 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 181465711 19566772224 646433 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
[pid=921350/tid=921398] ppid=921347 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/921350/task/921398/stat : 921398 (Timer-0) S 921347 921350 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181465774 19566772224 646433 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
Current children cumulated CPU time: 10.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2585732 KiB

[startup+12.7003 s]
/proc/loadavg: 4.41 2.59 1.77 5/337 921438
/proc/meminfo: memFree=114070796/131524600 swapFree=131071996/131071996
[pid=921350] ppid=921347 vsize=19108176 memory=2913508 CPUtime=16.75 cores=5,7
/proc/921350/stat : 921350 (java) S 921347 921350 920389 0 -1 1077936128 34572 0 0 0 1617 58 0 0 20 0 20 0 181465707 19566772224 728377 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
/proc/921350/statm: 4777044 728377 5901 1 0 958868 0
[pid=921350/tid=921352] ppid=921347 vsize=19108176 memory=0 CPUtime=12.23 cores=5,7
/proc/921350/task/921352/stat : 921352 (java) R 921347 921350 920389 0 -1 4194368 9421 0 0 0 1174 49 0 0 20 0 20 0 181465708 19566772224 728377 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
[pid=921350/tid=921361] ppid=921347 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/921350/task/921361/stat : 921361 (Finalizer) S 921347 921350 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181465710 19566772224 728377 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
[pid=921350/tid=921368] ppid=921347 vsize=19108176 memory=2913508 CPUtime=0 cores=5,7
/proc/921350/task/921368/stat : 921368 (Common-Cleaner) S 921347 921350 920389 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 181465711 19566772224 728377 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
[pid=921350/tid=921398] ppid=921347 vsize=19108176 memory=43380 CPUtime=0 cores=5,7
/proc/921350/task/921398/stat : 921398 (Timer-0) S 921347 921350 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181465774 19566772224 728377 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
Current children cumulated CPU time: 16.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2913508 KiB

[startup+25.5009 s]
/proc/loadavg: 4.35 2.63 1.79 5/337 921440
/proc/meminfo: memFree=113899420/131524600 swapFree=131071996/131071996
[pid=921350] ppid=921347 vsize=19108176 memory=3014044 CPUtime=29.88 cores=5,7
/proc/921350/stat : 921350 (java) S 921347 921350 920389 0 -1 1077936128 40241 0 0 0 2927 61 0 0 20 0 20 0 181465707 19566772224 753511 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
/proc/921350/statm: 4777044 753511 5901 1 0 958872 0
[pid=921350/tid=921352] ppid=921347 vsize=19108176 memory=-8672076268555248316 CPUtime=24.52 cores=5,7
/proc/921350/task/921352/stat : 921352 (java) R 921347 921350 920389 0 -1 4194368 11964 0 0 0 2402 50 0 0 20 0 20 0 181465708 19566772224 753511 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
[pid=921350/tid=921361] ppid=921347 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/921350/task/921361/stat : 921361 (Finalizer) S 921347 921350 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181465710 19566772224 753511 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
[pid=921350/tid=921368] ppid=921347 vsize=19108176 memory=11488 CPUtime=0 cores=5,7
/proc/921350/task/921368/stat : 921368 (Common-Cleaner) S 921347 921350 920389 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 181465711 19566772224 753511 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
[pid=921350/tid=921398] ppid=921347 vsize=19108176 memory=3013952 CPUtime=0 cores=5,7
/proc/921350/task/921398/stat : 921398 (Timer-0) S 921347 921350 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181465774 19566772224 753511 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
Current children cumulated CPU time: 29.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3014044 KiB

[startup+51.106 s]
/proc/loadavg: 4.28 2.78 1.87 5/338 921614
/proc/meminfo: memFree=113537632/131524600 swapFree=131071996/131071996
[pid=921350] ppid=921347 vsize=19108176 memory=3165924 CPUtime=56.2 cores=5,7
/proc/921350/stat : 921350 (java) S 921347 921350 920389 0 -1 1077936128 46490 0 0 0 5553 67 0 0 20 0 20 0 181465707 19566772224 791481 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
/proc/921350/statm: 4777044 791481 5933 1 0 958872 0
[pid=921350/tid=921352] ppid=921347 vsize=19108176 memory=0 CPUtime=49.18 cores=5,7
/proc/921350/task/921352/stat : 921352 (java) R 921347 921350 920389 0 -1 4194368 15087 0 0 0 4868 50 0 0 20 0 20 0 181465708 19566772224 791481 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
[pid=921350/tid=921361] ppid=921347 vsize=19108176 memory=18748 CPUtime=0 cores=5,7
/proc/921350/task/921361/stat : 921361 (Finalizer) S 921347 921350 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181465710 19566772224 791481 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
[pid=921350/tid=921368] ppid=921347 vsize=19108176 memory=2970852 CPUtime=0 cores=5,7
/proc/921350/task/921368/stat : 921368 (Common-Cleaner) S 921347 921350 920389 0 -1 1077936192 33 0 0 0 0 0 0 0 20 0 20 0 181465711 19566772224 791481 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0

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

[startup+3042.3 s]
/proc/loadavg: 4.55 4.83 4.60 5/330 922873
/proc/meminfo: memFree=109071876/131524600 swapFree=131071996/131071996
[pid=921350] ppid=921347 vsize=19108176 memory=4774884 CPUtime=3191.08 cores=5,7
/proc/921350/stat : 921350 (java) S 921347 921350 920389 0 -1 1077936128 500653 0 0 0 318756 352 0 0 20 0 20 0 181465707 19566772224 1193721 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
/proc/921350/statm: 4777044 1193721 5958 1 0 1207316 0
[pid=921350/tid=921352] ppid=921347 vsize=19108176 memory=43380 CPUtime=2960.84 cores=5,7
/proc/921350/task/921352/stat : 921352 (java) R 921347 921350 920389 0 -1 4194368 179401 0 0 0 295990 94 0 0 20 0 20 0 181465708 19566772224 1193721 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 10 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
[pid=921350/tid=921361] ppid=921347 vsize=19108176 memory=4774884 CPUtime=0 cores=5,7
/proc/921350/task/921361/stat : 921361 (Finalizer) S 921347 921350 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181465710 19566772224 1193721 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
[pid=921350/tid=921368] ppid=921347 vsize=19108176 memory=4774884 CPUtime=0 cores=5,7
/proc/921350/task/921368/stat : 921368 (Common-Cleaner) S 921347 921350 920389 0 -1 1077936192 2986 0 0 0 0 0 0 0 20 0 20 0 181465711 19566772224 1193721 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
[pid=921350/tid=921398] ppid=921347 vsize=19108176 memory=4774884 CPUtime=0 cores=5,7
/proc/921350/task/921398/stat : 921398 (Timer-0) S 921347 921350 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181465774 19566772224 1193721 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
Current children cumulated CPU time: 3191.08 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4774884 KiB

[startup+3102.3 s]
/proc/loadavg: 4.53 4.77 4.60 5/331 922884
/proc/meminfo: memFree=108727876/131524600 swapFree=131071996/131071996
[pid=921350] ppid=921347 vsize=19108176 memory=4774896 CPUtime=3261.12 cores=5,7
/proc/921350/stat : 921350 (java) S 921347 921350 920389 0 -1 1077936128 516656 0 0 0 325746 366 0 0 20 0 20 0 181465707 19566772224 1193724 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
/proc/921350/statm: 4777044 1193724 5958 1 0 1207316 0
[pid=921350/tid=921352] ppid=921347 vsize=19108176 memory=4774896 CPUtime=3019.58 cores=5,7
/proc/921350/task/921352/stat : 921352 (java) R 921347 921350 920389 0 -1 4194368 183990 0 0 0 301863 95 0 0 20 0 20 0 181465708 19566772224 1193724 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 10 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
[pid=921350/tid=921361] ppid=921347 vsize=19108176 memory=4774896 CPUtime=0 cores=5,7
/proc/921350/task/921361/stat : 921361 (Finalizer) S 921347 921350 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181465710 19566772224 1193724 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
[pid=921350/tid=921368] ppid=921347 vsize=19108176 memory=5560 CPUtime=0 cores=5,7
/proc/921350/task/921368/stat : 921368 (Common-Cleaner) S 921347 921350 920389 0 -1 1077936192 3038 0 0 0 0 0 0 0 20 0 20 0 181465711 19566772224 1193724 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
[pid=921350/tid=921398] ppid=921347 vsize=19108176 memory=11488 CPUtime=0 cores=5,7
/proc/921350/task/921398/stat : 921398 (Timer-0) S 921347 921350 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181465774 19566772224 1193724 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
Current children cumulated CPU time: 3261.12 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4774896 KiB

[startup+3162.3 s]
/proc/loadavg: 4.41 4.69 4.58 5/333 922898
/proc/meminfo: memFree=108609880/131524600 swapFree=131071996/131071996
[pid=921350] ppid=921347 vsize=19108176 memory=4774896 CPUtime=3330.58 cores=5,7
/proc/921350/stat : 921350 (java) S 921347 921350 920389 0 -1 1077936128 533068 0 0 0 332678 380 0 0 20 0 20 0 181465707 19566772224 1193724 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
/proc/921350/statm: 4777044 1193724 5958 1 0 1207316 0
[pid=921350/tid=921352] ppid=921347 vsize=19108176 memory=4774884 CPUtime=3078.24 cores=5,7
/proc/921350/task/921352/stat : 921352 (java) R 921347 921350 920389 0 -1 4194368 188661 0 0 0 307728 96 0 0 20 0 20 0 181465708 19566772224 1193724 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 13 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
[pid=921350/tid=921361] ppid=921347 vsize=19108176 memory=11488 CPUtime=0 cores=5,7
/proc/921350/task/921361/stat : 921361 (Finalizer) S 921347 921350 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181465710 19566772224 1193724 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
[pid=921350/tid=921368] ppid=921347 vsize=19108176 memory=4774896 CPUtime=0 cores=5,7
/proc/921350/task/921368/stat : 921368 (Common-Cleaner) S 921347 921350 920389 0 -1 1077936192 3057 0 0 0 0 0 0 0 20 0 20 0 181465711 19566772224 1193724 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
[pid=921350/tid=921398] ppid=921347 vsize=19108176 memory=2636 CPUtime=0 cores=5,7
/proc/921350/task/921398/stat : 921398 (Timer-0) S 921347 921350 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181465774 19566772224 1193724 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
Current children cumulated CPU time: 3330.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4774896 KiB

[startup+3222.3 s]
/proc/loadavg: 4.48 4.65 4.57 5/333 922909
/proc/meminfo: memFree=108124268/131524600 swapFree=131071996/131071996
[pid=921350] ppid=921347 vsize=19108176 memory=4774900 CPUtime=3400.69 cores=5,7
/proc/921350/stat : 921350 (java) S 921347 921350 920389 0 -1 1077936128 549328 0 0 0 339673 396 0 0 20 0 20 0 181465707 19566772224 1193725 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
/proc/921350/statm: 4777044 1193725 5958 1 0 1207316 0
[pid=921350/tid=921352] ppid=921347 vsize=19108176 memory=4774884 CPUtime=3136.98 cores=5,7
/proc/921350/task/921352/stat : 921352 (java) R 921347 921350 920389 0 -1 4194368 194471 0 0 0 313601 97 0 0 20 0 20 0 181465708 19566772224 1193725 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 14 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
[pid=921350/tid=921361] ppid=921347 vsize=19108176 memory=4774896 CPUtime=0 cores=5,7
/proc/921350/task/921361/stat : 921361 (Finalizer) S 921347 921350 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181465710 19566772224 1193725 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
[pid=921350/tid=921368] ppid=921347 vsize=19108176 memory=-8672076268555248316 CPUtime=0 cores=5,7
/proc/921350/task/921368/stat : 921368 (Common-Cleaner) S 921347 921350 920389 0 -1 1077936192 3110 0 0 0 0 0 0 0 20 0 20 0 181465711 19566772224 1193725 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
[pid=921350/tid=921398] ppid=921347 vsize=19108176 memory=4774896 CPUtime=0 cores=5,7
/proc/921350/task/921398/stat : 921398 (Timer-0) S 921347 921350 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181465774 19566772224 1193725 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
Current children cumulated CPU time: 3400.69 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4774900 KiB

[startup+3282.3 s]
/proc/loadavg: 4.60 4.66 4.58 6/333 922919
/proc/meminfo: memFree=108123572/131524600 swapFree=131071996/131071996
[pid=921350] ppid=921347 vsize=19108176 memory=4774900 CPUtime=3470.89 cores=5,7
/proc/921350/stat : 921350 (java) S 921347 921350 920389 0 -1 1077936128 565415 0 0 0 346680 409 0 0 20 0 20 0 181465707 19566772224 1193725 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
/proc/921350/statm: 4777044 1193725 5958 1 0 1207316 0
[pid=921350/tid=921352] ppid=921347 vsize=19108176 memory=4774900 CPUtime=3195.65 cores=5,7
/proc/921350/task/921352/stat : 921352 (java) R 921347 921350 920389 0 -1 4194368 200148 0 0 0 319467 98 0 0 20 0 20 0 181465708 19566772224 1193725 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 14 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
[pid=921350/tid=921361] ppid=921347 vsize=19108176 memory=4774900 CPUtime=0 cores=5,7
/proc/921350/task/921361/stat : 921361 (Finalizer) S 921347 921350 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181465710 19566772224 1193725 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
[pid=921350/tid=921368] ppid=921347 vsize=19108176 memory=4774900 CPUtime=0 cores=5,7
/proc/921350/task/921368/stat : 921368 (Common-Cleaner) S 921347 921350 920389 0 -1 1077936192 3179 0 0 0 0 0 0 0 20 0 20 0 181465711 19566772224 1193725 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
[pid=921350/tid=921398] ppid=921347 vsize=19108176 memory=4774900 CPUtime=0 cores=5,7
/proc/921350/task/921398/stat : 921398 (Timer-0) S 921347 921350 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181465774 19566772224 1193725 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
Current children cumulated CPU time: 3470.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4774900 KiB

[startup+3342.3 s]
/proc/loadavg: 4.59 4.63 4.57 6/333 922998
/proc/meminfo: memFree=110020608/131524600 swapFree=131071996/131071996
[pid=921350] ppid=921347 vsize=19108176 memory=4774900 CPUtime=3540.88 cores=5,7
/proc/921350/stat : 921350 (java) S 921347 921350 920389 0 -1 1077936128 581506 0 0 0 353666 422 0 0 20 0 20 0 181465707 19566772224 1193725 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
/proc/921350/statm: 4777044 1193725 5958 1 0 1207316 0
[pid=921350/tid=921352] ppid=921347 vsize=19108176 memory=4774900 CPUtime=3254.23 cores=5,7
/proc/921350/task/921352/stat : 921352 (java) R 921347 921350 920389 0 -1 4194368 206191 0 0 0 325324 99 0 0 20 0 20 0 181465708 19566772224 1193725 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 14 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
[pid=921350/tid=921361] ppid=921347 vsize=19108176 memory=11488 CPUtime=0 cores=5,7
/proc/921350/task/921361/stat : 921361 (Finalizer) S 921347 921350 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181465710 19566772224 1193725 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
[pid=921350/tid=921368] ppid=921347 vsize=19108176 memory=4774900 CPUtime=0 cores=5,7
/proc/921350/task/921368/stat : 921368 (Common-Cleaner) S 921347 921350 920389 0 -1 1077936192 3231 0 0 0 0 0 0 0 20 0 20 0 181465711 19566772224 1193725 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
[pid=921350/tid=921398] ppid=921347 vsize=19108176 memory=13012 CPUtime=0 cores=5,7
/proc/921350/task/921398/stat : 921398 (Timer-0) S 921347 921350 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181465774 19566772224 1193725 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
Current children cumulated CPU time: 3540.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4774900 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3393.11 s]
/proc/loadavg: 4.60 4.63 4.57 5/333 923008
/proc/meminfo: memFree=107010956/131524600 swapFree=131071996/131071996
[pid=921350] ppid=921347 vsize=19108176 memory=4774908 CPUtime=3600.05 cores=5,7
/proc/921350/stat : 921350 (java) S 921347 921350 920389 0 -1 1077936128 597681 0 0 0 359574 431 0 0 20 0 20 0 181465707 19566772224 1193727 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
/proc/921350/statm: 4777044 1193727 5958 1 0 1207316 0
[pid=921350/tid=921352] ppid=921347 vsize=19108176 memory=4774900 CPUtime=3303.9 cores=5,7
/proc/921350/task/921352/stat : 921352 (java) R 921347 921350 920389 0 -1 4194368 212021 0 0 0 330290 100 0 0 20 0 20 0 181465708 19566772224 1193727 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 14 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
[pid=921350/tid=921361] ppid=921347 vsize=19108176 memory=43380 CPUtime=0 cores=5,7
/proc/921350/task/921361/stat : 921361 (Finalizer) S 921347 921350 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 181465710 19566772224 1193727 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
[pid=921350/tid=921368] ppid=921347 vsize=19108176 memory=1836 CPUtime=0 cores=5,7
/proc/921350/task/921368/stat : 921368 (Common-Cleaner) S 921347 921350 920389 0 -1 1077936192 3288 0 0 0 0 0 0 0 20 0 20 0 181465711 19566772224 1193727 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
[pid=921350/tid=921398] ppid=921347 vsize=19108176 memory=4774904 CPUtime=0 cores=5,7
/proc/921350/task/921398/stat : 921398 (Timer-0) S 921347 921350 920389 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 181465774 19566772224 1193727 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4774908 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.9 s, system=4.33742 s

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

[startup+3393.21 s]
/proc/loadavg: 4.60 4.63 4.57 5/333 923008
/proc/meminfo: memFree=107010956/131524600 swapFree=131071996/131071996
[pid=921350] ppid=921347 vsize=19307868 memory=4775632 CPUtime=3600.21 cores=5,7
/proc/921350/stat : 921350 (java) S 921347 921350 920389 0 -1 1077936128 599804 0 0 0 359589 432 0 0 20 0 21 0 181465707 19771256832 1193908 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
/proc/921350/statm: 4826967 1193908 5957 1 0 1208241 0
[pid=921350/tid=921352] ppid=921347 vsize=19307868 memory=11624 CPUtime=3303.92 cores=5,7
/proc/921350/task/921352/stat : 921352 (java) S 921347 921350 920389 0 -1 1077936192 212070 0 0 0 330292 100 0 0 20 0 21 0 181465708 19771256832 1193908 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 14 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
[pid=921350/tid=921361] ppid=921347 vsize=19307868 memory=4774904 CPUtime=0 cores=5,7
/proc/921350/task/921361/stat : 921361 (Finalizer) S 921347 921350 920389 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 181465710 19771256832 1193908 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
[pid=921350/tid=921368] ppid=921347 vsize=19307868 memory=33508 CPUtime=0 cores=5,7
/proc/921350/task/921368/stat : 921368 (Common-Cleaner) S 921347 921350 920389 0 -1 1077936192 3288 0 0 0 0 0 0 0 20 0 21 0 181465711 19771256832 1193908 134679101440 94568522575872 94568522579568 140730013120096 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94568522587384 94568522588176 94568548503552 140730013123567 140730013123680 140730013123680 140730013130696 0
Current children cumulated CPU time: 3600.21 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 4775632 KiB

Child status: 143

Real time (s): 3393.24
CPU time (s): 3600.24
CPU user time (s): 3595.9
CPU system time (s): 4.33742
CPU usage (%): 106.1
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 4775632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.9
system time used= 4.33742
maximum resident set size= 4776420
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 599969
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 138797
involuntary context switches= 19308


# summary of solver processes directly reported to runsolver:
#   pid: 921350
#   total CPU time (s): 3600.24
#   total CPU user time (s): 3595.9
#   total CPU system time (s): 4.33742

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.04414 second user time and 17.1102 second system time

The end

Launcher Data

Begin job on nodeC016 at 2024-07-18 10:57:43
IDJOB=4441865
IDBENCH=147755
IDSOLVER=3046
FILE ID=nodeC016/4441865-1721293051
RUNJOBID= nodeC016-1721292927-920403
SLURM_JOB_ID= 7542586
Free space on /tmp= 890052 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:1-13.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4441865-1721293051/watcher-4441865-1721293051 -o /tmp/evaluation-result-4441865-1721293051/solver-4441865-1721293051 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721292927-920403 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4441865-1721293051.opb

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

MD5SUM BENCH= 0255b3d891da2276599e5fcb43348962
RANDOM SEED=267633231

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		: 3599.849
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		: 3660.532
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		: 3611.538
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		: 3600.380
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		: 3611.538
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		: 3660.587
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		: 3599.931
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		: 3645.833
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:        117589464 kB
MemAvailable:   121121744 kB
Buffers:          328856 kB
Cached:          4041524 kB
SwapCached:            0 kB
Active:           520960 kB
Inactive:       12794384 kB
Active(anon):       1560 kB
Inactive(anon):  8981116 kB
Active(file):     519400 kB
Inactive(file):  3813268 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1976 kB
Writeback:            12 kB
AnonPages:       8943524 kB
Mapped:           125824 kB
Shmem:             37720 kB
KReclaimable:      78516 kB
Slab:             186468 kB
SReclaimable:      78516 kB
SUnreclaim:       107952 kB
KernelStack:        5052 kB
PageTables:        27560 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   11841832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            68768 kB
HardwareCorrupted:     0 kB
AnonHugePages:   8638464 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 11:54:16