Trace number 4446275

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.57 3488.42

General information on the benchmark

NamePB24/normalized-PB11/DEC-LIN/
lopes/normalized-172.opb
MD5SUM46f4146f739f9ce6c71981ef5aa732b8
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark607.926
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables288080
Total number of constraints6434441
Number of constraints which are clauses5760324
Number of constraints which are cardinality constraints (but not clauses)22930
Number of constraints which are nor clauses,nor cardinality constraints651187
Minimum length of a constraint1
Maximum length of a constraint2457
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 2458
Number of bits of the biggest sum of numbers12
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	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.09	c Free memory 		2106806208
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.14/0.16	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.16	 - never skip resolution steps
0.14/0.16	 - Auto-division on coefficients is disabled
0.14/0.16	 - No postprocessing
0.14/0.16	 - Conflict is considered as is when resolving
0.14/0.16	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.16	 - Weaken first using unassigned literals
0.14/0.16	 - Bump strategy: ALWAYS_ONE
0.14/0.16	 - Bumper: ASSIGNED
0.14/0.16	--- Begin Solver configuration ---
0.14/0.16	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.16	Learn all clauses as in MiniSAT
0.14/0.16	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.16	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.16	No reason simplification
0.14/0.16	Armin Biere (Picosat) restarts strategy
0.14/0.16	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.16	timeout=2147483s
0.14/0.16	DB Simplification allowed=false
0.14/0.16	Listener: none
0.14/0.16	--- End Solver configuration ---
0.14/0.16	c Pseudo Boolean Optimization by upper bound
0.14/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.16	c  - never skip resolution steps
0.14/0.16	c  - Auto-division on coefficients is disabled
0.14/0.16	c  - No postprocessing
0.14/0.16	c  - Conflict is considered as is when resolving
0.14/0.16	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.14/0.16	c  - Weaken first using unassigned literals
0.14/0.16	c  - Bump strategy: ALWAYS_ONE
0.14/0.16	c  - Bumper: ASSIGNED
0.14/0.16	c --- Begin Solver configuration ---
0.14/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.14/0.16	c Learn all clauses as in MiniSAT
0.14/0.16	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.16	c No reason simplification
0.14/0.16	c Armin Biere (Picosat) restarts strategy
0.14/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.14/0.16	c timeout=2147483s
0.14/0.16	c DB Simplification allowed=false
0.14/0.16	c Listener: none
0.14/0.16	c --- End Solver configuration ---
0.14/0.16	c solving HOME/instance-4446275-1721333400.opb
0.14/0.16	c reading problem ... 
0.14/0.17	c  no objective function found
2854.10/2850.40	c ... done. Wall clock time 2850.242s.
2854.10/2850.40	c declared #vars     288080
2854.10/2850.40	c #constraints  6445947
2854.10/2850.40	c constraints type 
2854.10/2850.40	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1276055
2854.10/2850.40	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22887
2854.10/2850.40	c org.sat4j.specs.Constr$1 => 56672
2854.10/2850.40	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 651187
2854.10/2850.40	c org.sat4j.pb.constraints.pb.UnitClausePB => 4400
2854.10/2850.40	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4434746
2854.10/2850.40	c 6445947 constraints processed.
2863.67/2858.27	c cleaning 2 clauses out of 5000 with flag 0/5000
2873.80/2867.86	c cleaning 0 clauses out of 10999 with flag 0/11001
2885.61/2879.30	c cleaning 0 clauses out of 18000 with flag 0/18002
2901.23/2894.53	c cleaning 0 clauses out of 25999 with flag 0/26001
2920.54/2913.15	c cleaning 0 clauses out of 34999 with flag 0/35001
2941.70/2933.77	c cleaning 0 clauses out of 44998 with flag 0/45000
2969.44/2960.73	c cleaning 0 clauses out of 55999 with flag 0/56001
2999.37/2989.92	c cleaning 0 clauses out of 67998 with flag 0/68000
3031.13/3020.90	c cleaning 0 clauses out of 80998 with flag 0/81000
3070.80/3059.79	c cleaning 0 clauses out of 94998 with flag 0/95000
3115.74/3103.43	c cleaning 0 clauses out of 110002 with flag 0/110004
3171.09/3157.53	c cleaning 0 clauses out of 125998 with flag 0/126000
3246.03/3219.59	c cleaning 0 clauses out of 142998 with flag 0/143000
3335.46/3292.06	c cleaning 0 clauses out of 160998 with flag 0/161000
3466.85/3389.58	c cleaning 0 clauses out of 179999 with flag 0/180001
3594.95/3485.15	c cleaning 0 clauses out of 199998 with flag 0/200000
3600.38/3488.32	c starts		: 118
3600.38/3488.32	c conflicts		: 200875
3600.38/3488.32	c decisions		: 309097
3600.38/3488.32	c propagations		: 356316974
3600.38/3488.32	c inspects		: 2752549184
3600.38/3488.32	c shortcuts		: 0
3600.38/3488.32	c learnt literals	: 0
3600.38/3488.32	c learnt binary clauses	: 0
3600.38/3488.32	c learnt ternary clauses	: 2
3600.38/3488.32	c learnt constraints	: 200875
3600.38/3488.32	c ignored constraints	: 0
3600.38/3488.32	c root simplifications	: 0
3600.38/3488.32	c removed literals (reason simplification)	: 0
3600.38/3488.32	c reason swapping (by a shorter reason)	: 0
3600.38/3488.32	c Calls to reduceDB	: 16
3600.38/3488.32	c Number of update (reduction) of LBD	: 0
3600.38/3488.32	c Imported unit clauses	: 0
3600.38/3488.32	c No decision after first conflict	: false
3600.38/3488.32	c number of reductions to clauses (during analyze)	: 0
3600.38/3488.32	c number of learned constraints concerned by reduction	: 0
3600.38/3488.32	c number of learning phase by resolution	: 0
3600.38/3488.32	c number of learning phase by cutting planes	: 0
3600.38/3488.32	c number of rounding to 1 operations	: 0
3600.38/3488.32	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.38/3488.32	c number of reductions of the coefficients by power 2 	: 0
3600.38/3488.32	c number of right shift for reduction by power 2 	: 0
3600.38/3488.32	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.38/3488.32	c number of ending skipping 	: 0
3600.38/3488.32	c number of internal skipping 	: 0
3600.38/3488.32	c number of derivation steps 	: 3742802
3600.38/3488.32	c number of skipped derivation steps 	: 0
3600.38/3488.32	c number of remaining unassigned 	: 0
3600.38/3488.32	c number of remaining assigned 	: 0
3600.38/3488.32	c number of falsified literals weakened from reason	: 0
3600.38/3488.32	c number of falsified literals weakened from conflict	: 0
3600.38/3488.32	c time for arithmetic operations	: 121463
3600.38/3488.33	c minimum degree of deleted constraints	: 10
3600.38/3488.33	c maximum degree of deleted constraints	: 577
3600.38/3488.33	c number of deleted constraints	: 2
3600.38/3488.33	c speed (assignments/second)	: 558594.1713631768
3600.38/3488.33	c non guided choices	: 26425
3600.38/3488.34	c timeout
3600.38/3488.39	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 200873
3600.38/3488.39	s UNKNOWN
3600.38/3488.39	c Total wall clock time (in seconds): 3488.229

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446275-1721333400/watcher-4446275-1721333400 -o /tmp/evaluation-result-4446275-1721333400/solver-4446275-1721333400 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721330032-991976 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4446275-1721333400.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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
solver pid=994160, runsolver pid=994157
Current StackSize limit: 8192 KiB


