Trace number 4451545

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.33 3213.34

General information on the benchmark

NamePB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/
normalized-3col-almost3reg-l060-r059-n1.opb
MD5SUMf51b92e6ea4641775f90070f7fcfd036
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 benchmark122.746
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3282
Total number of constraints6986
Number of constraints which are clauses5892
Number of constraints which are cardinality constraints (but not clauses)1094
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint3
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 4
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.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: ASSIGNED
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Armin Biere (Picosat) restarts strategy
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: ASSIGNED
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Armin Biere (Picosat) restarts strategy
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4451545-1721425541.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  no objective function found
0.51/0.32	c ... done. Wall clock time 0.16s.
0.51/0.32	c declared #vars     3282
0.51/0.32	c #constraints  8080
0.51/0.32	c constraints type 
0.51/0.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 5892
0.51/0.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1094
0.51/0.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1094
0.51/0.32	c 8080 constraints processed.
4.05/2.18	c cleaning 384 clauses out of 5001 with flag 0/5001
8.67/5.78	c cleaning 1233 clauses out of 10617 with flag 0/11001
13.75/10.74	c cleaning 1114 clauses out of 16384 with flag 0/18001
20.89/17.56	c cleaning 1602 clauses out of 23269 with flag 0/26000
32.40/28.95	c cleaning 1934 clauses out of 30667 with flag 0/35000
46.78/43.00	c cleaning 2412 clauses out of 38734 with flag 0/45001
66.72/62.43	c cleaning 2382 clauses out of 47322 with flag 0/56001
90.94/86.04	c cleaning 2896 clauses out of 56941 with flag 0/68002
125.58/119.92	c cleaning 3410 clauses out of 67043 with flag 0/81000
164.69/158.32	c cleaning 3431 clauses out of 77633 with flag 0/95000
211.98/204.80	c cleaning 3216 clauses out of 89203 with flag 0/110001
276.69/268.40	c cleaning 3721 clauses out of 101987 with flag 0/126001
373.81/364.22	c cleaning 4505 clauses out of 115266 with flag 0/143001
459.69/448.77	c cleaning 5012 clauses out of 128761 with flag 0/161001
574.74/562.16	c cleaning 4535 clauses out of 142749 with flag 0/180001
694.62/680.20	c cleaning 5748 clauses out of 158215 with flag 0/200002
834.10/817.23	c cleaning 5814 clauses out of 173465 with flag 0/221000
982.13/962.42	c cleaning 6209 clauses out of 189652 with flag 0/243001
1202.64/1176.25	c cleaning 5747 clauses out of 206444 with flag 0/266002
1418.85/1386.89	c cleaning 7175 clauses out of 224696 with flag 0/290001
1695.52/1647.72	c cleaning 7270 clauses out of 242523 with flag 0/315003
2088.65/1976.26	c cleaning 7342 clauses out of 261250 with flag 0/341000
2468.74/2291.99	c cleaning 8340 clauses out of 280908 with flag 0/368000
2916.95/2659.46	c cleaning 8432 clauses out of 300570 with flag 0/396002
3431.84/3077.31	c cleaning 8442 clauses out of 321138 with flag 0/425002
3600.13/3213.23	c starts		: 150
3600.13/3213.23	c conflicts		: 436559
3600.13/3213.23	c decisions		: 670789
3600.13/3213.23	c propagations		: 131037787
3600.13/3213.23	c inspects		: 5299477544
3600.13/3213.23	c shortcuts		: 0
3600.13/3213.23	c learnt literals	: 0
3600.13/3213.23	c learnt binary clauses	: 0
3600.13/3213.23	c learnt ternary clauses	: 2505
3600.13/3213.23	c learnt constraints	: 436559
3600.13/3213.23	c ignored constraints	: 0
3600.13/3213.23	c root simplifications	: 0
3600.13/3213.23	c removed literals (reason simplification)	: 0
3600.13/3213.23	c reason swapping (by a shorter reason)	: 0
3600.13/3213.23	c Calls to reduceDB	: 25
3600.13/3213.23	c Number of update (reduction) of LBD	: 0
3600.13/3213.23	c Imported unit clauses	: 0
3600.13/3213.23	c No decision after first conflict	: false
3600.13/3213.23	c number of reductions to clauses (during analyze)	: 0
3600.13/3213.23	c number of learned constraints concerned by reduction	: 0
3600.13/3213.23	c number of learning phase by resolution	: 0
3600.13/3213.23	c number of learning phase by cutting planes	: 0
3600.13/3213.23	c number of rounding to 1 operations	: 1659984
3600.13/3213.23	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.13/3213.23	c number of reductions of the coefficients by power 2 	: 0
3600.13/3213.23	c number of right shift for reduction by power 2 	: 0
3600.13/3213.23	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.13/3213.23	c number of ending skipping 	: 0
3600.13/3213.23	c number of internal skipping 	: 0
3600.13/3213.23	c number of derivation steps 	: 19475736
3600.13/3213.23	c number of skipped derivation steps 	: 0
3600.13/3213.23	c number of remaining unassigned 	: 4290
3600.13/3213.23	c number of remaining assigned 	: 69432981
3600.13/3213.23	c number of falsified literals weakened from reason	: 0
3600.13/3213.23	c number of falsified literals weakened from conflict	: 0
3600.13/3213.23	c time for arithmetic operations	: 8772900332
3600.13/3213.23	c timeout
3600.13/3213.24	c minimum degree of deleted constraints	: 4
3600.13/3213.24	c maximum degree of deleted constraints	: 600
3600.13/3213.24	c number of deleted constraints	: 112306
3600.13/3213.24	c speed (assignments/second)	: 40784.71608381161
3600.13/3213.24	c non guided choices	: 10011
3600.29/3213.31	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 160458
3600.29/3213.31	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 163795
3600.29/3213.32	s UNKNOWN
3600.29/3213.32	c Total wall clock time (in seconds): 3213.166

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4451545-1721425541/watcher-4451545-1721425541 -o /tmp/evaluation-result-4451545-1721425541/solver-4451545-1721425541 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721422136-1031744 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4451545-1721425541.opb 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=1034091, runsolver pid=1034088

