Trace number 4427522

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j Partial RoundingSAT 2024 2024-07-12? (TO) 3600.46 3519.8

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx97.opb
MD5SUMb17790bf3951ca85a67cd8038da17b4d
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/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 benchmark1518.19
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8424
Total number of constraints9089
Number of constraints which are clauses8415
Number of constraints which are cardinality constraints (but not clauses)98
Number of constraints which are nor clauses,nor cardinality constraints576
Minimum length of a constraint2
Maximum length of a constraint576
Number of terms in the objective function 9
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 9
Number of bits of the sum of numbers in the objective function 4
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1199
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.11/0.13	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.11/0.13	c This is free software under the dual EPL/GNU LGPL licenses.
0.11/0.13	c See www.sat4j.org for details.
0.11/0.14	c version CUSTOM.v20240707
0.11/0.15	c java.runtime.name	OpenJDK Runtime Environment
0.11/0.16	c java.vm.name		OpenJDK 64-Bit Server VM
0.11/0.16	c java.vm.version	22.0.1+8-16
0.11/0.16	c java.vm.vendor	Oracle Corporation
0.11/0.16	c sun.arch.data.model	64
0.11/0.16	c java.version		22.0.1
0.11/0.16	c os.name		Linux
0.11/0.16	c os.version		4.18.0-301.1.el8.x86_64
0.11/0.16	c os.arch		amd64
0.11/0.16	c Free memory 		2115194816
0.11/0.16	c Max memory 		16282288128
0.11/0.16	c Total memory 		2122317824
0.11/0.17	c Number of processors 	2
0.29/0.28	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.29/0.28	 - never skip resolution steps
0.29/0.28	 - Auto-division on coefficients is disabled
0.29/0.28	 - No postprocessing
0.29/0.28	 - Conflict is considered as is when resolving
0.29/0.28	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.29/0.28	 - Weaken first using unassigned literals
0.29/0.28	 - Bump strategy: ALWAYS_ONE
0.29/0.28	 - Bumper: ASSIGNED
0.29/0.28	--- Begin Solver configuration ---
0.29/0.28	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.29/0.28	Learn all clauses as in MiniSAT
0.29/0.28	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.28	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.29/0.28	No reason simplification
0.29/0.28	Armin Biere (Picosat) restarts strategy
0.29/0.28	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.29/0.28	timeout=2147483s
0.29/0.28	DB Simplification allowed=false
0.29/0.28	Listener: none
0.29/0.28	--- End Solver configuration ---
0.29/0.28	c Pseudo Boolean Optimization by upper bound
0.29/0.28	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.29/0.28	c  - never skip resolution steps
0.29/0.28	c  - Auto-division on coefficients is disabled
0.29/0.28	c  - No postprocessing
0.29/0.28	c  - Conflict is considered as is when resolving
0.29/0.28	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.29/0.28	c  - Weaken first using unassigned literals
0.29/0.28	c  - Bump strategy: ALWAYS_ONE
0.29/0.28	c  - Bumper: ASSIGNED
0.29/0.28	c --- Begin Solver configuration ---
0.29/0.28	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.29/0.28	c Learn all clauses as in MiniSAT
0.29/0.28	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.29/0.28	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.29/0.28	c No reason simplification
0.29/0.28	c Armin Biere (Picosat) restarts strategy
0.29/0.28	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.29/0.28	c timeout=2147483s
0.29/0.28	c DB Simplification allowed=false
0.29/0.28	c Listener: none
0.29/0.28	c --- End Solver configuration ---
0.29/0.29	c solving HOME/instance-4427522-1720997964.opb
0.29/0.29	c reading problem ... 
0.29/0.29	c  objective function found
1.18/0.80	c ... done. Wall clock time 0.51s.
1.18/0.80	c declared #vars     8424
1.18/0.80	c #constraints  9186
1.18/0.80	c constraints type 
1.18/0.80	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 8415
1.18/0.80	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 97
1.18/0.80	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 576
1.18/0.80	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
1.18/0.80	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 97
1.18/0.80	c 9186 constraints processed.
1.41/0.82	c objective function length is 9 literals
23.45/19.41	c cleaning 2491 clauses out of 5001 with flag 0/5001
53.85/48.24	c cleaning 4248 clauses out of 8509 with flag 0/11000
99.69/92.42	c cleaning 5611 clauses out of 11262 with flag 0/18001
169.38/160.54	c cleaning 6821 clauses out of 13650 with flag 0/26000
312.12/302.03	c cleaning 7901 clauses out of 15829 with flag 0/35000
425.43/414.45	c cleaning 8942 clauses out of 17930 with flag 0/45002
575.06/562.87	c cleaning 9984 clauses out of 19987 with flag 0/56001
659.70/646.67	c cleaning 10989 clauses out of 22002 with flag 0/68000
808.11/792.10	c cleaning 11997 clauses out of 24013 with flag 0/81000
1004.35/985.86	c cleaning 13000 clauses out of 26018 with flag 0/95002
1123.59/1103.55	c cleaning 13998 clauses out of 28018 with flag 0/110002
1281.78/1256.91	c cleaning 14986 clauses out of 30019 with flag 0/126001
1438.84/1411.77	c cleaning 15996 clauses out of 32032 with flag 0/143000
1957.31/1923.11	c cleaning 16981 clauses out of 34036 with flag 0/161000
2140.38/2096.64	c cleaning 17994 clauses out of 36055 with flag 0/180000
2593.52/2527.96	c cleaning 18997 clauses out of 38062 with flag 0/200001
3600.09/3519.62	c starts		: 118
3600.09/3519.66	c conflicts		: 206895
3600.09/3519.66	c decisions		: 731472
3600.09/3519.66	c propagations		: 38387698
3600.09/3519.66	c inspects		: 622622505
3600.09/3519.66	c shortcuts		: 0
3600.09/3519.66	c learnt literals	: 0
3600.09/3519.66	c learnt binary clauses	: 0
3600.09/3519.66	c learnt ternary clauses	: 0
3600.09/3519.66	c learnt constraints	: 206895
3600.09/3519.66	c ignored constraints	: 0
3600.09/3519.66	c root simplifications	: 0
3600.09/3519.66	c removed literals (reason simplification)	: 0
3600.09/3519.66	c reason swapping (by a shorter reason)	: 0
3600.09/3519.66	c Calls to reduceDB	: 16
3600.09/3519.66	c Number of update (reduction) of LBD	: 20937
3600.09/3519.66	c Imported unit clauses	: 0
3600.09/3519.66	c No decision after first conflict	: false
3600.09/3519.66	c number of reductions to clauses (during analyze)	: 0
3600.09/3519.66	c number of learned constraints concerned by reduction	: 0
3600.09/3519.66	c number of learning phase by resolution	: 0
3600.09/3519.66	c number of learning phase by cutting planes	: 0
3600.09/3519.66	c number of rounding to 1 operations	: 956344
3600.09/3519.66	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.09/3519.66	c number of reductions of the coefficients by power 2 	: 0
3600.09/3519.66	c number of right shift for reduction by power 2 	: 0
3600.09/3519.66	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.09/3519.66	c number of ending skipping 	: 0
3600.09/3519.66	c number of internal skipping 	: 0
3600.09/3519.69	c number of derivation steps 	: 1048926
3600.09/3519.69	c number of skipped derivation steps 	: 0
3600.09/3519.69	c number of remaining unassigned 	: 546923
3600.09/3519.69	c number of remaining assigned 	: 172896728
3600.09/3519.69	c number of falsified literals weakened from reason	: 0
3600.09/3519.69	c number of falsified literals weakened from conflict	: 0
3600.09/3519.69	c time for arithmetic operations	: 16420545674
3600.09/3519.69	c minimum degree of deleted constraints	: 8
3600.09/3519.69	c maximum degree of deleted constraints	: 471387966
3600.09/3519.69	c number of deleted constraints	: 180936
3600.09/3519.71	c speed (assignments/second)	: 10909.141777895997
3600.09/3519.71	c non guided choices	: 11607
3600.31/3519.77	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 7163
3600.31/3519.77	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 2400
3600.31/3519.77	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 16396
3600.31/3519.77	s UNKNOWN
3600.31/3519.77	c Total wall clock time (in seconds): 3519.483

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427522-1720997964/watcher-4427522-1720997964 -o /tmp/evaluation-result-4427522-1720997964/solver-4427522-1720997964 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1720994548-768479 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427522-1720997964.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

