Trace number 4427679

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-12SAT (TO)70 3600.26 3575.94

General information on the benchmark

NamePB24/normalized-PB15eval/OPT-LIN/dt-problems/
normalized-lo_12x12_001.opb.metafix.opb
MD5SUM5fbb156e7552e932d6b03b61f2d75f6d
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark70
Best CPU time to get the best result obtained on this benchmark0.011138
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables144
Total number of constraints70
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint12
Number of terms in the objective function 144
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 144
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 9
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 144
Number of bits of the biggest sum of numbers8
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.14	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.14	 - never skip resolution steps
0.14/0.14	 - Auto-division on coefficients is disabled
0.14/0.14	 - No postprocessing
0.14/0.14	 - Conflict is considered as is when resolving
0.14/0.14	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.14	 - Weaken first using unassigned literals
0.14/0.14	 - Bump strategy: ALWAYS_ONE
0.14/0.14	 - Bumper: ASSIGNED
0.14/0.14	--- Begin Solver configuration ---
0.14/0.14	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.14	Learn all clauses as in MiniSAT
0.14/0.14	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.14	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.14	No reason simplification
0.14/0.14	Armin Biere (Picosat) restarts strategy
0.14/0.14	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.14	timeout=2147483s
0.14/0.14	DB Simplification allowed=false
0.14/0.14	Listener: none
0.14/0.14	--- End Solver configuration ---
0.14/0.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-4427679-1721000541.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  objective function found
0.14/0.17	c ... done. Wall clock time 0.024s.
0.14/0.17	c declared #vars     144
0.14/0.17	c #constraints  140
0.14/0.17	c constraints type 
0.14/0.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6
0.14/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 112
0.14/0.17	c org.sat4j.specs.Constr$1 => 6
0.14/0.17	c org.sat4j.pb.constraints.pb.UnitClausesPB => 2
0.14/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 10
0.14/0.17	c org.sat4j.pb.constraints.pb.UnitClausePB => 4
0.14/0.17	c 140 constraints processed.
0.14/0.18	c objective function length is 144 literals
0.35/0.26	c SATISFIABLE
0.35/0.26	c OPTIMIZING...
0.35/0.26	c Got one! Elapsed wall clock time (in seconds):0.121
0.35/0.26	o 70
13.41/10.69	c cleaning 2541 clauses out of 5087 with flag 0/5087
30.71/27.73	c cleaning 4271 clauses out of 8548 with flag 0/11089
55.16/52.07	c cleaning 5633 clauses out of 11275 with flag 0/18087
82.58/79.29	c cleaning 6821 clauses out of 13645 with flag 0/26090
122.50/118.82	c cleaning 7896 clauses out of 15822 with flag 0/35088
169.17/165.26	c cleaning 8952 clauses out of 17927 with flag 0/45089
221.97/217.75	c cleaning 9982 clauses out of 19973 with flag 0/56087
289.40/284.86	c cleaning 10987 clauses out of 21994 with flag 0/68090
345.69/340.72	c cleaning 11985 clauses out of 24005 with flag 0/81088
385.49/380.22	c cleaning 12727 clauses out of 26019 with flag 0/95087
426.29/420.12	c cleaning 13796 clauses out of 28296 with flag 0/110091
531.34/524.82	c cleaning 13374 clauses out of 30498 with flag 0/126089
626.76/619.75	c cleaning 14079 clauses out of 34124 with flag 0/143089
747.16/739.22	c cleaning 14944 clauses out of 38043 with flag 0/161087
883.77/875.39	c cleaning 15696 clauses out of 42100 with flag 0/180088
1062.44/1053.66	c cleaning 16972 clauses out of 46406 with flag 0/200090
1216.24/1206.96	c cleaning 17327 clauses out of 50432 with flag 0/221088
1411.67/1401.60	c cleaning 18269 clauses out of 55104 with flag 0/243087
1602.89/1591.46	c cleaning 19628 clauses out of 59835 with flag 0/266087
1800.07/1787.03	c cleaning 20067 clauses out of 64208 with flag 0/290088
2039.52/2025.27	c cleaning 20545 clauses out of 69142 with flag 0/315089
2289.35/2273.60	c cleaning 21506 clauses out of 74596 with flag 0/341088
2571.00/2553.84	c cleaning 22719 clauses out of 80089 with flag 0/368087
2848.60/2829.79	c cleaning 23038 clauses out of 85375 with flag 0/396092
3135.66/3114.95	c cleaning 24056 clauses out of 91332 with flag 0/425087
3477.91/3454.77	c cleaning 25202 clauses out of 97278 with flag 0/455089
3600.00/3575.86	c starts		: 152
3600.00/3575.87	c conflicts		: 472768
3600.00/3575.87	c decisions		: 661754
3600.00/3575.87	c propagations		: 10020995
3600.00/3575.87	c inspects		: 3594397265
3600.00/3575.87	c shortcuts		: 0
3600.00/3575.87	c learnt literals	: 0
3600.00/3575.87	c learnt binary clauses	: 0
3600.00/3575.87	c learnt ternary clauses	: 0
3600.00/3575.87	c learnt constraints	: 472767
3600.00/3575.87	c ignored constraints	: 0
3600.00/3575.87	c root simplifications	: 0
3600.00/3575.87	c removed literals (reason simplification)	: 0
3600.00/3575.87	c reason swapping (by a shorter reason)	: 0
3600.00/3575.87	c Calls to reduceDB	: 26
3600.00/3575.87	c Number of update (reduction) of LBD	: 0
3600.00/3575.87	c Imported unit clauses	: 0
3600.00/3575.87	c No decision after first conflict	: false
3600.00/3575.87	c number of reductions to clauses (during analyze)	: 0
3600.00/3575.87	c number of learned constraints concerned by reduction	: 0
3600.00/3575.87	c number of learning phase by resolution	: 0
3600.00/3575.87	c number of learning phase by cutting planes	: 0
3600.00/3575.87	c number of rounding to 1 operations	: 3005992
3600.00/3575.87	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.00/3575.87	c number of reductions of the coefficients by power 2 	: 0
3600.00/3575.87	c number of right shift for reduction by power 2 	: 0
3600.00/3575.87	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.00/3575.87	c number of ending skipping 	: 0
3600.00/3575.87	c number of internal skipping 	: 0
3600.00/3575.87	c number of derivation steps 	: 5081848
3600.00/3575.87	c number of skipped derivation steps 	: 0
3600.00/3575.87	c number of remaining unassigned 	: 363956
3600.00/3575.87	c number of remaining assigned 	: 78375059
3600.00/3575.87	c number of falsified literals weakened from reason	: 0
3600.00/3575.87	c number of falsified literals weakened from conflict	: 0
3600.00/3575.87	c time for arithmetic operations	: 5736484655
3600.00/3575.87	c minimum degree of deleted constraints	: 4
3600.00/3575.87	c maximum degree of deleted constraints	: 918618546448
3600.00/3575.87	c number of deleted constraints	: 383013
3600.00/3575.87	c speed (assignments/second)	: 2802.5401021287403
3600.00/3575.87	c non guided choices	: 0
3600.20/3575.93	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 50235
3600.20/3575.93	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 140
3600.20/3575.93	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 39379
3600.20/3575.93	s SATISFIABLE
3600.20/3575.93	c Found 1 solution(s)
3600.20/3575.93	v x1 -x2 x3 -x4 x5 x6 x7 -x8 x9 -x10 x11 -x12 x13 x14 -x15 -x16 -x17 x18 x19 x20 x21 -x22 x23 x24 x25 x26 -x27 x28 -x29 x30 -x31 x32 x33 x34 x35 -x36 -x37 x38 x39 -x40 -x41 -x42 -x43 x44 -x45 x46 x47 -x48 -x49 -x50 x51 x52 -x53 -x54 x55 x56 -x57 -x58 x59 x60 x61 -x62 -x63 x64 -x65 -x66 -x67 -x68 -x69 x70 -x71 -x72 -x73 -x74 -x75 x76 -x77 x78 -x79 -x80 -x81 x82 x83 -x84 x85 -x86 x87 -x88 -x89 x90 x91 x92 -x93 -x94 -x95 -x96 x97 -x98 -x99 x100 -x101 x102 -x103 x104 x105 -x106 x107 x108 x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 x119 x120 -x121 -x122 x123 x124 x125 -x126 -x127 -x128 -x129 -x130 x131 x132 x133 x134 x135 x136 x137 x138 x139 x140 x141 -x142 -x143 -x144 
3600.20/3575.93	c objective function=70
3600.20/3575.93	c Total wall clock time (in seconds): 3575.778