[startup+0.104226 s]*
/proc/loadavg: 4.75 4.90 4.81 6/330 994178
/proc/meminfo: memFree=114057892/131524600 swapFree=131071216/131071996
[pid=994160] ppid=994157 vsize=18975048 memory=62804 CPUtime=0.14 cores=5,7
/proc/994160/stat : 994160 (java) S 994157 994160 991963 0 -1 1077936128 7198 0 0 0 12 2 0 0 20 0 18 0 185502649 19430449152 15701 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
/proc/994160/statm: 4743762 15701 5610 1 0 549325 0
[pid=994160/tid=994162] ppid=994157 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/994160/task/994162/stat : 994162 (java) R 994157 994160 991963 0 -1 1077936192 5740 0 0 0 7 1 0 0 20 0 18 0 185502649 19430449152 15701 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
[pid=994160/tid=994171] ppid=994157 vsize=18975048 memory=228556276070 CPUtime=0 cores=5,7
/proc/994160/task/994171/stat : 994171 (Finalizer) S 994157 994160 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 185502652 19430449152 15701 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
[pid=994160/tid=994178] ppid=994157 vsize=18975048 memory=15819997462990744 CPUtime=0 cores=5,7
/proc/994160/task/994178/stat : 994178 (Common-Cleaner) S 994157 994160 991963 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 185502652 19430449152 15701 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62804 KiB

[startup+0.206797 s]*
/proc/loadavg: 4.75 4.90 4.81 5/330 994178
/proc/meminfo: memFree=113940780/131524600 swapFree=131071216/131071996
[pid=994160] ppid=994157 vsize=18975048 memory=179836 CPUtime=0.3 cores=5,7
/proc/994160/stat : 994160 (java) S 994157 994160 991963 0 -1 1077936128 7720 0 0 0 26 4 0 0 20 0 18 0 185502649 19430449152 44959 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
/proc/994160/statm: 4743762 44959 5769 1 0 549636 0
[pid=994160/tid=994162] ppid=994157 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=5,7
/proc/994160/task/994162/stat : 994162 (java) R 994157 994160 991963 0 -1 4194368 6077 0 0 0 14 4 0 0 20 0 18 0 185502649 19430449152 44959 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
[pid=994160/tid=994171] ppid=994157 vsize=18975048 memory=1905144 CPUtime=0 cores=5,7
/proc/994160/task/994171/stat : 994171 (Finalizer) S 994157 994160 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 185502652 19430449152 44959 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
[pid=994160/tid=994178] ppid=994157 vsize=18975048 memory=15538522484377282 CPUtime=0 cores=5,7
/proc/994160/task/994178/stat : 994178 (Common-Cleaner) S 994157 994160 991963 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 185502652 19430449152 44959 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 179836 KiB