Enforcing FSIZE limit: 104857600 KiB
Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 3600 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 3630 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 3700 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 4.18.0-301.1.el8.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=771319, runsolver pid=771316

[startup+0.100299 s]*
/proc/loadavg: 4.77 4.52 4.29 6/316 771337
/proc/meminfo: memFree=118441512/131655788 swapFree=131071996/131071996
[pid=771319] ppid=771316 vsize=18993908 memory=59372 CPUtime=0.11 cores=0,2
/proc/771319/stat : 771319 (java) S 771316 771319 768469 0 -1 1077936128 6589 0 0 0 9 2 0 0 20 0 18 0 151955201 19449761792 14843 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
/proc/771319/statm: 4748477 14843 5915 1 0 550887 0
[pid=771319/tid=771321] ppid=771316 vsize=18993908 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/771319/task/771321/stat : 771321 (java) R 771316 771319 768469 0 -1 4194368 5489 0 0 0 6 2 0 0 20 0 18 0 151955202 19449761792 14843 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
[pid=771319/tid=771330] ppid=771316 vsize=18993908 memory=232851243367 CPUtime=0 cores=0,2
/proc/771319/task/771330/stat : 771330 (Finalizer) S 771316 771319 768469 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151955206 19449761792 14843 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
[pid=771319/tid=771337] ppid=771316 vsize=18993908 memory=3472611996011331616 CPUtime=0 cores=0,2
/proc/771319/task/771337/stat : 771337 (Common-Cleaner) S 771316 771319 768469 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151955207 19449761792 14843 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 59372 KiB

