Trace number 4429937

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.36 3396.82

General information on the benchmark

NamePB24/normalized-PB09/OPT-LIN/aries-da_nrp/
normalized-aries-da_network_2000_5__647_1792__512.opb
MD5SUM40351a18114e83e0c165271c5d48a38f
Bench CategoryOPT-LIN (optimization problem, linear constraints, no OPT/UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark74222
Best CPU time to get the best result obtained on this benchmark3600.84
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5121998
Total number of constraints12000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)10002
Number of constraints which are nor clauses,nor cardinality constraints1998
Minimum length of a constraint512
Maximum length of a constraint22529
Number of terms in the objective function 5120000
Biggest coefficient in the objective function 130539
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 177420790272
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 130539
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 177420790272
Number of bits of the biggest sum of numbers38
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.09	c Free memory 		2115194816
0.00/0.09	c Max memory 		16282288128
0.00/0.09	c Total memory 		2122317824
0.00/0.10	c Number of processors 	2
0.15/0.20	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.15/0.20	 - never skip resolution steps
0.15/0.20	 - Auto-division on coefficients is disabled
0.15/0.20	 - No postprocessing
0.15/0.20	 - Conflict is considered as is when resolving
0.15/0.20	 - Use constraints as they come during conflict analysis
0.15/0.20	 - Weaken first using unassigned literals
0.15/0.20	 - Bump strategy: ALWAYS_ONE
0.15/0.20	 - Bumper: EFFECTIVE
0.15/0.20	--- Begin Solver configuration ---
0.15/0.20	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.15/0.20	Learn all clauses as in MiniSAT
0.15/0.20	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.15/0.20	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.15/0.20	No reason simplification
0.15/0.20	Dynamic restart strategy considering the size of the coefficients
0.15/0.20	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.15/0.20	timeout=2147483s
0.15/0.20	DB Simplification allowed=false
0.15/0.20	Listener: none
0.15/0.20	--- End Solver configuration ---
0.15/0.20	c Pseudo Boolean Optimization by upper bound
0.15/0.20	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.15/0.20	c  - never skip resolution steps
0.15/0.20	c  - Auto-division on coefficients is disabled
0.15/0.20	c  - No postprocessing
0.15/0.20	c  - Conflict is considered as is when resolving
0.15/0.20	c  - Use constraints as they come during conflict analysis
0.15/0.20	c  - Weaken first using unassigned literals
0.15/0.20	c  - Bump strategy: ALWAYS_ONE
0.15/0.20	c  - Bumper: EFFECTIVE
0.15/0.20	c --- Begin Solver configuration ---
0.15/0.20	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.15/0.20	c Learn all clauses as in MiniSAT
0.15/0.20	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.15/0.20	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.15/0.20	c No reason simplification
0.15/0.20	c Dynamic restart strategy considering the size of the coefficients
0.15/0.20	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.15/0.20	c timeout=2147483s
0.15/0.20	c DB Simplification allowed=false
0.15/0.20	c Listener: none
0.15/0.20	c --- End Solver configuration ---
0.15/0.21	c solving HOME/instance-4429937-1721118681.opb
0.15/0.21	c reading problem ... 
0.34/0.27	c  objective function found
268.04/256.40	c ... done. Wall clock time 256.188s.
268.04/256.40	c declared #vars     5121998
268.04/256.40	c #constraints  14000
268.04/256.40	c constraints type 
268.04/256.40	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 10002
268.04/256.40	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 3996
268.04/256.40	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
268.04/256.40	c 14000 constraints processed.
268.17/256.42	c objective function length is 5120000 literals
2861.71/2681.43	c cleaning 2437 clauses out of 5000 with flag 0/5000
3600.04/3396.62	c starts		: 41
3600.04/3396.63	c conflicts		: 6300
3600.04/3396.66	c decisions		: 455655725
3600.04/3396.66	c propagations		: 934554359
3600.04/3396.66	c inspects		: 9434945
3600.04/3396.66	c shortcuts		: 0
3600.04/3396.66	c learnt literals	: 0
3600.04/3396.66	c learnt binary clauses	: 0
3600.04/3396.66	c learnt ternary clauses	: 0
3600.04/3396.66	c learnt constraints	: 6300
3600.04/3396.66	c ignored constraints	: 0
3600.04/3396.66	c root simplifications	: 0
3600.04/3396.66	c removed literals (reason simplification)	: 0
3600.04/3396.66	c reason swapping (by a shorter reason)	: 0
3600.04/3396.66	c Calls to reduceDB	: 1
3600.04/3396.66	c Number of update (reduction) of LBD	: 13116
3600.04/3396.66	c Imported unit clauses	: 0
3600.04/3396.66	c No decision after first conflict	: false
3600.04/3396.66	c number of reductions to clauses (during analyze)	: 0
3600.04/3396.66	c number of learned constraints concerned by reduction	: 0
3600.04/3396.66	c number of learning phase by resolution	: 0
3600.04/3396.66	c number of learning phase by cutting planes	: 0
3600.04/3396.66	c number of rounding to 1 operations	: 0
3600.04/3396.66	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.04/3396.66	c number of reductions of the coefficients by power 2 	: 0
3600.04/3396.66	c number of right shift for reduction by power 2 	: 0
3600.04/3396.66	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.04/3396.66	c number of ending skipping 	: 0
3600.04/3396.66	c number of internal skipping 	: 0
3600.04/3396.66	c number of derivation steps 	: 8819
3600.04/3396.66	c number of skipped derivation steps 	: 0
3600.04/3396.66	c number of remaining unassigned 	: 0
3600.04/3396.66	c number of remaining assigned 	: 3628001
3600.04/3396.67	c number of falsified literals weakened from reason	: 0
3600.04/3396.67	c number of falsified literals weakened from conflict	: 0
3600.04/3396.67	c time for arithmetic operations	: 159877813
3600.04/3396.69	c minimum degree of deleted constraints	: 1
3600.04/3396.69	c maximum degree of deleted constraints	: 60935
3600.04/3396.69	c number of deleted constraints	: 2437
3600.04/3396.69	c speed (assignments/second)	: 297638.57050543214
3600.04/3396.69	c non guided choices	: 10130406
3600.25/3396.72	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1005
3600.25/3396.72	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 2858
3600.25/3396.72	s UNKNOWN
3600.25/3396.72	c Total wall clock time (in seconds): 3396.517

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429937-1721118681/watcher-4429937-1721118681 -o /tmp/evaluation-result-4429937-1721118681/solver-4429937-1721118681 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC009-1721118384-835289 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429937-1721118681.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
Current StackSize limit: 8192 KiB