[startup+0.306791 s]*
/proc/loadavg: 4.75 4.90 4.81 7/331 994179
/proc/meminfo: memFree=113875992/131524600 swapFree=131071216/131071996
[pid=994160] ppid=994157 vsize=19041612 memory=244076 CPUtime=0.44 cores=5,7
/proc/994160/stat : 994160 (java) S 994157 994160 991963 0 -1 1077936128 7980 0 0 0 38 6 0 0 20 0 19 0 185502649 19498610688 61019 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
/proc/994160/statm: 4760403 61019 5769 1 0 549991 0
[pid=994160/tid=994162] ppid=994157 vsize=19041612 memory=-8671796979599450812 CPUtime=0.26 cores=5,7
/proc/994160/task/994162/stat : 994162 (java) R 994157 994160 991963 0 -1 4194368 6142 0 0 0 21 5 0 0 20 0 19 0 185502649 19498610688 61019 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
[pid=994160/tid=994171] ppid=994157 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/994160/task/994171/stat : 994171 (Finalizer) S 994157 994160 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185502652 19498610688 61019 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
[pid=994160/tid=994178] ppid=994157 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/994160/task/994178/stat : 994178 (Common-Cleaner) S 994157 994160 991963 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 185502652 19498610688 61019 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 244076 KiB

[startup+0.700797 s]
/proc/loadavg: 4.75 4.90 4.81 6/331 994179
/proc/meminfo: memFree=113227004/131524600 swapFree=131071216/131071996
[pid=994160] ppid=994157 vsize=19041612 memory=1579544 CPUtime=0.88 cores=5,7
/proc/994160/stat : 994160 (java) S 994157 994160 991963 0 -1 1077936128 9596 0 0 0 56 32 0 0 20 0 19 0 185502649 19498610688 394886 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
/proc/994160/statm: 4760403 394886 5869 1 0 911402 0
[pid=994160/tid=994162] ppid=994157 vsize=19041612 memory=5628 CPUtime=0.63 cores=5,7
/proc/994160/task/994162/stat : 994162 (java) R 994157 994160 991963 0 -1 4194368 6792 0 0 0 32 31 0 0 20 0 19 0 185502649 19498610688 394886 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
[pid=994160/tid=994171] ppid=994157 vsize=19041612 memory=13124 CPUtime=0 cores=5,7
/proc/994160/task/994171/stat : 994171 (Finalizer) S 994157 994160 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185502652 19498610688 394886 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
[pid=994160/tid=994178] ppid=994157 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/994160/task/994178/stat : 994178 (Common-Cleaner) S 994157 994160 991963 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 185502652 19498610688 394886 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
Current children cumulated CPU time: 0.88 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1579544 KiB

[startup+1.5008 s]
/proc/loadavg: 4.75 4.90 4.81 5/331 994179
/proc/meminfo: memFree=111401800/131524600 swapFree=131071216/131071996
[pid=994160] ppid=994157 vsize=19041612 memory=2751040 CPUtime=1.86 cores=5,7
/proc/994160/stat : 994160 (java) S 994157 994160 991963 0 -1 1077936128 11691 0 0 0 131 55 0 0 20 0 19 0 185502649 19498610688 687760 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
/proc/994160/statm: 4760403 687760 5869 1 0 912399 0
[pid=994160/tid=994162] ppid=994157 vsize=19041612 memory=13124 CPUtime=1.41 cores=5,7
/proc/994160/task/994162/stat : 994162 (java) R 994157 994160 991963 0 -1 4194368 7368 0 0 0 88 53 0 0 20 0 19 0 185502649 19498610688 687760 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
[pid=994160/tid=994171] ppid=994157 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/994160/task/994171/stat : 994171 (Finalizer) S 994157 994160 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185502652 19498610688 687760 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
[pid=994160/tid=994178] ppid=994157 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/994160/task/994178/stat : 994178 (Common-Cleaner) S 994157 994160 991963 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 185502652 19498610688 687760 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
Current children cumulated CPU time: 1.86 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2751040 KiB