[startup+0.210846 s]*
/proc/loadavg: 4.77 4.52 4.29 7/316 771337
/proc/meminfo: memFree=118434204/131655788 swapFree=131071996/131071996
[pid=771319] ppid=771316 vsize=18993908 memory=66612 CPUtime=0.29 cores=0,2
/proc/771319/stat : 771319 (java) S 771316 771319 768469 0 -1 1077936128 7374 0 0 0 26 3 0 0 20 0 18 0 151955201 19449761792 16653 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
/proc/771319/statm: 4748477 16653 5922 1 0 551498 0
[pid=771319/tid=771321] ppid=771316 vsize=18993908 memory=4782652875487838339 CPUtime=0.17 cores=0,2
/proc/771319/task/771321/stat : 771321 (java) R 771316 771319 768469 0 -1 1077936192 5874 0 0 0 15 2 0 0 20 0 18 0 151955202 19449761792 16653 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
[pid=771319/tid=771330] ppid=771316 vsize=18993908 memory=18025 CPUtime=0 cores=0,2
/proc/771319/task/771330/stat : 771330 (Finalizer) S 771316 771319 768469 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151955206 19449761792 16653 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
[pid=771319/tid=771337] ppid=771316 vsize=18993908 memory=14414838847783020 CPUtime=0 cores=0,2
/proc/771319/task/771337/stat : 771337 (Common-Cleaner) S 771316 771319 768469 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151955207 19449761792 16653 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 66612 KiB

[startup+0.310182 s]*
/proc/loadavg: 4.77 4.52 4.29 7/316 771337
/proc/meminfo: memFree=118426436/131655788 swapFree=131071996/131071996
[pid=771319] ppid=771316 vsize=18993908 memory=74856 CPUtime=0.47 cores=0,2
/proc/771319/stat : 771319 (java) S 771316 771319 768469 0 -1 1077936128 7695 0 0 0 44 3 0 0 20 0 18 0 151955201 19449761792 18714 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
/proc/771319/statm: 4748477 18714 6088 1 0 551734 0
[pid=771319/tid=771321] ppid=771316 vsize=18993908 memory=-8744978287439553212 CPUtime=0.26 cores=0,2
/proc/771319/task/771321/stat : 771321 (java) R 771316 771319 768469 0 -1 4194368 6083 0 0 0 24 2 0 0 20 0 18 0 151955202 19449761792 18714 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
[pid=771319/tid=771330] ppid=771316 vsize=18993908 memory=0 CPUtime=0 cores=0,2
/proc/771319/task/771330/stat : 771330 (Finalizer) S 771316 771319 768469 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 151955206 19449761792 18714 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
[pid=771319/tid=771337] ppid=771316 vsize=18993908 memory=0 CPUtime=0 cores=0,2
/proc/771319/task/771337/stat : 771337 (Common-Cleaner) S 771316 771319 768469 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 151955207 19449761792 18714 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 74856 KiB

[startup+0.701179 s]
/proc/loadavg: 4.77 4.52 4.29 8/317 771338
/proc/meminfo: memFree=118338852/131655788 swapFree=131071996/131071996
[pid=771319] ppid=771316 vsize=19060472 memory=385192 CPUtime=1.18 cores=0,2
/proc/771319/stat : 771319 (java) S 771316 771319 768469 0 -1 1077936128 9654 0 0 0 108 10 0 0 20 0 19 0 151955201 19517923328 96298 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
/proc/771319/statm: 4765118 96298 6119 1 0 553101 0
[pid=771319/tid=771321] ppid=771316 vsize=19060472 memory=5624 CPUtime=0.58 cores=0,2
/proc/771319/task/771321/stat : 771321 (java) R 771316 771319 768469 0 -1 4194368 6289 0 0 0 49 9 0 0 20 0 19 0 151955202 19517923328 96298 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
[pid=771319/tid=771330] ppid=771316 vsize=19060472 memory=11936 CPUtime=0 cores=0,2
/proc/771319/task/771330/stat : 771330 (Finalizer) S 771316 771319 768469 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 151955206 19517923328 96298 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
[pid=771319/tid=771337] ppid=771316 vsize=19060472 memory=4977 CPUtime=0 cores=0,2
/proc/771319/task/771337/stat : 771337 (Common-Cleaner) S 771316 771319 768469 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 151955207 19517923328 96298 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 385192 KiB

[startup+1.50027 s]
/proc/loadavg: 4.77 4.52 4.29 7/318 771339
/proc/meminfo: memFree=118016392/131655788 swapFree=131071996/131071996
[pid=771319] ppid=771316 vsize=19127036 memory=625768 CPUtime=2.76 cores=0,2
/proc/771319/stat : 771319 (java) S 771316 771319 768469 0 -1 1077936128 15256 0 0 0 260 16 0 0 20 0 20 0 151955201 19586084864 156442 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
/proc/771319/statm: 4781759 156442 6157 1 0 556899 0
[pid=771319/tid=771321] ppid=771316 vsize=19127036 memory=4977 CPUtime=1.3 cores=0,2
/proc/771319/task/771321/stat : 771321 (java) R 771316 771319 768469 0 -1 4194368 6647 0 0 0 117 13 0 0 20 0 20 0 151955202 19586084864 156442 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
[pid=771319/tid=771330] ppid=771316 vsize=19127036 memory=0 CPUtime=0 cores=0,2
/proc/771319/task/771330/stat : 771330 (Finalizer) S 771316 771319 768469 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151955206 19586084864 156442 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
[pid=771319/tid=771337] ppid=771316 vsize=19127036 memory=11936 CPUtime=0 cores=0,2
/proc/771319/task/771337/stat : 771337 (Common-Cleaner) S 771316 771319 768469 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 151955207 19586084864 156442 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
[pid=771319/tid=771339] ppid=771316 vsize=19127036 memory=0 CPUtime=0 cores=0,2
/proc/771319/task/771339/stat : 771339 (Timer-0) S 771316 771319 768469 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151955284 19586084864 156442 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
Current children cumulated CPU time: 2.76 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 625768 KiB

