Trace number 4427375

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Partial RoundingSAT 2024 2024-07-12? (TO) 3600.6 3353.32

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-par32-2.opb
MD5SUM58d046e1e41ee9602d09224f38506b42
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6352
Total number of constraints13429
Number of constraints which are clauses13429
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 6352
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6352
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6352
Number of bits of the biggest sum of numbers13
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.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: ASSIGNED
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Armin Biere (Picosat) restarts strategy
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4427375-1720994536.opb
0.13/0.16	c reading problem ... 
0.13/0.16	c  objective function found
0.70/0.49	c ... done. Wall clock time 0.338s.
0.70/0.49	c declared #vars     6352
0.70/0.49	c #constraints  13429
0.70/0.49	c constraints type 
0.70/0.49	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6071
0.70/0.49	c org.sat4j.specs.Constr$1 => 122
0.70/0.49	c org.sat4j.pb.constraints.pb.UnitClausePB => 282
0.70/0.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6954
0.70/0.49	c 13429 constraints processed.
0.70/0.50	c objective function length is 6352 literals
7.62/6.16	c cleaning 0 clauses out of 5000 with flag 0/5000
15.29/13.76	c cleaning 0 clauses out of 11001 with flag 0/11001
25.34/23.66	c cleaning 0 clauses out of 18000 with flag 0/18000
37.06/35.45	c cleaning 0 clauses out of 26001 with flag 0/26001
50.96/49.56	c cleaning 0 clauses out of 35000 with flag 0/35000
65.74/64.38	c cleaning 0 clauses out of 45000 with flag 0/45000
81.76/80.23	c cleaning 0 clauses out of 56000 with flag 0/56000
98.83/97.33	c cleaning 0 clauses out of 68000 with flag 0/68000
117.66/116.17	c cleaning 0 clauses out of 81000 with flag 0/81000
138.39/136.89	c cleaning 0 clauses out of 95000 with flag 0/95000
161.50/159.91	c cleaning 0 clauses out of 110000 with flag 0/110000
186.89/185.32	c cleaning 0 clauses out of 126001 with flag 0/126001
213.71/212.15	c cleaning 0 clauses out of 143001 with flag 0/143001
242.91/241.34	c cleaning 0 clauses out of 161000 with flag 0/161000
275.09/273.51	c cleaning 0 clauses out of 180001 with flag 0/180001
309.28/307.71	c cleaning 0 clauses out of 200000 with flag 0/200000
344.96/343.42	c cleaning 0 clauses out of 221000 with flag 0/221000
381.86/380.36	c cleaning 0 clauses out of 243001 with flag 0/243001
422.18/420.67	c cleaning 0 clauses out of 266000 with flag 0/266000
465.25/463.65	c cleaning 0 clauses out of 290002 with flag 0/290002
511.16/509.58	c cleaning 0 clauses out of 315000 with flag 0/315000
558.54/556.98	c cleaning 0 clauses out of 341001 with flag 0/341001
608.05/606.49	c cleaning 0 clauses out of 368000 with flag 0/368000
663.94/662.37	c cleaning 0 clauses out of 396000 with flag 0/396000
724.98/723.66	c cleaning 0 clauses out of 425001 with flag 0/425001
786.27/785.30	c cleaning 0 clauses out of 455001 with flag 0/455001
849.63/848.76	c cleaning 0 clauses out of 486001 with flag 0/486001
915.79/914.99	c cleaning 0 clauses out of 518000 with flag 0/518000
984.50/983.63	c cleaning 0 clauses out of 551001 with flag 0/551001
1054.63/1053.87	c cleaning 0 clauses out of 585000 with flag 0/585000
1136.28/1135.55	c cleaning 0 clauses out of 620000 with flag 0/620000
1219.39/1218.60	c cleaning 0 clauses out of 656002 with flag 0/656002
1304.62/1304.10	c cleaning 0 clauses out of 693001 with flag 0/693001
1393.20/1392.86	c cleaning 0 clauses out of 731001 with flag 0/731001
1484.48/1484.17	c cleaning 0 clauses out of 770001 with flag 0/770001
1584.34/1584.24	c cleaning 0 clauses out of 810000 with flag 0/810000
1684.98/1684.94	c cleaning 0 clauses out of 851001 with flag 0/851001
1792.83/1792.81	c cleaning 0 clauses out of 893001 with flag 0/893001
1886.82/1883.57	c cleaning 0 clauses out of 936002 with flag 0/936002
1986.39/1976.56	c cleaning 0 clauses out of 980001 with flag 0/980001
2098.07/2077.08	c cleaning 0 clauses out of 1025000 with flag 0/1025000
2215.59/2184.12	c cleaning 0 clauses out of 1071001 with flag 0/1071001
2337.85/2292.78	c cleaning 0 clauses out of 1118000 with flag 0/1118000
2464.43/2405.15	c cleaning 0 clauses out of 1166000 with flag 0/1166000
2612.26/2529.13	c cleaning 0 clauses out of 1215001 with flag 0/1215001
2765.81/2656.51	c cleaning 0 clauses out of 1265001 with flag 0/1265001
2932.68/2795.27	c cleaning 0 clauses out of 1316000 with flag 0/1316000
3098.74/2936.12	c cleaning 0 clauses out of 1368000 with flag 0/1368000
3269.55/3077.68	c cleaning 0 clauses out of 1421000 with flag 0/1421000
3452.06/3231.43	c cleaning 0 clauses out of 1475001 with flag 0/1475001
3600.18/3353.20	c starts		: 207
3600.18/3353.20	c conflicts		: 1519829
3600.18/3353.20	c decisions		: 1572684
3600.18/3353.20	c propagations		: 1740265717
3600.18/3353.20	c inspects		: 14959991175
3600.18/3353.20	c shortcuts		: 0
3600.18/3353.20	c learnt literals	: 0
3600.18/3353.20	c learnt binary clauses	: 70
3600.18/3353.20	c learnt ternary clauses	: 10
3600.18/3353.20	c learnt constraints	: 1519828
3600.18/3353.20	c ignored constraints	: 0
3600.18/3353.20	c root simplifications	: 0
3600.18/3353.20	c removed literals (reason simplification)	: 0
3600.18/3353.20	c reason swapping (by a shorter reason)	: 0
3600.18/3353.20	c Calls to reduceDB	: 50
3600.18/3353.20	c Number of update (reduction) of LBD	: 0
3600.18/3353.20	c Imported unit clauses	: 0
3600.18/3353.20	c No decision after first conflict	: false
3600.18/3353.20	c number of reductions to clauses (during analyze)	: 0
3600.18/3353.20	c number of learned constraints concerned by reduction	: 0
3600.18/3353.20	c number of learning phase by resolution	: 0
3600.18/3353.20	c number of learning phase by cutting planes	: 0
3600.18/3353.20	c number of rounding to 1 operations	: 0
3600.18/3353.20	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.18/3353.20	c number of reductions of the coefficients by power 2 	: 0
3600.18/3353.20	c number of right shift for reduction by power 2 	: 0
3600.18/3353.20	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.18/3353.20	c number of ending skipping 	: 0
3600.18/3353.20	c number of internal skipping 	: 0
3600.18/3353.20	c number of derivation steps 	: 944435347
3600.18/3353.20	c number of skipped derivation steps 	: 0
3600.18/3353.20	c number of remaining unassigned 	: 0
3600.18/3353.21	c number of remaining assigned 	: 0
3600.18/3353.21	c number of falsified literals weakened from reason	: 0
3600.18/3353.21	c number of falsified literals weakened from conflict	: 0
3600.18/3353.21	c time for arithmetic operations	: 0
3600.18/3353.21	c minimum degree of deleted constraints	: null
3600.18/3353.21	c maximum degree of deleted constraints	: null
3600.18/3353.21	c number of deleted constraints	: 0
3600.18/3353.21	c speed (assignments/second)	: 519068.5981620619
3600.18/3353.21	c non guided choices	: 0
3600.40/3353.22	c timeout
3600.56/3353.30	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1519758
3600.56/3353.30	c learnt constraints type org.sat4j.pb.constraints.pb.LearntBinaryClausePB	: 70
3600.56/3353.30	s UNKNOWN
3600.56/3353.30	c Total wall clock time (in seconds): 3353.156

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427375-1720994536/watcher-4427375-1720994536 -o /tmp/evaluation-result-4427375-1720994536/solver-4427375-1720994536 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1720994549-769723 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427375-1720994536.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=769773, runsolver pid=769770