[startup+0.101045 s]*
/proc/loadavg: 4.58 4.76 4.56 7/328 1034109
/proc/meminfo: memFree=123197460/131524600 swapFree=131071996/131071996
[pid=1034091] ppid=1034088 vsize=18975048 memory=62644 CPUtime=0.14 cores=4,6
/proc/1034091/stat : 1034091 (java) S 1034088 1034091 1031733 0 -1 1077936128 7242 0 0 0 12 2 0 0 20 0 18 0 194720300 19430449152 15661 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
/proc/1034091/statm: 4743762 15661 5543 1 0 549374 0
[pid=1034091/tid=1034093] ppid=1034088 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=4,6
/proc/1034091/task/1034093/stat : 1034093 (java) R 1034088 1034091 1031733 0 -1 1078198336 5767 0 0 0 7 1 0 0 20 0 18 0 194720301 19430449152 15661 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
[pid=1034091/tid=1034102] ppid=1034088 vsize=18975048 memory=228556276070 CPUtime=0 cores=4,6
/proc/1034091/task/1034102/stat : 1034102 (Finalizer) S 1034088 1034091 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 194720303 19430449152 15661 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
[pid=1034091/tid=1034109] ppid=1034088 vsize=18975048 memory=13845278874243994 CPUtime=0 cores=4,6
/proc/1034091/task/1034109/stat : 1034109 (Common-Cleaner) S 1034088 1034091 1031733 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 194720304 19430449152 15661 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62644 KiB

[startup+0.206302 s]*
/proc/loadavg: 4.58 4.76 4.56 7/328 1034109
/proc/meminfo: memFree=123156352/131524600 swapFree=131071996/131071996
[pid=1034091] ppid=1034088 vsize=18975048 memory=105072 CPUtime=0.33 cores=4,6
/proc/1034091/stat : 1034091 (java) S 1034088 1034091 1031733 0 -1 1077936128 7806 0 0 0 30 3 0 0 20 0 18 0 194720300 19430449152 26268 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
/proc/1034091/statm: 4743762 26268 5869 1 0 549715 0
[pid=1034091/tid=1034093] ppid=1034088 vsize=18975048 memory=6876556183782621315 CPUtime=0.18 cores=4,6
/proc/1034091/task/1034093/stat : 1034093 (java) R 1034088 1034091 1031733 0 -1 4194368 6056 0 0 0 16 2 0 0 20 0 18 0 194720301 19430449152 26268 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
[pid=1034091/tid=1034102] ppid=1034088 vsize=18975048 memory=1676398 CPUtime=0 cores=4,6
/proc/1034091/task/1034102/stat : 1034102 (Finalizer) S 1034088 1034091 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 194720303 19430449152 26268 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
[pid=1034091/tid=1034109] ppid=1034088 vsize=18975048 memory=15544020042516215 CPUtime=0 cores=4,6
/proc/1034091/task/1034109/stat : 1034109 (Common-Cleaner) S 1034088 1034091 1031733 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 194720304 19430449152 26268 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 105072 KiB

[startup+0.305756 s]*
/proc/loadavg: 4.58 4.76 4.56 7/329 1034110
/proc/meminfo: memFree=123098680/131524600 swapFree=131071996/131071996
[pid=1034091] ppid=1034088 vsize=19041612 memory=162216 CPUtime=0.51 cores=4,6
/proc/1034091/stat : 1034091 (java) S 1034088 1034091 1031733 0 -1 1077936128 9296 0 0 0 46 5 0 0 20 0 19 0 194720300 19498610688 40554 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
/proc/1034091/statm: 4760403 40554 5885 1 0 550899 0
[pid=1034091/tid=1034093] ppid=1034088 vsize=19041612 memory=-7524210384988627815 CPUtime=0.26 cores=4,6
/proc/1034091/task/1034093/stat : 1034093 (java) R 1034088 1034091 1031733 0 -1 4194368 6097 0 0 0 23 3 0 0 20 0 19 0 194720301 19498610688 40554 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
[pid=1034091/tid=1034102] ppid=1034088 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1034091/task/1034102/stat : 1034102 (Finalizer) S 1034088 1034091 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 194720303 19498610688 40554 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
[pid=1034091/tid=1034109] ppid=1034088 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/1034091/task/1034109/stat : 1034109 (Common-Cleaner) S 1034088 1034091 1031733 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 194720304 19498610688 40554 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 162216 KiB