[startup+3.10618 s]
/proc/loadavg: 4.95 4.56 4.30 6/318 771339
/proc/meminfo: memFree=117455596/131655788 swapFree=131071996/131071996
[pid=771319] ppid=771316 vsize=19127036 memory=1068400 CPUtime=5.94 cores=0,2
/proc/771319/stat : 771319 (java) S 771316 771319 768469 0 -1 1077936128 24897 0 0 0 569 25 0 0 20 0 20 0 151955201 19586084864 267100 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
/proc/771319/statm: 4781759 267100 6173 1 0 557677 0
[pid=771319/tid=771321] ppid=771316 vsize=19127036 memory=11936 CPUtime=2.85 cores=0,2
/proc/771319/task/771321/stat : 771321 (java) R 771316 771319 768469 0 -1 4194368 7133 0 0 0 265 20 0 0 20 0 20 0 151955202 19586084864 267100 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
[pid=771319/tid=771330] ppid=771316 vsize=19127036 memory=0 CPUtime=0 cores=0,2
/proc/771319/task/771330/stat : 771330 (Finalizer) S 771316 771319 768469 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151955206 19586084864 267100 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
[pid=771319/tid=771337] ppid=771316 vsize=19127036 memory=11472 CPUtime=0 cores=0,2
/proc/771319/task/771337/stat : 771337 (Common-Cleaner) S 771316 771319 768469 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 151955207 19586084864 267100 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
[pid=771319/tid=771339] ppid=771316 vsize=19127036 memory=0 CPUtime=0 cores=0,2
/proc/771319/task/771339/stat : 771339 (Timer-0) S 771316 771319 768469 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151955284 19586084864 267100 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
Current children cumulated CPU time: 5.94 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1068400 KiB

[startup+6.30044 s]
/proc/loadavg: 4.95 4.56 4.30 5/318 771341
/proc/meminfo: memFree=117068420/131655788 swapFree=131071996/131071996
[pid=771319] ppid=771316 vsize=19127036 memory=1430204 CPUtime=9.74 cores=0,2
/proc/771319/stat : 771319 (java) S 771316 771319 768469 0 -1 1077936128 27517 0 0 0 941 33 0 0 20 0 20 0 151955201 19586084864 357551 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
/proc/771319/statm: 4781759 357551 6173 1 0 1086160 0
[pid=771319/tid=771321] ppid=771316 vsize=19127036 memory=0 CPUtime=5.72 cores=0,2
/proc/771319/task/771321/stat : 771321 (java) R 771316 771319 768469 0 -1 4194368 7807 0 0 0 547 25 0 0 20 0 20 0 151955202 19586084864 357551 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
[pid=771319/tid=771330] ppid=771316 vsize=19127036 memory=11936 CPUtime=0 cores=0,2
/proc/771319/task/771330/stat : 771330 (Finalizer) S 771316 771319 768469 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151955206 19586084864 357551 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
[pid=771319/tid=771337] ppid=771316 vsize=19127036 memory=1372776 CPUtime=0 cores=0,2
/proc/771319/task/771337/stat : 771337 (Common-Cleaner) S 771316 771319 768469 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 151955207 19586084864 357551 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
[pid=771319/tid=771339] ppid=771316 vsize=19127036 memory=17879 CPUtime=0 cores=0,2
/proc/771319/task/771339/stat : 771339 (Timer-0) S 771316 771319 768469 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151955284 19586084864 357551 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
Current children cumulated CPU time: 9.74 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 1430204 KiB

[startup+12.7004 s]
/proc/loadavg: 4.80 4.55 4.30 5/318 771341
/proc/meminfo: memFree=115832192/131655788 swapFree=131071996/131071996
[pid=771319] ppid=771316 vsize=19127036 memory=2580152 CPUtime=16.42 cores=0,2
/proc/771319/stat : 771319 (java) S 771316 771319 768469 0 -1 1077936128 28949 0 0 0 1584 58 0 0 20 0 20 0 151955201 19586084864 645038 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
/proc/771319/statm: 4781759 645038 6173 1 0 1618830 0
[pid=771319/tid=771321] ppid=771316 vsize=19127036 memory=2580152 CPUtime=11.86 cores=0,2
/proc/771319/task/771321/stat : 771321 (java) R 771316 771319 768469 0 -1 4194368 8297 0 0 0 1141 45 0 0 20 0 20 0 151955202 19586084864 645038 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
[pid=771319/tid=771330] ppid=771316 vsize=19127036 memory=2401924 CPUtime=0 cores=0,2
/proc/771319/task/771330/stat : 771330 (Finalizer) S 771316 771319 768469 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151955206 19586084864 645038 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
[pid=771319/tid=771337] ppid=771316 vsize=19127036 memory=2487940 CPUtime=0 cores=0,2
/proc/771319/task/771337/stat : 771337 (Common-Cleaner) S 771316 771319 768469 0 -1 1077936192 40 0 0 0 0 0 0 0 20 0 20 0 151955207 19586084864 645038 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
[pid=771319/tid=771339] ppid=771316 vsize=19127036 memory=0 CPUtime=0 cores=0,2
/proc/771319/task/771339/stat : 771339 (Timer-0) S 771316 771319 768469 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151955284 19586084864 645038 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
Current children cumulated CPU time: 16.42 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 2580152 KiB