solver pid=835887, runsolver pid=835884

[startup+0.102327 s]*
/proc/loadavg: 4.13 3.32 3.14 8/320 835905
/proc/meminfo: memFree=114333012/131655788 swapFree=131071996/131071996
[pid=835887] ppid=835884 vsize=18975048 memory=61840 CPUtime=0.15 cores=5,7
/proc/835887/stat : 835887 (java) S 835884 835887 835276 0 -1 1077936128 6977 0 0 0 13 2 0 0 20 0 18 0 164027908 19430449152 15460 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
/proc/835887/statm: 4743762 15460 5586 1 0 551229 0
[pid=835887/tid=835889] ppid=835884 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=5,7
/proc/835887/task/835889/stat : 835889 (java) D 835884 835887 835276 0 -1 4194368 5753 0 0 0 7 1 0 0 20 0 18 0 164027909 19430449152 15460 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
[pid=835887/tid=835898] ppid=835884 vsize=18975048 memory=232851243367 CPUtime=0 cores=5,7
/proc/835887/task/835898/stat : 835898 (Finalizer) S 835884 835887 835276 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 164027912 19430449152 15460 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
[pid=835887/tid=835905] ppid=835884 vsize=18975048 memory=15817789915191721 CPUtime=0 cores=5,7
/proc/835887/task/835905/stat : 835905 (Common-Cleaner) S 835884 835887 835276 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 164027912 19430449152 15460 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 61840 KiB

[startup+0.222105 s]*
/proc/loadavg: 4.13 3.32 3.14 5/320 835905
/proc/meminfo: memFree=114297148/131655788 swapFree=131071996/131071996
[pid=835887] ppid=835884 vsize=18975048 memory=97512 CPUtime=0.34 cores=5,7
/proc/835887/stat : 835887 (java) S 835884 835887 835276 0 -1 1077936128 7624 0 0 0 31 3 0 0 20 0 18 0 164027908 19430449152 24378 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
/proc/835887/statm: 4743762 24378 5688 1 0 551699 0
[pid=835887/tid=835889] ppid=835884 vsize=18975048 memory=4782652875487838339 CPUtime=0.17 cores=5,7
/proc/835887/task/835889/stat : 835889 (java) R 835884 835887 835276 0 -1 4194368 6068 0 0 0 15 2 0 0 20 0 18 0 164027909 19430449152 24378 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
[pid=835887/tid=835898] ppid=835884 vsize=18975048 memory=671 CPUtime=0 cores=5,7
/proc/835887/task/835898/stat : 835898 (Finalizer) S 835884 835887 835276 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 164027912 19430449152 24378 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
[pid=835887/tid=835905] ppid=835884 vsize=18975048 memory=14697383271339398 CPUtime=0 cores=5,7
/proc/835887/task/835905/stat : 835905 (Common-Cleaner) S 835884 835887 835276 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 164027912 19430449152 24378 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 97512 KiB

