Trace number 4451635

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.21 3556.22

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/
rand6reg/normalized-rand6reg-v081-n1.opb
MD5SUM094ef2080fcb5c00ba6533ba0fd987cd
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 benchmark0.201899
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables243
Total number of constraints81
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)81
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint6
Maximum length of a constraint6
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 7
Number of bits of the biggest sum of numbers3
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-4451635-1721428228.opb
0.13/0.15	c reading problem ... 
0.13/0.15	c  no objective function found
0.13/0.17	c ... done. Wall clock time 0.021s.
0.13/0.17	c declared #vars     243
0.13/0.17	c #constraints  162
0.13/0.17	c constraints type 
0.13/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 81
0.13/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 81
0.13/0.17	c 162 constraints processed.
9.37/7.01	c cleaning 2500 clauses out of 5000 with flag 0/5000
21.05/18.53	c cleaning 4249 clauses out of 8500 with flag 0/11000
40.90/38.13	c cleaning 5622 clauses out of 11251 with flag 0/18000
66.06/63.26	c cleaning 6804 clauses out of 13629 with flag 0/26000
92.41/89.32	c cleaning 7909 clauses out of 15826 with flag 0/35001
109.75/106.37	c cleaning 8953 clauses out of 17916 with flag 0/45000
131.08/127.33	c cleaning 9974 clauses out of 19963 with flag 0/56000
163.50/159.27	c cleaning 10989 clauses out of 21989 with flag 0/68000
250.51/245.61	c cleaning 11994 clauses out of 24001 with flag 0/81001
293.31/288.08	c cleaning 12984 clauses out of 26006 with flag 0/95000
333.76/327.75	c cleaning 13997 clauses out of 28023 with flag 0/110001
385.89/379.01	c cleaning 15003 clauses out of 30025 with flag 0/126000
429.48/421.96	c cleaning 15989 clauses out of 32022 with flag 0/143000
464.28/456.02	c cleaning 16997 clauses out of 34033 with flag 0/161000
526.16/516.80	c cleaning 17966 clauses out of 36036 with flag 0/180000
612.10/601.73	c cleaning 18976 clauses out of 38070 with flag 0/200000
688.35/676.80	c cleaning 19864 clauses out of 40094 with flag 0/221000
753.91/741.20	c cleaning 20642 clauses out of 42230 with flag 0/243000
865.11/851.22	c cleaning 22094 clauses out of 44589 with flag 0/266001
983.94/968.61	c cleaning 22063 clauses out of 46495 with flag 0/290001
1066.07/1049.44	c cleaning 22714 clauses out of 49431 with flag 0/315000
1165.83/1147.85	c cleaning 23752 clauses out of 52717 with flag 0/341000
1243.64/1224.30	c cleaning 25463 clauses out of 55967 with flag 0/368002
1343.02/1322.16	c cleaning 26247 clauses out of 58502 with flag 0/396000
1458.04/1436.28	c cleaning 27206 clauses out of 61256 with flag 0/425001
1591.44/1568.85	c cleaning 28868 clauses out of 64049 with flag 0/455000
1716.08/1692.08	c cleaning 28464 clauses out of 66183 with flag 0/486002
1891.07/1865.55	c cleaning 28788 clauses out of 69717 with flag 0/518000
2102.92/2075.53	c cleaning 30961 clauses out of 73929 with flag 0/551000
2266.31/2237.91	c cleaning 30568 clauses out of 76968 with flag 0/585000
2447.26/2417.18	c cleaning 33545 clauses out of 81402 with flag 0/620002
2557.33/2525.54	c cleaning 32920 clauses out of 83856 with flag 0/656001
2698.12/2664.23	c cleaning 34221 clauses out of 87936 with flag 0/693001
2922.79/2886.57	c cleaning 34249 clauses out of 91714 with flag 0/731000
3029.57/2991.06	c cleaning 32579 clauses out of 96465 with flag 0/770000
3148.01/3107.39	c cleaning 33222 clauses out of 103887 with flag 0/810001
3418.61/3376.10	c cleaning 37798 clauses out of 111665 with flag 0/851001
3600.05/3556.12	c starts		: 171
3600.05/3556.12	c timeout
3600.05/3556.13	c conflicts		: 877582
3600.05/3556.13	c decisions		: 1528565
3600.05/3556.13	c propagations		: 15074517
3600.05/3556.13	c inspects		: 3866737714
3600.05/3556.13	c shortcuts		: 0
3600.05/3556.13	c learnt literals	: 0
3600.05/3556.13	c learnt binary clauses	: 0
3600.05/3556.13	c learnt ternary clauses	: 0
3600.05/3556.13	c learnt constraints	: 877581
3600.05/3556.13	c ignored constraints	: 0
3600.05/3556.13	c root simplifications	: 0
3600.05/3556.13	c removed literals (reason simplification)	: 0
3600.05/3556.13	c reason swapping (by a shorter reason)	: 0
3600.05/3556.13	c Calls to reduceDB	: 37
3600.05/3556.13	c Number of update (reduction) of LBD	: 232
3600.05/3556.13	c Imported unit clauses	: 0
3600.05/3556.13	c No decision after first conflict	: false
3600.05/3556.13	c number of reductions to clauses (during analyze)	: 0
3600.05/3556.13	c number of learned constraints concerned by reduction	: 0
3600.05/3556.13	c number of learning phase by resolution	: 0
3600.05/3556.13	c number of learning phase by cutting planes	: 0
3600.05/3556.13	c number of rounding to 1 operations	: 2401094
3600.05/3556.13	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3556.13	c number of reductions of the coefficients by power 2 	: 0
3600.05/3556.13	c number of right shift for reduction by power 2 	: 0
3600.05/3556.13	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3556.13	c number of ending skipping 	: 0
3600.05/3556.14	c number of internal skipping 	: 0
3600.05/3556.14	c number of derivation steps 	: 4164144
3600.05/3556.14	c number of skipped derivation steps 	: 0
3600.05/3556.14	c number of remaining unassigned 	: 168058
3600.05/3556.14	c number of remaining assigned 	: 111535959
3600.05/3556.14	c number of falsified literals weakened from reason	: 0
3600.05/3556.14	c number of falsified literals weakened from conflict	: 0
3600.05/3556.14	c time for arithmetic operations	: 4052272022
3600.05/3556.14	c minimum degree of deleted constraints	: 4
3600.05/3556.14	c maximum degree of deleted constraints	: 58796129
3600.05/3556.14	c number of deleted constraints	: 777134
3600.05/3556.15	c speed (assignments/second)	: 4239.214965034847
3600.05/3556.15	c non guided choices	: 78
3600.05/3556.19	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 37708
3600.05/3556.19	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1077
3600.05/3556.19	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 61662
3600.05/3556.20	s UNKNOWN
3600.05/3556.20	c Total wall clock time (in seconds): 3556.047

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451635-1721428228/watcher-4451635-1721428228 -o /tmp/evaluation-result-4451635-1721428228/solver-4451635-1721428228 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721421149-999906 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4451635-1721428228.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
solver pid=1005044, runsolver pid=1005041
Current StackSize limit: 8192 KiB