[startup+0.102622 s]*
/proc/loadavg: 0.10 0.10 0.09 13/302 769823
/proc/meminfo: memFree=127351212/131524600 swapFree=131071996/131071996
[pid=769773] ppid=769770 vsize=18975048 memory=64752 CPUtime=0.13 cores=0,2
/proc/769773/stat : 769773 (java) S 769770 769773 769713 0 -1 1077936128 7080 0 0 0 11 2 0 0 20 0 18 0 151618517 19430449152 16188 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
/proc/769773/statm: 4743762 16188 5701 1 0 549373 0
[pid=769773/tid=769775] ppid=769770 vsize=18975048 memory=4026532157 CPUtime=0.08 cores=0,2
/proc/769773/task/769775/stat : 769775 (java) R 769770 769773 769713 0 -1 4194368 5645 0 0 0 7 1 0 0 20 0 18 0 151618517 19430449152 16188 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
[pid=769773/tid=769813] ppid=769770 vsize=18975048 memory=215671374179 CPUtime=0 cores=0,2
/proc/769773/task/769813/stat : 769813 (Finalizer) S 769770 769773 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151618520 19430449152 16188 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
[pid=769773/tid=769823] ppid=769770 vsize=18975048 memory=14418102955825768 CPUtime=0 cores=0,2
/proc/769773/task/769823/stat : 769823 (Common-Cleaner) S 769770 769773 769713 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151618521 19430449152 16188 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64752 KiB

