Trace number 4452511

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Cutting Planes 2024 2024-07-12? (TO) 3600.35 3592.66

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2010/normalized-neos-952987.0.d.opb
MD5SUMc2f3e0c6154609bf2d3178c0d208b6f5
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables31248
Total number of constraints354
Number of constraints which are clauses177
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints177
Minimum length of a constraint168
Maximum length of a constraint343
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1050
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 27454
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.08	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Use constraints as they come during conflict analysis
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: EFFECTIVE
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Dynamic restart strategy considering the size of the coefficients
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Use constraints as they come during conflict analysis
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: EFFECTIVE
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Dynamic restart strategy considering the size of the coefficients
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4452511-1721446844.opb
0.14/0.15	c reading problem ... 
0.14/0.16	c  no objective function found
0.70/0.49	c ... done. Wall clock time 0.331s.
0.70/0.49	c declared #vars     31248
0.70/0.49	c #constraints  522
0.70/0.49	c constraints type 
0.70/0.49	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 345
0.70/0.49	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 177
0.70/0.49	c 522 constraints processed.
19.97/15.82	c cleaning 2470 clauses out of 5000 with flag 0/5000
192.27/186.56	c cleaning 4230 clauses out of 8530 with flag 0/11000
1603.39/1598.32	c cleaning 5624 clauses out of 11300 with flag 0/18000
2138.78/2132.87	c cleaning 6806 clauses out of 13680 with flag 0/26004
3098.44/3093.05	c cleaning 7912 clauses out of 15872 with flag 0/35002
3232.67/3226.65	c cleaning 8936 clauses out of 17958 with flag 0/45000
3354.01/3346.46	c cleaning 9985 clauses out of 20024 with flag 0/56002
3600.05/3592.52	c starts		: 15
3600.05/3592.52	c conflicts		: 60704
3600.05/3592.52	c decisions		: 379989
3600.05/3592.52	c propagations		: 1151014
3600.05/3592.52	c inspects		: 86773508
3600.05/3592.52	c shortcuts		: 0
3600.05/3592.52	c learnt literals	: 0
3600.05/3592.52	c learnt binary clauses	: 0
3600.05/3592.52	c learnt ternary clauses	: 0
3600.05/3592.52	c learnt constraints	: 60703
3600.05/3592.52	c ignored constraints	: 0
3600.05/3592.52	c root simplifications	: 0
3600.05/3592.52	c removed literals (reason simplification)	: 0
3600.05/3592.52	c reason swapping (by a shorter reason)	: 0
3600.05/3592.52	c Calls to reduceDB	: 7
3600.05/3592.52	c Number of update (reduction) of LBD	: 58222
3600.05/3592.52	c Imported unit clauses	: 0
3600.05/3592.52	c No decision after first conflict	: false
3600.05/3592.52	c number of reductions to clauses (during analyze)	: 0
3600.05/3592.52	c number of learned constraints concerned by reduction	: 0
3600.05/3592.52	c number of learning phase by resolution	: 0
3600.05/3592.52	c number of learning phase by cutting planes	: 0
3600.05/3592.52	c number of rounding to 1 operations	: 0
3600.05/3592.52	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.05/3592.52	c number of reductions of the coefficients by power 2 	: 0
3600.05/3592.52	c number of right shift for reduction by power 2 	: 0
3600.05/3592.52	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.05/3592.52	c number of ending skipping 	: 0
3600.05/3592.52	c number of internal skipping 	: 0
3600.05/3592.52	c number of derivation steps 	: 304848
3600.05/3592.52	c number of skipped derivation steps 	: 0
3600.05/3592.52	c number of remaining unassigned 	: 3736252
3600.05/3592.52	c number of remaining assigned 	: 97766290
3600.05/3592.52	c number of falsified literals weakened from reason	: 0
3600.05/3592.52	c number of falsified literals weakened from conflict	: 0
3600.05/3592.52	c time for arithmetic operations	: 10205171134
3600.26/3592.62	c minimum degree of deleted constraints	: 1
3600.26/3592.62	c maximum degree of deleted constraints	: 32825631119636625107501742464678163393749462297599265843624025319948990647921122128681043392594442102334113216451534835214164048709394784602906067056767688736498658929169202914716278712913045742646657125058578729965084011958444656551167864710959307384814644780688443139385041120270227611620102597157441781875734481577134313406855466775247585280
3600.26/3592.62	c number of deleted constraints	: 45963
3600.26/3592.64	c speed (assignments/second)	: 320.42820491120546
3600.26/3592.64	c non guided choices	: 94324
3600.26/3592.64	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1431
3600.26/3592.64	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 13309
3600.26/3592.64	s UNKNOWN
3600.26/3592.64	c Total wall clock time (in seconds): 3592.48

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 63968 MiB (55250 MiB free)
  memory of node 1: 64473 MiB (61393 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452511-1721446844/watcher-4452511-1721446844 -o /tmp/evaluation-result-4452511-1721446844/solver-4452511-1721446844 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721442671-1060304 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4452511-1721446844.opb 

running on 2 cores: 5,7

CPU governors:
  performance: 5 7

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


[startup+0.102099 s]*
/proc/loadavg: 4.19 4.18 4.18 7/330 1063574
/proc/meminfo: memFree=119401048/131524600 swapFree=131071216/131071996
[pid=1063556] ppid=1063553 vsize=18975048 memory=62892 CPUtime=0.14 cores=5,7
/proc/1063556/stat : 1063556 (java) S 1063553 1063556 1060291 0 -1 1077936128 7236 0 0 0 12 2 0 0 20 0 18 0 196846779 19430449152 15723 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
/proc/1063556/statm: 4743762 15723 5593 1 0 549340 0
[pid=1063556/tid=1063558] ppid=1063553 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/1063556/task/1063558/stat : 1063558 (java) D 1063553 1063556 1060291 0 -1 4194368 5762 0 0 0 7 1 0 0 20 0 18 0 196846780 19430449152 15723 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
[pid=1063556/tid=1063567] ppid=1063553 vsize=18975048 memory=228556276070 CPUtime=0 cores=5,7
/proc/1063556/task/1063567/stat : 1063567 (Finalizer) S 1063553 1063556 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 196846782 19430449152 15723 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
[pid=1063556/tid=1063574] ppid=1063553 vsize=18975048 memory=15819997462990744 CPUtime=0 cores=5,7
/proc/1063556/task/1063574/stat : 1063574 (Common-Cleaner) S 1063553 1063556 1060291 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 196846783 19430449152 15723 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 62892 KiB

[startup+0.206019 s]*
/proc/loadavg: 4.19 4.18 4.18 7/330 1063574
/proc/meminfo: memFree=119384388/131524600 swapFree=131071216/131071996
[pid=1063556] ppid=1063553 vsize=18975048 memory=80408 CPUtime=0.31 cores=5,7
/proc/1063556/stat : 1063556 (java) S 1063553 1063556 1060291 0 -1 1077936128 7784 0 0 0 29 2 0 0 20 0 18 0 196846779 19430449152 20102 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
/proc/1063556/statm: 4743762 20102 5855 1 0 549699 0
[pid=1063556/tid=1063558] ppid=1063553 vsize=18975048 memory=6876556183782621315 CPUtime=0.17 cores=5,7
/proc/1063556/task/1063558/stat : 1063558 (java) R 1063553 1063556 1060291 0 -1 4194368 6030 0 0 0 15 2 0 0 20 0 18 0 196846780 19430449152 20102 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
[pid=1063556/tid=1063567] ppid=1063553 vsize=18975048 memory=1905144 CPUtime=0 cores=5,7
/proc/1063556/task/1063567/stat : 1063567 (Finalizer) S 1063553 1063556 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 196846782 19430449152 20102 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
[pid=1063556/tid=1063574] ppid=1063553 vsize=18975048 memory=15538522484377282 CPUtime=0 cores=5,7
/proc/1063556/task/1063574/stat : 1063574 (Common-Cleaner) S 1063553 1063556 1060291 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 196846783 19430449152 20102 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 80408 KiB

[startup+0.305975 s]*
/proc/loadavg: 4.19 4.18 4.18 8/330 1063574
/proc/meminfo: memFree=119309884/131524600 swapFree=131071216/131071996
[pid=1063556] ppid=1063553 vsize=18975048 memory=154488 CPUtime=0.51 cores=5,7
/proc/1063556/stat : 1063556 (java) S 1063553 1063556 1060291 0 -1 1077936128 9476 0 0 0 47 4 0 0 20 0 18 0 196846779 19430449152 38622 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
/proc/1063556/statm: 4743762 38622 5855 1 0 550801 0
[pid=1063556/tid=1063558] ppid=1063553 vsize=18975048 memory=-7595423554096752226 CPUtime=0.26 cores=5,7
/proc/1063556/task/1063558/stat : 1063558 (java) R 1063553 1063556 1060291 0 -1 4194368 6084 0 0 0 23 3 0 0 20 0 18 0 196846780 19430449152 38622 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
[pid=1063556/tid=1063567] ppid=1063553 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/1063556/task/1063567/stat : 1063567 (Finalizer) S 1063553 1063556 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 196846782 19430449152 38622 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
[pid=1063556/tid=1063574] ppid=1063553 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/1063556/task/1063574/stat : 1063574 (Common-Cleaner) S 1063553 1063556 1060291 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 196846783 19430449152 38622 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
Current children cumulated CPU time: 0.51 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 154488 KiB

[startup+0.70025 s]
/proc/loadavg: 4.19 4.18 4.18 6/332 1063576
/proc/meminfo: memFree=119274832/131524600 swapFree=131071216/131071996
[pid=1063556] ppid=1063553 vsize=19108176 memory=197036 CPUtime=1.27 cores=5,7
/proc/1063556/stat : 1063556 (java) S 1063553 1063556 1060291 0 -1 1077936128 15290 0 0 0 121 6 0 0 20 0 20 0 196846779 19566772224 49259 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
/proc/1063556/statm: 4777044 49259 5870 1 0 555138 0
[pid=1063556/tid=1063558] ppid=1063553 vsize=19108176 memory=5628 CPUtime=0.55 cores=5,7
/proc/1063556/task/1063558/stat : 1063558 (java) R 1063553 1063556 1060291 0 -1 4194368 6152 0 0 0 52 3 0 0 20 0 20 0 196846780 19566772224 49259 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
[pid=1063556/tid=1063567] ppid=1063553 vsize=19108176 memory=13124 CPUtime=0 cores=5,7
/proc/1063556/task/1063567/stat : 1063567 (Finalizer) S 1063553 1063556 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196846782 19566772224 49259 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
[pid=1063556/tid=1063574] ppid=1063553 vsize=19108176 memory=280063006532264 CPUtime=0 cores=5,7
/proc/1063556/task/1063574/stat : 1063574 (Common-Cleaner) S 1063553 1063556 1060291 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 196846783 19566772224 49259 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
[pid=1063556/tid=1063576] ppid=1063553 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1063556/task/1063576/stat : 1063576 (Timer-0) S 1063553 1063556 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196846830 19566772224 49259 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 197036 KiB

[startup+1.50202 s]
/proc/loadavg: 4.26 4.20 4.19 7/332 1063576
/proc/meminfo: memFree=119260804/131524600 swapFree=131071216/131071996
[pid=1063556] ppid=1063553 vsize=19108176 memory=211916 CPUtime=2.85 cores=5,7
/proc/1063556/stat : 1063556 (java) S 1063553 1063556 1060291 0 -1 1077936128 16983 0 0 0 278 7 0 0 20 0 20 0 196846779 19566772224 52979 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
/proc/1063556/statm: 4777044 52979 5870 1 0 556619 0
[pid=1063556/tid=1063558] ppid=1063553 vsize=19108176 memory=13124 CPUtime=1.25 cores=5,7
/proc/1063556/task/1063558/stat : 1063558 (java) R 1063553 1063556 1060291 0 -1 4194368 6169 0 0 0 122 3 0 0 20 0 20 0 196846780 19566772224 52979 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
[pid=1063556/tid=1063567] ppid=1063553 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1063556/task/1063567/stat : 1063567 (Finalizer) S 1063553 1063556 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196846782 19566772224 52979 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
[pid=1063556/tid=1063574] ppid=1063553 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1063556/task/1063574/stat : 1063574 (Common-Cleaner) S 1063553 1063556 1060291 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 196846783 19566772224 52979 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
[pid=1063556/tid=1063576] ppid=1063553 vsize=19108176 memory=280063006385424 CPUtime=0 cores=5,7
/proc/1063556/task/1063576/stat : 1063576 (Timer-0) S 1063553 1063556 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196846830 19566772224 52979 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
Current children cumulated CPU time: 2.85 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 211916 KiB

[startup+3.10626 s]
/proc/loadavg: 4.26 4.20 4.19 7/332 1063577
/proc/meminfo: memFree=119003520/131524600 swapFree=131071216/131071996
[pid=1063556] ppid=1063553 vsize=19108176 memory=517588 CPUtime=6.02 cores=5,7
/proc/1063556/stat : 1063556 (java) S 1063553 1063556 1060291 0 -1 1077936128 24422 0 0 0 589 13 0 0 20 0 20 0 196846779 19566772224 129397 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
/proc/1063556/statm: 4777044 129397 5886 1 0 895010 0
[pid=1063556/tid=1063558] ppid=1063553 vsize=19108176 memory=0 CPUtime=2.78 cores=5,7
/proc/1063556/task/1063558/stat : 1063558 (java) R 1063553 1063556 1060291 0 -1 4194368 6635 0 0 0 269 9 0 0 20 0 20 0 196846780 19566772224 129397 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
[pid=1063556/tid=1063567] ppid=1063553 vsize=19108176 memory=13124 CPUtime=0 cores=5,7
/proc/1063556/task/1063567/stat : 1063567 (Finalizer) S 1063553 1063556 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196846782 19566772224 129397 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
[pid=1063556/tid=1063574] ppid=1063553 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1063556/task/1063574/stat : 1063574 (Common-Cleaner) S 1063553 1063556 1060291 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 196846783 19566772224 129397 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
[pid=1063556/tid=1063576] ppid=1063553 vsize=19108176 memory=14364 CPUtime=0 cores=5,7
/proc/1063556/task/1063576/stat : 1063576 (Timer-0) S 1063553 1063556 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196846830 19566772224 129397 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
Current children cumulated CPU time: 6.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 517588 KiB

[startup+6.30026 s]
/proc/loadavg: 4.24 4.19 4.19 5/332 1063577
/proc/meminfo: memFree=118549024/131524600 swapFree=131071216/131071996
[pid=1063556] ppid=1063553 vsize=19108176 memory=915800 CPUtime=9.64 cores=5,7
/proc/1063556/stat : 1063556 (java) S 1063553 1063556 1060291 0 -1 1077936128 26519 0 0 0 943 21 0 0 20 0 20 0 196846779 19566772224 228950 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
/proc/1063556/statm: 4777044 228950 5886 1 0 895041 0
[pid=1063556/tid=1063558] ppid=1063553 vsize=19108176 memory=13124 CPUtime=5.9 cores=5,7
/proc/1063556/task/1063558/stat : 1063558 (java) R 1063553 1063556 1060291 0 -1 4194368 7187 0 0 0 575 15 0 0 20 0 20 0 196846780 19566772224 228950 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
[pid=1063556/tid=1063567] ppid=1063553 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1063556/task/1063567/stat : 1063567 (Finalizer) S 1063553 1063556 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196846782 19566772224 228950 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
[pid=1063556/tid=1063574] ppid=1063553 vsize=19108176 memory=7100839861465945203 CPUtime=0 cores=5,7
/proc/1063556/task/1063574/stat : 1063574 (Common-Cleaner) S 1063553 1063556 1060291 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 196846783 19566772224 228950 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
[pid=1063556/tid=1063576] ppid=1063553 vsize=19108176 memory=212176 CPUtime=0 cores=5,7
/proc/1063556/task/1063576/stat : 1063576 (Timer-0) S 1063553 1063556 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196846830 19566772224 228950 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
Current children cumulated CPU time: 9.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 915800 KiB

[startup+12.7003 s]
/proc/loadavg: 4.30 4.21 4.19 5/332 1063577
/proc/meminfo: memFree=118134536/131524600 swapFree=131071216/131071996
[pid=1063556] ppid=1063553 vsize=19108176 memory=1317320 CPUtime=16.68 cores=5,7
/proc/1063556/stat : 1063556 (java) S 1063553 1063556 1060291 0 -1 1077936128 30746 0 0 0 1638 30 0 0 20 0 20 0 196846779 19566772224 329330 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
/proc/1063556/statm: 4777044 329330 5886 1 0 895070 0
[pid=1063556/tid=1063558] ppid=1063553 vsize=19108176 memory=0 CPUtime=12.15 cores=5,7
/proc/1063556/task/1063558/stat : 1063558 (java) R 1063553 1063556 1060291 0 -1 4194368 7628 0 0 0 1195 20 0 0 20 0 20 0 196846780 19566772224 329330 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
[pid=1063556/tid=1063567] ppid=1063553 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1063556/task/1063567/stat : 1063567 (Finalizer) S 1063553 1063556 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196846782 19566772224 329330 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
[pid=1063556/tid=1063574] ppid=1063553 vsize=19108176 memory=1317224 CPUtime=0 cores=5,7
/proc/1063556/task/1063574/stat : 1063574 (Common-Cleaner) S 1063553 1063556 1060291 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 196846783 19566772224 329330 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
[pid=1063556/tid=1063576] ppid=1063553 vsize=19108176 memory=13124 CPUtime=0 cores=5,7
/proc/1063556/task/1063576/stat : 1063576 (Timer-0) S 1063553 1063556 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196846830 19566772224 329330 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
Current children cumulated CPU time: 16.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1317320 KiB

[startup+25.5003 s]
/proc/loadavg: 4.47 4.25 4.20 5/332 1063580
/proc/meminfo: memFree=117427428/131524600 swapFree=131071216/131071996
[pid=1063556] ppid=1063553 vsize=19108176 memory=2018488 CPUtime=30.8 cores=5,7
/proc/1063556/stat : 1063556 (java) S 1063553 1063556 1060291 0 -1 1077936128 41443 0 0 0 3036 44 0 0 20 0 20 0 196846779 19566772224 504622 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
/proc/1063556/statm: 4777044 504622 5886 1 0 896194 0
[pid=1063556/tid=1063558] ppid=1063553 vsize=19108176 memory=1317224 CPUtime=24.76 cores=5,7
/proc/1063556/task/1063558/stat : 1063558 (java) R 1063553 1063556 1060291 0 -1 4194368 10117 0 0 0 2446 30 0 0 20 0 20 0 196846780 19566772224 504622 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
[pid=1063556/tid=1063567] ppid=1063553 vsize=19108176 memory=-7595423554096752226 CPUtime=0 cores=5,7
/proc/1063556/task/1063567/stat : 1063567 (Finalizer) S 1063553 1063556 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196846782 19566772224 504622 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
[pid=1063556/tid=1063574] ppid=1063553 vsize=19108176 memory=50644 CPUtime=0 cores=5,7
/proc/1063556/task/1063574/stat : 1063574 (Common-Cleaner) S 1063553 1063556 1060291 0 -1 1077936192 37 0 0 0 0 0 0 0 20 0 20 0 196846783 19566772224 504622 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
[pid=1063556/tid=1063576] ppid=1063553 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/1063556/task/1063576/stat : 1063576 (Timer-0) S 1063553 1063556 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196846830 19566772224 504622 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
Current children cumulated CPU time: 30.8 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2018488 KiB

[startup+51.1062 s]
/proc/loadavg: 4.39 4.25 4.21 5/332 1063583
/proc/meminfo: memFree=117388296/131524600 swapFree=131071216/131071996
[pid=1063556] ppid=1063553 vsize=19108176 memory=2018572 CPUtime=56.37 cores=5,7
/proc/1063556/stat : 1063556 (java) S 1063553 1063556 1060291 0 -1 1077936128 43672 0 0 0 5592 45 0 0 20 0 20 0 196846779 19566772224 504643 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
/proc/1063556/statm: 4777044 504643 5886 1 0 896194 0
[pid=1063556/tid=1063558] ppid=1063553 vsize=19108176 memory=2018488 CPUtime=50.31 cores=5,7
/proc/1063556/task/1063558/stat : 1063558 (java) R 1063553 1063556 1060291 0 -1 4194368 11777 0 0 0 5001 30 0 0 20 0 20 0 196846780 19566772224 504643 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
[pid=1063556/tid=1063567] ppid=1063553 vsize=19108176 memory=50644 CPUtime=0 cores=5,7
/proc/1063556/task/1063567/stat : 1063567 (Finalizer) S 1063553 1063556 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196846782 19566772224 504643 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0

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

[startup+3282.3 s]
/proc/loadavg: 4.24 4.24 4.23 5/333 1065557
/proc/meminfo: memFree=113428364/131524600 swapFree=131071216/131071996
[pid=1063556] ppid=1063553 vsize=19108176 memory=3544156 CPUtime=3288.88 cores=5,7
/proc/1063556/stat : 1063556 (java) S 1063553 1063556 1060291 0 -1 1077936128 222676 0 0 0 328713 175 0 0 20 0 20 0 196846779 19566772224 886039 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
/proc/1063556/statm: 4777044 886039 5914 1 0 896776 0
[pid=1063556/tid=1063558] ppid=1063553 vsize=19108176 memory=3544156 CPUtime=3265.52 cores=5,7
/proc/1063556/task/1063558/stat : 1063558 (java) R 1063553 1063556 1060291 0 -1 4194368 97633 0 0 0 326506 46 0 0 20 0 20 0 196846780 19566772224 886039 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 12 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
[pid=1063556/tid=1063567] ppid=1063553 vsize=19108176 memory=3544156 CPUtime=0 cores=5,7
/proc/1063556/task/1063567/stat : 1063567 (Finalizer) S 1063553 1063556 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196846782 19566772224 886039 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
[pid=1063556/tid=1063574] ppid=1063553 vsize=19108176 memory=7161005080836309018 CPUtime=0 cores=5,7
/proc/1063556/task/1063574/stat : 1063574 (Common-Cleaner) S 1063553 1063556 1060291 0 -1 1077936192 4561 0 0 0 0 0 0 0 20 0 20 0 196846783 19566772224 886039 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
[pid=1063556/tid=1063576] ppid=1063553 vsize=19108176 memory=13124 CPUtime=0 cores=5,7
/proc/1063556/task/1063576/stat : 1063576 (Timer-0) S 1063553 1063556 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196846830 19566772224 886039 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
Current children cumulated CPU time: 3288.88 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3544156 KiB

[startup+3342.3 s]
/proc/loadavg: 4.12 4.21 4.22 5/330 1065567
/proc/meminfo: memFree=113248820/131524600 swapFree=131071216/131071996
[pid=1063556] ppid=1063553 vsize=19108176 memory=3546412 CPUtime=3349.87 cores=5,7
/proc/1063556/stat : 1063556 (java) S 1063553 1063556 1060291 0 -1 1077936128 234844 0 0 0 334807 180 0 0 20 0 20 0 196846779 19566772224 886603 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
/proc/1063556/statm: 4777044 886603 5914 1 0 896790 0
[pid=1063556/tid=1063558] ppid=1063553 vsize=19108176 memory=3544360 CPUtime=3324.49 cores=5,7
/proc/1063556/task/1063558/stat : 1063558 (java) R 1063553 1063556 1060291 0 -1 4194368 99776 0 0 0 332403 46 0 0 20 0 20 0 196846780 19566772224 886603 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 12 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
[pid=1063556/tid=1063567] ppid=1063553 vsize=19108176 memory=29676 CPUtime=0 cores=5,7
/proc/1063556/task/1063567/stat : 1063567 (Finalizer) S 1063553 1063556 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196846782 19566772224 886603 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
[pid=1063556/tid=1063574] ppid=1063553 vsize=19108176 memory=3546412 CPUtime=0 cores=5,7
/proc/1063556/task/1063574/stat : 1063574 (Common-Cleaner) S 1063553 1063556 1060291 0 -1 1077936192 4601 0 0 0 0 0 0 0 20 0 20 0 196846783 19566772224 886603 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
[pid=1063556/tid=1063576] ppid=1063553 vsize=19108176 memory=14364 CPUtime=0 cores=5,7
/proc/1063556/task/1063576/stat : 1063576 (Timer-0) S 1063553 1063556 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196846830 19566772224 886603 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
Current children cumulated CPU time: 3349.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3546412 KiB

[startup+3402.3 s]
/proc/loadavg: 4.15 4.20 4.21 5/330 1065578
/proc/meminfo: memFree=113110652/131524600 swapFree=131071216/131071996
[pid=1063556] ppid=1063553 vsize=19108176 memory=3546424 CPUtime=3410.15 cores=5,7
/proc/1063556/stat : 1063556 (java) S 1063553 1063556 1060291 0 -1 1077936128 237337 0 0 0 340833 182 0 0 20 0 20 0 196846779 19566772224 886606 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
/proc/1063556/statm: 4777044 886606 5914 1 0 896790 0
[pid=1063556/tid=1063558] ppid=1063553 vsize=19108176 memory=3546424 CPUtime=3383.68 cores=5,7
/proc/1063556/task/1063558/stat : 1063558 (java) R 1063553 1063556 1060291 0 -1 4194368 100959 0 0 0 338322 46 0 0 20 0 20 0 196846780 19566772224 886606 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 16 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
[pid=1063556/tid=1063567] ppid=1063553 vsize=19108176 memory=3546424 CPUtime=0 cores=5,7
/proc/1063556/task/1063567/stat : 1063567 (Finalizer) S 1063553 1063556 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196846782 19566772224 886606 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
[pid=1063556/tid=1063574] ppid=1063553 vsize=19108176 memory=3546424 CPUtime=0 cores=5,7
/proc/1063556/task/1063574/stat : 1063574 (Common-Cleaner) S 1063553 1063556 1060291 0 -1 1077936192 4641 0 0 0 0 0 0 0 20 0 20 0 196846783 19566772224 886606 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
[pid=1063556/tid=1063576] ppid=1063553 vsize=19108176 memory=3546424 CPUtime=0 cores=5,7
/proc/1063556/task/1063576/stat : 1063576 (Timer-0) S 1063553 1063556 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196846830 19566772224 886606 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
Current children cumulated CPU time: 3410.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3546424 KiB

[startup+3462.3 s]
/proc/loadavg: 4.09 4.17 4.20 5/330 1065588
/proc/meminfo: memFree=112947804/131524600 swapFree=131071216/131071996
[pid=1063556] ppid=1063553 vsize=19108176 memory=3546424 CPUtime=3470.02 cores=5,7
/proc/1063556/stat : 1063556 (java) S 1063553 1063556 1060291 0 -1 1077936128 238429 0 0 0 346819 183 0 0 20 0 20 0 196846779 19566772224 886606 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
/proc/1063556/statm: 4777044 886606 5914 1 0 896790 0
[pid=1063556/tid=1063558] ppid=1063553 vsize=19108176 memory=3546424 CPUtime=3443.52 cores=5,7
/proc/1063556/task/1063558/stat : 1063558 (java) R 1063553 1063556 1060291 0 -1 4194368 101745 0 0 0 344305 47 0 0 20 0 20 0 196846780 19566772224 886606 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 16 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
[pid=1063556/tid=1063567] ppid=1063553 vsize=19108176 memory=-7595423554096752226 CPUtime=0 cores=5,7
/proc/1063556/task/1063567/stat : 1063567 (Finalizer) S 1063553 1063556 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196846782 19566772224 886606 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
[pid=1063556/tid=1063574] ppid=1063553 vsize=19108176 memory=3546424 CPUtime=0 cores=5,7
/proc/1063556/task/1063574/stat : 1063574 (Common-Cleaner) S 1063553 1063556 1060291 0 -1 1077936192 4780 0 0 0 0 0 0 0 20 0 20 0 196846783 19566772224 886606 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
[pid=1063556/tid=1063576] ppid=1063553 vsize=19108176 memory=3546424 CPUtime=0 cores=5,7
/proc/1063556/task/1063576/stat : 1063576 (Timer-0) S 1063553 1063556 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196846830 19566772224 886606 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
Current children cumulated CPU time: 3470.02 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3546424 KiB

[startup+3522.3 s]
/proc/loadavg: 4.16 4.18 4.20 5/330 1065598
/proc/meminfo: memFree=112708908/131524600 swapFree=131071216/131071996
[pid=1063556] ppid=1063553 vsize=19108176 memory=3546428 CPUtime=3529.98 cores=5,7
/proc/1063556/stat : 1063556 (java) S 1063553 1063556 1060291 0 -1 1077936128 241366 0 0 0 352812 186 0 0 20 0 20 0 196846779 19566772224 886607 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
/proc/1063556/statm: 4777044 886607 5914 1 0 896790 0
[pid=1063556/tid=1063558] ppid=1063553 vsize=19108176 memory=3546424 CPUtime=3503.29 cores=5,7
/proc/1063556/task/1063558/stat : 1063558 (java) R 1063553 1063556 1060291 0 -1 4194368 103175 0 0 0 350282 47 0 0 20 0 20 0 196846780 19566772224 886607 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 16 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
[pid=1063556/tid=1063567] ppid=1063553 vsize=19108176 memory=14364 CPUtime=0 cores=5,7
/proc/1063556/task/1063567/stat : 1063567 (Finalizer) S 1063553 1063556 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196846782 19566772224 886607 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
[pid=1063556/tid=1063574] ppid=1063553 vsize=19108176 memory=3546428 CPUtime=0 cores=5,7
/proc/1063556/task/1063574/stat : 1063574 (Common-Cleaner) S 1063553 1063556 1060291 0 -1 1077936192 4780 0 0 0 0 0 0 0 20 0 20 0 196846783 19566772224 886607 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
[pid=1063556/tid=1063576] ppid=1063553 vsize=19108176 memory=-7595423554096752226 CPUtime=0 cores=5,7
/proc/1063556/task/1063576/stat : 1063576 (Timer-0) S 1063553 1063556 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196846830 19566772224 886607 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
Current children cumulated CPU time: 3529.98 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3546428 KiB

[startup+3582.3 s]
/proc/loadavg: 4.06 4.15 4.18 5/333 1065613
/proc/meminfo: memFree=112383784/131524600 swapFree=131071216/131071996
[pid=1063556] ppid=1063553 vsize=19108176 memory=3546428 CPUtime=3589.87 cores=5,7
/proc/1063556/stat : 1063556 (java) S 1063553 1063556 1060291 0 -1 1077936128 243296 0 0 0 358798 189 0 0 20 0 20 0 196846779 19566772224 886607 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
/proc/1063556/statm: 4777044 886607 5914 1 0 896790 0
[pid=1063556/tid=1063558] ppid=1063553 vsize=19108176 memory=14364 CPUtime=3563.13 cores=5,7
/proc/1063556/task/1063558/stat : 1063558 (java) R 1063553 1063556 1060291 0 -1 4194368 104797 0 0 0 356265 48 0 0 20 0 20 0 196846780 19566772224 886607 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 16 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
[pid=1063556/tid=1063567] ppid=1063553 vsize=19108176 memory=3546428 CPUtime=0 cores=5,7
/proc/1063556/task/1063567/stat : 1063567 (Finalizer) S 1063553 1063556 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196846782 19566772224 886607 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
[pid=1063556/tid=1063574] ppid=1063553 vsize=19108176 memory=14364 CPUtime=0 cores=5,7
/proc/1063556/task/1063574/stat : 1063574 (Common-Cleaner) S 1063553 1063556 1060291 0 -1 1077936192 4916 0 0 0 0 0 0 0 20 0 20 0 196846783 19566772224 886607 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
[pid=1063556/tid=1063576] ppid=1063553 vsize=19108176 memory=14364 CPUtime=0 cores=5,7
/proc/1063556/task/1063576/stat : 1063576 (Timer-0) S 1063553 1063556 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196846830 19566772224 886607 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
Current children cumulated CPU time: 3589.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3546428 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3592.5 s]
/proc/loadavg: 4.13 4.16 4.19 5/333 1065614
/proc/meminfo: memFree=112322196/131524600 swapFree=131071216/131071996
[pid=1063556] ppid=1063553 vsize=19108176 memory=3546428 CPUtime=3600.05 cores=5,7
/proc/1063556/stat : 1063556 (java) S 1063553 1063556 1060291 0 -1 1077936128 243502 0 0 0 359816 189 0 0 20 0 20 0 196846779 19566772224 886607 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 0 0 16800975 0 0 0 17 5 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
/proc/1063556/statm: 4777044 886607 5914 1 0 896790 0
[pid=1063556/tid=1063558] ppid=1063553 vsize=19108176 memory=2328 CPUtime=3573.3 cores=5,7
/proc/1063556/task/1063558/stat : 1063558 (java) R 1063553 1063556 1060291 0 -1 4194368 105003 0 0 0 357282 48 0 0 20 0 20 0 196846780 19566772224 886607 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 16 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
[pid=1063556/tid=1063567] ppid=1063553 vsize=19108176 memory=-7595423554096752226 CPUtime=0 cores=5,7
/proc/1063556/task/1063567/stat : 1063567 (Finalizer) S 1063553 1063556 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196846782 19566772224 886607 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
[pid=1063556/tid=1063574] ppid=1063553 vsize=19108176 memory=3546428 CPUtime=0 cores=5,7
/proc/1063556/task/1063574/stat : 1063574 (Common-Cleaner) S 1063553 1063556 1060291 0 -1 1077936192 4916 0 0 0 0 0 0 0 20 0 20 0 196846783 19566772224 886607 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
[pid=1063556/tid=1063576] ppid=1063553 vsize=19108176 memory=29676 CPUtime=0 cores=5,7
/proc/1063556/task/1063576/stat : 1063576 (Timer-0) S 1063553 1063556 1060291 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196846830 19566772224 886607 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
Current children cumulated CPU time: 3600.05 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 3546428 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.43 s, system=1.91537 s

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