[startup+0.100058 s]*
/proc/loadavg: 4.25 4.31 4.30 5/334 1005062
/proc/meminfo: memFree=113911608/131524600 swapFree=131071996/131071996
[pid=1005044] ppid=1005041 vsize=18975048 memory=63120 CPUtime=0.13 cores=0,2
/proc/1005044/stat : 1005044 (java) S 1005041 1005044 999896 0 -1 1077936128 7222 0 0 0 12 1 0 0 20 0 18 0 194983394 19430449152 15780 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
/proc/1005044/statm: 4743762 15780 5664 1 0 549357 0
[pid=1005044/tid=1005046] ppid=1005041 vsize=18975048 memory=4026561586 CPUtime=0.09 cores=0,2
/proc/1005044/task/1005046/stat : 1005046 (java) R 1005041 1005044 999896 0 -1 4456512 5762 0 0 0 8 1 0 0 20 0 18 0 194983395 19430449152 15780 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
[pid=1005044/tid=1005055] ppid=1005041 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/1005044/task/1005055/stat : 1005055 (Finalizer) S 1005041 1005044 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 194983397 19430449152 15780 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
[pid=1005044/tid=1005062] ppid=1005041 vsize=18975048 memory=14699582227506071 CPUtime=0 cores=0,2
/proc/1005044/task/1005062/stat : 1005062 (Common-Cleaner) S 1005041 1005044 999896 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 194983398 19430449152 15780 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63120 KiB

[startup+0.213995 s]*
/proc/loadavg: 4.25 4.31 4.30 7/335 1005063
/proc/meminfo: memFree=113904600/131524600 swapFree=131071996/131071996
[pid=1005044] ppid=1005041 vsize=19041612 memory=70360 CPUtime=0.35 cores=0,2
/proc/1005044/stat : 1005044 (java) S 1005041 1005044 999896 0 -1 1077936128 7888 0 0 0 33 2 0 0 20 0 19 0 194983394 19498610688 17590 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
/proc/1005044/statm: 4760403 17590 5819 1 0 550052 0
[pid=1005044/tid=1005046] ppid=1005041 vsize=19041612 memory=6007641856751698051 CPUtime=0.19 cores=0,2
/proc/1005044/task/1005046/stat : 1005046 (java) R 1005041 1005044 999896 0 -1 4194368 6088 0 0 0 18 1 0 0 20 0 19 0 194983395 19498610688 17590 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
[pid=1005044/tid=1005055] ppid=1005041 vsize=19041612 memory=14994 CPUtime=0 cores=0,2
/proc/1005044/task/1005055/stat : 1005055 (Finalizer) S 1005041 1005044 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 194983397 19498610688 17590 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
[pid=1005044/tid=1005062] ppid=1005041 vsize=19041612 memory=15537410087847364 CPUtime=0 cores=0,2
/proc/1005044/task/1005062/stat : 1005062 (Common-Cleaner) S 1005041 1005044 999896 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 194983398 19498610688 17590 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
[pid=1005044/tid=1005063] ppid=1005041 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1005044/task/1005063/stat : 1005063 (Timer-0) S 1005041 1005044 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 194983412 19498610688 17590 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
Current children cumulated CPU time: 0.35 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 70360 KiB