Verifier Data

OK	70

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

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

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=774027, runsolver pid=774024

[startup+0.100957 s]*
/proc/loadavg: 4.28 4.23 4.26 8/332 774045
/proc/meminfo: memFree=114572168/131524600 swapFree=131071996/131071996
[pid=774027] ppid=774024 vsize=18975048 memory=64528 CPUtime=0.14 cores=1,3
/proc/774027/stat : 774027 (java) S 774024 774027 769713 0 -1 1077936128 7115 0 0 0 12 2 0 0 20 0 18 0 152219027 19430449152 16132 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
/proc/774027/statm: 4743762 16132 5624 1 0 549373 0
[pid=774027/tid=774029] ppid=774024 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/774027/task/774029/stat : 774029 (java) R 774024 774027 769713 0 -1 4194368 5672 0 0 0 7 1 0 0 20 0 18 0 152219028 19430449152 16132 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
[pid=774027/tid=774038] ppid=774024 vsize=18975048 memory=232851243367 CPUtime=0 cores=1,3
/proc/774027/task/774038/stat : 774038 (Finalizer) S 774024 774027 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 152219030 19430449152 16132 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
[pid=774027/tid=774045] ppid=774024 vsize=18975048 memory=14979970577492358 CPUtime=0 cores=1,3
/proc/774027/task/774045/stat : 774045 (Common-Cleaner) S 774024 774027 769713 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 152219031 19430449152 16132 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64528 KiB