[startup+3.1068 s]
/proc/loadavg: 4.75 4.90 4.81 6/331 994179
/proc/meminfo: memFree=111335240/131524600 swapFree=131071216/131071996
[pid=994160] ppid=994157 vsize=19041612 memory=2773768 CPUtime=4.08 cores=5,7
/proc/994160/stat : 994160 (java) S 994157 994160 991963 0 -1 1077936128 22924 0 0 0 351 57 0 0 20 0 19 0 185502649 19498610688 693442 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
/proc/994160/statm: 4760403 693442 5869 1 0 918176 0
[pid=994160/tid=994162] ppid=994157 vsize=19041612 memory=0 CPUtime=2.99 cores=5,7
/proc/994160/task/994162/stat : 994162 (java) R 994157 994160 991963 0 -1 4194368 7370 0 0 0 246 53 0 0 20 0 19 0 185502649 19498610688 693442 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
[pid=994160/tid=994171] ppid=994157 vsize=19041612 memory=13124 CPUtime=0 cores=5,7
/proc/994160/task/994171/stat : 994171 (Finalizer) S 994157 994160 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185502652 19498610688 693442 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
[pid=994160/tid=994178] ppid=994157 vsize=19041612 memory=2752360 CPUtime=0 cores=5,7
/proc/994160/task/994178/stat : 994178 (Common-Cleaner) S 994157 994160 991963 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 185502652 19498610688 693442 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
Current children cumulated CPU time: 4.08 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2773768 KiB

[startup+6.30028 s]
/proc/loadavg: 4.69 4.88 4.81 5/331 994181
/proc/meminfo: memFree=111342928/131524600 swapFree=131071216/131071996
[pid=994160] ppid=994157 vsize=19041612 memory=2759568 CPUtime=7.36 cores=5,7
/proc/994160/stat : 994160 (java) S 994157 994160 991963 0 -1 1077936128 23176 0 0 0 678 58 0 0 20 0 19 0 185502649 19498610688 689892 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
/proc/994160/statm: 4760403 689892 5869 1 0 918178 0
[pid=994160/tid=994162] ppid=994157 vsize=19041612 memory=0 CPUtime=6.13 cores=5,7
/proc/994160/task/994162/stat : 994162 (java) R 994157 994160 991963 0 -1 4194368 7587 0 0 0 560 53 0 0 20 0 19 0 185502649 19498610688 689892 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
[pid=994160/tid=994171] ppid=994157 vsize=19041612 memory=2751040 CPUtime=0 cores=5,7
/proc/994160/task/994171/stat : 994171 (Finalizer) S 994157 994160 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185502652 19498610688 689892 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
[pid=994160/tid=994178] ppid=994157 vsize=19041612 memory=224194199869 CPUtime=0 cores=5,7
/proc/994160/task/994178/stat : 994178 (Common-Cleaner) S 994157 994160 991963 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 185502652 19498610688 689892 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
Current children cumulated CPU time: 7.36 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2759568 KiB

[startup+12.7003 s]
/proc/loadavg: 4.63 4.87 4.80 5/331 994181
/proc/meminfo: memFree=111271120/131524600 swapFree=131071216/131071996
[pid=994160] ppid=994157 vsize=19041612 memory=2762328 CPUtime=13.77 cores=5,7
/proc/994160/stat : 994160 (java) S 994157 994160 991963 0 -1 1077936128 26542 0 0 0 1318 59 0 0 20 0 19 0 185502649 19498610688 690582 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
/proc/994160/statm: 4760403 690582 5869 1 0 918178 0
[pid=994160/tid=994162] ppid=994157 vsize=19041612 memory=2761616 CPUtime=12.43 cores=5,7
/proc/994160/task/994162/stat : 994162 (java) R 994157 994160 991963 0 -1 4194368 8932 0 0 0 1190 53 0 0 20 0 19 0 185502649 19498610688 690582 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
[pid=994160/tid=994171] ppid=994157 vsize=19041612 memory=2761616 CPUtime=0 cores=5,7
/proc/994160/task/994171/stat : 994171 (Finalizer) S 994157 994160 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185502652 19498610688 690582 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
[pid=994160/tid=994178] ppid=994157 vsize=19041612 memory=14130030909326672 CPUtime=0 cores=5,7
/proc/994160/task/994178/stat : 994178 (Common-Cleaner) S 994157 994160 991963 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 185502652 19498610688 690582 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
Current children cumulated CPU time: 13.77 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2762328 KiB

[startup+25.5003 s]
/proc/loadavg: 4.64 4.86 4.80 5/333 994188
/proc/meminfo: memFree=111198424/131524600 swapFree=131071216/131071996
[pid=994160] ppid=994157 vsize=19041612 memory=2768816 CPUtime=26.69 cores=5,7
/proc/994160/stat : 994160 (java) S 994157 994160 991963 0 -1 1077936128 30756 0 0 0 2609 60 0 0 20 0 19 0 185502649 19498610688 692204 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
/proc/994160/statm: 4760403 692204 5869 1 0 918178 0
[pid=994160/tid=994162] ppid=994157 vsize=19041612 memory=2766680 CPUtime=25.05 cores=5,7
/proc/994160/task/994162/stat : 994162 (java) R 994157 994160 991963 0 -1 4194368 9720 0 0 0 2452 53 0 0 20 0 19 0 185502649 19498610688 692204 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
[pid=994160/tid=994171] ppid=994157 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/994160/task/994171/stat : 994171 (Finalizer) S 994157 994160 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185502652 19498610688 692204 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
[pid=994160/tid=994178] ppid=994157 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/994160/task/994178/stat : 994178 (Common-Cleaner) S 994157 994160 991963 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 185502652 19498610688 692204 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
Current children cumulated CPU time: 26.69 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2768816 KiB