[startup+3592.61 s]
/proc/loadavg: 4.13 4.16 4.19 5/333 1065614
/proc/meminfo: memFree=112322196/131524600 swapFree=131071216/131071996
[pid=1063556] ppid=1063553 vsize=19307868 memory=3547016 CPUtime=3600.26 cores=5,7
/proc/1063556/stat : 1063556 (java) S 1063553 1063556 1060291 0 -1 1077936128 247460 0 0 0 359836 190 0 0 20 0 22 0 196846779 19771256832 886754 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
/proc/1063556/statm: 4826967 886754 5913 1 0 897677 0
[pid=1063556/tid=1063558] ppid=1063553 vsize=19307868 memory=4784 CPUtime=3573.34 cores=5,7
/proc/1063556/task/1063558/stat : 1063558 (java) S 1063553 1063556 1060291 0 -1 1077936192 105004 0 0 0 357286 48 0 0 20 0 22 0 196846780 19771256832 886754 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 16 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
[pid=1063556/tid=1063567] ppid=1063553 vsize=19307868 memory=8000 CPUtime=0 cores=5,7
/proc/1063556/task/1063567/stat : 1063567 (Finalizer) S 1063553 1063556 1060291 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 22 0 196846782 19771256832 886754 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
[pid=1063556/tid=1063574] ppid=1063553 vsize=19307868 memory=19824 CPUtime=0 cores=5,7
/proc/1063556/task/1063574/stat : 1063574 (Common-Cleaner) S 1063553 1063556 1060291 0 -1 1077936192 4916 0 0 0 0 0 0 0 20 0 22 0 196846783 19771256832 886754 134679101440 94368282464256 94368282467952 140721731714192 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94368282475768 94368282476560 94368303194112 140721731716083 140721731716191 140721731716191 140721731723208 0
Current children cumulated CPU time: 3600.26 s
Current children cumulated vsize: 19307868 KiB
Current children cumulated memory: 3547016 KiB

