Trace number 4429955

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 Cutting Planes 2024 2024-07-12? (TO) 3600.28 3559.33

General information on the benchmark

NamePB24/normalized-PB09/
OPT-LIN/flexray/normalized-fx30.opb
MD5SUM91ecd4a7d2e975c8e8a35b07ef7013ef
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 benchmark130.294
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables774
Total number of constraints994
Number of constraints which are clauses771
Number of constraints which are cardinality constraints (but not clauses)31
Number of constraints which are nor clauses,nor cardinality constraints192
Minimum length of a constraint2
Maximum length of a constraint192
Number of terms in the objective function 3
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 3
Number of bits of the sum of numbers in the objective function 2
Biggest number in a constraint 42
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 380
Number of bits of the biggest sum of numbers9
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.10	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.14/0.12	c version CUSTOM.v20240707
0.14/0.12	c java.runtime.name	OpenJDK Runtime Environment
0.14/0.12	c java.vm.name		OpenJDK 64-Bit Server VM
0.14/0.12	c java.vm.version	22.0.1+8-16
0.14/0.12	c java.vm.vendor	Oracle Corporation
0.14/0.12	c sun.arch.data.model	64
0.14/0.12	c java.version		22.0.1
0.14/0.12	c os.name		Linux
0.14/0.12	c os.version		4.18.0-301.1.el8.x86_64
0.14/0.12	c os.arch		amd64
0.14/0.13	c Free memory 		2115194816
0.14/0.13	c Max memory 		16282288128
0.14/0.13	c Total memory 		2122317824
0.14/0.13	c Number of processors 	2
0.14/0.20	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.20	 - never skip resolution steps
0.14/0.20	 - Auto-division on coefficients is disabled
0.14/0.20	 - No postprocessing
0.14/0.20	 - Conflict is considered as is when resolving
0.14/0.20	 - Use constraints as they come during conflict analysis
0.14/0.20	 - Weaken first using unassigned literals
0.14/0.20	 - Bump strategy: ALWAYS_ONE
0.14/0.20	 - Bumper: EFFECTIVE
0.14/0.20	--- Begin Solver configuration ---
0.14/0.20	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.20	Learn all clauses as in MiniSAT
0.14/0.20	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.20	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.20	No reason simplification
0.14/0.20	Dynamic restart strategy considering the size of the coefficients
0.14/0.20	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.20	timeout=2147483s
0.14/0.20	DB Simplification allowed=false
0.14/0.20	Listener: none
0.14/0.20	--- End Solver configuration ---
0.14/0.20	c Pseudo Boolean Optimization by upper bound
0.14/0.20	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.20	c  - never skip resolution steps
0.14/0.20	c  - Auto-division on coefficients is disabled
0.14/0.20	c  - No postprocessing
0.14/0.20	c  - Conflict is considered as is when resolving
0.14/0.20	c  - Use constraints as they come during conflict analysis
0.14/0.20	c  - Weaken first using unassigned literals
0.14/0.20	c  - Bump strategy: ALWAYS_ONE
0.14/0.20	c  - Bumper: EFFECTIVE
0.14/0.20	c --- Begin Solver configuration ---
0.14/0.20	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.20	c Learn all clauses as in MiniSAT
0.14/0.20	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.20	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.20	c No reason simplification
0.14/0.20	c Dynamic restart strategy considering the size of the coefficients
0.14/0.20	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.20	c timeout=2147483s
0.14/0.20	c DB Simplification allowed=false
0.14/0.20	c Listener: none
0.14/0.20	c --- End Solver configuration ---
0.14/0.20	c solving HOME/instance-4429955-1721121966.opb
0.14/0.20	c reading problem ... 
0.14/0.20	c  objective function found
0.52/0.35	c ... done. Wall clock time 0.143s.
0.52/0.35	c declared #vars     774
0.52/0.35	c #constraints  1024
0.52/0.35	c constraints type 
0.52/0.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 771
0.52/0.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 30
0.52/0.35	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 192
0.52/0.35	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
0.52/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 30
0.52/0.35	c 1024 constraints processed.
0.52/0.36	c objective function length is 3 literals
13.72/10.42	c cleaning 2501 clauses out of 5001 with flag 0/5001
36.59/32.48	c cleaning 4243 clauses out of 8500 with flag 0/11001
68.68/63.89	c cleaning 5626 clauses out of 11258 with flag 0/18002
107.56/102.11	c cleaning 6817 clauses out of 13633 with flag 0/26003
171.22/164.49	c cleaning 7904 clauses out of 15813 with flag 0/35000
263.35/255.02	c cleaning 8953 clauses out of 17911 with flag 0/45002
407.61/397.15	c cleaning 9977 clauses out of 19957 with flag 0/56001
512.72/500.95	c cleaning 10988 clauses out of 21979 with flag 0/68000
673.75/660.01	c cleaning 11992 clauses out of 23992 with flag 0/81001
829.15/813.73	c cleaning 12996 clauses out of 26000 with flag 0/95001
995.50/978.35	c cleaning 13998 clauses out of 28003 with flag 0/110000
1189.13/1170.08	c cleaning 14997 clauses out of 30006 with flag 0/126001
1430.73/1409.31	c cleaning 16000 clauses out of 32009 with flag 0/143001
1669.85/1644.93	c cleaning 16980 clauses out of 34008 with flag 0/161000
2034.73/2006.89	c cleaning 17995 clauses out of 36029 with flag 0/180001
2396.18/2365.39	c cleaning 19003 clauses out of 38035 with flag 0/200002
2688.53/2655.87	c cleaning 20010 clauses out of 40030 with flag 0/221000
2995.94/2960.54	c cleaning 20994 clauses out of 42020 with flag 0/243000
3396.99/3357.44	c cleaning 22003 clauses out of 44027 with flag 0/266001
3600.06/3559.23	c starts		: 26
3600.06/3559.23	c timeout
3600.06/3559.26	c conflicts		: 277558
3600.06/3559.26	c decisions		: 336062
3600.06/3559.26	c propagations		: 17161086
3600.06/3559.26	c inspects		: 2198017786
3600.06/3559.26	c shortcuts		: 0
3600.06/3559.26	c learnt literals	: 0
3600.06/3559.26	c learnt binary clauses	: 0
3600.06/3559.26	c learnt ternary clauses	: 0
3600.06/3559.26	c learnt constraints	: 277558
3600.06/3559.26	c ignored constraints	: 0
3600.06/3559.26	c root simplifications	: 0
3600.06/3559.26	c removed literals (reason simplification)	: 0
3600.06/3559.26	c reason swapping (by a shorter reason)	: 0
3600.06/3559.26	c Calls to reduceDB	: 19
3600.06/3559.26	c Number of update (reduction) of LBD	: 223003
3600.06/3559.26	c Imported unit clauses	: 0
3600.06/3559.27	c No decision after first conflict	: false
3600.06/3559.27	c number of reductions to clauses (during analyze)	: 0
3600.06/3559.27	c number of learned constraints concerned by reduction	: 0
3600.06/3559.27	c number of learning phase by resolution	: 0
3600.06/3559.27	c number of learning phase by cutting planes	: 0
3600.06/3559.27	c number of rounding to 1 operations	: 0
3600.06/3559.27	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.06/3559.27	c number of reductions of the coefficients by power 2 	: 0
3600.06/3559.27	c number of right shift for reduction by power 2 	: 0
3600.06/3559.27	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.06/3559.27	c number of ending skipping 	: 0
3600.06/3559.27	c number of internal skipping 	: 0
3600.06/3559.27	c number of derivation steps 	: 5114718
3600.06/3559.27	c number of skipped derivation steps 	: 0
3600.06/3559.27	c number of remaining unassigned 	: 501722
3600.06/3559.27	c number of remaining assigned 	: 205421944
3600.06/3559.27	c number of falsified literals weakened from reason	: 0
3600.06/3559.27	c number of falsified literals weakened from conflict	: 0
3600.06/3559.27	c time for arithmetic operations	: 10332894641
3600.06/3559.29	c minimum degree of deleted constraints	: 26
3600.06/3559.29	c maximum degree of deleted constraints	: 95823940297204082002923384303472630427519350062679548746611815364922032874313942811740
3600.06/3559.29	c number of deleted constraints	: 243977
3600.06/3559.29	c speed (assignments/second)	: 4821.999401502986
3600.06/3559.29	c non guided choices	: 331
3600.06/3559.30	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 33581
3600.06/3559.30	s UNKNOWN
3600.06/3559.30	c Total wall clock time (in seconds): 3559.106

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: 64059 MiB (60018 MiB free)
  memory of node 1: 64510 MiB (44915 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429955-1721121966/watcher-4429955-1721121966 -o /tmp/evaluation-result-4429955-1721121966/solver-4429955-1721121966 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721118384-835286 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429955-1721121966.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=837579, runsolver pid=837576

[startup+0.10668 s]*
/proc/loadavg: 4.29 4.32 4.22 6/296 837597
/proc/meminfo: memFree=110976860/131655788 swapFree=131071996/131071996
[pid=837579] ppid=837576 vsize=18975048 memory=56896 CPUtime=0.14 cores=0,2
/proc/837579/stat : 837579 (java) S 837576 837579 835276 0 -1 1077936128 6717 0 0 0 11 3 0 0 20 0 18 0 164356218 19430449152 14224 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
/proc/837579/statm: 4743762 14224 5616 1 0 551010 0
[pid=837579/tid=837581] ppid=837576 vsize=18975048 memory=4026532157 CPUtime=0.08 cores=0,2
/proc/837579/task/837581/stat : 837581 (java) R 837576 837579 835276 0 -1 4194368 5654 0 0 0 6 2 0 0 20 0 18 0 164356219 19430449152 14224 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
[pid=837579/tid=837590] ppid=837576 vsize=18975048 memory=215671374179 CPUtime=0 cores=0,2
/proc/837579/task/837590/stat : 837590 (Finalizer) S 837576 837579 835276 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 164356224 19430449152 14224 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
[pid=837579/tid=837597] ppid=837576 vsize=18975048 memory=15816686058102578 CPUtime=0 cores=0,2
/proc/837579/task/837597/stat : 837597 (Common-Cleaner) S 837576 837579 835276 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 164356225 19430449152 14224 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 56896 KiB

[startup+0.214858 s]*
/proc/loadavg: 4.29 4.32 4.22 5/295 837611
/proc/meminfo: memFree=110967848/131655788 swapFree=131071996/131071996
[pid=837579] ppid=837576 vsize=18975048 memory=66928 CPUtime=0.32 cores=0,2
/proc/837579/stat : 837579 (java) S 837576 837579 835276 0 -1 1077936128 7595 0 0 0 29 3 0 0 20 0 18 0 164356218 19430449152 16732 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
/proc/837579/statm: 4743762 16732 5742 1 0 551752 0
[pid=837579/tid=837581] ppid=837576 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=0,2
/proc/837579/task/837581/stat : 837581 (java) D 837576 837579 835276 0 -1 4194368 6062 0 0 0 14 3 0 0 20 0 18 0 164356219 19430449152 16732 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 1 0 0 -1 0 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
[pid=837579/tid=837590] ppid=837576 vsize=18975048 memory=671 CPUtime=0 cores=0,2
/proc/837579/task/837590/stat : 837590 (Finalizer) S 837576 837579 835276 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 164356224 19430449152 16732 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
[pid=837579/tid=837597] ppid=837576 vsize=18975048 memory=14697383271339398 CPUtime=0 cores=0,2
/proc/837579/task/837597/stat : 837597 (Common-Cleaner) S 837576 837579 835276 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 164356225 19430449152 16770 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 66928 KiB

[startup+0.324867 s]*
/proc/loadavg: 4.29 4.32 4.22 7/294 837617
/proc/meminfo: memFree=110953348/131655788 swapFree=131071996/131071996
[pid=837579] ppid=837576 vsize=18975048 memory=82704 CPUtime=0.52 cores=0,2
/proc/837579/stat : 837579 (java) S 837576 837579 835276 0 -1 1077936128 7881 0 0 0 48 4 0 0 20 0 18 0 164356218 19430449152 20676 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
/proc/837579/statm: 4743762 20676 5825 1 0 551921 0
[pid=837579/tid=837581] ppid=837576 vsize=18975048 memory=-8743287212853273276 CPUtime=0.25 cores=0,2
/proc/837579/task/837581/stat : 837581 (java) S 837576 837579 835276 0 -1 1077936192 6140 0 0 0 22 3 0 0 20 0 18 0 164356219 19430449152 20676 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
[pid=837579/tid=837590] ppid=837576 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/837579/task/837590/stat : 837590 (Finalizer) S 837576 837579 835276 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 164356224 19430449152 20676 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
[pid=837579/tid=837597] ppid=837576 vsize=18975048 memory=0 CPUtime=0 cores=0,2
/proc/837579/task/837597/stat : 837597 (Common-Cleaner) S 837576 837579 835276 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 164356225 19430449152 20676 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 82704 KiB

[startup+0.700344 s]
/proc/loadavg: 4.29 4.32 4.22 6/305 837650
/proc/meminfo: memFree=110918524/131655788 swapFree=131071996/131071996
[pid=837579] ppid=837576 vsize=19041612 memory=154192 CPUtime=1.21 cores=0,2
/proc/837579/stat : 837579 (java) S 837576 837579 835276 0 -1 1077936128 10361 0 0 0 115 6 0 0 20 0 19 0 164356218 19498610688 38548 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
/proc/837579/statm: 4760403 38548 5862 1 0 553134 0
[pid=837579/tid=837581] ppid=837576 vsize=19041612 memory=5544 CPUtime=0.57 cores=0,2
/proc/837579/task/837581/stat : 837581 (java) R 837576 837579 835276 0 -1 4194368 6317 0 0 0 52 5 0 0 20 0 19 0 164356219 19498610688 38548 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
[pid=837579/tid=837590] ppid=837576 vsize=19041612 memory=12776 CPUtime=0 cores=0,2
/proc/837579/task/837590/stat : 837590 (Finalizer) S 837576 837579 835276 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 164356224 19498610688 38548 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
[pid=837579/tid=837597] ppid=837576 vsize=19041612 memory=2465 CPUtime=0 cores=0,2
/proc/837579/task/837597/stat : 837597 (Common-Cleaner) S 837576 837579 835276 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 164356225 19498610688 38548 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
[pid=837579/tid=837629] ppid=837576 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/837579/task/837629/stat : 837629 (Timer-0) S 837576 837579 835276 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 19 0 164356255 19498610688 38548 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
Current children cumulated CPU time: 1.21 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 154192 KiB

[startup+1.50485 s]
/proc/loadavg: 4.29 4.32 4.22 10/317 837662
/proc/meminfo: memFree=110744496/131655788 swapFree=131071996/131071996
[pid=837579] ppid=837576 vsize=19108176 memory=181572 CPUtime=2.78 cores=0,2
/proc/837579/stat : 837579 (java) S 837576 837579 835276 0 -1 1077936128 17810 0 0 0 270 8 0 0 20 0 20 0 164356218 19566772224 45393 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
/proc/837579/statm: 4777044 45393 5862 1 0 555731 0
[pid=837579/tid=837581] ppid=837576 vsize=19108176 memory=12776 CPUtime=1.31 cores=0,2
/proc/837579/task/837581/stat : 837581 (java) R 837576 837579 835276 0 -1 4194368 6717 0 0 0 126 5 0 0 20 0 20 0 164356219 19566772224 45393 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
[pid=837579/tid=837590] ppid=837576 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/837579/task/837590/stat : 837590 (Finalizer) S 837576 837579 835276 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164356224 19566772224 45393 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
[pid=837579/tid=837597] ppid=837576 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/837579/task/837597/stat : 837597 (Common-Cleaner) S 837576 837579 835276 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 164356225 19566772224 45393 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
[pid=837579/tid=837629] ppid=837576 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/837579/task/837629/stat : 837629 (Timer-0) S 837576 837579 835276 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164356255 19566772224 45393 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
Current children cumulated CPU time: 2.78 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 181572 KiB

[startup+3.10585 s]
/proc/loadavg: 4.43 4.35 4.23 6/319 837664
/proc/meminfo: memFree=109612660/131655788 swapFree=131071996/131071996
[pid=837579] ppid=837576 vsize=19108176 memory=568200 CPUtime=5.25 cores=0,2
/proc/837579/stat : 837579 (java) S 837576 837579 835276 0 -1 1077936128 20205 0 0 0 509 16 0 0 20 0 20 0 164356218 19566772224 142050 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
/proc/837579/statm: 4777044 142050 5862 1 0 666427 0
[pid=837579/tid=837581] ppid=837576 vsize=19108176 memory=0 CPUtime=2.86 cores=0,2
/proc/837579/task/837581/stat : 837581 (java) R 837576 837579 835276 0 -1 4194368 7247 0 0 0 274 12 0 0 20 0 20 0 164356219 19566772224 142050 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
[pid=837579/tid=837590] ppid=837576 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/837579/task/837590/stat : 837590 (Finalizer) S 837576 837579 835276 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164356224 19566772224 142050 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
[pid=837579/tid=837597] ppid=837576 vsize=19108176 memory=12776 CPUtime=0 cores=0,2
/proc/837579/task/837597/stat : 837597 (Common-Cleaner) S 837576 837579 835276 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 164356225 19566772224 142050 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
[pid=837579/tid=837629] ppid=837576 vsize=19108176 memory=5544 CPUtime=0 cores=0,2
/proc/837579/task/837629/stat : 837629 (Timer-0) S 837576 837579 835276 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164356255 19566772224 142050 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
Current children cumulated CPU time: 5.25 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 568200 KiB

[startup+6.30086 s]
/proc/loadavg: 4.43 4.35 4.23 5/319 837664
/proc/meminfo: memFree=108545176/131655788 swapFree=131071996/131071996
[pid=837579] ppid=837576 vsize=19108176 memory=802800 CPUtime=8.92 cores=0,2
/proc/837579/stat : 837579 (java) S 837576 837579 835276 0 -1 1077936128 20877 0 0 0 871 21 0 0 20 0 20 0 164356218 19566772224 200700 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
/proc/837579/statm: 4777044 200700 5862 1 0 666440 0
[pid=837579/tid=837581] ppid=837576 vsize=19108176 memory=0 CPUtime=5.89 cores=0,2
/proc/837579/task/837581/stat : 837581 (java) R 837576 837579 835276 0 -1 4194368 7389 0 0 0 573 16 0 0 20 0 20 0 164356219 19566772224 200700 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
[pid=837579/tid=837590] ppid=837576 vsize=19108176 memory=12776 CPUtime=0 cores=0,2
/proc/837579/task/837590/stat : 837590 (Finalizer) S 837576 837579 835276 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164356224 19566772224 200700 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
[pid=837579/tid=837597] ppid=837576 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/837579/task/837597/stat : 837597 (Common-Cleaner) S 837576 837579 835276 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 164356225 19566772224 200700 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
[pid=837579/tid=837629] ppid=837576 vsize=19108176 memory=3737944399122337 CPUtime=0 cores=0,2
/proc/837579/task/837629/stat : 837629 (Timer-0) S 837576 837579 835276 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164356255 19566772224 200700 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
Current children cumulated CPU time: 8.92 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 802800 KiB

[startup+12.7004 s]
/proc/loadavg: 4.36 4.34 4.23 5/319 837666
/proc/meminfo: memFree=107038756/131655788 swapFree=131071996/131071996
[pid=837579] ppid=837576 vsize=19108176 memory=1560744 CPUtime=16.07 cores=0,2
/proc/837579/stat : 837579 (java) S 837576 837579 835276 0 -1 1077936128 28140 0 0 0 1570 37 0 0 20 0 20 0 164356218 19566772224 390186 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
/proc/837579/statm: 4777044 390186 5862 1 0 796025 0
[pid=837579/tid=837581] ppid=837576 vsize=19108176 memory=1456296 CPUtime=12.12 cores=0,2
/proc/837579/task/837581/stat : 837581 (java) R 837576 837579 835276 0 -1 4194368 10249 0 0 0 1183 29 0 0 20 0 20 0 164356219 19566772224 390186 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
[pid=837579/tid=837590] ppid=837576 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/837579/task/837590/stat : 837590 (Finalizer) S 837576 837579 835276 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164356224 19566772224 390186 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
[pid=837579/tid=837597] ppid=837576 vsize=19108176 memory=12776 CPUtime=0 cores=0,2
/proc/837579/task/837597/stat : 837597 (Common-Cleaner) S 837576 837579 835276 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 164356225 19566772224 390186 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
[pid=837579/tid=837629] ppid=837576 vsize=19108176 memory=613256 CPUtime=0 cores=0,2
/proc/837579/task/837629/stat : 837629 (Timer-0) S 837576 837579 835276 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164356255 19566772224 390186 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
Current children cumulated CPU time: 16.07 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1560744 KiB

[startup+25.5005 s]
/proc/loadavg: 4.60 4.39 4.25 5/319 837667
/proc/meminfo: memFree=105939868/131655788 swapFree=131071996/131071996
[pid=837579] ppid=837576 vsize=19108176 memory=2634616 CPUtime=29.53 cores=0,2
/proc/837579/stat : 837579 (java) S 837576 837579 835276 0 -1 1077936128 31879 0 0 0 2893 60 0 0 20 0 20 0 164356218 19566772224 658654 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
/proc/837579/statm: 4777044 658654 5862 1 0 1051036 0
[pid=837579/tid=837581] ppid=837576 vsize=19108176 memory=1456296 CPUtime=24.38 cores=0,2
/proc/837579/task/837581/stat : 837581 (java) R 837576 837579 835276 0 -1 4194368 11236 0 0 0 2388 50 0 0 20 0 20 0 164356219 19566772224 658654 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
[pid=837579/tid=837590] ppid=837576 vsize=19108176 memory=613256 CPUtime=0 cores=0,2
/proc/837579/task/837590/stat : 837590 (Finalizer) S 837576 837579 835276 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164356224 19566772224 658654 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
[pid=837579/tid=837597] ppid=837576 vsize=19108176 memory=11464 CPUtime=0 cores=0,2
/proc/837579/task/837597/stat : 837597 (Common-Cleaner) S 837576 837579 835276 0 -1 1077936192 39 0 0 0 0 0 0 0 20 0 20 0 164356225 19566772224 658654 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
[pid=837579/tid=837629] ppid=837576 vsize=19108176 memory=1304744 CPUtime=0 cores=0,2
/proc/837579/task/837629/stat : 837629 (Timer-0) S 837576 837579 835276 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164356255 19566772224 658654 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
Current children cumulated CPU time: 29.53 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2634616 KiB

[startup+51.1129 s]
/proc/loadavg: 4.46 4.38 4.25 5/319 837672
/proc/meminfo: memFree=104508032/131655788 swapFree=131071996/131071996
[pid=837579] ppid=837576 vsize=19108176 memory=2640028 CPUtime=55.7 cores=0,2
/proc/837579/stat : 837579 (java) S 837576 837579 835276 0 -1 1077936128 38964 0 0 0 5507 63 0 0 20 0 20 0 164356218 19566772224 660007 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
/proc/837579/statm: 4777044 660007 5862 1 0 1051041 0
[pid=837579/tid=837581] ppid=837576 vsize=19108176 memory=2640004 CPUtime=49.42 cores=0,2
/proc/837579/task/837581/stat : 837581 (java) R 837576 837579 835276 0 -1 4194368 14652 0 0 0 4891 51 0 0 20 0 20 0 164356219 19566772224 660007 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
[pid=837579/tid=837590] ppid=837576 vsize=19108176 memory=11464 CPUtime=0 cores=0,2
/proc/837579/task/837590/stat : 837590 (Finalizer) S 837576 837579 835276 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164356224 19566772224 660007 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0

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

[startup+3222.3 s]
/proc/loadavg: 4.20 4.25 4.25 5/317 839371
/proc/meminfo: memFree=110276860/131655788 swapFree=131071996/131071996
[pid=837579] ppid=837576 vsize=19108176 memory=4157556 CPUtime=3260.84 cores=0,2
/proc/837579/stat : 837579 (java) S 837576 837579 835276 0 -1 1077936128 325400 0 0 0 325790 294 0 0 20 0 20 0 164356218 19566772224 1039389 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
/proc/837579/statm: 4777044 1039389 5899 1 0 1052497 0
[pid=837579/tid=837581] ppid=837576 vsize=19108176 memory=4156916 CPUtime=3155.33 cores=0,2
/proc/837579/task/837581/stat : 837581 (java) R 837576 837579 835276 0 -1 4194368 168637 0 0 0 315455 78 0 0 20 0 20 0 164356219 19566772224 1039389 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 23 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
[pid=837579/tid=837590] ppid=837576 vsize=19108176 memory=4156988 CPUtime=0 cores=0,2
/proc/837579/task/837590/stat : 837590 (Finalizer) S 837576 837579 835276 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164356224 19566772224 1039389 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
[pid=837579/tid=837597] ppid=837576 vsize=19108176 memory=4157020 CPUtime=0 cores=0,2
/proc/837579/task/837597/stat : 837597 (Common-Cleaner) S 837576 837579 835276 0 -1 1077936192 4461 0 0 0 0 0 0 0 20 0 20 0 164356225 19566772224 1039389 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
[pid=837579/tid=837629] ppid=837576 vsize=19108176 memory=4157556 CPUtime=0 cores=0,2
/proc/837579/task/837629/stat : 837629 (Timer-0) S 837576 837579 835276 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164356255 19566772224 1039389 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
Current children cumulated CPU time: 3260.84 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4157556 KiB

[startup+3282.3 s]
/proc/loadavg: 4.17 4.23 4.24 5/319 839386
/proc/meminfo: memFree=110276056/131655788 swapFree=131071996/131071996
[pid=837579] ppid=837576 vsize=19108176 memory=4157716 CPUtime=3321.38 cores=0,2
/proc/837579/stat : 837579 (java) S 837576 837579 835276 0 -1 1077936128 329818 0 0 0 331839 299 0 0 20 0 20 0 164356218 19566772224 1039429 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
/proc/837579/statm: 4777044 1039429 5899 1 0 1052497 0
[pid=837579/tid=837581] ppid=837576 vsize=19108176 memory=4157716 CPUtime=3214.25 cores=0,2
/proc/837579/task/837581/stat : 837581 (java) R 837576 837579 835276 0 -1 4194368 171429 0 0 0 321347 78 0 0 20 0 20 0 164356219 19566772224 1039429 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 23 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
[pid=837579/tid=837590] ppid=837576 vsize=19108176 memory=4157716 CPUtime=0 cores=0,2
/proc/837579/task/837590/stat : 837590 (Finalizer) S 837576 837579 835276 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164356224 19566772224 1039429 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
[pid=837579/tid=837597] ppid=837576 vsize=19108176 memory=4157716 CPUtime=0 cores=0,2
/proc/837579/task/837597/stat : 837597 (Common-Cleaner) S 837576 837579 835276 0 -1 1077936192 4534 0 0 0 0 0 0 0 20 0 20 0 164356225 19566772224 1039429 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
[pid=837579/tid=837629] ppid=837576 vsize=19108176 memory=5500 CPUtime=0 cores=0,2
/proc/837579/task/837629/stat : 837629 (Timer-0) S 837576 837579 835276 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164356255 19566772224 1039429 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
Current children cumulated CPU time: 3321.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4157716 KiB

[startup+3342.3 s]
/proc/loadavg: 4.32 4.26 4.25 5/319 839396
/proc/meminfo: memFree=110275612/131655788 swapFree=131071996/131071996
[pid=837579] ppid=837576 vsize=19108176 memory=4157736 CPUtime=3381.82 cores=0,2
/proc/837579/stat : 837579 (java) S 837576 837579 835276 0 -1 1077936128 334315 0 0 0 337879 303 0 0 20 0 20 0 164356218 19566772224 1039434 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
/proc/837579/statm: 4777044 1039434 5899 1 0 1052508 0
[pid=837579/tid=837581] ppid=837576 vsize=19108176 memory=4157736 CPUtime=3273.04 cores=0,2
/proc/837579/task/837581/stat : 837581 (java) R 837576 837579 835276 0 -1 4194368 173545 0 0 0 327226 78 0 0 20 0 20 0 164356219 19566772224 1039434 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 23 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
[pid=837579/tid=837590] ppid=837576 vsize=19108176 memory=-8743287212853273276 CPUtime=0 cores=0,2
/proc/837579/task/837590/stat : 837590 (Finalizer) S 837576 837579 835276 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164356224 19566772224 1039434 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
[pid=837579/tid=837597] ppid=837576 vsize=19108176 memory=12776 CPUtime=0 cores=0,2
/proc/837579/task/837597/stat : 837597 (Common-Cleaner) S 837576 837579 835276 0 -1 1077936192 4637 0 0 0 0 0 0 0 20 0 20 0 164356225 19566772224 1039434 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
[pid=837579/tid=837629] ppid=837576 vsize=19108176 memory=12776 CPUtime=0 cores=0,2
/proc/837579/task/837629/stat : 837629 (Timer-0) S 837576 837579 835276 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164356255 19566772224 1039434 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
Current children cumulated CPU time: 3381.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4157736 KiB

[startup+3402.3 s]
/proc/loadavg: 4.16 4.23 4.24 7/319 839409
/proc/meminfo: memFree=110274664/131655788 swapFree=131071996/131071996
[pid=837579] ppid=837576 vsize=19108176 memory=4157788 CPUtime=3442.18 cores=0,2
/proc/837579/stat : 837579 (java) S 837576 837579 835276 0 -1 1077936128 339089 0 0 0 343910 308 0 0 20 0 20 0 164356218 19566772224 1039447 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
/proc/837579/statm: 4777044 1039447 5899 1 0 1052529 0
[pid=837579/tid=837581] ppid=837576 vsize=19108176 memory=11464 CPUtime=3331.63 cores=0,2
/proc/837579/task/837581/stat : 837581 (java) R 837576 837579 835276 0 -1 4194368 176820 0 0 0 333084 79 0 0 20 0 20 0 164356219 19566772224 1039447 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 23 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
[pid=837579/tid=837590] ppid=837576 vsize=19108176 memory=4157736 CPUtime=0 cores=0,2
/proc/837579/task/837590/stat : 837590 (Finalizer) S 837576 837579 835276 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164356224 19566772224 1039447 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
[pid=837579/tid=837597] ppid=837576 vsize=19108176 memory=4157788 CPUtime=0 cores=0,2
/proc/837579/task/837597/stat : 837597 (Common-Cleaner) S 837576 837579 835276 0 -1 1077936192 4688 0 0 0 0 0 0 0 20 0 20 0 164356225 19566772224 1039447 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
[pid=837579/tid=837629] ppid=837576 vsize=19108176 memory=11464 CPUtime=0 cores=0,2
/proc/837579/task/837629/stat : 837629 (Timer-0) S 837576 837579 835276 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164356255 19566772224 1039447 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
Current children cumulated CPU time: 3442.18 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4157788 KiB

[startup+3462.3 s]
/proc/loadavg: 4.25 4.25 4.25 6/319 839419
/proc/meminfo: memFree=110331944/131655788 swapFree=131071996/131071996
[pid=837579] ppid=837576 vsize=19108176 memory=4157892 CPUtime=3502.66 cores=0,2
/proc/837579/stat : 837579 (java) S 837576 837579 835276 0 -1 1077936128 343703 0 0 0 349954 312 0 0 20 0 20 0 164356218 19566772224 1039473 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
/proc/837579/statm: 4777044 1039473 5899 1 0 1052529 0
[pid=837579/tid=837581] ppid=837576 vsize=19108176 memory=12776 CPUtime=3390.48 cores=0,2
/proc/837579/task/837581/stat : 837581 (java) R 837576 837579 835276 0 -1 4194368 179509 0 0 0 338969 79 0 0 20 0 20 0 164356219 19566772224 1039473 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 23 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
[pid=837579/tid=837590] ppid=837576 vsize=19108176 memory=4157788 CPUtime=0 cores=0,2
/proc/837579/task/837590/stat : 837590 (Finalizer) S 837576 837579 835276 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164356224 19566772224 1039473 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
[pid=837579/tid=837597] ppid=837576 vsize=19108176 memory=12776 CPUtime=0 cores=0,2
/proc/837579/task/837597/stat : 837597 (Common-Cleaner) S 837576 837579 835276 0 -1 1077936192 4791 0 0 0 0 0 0 0 20 0 20 0 164356225 19566772224 1039473 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
[pid=837579/tid=837629] ppid=837576 vsize=19108176 memory=5544 CPUtime=0 cores=0,2
/proc/837579/task/837629/stat : 837629 (Timer-0) S 837576 837579 835276 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164356255 19566772224 1039473 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
Current children cumulated CPU time: 3502.66 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4157892 KiB

[startup+3522.3 s]
/proc/loadavg: 4.42 4.29 4.26 5/319 839630
/proc/meminfo: memFree=111756124/131655788 swapFree=131071996/131071996
[pid=837579] ppid=837576 vsize=19108176 memory=4157900 CPUtime=3562.94 cores=0,2
/proc/837579/stat : 837579 (java) S 837576 837579 835276 0 -1 1077936128 348221 0 0 0 355978 316 0 0 20 0 20 0 164356218 19566772224 1039475 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
/proc/837579/statm: 4777044 1039475 5899 1 0 1052529 0
[pid=837579/tid=837581] ppid=837576 vsize=19108176 memory=4157788 CPUtime=3449.42 cores=0,2
/proc/837579/task/837581/stat : 837581 (java) R 837576 837579 835276 0 -1 4194368 181736 0 0 0 344862 80 0 0 20 0 20 0 164356219 19566772224 1039475 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 23 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
[pid=837579/tid=837590] ppid=837576 vsize=19108176 memory=4157788 CPUtime=0 cores=0,2
/proc/837579/task/837590/stat : 837590 (Finalizer) S 837576 837579 835276 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164356224 19566772224 1039475 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
[pid=837579/tid=837597] ppid=837576 vsize=19108176 memory=4157788 CPUtime=0 cores=0,2
/proc/837579/task/837597/stat : 837597 (Common-Cleaner) S 837576 837579 835276 0 -1 1077936192 4894 0 0 0 0 0 0 0 20 0 20 0 164356225 19566772224 1039475 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
[pid=837579/tid=837629] ppid=837576 vsize=19108176 memory=4157900 CPUtime=0 cores=0,2
/proc/837579/task/837629/stat : 837629 (Timer-0) S 837576 837579 835276 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164356255 19566772224 1039475 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
Current children cumulated CPU time: 3562.94 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4157900 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3559.2 s]
/proc/loadavg: 4.28 4.27 4.26 5/321 840020
/proc/meminfo: memFree=111487932/131655788 swapFree=131071996/131071996
[pid=837579] ppid=837576 vsize=19108176 memory=4157900 CPUtime=3600.06 cores=0,2
/proc/837579/stat : 837579 (java) S 837576 837579 835276 0 -1 1077936128 349122 0 0 0 359688 318 0 0 20 0 20 0 164356218 19566772224 1039475 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
/proc/837579/statm: 4777044 1039475 5899 1 0 1052529 0
[pid=837579/tid=837581] ppid=837576 vsize=19108176 memory=11464 CPUtime=3485.86 cores=0,2
/proc/837579/task/837581/stat : 837581 (java) R 837576 837579 835276 0 -1 4194368 182451 0 0 0 348506 80 0 0 20 0 20 0 164356219 19566772224 1039475 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 23 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
[pid=837579/tid=837590] ppid=837576 vsize=19108176 memory=32144 CPUtime=0 cores=0,2
/proc/837579/task/837590/stat : 837590 (Finalizer) S 837576 837579 835276 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164356224 19566772224 1039475 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
[pid=837579/tid=837597] ppid=837576 vsize=19108176 memory=1832 CPUtime=0 cores=0,2
/proc/837579/task/837597/stat : 837597 (Common-Cleaner) S 837576 837579 835276 0 -1 1077936192 4997 0 0 0 0 0 0 0 20 0 20 0 164356225 19566772224 1039475 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
[pid=837579/tid=837629] ppid=837576 vsize=19108176 memory=5544 CPUtime=0 cores=0,2
/proc/837579/task/837629/stat : 837629 (Timer-0) S 837576 837579 835276 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 164356255 19566772224 1039475 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
Current children cumulated CPU time: 3600.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 4157900 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.07 s, system=3.20556 s

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