[startup+51.1064 s]
/proc/loadavg: 4.42 4.79 4.78 5/333 994193
/proc/meminfo: memFree=110981904/131524600 swapFree=131071216/131071996
[pid=994160] ppid=994157 vsize=19041612 memory=2781408 CPUtime=52.4 cores=5,7
/proc/994160/stat : 994160 (java) S 994157 994160 991963 0 -1 1077936128 40137 0 0 0 5176 64 0 0 20 0 19 0 185502649 19498610688 695352 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
/proc/994160/statm: 4760403 695352 5869 1 0 918194 0
[pid=994160/tid=994162] ppid=994157 vsize=19041612 memory=0 CPUtime=50.29 cores=5,7
/proc/994160/task/994162/stat : 994162 (java) R 994157 994160 991963 0 -1 4194368 13035 0 0 0 4975 54 0 0 20 0 19 0 185502649 19498610688 695352 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
[pid=994160/tid=994171] ppid=994157 vsize=19041612 memory=2762328 CPUtime=0 cores=5,7
/proc/994160/task/994171/stat : 994171 (Finalizer) S 994157 994160 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 185502652 19498610688 695352 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
[pid=994160/tid=994178] ppid=994157 vsize=19041612 memory=2773768 CPUtime=0 cores=5,7
/proc/994160/task/994178/stat : 994178 (Common-Cleaner) S 994157 994160 991963 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 185502652 19498610688 695352 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
Current children cumulated CPU time: 52.4 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2781408 KiB

[startup+102.3 s]
/proc/loadavg: 4.34 4.71 4.75 5/334 994202
/proc/meminfo: memFree=110686584/131524600 swapFree=131071216/131071996
[pid=994160] ppid=994157 vsize=19041612 memory=2804156 CPUtime=103.55 cores=5,7
/proc/994160/stat : 994160 (java) S 994157 994160 991963 0 -1 1077936128 47771 0 0 0 10286 69 0 0 20 0 19 0 185502649 19498610688 701039 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
/proc/994160/statm: 4760403 701039 5869 1 0 918194 0
[pid=994160/tid=994162] ppid=994157 vsize=19041612 memory=-8671796979599450812 CPUtime=100.64 cores=5,7

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

[startup+3162.3 s]
/proc/loadavg: 4.25 4.37 4.38 5/334 996007
/proc/meminfo: memFree=106327312/131524600 swapFree=131071216/131071996
[pid=994160] ppid=994157 vsize=19108176 memory=5447520 CPUtime=3176.03 cores=5,7
/proc/994160/stat : 994160 (java) S 994157 994160 991963 0 -1 1077936128 272691 0 0 0 317138 465 0 0 20 0 20 0 185502649 19566772224 1361880 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
/proc/994160/statm: 4777044 1361880 5909 1 0 1399344 0
[pid=994160/tid=994162] ppid=994157 vsize=19108176 memory=2891504070978104953 CPUtime=3102.21 cores=5,7
/proc/994160/task/994162/stat : 994162 (java) R 994157 994160 991963 0 -1 4194368 129109 0 0 0 310076 145 0 0 20 0 20 0 185502649 19566772224 1361880 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 198 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
[pid=994160/tid=994171] ppid=994157 vsize=19108176 memory=5447508 CPUtime=0 cores=5,7
/proc/994160/task/994171/stat : 994171 (Finalizer) S 994157 994160 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185502652 19566772224 1361880 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
[pid=994160/tid=994178] ppid=994157 vsize=19108176 memory=5447520 CPUtime=0 cores=5,7
/proc/994160/task/994178/stat : 994178 (Common-Cleaner) S 994157 994160 991963 0 -1 1077936192 4796 0 0 0 0 0 0 0 20 0 20 0 185502652 19566772224 1361880 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
[pid=994160/tid=995701] ppid=994157 vsize=19108176 memory=48768 CPUtime=0 cores=5,7
/proc/994160/task/995701/stat : 995701 (Timer-0) S 994157 994160 991963 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 185787693 19566772224 1361880 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
Current children cumulated CPU time: 3176.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5447520 KiB