[startup+0.207393 s]*
/proc/loadavg: 0.10 0.10 0.09 12/326 769856
/proc/meminfo: memFree=127279444/131524600 swapFree=131071996/131071996
[pid=769773] ppid=769770 vsize=18975048 memory=85560 CPUtime=0.33 cores=0,2
/proc/769773/stat : 769773 (java) S 769770 769773 769713 0 -1 1077936128 7577 0 0 0 30 3 0 0 20 0 18 0 151618517 19430449152 21390 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
/proc/769773/statm: 4743762 21390 5850 1 0 549679 0
[pid=769773/tid=769775] ppid=769770 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=0,2
/proc/769773/task/769775/stat : 769775 (java) R 769770 769773 769713 0 -1 4194368 5917 0 0 0 16 2 0 0 20 0 18 0 151618517 19430449152 21390 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
[pid=769773/tid=769813] ppid=769770 vsize=18975048 memory=17986 CPUtime=0 cores=0,2
/proc/769773/task/769813/stat : 769813 (Finalizer) S 769770 769773 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151618520 19430449152 21390 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
[pid=769773/tid=769823] ppid=769770 vsize=18975048 memory=13855165887284967 CPUtime=0 cores=0,2
/proc/769773/task/769823/stat : 769823 (Common-Cleaner) S 769770 769773 769713 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151618521 19430449152 21390 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 85560 KiB

[startup+0.312407 s]*
/proc/loadavg: 0.10 0.10 0.09 11/308 769862
/proc/meminfo: memFree=127221456/131524600 swapFree=131071996/131071996
[pid=769773] ppid=769770 vsize=19041612 memory=165412 CPUtime=0.52 cores=0,2
/proc/769773/stat : 769773 (java) S 769770 769773 769713 0 -1 1077936128 9662 0 0 0 48 4 0 0 20 0 19 0 151618517 19498610688 41353 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
/proc/769773/statm: 4760403 41353 5881 1 0 551325 0
[pid=769773/tid=769775] ppid=769770 vsize=19041612 memory=-8888524993660887740 CPUtime=0.25 cores=0,2
/proc/769773/task/769775/stat : 769775 (java) R 769770 769773 769713 0 -1 4194368 5964 0 0 0 23 2 0 0 20 0 19 0 151618517 19498610688 41353 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
[pid=769773/tid=769813] ppid=769770 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/769773/task/769813/stat : 769813 (Finalizer) S 769770 769773 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151618520 19498610688 41353 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
[pid=769773/tid=769823] ppid=769770 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/769773/task/769823/stat : 769823 (Common-Cleaner) S 769770 769773 769713 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151618521 19498610688 41353 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 165412 KiB

[startup+0.700219 s]
/proc/loadavg: 0.10 0.10 0.09 6/287 769879
/proc/meminfo: memFree=126934812/131524600 swapFree=131071996/131071996
[pid=769773] ppid=769770 vsize=19108176 memory=516520 CPUtime=1.26 cores=0,2
/proc/769773/stat : 769773 (java) S 769770 769773 769713 0 -1 1077936128 14086 0 0 0 114 12 0 0 20 0 20 0 151618517 19566772224 129130 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
/proc/769773/statm: 4777044 129130 5950 1 0 553651 0
[pid=769773/tid=769775] ppid=769770 vsize=19108176 memory=38948 CPUtime=0.57 cores=0,2
/proc/769773/task/769775/stat : 769775 (java) R 769770 769773 769713 0 -1 4194368 6247 0 0 0 48 9 0 0 20 0 20 0 151618517 19566772224 129130 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
[pid=769773/tid=769813] ppid=769770 vsize=19108176 memory=13072 CPUtime=0 cores=0,2
/proc/769773/task/769813/stat : 769813 (Finalizer) S 769770 769773 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618520 19566772224 129130 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
[pid=769773/tid=769823] ppid=769770 vsize=19108176 memory=2280 CPUtime=0 cores=0,2
/proc/769773/task/769823/stat : 769823 (Common-Cleaner) S 769770 769773 769713 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151618521 19566772224 129130 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 516520 KiB

[startup+1.50039 s]
/proc/loadavg: 0.10 0.10 0.09 6/265 769961
/proc/meminfo: memFree=126919908/131524600 swapFree=131071996/131071996
[pid=769773] ppid=769770 vsize=19108176 memory=744452 CPUtime=2.85 cores=0,2
/proc/769773/stat : 769773 (java) S 769770 769773 769713 0 -1 1077936128 20452 0 0 0 268 17 0 0 20 0 20 0 151618517 19566772224 186113 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
/proc/769773/statm: 4777044 186113 5950 1 0 556983 0
[pid=769773/tid=769775] ppid=769770 vsize=19108176 memory=0 CPUtime=1.35 cores=0,2
/proc/769773/task/769775/stat : 769775 (java) R 769770 769773 769713 0 -1 4194368 6377 0 0 0 122 13 0 0 20 0 20 0 151618517 19566772224 186113 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
[pid=769773/tid=769813] ppid=769770 vsize=19108176 memory=13072 CPUtime=0 cores=0,2
/proc/769773/task/769813/stat : 769813 (Finalizer) S 769770 769773 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618520 19566772224 186113 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
[pid=769773/tid=769823] ppid=769770 vsize=19108176 memory=33 CPUtime=0 cores=0,2
/proc/769773/task/769823/stat : 769823 (Common-Cleaner) S 769770 769773 769713 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151618521 19566772224 186113 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
[pid=769773/tid=769880] ppid=769770 vsize=19108176 memory=11436 CPUtime=0 cores=0,2
/proc/769773/task/769880/stat : 769880 (Timer-0) S 769770 769773 769713 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151618570 19566772224 186113 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 744452 KiB