[startup+3559.31 s]
/proc/loadavg: 4.28 4.27 4.26 5/321 840020
/proc/meminfo: memFree=111487932/131655788 swapFree=131071996/131071996
[pid=837579] ppid=837576 vsize=19307868 memory=4158508 CPUtime=3600.24 cores=0,2
/proc/837579/stat : 837579 (java) S 837576 837579 835276 0 -1 1077936128 352511 0 0 0 359706 318 0 0 20 0 20 0 164356218 19771256832 1039627 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
/proc/837579/statm: 4826967 1039627 5898 1 0 1053464 0
[pid=837579/tid=837581] ppid=837576 vsize=19307868 memory=4157788 CPUtime=3485.9 cores=0,2
/proc/837579/task/837581/stat : 837581 (java) S 837576 837579 835276 0 -1 1077936192 182553 0 0 0 348510 80 0 0 20 0 20 0 164356219 19771256832 1039627 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 23 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
[pid=837579/tid=837590] ppid=837576 vsize=19307868 memory=4157900 CPUtime=0 cores=0,2
/proc/837579/task/837590/stat : 837590 (Finalizer) S 837576 837579 835276 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 164356224 19771256832 1039627 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
[pid=837579/tid=837597] ppid=837576 vsize=19307868 memory=4157900 CPUtime=0 cores=0,2
/proc/837579/task/837597/stat : 837597 (Common-Cleaner) S 837576 837579 835276 0 -1 1077936192 4997 0 0 0 0 0 0 0 20 0 20 0 164356225 19771256832 1039627 134679101440 93898441408512 93898441412208 140731513512640 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93898441420024 93898441420816 93898461982720 140731513517045 140731513517153 140731513517153 140731513524168 0
Current children cumulated CPU time: 3600.24 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 4158508 KiB

