Trace number 4451965

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Partial RoundingSAT 2024 2024-07-12? (TO) 3600.2 3567.01

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/quimper/
SyncCodes/d_n_k/normalized-6_6_32.opb
MD5SUM821356efb808a668e35dedcee024edbb
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark62.0281
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables1482
Total number of constraints7073
Number of constraints which are clauses7068
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint38
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 32
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 70
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: ASSIGNED
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Armin Biere (Picosat) restarts strategy
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: ASSIGNED
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Armin Biere (Picosat) restarts strategy
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4451965-1721429044.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  no objective function found
0.49/0.33	c ... done. Wall clock time 0.173s.
0.49/0.33	c declared #vars     1482
0.49/0.33	c #constraints  7077
0.49/0.33	c constraints type 
0.49/0.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2849
0.49/0.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3
0.49/0.33	c org.sat4j.specs.Constr$1 => 4
0.49/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4218
0.49/0.33	c org.sat4j.pb.constraints.pb.UnitClausePB => 3
0.49/0.33	c 7077 constraints processed.
4.99/2.69	c cleaning 1881 clauses out of 5002 with flag 0/5002
8.12/5.03	c cleaning 2132 clauses out of 9119 with flag 0/11000
11.54/8.36	c cleaning 2132 clauses out of 13988 with flag 0/18001
17.77/14.46	c cleaning 3380 clauses out of 19856 with flag 0/26001
24.15/20.74	c cleaning 2923 clauses out of 25475 with flag 0/35000
34.87/31.30	c cleaning 3966 clauses out of 32554 with flag 0/45002
52.46/48.86	c cleaning 5138 clauses out of 39587 with flag 0/56001
67.13/63.57	c cleaning 4810 clauses out of 46448 with flag 0/68000
89.98/86.28	c cleaning 4175 clauses out of 54639 with flag 0/81001
109.99/106.17	c cleaning 3472 clauses out of 64464 with flag 0/95001
139.29/135.25	c cleaning 5302 clauses out of 75991 with flag 0/110000
190.47/186.26	c cleaning 5746 clauses out of 86693 with flag 0/126004
263.97/259.50	c cleaning 7177 clauses out of 97947 with flag 0/143004
352.72/348.19	c cleaning 8165 clauses out of 108766 with flag 0/161000
466.61/461.87	c cleaning 7746 clauses out of 119601 with flag 0/180000
598.77/593.68	c cleaning 7731 clauses out of 131856 with flag 0/200001
754.13/748.64	c cleaning 8931 clauses out of 145125 with flag 0/221001
929.42/924.03	c cleaning 9930 clauses out of 158193 with flag 0/243000
1111.16/1106.16	c cleaning 8895 clauses out of 171264 with flag 0/266001
1269.53/1263.62	c cleaning 8800 clauses out of 186368 with flag 0/290000
1433.70/1427.13	c cleaning 8182 clauses out of 202568 with flag 0/315000
1594.07/1586.65	c cleaning 9189 clauses out of 220387 with flag 0/341001
1756.72/1748.64	c cleaning 10291 clauses out of 238197 with flag 0/368000
1971.62/1961.99	c cleaning 10524 clauses out of 255907 with flag 0/396001
2259.97/2246.80	c cleaning 8727 clauses out of 274383 with flag 0/425001
2613.98/2596.77	c cleaning 9790 clauses out of 295658 with flag 0/455003
3034.98/3012.91	c cleaning 12009 clauses out of 316867 with flag 0/486002
3461.09/3430.94	c cleaning 13631 clauses out of 336856 with flag 0/518000
3600.03/3566.91	c starts		: 153
3600.03/3566.91	c conflicts		: 529707
3600.03/3566.91	c decisions		: 608152
3600.03/3566.91	c propagations		: 81147179
3600.03/3566.91	c timeout
3600.03/3566.92	c inspects		: 8983934876
3600.03/3566.92	c shortcuts		: 0
3600.03/3566.92	c learnt literals	: 0
3600.03/3566.92	c learnt binary clauses	: 0
3600.03/3566.92	c learnt ternary clauses	: 1
3600.03/3566.92	c learnt constraints	: 529707
3600.03/3566.92	c ignored constraints	: 0
3600.03/3566.92	c root simplifications	: 0
3600.03/3566.92	c removed literals (reason simplification)	: 0
3600.03/3566.92	c reason swapping (by a shorter reason)	: 0
3600.03/3566.92	c Calls to reduceDB	: 28
3600.03/3566.92	c Number of update (reduction) of LBD	: 191220
3600.03/3566.92	c Imported unit clauses	: 0
3600.03/3566.92	c No decision after first conflict	: false
3600.03/3566.92	c number of reductions to clauses (during analyze)	: 0
3600.03/3566.92	c number of learned constraints concerned by reduction	: 0
3600.03/3566.92	c number of learning phase by resolution	: 0
3600.03/3566.92	c number of learning phase by cutting planes	: 0
3600.03/3566.92	c number of rounding to 1 operations	: 585276
3600.03/3566.92	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.03/3566.92	c number of reductions of the coefficients by power 2 	: 0
3600.03/3566.92	c number of right shift for reduction by power 2 	: 0
3600.03/3566.92	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.03/3566.92	c number of ending skipping 	: 0
3600.03/3566.92	c number of internal skipping 	: 0
3600.03/3566.92	c number of derivation steps 	: 11535584
3600.03/3566.92	c number of skipped derivation steps 	: 0
3600.03/3566.92	c number of remaining unassigned 	: 5854
3600.03/3566.92	c number of remaining assigned 	: 13999454
3600.03/3566.92	c number of falsified literals weakened from reason	: 0
3600.03/3566.92	c number of falsified literals weakened from conflict	: 0
3600.03/3566.92	c time for arithmetic operations	: 1363943479
3600.03/3566.92	c minimum degree of deleted constraints	: 4
3600.03/3566.92	c maximum degree of deleted constraints	: 8310
3600.03/3566.92	c number of deleted constraints	: 194775
3600.03/3566.92	c speed (assignments/second)	: 22752.034576444166
3600.03/3566.92	c non guided choices	: 149
3600.03/3566.99	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 230937
3600.03/3566.99	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 7811
3600.03/3566.99	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 96184
3600.03/3566.99	s UNKNOWN
3600.03/3566.99	c Total wall clock time (in seconds): 3566.842

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: 63968 MiB (60140 MiB free)
  memory of node 1: 64473 MiB (55767 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451965-1721429044/watcher-4451965-1721429044 -o /tmp/evaluation-result-4451965-1721429044/solver-4451965-1721429044 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721422136-1031743 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4451965-1721429044.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=1037130, runsolver pid=1037127

[startup+0.100515 s]*
/proc/loadavg: 4.36 4.50 4.56 7/331 1037148
/proc/meminfo: memFree=118647384/131524600 swapFree=131071996/131071996
[pid=1037130] ppid=1037127 vsize=18975048 memory=63004 CPUtime=0.13 cores=0,2
/proc/1037130/stat : 1037130 (java) S 1037127 1037130 1031733 0 -1 1077936128 7202 0 0 0 11 2 0 0 20 0 18 0 195070594 19430449152 15751 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
/proc/1037130/statm: 4743762 15751 5658 1 0 549318 0
[pid=1037130/tid=1037132] ppid=1037127 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/1037130/task/1037132/stat : 1037132 (java) R 1037127 1037130 1031733 0 -1 1077936192 5728 0 0 0 7 1 0 0 20 0 18 0 195070594 19430449152 15751 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
[pid=1037130/tid=1037141] ppid=1037127 vsize=18975048 memory=228556276070 CPUtime=0 cores=0,2
/proc/1037130/task/1037141/stat : 1037141 (Finalizer) S 1037127 1037130 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 195070597 19430449152 15751 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
[pid=1037130/tid=1037148] ppid=1037127 vsize=18975048 memory=13845278874243994 CPUtime=0 cores=0,2
/proc/1037130/task/1037148/stat : 1037148 (Common-Cleaner) S 1037127 1037130 1031733 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 195070597 19430449152 15751 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63004 KiB

[startup+0.206397 s]*
/proc/loadavg: 4.36 4.50 4.56 7/331 1037148
/proc/meminfo: memFree=118632528/131524600 swapFree=131071996/131071996
[pid=1037130] ppid=1037127 vsize=18975048 memory=76388 CPUtime=0.32 cores=0,2
/proc/1037130/stat : 1037130 (java) S 1037127 1037130 1031733 0 -1 1077936128 7795 0 0 0 30 2 0 0 20 0 18 0 195070594 19430449152 19097 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
/proc/1037130/statm: 4743762 19097 5856 1 0 549715 0
[pid=1037130/tid=1037132] ppid=1037127 vsize=18975048 memory=6876556183782621315 CPUtime=0.17 cores=0,2
/proc/1037130/task/1037132/stat : 1037132 (java) R 1037127 1037130 1031733 0 -1 4194368 6029 0 0 0 16 1 0 0 20 0 18 0 195070594 19430449152 19097 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
[pid=1037130/tid=1037141] ppid=1037127 vsize=18975048 memory=1676398 CPUtime=0 cores=0,2
/proc/1037130/task/1037141/stat : 1037141 (Finalizer) S 1037127 1037130 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 195070597 19430449152 19097 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
[pid=1037130/tid=1037148] ppid=1037127 vsize=18975048 memory=15544020042516215 CPUtime=0 cores=0,2
/proc/1037130/task/1037148/stat : 1037148 (Common-Cleaner) S 1037127 1037130 1031733 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 195070597 19430449152 19097 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 76388 KiB

[startup+0.307021 s]*
/proc/loadavg: 4.36 4.50 4.56 7/331 1037148
/proc/meminfo: memFree=118550280/131524600 swapFree=131071996/131071996
[pid=1037130] ppid=1037127 vsize=18975048 memory=160164 CPUtime=0.49 cores=0,2
/proc/1037130/stat : 1037130 (java) S 1037127 1037130 1031733 0 -1 1077936128 9315 0 0 0 45 4 0 0 20 0 18 0 195070594 19430449152 40041 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
/proc/1037130/statm: 4743762 40041 5856 1 0 550733 0
[pid=1037130/tid=1037132] ppid=1037127 vsize=18975048 memory=-7308037602874911078 CPUtime=0.25 cores=0,2
/proc/1037130/task/1037132/stat : 1037132 (java) S 1037127 1037130 1031733 0 -1 1077936192 6078 0 0 0 22 3 0 0 20 0 18 0 195070594 19430449152 40041 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
[pid=1037130/tid=1037141] ppid=1037127 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/1037130/task/1037141/stat : 1037141 (Finalizer) S 1037127 1037130 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 195070597 19430449152 40041 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
[pid=1037130/tid=1037148] ppid=1037127 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/1037130/task/1037148/stat : 1037148 (Common-Cleaner) S 1037127 1037130 1031733 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 195070597 19430449152 40041 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
Current children cumulated CPU time: 0.49 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 160164 KiB

[startup+0.700693 s]
/proc/loadavg: 4.36 4.50 4.56 7/333 1037150
/proc/meminfo: memFree=118532276/131524600 swapFree=131071996/131071996
[pid=1037130] ppid=1037127 vsize=19108176 memory=183016 CPUtime=1.24 cores=0,2
/proc/1037130/stat : 1037130 (java) S 1037127 1037130 1031733 0 -1 1077936128 16029 0 0 0 118 6 0 0 20 0 20 0 195070594 19566772224 45754 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
/proc/1037130/statm: 4777044 45754 5872 1 0 555661 0
[pid=1037130/tid=1037132] ppid=1037127 vsize=19108176 memory=5468 CPUtime=0.61 cores=0,2
/proc/1037130/task/1037132/stat : 1037132 (java) S 1037127 1037130 1031733 0 -1 1077936192 6169 0 0 0 58 3 0 0 20 0 20 0 195070594 19566772224 45754 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
[pid=1037130/tid=1037141] ppid=1037127 vsize=19108176 memory=12420 CPUtime=0 cores=0,2
/proc/1037130/task/1037141/stat : 1037141 (Finalizer) S 1037127 1037130 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195070597 19566772224 45754 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
[pid=1037130/tid=1037148] ppid=1037127 vsize=19108176 memory=164 CPUtime=0 cores=0,2
/proc/1037130/task/1037148/stat : 1037148 (Common-Cleaner) S 1037127 1037130 1031733 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 195070597 19566772224 45754 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
[pid=1037130/tid=1037150] ppid=1037127 vsize=19108176 memory=117636 CPUtime=0 cores=0,2
/proc/1037130/task/1037150/stat : 1037150 (Timer-0) S 1037127 1037130 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195070628 19566772224 45754 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
Current children cumulated CPU time: 1.24 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 183016 KiB

[startup+1.50041 s]
/proc/loadavg: 4.36 4.50 4.56 6/333 1037150
/proc/meminfo: memFree=118507812/131524600 swapFree=131071996/131071996
[pid=1037130] ppid=1037127 vsize=19108176 memory=398548 CPUtime=2.81 cores=0,2
/proc/1037130/stat : 1037130 (java) S 1037127 1037130 1031733 0 -1 1077936128 23122 0 0 0 270 11 0 0 20 0 20 0 195070594 19566772224 99637 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
/proc/1037130/statm: 4777044 99637 5888 1 0 555981 0
[pid=1037130/tid=1037132] ppid=1037127 vsize=19108176 memory=12420 CPUtime=1.36 cores=0,2
/proc/1037130/task/1037132/stat : 1037132 (java) R 1037127 1037130 1031733 0 -1 4194368 6555 0 0 0 129 7 0 0 20 0 20 0 195070594 19566772224 99637 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
[pid=1037130/tid=1037141] ppid=1037127 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1037130/task/1037141/stat : 1037141 (Finalizer) S 1037127 1037130 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195070597 19566772224 99637 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
[pid=1037130/tid=1037148] ppid=1037127 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1037130/task/1037148/stat : 1037148 (Common-Cleaner) S 1037127 1037130 1031733 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 195070597 19566772224 99637 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
[pid=1037130/tid=1037150] ppid=1037127 vsize=19108176 memory=281156612433168 CPUtime=0 cores=0,2
/proc/1037130/task/1037150/stat : 1037150 (Timer-0) S 1037127 1037130 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195070628 19566772224 99637 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
Current children cumulated CPU time: 2.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 398548 KiB

[startup+3.10576 s]
/proc/loadavg: 4.36 4.50 4.56 8/333 1037150
/proc/meminfo: memFree=117852124/131524600 swapFree=131071996/131071996
[pid=1037130] ppid=1037127 vsize=19108176 memory=858928 CPUtime=5.95 cores=0,2
/proc/1037130/stat : 1037130 (java) S 1037127 1037130 1031733 0 -1 1077936128 26919 0 0 0 573 22 0 0 20 0 20 0 195070594 19566772224 214732 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
/proc/1037130/statm: 4777044 214732 5888 1 0 556216 0
[pid=1037130/tid=1037132] ppid=1037127 vsize=19108176 memory=0 CPUtime=2.93 cores=0,2
/proc/1037130/task/1037132/stat : 1037132 (java) R 1037127 1037130 1031733 0 -1 4194368 8112 0 0 0 276 17 0 0 20 0 20 0 195070594 19566772224 214732 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
[pid=1037130/tid=1037141] ppid=1037127 vsize=19108176 memory=12420 CPUtime=0 cores=0,2
/proc/1037130/task/1037141/stat : 1037141 (Finalizer) S 1037127 1037130 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195070597 19566772224 214732 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
[pid=1037130/tid=1037148] ppid=1037127 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1037130/task/1037148/stat : 1037148 (Common-Cleaner) S 1037127 1037130 1031733 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 195070597 19566772224 214732 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
[pid=1037130/tid=1037150] ppid=1037127 vsize=19108176 memory=11664 CPUtime=0 cores=0,2
/proc/1037130/task/1037150/stat : 1037150 (Timer-0) S 1037127 1037130 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195070628 19566772224 214732 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
Current children cumulated CPU time: 5.95 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 858928 KiB

[startup+6.30029 s]
/proc/loadavg: 4.33 4.49 4.55 5/333 1037150
/proc/meminfo: memFree=117367560/131524600 swapFree=131071996/131071996
[pid=1037130] ppid=1037127 vsize=19108176 memory=1326044 CPUtime=9.53 cores=0,2
/proc/1037130/stat : 1037130 (java) S 1037127 1037130 1031733 0 -1 1077936128 27268 0 0 0 922 31 0 0 20 0 20 0 195070594 19566772224 331511 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
/proc/1037130/statm: 4777044 331511 5888 1 0 556219 0
[pid=1037130/tid=1037132] ppid=1037127 vsize=19108176 memory=12420 CPUtime=6.09 cores=0,2
/proc/1037130/task/1037132/stat : 1037132 (java) R 1037127 1037130 1031733 0 -1 4194368 8342 0 0 0 583 26 0 0 20 0 20 0 195070594 19566772224 331511 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
[pid=1037130/tid=1037141] ppid=1037127 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1037130/task/1037141/stat : 1037141 (Finalizer) S 1037127 1037130 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195070597 19566772224 331511 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
[pid=1037130/tid=1037148] ppid=1037127 vsize=19108176 memory=398896 CPUtime=0 cores=0,2
/proc/1037130/task/1037148/stat : 1037148 (Common-Cleaner) S 1037127 1037130 1031733 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 20 0 195070597 19566772224 331511 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
[pid=1037130/tid=1037150] ppid=1037127 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1037130/task/1037150/stat : 1037150 (Timer-0) S 1037127 1037130 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195070628 19566772224 331511 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
Current children cumulated CPU time: 9.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1326044 KiB

[startup+12.7003 s]
/proc/loadavg: 4.31 4.48 4.55 5/333 1037151
/proc/meminfo: memFree=117350896/131524600 swapFree=131071996/131071996
[pid=1037130] ppid=1037127 vsize=19108176 memory=1334432 CPUtime=16.05 cores=0,2
/proc/1037130/stat : 1037130 (java) S 1037127 1037130 1031733 0 -1 1077936128 27803 0 0 0 1574 31 0 0 20 0 20 0 195070594 19566772224 333608 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
/proc/1037130/statm: 4777044 333608 5888 1 0 556219 0
[pid=1037130/tid=1037132] ppid=1037127 vsize=19108176 memory=0 CPUtime=12.36 cores=0,2
/proc/1037130/task/1037132/stat : 1037132 (java) R 1037127 1037130 1031733 0 -1 4194368 8835 0 0 0 1210 26 0 0 20 0 20 0 195070594 19566772224 333608 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
[pid=1037130/tid=1037141] ppid=1037127 vsize=19108176 memory=-7308037602874911078 CPUtime=0 cores=0,2
/proc/1037130/task/1037141/stat : 1037141 (Finalizer) S 1037127 1037130 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195070597 19566772224 333608 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
[pid=1037130/tid=1037148] ppid=1037127 vsize=19108176 memory=2248 CPUtime=0 cores=0,2
/proc/1037130/task/1037148/stat : 1037148 (Common-Cleaner) S 1037127 1037130 1031733 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 20 0 195070597 19566772224 333608 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
[pid=1037130/tid=1037150] ppid=1037127 vsize=19108176 memory=11664 CPUtime=0 cores=0,2
/proc/1037130/task/1037150/stat : 1037150 (Timer-0) S 1037127 1037130 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195070628 19566772224 333608 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
Current children cumulated CPU time: 16.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1334432 KiB

[startup+25.5003 s]
/proc/loadavg: 4.24 4.46 4.54 5/333 1037153
/proc/meminfo: memFree=117303276/131524600 swapFree=131071996/131071996
[pid=1037130] ppid=1037127 vsize=19108176 memory=1349072 CPUtime=28.98 cores=0,2
/proc/1037130/stat : 1037130 (java) S 1037127 1037130 1031733 0 -1 1077936128 34063 0 0 0 2865 33 0 0 20 0 20 0 195070594 19566772224 337268 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
/proc/1037130/statm: 4777044 337268 5888 1 0 556253 0
[pid=1037130/tid=1037132] ppid=1037127 vsize=19108176 memory=11664 CPUtime=24.91 cores=0,2
/proc/1037130/task/1037132/stat : 1037132 (java) R 1037127 1037130 1031733 0 -1 4194368 10675 0 0 0 2465 26 0 0 20 0 20 0 195070594 19566772224 337268 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
[pid=1037130/tid=1037141] ppid=1037127 vsize=19108176 memory=11664 CPUtime=0 cores=0,2
/proc/1037130/task/1037141/stat : 1037141 (Finalizer) S 1037127 1037130 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195070597 19566772224 337268 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
[pid=1037130/tid=1037148] ppid=1037127 vsize=19108176 memory=1326044 CPUtime=0 cores=0,2
/proc/1037130/task/1037148/stat : 1037148 (Common-Cleaner) S 1037127 1037130 1031733 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 20 0 195070597 19566772224 337268 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
[pid=1037130/tid=1037150] ppid=1037127 vsize=19108176 memory=281156612379952 CPUtime=0 cores=0,2
/proc/1037130/task/1037150/stat : 1037150 (Timer-0) S 1037127 1037130 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195070628 19566772224 337268 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
Current children cumulated CPU time: 28.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1349072 KiB

[startup+51.1064 s]
/proc/loadavg: 4.28 4.45 4.54 5/333 1037157
/proc/meminfo: memFree=117209920/131524600 swapFree=131071996/131071996
[pid=1037130] ppid=1037127 vsize=19108176 memory=1378004 CPUtime=54.77 cores=0,2
/proc/1037130/stat : 1037130 (java) S 1037127 1037130 1031733 0 -1 1077936128 42492 0 0 0 5441 36 0 0 20 0 20 0 195070594 19566772224 344501 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
/proc/1037130/statm: 4777044 344501 5888 1 0 556253 0
[pid=1037130/tid=1037132] ppid=1037127 vsize=19108176 memory=1371784 CPUtime=49.94 cores=0,2
/proc/1037130/task/1037132/stat : 1037132 (java) R 1037127 1037130 1031733 0 -1 4194368 13442 0 0 0 4968 26 0 0 20 0 20 0 195070594 19566772224 344501 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
[pid=1037130/tid=1037141] ppid=1037127 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1037130/task/1037141/stat : 1037141 (Finalizer) S 1037127 1037130 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195070597 19566772224 344501 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0

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

/proc/1037130/task/1037141/stat : 1037141 (Finalizer) S 1037127 1037130 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195070597 19566772224 641192 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
[pid=1037130/tid=1037148] ppid=1037127 vsize=19108176 memory=2564768 CPUtime=0 cores=0,2
/proc/1037130/task/1037148/stat : 1037148 (Common-Cleaner) S 1037127 1037130 1031733 0 -1 1077936192 4249 0 0 0 0 0 0 0 20 0 20 0 195070597 19566772224 641192 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
[pid=1037130/tid=1037150] ppid=1037127 vsize=19108176 memory=2564768 CPUtime=0 cores=0,2
/proc/1037130/task/1037150/stat : 1037150 (Timer-0) S 1037127 1037130 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195070628 19566772224 641192 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
Current children cumulated CPU time: 3186.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2564768 KiB

[startup+3222.3 s]
/proc/loadavg: 3.23 3.75 4.13 4/305 1039160
/proc/meminfo: memFree=121369400/131524600 swapFree=131071996/131071996
[pid=1037130] ppid=1037127 vsize=19108176 memory=2564768 CPUtime=3247.9 cores=0,2
/proc/1037130/stat : 1037130 (java) S 1037127 1037130 1031733 0 -1 1077936128 244727 0 0 0 324529 261 0 0 20 0 20 0 195070594 19566772224 641192 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
/proc/1037130/statm: 4777044 641192 5936 1 0 663263 0
[pid=1037130/tid=1037132] ppid=1037127 vsize=19108176 memory=2513292 CPUtime=3161.73 cores=0,2
/proc/1037130/task/1037132/stat : 1037132 (java) R 1037127 1037130 1031733 0 -1 4194368 115762 0 0 0 316101 72 0 0 20 0 20 0 195070594 19566772224 641192 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 31 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
[pid=1037130/tid=1037141] ppid=1037127 vsize=19108176 memory=2564768 CPUtime=0 cores=0,2
/proc/1037130/task/1037141/stat : 1037141 (Finalizer) S 1037127 1037130 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195070597 19566772224 641192 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
[pid=1037130/tid=1037148] ppid=1037127 vsize=19108176 memory=11664 CPUtime=0 cores=0,2
/proc/1037130/task/1037148/stat : 1037148 (Common-Cleaner) S 1037127 1037130 1031733 0 -1 1077936192 4345 0 0 0 0 0 0 0 20 0 20 0 195070597 19566772224 641192 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
[pid=1037130/tid=1037150] ppid=1037127 vsize=19108176 memory=2564768 CPUtime=0 cores=0,2
/proc/1037130/task/1037150/stat : 1037150 (Timer-0) S 1037127 1037130 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195070628 19566772224 641192 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
Current children cumulated CPU time: 3247.9 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2564768 KiB

[startup+3282.3 s]
/proc/loadavg: 2.74 3.53 4.03 3/279 1039204
/proc/meminfo: memFree=124334408/131524600 swapFree=131071996/131071996
[pid=1037130] ppid=1037127 vsize=19108176 memory=2564768 CPUtime=3309.28 cores=0,2
/proc/1037130/stat : 1037130 (java) S 1037127 1037130 1031733 0 -1 1077936128 248459 0 0 0 330664 264 0 0 20 0 20 0 195070594 19566772224 641192 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
/proc/1037130/statm: 4777044 641192 5936 1 0 663263 0
[pid=1037130/tid=1037132] ppid=1037127 vsize=19108176 memory=2513292 CPUtime=3220.52 cores=0,2
/proc/1037130/task/1037132/stat : 1037132 (java) R 1037127 1037130 1031733 0 -1 4194368 117934 0 0 0 321979 73 0 0 20 0 20 0 195070594 19566772224 641192 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 31 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
[pid=1037130/tid=1037141] ppid=1037127 vsize=19108176 memory=2564768 CPUtime=0 cores=0,2
/proc/1037130/task/1037141/stat : 1037141 (Finalizer) S 1037127 1037130 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195070597 19566772224 641192 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
[pid=1037130/tid=1037148] ppid=1037127 vsize=19108176 memory=5468 CPUtime=0 cores=0,2
/proc/1037130/task/1037148/stat : 1037148 (Common-Cleaner) S 1037127 1037130 1031733 0 -1 1077936192 4441 0 0 0 0 0 0 0 20 0 20 0 195070597 19566772224 641192 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
[pid=1037130/tid=1037150] ppid=1037127 vsize=19108176 memory=48052 CPUtime=0 cores=0,2
/proc/1037130/task/1037150/stat : 1037150 (Timer-0) S 1037127 1037130 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195070628 19566772224 641192 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
Current children cumulated CPU time: 3309.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2564768 KiB

[startup+3342.3 s]
/proc/loadavg: 2.38 3.28 3.91 3/278 1039214
/proc/meminfo: memFree=124321668/131524600 swapFree=131071996/131071996
[pid=1037130] ppid=1037127 vsize=19108176 memory=2564768 CPUtime=3370.6 cores=0,2
/proc/1037130/stat : 1037130 (java) S 1037127 1037130 1031733 0 -1 1077936128 252161 0 0 0 336791 269 0 0 20 0 20 0 195070594 19566772224 641192 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
/proc/1037130/statm: 4777044 641192 5936 1 0 663263 0
[pid=1037130/tid=1037132] ppid=1037127 vsize=19108176 memory=2513292 CPUtime=3279.4 cores=0,2
/proc/1037130/task/1037132/stat : 1037132 (java) R 1037127 1037130 1031733 0 -1 4194368 120074 0 0 0 327866 74 0 0 20 0 20 0 195070594 19566772224 641192 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 31 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
[pid=1037130/tid=1037141] ppid=1037127 vsize=19108176 memory=129 CPUtime=0 cores=0,2
/proc/1037130/task/1037141/stat : 1037141 (Finalizer) S 1037127 1037130 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195070597 19566772224 641192 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
[pid=1037130/tid=1037148] ppid=1037127 vsize=19108176 memory=1848 CPUtime=0 cores=0,2
/proc/1037130/task/1037148/stat : 1037148 (Common-Cleaner) S 1037127 1037130 1031733 0 -1 1077936192 4537 0 0 0 0 0 0 0 20 0 20 0 195070597 19566772224 641192 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
[pid=1037130/tid=1037150] ppid=1037127 vsize=19108176 memory=2564768 CPUtime=0 cores=0,2
/proc/1037130/task/1037150/stat : 1037150 (Timer-0) S 1037127 1037130 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195070628 19566772224 641192 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
Current children cumulated CPU time: 3370.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2564768 KiB

[startup+3402.3 s]
/proc/loadavg: 2.24 3.08 3.80 3/281 1039230
/proc/meminfo: memFree=124310712/131524600 swapFree=131071996/131071996
[pid=1037130] ppid=1037127 vsize=19108176 memory=2564768 CPUtime=3431.75 cores=0,2
/proc/1037130/stat : 1037130 (java) S 1037127 1037130 1031733 0 -1 1077936128 255858 0 0 0 342903 272 0 0 20 0 20 0 195070594 19566772224 641192 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
/proc/1037130/statm: 4777044 641192 5936 1 0 663263 0
[pid=1037130/tid=1037132] ppid=1037127 vsize=19108176 memory=1848 CPUtime=3338.29 cores=0,2
/proc/1037130/task/1037132/stat : 1037132 (java) R 1037127 1037130 1031733 0 -1 4194368 122085 0 0 0 333755 74 0 0 20 0 20 0 195070594 19566772224 641192 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 31 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
[pid=1037130/tid=1037141] ppid=1037127 vsize=19108176 memory=2564768 CPUtime=0 cores=0,2
/proc/1037130/task/1037141/stat : 1037141 (Finalizer) S 1037127 1037130 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195070597 19566772224 641192 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
[pid=1037130/tid=1037148] ppid=1037127 vsize=19108176 memory=2564768 CPUtime=0 cores=0,2
/proc/1037130/task/1037148/stat : 1037148 (Common-Cleaner) S 1037127 1037130 1031733 0 -1 1077936192 4633 0 0 0 0 0 0 0 20 0 20 0 195070597 19566772224 641192 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
[pid=1037130/tid=1037150] ppid=1037127 vsize=19108176 memory=-7308037602874911078 CPUtime=0 cores=0,2
/proc/1037130/task/1037150/stat : 1037150 (Timer-0) S 1037127 1037130 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195070628 19566772224 641192 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
Current children cumulated CPU time: 3431.75 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2564768 KiB

[startup+3462.3 s]
/proc/loadavg: 2.29 2.94 3.71 3/281 1039240
/proc/meminfo: memFree=124295688/131524600 swapFree=131071996/131071996
[pid=1037130] ppid=1037127 vsize=19108176 memory=2564772 CPUtime=3493.14 cores=0,2
/proc/1037130/stat : 1037130 (java) S 1037127 1037130 1031733 0 -1 1077936128 259644 0 0 0 349039 275 0 0 20 0 20 0 195070594 19566772224 641193 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
/proc/1037130/statm: 4777044 641193 5936 1 0 663263 0
[pid=1037130/tid=1037132] ppid=1037127 vsize=19108176 memory=1848 CPUtime=3397.12 cores=0,2
/proc/1037130/task/1037132/stat : 1037132 (java) R 1037127 1037130 1031733 0 -1 4194368 124012 0 0 0 339637 75 0 0 20 0 20 0 195070594 19566772224 641193 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 31 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
[pid=1037130/tid=1037141] ppid=1037127 vsize=19108176 memory=5468 CPUtime=0 cores=0,2
/proc/1037130/task/1037141/stat : 1037141 (Finalizer) S 1037127 1037130 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195070597 19566772224 641193 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
[pid=1037130/tid=1037148] ppid=1037127 vsize=19108176 memory=11664 CPUtime=0 cores=0,2
/proc/1037130/task/1037148/stat : 1037148 (Common-Cleaner) S 1037127 1037130 1031733 0 -1 1077936192 4729 0 0 0 0 0 0 0 20 0 20 0 195070597 19566772224 641193 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
[pid=1037130/tid=1037150] ppid=1037127 vsize=19108176 memory=2564772 CPUtime=0 cores=0,2
/proc/1037130/task/1037150/stat : 1037150 (Timer-0) S 1037127 1037130 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195070628 19566772224 641193 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
Current children cumulated CPU time: 3493.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2564772 KiB

[startup+3522.3 s]
/proc/loadavg: 2.21 2.80 3.61 5/282 1039251
/proc/meminfo: memFree=124282900/131524600 swapFree=131071996/131071996
[pid=1037130] ppid=1037127 vsize=19108176 memory=2564772 CPUtime=3554.71 cores=0,2
/proc/1037130/stat : 1037130 (java) S 1037127 1037130 1031733 0 -1 1077936128 263499 0 0 0 355192 279 0 0 20 0 20 0 195070594 19566772224 641193 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
/proc/1037130/statm: 4777044 641193 5936 1 0 663263 0
[pid=1037130/tid=1037132] ppid=1037127 vsize=19108176 memory=2564772 CPUtime=3455.84 cores=0,2
/proc/1037130/task/1037132/stat : 1037132 (java) R 1037127 1037130 1031733 0 -1 4194368 125924 0 0 0 345509 75 0 0 20 0 20 0 195070594 19566772224 641193 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 31 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
[pid=1037130/tid=1037141] ppid=1037127 vsize=19108176 memory=11664 CPUtime=0 cores=0,2
/proc/1037130/task/1037141/stat : 1037141 (Finalizer) S 1037127 1037130 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195070597 19566772224 641193 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
[pid=1037130/tid=1037148] ppid=1037127 vsize=19108176 memory=26000 CPUtime=0 cores=0,2
/proc/1037130/task/1037148/stat : 1037148 (Common-Cleaner) S 1037127 1037130 1031733 0 -1 1077936192 4807 0 0 0 0 0 0 0 20 0 20 0 195070597 19566772224 641193 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
[pid=1037130/tid=1037150] ppid=1037127 vsize=19108176 memory=2564772 CPUtime=0 cores=0,2
/proc/1037130/task/1037150/stat : 1037150 (Timer-0) S 1037127 1037130 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195070628 19566772224 641193 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
Current children cumulated CPU time: 3554.71 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2564772 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3566.9 s]
/proc/loadavg: 2.17 2.70 3.53 4/282 1039259
/proc/meminfo: memFree=124270120/131524600 swapFree=131071996/131071996
[pid=1037130] ppid=1037127 vsize=19108176 memory=2564772 CPUtime=3600.03 cores=0,2
/proc/1037130/stat : 1037130 (java) S 1037127 1037130 1031733 0 -1 1077936128 264457 0 0 0 359721 282 0 0 20 0 20 0 195070594 19566772224 641193 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
/proc/1037130/statm: 4777044 641193 5936 1 0 663263 0
[pid=1037130/tid=1037132] ppid=1037127 vsize=19108176 memory=12420 CPUtime=3499.57 cores=0,2
/proc/1037130/task/1037132/stat : 1037132 (java) R 1037127 1037130 1031733 0 -1 4194368 126732 0 0 0 349882 75 0 0 20 0 20 0 195070594 19566772224 641193 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 31 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
[pid=1037130/tid=1037141] ppid=1037127 vsize=19108176 memory=12420 CPUtime=0 cores=0,2
/proc/1037130/task/1037141/stat : 1037141 (Finalizer) S 1037127 1037130 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 195070597 19566772224 641193 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
[pid=1037130/tid=1037148] ppid=1037127 vsize=19108176 memory=2564772 CPUtime=0 cores=0,2
/proc/1037130/task/1037148/stat : 1037148 (Common-Cleaner) S 1037127 1037130 1031733 0 -1 1077936192 4903 0 0 0 0 0 0 0 20 0 20 0 195070597 19566772224 641193 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
[pid=1037130/tid=1037150] ppid=1037127 vsize=19108176 memory=2564772 CPUtime=0 cores=0,2
/proc/1037130/task/1037150/stat : 1037150 (Timer-0) S 1037127 1037130 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 195070628 19566772224 641193 134679101440 94663565615104 94663565618800 140734047134896 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94663565626616 94663565627408 94663584878592 140734047142894 140734047143007 140734047143007 140734047150024 0
Current children cumulated CPU time: 3600.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2564772 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.37 s, system=2.83095 s

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