[startup+0.709314 s]
/proc/loadavg: 4.58 4.76 4.56 7/330 1034111
/proc/meminfo: memFree=123094028/131524600 swapFree=131071996/131071996
[pid=1034091] ppid=1034088 vsize=19108176 memory=203756 CPUtime=1.29 cores=4,6
/proc/1034091/stat : 1034091 (java) S 1034088 1034091 1031733 0 -1 1077936128 11480 0 0 0 123 6 0 0 20 0 20 0 194720300 19566772224 50939 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
/proc/1034091/statm: 4777044 50939 5885 1 0 552584 0
[pid=1034091/tid=1034093] ppid=1034088 vsize=19108176 memory=5468 CPUtime=0.61 cores=4,6
/proc/1034091/task/1034093/stat : 1034093 (java) R 1034088 1034091 1031733 0 -1 4194368 6184 0 0 0 57 4 0 0 20 0 20 0 194720301 19566772224 50939 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
[pid=1034091/tid=1034102] ppid=1034088 vsize=19108176 memory=12420 CPUtime=0 cores=4,6
/proc/1034091/task/1034102/stat : 1034102 (Finalizer) S 1034088 1034091 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194720303 19566772224 50939 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
[pid=1034091/tid=1034109] ppid=1034088 vsize=19108176 memory=164 CPUtime=0 cores=4,6
/proc/1034091/task/1034109/stat : 1034109 (Common-Cleaner) S 1034088 1034091 1031733 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194720304 19566772224 50939 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
[pid=1034091/tid=1034111] ppid=1034088 vsize=19108176 memory=117636 CPUtime=0 cores=4,6
/proc/1034091/task/1034111/stat : 1034111 (Timer-0) S 1034088 1034091 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194720333 19566772224 50939 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
Current children cumulated CPU time: 1.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 203756 KiB

[startup+1.50031 s]
/proc/loadavg: 4.58 4.76 4.56 8/330 1034111
/proc/meminfo: memFree=123055768/131524600 swapFree=131071996/131071996
[pid=1034091] ppid=1034088 vsize=19108176 memory=407676 CPUtime=2.86 cores=4,6
/proc/1034091/stat : 1034091 (java) S 1034088 1034091 1031733 0 -1 1077936128 23151 0 0 0 275 11 0 0 20 0 20 0 194720300 19566772224 101919 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
/proc/1034091/statm: 4777044 101919 5885 1 0 556437 0
[pid=1034091/tid=1034093] ppid=1034088 vsize=19108176 memory=12420 CPUtime=1.36 cores=4,6
/proc/1034091/task/1034093/stat : 1034093 (java) R 1034088 1034091 1031733 0 -1 4194368 6587 0 0 0 129 7 0 0 20 0 20 0 194720301 19566772224 101919 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
[pid=1034091/tid=1034102] ppid=1034088 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1034091/task/1034102/stat : 1034102 (Finalizer) S 1034088 1034091 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194720303 19566772224 101919 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
[pid=1034091/tid=1034109] ppid=1034088 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1034091/task/1034109/stat : 1034109 (Common-Cleaner) S 1034088 1034091 1031733 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 194720304 19566772224 101919 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
[pid=1034091/tid=1034111] ppid=1034088 vsize=19108176 memory=280447137522960 CPUtime=0 cores=4,6
/proc/1034091/task/1034111/stat : 1034111 (Timer-0) S 1034088 1034091 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194720333 19566772224 101919 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 407676 KiB

[startup+3.1063 s]
/proc/loadavg: 4.70 4.78 4.56 5/330 1034113
/proc/meminfo: memFree=121918368/131524600 swapFree=131071996/131071996
[pid=1034091] ppid=1034088 vsize=19108176 memory=1327576 CPUtime=5.8 cores=4,6
/proc/1034091/stat : 1034091 (java) S 1034088 1034091 1031733 0 -1 1077936128 29657 0 0 0 551 29 0 0 20 0 20 0 194720300 19566772224 331894 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
/proc/1034091/statm: 4777044 331894 5901 1 0 557135 0
[pid=1034091/tid=1034093] ppid=1034088 vsize=19108176 memory=0 CPUtime=2.9 cores=4,6
/proc/1034091/task/1034093/stat : 1034093 (java) R 1034088 1034091 1031733 0 -1 4194368 8855 0 0 0 266 24 0 0 20 0 20 0 194720301 19566772224 331894 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
[pid=1034091/tid=1034102] ppid=1034088 vsize=19108176 memory=12420 CPUtime=0 cores=4,6
/proc/1034091/task/1034102/stat : 1034102 (Finalizer) S 1034088 1034091 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194720303 19566772224 331894 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
[pid=1034091/tid=1034109] ppid=1034088 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1034091/task/1034109/stat : 1034109 (Common-Cleaner) S 1034088 1034091 1031733 0 -1 1077936192 35 0 0 0 0 0 0 0 20 0 20 0 194720304 19566772224 331894 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
[pid=1034091/tid=1034111] ppid=1034088 vsize=19108176 memory=11664 CPUtime=0 cores=4,6
/proc/1034091/task/1034111/stat : 1034111 (Timer-0) S 1034088 1034091 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194720333 19566772224 331894 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
Current children cumulated CPU time: 5.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1327576 KiB