[startup+0.21017 s]*
/proc/loadavg: 4.28 4.23 4.26 7/333 774046
/proc/meminfo: memFree=114565456/131524600 swapFree=131071996/131071996
[pid=774027] ppid=774024 vsize=19041612 memory=72020 CPUtime=0.35 cores=1,3
/proc/774027/stat : 774027 (java) S 774024 774027 769713 0 -1 1077936128 7821 0 0 0 32 3 0 0 20 0 19 0 152219027 19498610688 18005 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
/proc/774027/statm: 4760403 18005 5785 1 0 550083 0
[pid=774027/tid=774029] ppid=774024 vsize=19041612 memory=4782652875487838339 CPUtime=0.19 cores=1,3
/proc/774027/task/774029/stat : 774029 (java) R 774024 774027 769713 0 -1 4194368 6078 0 0 0 17 2 0 0 20 0 19 0 152219028 19498610688 18005 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
[pid=774027/tid=774038] ppid=774024 vsize=19041612 memory=17986 CPUtime=0 cores=1,3
/proc/774027/task/774038/stat : 774038 (Finalizer) S 774024 774027 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 152219030 19498610688 18005 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
[pid=774027/tid=774045] ppid=774024 vsize=19041612 memory=13855165887284967 CPUtime=0 cores=1,3
/proc/774027/task/774045/stat : 774045 (Common-Cleaner) S 774024 774027 769713 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 152219031 19498610688 18005 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
[pid=774027/tid=774046] ppid=774024 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/774027/task/774046/stat : 774046 (Timer-0) S 774024 774027 769713 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 152219046 19498610688 18005 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 72020 KiB

[startup+0.306172 s]*
/proc/loadavg: 4.28 4.23 4.26 7/333 774046
/proc/meminfo: memFree=114540188/131524600 swapFree=131071996/131071996
[pid=774027] ppid=774024 vsize=19041612 memory=96904 CPUtime=0.52 cores=1,3
/proc/774027/stat : 774027 (java) S 774024 774027 769713 0 -1 1077936128 9328 0 0 0 49 3 0 0 20 0 19 0 152219027 19498610688 24226 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
/proc/774027/statm: 4760403 24226 5870 1 0 551068 0
[pid=774027/tid=774029] ppid=774024 vsize=19041612 memory=-8888815286188679868 CPUtime=0.27 cores=1,3
/proc/774027/task/774029/stat : 774029 (java) R 774024 774027 769713 0 -1 4194368 6097 0 0 0 25 2 0 0 20 0 19 0 152219028 19498610688 24226 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
[pid=774027/tid=774038] ppid=774024 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/774027/task/774038/stat : 774038 (Finalizer) S 774024 774027 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 152219030 19498610688 24226 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
[pid=774027/tid=774045] ppid=774024 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/774027/task/774045/stat : 774045 (Common-Cleaner) S 774024 774027 769713 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 152219031 19498610688 24226 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
[pid=774027/tid=774046] ppid=774024 vsize=19041612 memory=0 CPUtime=0 cores=1,3
/proc/774027/task/774046/stat : 774046 (Timer-0) S 774024 774027 769713 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 152219046 19498610688 24226 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 96904 KiB

[startup+0.710173 s]
/proc/loadavg: 4.28 4.23 4.26 7/333 774046
/proc/meminfo: memFree=114466268/131524600 swapFree=131071996/131071996
[pid=774027] ppid=774024 vsize=19108176 memory=179984 CPUtime=1.29 cores=1,3
/proc/774027/stat : 774027 (java) S 774024 774027 769713 0 -1 1077936128 14262 0 0 0 124 5 0 0 20 0 20 0 152219027 19566772224 44996 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
/proc/774027/statm: 4777044 44996 5870 1 0 554553 0
[pid=774027/tid=774029] ppid=774024 vsize=19108176 memory=39324 CPUtime=0.64 cores=1,3
/proc/774027/task/774029/stat : 774029 (java) R 774024 774027 769713 0 -1 4194368 6206 0 0 0 61 3 0 0 20 0 20 0 152219028 19566772224 44996 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
[pid=774027/tid=774038] ppid=774024 vsize=19108176 memory=13072 CPUtime=0 cores=1,3
/proc/774027/task/774038/stat : 774038 (Finalizer) S 774024 774027 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152219030 19566772224 44996 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
[pid=774027/tid=774045] ppid=774024 vsize=19108176 memory=2280 CPUtime=0 cores=1,3
/proc/774027/task/774045/stat : 774045 (Common-Cleaner) S 774024 774027 769713 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 152219031 19566772224 44996 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
[pid=774027/tid=774046] ppid=774024 vsize=19108176 memory=5528 CPUtime=0 cores=1,3
/proc/774027/task/774046/stat : 774046 (Timer-0) S 774024 774027 769713 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152219046 19566772224 44996 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 179984 KiB