[startup+25.5005 s]
/proc/loadavg: 4.68 4.53 4.30 5/318 771344
/proc/meminfo: memFree=115279492/131655788 swapFree=131071996/131071996
[pid=771319] ppid=771316 vsize=19127036 memory=2963696 CPUtime=29.88 cores=0,2
/proc/771319/stat : 771319 (java) S 771316 771319 768469 0 -1 1077936128 33555 0 0 0 2921 67 0 0 20 0 20 0 151955201 19586084864 740924 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
/proc/771319/statm: 4781759 740924 6173 1 0 1618848 0
[pid=771319/tid=771321] ppid=771316 vsize=19127036 memory=2487940 CPUtime=24.11 cores=0,2
/proc/771319/task/771321/stat : 771321 (java) R 771316 771319 768469 0 -1 4194368 10421 0 0 0 2363 48 0 0 20 0 20 0 151955202 19586084864 740924 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
[pid=771319/tid=771330] ppid=771316 vsize=19127036 memory=2957520 CPUtime=0 cores=0,2
/proc/771319/task/771330/stat : 771330 (Finalizer) S 771316 771319 768469 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151955206 19586084864 740924 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
[pid=771319/tid=771337] ppid=771316 vsize=19127036 memory=11936 CPUtime=0 cores=0,2
/proc/771319/task/771337/stat : 771337 (Common-Cleaner) S 771316 771319 768469 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 151955207 19586084864 740924 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
[pid=771319/tid=771339] ppid=771316 vsize=19127036 memory=0 CPUtime=0 cores=0,2
/proc/771319/task/771339/stat : 771339 (Timer-0) S 771316 771319 768469 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151955284 19586084864 740924 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
Current children cumulated CPU time: 29.88 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 2963696 KiB

[startup+51.1142 s]
/proc/loadavg: 4.53 4.50 4.29 5/318 771347
/proc/meminfo: memFree=113525992/131655788 swapFree=131071996/131071996
[pid=771319] ppid=771316 vsize=19127036 memory=4643864 CPUtime=56.86 cores=0,2
/proc/771319/stat : 771319 (java) S 771316 771319 768469 0 -1 1077936128 44806 0 0 0 5583 103 0 0 20 0 20 0 151955201 19586084864 1160966 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
/proc/771319/statm: 4781759 1160966 6205 1 0 1618863 0
[pid=771319/tid=771321] ppid=771316 vsize=19127036 memory=4518552 CPUtime=48.86 cores=0,2
/proc/771319/task/771321/stat : 771321 (java) R 771316 771319 768469 0 -1 4194368 13881 0 0 0 4811 75 0 0 20 0 20 0 151955202 19586084864 1160966 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
[pid=771319/tid=771330] ppid=771316 vsize=19127036 memory=11472 CPUtime=0 cores=0,2
/proc/771319/task/771330/stat : 771330 (Finalizer) S 771316 771319 768469 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151955206 19586084864 1160966 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
[pid=771319/tid=771337] ppid=771316 vsize=19127036 memory=0 CPUtime=0 cores=0,2
/proc/771319/task/771337/stat : 771337 (Common-Cleaner) S 771316 771319 768469 0 -1 1077936192 48 0 0 0 0 0 0 0 20 0 20 0 151955207 19586084864 1160966 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0

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

[startup+3162.3 s]
/proc/loadavg: 4.20 4.20 4.23 5/320 772750
/proc/meminfo: memFree=109563720/131655788 swapFree=131071996/131071996
[pid=771319] ppid=771316 vsize=19127036 memory=3712872 CPUtime=3237.36 cores=0,2
/proc/771319/stat : 771319 (java) S 771316 771319 768469 0 -1 1077936128 354249 0 0 0 323346 390 0 0 20 0 20 0 151955201 19586084864 928218 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
/proc/771319/statm: 4781759 928218 6218 1 0 938183 0
[pid=771319/tid=771321] ppid=771316 vsize=19127036 memory=6436816 CPUtime=3110.03 cores=0,2
/proc/771319/task/771321/stat : 771321 (java) R 771316 771319 768469 0 -1 4194368 116706 0 0 0 310894 109 0 0 20 0 20 0 151955202 19586084864 928218 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
[pid=771319/tid=771330] ppid=771316 vsize=19127036 memory=3712872 CPUtime=0 cores=0,2
/proc/771319/task/771330/stat : 771330 (Finalizer) S 771316 771319 768469 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151955206 19586084864 928218 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
[pid=771319/tid=771337] ppid=771316 vsize=19127036 memory=3712872 CPUtime=0 cores=0,2
/proc/771319/task/771337/stat : 771337 (Common-Cleaner) S 771316 771319 768469 0 -1 1077936192 1767 0 0 0 0 0 0 0 20 0 20 0 151955207 19586084864 928218 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
[pid=771319/tid=771339] ppid=771316 vsize=19127036 memory=3712872 CPUtime=0 cores=0,2
/proc/771319/task/771339/stat : 771339 (Timer-0) S 771316 771319 768469 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151955284 19586084864 928218 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
Current children cumulated CPU time: 3237.36 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 3712872 KiB