[startup+6.3003 s]
/proc/loadavg: 4.70 4.78 4.56 5/330 1034113
/proc/meminfo: memFree=121485952/131524600 swapFree=131071996/131071996
[pid=1034091] ppid=1034088 vsize=19108176 memory=1855128 CPUtime=9.3 cores=4,6
/proc/1034091/stat : 1034091 (java) S 1034088 1034091 1031733 0 -1 1077936128 30667 0 0 0 891 39 0 0 20 0 20 0 194720300 19566772224 463782 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
/proc/1034091/statm: 4777044 463782 5901 1 0 1018776 0
[pid=1034091/tid=1034093] ppid=1034088 vsize=19108176 memory=12420 CPUtime=5.97 cores=4,6
/proc/1034091/task/1034093/stat : 1034093 (java) R 1034088 1034091 1031733 0 -1 4194368 9109 0 0 0 563 34 0 0 20 0 20 0 194720301 19566772224 463782 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
[pid=1034091/tid=1034102] ppid=1034088 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1034091/task/1034102/stat : 1034102 (Finalizer) S 1034088 1034091 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194720303 19566772224 463782 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
[pid=1034091/tid=1034109] ppid=1034088 vsize=19108176 memory=463852 CPUtime=0 cores=4,6
/proc/1034091/task/1034109/stat : 1034109 (Common-Cleaner) S 1034088 1034091 1031733 0 -1 1077936192 35 0 0 0 0 0 0 0 20 0 20 0 194720304 19566772224 463782 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
[pid=1034091/tid=1034111] ppid=1034088 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1034091/task/1034111/stat : 1034111 (Timer-0) S 1034088 1034091 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194720333 19566772224 463782 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
Current children cumulated CPU time: 9.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1855128 KiB

[startup+12.7003 s]
/proc/loadavg: 4.59 4.76 4.56 7/330 1034113
/proc/meminfo: memFree=119484556/131524600 swapFree=131071996/131071996
[pid=1034091] ppid=1034088 vsize=19108176 memory=3171032 CPUtime=16.03 cores=4,6
/proc/1034091/stat : 1034091 (java) S 1034088 1034091 1031733 0 -1 1077936128 35212 0 0 0 1538 65 0 0 20 0 20 0 194720300 19566772224 792758 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
/proc/1034091/statm: 4777044 792758 5901 1 0 1019310 0
[pid=1034091/tid=1034093] ppid=1034088 vsize=19108176 memory=0 CPUtime=12.25 cores=4,6
/proc/1034091/task/1034093/stat : 1034093 (java) R 1034088 1034091 1031733 0 -1 4194368 9751 0 0 0 1167 58 0 0 20 0 20 0 194720301 19566772224 792758 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
[pid=1034091/tid=1034102] ppid=1034088 vsize=19108176 memory=-7524210384988627815 CPUtime=0 cores=4,6
/proc/1034091/task/1034102/stat : 1034102 (Finalizer) S 1034088 1034091 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194720303 19566772224 792758 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
[pid=1034091/tid=1034109] ppid=1034088 vsize=19108176 memory=2248 CPUtime=0 cores=4,6
/proc/1034091/task/1034109/stat : 1034109 (Common-Cleaner) S 1034088 1034091 1031733 0 -1 1077936192 35 0 0 0 0 0 0 0 20 0 20 0 194720304 19566772224 792758 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
[pid=1034091/tid=1034111] ppid=1034088 vsize=19108176 memory=11664 CPUtime=0 cores=4,6
/proc/1034091/task/1034111/stat : 1034111 (Timer-0) S 1034088 1034091 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194720333 19566772224 792758 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
Current children cumulated CPU time: 16.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3171032 KiB