[startup+3222.3 s]
/proc/loadavg: 4.31 4.36 4.37 5/332 996018
/proc/meminfo: memFree=106076392/131524600 swapFree=131071216/131071996
[pid=994160] ppid=994157 vsize=19108176 memory=5551864 CPUtime=3248.85 cores=5,7
/proc/994160/stat : 994160 (java) S 994157 994160 991963 0 -1 1077936128 305556 0 0 0 324401 484 0 0 20 0 20 0 185502649 19566772224 1387966 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
/proc/994160/statm: 4777044 1387966 5906 1 0 1400574 0
[pid=994160/tid=994162] ppid=994157 vsize=19108176 memory=5447508 CPUtime=3159.69 cores=5,7
/proc/994160/task/994162/stat : 994162 (java) R 994157 994160 991963 0 -1 4194368 134527 0 0 0 315823 146 0 0 20 0 20 0 185502649 19566772224 1387966 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 198 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
[pid=994160/tid=994171] ppid=994157 vsize=19108176 memory=5628 CPUtime=0 cores=5,7
/proc/994160/task/994171/stat : 994171 (Finalizer) S 994157 994160 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185502652 19566772224 1387966 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
[pid=994160/tid=994178] ppid=994157 vsize=19108176 memory=5551516 CPUtime=0 cores=5,7
/proc/994160/task/994178/stat : 994178 (Common-Cleaner) S 994157 994160 991963 0 -1 1077936192 4842 0 0 0 0 0 0 0 20 0 20 0 185502652 19566772224 1387966 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
[pid=994160/tid=995701] ppid=994157 vsize=19108176 memory=5551864 CPUtime=0 cores=5,7
/proc/994160/task/995701/stat : 995701 (Timer-0) S 994157 994160 991963 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 185787693 19566772224 1387966 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
Current children cumulated CPU time: 3248.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5551864 KiB

[startup+3282.31 s]
/proc/loadavg: 4.40 4.37 4.37 6/333 996030
/proc/meminfo: memFree=106001908/131524600 swapFree=131071216/131071996
[pid=994160] ppid=994157 vsize=19108176 memory=5552068 CPUtime=3323.76 cores=5,7
/proc/994160/stat : 994160 (java) S 994157 994160 991963 0 -1 1077936128 323679 0 0 0 331876 500 0 0 20 0 20 0 185502649 19566772224 1388017 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
/proc/994160/statm: 4777044 1388017 5906 1 0 1400606 0
[pid=994160/tid=994162] ppid=994157 vsize=19108176 memory=14364 CPUtime=3217.98 cores=5,7
/proc/994160/task/994162/stat : 994162 (java) R 994157 994160 991963 0 -1 4194368 144983 0 0 0 321652 146 0 0 20 0 20 0 185502649 19566772224 1388017 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 198 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
[pid=994160/tid=994171] ppid=994157 vsize=19108176 memory=5551864 CPUtime=0 cores=5,7
/proc/994160/task/994171/stat : 994171 (Finalizer) S 994157 994160 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185502652 19566772224 1388017 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
[pid=994160/tid=994178] ppid=994157 vsize=19108176 memory=5551864 CPUtime=0 cores=5,7
/proc/994160/task/994178/stat : 994178 (Common-Cleaner) S 994157 994160 991963 0 -1 1077936192 4904 0 0 0 0 0 0 0 20 0 20 0 185502652 19566772224 1388017 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
[pid=994160/tid=995701] ppid=994157 vsize=19108176 memory=5552068 CPUtime=0 cores=5,7
/proc/994160/task/995701/stat : 995701 (Timer-0) S 994157 994160 991963 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 185787693 19566772224 1388017 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
Current children cumulated CPU time: 3323.76 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5552068 KiB

[startup+3342.3 s]
/proc/loadavg: 4.84 4.50 4.41 6/331 996108
/proc/meminfo: memFree=109001052/131524600 swapFree=131071216/131071996
[pid=994160] ppid=994157 vsize=19108176 memory=5552076 CPUtime=3402.56 cores=5,7
/proc/994160/stat : 994160 (java) S 994157 994160 991963 0 -1 1077936128 342585 0 0 0 339738 518 0 0 20 0 20 0 185502649 19566772224 1388019 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
/proc/994160/statm: 4777044 1388019 5906 1 0 1400606 0
[pid=994160/tid=994162] ppid=994157 vsize=19108176 memory=14364 CPUtime=3276.19 cores=5,7
/proc/994160/task/994162/stat : 994162 (java) R 994157 994160 991963 0 -1 4194368 154948 0 0 0 327472 147 0 0 20 0 20 0 185502649 19566772224 1388019 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 200 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
[pid=994160/tid=994171] ppid=994157 vsize=19108176 memory=14364 CPUtime=0 cores=5,7
/proc/994160/task/994171/stat : 994171 (Finalizer) S 994157 994160 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185502652 19566772224 1388019 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
[pid=994160/tid=994178] ppid=994157 vsize=19108176 memory=14364 CPUtime=0 cores=5,7
/proc/994160/task/994178/stat : 994178 (Common-Cleaner) S 994157 994160 991963 0 -1 1077936192 4978 0 0 0 0 0 0 0 20 0 20 0 185502652 19566772224 1388019 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
[pid=994160/tid=995701] ppid=994157 vsize=19108176 memory=5552076 CPUtime=0 cores=5,7
/proc/994160/task/995701/stat : 995701 (Timer-0) S 994157 994160 991963 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 185787693 19566772224 1388019 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
Current children cumulated CPU time: 3402.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5552076 KiB