[startup+3222.3 s]
/proc/loadavg: 4.12 4.17 4.22 5/320 772761
/proc/meminfo: memFree=109559876/131655788 swapFree=131071996/131071996
[pid=771319] ppid=771316 vsize=19127036 memory=3712872 CPUtime=3299.18 cores=0,2
/proc/771319/stat : 771319 (java) S 771316 771319 768469 0 -1 1077936128 368740 0 0 0 329522 396 0 0 20 0 20 0 151955201 19586084864 928218 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
/proc/771319/statm: 4781759 928218 6218 1 0 938183 0
[pid=771319/tid=771321] ppid=771316 vsize=19127036 memory=6436816 CPUtime=3169.4 cores=0,2
/proc/771319/task/771321/stat : 771321 (java) R 771316 771319 768469 0 -1 4194368 118733 0 0 0 316830 110 0 0 20 0 20 0 151955202 19586084864 928218 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
[pid=771319/tid=771330] ppid=771316 vsize=19127036 memory=3712872 CPUtime=0 cores=0,2
/proc/771319/task/771330/stat : 771330 (Finalizer) S 771316 771319 768469 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151955206 19586084864 928218 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
[pid=771319/tid=771337] ppid=771316 vsize=19127036 memory=3712872 CPUtime=0 cores=0,2
/proc/771319/task/771337/stat : 771337 (Common-Cleaner) S 771316 771319 768469 0 -1 1077936192 1767 0 0 0 0 0 0 0 20 0 20 0 151955207 19586084864 928218 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
[pid=771319/tid=771339] ppid=771316 vsize=19127036 memory=3712872 CPUtime=0 cores=0,2
/proc/771319/task/771339/stat : 771339 (Timer-0) S 771316 771319 768469 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151955284 19586084864 928218 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
Current children cumulated CPU time: 3299.18 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 3712872 KiB

[startup+3282.3 s]
/proc/loadavg: 4.15 4.17 4.21 5/320 772772
/proc/meminfo: memFree=109559240/131655788 swapFree=131071996/131071996
[pid=771319] ppid=771316 vsize=19127036 memory=3712872 CPUtime=3358.88 cores=0,2
/proc/771319/stat : 771319 (java) S 771316 771319 768469 0 -1 1077936128 372743 0 0 0 335488 400 0 0 20 0 20 0 151955201 19586084864 928218 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
/proc/771319/statm: 4781759 928218 6218 1 0 938183 0
[pid=771319/tid=771321] ppid=771316 vsize=19127036 memory=6436816 CPUtime=3228.49 cores=0,2
/proc/771319/task/771321/stat : 771321 (java) R 771316 771319 768469 0 -1 4194368 120704 0 0 0 322739 110 0 0 20 0 20 0 151955202 19586084864 928218 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
[pid=771319/tid=771330] ppid=771316 vsize=19127036 memory=3712872 CPUtime=0 cores=0,2
/proc/771319/task/771330/stat : 771330 (Finalizer) S 771316 771319 768469 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151955206 19586084864 928218 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
[pid=771319/tid=771337] ppid=771316 vsize=19127036 memory=3712872 CPUtime=0 cores=0,2
/proc/771319/task/771337/stat : 771337 (Common-Cleaner) S 771316 771319 768469 0 -1 1077936192 1908 0 0 0 0 0 0 0 20 0 20 0 151955207 19586084864 928218 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
[pid=771319/tid=771339] ppid=771316 vsize=19127036 memory=3712872 CPUtime=0 cores=0,2
/proc/771319/task/771339/stat : 771339 (Timer-0) S 771316 771319 768469 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151955284 19586084864 928218 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
Current children cumulated CPU time: 3358.88 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 3712872 KiB

[startup+3342.3 s]
/proc/loadavg: 4.19 4.17 4.21 5/320 772783
/proc/meminfo: memFree=109359812/131655788 swapFree=131071996/131071996
[pid=771319] ppid=771316 vsize=19127036 memory=3712872 CPUtime=3420.74 cores=0,2
/proc/771319/stat : 771319 (java) S 771316 771319 768469 0 -1 1077936128 387022 0 0 0 341670 404 0 0 20 0 20 0 151955201 19586084864 928218 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
/proc/771319/statm: 4781759 928218 6218 1 0 938183 0
[pid=771319/tid=771321] ppid=771316 vsize=19127036 memory=6436816 CPUtime=3287.84 cores=0,2
/proc/771319/task/771321/stat : 771321 (java) R 771316 771319 768469 0 -1 4194368 122809 0 0 0 328673 111 0 0 20 0 20 0 151955202 19586084864 928218 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
[pid=771319/tid=771330] ppid=771316 vsize=19127036 memory=3712872 CPUtime=0 cores=0,2
/proc/771319/task/771330/stat : 771330 (Finalizer) S 771316 771319 768469 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151955206 19586084864 928218 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
[pid=771319/tid=771337] ppid=771316 vsize=19127036 memory=3712872 CPUtime=0 cores=0,2
/proc/771319/task/771337/stat : 771337 (Common-Cleaner) S 771316 771319 768469 0 -1 1077936192 1908 0 0 0 0 0 0 0 20 0 20 0 151955207 19586084864 928218 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
[pid=771319/tid=771339] ppid=771316 vsize=19127036 memory=3712872 CPUtime=0 cores=0,2
/proc/771319/task/771339/stat : 771339 (Timer-0) S 771316 771319 768469 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151955284 19586084864 928218 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
Current children cumulated CPU time: 3420.74 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 3712872 KiB