[startup+0.306202 s]*
/proc/loadavg: 4.25 4.31 4.30 8/335 1005063
/proc/meminfo: memFree=113885448/131524600 swapFree=131071996/131071996
[pid=1005044] ppid=1005041 vsize=19041612 memory=89464 CPUtime=0.52 cores=0,2
/proc/1005044/stat : 1005044 (java) S 1005041 1005044 999896 0 -1 1077936128 9986 0 0 0 50 2 0 0 20 0 19 0 194983394 19498610688 22366 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
/proc/1005044/statm: 4760403 22366 5819 1 0 551331 0
[pid=1005044/tid=1005046] ppid=1005041 vsize=19041612 memory=-7452997215881291623 CPUtime=0.26 cores=0,2
/proc/1005044/task/1005046/stat : 1005046 (java) R 1005041 1005044 999896 0 -1 4194368 6120 0 0 0 25 1 0 0 20 0 19 0 194983395 19498610688 22366 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
[pid=1005044/tid=1005055] ppid=1005041 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1005044/task/1005055/stat : 1005055 (Finalizer) S 1005041 1005044 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 194983397 19498610688 22366 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
[pid=1005044/tid=1005062] ppid=1005041 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1005044/task/1005062/stat : 1005062 (Common-Cleaner) S 1005041 1005044 999896 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 194983398 19498610688 22366 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
[pid=1005044/tid=1005063] ppid=1005041 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1005044/task/1005063/stat : 1005063 (Timer-0) S 1005041 1005044 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 194983412 19498610688 22366 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 89464 KiB

[startup+0.707006 s]
/proc/loadavg: 4.25 4.31 4.30 8/335 1005063
/proc/meminfo: memFree=113809744/131524600 swapFree=131071996/131071996
[pid=1005044] ppid=1005041 vsize=19108176 memory=175864 CPUtime=1.29 cores=0,2
/proc/1005044/stat : 1005044 (java) S 1005041 1005044 999896 0 -1 1077936128 13390 0 0 0 125 4 0 0 20 0 20 0 194983394 19566772224 43966 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
/proc/1005044/statm: 4777044 43966 5834 1 0 553859 0
[pid=1005044/tid=1005046] ppid=1005041 vsize=19108176 memory=46372 CPUtime=0.57 cores=0,2
/proc/1005044/task/1005046/stat : 1005046 (java) R 1005041 1005044 999896 0 -1 4194368 6163 0 0 0 55 2 0 0 20 0 20 0 194983395 19566772224 43966 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
[pid=1005044/tid=1005055] ppid=1005041 vsize=19108176 memory=13012 CPUtime=0 cores=0,2
/proc/1005044/task/1005055/stat : 1005055 (Finalizer) S 1005041 1005044 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194983397 19566772224 43966 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
[pid=1005044/tid=1005062] ppid=1005041 vsize=19108176 memory=2312 CPUtime=0 cores=0,2
/proc/1005044/task/1005062/stat : 1005062 (Common-Cleaner) S 1005041 1005044 999896 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 194983398 19566772224 43966 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
[pid=1005044/tid=1005063] ppid=1005041 vsize=19108176 memory=26268 CPUtime=0 cores=0,2
/proc/1005044/task/1005063/stat : 1005063 (Timer-0) S 1005041 1005044 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194983412 19566772224 43966 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 175864 KiB

[startup+1.50101 s]
/proc/loadavg: 4.39 4.34 4.31 6/336 1005064
/proc/meminfo: memFree=113775532/131524600 swapFree=131071996/131071996
[pid=1005044] ppid=1005041 vsize=19108176 memory=375956 CPUtime=2.85 cores=0,2
/proc/1005044/stat : 1005044 (java) S 1005041 1005044 999896 0 -1 1077936128 25986 0 0 0 277 8 0 0 20 0 20 0 194983394 19566772224 93989 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
/proc/1005044/statm: 4777044 93989 5850 1 0 558656 0
[pid=1005044/tid=1005046] ppid=1005041 vsize=19108176 memory=13012 CPUtime=1.33 cores=0,2
/proc/1005044/task/1005046/stat : 1005046 (java) R 1005041 1005044 999896 0 -1 4194368 6341 0 0 0 128 5 0 0 20 0 20 0 194983395 19566772224 93989 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
[pid=1005044/tid=1005055] ppid=1005041 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1005044/task/1005055/stat : 1005055 (Finalizer) S 1005041 1005044 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194983397 19566772224 93989 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
[pid=1005044/tid=1005062] ppid=1005041 vsize=19108176 memory=2312 CPUtime=0 cores=0,2
/proc/1005044/task/1005062/stat : 1005062 (Common-Cleaner) S 1005041 1005044 999896 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 194983398 19566772224 93989 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
[pid=1005044/tid=1005063] ppid=1005041 vsize=19108176 memory=26268 CPUtime=0 cores=0,2
/proc/1005044/task/1005063/stat : 1005063 (Timer-0) S 1005041 1005044 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194983412 19566772224 93989 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 375956 KiB