[startup+3.1064 s]
/proc/loadavg: 0.73 0.23 0.13 8/331 770059
/proc/meminfo: memFree=120960120/131524600 swapFree=131071996/131071996
[pid=769773] ppid=769770 vsize=19108176 memory=806160 CPUtime=4.6 cores=0,2
/proc/769773/stat : 769773 (java) S 769770 769773 769713 0 -1 1077936128 20667 0 0 0 441 19 0 0 20 0 20 0 151618517 19566772224 201540 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
/proc/769773/statm: 4777044 201540 5950 1 0 557003 0
[pid=769773/tid=769775] ppid=769770 vsize=19108176 memory=13072 CPUtime=2.93 cores=0,2
/proc/769773/task/769775/stat : 769775 (java) R 769770 769773 769713 0 -1 4194368 6532 0 0 0 279 14 0 0 20 0 20 0 151618517 19566772224 201540 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
[pid=769773/tid=769813] ppid=769770 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/769773/task/769813/stat : 769813 (Finalizer) S 769770 769773 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618520 19566772224 201540 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
[pid=769773/tid=769823] ppid=769770 vsize=19108176 memory=11436 CPUtime=0 cores=0,2
/proc/769773/task/769823/stat : 769823 (Common-Cleaner) S 769770 769773 769713 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151618521 19566772224 201540 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
[pid=769773/tid=769880] ppid=769770 vsize=19108176 memory=631560 CPUtime=0 cores=0,2
/proc/769773/task/769880/stat : 769880 (Timer-0) S 769770 769773 769713 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151618570 19566772224 201540 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
Current children cumulated CPU time: 4.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 806160 KiB

[startup+6.30039 s]
/proc/loadavg: 0.73 0.23 0.13 6/331 770061
/proc/meminfo: memFree=119427192/131524600 swapFree=131071996/131071996
[pid=769773] ppid=769770 vsize=19108176 memory=1213924 CPUtime=7.84 cores=0,2
/proc/769773/stat : 769773 (java) S 769770 769773 769713 0 -1 1077936128 27166 0 0 0 757 27 0 0 20 0 20 0 151618517 19566772224 303481 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
/proc/769773/statm: 4777044 303481 5950 1 0 557051 0
[pid=769773/tid=769775] ppid=769770 vsize=19108176 memory=0 CPUtime=6.09 cores=0,2
/proc/769773/task/769775/stat : 769775 (java) R 769770 769773 769713 0 -1 4194368 8160 0 0 0 587 22 0 0 20 0 20 0 151618517 19566772224 303481 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
[pid=769773/tid=769813] ppid=769770 vsize=19108176 memory=13072 CPUtime=0 cores=0,2
/proc/769773/task/769813/stat : 769813 (Finalizer) S 769770 769773 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618520 19566772224 303481 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
[pid=769773/tid=769823] ppid=769770 vsize=19108176 memory=38948 CPUtime=0 cores=0,2
/proc/769773/task/769823/stat : 769823 (Common-Cleaner) S 769770 769773 769713 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151618521 19566772224 303481 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
[pid=769773/tid=769880] ppid=769770 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/769773/task/769880/stat : 769880 (Timer-0) S 769770 769773 769713 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151618570 19566772224 303481 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
Current children cumulated CPU time: 7.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1213924 KiB

[startup+12.7004 s]
/proc/loadavg: 1.07 0.31 0.16 6/332 770062
/proc/meminfo: memFree=118374192/131524600 swapFree=131071996/131071996
[pid=769773] ppid=769770 vsize=19108176 memory=1322496 CPUtime=14.29 cores=0,2
/proc/769773/stat : 769773 (java) S 769770 769773 769713 0 -1 1077936128 28080 0 0 0 1399 30 0 0 20 0 20 0 151618517 19566772224 330624 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
/proc/769773/statm: 4777044 330624 5950 1 0 557055 0
[pid=769773/tid=769775] ppid=769770 vsize=19108176 memory=1322496 CPUtime=12.4 cores=0,2
/proc/769773/task/769775/stat : 769775 (java) R 769770 769773 769713 0 -1 4194368 8656 0 0 0 1216 24 0 0 20 0 20 0 151618517 19566772224 330624 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
[pid=769773/tid=769813] ppid=769770 vsize=19108176 memory=1322492 CPUtime=0 cores=0,2
/proc/769773/task/769813/stat : 769813 (Finalizer) S 769770 769773 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618520 19566772224 330624 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
[pid=769773/tid=769823] ppid=769770 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/769773/task/769823/stat : 769823 (Common-Cleaner) S 769770 769773 769713 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 20 0 151618521 19566772224 330624 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
[pid=769773/tid=769880] ppid=769770 vsize=19108176 memory=13072 CPUtime=0 cores=0,2
/proc/769773/task/769880/stat : 769880 (Timer-0) S 769770 769773 769713 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151618570 19566772224 330624 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
Current children cumulated CPU time: 14.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1322496 KiB