[startup+1.50117 s]
/proc/loadavg: 4.28 4.23 4.26 7/334 774047
/proc/meminfo: memFree=114453816/131524600 swapFree=131071996/131071996
[pid=774027] ppid=774024 vsize=19108176 memory=326284 CPUtime=2.85 cores=1,3
/proc/774027/stat : 774027 (java) S 774024 774027 769713 0 -1 1077936128 23924 0 0 0 277 8 0 0 20 0 20 0 152219027 19566772224 81571 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
/proc/774027/statm: 4777044 81571 5886 1 0 557130 0
[pid=774027/tid=774029] ppid=774024 vsize=19108176 memory=13072 CPUtime=1.39 cores=1,3
/proc/774027/task/774029/stat : 774029 (java) R 774024 774027 769713 0 -1 4194368 6513 0 0 0 134 5 0 0 20 0 20 0 152219028 19566772224 81571 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
[pid=774027/tid=774038] ppid=774024 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/774027/task/774038/stat : 774038 (Finalizer) S 774024 774027 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152219030 19566772224 81571 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
[pid=774027/tid=774045] ppid=774024 vsize=19108176 memory=2280 CPUtime=0 cores=1,3
/proc/774027/task/774045/stat : 774045 (Common-Cleaner) S 774024 774027 769713 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 152219031 19566772224 81571 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
[pid=774027/tid=774046] ppid=774024 vsize=19108176 memory=5528 CPUtime=0 cores=1,3
/proc/774027/task/774046/stat : 774046 (Timer-0) S 774024 774027 769713 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152219046 19566772224 81571 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 326284 KiB

[startup+3.10617 s]
/proc/loadavg: 4.28 4.23 4.26 5/334 774047
/proc/meminfo: memFree=113784472/131524600 swapFree=131071996/131071996
[pid=774027] ppid=774024 vsize=19108176 memory=868060 CPUtime=5.78 cores=1,3
/proc/774027/stat : 774027 (java) S 774024 774027 769713 0 -1 1077936128 25923 0 0 0 559 19 0 0 20 0 20 0 152219027 19566772224 217015 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
/proc/774027/statm: 4777044 217015 5917 1 0 557134 0
[pid=774027/tid=774029] ppid=774024 vsize=19108176 memory=0 CPUtime=2.96 cores=1,3
/proc/774027/task/774029/stat : 774029 (java) R 774024 774027 769713 0 -1 4194368 7146 0 0 0 281 15 0 0 20 0 20 0 152219028 19566772224 217015 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
[pid=774027/tid=774038] ppid=774024 vsize=19108176 memory=-8888815286188679868 CPUtime=0 cores=1,3
/proc/774027/task/774038/stat : 774038 (Finalizer) S 774024 774027 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152219030 19566772224 217015 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
[pid=774027/tid=774045] ppid=774024 vsize=19108176 memory=13072 CPUtime=0 cores=1,3
/proc/774027/task/774045/stat : 774045 (Common-Cleaner) S 774024 774027 769713 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 152219031 19566772224 217015 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
[pid=774027/tid=774046] ppid=774024 vsize=19108176 memory=2280 CPUtime=0 cores=1,3
/proc/774027/task/774046/stat : 774046 (Timer-0) S 774024 774027 769713 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152219046 19566772224 217015 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
Current children cumulated CPU time: 5.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 868060 KiB

[startup+6.30029 s]
/proc/loadavg: 4.26 4.23 4.25 5/334 774047
/proc/meminfo: memFree=113522016/131524600 swapFree=131071996/131071996
[pid=774027] ppid=774024 vsize=19108176 memory=1113420 CPUtime=8.99 cores=1,3
/proc/774027/stat : 774027 (java) S 774024 774027 769713 0 -1 1077936128 26112 0 0 0 874 25 0 0 20 0 20 0 152219027 19566772224 278355 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
/proc/774027/statm: 4777044 278355 5917 1 0 557134 0
[pid=774027/tid=774029] ppid=774024 vsize=19108176 memory=2280 CPUtime=6.11 cores=1,3
/proc/774027/task/774029/stat : 774029 (java) R 774024 774027 769713 0 -1 4194368 7284 0 0 0 591 20 0 0 20 0 20 0 152219028 19566772224 278355 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
[pid=774027/tid=774038] ppid=774024 vsize=19108176 memory=0 CPUtime=0 cores=1,3
/proc/774027/task/774038/stat : 774038 (Finalizer) S 774024 774027 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152219030 19566772224 278355 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
[pid=774027/tid=774045] ppid=774024 vsize=19108176 memory=13072 CPUtime=0 cores=1,3
/proc/774027/task/774045/stat : 774045 (Common-Cleaner) S 774024 774027 769713 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 152219031 19566772224 278355 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
[pid=774027/tid=774046] ppid=774024 vsize=19108176 memory=-5158697563450915880 CPUtime=0 cores=1,3
/proc/774027/task/774046/stat : 774046 (Timer-0) S 774024 774027 769713 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152219046 19566772224 278355 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
Current children cumulated CPU time: 8.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1113420 KiB