[startup+3.10601 s]
/proc/loadavg: 4.39 4.34 4.31 5/336 1005066
/proc/meminfo: memFree=113181832/131524600 swapFree=131071996/131071996
[pid=1005044] ppid=1005041 vsize=19108176 memory=791184 CPUtime=5.35 cores=0,2
/proc/1005044/stat : 1005044 (java) S 1005041 1005044 999896 0 -1 1077936128 29329 0 0 0 518 17 0 0 20 0 20 0 194983394 19566772224 197796 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
/proc/1005044/statm: 4777044 197796 5850 1 0 665178 0
[pid=1005044/tid=1005046] ppid=1005041 vsize=19108176 memory=0 CPUtime=2.88 cores=0,2
/proc/1005044/task/1005046/stat : 1005046 (java) R 1005041 1005044 999896 0 -1 4194368 7115 0 0 0 275 13 0 0 20 0 20 0 194983395 19566772224 197796 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
[pid=1005044/tid=1005055] ppid=1005041 vsize=19108176 memory=-7452997215881291623 CPUtime=0 cores=0,2
/proc/1005044/task/1005055/stat : 1005055 (Finalizer) S 1005041 1005044 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194983397 19566772224 197796 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
[pid=1005044/tid=1005062] ppid=1005041 vsize=19108176 memory=13012 CPUtime=0 cores=0,2
/proc/1005044/task/1005062/stat : 1005062 (Common-Cleaner) S 1005041 1005044 999896 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 194983398 19566772224 197796 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
[pid=1005044/tid=1005063] ppid=1005041 vsize=19108176 memory=2312 CPUtime=0 cores=0,2
/proc/1005044/task/1005063/stat : 1005063 (Timer-0) S 1005041 1005044 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194983412 19566772224 197796 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
Current children cumulated CPU time: 5.35 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 791184 KiB

[startup+6.304 s]
/proc/loadavg: 4.36 4.34 4.31 5/336 1005066
/proc/meminfo: memFree=113062392/131524600 swapFree=131071996/131071996
[pid=1005044] ppid=1005041 vsize=19108176 memory=910360 CPUtime=8.64 cores=0,2
/proc/1005044/stat : 1005044 (java) S 1005041 1005044 999896 0 -1 1077936128 29892 0 0 0 844 20 0 0 20 0 20 0 194983394 19566772224 227590 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
/proc/1005044/statm: 4777044 227590 5850 1 0 665181 0
[pid=1005044/tid=1005046] ppid=1005041 vsize=19108176 memory=2312 CPUtime=6 cores=0,2
/proc/1005044/task/1005046/stat : 1005046 (java) S 1005041 1005044 999896 0 -1 1077936192 7546 0 0 0 585 15 0 0 20 0 20 0 194983395 19566772224 227590 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
[pid=1005044/tid=1005055] ppid=1005041 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1005044/task/1005055/stat : 1005055 (Finalizer) S 1005041 1005044 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194983397 19566772224 227590 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
[pid=1005044/tid=1005062] ppid=1005041 vsize=19108176 memory=13012 CPUtime=0 cores=0,2
/proc/1005044/task/1005062/stat : 1005062 (Common-Cleaner) S 1005041 1005044 999896 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 194983398 19566772224 227590 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
[pid=1005044/tid=1005063] ppid=1005041 vsize=19108176 memory=-4334520239063117600 CPUtime=0 cores=0,2
/proc/1005044/task/1005063/stat : 1005063 (Timer-0) S 1005041 1005044 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194983412 19566772224 227590 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
Current children cumulated CPU time: 8.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 910360 KiB

[startup+12.7003 s]
/proc/loadavg: 4.33 4.33 4.31 5/336 1005068
/proc/meminfo: memFree=111987468/131524600 swapFree=131071996/131071996
[pid=1005044] ppid=1005041 vsize=19108176 memory=1982736 CPUtime=15.17 cores=0,2
/proc/1005044/stat : 1005044 (java) S 1005041 1005044 999896 0 -1 1077936128 32295 0 0 0 1475 42 0 0 20 0 20 0 194983394 19566772224 495684 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
/proc/1005044/statm: 4777044 495684 5850 1 0 792658 0
[pid=1005044/tid=1005046] ppid=1005041 vsize=19108176 memory=13012 CPUtime=12.28 cores=0,2
/proc/1005044/task/1005046/stat : 1005046 (java) R 1005041 1005044 999896 0 -1 4194368 9457 0 0 0 1192 36 0 0 20 0 20 0 194983395 19566772224 495684 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
[pid=1005044/tid=1005055] ppid=1005041 vsize=19108176 memory=1933584 CPUtime=0 cores=0,2
/proc/1005044/task/1005055/stat : 1005055 (Finalizer) S 1005041 1005044 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194983397 19566772224 495684 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
[pid=1005044/tid=1005062] ppid=1005041 vsize=19108176 memory=46372 CPUtime=0 cores=0,2
/proc/1005044/task/1005062/stat : 1005062 (Common-Cleaner) S 1005041 1005044 999896 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 20 0 194983398 19566772224 495684 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
[pid=1005044/tid=1005063] ppid=1005041 vsize=19108176 memory=13012 CPUtime=0 cores=0,2
/proc/1005044/task/1005063/stat : 1005063 (Timer-0) S 1005041 1005044 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194983412 19566772224 495684 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
Current children cumulated CPU time: 15.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1982736 KiB