[startup+25.5003 s]
/proc/loadavg: 4.57 4.75 4.56 5/330 1034116
/proc/meminfo: memFree=118857504/131524600 swapFree=131071996/131071996
[pid=1034091] ppid=1034088 vsize=19108176 memory=3158136 CPUtime=28.97 cores=4,6
/proc/1034091/stat : 1034091 (java) S 1034088 1034091 1031733 0 -1 1077936128 37418 0 0 0 2831 66 0 0 20 0 20 0 194720300 19566772224 789534 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
/proc/1034091/statm: 4777044 789534 5901 1 0 1019313 0
[pid=1034091/tid=1034093] ppid=1034088 vsize=19108176 memory=11664 CPUtime=24.61 cores=4,6
/proc/1034091/task/1034093/stat : 1034093 (java) R 1034088 1034091 1031733 0 -1 4194368 11490 0 0 0 2403 58 0 0 20 0 20 0 194720301 19566772224 789534 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
[pid=1034091/tid=1034102] ppid=1034088 vsize=19108176 memory=11664 CPUtime=0 cores=4,6
/proc/1034091/task/1034102/stat : 1034102 (Finalizer) S 1034088 1034091 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194720303 19566772224 789534 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
[pid=1034091/tid=1034109] ppid=1034088 vsize=19108176 memory=1855128 CPUtime=0 cores=4,6
/proc/1034091/task/1034109/stat : 1034109 (Common-Cleaner) S 1034088 1034091 1031733 0 -1 1077936192 35 0 0 0 0 0 0 0 20 0 20 0 194720304 19566772224 789534 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
[pid=1034091/tid=1034111] ppid=1034088 vsize=19108176 memory=280447137469744 CPUtime=0 cores=4,6
/proc/1034091/task/1034111/stat : 1034111 (Timer-0) S 1034088 1034091 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194720333 19566772224 789534 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
Current children cumulated CPU time: 28.97 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3158136 KiB

[startup+51.1073 s]
/proc/loadavg: 4.46 4.70 4.55 5/330 1034119
/proc/meminfo: memFree=118096012/131524600 swapFree=131071996/131071996
[pid=1034091] ppid=1034088 vsize=19108176 memory=3203528 CPUtime=55.16 cores=4,6
/proc/1034091/stat : 1034091 (java) S 1034088 1034091 1031733 0 -1 1077936128 44766 0 0 0 5446 70 0 0 20 0 20 0 194720300 19566772224 800882 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
/proc/1034091/statm: 4777044 800882 5906 1 0 1019313 0
[pid=1034091/tid=1034093] ppid=1034088 vsize=19108176 memory=3180972 CPUtime=49.35 cores=4,6
/proc/1034091/task/1034093/stat : 1034093 (java) S 1034088 1034091 1031733 0 -1 1077936192 14610 0 0 0 4876 59 0 0 20 0 20 0 194720301 19566772224 800882 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
[pid=1034091/tid=1034102] ppid=1034088 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1034091/task/1034102/stat : 1034102 (Finalizer) S 1034088 1034091 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194720303 19566772224 800882 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0

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

[startup+2862.3 s]
/proc/loadavg: 4.45 4.56 4.54 7/334 1036424
/proc/meminfo: memFree=111660244/131524600 swapFree=131071996/131071996
[pid=1034091] ppid=1034088 vsize=19108176 memory=5029888 CPUtime=3169.19 cores=4,6
/proc/1034091/stat : 1034091 (java) S 1034088 1034091 1031733 0 -1 1077936128 532509 0 0 0 316435 484 0 0 20 0 20 0 194720300 19566772224 1257472 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
/proc/1034091/statm: 4777044 1257472 5937 1 0 1379087 0
[pid=1034091/tid=1034093] ppid=1034088 vsize=19108176 memory=16156 CPUtime=2784.05 cores=4,6
/proc/1034091/task/1034093/stat : 1034093 (java) R 1034088 1034091 1031733 0 -1 4194368 234903 0 0 0 278292 113 0 0 20 0 20 0 194720301 19566772224 1257472 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 34 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
[pid=1034091/tid=1034102] ppid=1034088 vsize=19108176 memory=11664 CPUtime=0 cores=4,6
/proc/1034091/task/1034102/stat : 1034102 (Finalizer) S 1034088 1034091 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194720303 19566772224 1257472 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
[pid=1034091/tid=1034109] ppid=1034088 vsize=19108176 memory=4994260 CPUtime=0 cores=4,6
/proc/1034091/task/1034109/stat : 1034109 (Common-Cleaner) S 1034088 1034091 1031733 0 -1 1077936192 2922 0 0 0 0 0 0 0 20 0 20 0 194720304 19566772224 1257472 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
[pid=1034091/tid=1034111] ppid=1034088 vsize=19108176 memory=4994280 CPUtime=0 cores=4,6
/proc/1034091/task/1034111/stat : 1034111 (Timer-0) S 1034088 1034091 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194720333 19566772224 1257472 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
Current children cumulated CPU time: 3169.19 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5029888 KiB