[startup+12.7003 s]
/proc/loadavg: 4.24 4.22 4.25 5/334 774048
/proc/meminfo: memFree=113302020/131524600 swapFree=131071996/131071996
[pid=774027] ppid=774024 vsize=19108176 memory=1332844 CPUtime=15.59 cores=1,3
/proc/774027/stat : 774027 (java) S 774024 774027 769713 0 -1 1077936128 28662 0 0 0 1529 30 0 0 20 0 20 0 152219027 19566772224 333211 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
/proc/774027/statm: 4777044 333211 5917 1 0 557166 0
[pid=774027/tid=774029] ppid=774024 vsize=19108176 memory=13072 CPUtime=12.42 cores=1,3
/proc/774027/task/774029/stat : 774029 (java) R 774024 774027 769713 0 -1 4194368 8904 0 0 0 1217 25 0 0 20 0 20 0 152219028 19566772224 333211 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
[pid=774027/tid=774038] ppid=774024 vsize=19108176 memory=1328476 CPUtime=0 cores=1,3
/proc/774027/task/774038/stat : 774038 (Finalizer) S 774024 774027 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152219030 19566772224 333211 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
[pid=774027/tid=774045] ppid=774024 vsize=19108176 memory=39324 CPUtime=0 cores=1,3
/proc/774027/task/774045/stat : 774045 (Common-Cleaner) S 774024 774027 769713 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 20 0 152219031 19566772224 333211 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
[pid=774027/tid=774046] ppid=774024 vsize=19108176 memory=13072 CPUtime=0 cores=1,3
/proc/774027/task/774046/stat : 774046 (Timer-0) S 774024 774027 769713 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152219046 19566772224 333211 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
Current children cumulated CPU time: 15.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1332844 KiB

[startup+25.5003 s]
/proc/loadavg: 4.26 4.23 4.25 6/334 774050
/proc/meminfo: memFree=113285264/131524600 swapFree=131071996/131071996
[pid=774027] ppid=774024 vsize=19108176 memory=1349424 CPUtime=28.5 cores=1,3
/proc/774027/stat : 774027 (java) S 774024 774027 769713 0 -1 1077936128 33405 0 0 0 2819 31 0 0 20 0 20 0 152219027 19566772224 337356 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
/proc/774027/statm: 4777044 337356 5917 1 0 557166 0
[pid=774027/tid=774029] ppid=774024 vsize=19108176 memory=6943526294502006880 CPUtime=25.01 cores=1,3
/proc/774027/task/774029/stat : 774029 (java) R 774024 774027 769713 0 -1 4194368 10377 0 0 0 2476 25 0 0 20 0 20 0 152219028 19566772224 337356 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
[pid=774027/tid=774038] ppid=774024 vsize=19108176 memory=11436 CPUtime=0 cores=1,3
/proc/774027/task/774038/stat : 774038 (Finalizer) S 774024 774027 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152219030 19566772224 337356 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
[pid=774027/tid=774045] ppid=774024 vsize=19108176 memory=3461 CPUtime=0 cores=1,3
/proc/774027/task/774045/stat : 774045 (Common-Cleaner) S 774024 774027 769713 0 -1 1077936192 47 0 0 0 0 0 0 0 20 0 20 0 152219031 19566772224 337356 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
[pid=774027/tid=774046] ppid=774024 vsize=19108176 memory=13072 CPUtime=0 cores=1,3
/proc/774027/task/774046/stat : 774046 (Timer-0) S 774024 774027 769713 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152219046 19566772224 337356 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
Current children cumulated CPU time: 28.5 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1349424 KiB

[startup+51.1059 s]
/proc/loadavg: 4.24 4.22 4.25 5/334 774055
/proc/meminfo: memFree=113270536/131524600 swapFree=131071996/131071996
[pid=774027] ppid=774024 vsize=19108176 memory=1363896 CPUtime=54.21 cores=1,3
/proc/774027/stat : 774027 (java) S 774024 774027 769713 0 -1 1077936128 38010 0 0 0 5388 33 0 0 20 0 20 0 152219027 19566772224 340974 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
/proc/774027/statm: 4777044 340974 5917 1 0 557166 0

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

[startup+3222.3 s]
/proc/loadavg: 2.15 2.58 3.08 3/278 775939
/proc/meminfo: memFree=118939244/131524600 swapFree=131071996/131071996
[pid=774027] ppid=774024 vsize=19108176 memory=3111732 CPUtime=3244.32 cores=1,3
/proc/774027/stat : 774027 (java) S 774024 774027 769713 0 -1 1077936128 291558 0 0 0 324191 241 0 0 20 0 20 0 152219027 19566772224 777933 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
/proc/774027/statm: 4777044 777933 5933 1 0 791715 0
[pid=774027/tid=774029] ppid=774024 vsize=19108176 memory=11436 CPUtime=3176.21 cores=1,3
/proc/774027/task/774029/stat : 774029 (java) R 774024 774027 769713 0 -1 4194368 128833 0 0 0 317561 60 0 0 20 0 20 0 152219028 19566772224 777933 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 63 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
[pid=774027/tid=774038] ppid=774024 vsize=19108176 memory=13072 CPUtime=0 cores=1,3
/proc/774027/task/774038/stat : 774038 (Finalizer) S 774024 774027 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152219030 19566772224 777933 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
[pid=774027/tid=774045] ppid=774024 vsize=19108176 memory=3111732 CPUtime=0 cores=1,3
/proc/774027/task/774045/stat : 774045 (Common-Cleaner) S 774024 774027 769713 0 -1 1077936192 3430 0 0 0 0 0 0 0 20 0 20 0 152219031 19566772224 777933 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
[pid=774027/tid=774046] ppid=774024 vsize=19108176 memory=19060 CPUtime=0 cores=1,3
/proc/774027/task/774046/stat : 774046 (Timer-0) S 774024 774027 769713 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152219046 19566772224 777933 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
Current children cumulated CPU time: 3244.32 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3111732 KiB