[startup+0.313398 s]*
/proc/loadavg: 4.13 3.32 3.14 7/320 835905
/proc/meminfo: memFree=114183948/131655788 swapFree=131071996/131071996
[pid=835887] ppid=835884 vsize=18975048 memory=212280 CPUtime=0.46 cores=5,7
/proc/835887/stat : 835887 (java) S 835884 835887 835276 0 -1 1077936128 7743 0 0 0 40 6 0 0 20 0 18 0 164027908 19430449152 53070 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
/proc/835887/statm: 4743762 53070 5688 1 0 551715 0
[pid=835887/tid=835889] ppid=835884 vsize=18975048 memory=-8887117636007469756 CPUtime=0.26 cores=5,7
/proc/835887/task/835889/stat : 835889 (java) S 835884 835887 835276 0 -1 1077936192 6132 0 0 0 21 5 0 0 20 0 18 0 164027909 19430449152 53070 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
[pid=835887/tid=835898] ppid=835884 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/835887/task/835898/stat : 835898 (Finalizer) S 835884 835887 835276 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 18 0 164027912 19430449152 53070 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
[pid=835887/tid=835905] ppid=835884 vsize=18975048 memory=0 CPUtime=0 cores=5,7
/proc/835887/task/835905/stat : 835905 (Common-Cleaner) S 835884 835887 835276 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 164027912 19430449152 53070 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
Current children cumulated CPU time: 0.46 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 212280 KiB

[startup+0.701096 s]
/proc/loadavg: 4.13 3.32 3.14 7/320 835905
/proc/meminfo: memFree=114129476/131655788 swapFree=131071996/131071996
[pid=835887] ppid=835884 vsize=19041612 memory=320256 CPUtime=1.17 cores=5,7
/proc/835887/stat : 835887 (java) S 835884 835887 835276 0 -1 1077936128 10239 0 0 0 108 9 0 0 20 0 19 0 164027908 19498610688 80064 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
/proc/835887/statm: 4760403 80064 5789 1 0 553612 0
[pid=835887/tid=835889] ppid=835884 vsize=19041612 memory=5544 CPUtime=0.6 cores=5,7
/proc/835887/task/835889/stat : 835889 (java) R 835884 835887 835276 0 -1 4194368 6175 0 0 0 54 6 0 0 20 0 19 0 164027909 19498610688 80064 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
[pid=835887/tid=835898] ppid=835884 vsize=19041612 memory=12776 CPUtime=0 cores=5,7
/proc/835887/task/835898/stat : 835898 (Finalizer) S 835884 835887 835276 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 164027912 19498610688 80064 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
[pid=835887/tid=835905] ppid=835884 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/835887/task/835905/stat : 835905 (Common-Cleaner) S 835884 835887 835276 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 164027912 19498610688 80064 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
Current children cumulated CPU time: 1.17 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 320256 KiB

[startup+1.50027 s]
/proc/loadavg: 4.13 3.32 3.14 6/321 835906
/proc/meminfo: memFree=114040828/131655788 swapFree=131071996/131071996
[pid=835887] ppid=835884 vsize=19041612 memory=470508 CPUtime=2.27 cores=5,7
/proc/835887/stat : 835887 (java) S 835884 835887 835276 0 -1 1077936128 11083 0 0 0 214 13 0 0 20 0 19 0 164027908 19498610688 117627 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
/proc/835887/statm: 4760403 117627 5805 1 0 1247113 0
[pid=835887/tid=835889] ppid=835884 vsize=19041612 memory=12776 CPUtime=1.2 cores=5,7
/proc/835887/task/835889/stat : 835889 (java) R 835884 835887 835276 0 -1 4194368 6236 0 0 0 112 8 0 0 20 0 19 0 164027909 19498610688 117627 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
[pid=835887/tid=835898] ppid=835884 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/835887/task/835898/stat : 835898 (Finalizer) S 835884 835887 835276 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 19 0 164027912 19498610688 117627 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
[pid=835887/tid=835905] ppid=835884 vsize=19041612 memory=0 CPUtime=0 cores=5,7
/proc/835887/task/835905/stat : 835905 (Common-Cleaner) S 835884 835887 835276 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 164027912 19498610688 117627 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
Current children cumulated CPU time: 2.27 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 470508 KiB