[startup+25.5003 s]
/proc/loadavg: 4.43 4.35 4.31 5/337 1005139
/proc/meminfo: memFree=114259728/131524600 swapFree=131071996/131071996
[pid=1005044] ppid=1005041 vsize=19108176 memory=1985292 CPUtime=28.14 cores=0,2
/proc/1005044/stat : 1005044 (java) S 1005041 1005044 999896 0 -1 1077936128 39669 0 0 0 2772 42 0 0 20 0 20 0 194983394 19566772224 496323 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
/proc/1005044/statm: 4777044 496323 5850 1 0 792696 0
[pid=1005044/tid=1005046] ppid=1005041 vsize=19108176 memory=1985292 CPUtime=24.87 cores=0,2
/proc/1005044/task/1005046/stat : 1005046 (java) R 1005041 1005044 999896 0 -1 4194368 12153 0 0 0 2451 36 0 0 20 0 20 0 194983395 19566772224 496323 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
[pid=1005044/tid=1005055] ppid=1005041 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1005044/task/1005055/stat : 1005055 (Finalizer) S 1005041 1005044 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194983397 19566772224 496323 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
[pid=1005044/tid=1005062] ppid=1005041 vsize=19108176 memory=11488 CPUtime=0 cores=0,2
/proc/1005044/task/1005062/stat : 1005062 (Common-Cleaner) S 1005041 1005044 999896 0 -1 1077936192 34 0 0 0 0 0 0 0 20 0 20 0 194983398 19566772224 496323 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
[pid=1005044/tid=1005063] ppid=1005041 vsize=19108176 memory=13012 CPUtime=0 cores=0,2
/proc/1005044/task/1005063/stat : 1005063 (Timer-0) S 1005041 1005044 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194983412 19566772224 496323 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
Current children cumulated CPU time: 28.14 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1985292 KiB

[startup+51.1061 s]
/proc/loadavg: 4.31 4.33 4.31 5/336 1005142
/proc/meminfo: memFree=114246768/131524600 swapFree=131071996/131071996
[pid=1005044] ppid=1005041 vsize=19108176 memory=1991544 CPUtime=53.93 cores=0,2
/proc/1005044/stat : 1005044 (java) S 1005041 1005044 999896 0 -1 1077936128 47448 0 0 0 5349 44 0 0 20 0 20 0 194983394 19566772224 497886 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
/proc/1005044/statm: 4777044 497886 5850 1 0 792696 0

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

/proc/1005044/task/1005055/stat : 1005055 (Finalizer) S 1005041 1005044 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194983397 19566772224 911996 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
[pid=1005044/tid=1005062] ppid=1005041 vsize=19108176 memory=3647968 CPUtime=0 cores=0,2
/proc/1005044/task/1005062/stat : 1005062 (Common-Cleaner) S 1005041 1005044 999896 0 -1 1077936192 3308 0 0 0 0 0 0 0 20 0 20 0 194983398 19566772224 911996 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
[pid=1005044/tid=1005063] ppid=1005041 vsize=19108176 memory=3647968 CPUtime=0 cores=0,2
/proc/1005044/task/1005063/stat : 1005063 (Timer-0) S 1005041 1005044 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194983412 19566772224 911996 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
Current children cumulated CPU time: 3203.62 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3647984 KiB

[startup+3222.3 s]
/proc/loadavg: 4.17 4.19 4.18 5/333 1006570
/proc/meminfo: memFree=113242236/131524600 swapFree=131071996/131071996
[pid=1005044] ppid=1005041 vsize=19108176 memory=3647992 CPUtime=3264.13 cores=0,2
/proc/1005044/stat : 1005044 (java) S 1005041 1005044 999896 0 -1 1077936128 322199 0 0 0 326179 234 0 0 20 0 20 0 194983394 19566772224 911998 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
/proc/1005044/statm: 4777044 911998 5914 1 0 927108 0
[pid=1005044/tid=1005046] ppid=1005041 vsize=19108176 memory=3647968 CPUtime=3141.13 cores=0,2
/proc/1005044/task/1005046/stat : 1005046 (java) R 1005041 1005044 999896 0 -1 4194368 150393 0 0 0 314036 77 0 0 20 0 20 0 194983395 19566772224 911998 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 77 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
[pid=1005044/tid=1005055] ppid=1005041 vsize=19108176 memory=3647984 CPUtime=0 cores=0,2
/proc/1005044/task/1005055/stat : 1005055 (Finalizer) S 1005041 1005044 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194983397 19566772224 911998 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
[pid=1005044/tid=1005062] ppid=1005041 vsize=19108176 memory=3647992 CPUtime=0 cores=0,2
/proc/1005044/task/1005062/stat : 1005062 (Common-Cleaner) S 1005041 1005044 999896 0 -1 1077936192 3308 0 0 0 0 0 0 0 20 0 20 0 194983398 19566772224 911998 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
[pid=1005044/tid=1005063] ppid=1005041 vsize=19108176 memory=3647992 CPUtime=0 cores=0,2
/proc/1005044/task/1005063/stat : 1005063 (Timer-0) S 1005041 1005044 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194983412 19566772224 911998 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
Current children cumulated CPU time: 3264.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3647992 KiB