[startup+3282.3 s]
/proc/loadavg: 2.15 2.50 3.02 3/278 775949
/proc/meminfo: memFree=118938936/131524600 swapFree=131071996/131071996
[pid=774027] ppid=774024 vsize=19108176 memory=3111732 CPUtime=3304.66 cores=1,3
/proc/774027/stat : 774027 (java) S 774024 774027 769713 0 -1 1077936128 294909 0 0 0 330222 244 0 0 20 0 20 0 152219027 19566772224 777933 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
/proc/774027/statm: 4777044 777933 5933 1 0 791715 0
[pid=774027/tid=774029] ppid=774024 vsize=19108176 memory=3111732 CPUtime=3235.61 cores=1,3
/proc/774027/task/774029/stat : 774029 (java) R 774024 774027 769713 0 -1 4194368 130787 0 0 0 323501 60 0 0 20 0 20 0 152219028 19566772224 777933 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 63 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
[pid=774027/tid=774038] ppid=774024 vsize=19108176 memory=3111732 CPUtime=0 cores=1,3
/proc/774027/task/774038/stat : 774038 (Finalizer) S 774024 774027 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152219030 19566772224 777933 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
[pid=774027/tid=774045] ppid=774024 vsize=19108176 memory=9575494 CPUtime=0 cores=1,3
/proc/774027/task/774045/stat : 774045 (Common-Cleaner) S 774024 774027 769713 0 -1 1077936192 3496 0 0 0 0 0 0 0 20 0 20 0 152219031 19566772224 777933 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
[pid=774027/tid=774046] ppid=774024 vsize=19108176 memory=3111732 CPUtime=0 cores=1,3
/proc/774027/task/774046/stat : 774046 (Timer-0) S 774024 774027 769713 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152219046 19566772224 777933 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
Current children cumulated CPU time: 3304.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3111732 KiB

[startup+3342.3 s]
/proc/loadavg: 2.36 2.50 2.99 3/278 775960
/proc/meminfo: memFree=118938408/131524600 swapFree=131071996/131071996
[pid=774027] ppid=774024 vsize=19108176 memory=3111732 CPUtime=3364.96 cores=1,3
/proc/774027/stat : 774027 (java) S 774024 774027 769713 0 -1 1077936128 298387 0 0 0 336250 246 0 0 20 0 20 0 152219027 19566772224 777933 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
/proc/774027/statm: 4777044 777933 5933 1 0 791715 0
[pid=774027/tid=774029] ppid=774024 vsize=19108176 memory=11436 CPUtime=3295.04 cores=1,3
/proc/774027/task/774029/stat : 774029 (java) R 774024 774027 769713 0 -1 4194368 132522 0 0 0 329444 60 0 0 20 0 20 0 152219028 19566772224 777933 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 63 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
[pid=774027/tid=774038] ppid=774024 vsize=19108176 memory=-7376747372159918457 CPUtime=0 cores=1,3
/proc/774027/task/774038/stat : 774038 (Finalizer) S 774024 774027 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152219030 19566772224 777933 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
[pid=774027/tid=774045] ppid=774024 vsize=19108176 memory=3111732 CPUtime=0 cores=1,3
/proc/774027/task/774045/stat : 774045 (Common-Cleaner) S 774024 774027 769713 0 -1 1077936192 3562 0 0 0 0 0 0 0 20 0 20 0 152219031 19566772224 777933 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
[pid=774027/tid=774046] ppid=774024 vsize=19108176 memory=21992 CPUtime=0 cores=1,3
/proc/774027/task/774046/stat : 774046 (Timer-0) S 774024 774027 769713 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152219046 19566772224 777933 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
Current children cumulated CPU time: 3364.96 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3111732 KiB

[startup+3402.3 s]
/proc/loadavg: 2.13 2.41 2.92 3/278 775970
/proc/meminfo: memFree=118938204/131524600 swapFree=131071996/131071996
[pid=774027] ppid=774024 vsize=19108176 memory=3111732 CPUtime=3425.29 cores=1,3
/proc/774027/stat : 774027 (java) S 774024 774027 769713 0 -1 1077936128 299600 0 0 0 342281 248 0 0 20 0 20 0 152219027 19566772224 777933 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
/proc/774027/statm: 4777044 777933 5933 1 0 791715 0
[pid=774027/tid=774029] ppid=774024 vsize=19108176 memory=3111732 CPUtime=3354.44 cores=1,3
/proc/774027/task/774029/stat : 774029 (java) R 774024 774027 769713 0 -1 4194368 133536 0 0 0 335383 61 0 0 20 0 20 0 152219028 19566772224 777933 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 63 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
[pid=774027/tid=774038] ppid=774024 vsize=19108176 memory=3111732 CPUtime=0 cores=1,3
/proc/774027/task/774038/stat : 774038 (Finalizer) S 774024 774027 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152219030 19566772224 777933 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
[pid=774027/tid=774045] ppid=774024 vsize=19108176 memory=13072 CPUtime=0 cores=1,3
/proc/774027/task/774045/stat : 774045 (Common-Cleaner) S 774024 774027 769713 0 -1 1077936192 3635 0 0 0 0 0 0 0 20 0 20 0 152219031 19566772224 777933 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
[pid=774027/tid=774046] ppid=774024 vsize=19108176 memory=3111732 CPUtime=0 cores=1,3
/proc/774027/task/774046/stat : 774046 (Timer-0) S 774024 774027 769713 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152219046 19566772224 777933 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
Current children cumulated CPU time: 3425.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3111732 KiB