[startup+25.5014 s]
/proc/loadavg: 2.01 0.55 0.24 5/332 770065
/proc/meminfo: memFree=117911736/131524600 swapFree=131071996/131071996
[pid=769773] ppid=769770 vsize=19108176 memory=1332948 CPUtime=27.24 cores=0,2
/proc/769773/stat : 769773 (java) S 769770 769773 769713 0 -1 1077936128 39452 0 0 0 2691 33 0 0 20 0 20 0 151618517 19566772224 333237 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
/proc/769773/statm: 4777044 333237 5950 1 0 557603 0
[pid=769773/tid=769775] ppid=769770 vsize=19108176 memory=0 CPUtime=25 cores=0,2
/proc/769773/task/769775/stat : 769775 (java) R 769770 769773 769713 0 -1 4194368 10515 0 0 0 2475 25 0 0 20 0 20 0 151618517 19566772224 333237 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
[pid=769773/tid=769813] ppid=769770 vsize=19108176 memory=1326744 CPUtime=0 cores=0,2
/proc/769773/task/769813/stat : 769813 (Finalizer) S 769770 769773 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618520 19566772224 333237 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
[pid=769773/tid=769823] ppid=769770 vsize=19108176 memory=-9175630569417384636 CPUtime=0 cores=0,2
/proc/769773/task/769823/stat : 769823 (Common-Cleaner) S 769770 769773 769713 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 20 0 151618521 19566772224 333237 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
[pid=769773/tid=769880] ppid=769770 vsize=19108176 memory=11436 CPUtime=0 cores=0,2
/proc/769773/task/769880/stat : 769880 (Timer-0) S 769770 769773 769713 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151618570 19566772224 333237 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
Current children cumulated CPU time: 27.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1332948 KiB

[startup+51.1064 s]
/proc/loadavg: 2.90 0.88 0.36 5/333 770071
/proc/meminfo: memFree=117157936/131524600 swapFree=131071996/131071996
[pid=769773] ppid=769770 vsize=19108176 memory=1347576 CPUtime=52.56 cores=0,2
/proc/769773/stat : 769773 (java) S 769770 769773 769713 0 -1 1077936128 44470 0 0 0 5221 35 0 0 20 0 20 0 151618517 19566772224 336894 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
/proc/769773/statm: 4777044 336894 5963 1 0 557603 0
[pid=769773/tid=769775] ppid=769770 vsize=19108176 memory=-9175630569417384636 CPUtime=50.07 cores=0,2
/proc/769773/task/769775/stat : 769775 (java) R 769770 769773 769713 0 -1 4194368 12885 0 0 0 4982 25 0 0 20 0 20 0 151618517 19566772224 336894 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 10 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
[pid=769773/tid=769813] ppid=769770 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/769773/task/769813/stat : 769813 (Finalizer) S 769770 769773 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618520 19566772224 336894 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
[pid=769773/tid=769823] ppid=769770 vsize=19108176 memory=1339096 CPUtime=0 cores=0,2
/proc/769773/task/769823/stat : 769823 (Common-Cleaner) S 769770 769773 769713 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 20 0 151618521 19566772224 336894 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0

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

Current children cumulated memory: 2416824 KiB

[startup+3102.3 s]
/proc/loadavg: 4.42 4.58 4.60 6/333 772061
/proc/meminfo: memFree=114479532/131524600 swapFree=131071996/131071996
[pid=769773] ppid=769770 vsize=19108176 memory=2458408 CPUtime=3297.91 cores=0,2
/proc/769773/stat : 769773 (java) S 769770 769773 769713 0 -1 1077936128 320708 0 0 0 329239 552 0 0 20 0 20 0 151618517 19566772224 614602 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
/proc/769773/statm: 4777044 614602 5976 1 0 625464 0
[pid=769773/tid=769775] ppid=769770 vsize=19108176 memory=38948 CPUtime=3065.48 cores=0,2
/proc/769773/task/769775/stat : 769775 (java) R 769770 769773 769713 0 -1 4194368 139831 0 0 0 306496 52 0 0 20 0 20 0 151618517 19566772224 614602 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 48 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
[pid=769773/tid=769813] ppid=769770 vsize=19108176 memory=2425276 CPUtime=0 cores=0,2
/proc/769773/task/769813/stat : 769813 (Finalizer) S 769770 769773 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618520 19566772224 614602 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
[pid=769773/tid=769823] ppid=769770 vsize=19108176 memory=2458408 CPUtime=0 cores=0,2
/proc/769773/task/769823/stat : 769823 (Common-Cleaner) S 769770 769773 769713 0 -1 1077936192 2263 0 0 0 0 0 0 0 20 0 20 0 151618521 19566772224 614602 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
[pid=769773/tid=769880] ppid=769770 vsize=19108176 memory=2458408 CPUtime=0 cores=0,2
/proc/769773/task/769880/stat : 769880 (Timer-0) S 769770 769773 769713 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151618570 19566772224 614602 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
Current children cumulated CPU time: 3297.91 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2458408 KiB