[startup+3402.3 s]
/proc/loadavg: 4.89 4.58 4.45 5/331 996118
/proc/meminfo: memFree=108927836/131524600 swapFree=131071216/131071996
[pid=994160] ppid=994157 vsize=19108176 memory=5552076 CPUtime=3484.09 cores=5,7
/proc/994160/stat : 994160 (java) S 994157 994160 991963 0 -1 1077936128 361272 0 0 0 347871 538 0 0 20 0 20 0 185502649 19566772224 1388019 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
/proc/994160/statm: 4777044 1388019 5906 1 0 1400606 0
[pid=994160/tid=994162] ppid=994157 vsize=19108176 memory=5552076 CPUtime=3334.6 cores=5,7
/proc/994160/task/994162/stat : 994162 (java) R 994157 994160 991963 0 -1 4194368 160714 0 0 0 333312 148 0 0 20 0 20 0 185502649 19566772224 1388019 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 200 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
[pid=994160/tid=994171] ppid=994157 vsize=19108176 memory=5552076 CPUtime=0 cores=5,7
/proc/994160/task/994171/stat : 994171 (Finalizer) S 994157 994160 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185502652 19566772224 1388019 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
[pid=994160/tid=994178] ppid=994157 vsize=19108176 memory=5552076 CPUtime=0 cores=5,7
/proc/994160/task/994178/stat : 994178 (Common-Cleaner) S 994157 994160 991963 0 -1 1077936192 5040 0 0 0 0 0 0 0 20 0 20 0 185502652 19566772224 1388019 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
[pid=994160/tid=995701] ppid=994157 vsize=19108176 memory=-8671796979599450812 CPUtime=0 cores=5,7
/proc/994160/task/995701/stat : 995701 (Timer-0) S 994157 994160 991963 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 185787693 19566772224 1388019 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
Current children cumulated CPU time: 3484.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5552076 KiB

[startup+3462.3 s]
/proc/loadavg: 4.59 4.56 4.45 5/331 996129
/proc/meminfo: memFree=108818536/131524600 swapFree=131071216/131071996
[pid=994160] ppid=994157 vsize=19108176 memory=5552076 CPUtime=3562.72 cores=5,7
/proc/994160/stat : 994160 (java) S 994157 994160 991963 0 -1 1077936128 368429 0 0 0 355718 554 0 0 20 0 20 0 185502649 19566772224 1388019 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
/proc/994160/statm: 4777044 1388019 5906 1 0 1400606 0
[pid=994160/tid=994162] ppid=994157 vsize=19108176 memory=5552076 CPUtime=3392.9 cores=5,7
/proc/994160/task/994162/stat : 994162 (java) S 994157 994160 991963 0 -1 1077936192 165218 0 0 0 339142 148 0 0 20 0 20 0 185502649 19566772224 1388019 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 200 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
[pid=994160/tid=994171] ppid=994157 vsize=19108176 memory=100 CPUtime=0 cores=5,7
/proc/994160/task/994171/stat : 994171 (Finalizer) S 994157 994160 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185502652 19566772224 1388019 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
[pid=994160/tid=994178] ppid=994157 vsize=19108176 memory=5552076 CPUtime=0 cores=5,7
/proc/994160/task/994178/stat : 994178 (Common-Cleaner) S 994157 994160 991963 0 -1 1077936192 5141 0 0 0 0 0 0 0 20 0 20 0 185502652 19566772224 1388019 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
[pid=994160/tid=995701] ppid=994157 vsize=19108176 memory=5552076 CPUtime=0 cores=5,7
/proc/994160/task/995701/stat : 995701 (Timer-0) S 994157 994160 991963 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 185787693 19566772224 1388019 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
Current children cumulated CPU time: 3562.72 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5552076 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3488.21 s]
/proc/loadavg: 4.57 4.56 4.45 6/331 996134
/proc/meminfo: memFree=108680360/131524600 swapFree=131071216/131071996
[pid=994160] ppid=994157 vsize=19108176 memory=5552352 CPUtime=3600.17 cores=5,7
/proc/994160/stat : 994160 (java) S 994157 994160 991963 0 -1 1077936128 382439 0 0 0 359452 565 0 0 20 0 20 0 185502649 19566772224 1388088 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
/proc/994160/statm: 4777044 1388088 5906 1 0 1400675 0
[pid=994160/tid=994162] ppid=994157 vsize=19108176 memory=4784 CPUtime=3418.04 cores=5,7
/proc/994160/task/994162/stat : 994162 (java) R 994157 994160 991963 0 -1 4194368 173292 0 0 0 341655 149 0 0 20 0 20 0 185502649 19566772224 1388088 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 200 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
[pid=994160/tid=994171] ppid=994157 vsize=19108176 memory=8000 CPUtime=0 cores=5,7
/proc/994160/task/994171/stat : 994171 (Finalizer) S 994157 994160 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 185502652 19566772224 1388088 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
[pid=994160/tid=994178] ppid=994157 vsize=19108176 memory=19824 CPUtime=0 cores=5,7
/proc/994160/task/994178/stat : 994178 (Common-Cleaner) S 994157 994160 991963 0 -1 1077936192 5141 0 0 0 0 0 0 0 20 0 20 0 185502652 19566772224 1388088 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
[pid=994160/tid=995701] ppid=994157 vsize=19108176 memory=6980 CPUtime=0 cores=5,7
/proc/994160/task/995701/stat : 995701 (Timer-0) S 994157 994160 991963 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 20 0 185787693 19566772224 1388088 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
Current children cumulated CPU time: 3600.17 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 5552352 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.9 s, system=5.67208 s

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