[startup+3.11326 s]
/proc/loadavg: 4.13 3.32 3.14 6/322 835909
/proc/meminfo: memFree=113499764/131655788 swapFree=131071996/131071996
[pid=835887] ppid=835884 vsize=19108176 memory=910404 CPUtime=4.28 cores=5,7
/proc/835887/stat : 835887 (java) S 835884 835887 835276 0 -1 1077936128 12250 0 0 0 406 22 0 0 20 0 20 0 164027908 19566772224 227601 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
/proc/835887/statm: 4777044 227601 5821 1 0 2012027 0
[pid=835887/tid=835889] ppid=835884 vsize=19108176 memory=0 CPUtime=2.39 cores=5,7
/proc/835887/task/835889/stat : 835889 (java) R 835884 835887 835276 0 -1 4194368 6451 0 0 0 226 13 0 0 20 0 20 0 164027909 19566772224 227601 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
[pid=835887/tid=835898] ppid=835884 vsize=19108176 memory=12776 CPUtime=0 cores=5,7
/proc/835887/task/835898/stat : 835898 (Finalizer) S 835884 835887 835276 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 164027912 19566772224 227601 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
[pid=835887/tid=835905] ppid=835884 vsize=19108176 memory=675540 CPUtime=0 cores=5,7
/proc/835887/task/835905/stat : 835905 (Common-Cleaner) S 835884 835887 835276 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 164027912 19566772224 227601 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
Current children cumulated CPU time: 4.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 910404 KiB

[startup+6.3003 s]
/proc/loadavg: 4.12 3.33 3.15 6/322 835909
/proc/meminfo: memFree=111501824/131655788 swapFree=131071996/131071996
[pid=835887] ppid=835884 vsize=19108176 memory=2826000 CPUtime=9.28 cores=5,7
/proc/835887/stat : 835887 (java) S 835884 835887 835276 0 -1 1077936128 16947 0 0 0 867 61 0 0 20 0 20 0 164027908 19566772224 706500 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
/proc/835887/statm: 4777044 706500 5853 1 0 2014007 0
[pid=835887/tid=835889] ppid=835884 vsize=19108176 memory=0 CPUtime=5.24 cores=5,7
/proc/835887/task/835889/stat : 835889 (java) R 835884 835887 835276 0 -1 4194368 7467 0 0 0 477 47 0 0 20 0 20 0 164027909 19566772224 706500 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
[pid=835887/tid=835898] ppid=835884 vsize=19108176 memory=529900 CPUtime=0 cores=5,7
/proc/835887/task/835898/stat : 835898 (Finalizer) S 835884 835887 835276 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 164027912 19566772224 706500 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
[pid=835887/tid=835905] ppid=835884 vsize=19108176 memory=224194199869 CPUtime=0 cores=5,7
/proc/835887/task/835905/stat : 835905 (Common-Cleaner) S 835884 835887 835276 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 164027912 19566772224 706500 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
Current children cumulated CPU time: 9.28 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2826000 KiB

[startup+12.7004 s]
/proc/loadavg: 4.11 3.34 3.15 5/322 835909
/proc/meminfo: memFree=108661132/131655788 swapFree=131071996/131071996
[pid=835887] ppid=835884 vsize=19108176 memory=6090872 CPUtime=16.38 cores=5,7
/proc/835887/stat : 835887 (java) S 835884 835887 835276 0 -1 1077936128 20097 0 0 0 1510 128 0 0 20 0 20 0 164027908 19566772224 1522718 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
/proc/835887/statm: 4777044 1522718 5853 1 0 2651113 0
[pid=835887/tid=835889] ppid=835884 vsize=19108176 memory=5453944 CPUtime=10.88 cores=5,7
/proc/835887/task/835889/stat : 835889 (java) R 835884 835887 835276 0 -1 4194368 8795 0 0 0 988 100 0 0 20 0 20 0 164027909 19566772224 1522718 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
[pid=835887/tid=835898] ppid=835884 vsize=19108176 memory=5085300 CPUtime=0 cores=5,7
/proc/835887/task/835898/stat : 835898 (Finalizer) S 835884 835887 835276 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 164027912 19566772224 1522718 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
[pid=835887/tid=835905] ppid=835884 vsize=19108176 memory=14127831902849289 CPUtime=0 cores=5,7
/proc/835887/task/835905/stat : 835905 (Common-Cleaner) S 835884 835887 835276 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 164027912 19566772224 1522718 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
Current children cumulated CPU time: 16.38 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 6090872 KiB

[startup+25.5011 s]
/proc/loadavg: 4.08 3.37 3.17 5/322 835912
/proc/meminfo: memFree=106385936/131655788 swapFree=131071996/131071996
[pid=835887] ppid=835884 vsize=19108176 memory=7730688 CPUtime=30.54 cores=5,7
/proc/835887/stat : 835887 (java) S 835884 835887 835276 0 -1 1077936128 25071 0 0 0 2891 163 0 0 20 0 20 0 164027908 19566772224 1932672 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
/proc/835887/statm: 4777044 1932672 5853 1 0 2949835 0
[pid=835887/tid=835889] ppid=835884 vsize=19108176 memory=7061700 CPUtime=22.09 cores=5,7
/proc/835887/task/835889/stat : 835889 (java) S 835884 835887 835276 0 -1 1077936192 10491 0 0 0 2088 121 0 0 20 0 20 0 164027909 19566772224 1932672 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
[pid=835887/tid=835898] ppid=835884 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/835887/task/835898/stat : 835898 (Finalizer) S 835884 835887 835276 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 164027912 19566772224 1932672 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
[pid=835887/tid=835905] ppid=835884 vsize=19108176 memory=0 CPUtime=0 cores=5,7
/proc/835887/task/835905/stat : 835905 (Common-Cleaner) S 835884 835887 835276 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 164027912 19566772224 1932672 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
Current children cumulated CPU time: 30.54 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 7730688 KiB