[startup+3162.3 s]
/proc/loadavg: 4.28 4.52 4.58 5/335 772455
/proc/meminfo: memFree=114430468/131524600 swapFree=131071996/131071996
[pid=769773] ppid=769770 vsize=19108176 memory=2483560 CPUtime=3368.56 cores=0,2
/proc/769773/stat : 769773 (java) S 769770 769773 769713 0 -1 1077936128 330869 0 0 0 336282 574 0 0 20 0 20 0 151618517 19566772224 620890 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
/proc/769773/statm: 4777044 620890 5976 1 0 631731 0
[pid=769773/tid=769775] ppid=769770 vsize=19108176 memory=2466896 CPUtime=3124.75 cores=0,2
/proc/769773/task/769775/stat : 769775 (java) R 769770 769773 769713 0 -1 4194368 144405 0 0 0 312423 52 0 0 20 0 20 0 151618517 19566772224 620890 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 48 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
[pid=769773/tid=769813] ppid=769770 vsize=19108176 memory=2466896 CPUtime=0 cores=0,2
/proc/769773/task/769813/stat : 769813 (Finalizer) S 769770 769773 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618520 19566772224 620890 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
[pid=769773/tid=769823] ppid=769770 vsize=19108176 memory=2483560 CPUtime=0 cores=0,2
/proc/769773/task/769823/stat : 769823 (Common-Cleaner) S 769770 769773 769713 0 -1 1077936192 2295 0 0 0 0 0 0 0 20 0 20 0 151618521 19566772224 620890 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
[pid=769773/tid=769880] ppid=769770 vsize=19108176 memory=2483560 CPUtime=0 cores=0,2
/proc/769773/task/769880/stat : 769880 (Timer-0) S 769770 769773 769713 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151618570 19566772224 620890 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
Current children cumulated CPU time: 3368.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2483560 KiB

[startup+3222.3 s]
/proc/loadavg: 4.26 4.47 4.56 5/334 772465
/proc/meminfo: memFree=114306972/131524600 swapFree=131071996/131071996
[pid=769773] ppid=769770 vsize=19108176 memory=2525184 CPUtime=3441.3 cores=0,2
/proc/769773/stat : 769773 (java) S 769770 769773 769713 0 -1 1077936128 341340 0 0 0 343529 601 0 0 20 0 20 0 151618517 19566772224 631296 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
/proc/769773/statm: 4777044 631296 5976 1 0 642174 0
[pid=769773/tid=769775] ppid=769770 vsize=19108176 memory=2466896 CPUtime=3183.95 cores=0,2
/proc/769773/task/769775/stat : 769775 (java) R 769770 769773 769713 0 -1 4194368 149269 0 0 0 318342 53 0 0 20 0 20 0 151618517 19566772224 631296 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 48 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
[pid=769773/tid=769813] ppid=769770 vsize=19108176 memory=1816 CPUtime=0 cores=0,2
/proc/769773/task/769813/stat : 769813 (Finalizer) S 769770 769773 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618520 19566772224 631296 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
[pid=769773/tid=769823] ppid=769770 vsize=19108176 memory=2508632 CPUtime=0 cores=0,2
/proc/769773/task/769823/stat : 769823 (Common-Cleaner) S 769770 769773 769713 0 -1 1077936192 2327 0 0 0 0 0 0 0 20 0 20 0 151618521 19566772224 631296 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
[pid=769773/tid=769880] ppid=769770 vsize=19108176 memory=2508632 CPUtime=0 cores=0,2
/proc/769773/task/769880/stat : 769880 (Timer-0) S 769770 769773 769713 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151618570 19566772224 631296 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
Current children cumulated CPU time: 3441.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2525184 KiB

[startup+3282.3 s]
/proc/loadavg: 4.39 4.47 4.55 5/332 772475
/proc/meminfo: memFree=114261664/131524600 swapFree=131071996/131071996
[pid=769773] ppid=769770 vsize=19108176 memory=2550284 CPUtime=3514.51 cores=0,2
/proc/769773/stat : 769773 (java) S 769770 769773 769713 0 -1 1077936128 351914 0 0 0 350819 632 0 0 20 0 20 0 151618517 19566772224 637571 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
/proc/769773/statm: 4777044 637571 5976 1 0 648441 0
[pid=769773/tid=769775] ppid=769770 vsize=19108176 memory=2542028 CPUtime=3243.34 cores=0,2
/proc/769773/task/769775/stat : 769775 (java) R 769770 769773 769713 0 -1 4194368 154177 0 0 0 324280 54 0 0 20 0 20 0 151618517 19566772224 637571 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 49 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
[pid=769773/tid=769813] ppid=769770 vsize=19108176 memory=8140 CPUtime=0 cores=0,2
/proc/769773/task/769813/stat : 769813 (Finalizer) S 769770 769773 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618520 19566772224 637571 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
[pid=769773/tid=769823] ppid=769770 vsize=19108176 memory=2550284 CPUtime=0 cores=0,2
/proc/769773/task/769823/stat : 769823 (Common-Cleaner) S 769770 769773 769713 0 -1 1077936192 2347 0 0 0 0 0 0 0 20 0 20 0 151618521 19566772224 637571 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
[pid=769773/tid=769880] ppid=769770 vsize=19108176 memory=31592 CPUtime=0 cores=0,2
/proc/769773/task/769880/stat : 769880 (Timer-0) S 769770 769773 769713 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151618570 19566772224 637571 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
Current children cumulated CPU time: 3514.51 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2550284 KiB