[startup+3488.4 s]
/proc/loadavg: 4.57 4.56 4.45 6/331 996134
/proc/meminfo: memFree=108680360/131524600 swapFree=131071216/131071996
[pid=994160] ppid=994157 vsize=19307868 memory=5553096 CPUtime=3600.54 cores=5,7
/proc/994160/stat : 994160 (java) S 994157 994160 991963 0 -1 1077936128 384735 0 0 0 359489 565 0 0 20 0 16 0 185502649 19771256832 1388274 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
/proc/994160/statm: 4826967 1388274 5918 1 0 1401596 0
[pid=994160/tid=994162] ppid=994157 vsize=19307868 memory=19760 CPUtime=3418.15 cores=5,7
/proc/994160/task/994162/stat : 994162 (java) S 994157 994160 991963 0 -1 1077936192 173338 0 0 0 341666 149 0 0 20 0 16 0 185502649 19771256832 1388274 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 200 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
[pid=994160/tid=994171] ppid=994157 vsize=19307868 memory=5552352 CPUtime=0 cores=5,7
/proc/994160/task/994171/stat : 994171 (Finalizer) S 994157 994160 991963 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 16 0 185502652 19771256832 1388274 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
[pid=994160/tid=994178] ppid=994157 vsize=19307868 memory=2328 CPUtime=0 cores=5,7
/proc/994160/task/994178/stat : 994178 (Common-Cleaner) S 994157 994160 991963 0 -1 1077936192 5141 0 0 0 0 0 0 0 20 0 16 0 185502652 19771256832 1388274 134679101440 94911095099392 94911095103088 140737328179696 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94911095110904 94911095111696 94911112482816 140737328182255 140737328182368 140737328182368 140737328189384 0
Current children cumulated CPU time: 3600.54 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 5553096 KiB

Child status: 143

Real time (s): 3488.42
CPU time (s): 3600.57
CPU user time (s): 3594.9
CPU system time (s): 5.67208
CPU usage (%): 103.215
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 5553096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.9
system time used= 5.67208
maximum resident set size= 5554112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 384785
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 401144
involuntary context switches= 17469


# summary of solver processes directly reported to runsolver:
#   pid: 994160
#   total CPU time (s): 3600.57
#   total CPU user time (s): 3594.9
#   total CPU system time (s): 5.67208

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.73853 second user time and 18.2698 second system time

The end

Launcher Data

Begin job on nodeC018 at 2024-07-18 22:10:14
IDJOB=4446275
IDBENCH=155554
IDSOLVER=3046
FILE ID=nodeC018/4446275-1721333400
RUNJOBID= nodeC018-1721330032-991976
SLURM_JOB_ID= 7542703
Free space on /tmp= 889672 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB11/DEC-LIN/lopes/normalized-172.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4446275-1721333400/watcher-4446275-1721333400 -o /tmp/evaluation-result-4446275-1721333400/solver-4446275-1721333400 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721330032-991976 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4446275-1721333400.opb

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

MD5SUM BENCH= 46f4146f739f9ce6c71981ef5aa732b8
RANDOM SEED=1531829987

nodeC018.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		: 3600.623
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.52
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		: 3672.271
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.30
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		: 3676.437
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.52
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		: 3664.887
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.30
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		: 3676.195
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.52
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		: 3601.109
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.30
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		: 3599.939
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.52
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.010
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.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        114099772 kB
MemAvailable:   116326456 kB
Buffers:          494132 kB
Cached:          2561048 kB
SwapCached:          148 kB
Active:          1077228 kB
Inactive:       15727920 kB
Active(anon):       1572 kB
Inactive(anon): 13794276 kB
Active(file):    1075656 kB
Inactive(file):  1933644 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071216 kB
Dirty:            309360 kB
Writeback:             0 kB
AnonPages:      13749592 kB
Mapped:           128184 kB
Shmem:             45784 kB
KReclaimable:     114412 kB
Slab:             210800 kB
SReclaimable:     114412 kB
SUnreclaim:        96388 kB
KernelStack:        5056 kB
PageTables:        37080 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:   17106456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            37568 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13412352 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:      262868 kB
DirectMap2M:    24676352 kB
DirectMap1G:    111149056 kB

Free space on /tmp at the end= 889708 MiB
End job on nodeC018 at 2024-07-18 23:08:23