[startup+3462.3 s]
/proc/loadavg: 2.29 2.39 2.89 3/280 775984
/proc/meminfo: memFree=118937836/131524600 swapFree=131071996/131071996
[pid=774027] ppid=774024 vsize=19108176 memory=3111732 CPUtime=3485.59 cores=1,3
/proc/774027/stat : 774027 (java) S 774024 774027 769713 0 -1 1077936128 302897 0 0 0 348308 251 0 0 20 0 20 0 152219027 19566772224 777933 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
/proc/774027/statm: 4777044 777933 5933 1 0 791715 0
[pid=774027/tid=774029] ppid=774024 vsize=19108176 memory=32188 CPUtime=3413.87 cores=1,3
/proc/774027/task/774029/stat : 774029 (java) R 774024 774027 769713 0 -1 4194368 135325 0 0 0 341326 61 0 0 20 0 20 0 152219028 19566772224 777933 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 63 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
[pid=774027/tid=774038] ppid=774024 vsize=19108176 memory=11436 CPUtime=0 cores=1,3
/proc/774027/task/774038/stat : 774038 (Finalizer) S 774024 774027 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152219030 19566772224 777933 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
[pid=774027/tid=774045] ppid=774024 vsize=19108176 memory=3111732 CPUtime=0 cores=1,3
/proc/774027/task/774045/stat : 774045 (Common-Cleaner) S 774024 774027 769713 0 -1 1077936192 3713 0 0 0 0 0 0 0 20 0 20 0 152219031 19566772224 777933 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
[pid=774027/tid=774046] ppid=774024 vsize=19108176 memory=3111732 CPUtime=0 cores=1,3
/proc/774027/task/774046/stat : 774046 (Timer-0) S 774024 774027 769713 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152219046 19566772224 777933 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
Current children cumulated CPU time: 3485.59 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3111732 KiB

[startup+3522.3 s]
/proc/loadavg: 2.25 2.35 2.84 3/280 775995
/proc/meminfo: memFree=118937492/131524600 swapFree=131071996/131071996
[pid=774027] ppid=774024 vsize=19108176 memory=3111744 CPUtime=3546.2 cores=1,3
/proc/774027/stat : 774027 (java) S 774024 774027 769713 0 -1 1077936128 306065 0 0 0 354366 254 0 0 20 0 20 0 152219027 19566772224 777936 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
/proc/774027/statm: 4777044 777936 5933 1 0 791715 0
[pid=774027/tid=774029] ppid=774024 vsize=19108176 memory=3111744 CPUtime=3472.94 cores=1,3
/proc/774027/task/774029/stat : 774029 (java) R 774024 774027 769713 0 -1 4194368 136914 0 0 0 347233 61 0 0 20 0 20 0 152219028 19566772224 777936 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 63 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
[pid=774027/tid=774038] ppid=774024 vsize=19108176 memory=3111732 CPUtime=0 cores=1,3
/proc/774027/task/774038/stat : 774038 (Finalizer) S 774024 774027 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152219030 19566772224 777936 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
[pid=774027/tid=774045] ppid=774024 vsize=19108176 memory=3111732 CPUtime=0 cores=1,3
/proc/774027/task/774045/stat : 774045 (Common-Cleaner) S 774024 774027 769713 0 -1 1077936192 3791 0 0 0 0 0 0 0 20 0 20 0 152219031 19566772224 777936 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
[pid=774027/tid=774046] ppid=774024 vsize=19108176 memory=3111744 CPUtime=0 cores=1,3
/proc/774027/task/774046/stat : 774046 (Timer-0) S 774024 774027 769713 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152219046 19566772224 777936 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
Current children cumulated CPU time: 3546.2 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3111744 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3575.8 s]
/proc/loadavg: 2.15 2.31 2.80 3/280 776004
/proc/meminfo: memFree=118937100/131524600 swapFree=131071996/131071996
[pid=774027] ppid=774024 vsize=19108176 memory=3111744 CPUtime=3600 cores=1,3
/proc/774027/stat : 774027 (java) S 774024 774027 769713 0 -1 1077936128 309344 0 0 0 359743 257 0 0 20 0 20 0 152219027 19566772224 777936 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
/proc/774027/statm: 4777044 777936 5933 1 0 791715 0
[pid=774027/tid=774029] ppid=774024 vsize=19108176 memory=39324 CPUtime=3525.79 cores=1,3
/proc/774027/task/774029/stat : 774029 (java) R 774024 774027 769713 0 -1 4194368 138680 0 0 0 352518 61 0 0 20 0 20 0 152219028 19566772224 777936 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 63 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
[pid=774027/tid=774038] ppid=774024 vsize=19108176 memory=13072 CPUtime=0 cores=1,3
/proc/774027/task/774038/stat : 774038 (Finalizer) S 774024 774027 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 152219030 19566772224 777936 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
[pid=774027/tid=774045] ppid=774024 vsize=19108176 memory=-8888815286188679868 CPUtime=0 cores=1,3
/proc/774027/task/774045/stat : 774045 (Common-Cleaner) S 774024 774027 769713 0 -1 1077936192 3932 0 0 0 0 0 0 0 20 0 20 0 152219031 19566772224 777936 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
[pid=774027/tid=774046] ppid=774024 vsize=19108176 memory=1816 CPUtime=0 cores=1,3
/proc/774027/task/774046/stat : 774046 (Timer-0) S 774024 774027 769713 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 152219046 19566772224 777936 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
Current children cumulated CPU time: 3600 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3111744 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.68 s, system=2.58708 s

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