[startup+3342.3 s]
/proc/loadavg: 4.37 4.46 4.54 5/333 772655
/proc/meminfo: memFree=114219240/131524600 swapFree=131071996/131071996
[pid=769773] ppid=769770 vsize=19108176 memory=2592180 CPUtime=3586.45 cores=0,2
/proc/769773/stat : 769773 (java) S 769770 769773 769713 0 -1 1077936128 362623 0 0 0 357988 657 0 0 20 0 20 0 151618517 19566772224 648045 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
/proc/769773/statm: 4777044 648045 5976 1 0 658886 0
[pid=769773/tid=769775] ppid=769770 vsize=19108176 memory=39324 CPUtime=3302.65 cores=0,2
/proc/769773/task/769775/stat : 769775 (java) R 769770 769773 769713 0 -1 4194368 158457 0 0 0 330210 55 0 0 20 0 20 0 151618517 19566772224 648045 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 49 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
[pid=769773/tid=769813] ppid=769770 vsize=19108176 memory=32188 CPUtime=0 cores=0,2
/proc/769773/task/769813/stat : 769813 (Finalizer) S 769770 769773 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618520 19566772224 648045 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
[pid=769773/tid=769823] ppid=769770 vsize=19108176 memory=11436 CPUtime=0 cores=0,2
/proc/769773/task/769823/stat : 769823 (Common-Cleaner) S 769770 769773 769713 0 -1 1077936192 2379 0 0 0 0 0 0 0 20 0 20 0 151618521 19566772224 648045 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
[pid=769773/tid=769880] ppid=769770 vsize=19108176 memory=2583784 CPUtime=0 cores=0,2
/proc/769773/task/769880/stat : 769880 (Timer-0) S 769770 769773 769713 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151618570 19566772224 648045 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
Current children cumulated CPU time: 3586.45 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2592180 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3353.11 s]
/proc/loadavg: 4.31 4.44 4.53 6/333 772657
/proc/meminfo: memFree=114219444/131524600 swapFree=131071996/131071996
[pid=769773] ppid=769770 vsize=19108176 memory=2592268 CPUtime=3600.18 cores=0,2
/proc/769773/stat : 769773 (java) S 769770 769773 769713 0 -1 1077936128 368468 0 0 0 359352 666 0 0 20 0 20 0 151618517 19566772224 648067 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
/proc/769773/statm: 4777044 648067 5976 1 0 658886 0
[pid=769773/tid=769775] ppid=769770 vsize=19108176 memory=39324 CPUtime=3313.29 cores=0,2
/proc/769773/task/769775/stat : 769775 (java) R 769770 769773 769713 0 -1 4194368 160952 0 0 0 331274 55 0 0 20 0 20 0 151618517 19566772224 648067 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 49 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
[pid=769773/tid=769813] ppid=769770 vsize=19108176 memory=2592012 CPUtime=0 cores=0,2
/proc/769773/task/769813/stat : 769813 (Finalizer) S 769770 769773 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151618520 19566772224 648067 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
[pid=769773/tid=769823] ppid=769770 vsize=19108176 memory=2583784 CPUtime=0 cores=0,2
/proc/769773/task/769823/stat : 769823 (Common-Cleaner) S 769770 769773 769713 0 -1 1077936192 2379 0 0 0 0 0 0 0 20 0 20 0 151618521 19566772224 648067 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
[pid=769773/tid=769880] ppid=769770 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/769773/task/769880/stat : 769880 (Timer-0) S 769770 769773 769713 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151618570 19566772224 648067 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
Current children cumulated CPU time: 3600.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2592268 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.93 s, system=6.67567 s

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