[startup+3282.3 s]
/proc/loadavg: 4.28 4.20 4.18 5/335 1006964
/proc/meminfo: memFree=113230644/131524600 swapFree=131071996/131071996
[pid=1005044] ppid=1005041 vsize=19108176 memory=3647992 CPUtime=3324.56 cores=0,2
/proc/1005044/stat : 1005044 (java) S 1005041 1005044 999896 0 -1 1077936128 326249 0 0 0 332219 237 0 0 20 0 20 0 194983394 19566772224 911998 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
/proc/1005044/statm: 4777044 911998 5914 1 0 927108 0
[pid=1005044/tid=1005046] ppid=1005041 vsize=19108176 memory=3647992 CPUtime=3200.13 cores=0,2
/proc/1005044/task/1005046/stat : 1005046 (java) R 1005041 1005044 999896 0 -1 4194368 153090 0 0 0 319936 77 0 0 20 0 20 0 194983395 19566772224 911998 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 77 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
[pid=1005044/tid=1005055] ppid=1005041 vsize=19108176 memory=3647992 CPUtime=0 cores=0,2
/proc/1005044/task/1005055/stat : 1005055 (Finalizer) S 1005041 1005044 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194983397 19566772224 911998 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
[pid=1005044/tid=1005062] ppid=1005041 vsize=19108176 memory=3647992 CPUtime=0 cores=0,2
/proc/1005044/task/1005062/stat : 1005062 (Common-Cleaner) S 1005041 1005044 999896 0 -1 1077936192 3404 0 0 0 0 0 0 0 20 0 20 0 194983398 19566772224 911998 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
[pid=1005044/tid=1005063] ppid=1005041 vsize=19108176 memory=3647992 CPUtime=0 cores=0,2
/proc/1005044/task/1005063/stat : 1005063 (Timer-0) S 1005041 1005044 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194983412 19566772224 911998 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
Current children cumulated CPU time: 3324.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3647992 KiB

[startup+3342.3 s]
/proc/loadavg: 4.14 4.18 4.18 5/333 1006975
/proc/meminfo: memFree=113209968/131524600 swapFree=131071996/131071996
[pid=1005044] ppid=1005041 vsize=19108176 memory=3647992 CPUtime=3384.89 cores=0,2
/proc/1005044/stat : 1005044 (java) S 1005041 1005044 999896 0 -1 1077936128 327588 0 0 0 338250 239 0 0 20 0 20 0 194983394 19566772224 911998 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
/proc/1005044/statm: 4777044 911998 5914 1 0 927108 0
[pid=1005044/tid=1005046] ppid=1005041 vsize=19108176 memory=3647992 CPUtime=3259.26 cores=0,2
/proc/1005044/task/1005046/stat : 1005046 (java) R 1005041 1005044 999896 0 -1 4194368 154270 0 0 0 325849 77 0 0 20 0 20 0 194983395 19566772224 911998 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 77 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
[pid=1005044/tid=1005055] ppid=1005041 vsize=19108176 memory=-7452997215881291623 CPUtime=0 cores=0,2
/proc/1005044/task/1005055/stat : 1005055 (Finalizer) S 1005041 1005044 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194983397 19566772224 911998 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
[pid=1005044/tid=1005062] ppid=1005041 vsize=19108176 memory=11488 CPUtime=0 cores=0,2
/proc/1005044/task/1005062/stat : 1005062 (Common-Cleaner) S 1005041 1005044 999896 0 -1 1077936192 3484 0 0 0 0 0 0 0 20 0 20 0 194983398 19566772224 911998 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
[pid=1005044/tid=1005063] ppid=1005041 vsize=19108176 memory=13012 CPUtime=0 cores=0,2
/proc/1005044/task/1005063/stat : 1005063 (Timer-0) S 1005041 1005044 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194983412 19566772224 911998 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
Current children cumulated CPU time: 3384.89 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3647992 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.17 4.18 5/332 1006986
/proc/meminfo: memFree=113192648/131524600 swapFree=131071996/131071996
[pid=1005044] ppid=1005041 vsize=19108176 memory=3647992 CPUtime=3445.11 cores=0,2
/proc/1005044/stat : 1005044 (java) S 1005041 1005044 999896 0 -1 1077936128 332054 0 0 0 344269 242 0 0 20 0 20 0 194983394 19566772224 911998 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
/proc/1005044/statm: 4777044 911998 5914 1 0 927108 0
[pid=1005044/tid=1005046] ppid=1005041 vsize=19108176 memory=3647992 CPUtime=3318.27 cores=0,2
/proc/1005044/task/1005046/stat : 1005046 (java) R 1005041 1005044 999896 0 -1 4194368 156922 0 0 0 331749 78 0 0 20 0 20 0 194983395 19566772224 911998 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 84 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
[pid=1005044/tid=1005055] ppid=1005041 vsize=19108176 memory=11488 CPUtime=0 cores=0,2
/proc/1005044/task/1005055/stat : 1005055 (Finalizer) S 1005041 1005044 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194983397 19566772224 911998 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
[pid=1005044/tid=1005062] ppid=1005041 vsize=19108176 memory=3647992 CPUtime=0 cores=0,2
/proc/1005044/task/1005062/stat : 1005062 (Common-Cleaner) S 1005041 1005044 999896 0 -1 1077936192 3582 0 0 0 0 0 0 0 20 0 20 0 194983398 19566772224 911998 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
[pid=1005044/tid=1005063] ppid=1005041 vsize=19108176 memory=3647992 CPUtime=0 cores=0,2
/proc/1005044/task/1005063/stat : 1005063 (Timer-0) S 1005041 1005044 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194983412 19566772224 911998 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
Current children cumulated CPU time: 3445.11 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3647992 KiB