[startup+2922.3 s]
/proc/loadavg: 4.54 4.57 4.54 5/334 1036435
/proc/meminfo: memFree=110739656/131524600 swapFree=131071996/131071996
[pid=1034091] ppid=1034088 vsize=19108176 memory=5452920 CPUtime=3239.84 cores=4,6
/proc/1034091/stat : 1034091 (java) S 1034088 1034091 1031733 0 -1 1077936128 546380 0 0 0 323481 503 0 0 20 0 20 0 194720300 19566772224 1363230 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
/proc/1034091/statm: 4777044 1363230 5937 1 0 1379102 0
[pid=1034091/tid=1034093] ppid=1034088 vsize=19108176 memory=11664 CPUtime=2842.75 cores=4,6
/proc/1034091/task/1034093/stat : 1034093 (java) R 1034088 1034091 1031733 0 -1 4194368 240136 0 0 0 284154 121 0 0 20 0 20 0 194720301 19566772224 1363230 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 34 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
[pid=1034091/tid=1034102] ppid=1034088 vsize=19108176 memory=5452904 CPUtime=0 cores=4,6
/proc/1034091/task/1034102/stat : 1034102 (Finalizer) S 1034088 1034091 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194720303 19566772224 1363230 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
[pid=1034091/tid=1034109] ppid=1034088 vsize=19108176 memory=0 CPUtime=0 cores=4,6
/proc/1034091/task/1034109/stat : 1034109 (Common-Cleaner) S 1034088 1034091 1031733 0 -1 1077936192 2977 0 0 0 0 0 0 0 20 0 20 0 194720304 19566772224 1363230 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
[pid=1034091/tid=1034111] ppid=1034088 vsize=19108176 memory=11664 CPUtime=0 cores=4,6
/proc/1034091/task/1034111/stat : 1034111 (Timer-0) S 1034088 1034091 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194720333 19566772224 1363230 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
Current children cumulated CPU time: 3239.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5452920 KiB

[startup+2982.3 s]
/proc/loadavg: 4.89 4.65 4.57 5/331 1036446
/proc/meminfo: memFree=110731608/131524600 swapFree=131071996/131071996
[pid=1034091] ppid=1034088 vsize=19108176 memory=5453004 CPUtime=3313.6 cores=4,6
/proc/1034091/stat : 1034091 (java) S 1034088 1034091 1031733 0 -1 1077936128 564806 0 0 0 330842 518 0 0 20 0 20 0 194720300 19566772224 1363251 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
/proc/1034091/statm: 4777044 1363251 5937 1 0 1379137 0
[pid=1034091/tid=1034093] ppid=1034088 vsize=19108176 memory=5452920 CPUtime=2901.17 cores=4,6
/proc/1034091/task/1034093/stat : 1034093 (java) R 1034088 1034091 1031733 0 -1 4194368 243917 0 0 0 289995 122 0 0 20 0 20 0 194720301 19566772224 1363251 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 37 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
[pid=1034091/tid=1034102] ppid=1034088 vsize=19108176 memory=5453004 CPUtime=0 cores=4,6
/proc/1034091/task/1034102/stat : 1034102 (Finalizer) S 1034088 1034091 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194720303 19566772224 1363251 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
[pid=1034091/tid=1034109] ppid=1034088 vsize=19108176 memory=11664 CPUtime=0 cores=4,6
/proc/1034091/task/1034109/stat : 1034109 (Common-Cleaner) S 1034088 1034091 1031733 0 -1 1077936192 3031 0 0 0 0 0 0 0 20 0 20 0 194720304 19566772224 1363251 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
[pid=1034091/tid=1034111] ppid=1034088 vsize=19108176 memory=5453004 CPUtime=0 cores=4,6
/proc/1034091/task/1034111/stat : 1034111 (Timer-0) S 1034088 1034091 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194720333 19566772224 1363251 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
Current children cumulated CPU time: 3313.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5453004 KiB

[startup+3042.3 s]
/proc/loadavg: 4.72 4.66 4.58 5/331 1036456
/proc/meminfo: memFree=110730768/131524600 swapFree=131071996/131071996
[pid=1034091] ppid=1034088 vsize=19108176 memory=5453108 CPUtime=3387.58 cores=4,6
/proc/1034091/stat : 1034091 (java) S 1034088 1034091 1031733 0 -1 1077936128 583032 0 0 0 338228 530 0 0 20 0 20 0 194720300 19566772224 1363277 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
/proc/1034091/statm: 4777044 1363277 5937 1 0 1379138 0
[pid=1034091/tid=1034093] ppid=1034088 vsize=19108176 memory=11664 CPUtime=2959.75 cores=4,6
/proc/1034091/task/1034093/stat : 1034093 (java) R 1034088 1034091 1031733 0 -1 4194368 247632 0 0 0 295853 122 0 0 20 0 20 0 194720301 19566772224 1363277 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 42 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
[pid=1034091/tid=1034102] ppid=1034088 vsize=19108176 memory=11664 CPUtime=0 cores=4,6
/proc/1034091/task/1034102/stat : 1034102 (Finalizer) S 1034088 1034091 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194720303 19566772224 1363277 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
[pid=1034091/tid=1034109] ppid=1034088 vsize=19108176 memory=5453104 CPUtime=0 cores=4,6
/proc/1034091/task/1034109/stat : 1034109 (Common-Cleaner) S 1034088 1034091 1031733 0 -1 1077936192 3086 0 0 0 0 0 0 0 20 0 20 0 194720304 19566772224 1363277 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
[pid=1034091/tid=1034111] ppid=1034088 vsize=19108176 memory=5453108 CPUtime=0 cores=4,6
/proc/1034091/task/1034111/stat : 1034111 (Timer-0) S 1034088 1034091 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194720333 19566772224 1363277 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
Current children cumulated CPU time: 3387.58 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5453108 KiB