[startup+3353.22 s]
/proc/loadavg: 4.31 4.44 4.53 6/333 772657
/proc/meminfo: memFree=114219444/131524600 swapFree=131071996/131071996
[pid=769773] ppid=769770 vsize=19307868 memory=2592836 CPUtime=3600.4 cores=0,2
/proc/769773/stat : 769773 (java) S 769770 769773 769713 0 -1 1077936128 369977 0 0 0 359374 666 0 0 20 0 21 0 151618517 19771256832 648209 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
/proc/769773/statm: 4826967 648209 5975 1 0 659789 0
[pid=769773/tid=769775] ppid=769770 vsize=19307868 memory=17840 CPUtime=3313.38 cores=0,2
/proc/769773/task/769775/stat : 769775 (java) R 769770 769773 769713 0 -1 4194368 160962 0 0 0 331283 55 0 0 20 0 21 0 151618517 19771256832 648209 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 49 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
[pid=769773/tid=769813] ppid=769770 vsize=19307868 memory=2592240 CPUtime=0 cores=0,2
/proc/769773/task/769813/stat : 769813 (Finalizer) S 769770 769773 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 151618520 19771256832 648209 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
[pid=769773/tid=769823] ppid=769770 vsize=19307868 memory=2280 CPUtime=0 cores=0,2
/proc/769773/task/769823/stat : 769823 (Common-Cleaner) S 769770 769773 769713 0 -1 1077936192 2379 0 0 0 0 0 0 0 20 0 21 0 151618521 19771256832 648209 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
Current children cumulated CPU time: 3600.4 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 2592836 KiB

[startup+3353.3 s]
/proc/loadavg: 4.31 4.44 4.53 6/333 772657
/proc/meminfo: memFree=114219444/131524600 swapFree=131071996/131071996
[pid=769773] ppid=769770 vsize=19307868 memory=2592876 CPUtime=3600.56 cores=0,2
/proc/769773/stat : 769773 (java) S 769770 769773 769713 0 -1 1077936128 370072 0 0 0 359390 666 0 0 20 0 21 0 151618517 19771256832 648219 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
/proc/769773/statm: 4826967 648219 5975 1 0 659821 0
[pid=769773/tid=769775] ppid=769770 vsize=19307868 memory=39324 CPUtime=3313.38 cores=0,2
/proc/769773/task/769775/stat : 769775 (java) S 769770 769773 769713 0 -1 1077936192 161021 0 0 0 331283 55 0 0 20 0 21 0 151618517 19771256832 648219 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 49 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
[pid=769773/tid=769813] ppid=769770 vsize=19307868 memory=2592012 CPUtime=0 cores=0,2
/proc/769773/task/769813/stat : 769813 (Finalizer) S 769770 769773 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 151618520 19771256832 648219 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
[pid=769773/tid=769823] ppid=769770 vsize=19307868 memory=2583784 CPUtime=0 cores=0,2
/proc/769773/task/769823/stat : 769823 (Common-Cleaner) S 769770 769773 769713 0 -1 1077936192 2379 0 0 0 0 0 0 0 20 0 21 0 151618521 19771256832 648219 134679101440 94027957211136 94027957214832 140729151564752 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94027957222648 94027957223440 94027989532672 140729151570928 140729151571041 140729151571041 140729151578056 0
Current children cumulated CPU time: 3600.56 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 2592876 KiB

Child status: 143

Real time (s): 3353.32
CPU time (s): 3600.6
CPU user time (s): 3593.93
CPU system time (s): 6.67567
CPU usage (%): 107.374
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 2592876

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.92
system time used= 6.67567
maximum resident set size= 2593744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 370184
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 144892
involuntary context switches= 40379


# summary of solver processes directly reported to runsolver:
#   pid: 769773
#   total CPU time (s): 3600.6
#   total CPU user time (s): 3593.93
#   total CPU system time (s): 6.67567

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.80633 second user time and 15.6911 second system time

The end

Launcher Data

Begin job on nodeC024 at 2024-07-15 00:02:29
IDJOB=4427375
IDBENCH=147102
IDSOLVER=3046
FILE ID=nodeC024/4427375-1720994536
RUNJOBID= nodeC024-1720994549-769723
SLURM_JOB_ID= 7505318
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/OPT-LIN/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-2.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427375-1720994536/watcher-4427375-1720994536 -o /tmp/evaluation-result-4427375-1720994536/solver-4427375-1720994536 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1720994549-769723 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427375-1720994536.opb

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

MD5SUM BENCH= 58d046e1e41ee9602d09224f38506b42
RANDOM SEED=1909944225

nodeC024.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		: 3248.141
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.60
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		: 3637.873
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	: 7007.08
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		: 3080.660
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.60
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		: 3459.863
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	: 7007.08
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		: 2605.315
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.60
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		: 3586.786
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	: 7007.08
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		: 2932.679
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.60
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		: 3564.000
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	: 7007.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        127480796 kB
MemAvailable:   129722536 kB
Buffers:          333232 kB
Cached:          2724068 kB
SwapCached:            0 kB
Active:           506700 kB
Inactive:        2909148 kB
Active(anon):       1424 kB
Inactive(anon):   394844 kB
Active(file):     505276 kB
Inactive(file):  2514304 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2968 kB
Writeback:             4 kB
AnonPages:        358504 kB
Mapped:           102184 kB
Shmem:             37720 kB
KReclaimable:     123616 kB
Slab:             228916 kB
SReclaimable:     123616 kB
SUnreclaim:       105300 kB
KernelStack:        3844 kB
PageTables:         9644 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     724508 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57184 kB
HardwareCorrupted:     0 kB
AnonHugePages:    233472 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:      203476 kB
DirectMap2M:    13201408 kB
DirectMap1G:    122683392 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC024 at 2024-07-15 00:58:23