[startup+51.1061 s]
/proc/loadavg: 4.24 3.47 3.21 5/322 835916
/proc/meminfo: memFree=104309544/131655788 swapFree=131071996/131071996
[pid=835887] ppid=835884 vsize=19108176 memory=9636856 CPUtime=58.2 cores=5,7
/proc/835887/stat : 835887 (java) S 835884 835887 835276 0 -1 1077936128 28734 0 0 0 5614 206 0 0 20 0 20 0 164027908 19566772224 2409214 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
/proc/835887/statm: 4777044 2409214 5853 1 0 3300771 0
[pid=835887/tid=835889] ppid=835884 vsize=19108176 memory=0 CPUtime=44.93 cores=5,7
/proc/835887/task/835889/stat : 835889 (java) R 835884 835887 835276 0 -1 4194368 12694 0 0 0 4344 149 0 0 20 0 20 0 164027909 19566772224 2409214 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
[pid=835887/tid=835898] ppid=835884 vsize=19108176 memory=6228088 CPUtime=0 cores=5,7
/proc/835887/task/835898/stat : 835898 (Finalizer) S 835884 835887 835276 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 20 0 164027912 19566772224 2409214 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
[pid=835887/tid=835905] ppid=835884 vsize=19108176 memory=965700 CPUtime=0 cores=5,7
/proc/835887/task/835905/stat : 835905 (Common-Cleaner) S 835884 835887 835276 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 164027912 19566772224 2409214 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
Current children cumulated CPU time: 58.2 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 9636856 KiB

[startup+102.303 s]
/proc/loadavg: 4.30 3.62 3.27 5/322 835924
/proc/meminfo: memFree=102605472/131655788 swapFree=131071996/131071996
[pid=835887] ppid=835884 vsize=19108176 memory=11277468 CPUtime=112.28 cores=5,7
/proc/835887/stat : 835887 (java) S 835884 835887 835276 0 -1 1077936128 41291 0 0 0 10981 247 0 0 20 0 20 0 164027908 19566772224 2819367 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
/proc/835887/statm: 4777044 2819367 5868 1 0 3699755 0

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

/proc/835887/task/835898/stat : 835898 (Finalizer) S 835884 835887 835276 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 164027912 19634933760 3796287 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
[pid=835887/tid=835905] ppid=835884 vsize=19174740 memory=15185148 CPUtime=0 cores=5,7
/proc/835887/task/835905/stat : 835905 (Common-Cleaner) S 835884 835887 835276 0 -1 1077936192 2190 0 0 0 0 0 0 0 20 0 21 0 164027912 19634933760 3796287 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
[pid=835887/tid=835955] ppid=835884 vsize=19174740 memory=15185140 CPUtime=0 cores=5,7
/proc/835887/task/835955/stat : 835955 (Timer-0) S 835884 835887 835276 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 21 0 164053586 19634933760 3796287 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
Current children cumulated CPU time: 3177.07 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 15185148 KiB

[startup+3042.3 s]
/proc/loadavg: 4.18 4.21 4.16 5/323 837034
/proc/meminfo: memFree=95374860/131655788 swapFree=131071996/131071996
[pid=835887] ppid=835884 vsize=19174740 memory=15185168 CPUtime=3237.08 cores=5,7
/proc/835887/stat : 835887 (java) S 835884 835887 835276 0 -1 1077936128 492594 0 0 0 323047 661 0 0 20 0 21 0 164027908 19634933760 3796292 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
/proc/835887/statm: 4793685 3796292 5963 1 0 3820236 0
[pid=835887/tid=835889] ppid=835884 vsize=19174740 memory=139905876031825 CPUtime=2990.08 cores=5,7
/proc/835887/task/835889/stat : 835889 (java) R 835884 835887 835276 0 -1 4194368 204949 0 0 0 298694 314 0 0 20 0 21 0 164027909 19634933760 3796292 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 6 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
[pid=835887/tid=835898] ppid=835884 vsize=19174740 memory=41676 CPUtime=0 cores=5,7
/proc/835887/task/835898/stat : 835898 (Finalizer) S 835884 835887 835276 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 164027912 19634933760 3796292 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
[pid=835887/tid=835905] ppid=835884 vsize=19174740 memory=11464 CPUtime=0 cores=5,7
/proc/835887/task/835905/stat : 835905 (Common-Cleaner) S 835884 835887 835276 0 -1 1077936192 2191 0 0 0 0 0 0 0 20 0 21 0 164027912 19634933760 3796292 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
[pid=835887/tid=835955] ppid=835884 vsize=19174740 memory=15185168 CPUtime=0 cores=5,7
/proc/835887/task/835955/stat : 835955 (Timer-0) S 835884 835887 835276 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 21 0 164053586 19634933760 3796292 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
Current children cumulated CPU time: 3237.08 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 15185168 KiB