[startup+3102.3 s]
/proc/loadavg: 4.67 4.66 4.59 5/330 1036467
/proc/meminfo: memFree=110729924/131524600 swapFree=131071996/131071996
[pid=1034091] ppid=1034088 vsize=19108176 memory=5453116 CPUtime=3461.29 cores=4,6
/proc/1034091/stat : 1034091 (java) S 1034088 1034091 1031733 0 -1 1077936128 601511 0 0 0 345585 544 0 0 20 0 20 0 194720300 19566772224 1363279 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
/proc/1034091/statm: 4777044 1363279 5937 1 0 1379138 0
[pid=1034091/tid=1034093] ppid=1034088 vsize=19108176 memory=5452920 CPUtime=3018.42 cores=4,6
/proc/1034091/task/1034093/stat : 1034093 (java) R 1034088 1034091 1031733 0 -1 4194368 256075 0 0 0 301719 123 0 0 20 0 20 0 194720301 19566772224 1363279 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 42 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
[pid=1034091/tid=1034102] ppid=1034088 vsize=19108176 memory=5453112 CPUtime=0 cores=4,6
/proc/1034091/task/1034102/stat : 1034102 (Finalizer) S 1034088 1034091 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194720303 19566772224 1363279 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
[pid=1034091/tid=1034109] ppid=1034088 vsize=19108176 memory=5453116 CPUtime=0 cores=4,6
/proc/1034091/task/1034109/stat : 1034109 (Common-Cleaner) S 1034088 1034091 1031733 0 -1 1077936192 3140 0 0 0 0 0 0 0 20 0 20 0 194720304 19566772224 1363279 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
[pid=1034091/tid=1034111] ppid=1034088 vsize=19108176 memory=5453116 CPUtime=0 cores=4,6
/proc/1034091/task/1034111/stat : 1034111 (Timer-0) S 1034088 1034091 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194720333 19566772224 1363279 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
Current children cumulated CPU time: 3461.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5453116 KiB

[startup+3162.3 s]
/proc/loadavg: 4.77 4.70 4.60 6/330 1036477
/proc/meminfo: memFree=110728244/131524600 swapFree=131071996/131071996
[pid=1034091] ppid=1034088 vsize=19108176 memory=5453116 CPUtime=3535.18 cores=4,6
/proc/1034091/stat : 1034091 (java) S 1034088 1034091 1031733 0 -1 1077936128 620031 0 0 0 352961 557 0 0 20 0 20 0 194720300 19566772224 1363279 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
/proc/1034091/statm: 4777044 1363279 5937 1 0 1379145 0
[pid=1034091/tid=1034093] ppid=1034088 vsize=19108176 memory=12420 CPUtime=3076.94 cores=4,6
/proc/1034091/task/1034093/stat : 1034093 (java) R 1034088 1034091 1031733 0 -1 4194368 265112 0 0 0 307570 124 0 0 20 0 20 0 194720301 19566772224 1363279 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 42 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
[pid=1034091/tid=1034102] ppid=1034088 vsize=19108176 memory=11664 CPUtime=0 cores=4,6
/proc/1034091/task/1034102/stat : 1034102 (Finalizer) S 1034088 1034091 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194720303 19566772224 1363279 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
[pid=1034091/tid=1034109] ppid=1034088 vsize=19108176 memory=5453116 CPUtime=0 cores=4,6
/proc/1034091/task/1034109/stat : 1034109 (Common-Cleaner) S 1034088 1034091 1031733 0 -1 1077936192 3219 0 0 0 0 0 0 0 20 0 20 0 194720304 19566772224 1363279 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
[pid=1034091/tid=1034111] ppid=1034088 vsize=19108176 memory=48052 CPUtime=0 cores=4,6
/proc/1034091/task/1034111/stat : 1034111 (Timer-0) S 1034088 1034091 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194720333 19566772224 1363279 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
Current children cumulated CPU time: 3535.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5453116 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3213.2 s]
/proc/loadavg: 4.86 4.73 4.62 5/331 1036489
/proc/meminfo: memFree=110726580/131524600 swapFree=131071996/131071996
[pid=1034091] ppid=1034088 vsize=19108176 memory=5453124 CPUtime=3600.13 cores=4,6
/proc/1034091/stat : 1034091 (java) S 1034088 1034091 1031733 0 -1 1077936128 638055 0 0 0 359443 570 0 0 20 0 20 0 194720300 19566772224 1363281 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 0 0 16800975 0 0 0 17 6 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
/proc/1034091/statm: 4777044 1363281 5937 1 0 1379145 0
[pid=1034091/tid=1034093] ppid=1034088 vsize=19108176 memory=-7524210384988627815 CPUtime=3126.45 cores=4,6
/proc/1034091/task/1034093/stat : 1034093 (java) R 1034088 1034091 1031733 0 -1 4194368 273993 0 0 0 312520 125 0 0 20 0 20 0 194720301 19566772224 1363281 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 42 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
[pid=1034091/tid=1034102] ppid=1034088 vsize=19108176 memory=39476 CPUtime=0 cores=4,6
/proc/1034091/task/1034102/stat : 1034102 (Finalizer) S 1034088 1034091 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 194720303 19566772224 1363281 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
[pid=1034091/tid=1034109] ppid=1034088 vsize=19108176 memory=26000 CPUtime=0 cores=4,6
/proc/1034091/task/1034109/stat : 1034109 (Common-Cleaner) S 1034088 1034091 1031733 0 -1 1077936192 3274 0 0 0 0 0 0 0 20 0 20 0 194720304 19566772224 1363281 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
[pid=1034091/tid=1034111] ppid=1034088 vsize=19108176 memory=5536 CPUtime=0 cores=4,6
/proc/1034091/task/1034111/stat : 1034111 (Timer-0) S 1034088 1034091 1031733 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 194720333 19566772224 1363281 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
Current children cumulated CPU time: 3600.13 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5453124 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.6 s, system=5.72356 s

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