[startup+3462.3 s]
/proc/loadavg: 4.11 4.15 4.17 5/334 1007167
/proc/meminfo: memFree=113180488/131524600 swapFree=131071996/131071996
[pid=1005044] ppid=1005041 vsize=19108176 memory=3648000 CPUtime=3505.73 cores=0,2
/proc/1005044/stat : 1005044 (java) S 1005041 1005044 999896 0 -1 1077936128 336509 0 0 0 350328 245 0 0 20 0 20 0 194983394 19566772224 912000 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
/proc/1005044/statm: 4777044 912000 5914 1 0 927108 0
[pid=1005044/tid=1005046] ppid=1005041 vsize=19108176 memory=3647992 CPUtime=3377.13 cores=0,2
/proc/1005044/task/1005046/stat : 1005046 (java) R 1005041 1005044 999896 0 -1 4194368 159536 0 0 0 337634 79 0 0 20 0 20 0 194983395 19566772224 912000 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 84 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
[pid=1005044/tid=1005055] ppid=1005041 vsize=19108176 memory=46372 CPUtime=0 cores=0,2
/proc/1005044/task/1005055/stat : 1005055 (Finalizer) S 1005041 1005044 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194983397 19566772224 912000 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
[pid=1005044/tid=1005062] ppid=1005041 vsize=19108176 memory=11488 CPUtime=0 cores=0,2
/proc/1005044/task/1005062/stat : 1005062 (Common-Cleaner) S 1005041 1005044 999896 0 -1 1077936192 3680 0 0 0 0 0 0 0 20 0 20 0 194983398 19566772224 912000 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
[pid=1005044/tid=1005063] ppid=1005041 vsize=19108176 memory=3647992 CPUtime=0 cores=0,2
/proc/1005044/task/1005063/stat : 1005063 (Timer-0) S 1005041 1005044 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194983412 19566772224 912000 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
Current children cumulated CPU time: 3505.73 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3648000 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.14 4.16 5/335 1007178
/proc/meminfo: memFree=113171804/131524600 swapFree=131071996/131071996
[pid=1005044] ppid=1005041 vsize=19108176 memory=3648000 CPUtime=3566.04 cores=0,2
/proc/1005044/stat : 1005044 (java) S 1005041 1005044 999896 0 -1 1077936128 340696 0 0 0 356356 248 0 0 20 0 20 0 194983394 19566772224 912000 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
/proc/1005044/statm: 4777044 912000 5914 1 0 927108 0
[pid=1005044/tid=1005046] ppid=1005041 vsize=19108176 memory=3647992 CPUtime=3436.31 cores=0,2
/proc/1005044/task/1005046/stat : 1005046 (java) R 1005041 1005044 999896 0 -1 4194368 162580 0 0 0 343551 80 0 0 20 0 20 0 194983395 19566772224 912000 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 84 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
[pid=1005044/tid=1005055] ppid=1005041 vsize=19108176 memory=11488 CPUtime=0 cores=0,2
/proc/1005044/task/1005055/stat : 1005055 (Finalizer) S 1005041 1005044 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194983397 19566772224 912000 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
[pid=1005044/tid=1005062] ppid=1005041 vsize=19108176 memory=3648000 CPUtime=0 cores=0,2
/proc/1005044/task/1005062/stat : 1005062 (Common-Cleaner) S 1005041 1005044 999896 0 -1 1077936192 3779 0 0 0 0 0 0 0 20 0 20 0 194983398 19566772224 912000 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
[pid=1005044/tid=1005063] ppid=1005041 vsize=19108176 memory=3648000 CPUtime=0 cores=0,2
/proc/1005044/task/1005063/stat : 1005063 (Timer-0) S 1005041 1005044 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194983412 19566772224 912000 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
Current children cumulated CPU time: 3566.04 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3648000 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3556.11 s]
/proc/loadavg: 4.11 4.14 4.16 5/335 1007184
/proc/meminfo: memFree=113165292/131524600 swapFree=131071996/131071996
[pid=1005044] ppid=1005041 vsize=19108176 memory=3648024 CPUtime=3600.05 cores=0,2
/proc/1005044/stat : 1005044 (java) S 1005041 1005044 999896 0 -1 1077936128 344350 0 0 0 359756 249 0 0 20 0 20 0 194983394 19566772224 912006 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
/proc/1005044/statm: 4777044 912006 5914 1 0 927108 0
[pid=1005044/tid=1005046] ppid=1005041 vsize=19108176 memory=11488 CPUtime=3469.62 cores=0,2
/proc/1005044/task/1005046/stat : 1005046 (java) R 1005041 1005044 999896 0 -1 4194368 164897 0 0 0 346882 80 0 0 20 0 20 0 194983395 19566772224 912006 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 84 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
[pid=1005044/tid=1005055] ppid=1005041 vsize=19108176 memory=3648024 CPUtime=0 cores=0,2
/proc/1005044/task/1005055/stat : 1005055 (Finalizer) S 1005041 1005044 999896 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194983397 19566772224 912006 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
[pid=1005044/tid=1005062] ppid=1005041 vsize=19108176 memory=11488 CPUtime=0 cores=0,2
/proc/1005044/task/1005062/stat : 1005062 (Common-Cleaner) S 1005041 1005044 999896 0 -1 1077936192 3879 0 0 0 0 0 0 0 20 0 20 0 194983398 19566772224 912006 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
[pid=1005044/tid=1005063] ppid=1005041 vsize=19108176 memory=-7452997215881291623 CPUtime=0 cores=0,2
/proc/1005044/task/1005063/stat : 1005063 (Timer-0) S 1005041 1005044 999896 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194983412 19566772224 912006 134679101440 93997169897472 93997169901168 140734807471776 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93997169908984 93997169909776 93997183148032 140734807475183 140734807475296 140734807475296 140734807482312 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3648024 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.7 s, system=2.507 s

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