[startup+3102.3 s]
/proc/loadavg: 4.75 4.36 4.21 5/323 837045
/proc/meminfo: memFree=95261676/131655788 swapFree=131071996/131071996
[pid=835887] ppid=835884 vsize=19174740 memory=15185172 CPUtime=3297.69 cores=5,7
/proc/835887/stat : 835887 (java) S 835884 835887 835276 0 -1 1077936128 499415 0 0 0 329105 664 0 0 20 0 21 0 164027908 19634933760 3796293 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
/proc/835887/statm: 4793685 3796293 5963 1 0 3820236 0
[pid=835887/tid=835889] ppid=835884 vsize=19174740 memory=11464 CPUtime=3049.61 cores=5,7
/proc/835887/task/835889/stat : 835889 (java) R 835884 835887 835276 0 -1 4194368 209192 0 0 0 304646 315 0 0 20 0 21 0 164027909 19634933760 3796293 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 6 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
[pid=835887/tid=835898] ppid=835884 vsize=19174740 memory=15185168 CPUtime=0 cores=5,7
/proc/835887/task/835898/stat : 835898 (Finalizer) S 835884 835887 835276 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 164027912 19634933760 3796293 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
[pid=835887/tid=835905] ppid=835884 vsize=19174740 memory=41676 CPUtime=0 cores=5,7
/proc/835887/task/835905/stat : 835905 (Common-Cleaner) S 835884 835887 835276 0 -1 1077936192 2261 0 0 0 0 0 0 0 20 0 21 0 164027912 19634933760 3796293 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
[pid=835887/tid=835955] ppid=835884 vsize=19174740 memory=12776 CPUtime=0 cores=5,7
/proc/835887/task/835955/stat : 835955 (Timer-0) S 835884 835887 835276 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 21 0 164053586 19634933760 3796293 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
Current children cumulated CPU time: 3297.69 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 15185172 KiB

[startup+3162.3 s]
/proc/loadavg: 4.47 4.37 4.23 5/323 837056
/proc/meminfo: memFree=95261256/131655788 swapFree=131071996/131071996
[pid=835887] ppid=835884 vsize=19174740 memory=15185184 CPUtime=3358.32 cores=5,7
/proc/835887/stat : 835887 (java) S 835884 835887 835276 0 -1 1077936128 514404 0 0 0 335164 668 0 0 20 0 21 0 164027908 19634933760 3796296 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
/proc/835887/statm: 4793685 3796296 5963 1 0 3820236 0
[pid=835887/tid=835889] ppid=835884 vsize=19174740 memory=11464 CPUtime=3108.89 cores=5,7
/proc/835887/task/835889/stat : 835889 (java) R 835884 835887 835276 0 -1 4194368 215433 0 0 0 310573 316 0 0 20 0 21 0 164027909 19634933760 3796296 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 6 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
[pid=835887/tid=835898] ppid=835884 vsize=19174740 memory=15185168 CPUtime=0 cores=5,7
/proc/835887/task/835898/stat : 835898 (Finalizer) S 835884 835887 835276 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 164027912 19634933760 3796296 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
[pid=835887/tid=835905] ppid=835884 vsize=19174740 memory=15185168 CPUtime=0 cores=5,7
/proc/835887/task/835905/stat : 835905 (Common-Cleaner) S 835884 835887 835276 0 -1 1077936192 2347 0 0 0 0 0 0 0 20 0 21 0 164027912 19634933760 3796296 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
[pid=835887/tid=835955] ppid=835884 vsize=19174740 memory=15185172 CPUtime=0 cores=5,7
/proc/835887/task/835955/stat : 835955 (Timer-0) S 835884 835887 835276 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 21 0 164053586 19634933760 3796296 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
Current children cumulated CPU time: 3358.32 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 15185184 KiB