[startup+3575.91 s]
/proc/loadavg: 2.15 2.31 2.80 3/280 776004
/proc/meminfo: memFree=118937100/131524600 swapFree=131071996/131071996
[pid=774027] ppid=774024 vsize=19307868 memory=3112476 CPUtime=3600.2 cores=1,3
/proc/774027/stat : 774027 (java) S 774024 774027 769713 0 -1 1077936128 312513 0 0 0 359763 257 0 0 20 0 21 0 152219027 19771256832 778119 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 0 0 16800975 0 0 0 17 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
/proc/774027/statm: 4826967 778119 5932 1 0 792634 0
[pid=774027/tid=774029] ppid=774024 vsize=19307868 memory=11436 CPUtime=3525.84 cores=1,3
/proc/774027/task/774029/stat : 774029 (java) R 774024 774027 769713 0 -1 4194368 138800 0 0 0 352523 61 0 0 20 0 21 0 152219028 19771256832 778119 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 63 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
[pid=774027/tid=774038] ppid=774024 vsize=19307868 memory=-5155633680935826750 CPUtime=0 cores=1,3
/proc/774027/task/774038/stat : 774038 (Finalizer) S 774024 774027 769713 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 152219030 19771256832 778119 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
[pid=774027/tid=774045] ppid=774024 vsize=19307868 memory=3111744 CPUtime=0 cores=1,3
/proc/774027/task/774045/stat : 774045 (Common-Cleaner) S 774024 774027 769713 0 -1 1077936192 3932 0 0 0 0 0 0 0 20 0 21 0 152219031 19771256832 778119 134679101440 94701505175552 94701505179248 140733159778864 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94701505187064 94701505187856 94701511393280 140733159781360 140733159781473 140733159781473 140733159788488 0
Current children cumulated CPU time: 3600.2 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 3112476 KiB

Child status: 143

Real time (s): 3575.94
CPU time (s): 3600.26
CPU user time (s): 3597.68
CPU system time (s): 2.58708
CPU usage (%): 100.68
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 3112476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.68
system time used= 2.58708
maximum resident set size= 3113328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 312905
page faults= 0
swaps= 0
block input operations= 0
block output operations= 4368
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 148503
involuntary context switches= 7023


# summary of solver processes directly reported to runsolver:
#   pid: 774027
#   total CPU time (s): 3600.26
#   total CPU user time (s): 3597.68
#   total CPU system time (s): 2.58708

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.29068 second user time and 18.5359 second system time

The end

Launcher Data

Begin job on nodeC024 at 2024-07-15 01:42:34
IDJOB=4427679
IDBENCH=158431
IDSOLVER=3046
FILE ID=nodeC024/4427679-1721000541
RUNJOBID= nodeC024-1720994549-769725
SLURM_JOB_ID= 7505318
Free space on /tmp= 890052 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB15eval/OPT-LIN/dt-problems/normalized-lo_12x12_001.opb.metafix.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427679-1721000541/watcher-4427679-1721000541 -o /tmp/evaluation-result-4427679-1721000541/solver-4427679-1721000541 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC024-1720994549-769725 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427679-1721000541.opb

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

MD5SUM BENCH= 5fbb156e7552e932d6b03b61f2d75f6d
RANDOM SEED=664437564

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		: 3680.670
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		: 3613.761
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		: 3599.882
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		: 3647.701
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		: 3680.663
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		: 3677.140
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		: 3600.105
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		: 3630.739
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:        114616336 kB
MemAvailable:   116862152 kB
Buffers:          339416 kB
Cached:          2721288 kB
SwapCached:            0 kB
Active:           544944 kB
Inactive:       15705836 kB
Active(anon):       1564 kB
Inactive(anon): 13225956 kB
Active(file):     543380 kB
Inactive(file):  2479880 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               868 kB
Writeback:             0 kB
AnonPages:      13190000 kB
Mapped:           123388 kB
Shmem:             37720 kB
KReclaimable:     124404 kB
Slab:             231352 kB
SReclaimable:     124404 kB
SUnreclaim:       106948 kB
KernelStack:        5036 kB
PageTables:        35748 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   14370820 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57376 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12910592 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= 890080 MiB
End job on nodeC024 at 2024-07-15 02:42:10