[startup+3556.2 s]*
/proc/loadavg: 4.11 4.14 4.16 6/317 1007187
/proc/meminfo: memFree=113171392/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): 3556.22
CPU time (s): 3600.21
CPU user time (s): 3597.7
CPU system time (s): 2.507
CPU usage (%): 101.237
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 3648024

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.7
system time used= 2.507
maximum resident set size= 3649656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 347790
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 144098
involuntary context switches= 33069


# summary of solver processes directly reported to runsolver:
#   pid: 1005044
#   total CPU time (s): 3600.21
#   total CPU user time (s): 3597.7
#   total CPU system time (s): 2.507

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.54732 second user time and 18.0773 second system time

The end

Launcher Data

Begin job on nodeC016 at 2024-07-20 00:30:40
IDJOB=4451635
IDBENCH=162593
IDSOLVER=3046
FILE ID=nodeC016/4451635-1721428228
RUNJOBID= nodeC016-1721421149-999906
SLURM_JOB_ID= 7545492
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/rand6reg/normalized-rand6reg-v081-n1.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451635-1721428228/watcher-4451635-1721428228 -o /tmp/evaluation-result-4451635-1721428228/solver-4451635-1721428228 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC016-1721421149-999906 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4451635-1721428228.opb

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

MD5SUM BENCH= 094ef2080fcb5c00ba6533ba0fd987cd
RANDOM SEED=423062426

nodeC016.alineos.net Linux 4.18.0-301.1.el8.x86_64 #1 SMP Tue Apr 13 16:24:22 UTC 2021

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3616.050
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3690.543
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3600.143
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3690.653
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3681.206
cache size	: 15360 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 6999.70
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00002a
cpu MHz		: 3599.867
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7006.63
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        113953748 kB
MemAvailable:   117706340 kB
Buffers:          409676 kB
Cached:          4184988 kB
SwapCached:            0 kB
Active:           671684 kB
Inactive:       16254392 kB
Active(anon):       1544 kB
Inactive(anon): 12375772 kB
Active(file):     670140 kB
Inactive(file):  3878620 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:               892 kB
Writeback:             0 kB
AnonPages:      12329576 kB
Mapped:           127732 kB
Shmem:             45912 kB
KReclaimable:      86956 kB
Slab:             199292 kB
SReclaimable:      86956 kB
SUnreclaim:       112336 kB
KernelStack:        5104 kB
PageTables:        34228 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   12907956 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            73120 kB
HardwareCorrupted:     0 kB
AnonHugePages:  11980800 kB
ShmemHugePages:        0 kB
ShmemPmdMapped:        0 kB
FileHugePages:         0 kB
FilePmdMapped:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
Hugetlb:               0 kB
DirectMap4k:      207572 kB
DirectMap2M:    13197312 kB
DirectMap1G:    122683392 kB

Free space on /tmp at the end= 890080 MiB
End job on nodeC016 at 2024-07-20 01:29:56