[startup+3222.31 s]
/proc/loadavg: 4.32 4.34 4.23 5/320 837066
/proc/meminfo: memFree=95260876/131655788 swapFree=131071996/131071996
[pid=835887] ppid=835884 vsize=19174740 memory=15185324 CPUtime=3424.46 cores=5,7
/proc/835887/stat : 835887 (java) S 835884 835887 835276 0 -1 1077936128 531057 0 0 0 341767 679 0 0 20 0 21 0 164027908 19634933760 3796331 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
/proc/835887/statm: 4793685 3796331 5963 1 0 3820236 0
[pid=835887/tid=835889] ppid=835884 vsize=19174740 memory=15185168 CPUtime=3168.39 cores=5,7
/proc/835887/task/835889/stat : 835889 (java) S 835884 835887 835276 0 -1 1077936192 219726 0 0 0 316522 317 0 0 20 0 21 0 164027909 19634933760 3796331 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 8 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
[pid=835887/tid=835898] ppid=835884 vsize=19174740 memory=15185168 CPUtime=0 cores=5,7
/proc/835887/task/835898/stat : 835898 (Finalizer) S 835884 835887 835276 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 164027912 19634933760 3796331 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
[pid=835887/tid=835905] ppid=835884 vsize=19174740 memory=15185184 CPUtime=0 cores=5,7
/proc/835887/task/835905/stat : 835905 (Common-Cleaner) S 835884 835887 835276 0 -1 1077936192 2432 0 0 0 0 0 0 0 20 0 21 0 164027912 19634933760 3796331 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
[pid=835887/tid=835955] ppid=835884 vsize=19174740 memory=15185324 CPUtime=0 cores=5,7
/proc/835887/task/835955/stat : 835955 (Timer-0) S 835884 835887 835276 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 21 0 164053586 19634933760 3796331 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
Current children cumulated CPU time: 3424.46 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 15185324 KiB

[startup+3282.3 s]
/proc/loadavg: 4.29 4.32 4.22 5/319 837527
/proc/meminfo: memFree=97708384/131655788 swapFree=131071996/131071996
[pid=835887] ppid=835884 vsize=19174740 memory=15185328 CPUtime=3484.78 cores=5,7
/proc/835887/stat : 835887 (java) S 835884 835887 835276 0 -1 1077936128 540059 0 0 0 347795 683 0 0 20 0 21 0 164027908 19634933760 3796332 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
/proc/835887/statm: 4793685 3796332 5963 1 0 3820236 0
[pid=835887/tid=835889] ppid=835884 vsize=19174740 memory=11464 CPUtime=3227.63 cores=5,7
/proc/835887/task/835889/stat : 835889 (java) R 835884 835887 835276 0 -1 4194368 224366 0 0 0 322445 318 0 0 20 0 21 0 164027909 19634933760 3796332 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 8 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
[pid=835887/tid=835898] ppid=835884 vsize=19174740 memory=15185324 CPUtime=0 cores=5,7
/proc/835887/task/835898/stat : 835898 (Finalizer) S 835884 835887 835276 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 164027912 19634933760 3796332 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
[pid=835887/tid=835905] ppid=835884 vsize=19174740 memory=15185324 CPUtime=0 cores=5,7
/proc/835887/task/835905/stat : 835905 (Common-Cleaner) S 835884 835887 835276 0 -1 1077936192 2534 0 0 0 0 0 0 0 20 0 21 0 164027912 19634933760 3796332 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
[pid=835887/tid=835955] ppid=835884 vsize=19174740 memory=11464 CPUtime=0 cores=5,7
/proc/835887/task/835955/stat : 835955 (Timer-0) S 835884 835887 835276 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 21 0 164053586 19634933760 3796332 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
Current children cumulated CPU time: 3484.78 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 15185328 KiB