[startup+3402.3 s]
/proc/loadavg: 4.11 4.15 4.20 5/319 773179
/proc/meminfo: memFree=109346948/131655788 swapFree=131071996/131071996
[pid=771319] ppid=771316 vsize=19127036 memory=3712872 CPUtime=3480.71 cores=0,2
/proc/771319/stat : 771319 (java) S 771316 771319 768469 0 -1 1077936128 387397 0 0 0 347663 408 0 0 20 0 20 0 151955201 19586084864 928218 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
/proc/771319/statm: 4781759 928218 6218 1 0 938183 0
[pid=771319/tid=771321] ppid=771316 vsize=19127036 memory=6436816 CPUtime=3347.55 cores=0,2
/proc/771319/task/771321/stat : 771321 (java) R 771316 771319 768469 0 -1 4194368 123111 0 0 0 334644 111 0 0 20 0 20 0 151955202 19586084864 928218 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
[pid=771319/tid=771330] ppid=771316 vsize=19127036 memory=3712872 CPUtime=0 cores=0,2
/proc/771319/task/771330/stat : 771330 (Finalizer) S 771316 771319 768469 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151955206 19586084864 928218 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
[pid=771319/tid=771337] ppid=771316 vsize=19127036 memory=11936 CPUtime=0 cores=0,2
/proc/771319/task/771337/stat : 771337 (Common-Cleaner) S 771316 771319 768469 0 -1 1077936192 1909 0 0 0 0 0 0 0 20 0 20 0 151955207 19586084864 928218 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
[pid=771319/tid=771339] ppid=771316 vsize=19127036 memory=40972 CPUtime=0 cores=0,2
/proc/771319/task/771339/stat : 771339 (Timer-0) S 771316 771319 768469 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151955284 19586084864 928218 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
Current children cumulated CPU time: 3480.71 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 3712872 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.15 4.19 5/319 773189
/proc/meminfo: memFree=109346724/131655788 swapFree=131071996/131071996
[pid=771319] ppid=771316 vsize=19127036 memory=3712872 CPUtime=3540.74 cores=0,2
/proc/771319/stat : 771319 (java) S 771316 771319 768469 0 -1 1077936128 388256 0 0 0 353662 412 0 0 20 0 20 0 151955201 19586084864 928218 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
/proc/771319/statm: 4781759 928218 6218 1 0 938183 0
[pid=771319/tid=771321] ppid=771316 vsize=19127036 memory=6436816 CPUtime=3407.2 cores=0,2
/proc/771319/task/771321/stat : 771321 (java) R 771316 771319 768469 0 -1 4194368 123786 0 0 0 340608 112 0 0 20 0 20 0 151955202 19586084864 928218 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
[pid=771319/tid=771330] ppid=771316 vsize=19127036 memory=3712872 CPUtime=0 cores=0,2
/proc/771319/task/771330/stat : 771330 (Finalizer) S 771316 771319 768469 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151955206 19586084864 928218 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
[pid=771319/tid=771337] ppid=771316 vsize=19127036 memory=11936 CPUtime=0 cores=0,2
/proc/771319/task/771337/stat : 771337 (Common-Cleaner) S 771316 771319 768469 0 -1 1077936192 1909 0 0 0 0 0 0 0 20 0 20 0 151955207 19586084864 928218 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
[pid=771319/tid=771339] ppid=771316 vsize=19127036 memory=40972 CPUtime=0 cores=0,2
/proc/771319/task/771339/stat : 771339 (Timer-0) S 771316 771319 768469 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151955284 19586084864 928218 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
Current children cumulated CPU time: 3540.74 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 3712872 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3519.6 s]
/proc/loadavg: 4.19 4.17 4.19 5/319 773199
/proc/meminfo: memFree=109346560/131655788 swapFree=131071996/131071996
[pid=771319] ppid=771316 vsize=19127036 memory=3712948 CPUtime=3600.09 cores=0,2
/proc/771319/stat : 771319 (java) S 771316 771319 768469 0 -1 1077936128 405659 0 0 0 359592 417 0 0 20 0 20 0 151955201 19586084864 928237 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
/proc/771319/statm: 4781759 928237 6234 1 0 938183 0
[pid=771319/tid=771321] ppid=771316 vsize=19127036 memory=21664 CPUtime=3464.03 cores=0,2
/proc/771319/task/771321/stat : 771321 (java) R 771316 771319 768469 0 -1 4194368 127537 0 0 0 346291 112 0 0 20 0 20 0 151955202 19586084864 928237 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
[pid=771319/tid=771330] ppid=771316 vsize=19127036 memory=104 CPUtime=0 cores=0,2
/proc/771319/task/771330/stat : 771330 (Finalizer) S 771316 771319 768469 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 151955206 19586084864 928237 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
[pid=771319/tid=771337] ppid=771316 vsize=19127036 memory=-8744978287439553212 CPUtime=0 cores=0,2
/proc/771319/task/771337/stat : 771337 (Common-Cleaner) S 771316 771319 768469 0 -1 1077936192 1960 0 0 0 0 0 0 0 20 0 20 0 151955207 19586084864 928237 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
[pid=771319/tid=771339] ppid=771316 vsize=19127036 memory=1828 CPUtime=0 cores=0,2
/proc/771319/task/771339/stat : 771339 (Timer-0) S 771316 771319 768469 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 151955284 19586084864 928237 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
Current children cumulated CPU time: 3600.09 s
Current children cumulated vsize: 19127036 KiB
Current children cumulated memory: 3712948 KiB

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

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