[startup+3567.01 s]*
/proc/loadavg: 2.17 2.70 3.53 3/264 1039262
/proc/meminfo: memFree=126780508/131524600 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3567.01
CPU time (s): 3600.2
CPU user time (s): 3597.37
CPU system time (s): 2.83095
CPU usage (%): 100.93
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 2564772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.37
system time used= 2.83095
maximum resident set size= 2566412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 268010
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 162114
involuntary context switches= 33485


# summary of solver processes directly reported to runsolver:
#   pid: 1037130
#   total CPU time (s): 3600.2
#   total CPU user time (s): 3597.37
#   total CPU system time (s): 2.83095

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.14283 second user time and 16.5609 second system time

The end

Launcher Data

Begin job on nodeC026 at 2024-07-20 00:44:17
IDJOB=4451965
IDBENCH=162853
IDSOLVER=3046
FILE ID=nodeC026/4451965-1721429044
RUNJOBID= nodeC026-1721422136-1031743
SLURM_JOB_ID= 7545504
Free space on /tmp= 890076 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB16/DEC-LIN/quimper/SyncCodes/d_n_k/normalized-6_6_32.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451965-1721429044/watcher-4451965-1721429044 -o /tmp/evaluation-result-4451965-1721429044/solver-4451965-1721429044 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721422136-1031743 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4451965-1721429044.opb

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

MD5SUM BENCH= 821356efb808a668e35dedcee024edbb
RANDOM SEED=1173043722

nodeC026.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		: 3641.827
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.74
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		: 3669.554
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	: 7005.45
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		: 3644.078
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        118689728 kB
MemAvailable:   119199784 kB
Buffers:          578904 kB
Cached:           777844 kB
SwapCached:            0 kB
Active:          1098100 kB
Inactive:       11106204 kB
Active(anon):       1548 kB
Inactive(anon): 10891948 kB
Active(file):    1096552 kB
Inactive(file):   214256 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1000 kB
Writeback:             0 kB
AnonPages:      10844560 kB
Mapped:           127652 kB
Shmem:             45912 kB
KReclaimable:      78144 kB
Slab:             189016 kB
SReclaimable:      78144 kB
SUnreclaim:       110872 kB
KernelStack:        5040 kB
PageTables:        31272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   11680748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67808 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10528768 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:      260820 kB
DirectMap2M:    27824128 kB
DirectMap1G:    108003328 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC026 at 2024-07-20 01:43:44