Child status: 143

Real time (s): 3559.33
CPU time (s): 3600.28
CPU user time (s): 3597.07
CPU system time (s): 3.20556
CPU usage (%): 101.15
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 4158508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.07
system time used= 3.20556
maximum resident set size= 4159476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 352643
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 129441
involuntary context switches= 28040


# summary of solver processes directly reported to runsolver:
#   pid: 837579
#   total CPU time (s): 3600.28
#   total CPU user time (s): 3597.07
#   total CPU system time (s): 3.20556

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.2734 second user time and 38.3523 second system time

The end

Launcher Data

Begin job on nodeC009 at 2024-07-16 11:26:18
IDJOB=4429955
IDBENCH=148776
IDSOLVER=3052
FILE ID=nodeC009/4429955-1721121966
RUNJOBID= nodeC009-1721118384-835286
SLURM_JOB_ID= 7505665
Free space on /tmp= 723516 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB09/OPT-LIN/flexray/normalized-fx30.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429955-1721121966/watcher-4429955-1721121966 -o /tmp/evaluation-result-4429955-1721121966/solver-4429955-1721121966 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721118384-835286 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429955-1721121966.opb

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

MD5SUM BENCH= 91ecd4a7d2e975c8e8a35b07ef7013ef
RANDOM SEED=1221391519

nodeC009.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		: 3492.199
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	: 6984.34
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		: 3589.758
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.27
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		: 1197.330
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	: 6984.34
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.316
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.27
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		: 3658.991
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	: 6984.34
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		: 3591.948
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.27
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.594
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	: 6984.34
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.462
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.27
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        106434176 kB
MemAvailable:   108246156 kB
Buffers:          409348 kB
Cached:          2226584 kB
SwapCached:            0 kB
Active:           974252 kB
Inactive:       23638844 kB
Active(anon):       1452 kB
Inactive(anon): 22013404 kB
Active(file):     972800 kB
Inactive(file):  1625440 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2496 kB
Writeback:            52 kB
AnonPages:      21977164 kB
Mapped:           124588 kB
Shmem:             37700 kB
KReclaimable:     107540 kB
Slab:             206312 kB
SReclaimable:     107540 kB
SUnreclaim:        98772 kB
KernelStack:        4832 kB
PageTables:        53168 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   24364032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            52672 kB
HardwareCorrupted:     0 kB
AnonHugePages:  21600256 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:      187208 kB
DirectMap2M:    19640320 kB
DirectMap1G:    116391936 kB

Free space on /tmp at the end= 723756 MiB
End job on nodeC009 at 2024-07-16 12:25:38