[startup+3342.3 s]
/proc/loadavg: 4.39 4.37 4.25 5/319 837672
/proc/meminfo: memFree=104505904/131655788 swapFree=131071996/131071996
[pid=835887] ppid=835884 vsize=19174740 memory=15185328 CPUtime=3545.49 cores=5,7
/proc/835887/stat : 835887 (java) S 835884 835887 835276 0 -1 1077936128 546749 0 0 0 353863 686 0 0 20 0 21 0 164027908 19634933760 3796332 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
/proc/835887/statm: 4793685 3796332 5963 1 0 3820245 0
[pid=835887/tid=835889] ppid=835884 vsize=19174740 memory=16116 CPUtime=3287.19 cores=5,7
/proc/835887/task/835889/stat : 835889 (java) R 835884 835887 835276 0 -1 4194368 228884 0 0 0 328401 318 0 0 20 0 21 0 164027909 19634933760 3796332 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 8 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
[pid=835887/tid=835898] ppid=835884 vsize=19174740 memory=19508 CPUtime=0 cores=5,7
/proc/835887/task/835898/stat : 835898 (Finalizer) S 835884 835887 835276 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 164027912 19634933760 3796332 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
[pid=835887/tid=835905] ppid=835884 vsize=19174740 memory=15185328 CPUtime=0 cores=5,7
/proc/835887/task/835905/stat : 835905 (Common-Cleaner) S 835884 835887 835276 0 -1 1077936192 2636 0 0 0 0 0 0 0 20 0 21 0 164027912 19634933760 3796332 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
[pid=835887/tid=835955] ppid=835884 vsize=19174740 memory=15185328 CPUtime=0 cores=5,7
/proc/835887/task/835955/stat : 835955 (Timer-0) S 835884 835887 835276 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 21 0 164053586 19634933760 3796332 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
Current children cumulated CPU time: 3545.49 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 15185328 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3396.6 s]
/proc/loadavg: 4.35 4.36 4.25 5/319 837749
/proc/meminfo: memFree=105189332/131655788 swapFree=131071996/131071996
[pid=835887] ppid=835884 vsize=19174740 memory=15185408 CPUtime=3600.04 cores=5,7
/proc/835887/stat : 835887 (java) S 835884 835887 835276 0 -1 1077936128 555128 0 0 0 359313 691 0 0 20 0 21 0 164027908 19634933760 3796352 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 0 0 16800975 0 0 0 17 7 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
/proc/835887/statm: 4793685 3796352 5963 1 0 3820245 0
[pid=835887/tid=835889] ppid=835884 vsize=19174740 memory=5480 CPUtime=3340.98 cores=5,7
/proc/835887/task/835889/stat : 835889 (java) R 835884 835887 835276 0 -1 4194368 233086 0 0 0 333779 319 0 0 20 0 21 0 164027909 19634933760 3796352 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 8 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
[pid=835887/tid=835898] ppid=835884 vsize=19174740 memory=2688 CPUtime=0 cores=5,7
/proc/835887/task/835898/stat : 835898 (Finalizer) S 835884 835887 835276 0 -1 1077936192 24 0 0 0 0 0 0 0 20 0 21 0 164027912 19634933760 3796352 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
[pid=835887/tid=835905] ppid=835884 vsize=19174740 memory=13732 CPUtime=0 cores=5,7
/proc/835887/task/835905/stat : 835905 (Common-Cleaner) S 835884 835887 835276 0 -1 1077936192 2637 0 0 0 0 0 0 0 20 0 21 0 164027912 19634933760 3796352 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
[pid=835887/tid=835955] ppid=835884 vsize=19174740 memory=11532 CPUtime=0 cores=5,7
/proc/835887/task/835955/stat : 835955 (Timer-0) S 835884 835887 835276 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 21 0 164053586 19634933760 3796352 134679101440 94187103199232 94187103202928 140727136943952 0 0 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 94187103210744 94187103211536 94187107078144 140727136945141 140727136945249 140727136945249 140727136952264 0
Current children cumulated CPU time: 3600.04 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 15185408 KiB

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

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

# cumulated CPU time of all completed processes:  user=3593.38 s, system=6.98127 s

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

[startup+3396.8 s]*
/proc/loadavg: 4.35 4.36 4.25 5/300 837752
/proc/meminfo: memFree=120314460/131655788 swapFree=131071996/131071996
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 143

Real time (s): 3396.82
CPU time (s): 3600.36
CPU user time (s): 3593.38
CPU system time (s): 6.98127
CPU usage (%): 105.992
Max. virtual memory (cumulated for all children) (KiB): 19374432
Max. memory (cumulated for all children) (KiB): 15186080

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3593.38
system time used= 6.98127
maximum resident set size= 15186804
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 558673
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 128013
involuntary context switches= 13838


# summary of solver processes directly reported to runsolver:
#   pid: 835887
#   total CPU time (s): 3600.36
#   total CPU user time (s): 3593.38
#   total CPU system time (s): 6.98127

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.1463 second user time and 33.1509 second system time

The end

Launcher Data

Begin job on nodeC009 at 2024-07-16 10:31:35
IDJOB=4429937
IDBENCH=148739
IDSOLVER=3052
FILE ID=nodeC009/4429937-1721118681
RUNJOBID= nodeC009-1721118384-835289
SLURM_JOB_ID= 7505665
Free space on /tmp= 723500 MiB

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

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

MD5SUM BENCH= 40351a18114e83e0c165271c5d48a38f
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		: 3675.488
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		: 3663.037
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.664
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.200
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		: 3659.641
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		: 3592.451
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.606
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.700
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:        114373852 kB
MemAvailable:   116181988 kB
Buffers:          406440 kB
Cached:          2225924 kB
SwapCached:            0 kB
Active:           730716 kB
Inactive:       15958192 kB
Active(anon):       1452 kB
Inactive(anon): 14092788 kB
Active(file):     729264 kB
Inactive(file):  1865404 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            256156 kB
Writeback:             0 kB
AnonPages:      14056548 kB
Mapped:           124532 kB
Shmem:             37700 kB
KReclaimable:     107000 kB
Slab:             205792 kB
SReclaimable:     107000 kB
SUnreclaim:        98792 kB
KernelStack:        4880 kB
PageTables:        37692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   23056764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            52608 kB
HardwareCorrupted:     0 kB
AnonHugePages:  13729792 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= 723516 MiB
End job on nodeC009 at 2024-07-16 11:28:12