Child status: 143

Real time (s): 3592.66
CPU time (s): 3600.35
CPU user time (s): 3598.43
CPU system time (s): 1.91537
CPU usage (%): 100.214
Max. virtual memory (cumulated for all children) (KiB): 19307868
Max. memory (cumulated for all children) (KiB): 3547016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.43
system time used= 1.91537
maximum resident set size= 3547872
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 248077
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3168
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 113440
involuntary context switches= 3387


# summary of solver processes directly reported to runsolver:
#   pid: 1063556
#   total CPU time (s): 3600.35
#   total CPU user time (s): 3598.43
#   total CPU system time (s): 1.91537

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.116 second user time and 18.1428 second system time

The end

Launcher Data

Begin job on nodeC018 at 2024-07-20 05:40:56
IDJOB=4452511
IDBENCH=164400
IDSOLVER=3052
FILE ID=nodeC018/4452511-1721446844
RUNJOBID= nodeC018-1721442671-1060304
SLURM_JOB_ID= 7545651
Free space on /tmp= 890076 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2010/normalized-neos-952987.0.d.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452511-1721446844/watcher-4452511-1721446844 -o /tmp/evaluation-result-4452511-1721446844/solver-4452511-1721446844 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC018-1721442671-1060304 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4452511-1721446844.opb

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

MD5SUM BENCH= c2f3e0c6154609bf2d3178c0d208b6f5
RANDOM SEED=1334279219

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        119443584 kB
MemAvailable:   123654312 kB
Buffers:          556108 kB
Cached:          4454728 kB
SwapCached:          148 kB
Active:          1124556 kB
Inactive:       10287156 kB
Active(anon):       1552 kB
Inactive(anon):  6445104 kB
Active(file):    1123004 kB
Inactive(file):  3842052 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071216 kB
Dirty:              1420 kB
Writeback:             0 kB
AnonPages:       6400728 kB
Mapped:           129128 kB
Shmem:             45784 kB
KReclaimable:     170988 kB
Slab:             275272 kB
SReclaimable:     170988 kB
SUnreclaim:       104284 kB
KernelStack:        5040 kB
PageTables:        22812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:    8255464 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            37568 kB
HardwareCorrupted:     0 kB
AnonHugePages:   6076416 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:      283348 kB
DirectMap2M:    28850176 kB
DirectMap1G:    106954752 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC018 at 2024-07-20 06:40:49