[startup+3213.31 s]
/proc/loadavg: 4.86 4.73 4.62 5/331 1036489
/proc/meminfo: memFree=110726580/131524600 swapFree=131071996/131071996
[pid=1034091] ppid=1034088 vsize=19307868 memory=5453788 CPUtime=3600.29 cores=4,6
/proc/1034091/stat : 1034091 (java) S 1034088 1034091 1031733 0 -1 1077936128 640100 0 0 0 359459 570 0 0 20 0 21 0 194720300 19771256832 1363447 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
/proc/1034091/statm: 4826967 1363447 5936 1 0 1380064 0
[pid=1034091/tid=1034093] ppid=1034088 vsize=19307868 memory=11664 CPUtime=3126.48 cores=4,6
/proc/1034091/task/1034093/stat : 1034093 (java) S 1034088 1034091 1031733 0 -1 1077936192 274045 0 0 0 312523 125 0 0 20 0 21 0 194720301 19771256832 1363447 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 42 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
[pid=1034091/tid=1034102] ppid=1034088 vsize=19307868 memory=48052 CPUtime=0 cores=4,6
/proc/1034091/task/1034102/stat : 1034102 (Finalizer) S 1034088 1034091 1031733 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 194720303 19771256832 1363447 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
[pid=1034091/tid=1034109] ppid=1034088 vsize=19307868 memory=5468 CPUtime=0 cores=4,6
/proc/1034091/task/1034109/stat : 1034109 (Common-Cleaner) S 1034088 1034091 1031733 0 -1 1077936192 3274 0 0 0 0 0 0 0 20 0 21 0 194720304 19771256832 1363447 134679101440 94613340647424 94613340651120 140727560521088 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94613340658936 94613340659728 94613371785216 140727560528878 140727560528991 140727560528991 140727560536008 0
Current children cumulated CPU time: 3600.29 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 5453788 KiB

Child status: 143

Real time (s): 3213.34
CPU time (s): 3600.33
CPU user time (s): 3594.6
CPU system time (s): 5.72356
CPU usage (%): 112.043
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 5453788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.6
system time used= 5.72356
maximum resident set size= 5454672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 640259
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3808
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 135175
involuntary context switches= 31589


# summary of solver processes directly reported to runsolver:
#   pid: 1034091
#   total CPU time (s): 3600.33
#   total CPU user time (s): 3594.6
#   total CPU system time (s): 5.72356

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.4142 second user time and 18.0431 second system time

The end

Launcher Data

Begin job on nodeC026 at 2024-07-19 23:45:54
IDJOB=4451545
IDBENCH=162581
IDSOLVER=3046
FILE ID=nodeC026/4451545-1721425541
RUNJOBID= nodeC026-1721422136-1031744
SLURM_JOB_ID= 7545504
Free space on /tmp= 890080 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB16/DEC-LIN/elffers/Instances3col_OPB/normalized-3col-almost3reg-l060-r059-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-4451545-1721425541/watcher-4451545-1721425541 -o /tmp/evaluation-result-4451545-1721425541/solver-4451545-1721425541 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC026-1721422136-1031744 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4451545-1721425541.opb

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

MD5SUM BENCH= f51b92e6ea4641775f90070f7fcfd036
RANDOM SEED=844415140

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		: 3669.741
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		: 3600.328
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		: 3620.023
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		: 3680.729
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		: 3636.037
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		: 3680.802
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		: 3623.941
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		: 3600.031
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:        123239840 kB
MemAvailable:   123783252 kB
Buffers:          575952 kB
Cached:           814188 kB
SwapCached:            0 kB
Active:          1090656 kB
Inactive:        6572956 kB
Active(anon):       1548 kB
Inactive(anon):  6317828 kB
Active(file):    1089108 kB
Inactive(file):   255128 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1344 kB
Writeback:             0 kB
AnonPages:       6270140 kB
Mapped:           127584 kB
Shmem:             45912 kB
KReclaimable:      78000 kB
Slab:             188884 kB
SReclaimable:      78000 kB
SUnreclaim:       110884 kB
KernelStack:        5008 kB
PageTables:        22500 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    9837332 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            67808 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5994496 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 00:39:27