# cumulated CPU time of all completed processes:  user=3596.25 s, system=4.20929 s

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

[startup+3519.71 s]
/proc/loadavg: 4.19 4.17 4.19 5/319 773199
/proc/meminfo: memFree=109346560/131655788 swapFree=131071996/131071996
[pid=771319] ppid=771316 vsize=19326728 memory=3713556 CPUtime=3600.31 cores=0,2
/proc/771319/stat : 771319 (java) S 771316 771319 768469 0 -1 1077936128 407591 0 0 0 359613 418 0 0 20 0 21 0 151955201 19790569472 928389 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
/proc/771319/statm: 4831682 928389 6233 1 0 939102 0
[pid=771319/tid=771321] ppid=771316 vsize=19326728 memory=6436816 CPUtime=3464.14 cores=0,2
/proc/771319/task/771321/stat : 771321 (java) R 771316 771319 768469 0 -1 4194368 127537 0 0 0 346302 112 0 0 20 0 21 0 151955202 19790569472 928389 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
[pid=771319/tid=771330] ppid=771316 vsize=19326728 memory=11472 CPUtime=0 cores=0,2
/proc/771319/task/771330/stat : 771330 (Finalizer) S 771316 771319 768469 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 151955206 19790569472 928389 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
[pid=771319/tid=771337] ppid=771316 vsize=19326728 memory=3712948 CPUtime=0 cores=0,2
/proc/771319/task/771337/stat : 771337 (Common-Cleaner) S 771316 771319 768469 0 -1 1077936192 1960 0 0 0 0 0 0 0 20 0 21 0 151955207 19790569472 928389 134679101440 94456224452608 94456224456304 140735831487424 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94456224464120 94456224464912 94456236314624 140735831491572 140735831491685 140735831491685 140735831498696 0
Current children cumulated CPU time: 3600.31 s
Current children cumulated vsize: 19326728 KiB
Current children cumulated memory: 3713556 KiB

Child status: 143

Real time (s): 3519.8
CPU time (s): 3600.46
CPU user time (s): 3596.25
CPU system time (s): 4.20929
CPU usage (%): 102.292
Max. virtual memory (cumulated for all children) (KiB): 19326728
Max. memory (cumulated for all children) (KiB): 6438460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3596.25
system time used= 4.20929
maximum resident set size= 6438460
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 407744
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 118246
involuntary context switches= 30796


# summary of solver processes directly reported to runsolver:
#   pid: 771319
#   total CPU time (s): 3600.46
#   total CPU user time (s): 3596.25
#   total CPU system time (s): 4.20929

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.4075 second user time and 35.5698 second system time

The end

Launcher Data

Begin job on nodeC005 at 2024-07-15 00:59:36
IDJOB=4427522
IDBENCH=148768
IDSOLVER=3046
FILE ID=nodeC005/4427522-1720997964
RUNJOBID= nodeC005-1720994548-768479
SLURM_JOB_ID= 7505306
Free space on /tmp= 723776 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/normalized-PB09/OPT-LIN/flexray/normalized-fx97.opb
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4427522-1720997964/watcher-4427522-1720997964 -o /tmp/evaluation-result-4427522-1720997964/solver-4427522-1720997964 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC005-1720994548-768479 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4427522-1720997964.opb

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

MD5SUM BENCH= b17790bf3951ca85a67cd8038da17b4d
RANDOM SEED=1064410232

nodeC005.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	: 0xb00001f
cpu MHz		: 2394.357
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.53
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	: 0xb00001f
cpu MHz		: 3646.866
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.35
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	: 0xb00001f
cpu MHz		: 1995.308
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.53
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	: 0xb00001f
cpu MHz		: 1197.332
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.35
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	: 0xb00001f
cpu MHz		: 3549.691
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.53
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	: 0xb00001f
cpu MHz		: 3600.870
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.35
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	: 0xb00001f
cpu MHz		: 1197.336
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.53
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	: 0xb00001f
cpu MHz		: 1197.273
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 aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti 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	: 6983.35
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        118479112 kB
MemAvailable:   119646808 kB
Buffers:          327220 kB
Cached:          1670968 kB
SwapCached:            0 kB
Active:           493900 kB
Inactive:       12110964 kB
Active(anon):       1440 kB
Inactive(anon): 10642932 kB
Active(file):     492460 kB
Inactive(file):  1468032 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              1692 kB
Writeback:             0 kB
AnonPages:      10602020 kB
Mapped:           124216 kB
Shmem:             37696 kB
KReclaimable:      94804 kB
Slab:             194176 kB
SReclaimable:      94804 kB
SUnreclaim:        99372 kB
KernelStack:        4764 kB
PageTables:        31068 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   15878276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            49760 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10242048 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:      191304 kB
DirectMap2M:     8101888 kB
DirectMap1G:    127926272 kB

Free space on /tmp at the end= 723764 MiB
End job on nodeC005 at 2024-07-15 01:58:16