Trace number 4452241

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.12 3591.07

General information on the benchmark

NamePB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/
dec/miplib2017/normalized-tanglegram6.0.u.opb
MD5SUMb4833b4bfdaca602656a4e797e1582c4
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark31.0437
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9182
Total number of constraints17713
Number of constraints which are clauses17712
Number of constraints which are cardinality constraints (but not clauses)1
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint3
Maximum length of a constraint8856
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 1223
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 10079
Number of bits of the biggest sum of numbers14
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.15/0.16	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.15/0.16	 - never skip resolution steps
0.15/0.16	 - Auto-division on coefficients is disabled
0.15/0.16	 - No postprocessing
0.15/0.16	 - Conflict is considered as is when resolving
0.15/0.16	 - Use constraints as they come during conflict analysis
0.15/0.16	 - Weaken first using unassigned literals
0.15/0.16	 - Bump strategy: ALWAYS_ONE
0.15/0.16	 - Bumper: EFFECTIVE
0.15/0.16	--- Begin Solver configuration ---
0.15/0.16	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.15/0.16	Learn all clauses as in MiniSAT
0.15/0.16	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.15/0.16	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.15/0.16	No reason simplification
0.15/0.16	Dynamic restart strategy considering the size of the coefficients
0.15/0.16	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.15/0.16	timeout=2147483s
0.15/0.16	DB Simplification allowed=false
0.15/0.16	Listener: none
0.15/0.16	--- End Solver configuration ---
0.15/0.16	c Pseudo Boolean Optimization by upper bound
0.15/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.15/0.16	c  - never skip resolution steps
0.15/0.16	c  - Auto-division on coefficients is disabled
0.15/0.16	c  - No postprocessing
0.15/0.16	c  - Conflict is considered as is when resolving
0.15/0.16	c  - Use constraints as they come during conflict analysis
0.15/0.16	c  - Weaken first using unassigned literals
0.15/0.16	c  - Bump strategy: ALWAYS_ONE
0.15/0.16	c  - Bumper: EFFECTIVE
0.15/0.16	c --- Begin Solver configuration ---
0.15/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.15/0.16	c Learn all clauses as in MiniSAT
0.15/0.16	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.15/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.15/0.16	c No reason simplification
0.15/0.16	c Dynamic restart strategy considering the size of the coefficients
0.15/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.15/0.16	c timeout=2147483s
0.15/0.16	c DB Simplification allowed=false
0.15/0.16	c Listener: none
0.15/0.16	c --- End Solver configuration ---
0.15/0.16	c solving HOME/instance-4452241-1721444901.opb
0.15/0.16	c reading problem ... 
0.15/0.16	c  no objective function found
1.07/0.69	c ... done. Wall clock time 0.541s.
1.07/0.70	c declared #vars     9182
1.07/0.70	c #constraints  17713
1.07/0.70	c constraints type 
1.07/0.70	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1
1.07/0.70	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 17712
1.07/0.70	c 17713 constraints processed.
3600.01/3591.02	c starts		: 9
3600.01/3591.03	c conflicts		: 2243
3600.01/3591.03	c decisions		: 41896
3600.01/3591.03	c propagations		: 1625752
3600.01/3591.03	c inspects		: 68987016
3600.01/3591.03	c shortcuts		: 0
3600.01/3591.03	c learnt literals	: 0
3600.01/3591.03	c learnt binary clauses	: 0
3600.01/3591.03	c learnt ternary clauses	: 0
3600.01/3591.03	c learnt constraints	: 2242
3600.01/3591.03	c ignored constraints	: 0
3600.01/3591.03	c root simplifications	: 0
3600.01/3591.03	c removed literals (reason simplification)	: 0
3600.01/3591.03	c reason swapping (by a shorter reason)	: 0
3600.01/3591.03	c Calls to reduceDB	: 0
3600.01/3591.03	c Number of update (reduction) of LBD	: 3159
3600.01/3591.03	c Imported unit clauses	: 0
3600.01/3591.03	c No decision after first conflict	: false
3600.01/3591.03	c number of reductions to clauses (during analyze)	: 0
3600.01/3591.03	c number of learned constraints concerned by reduction	: 0
3600.01/3591.03	c number of learning phase by resolution	: 0
3600.01/3591.03	c number of learning phase by cutting planes	: 0
3600.01/3591.03	c number of rounding to 1 operations	: 0
3600.01/3591.03	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3591.03	c number of reductions of the coefficients by power 2 	: 0
3600.01/3591.03	c number of right shift for reduction by power 2 	: 0
3600.01/3591.03	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3591.03	c number of ending skipping 	: 0
3600.01/3591.03	c number of internal skipping 	: 0
3600.01/3591.03	c number of derivation steps 	: 126482
3600.01/3591.03	c number of skipped derivation steps 	: 0
3600.01/3591.03	c number of remaining unassigned 	: 6641685
3600.01/3591.03	c number of remaining assigned 	: 4408030
3600.01/3591.04	c number of falsified literals weakened from reason	: 0
3600.01/3591.04	c number of falsified literals weakened from conflict	: 0
3600.01/3591.04	c time for arithmetic operations	: 8120270946
3600.01/3591.04	c minimum degree of deleted constraints	: null
3600.01/3591.04	c maximum degree of deleted constraints	: null
3600.01/3591.04	c number of deleted constraints	: 0
3600.01/3591.04	c speed (assignments/second)	: 452.81383448661575
3600.01/3591.04	c timeout
3600.01/3591.05	c non guided choices	: 319
3600.01/3591.06	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1
3600.01/3591.06	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 2241
3600.01/3591.06	s UNKNOWN
3600.01/3591.06	c Total wall clock time (in seconds): 3590.908

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452241-1721444901/watcher-4452241-1721444901 -o /tmp/evaluation-result-4452241-1721444901/solver-4452241-1721444901 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1721444913-1069358 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4452241-1721444901.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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


[startup+0.103984 s]*
/proc/loadavg: 3.66 4.02 4.10 6/315 1069481
/proc/meminfo: memFree=123294764/131524600 swapFree=131071996/131071996
[pid=1069388] ppid=1069385 vsize=18975048 memory=63228 CPUtime=0.15 cores=0,2
/proc/1069388/stat : 1069388 (java) S 1069385 1069388 1069348 0 -1 1077936128 7262 0 0 0 13 2 0 0 20 0 18 0 196655446 19430449152 15807 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
/proc/1069388/statm: 4743762 15807 5654 1 0 549383 0
[pid=1069388/tid=1069390] ppid=1069385 vsize=18975048 memory=4026531971 CPUtime=0.08 cores=0,2
/proc/1069388/task/1069390/stat : 1069390 (java) S 1069385 1069388 1069348 0 -1 1077936192 5773 0 0 0 7 1 0 0 20 0 18 0 196655447 19430449152 15807 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
[pid=1069388/tid=1069409] ppid=1069385 vsize=18975048 memory=1670 CPUtime=0 cores=0,2
/proc/1069388/task/1069409/stat : 1069409 (Finalizer) S 1069385 1069388 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 196655449 19430449152 15807 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
[pid=1069388/tid=1069422] ppid=1069385 vsize=18975048 memory=14418111545738792 CPUtime=0 cores=0,2
/proc/1069388/task/1069422/stat : 1069422 (Common-Cleaner) S 1069385 1069388 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 196655450 19430449152 15807 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
Current children cumulated CPU time: 0.15 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 63228 KiB

[startup+0.209567 s]*
/proc/loadavg: 3.66 4.02 4.10 13/324 1069490
/proc/meminfo: memFree=123242824/131524600 swapFree=131071996/131071996
[pid=1069388] ppid=1069385 vsize=18975048 memory=76440 CPUtime=0.34 cores=0,2
/proc/1069388/stat : 1069388 (java) S 1069385 1069388 1069348 0 -1 1077936128 7777 0 0 0 32 2 0 0 20 0 18 0 196655446 19430449152 19110 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
/proc/1069388/statm: 4743762 19110 5841 1 0 549691 0
[pid=1069388/tid=1069390] ppid=1069385 vsize=18975048 memory=6876556183782621315 CPUtime=0.18 cores=0,2
/proc/1069388/task/1069390/stat : 1069390 (java) R 1069385 1069388 1069348 0 -1 4194368 6044 0 0 0 17 1 0 0 20 0 18 0 196655447 19430449152 19110 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
[pid=1069388/tid=1069409] ppid=1069385 vsize=18975048 memory=1670 CPUtime=0 cores=0,2
/proc/1069388/task/1069409/stat : 1069409 (Finalizer) S 1069385 1069388 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 196655449 19430449152 19110 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
[pid=1069388/tid=1069422] ppid=1069385 vsize=18975048 memory=14418111545738792 CPUtime=0 cores=0,2
/proc/1069388/task/1069422/stat : 1069422 (Common-Cleaner) S 1069385 1069388 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 196655450 19430449152 19110 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
Current children cumulated CPU time: 0.34 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 76440 KiB

[startup+0.305888 s]*
/proc/loadavg: 3.66 4.02 4.10 12/325 1069491
/proc/meminfo: memFree=123063432/131524600 swapFree=131071996/131071996
[pid=1069388] ppid=1069385 vsize=19041612 memory=165712 CPUtime=0.52 cores=0,2
/proc/1069388/stat : 1069388 (java) S 1069385 1069388 1069348 0 -1 1077936128 9204 0 0 0 47 5 0 0 20 0 19 0 196655446 19498610688 41428 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
/proc/1069388/statm: 4760403 41428 5889 1 0 550746 0
[pid=1069388/tid=1069390] ppid=1069385 vsize=19041612 memory=-7163077989868791139 CPUtime=0.26 cores=0,2
/proc/1069388/task/1069390/stat : 1069390 (java) R 1069385 1069388 1069348 0 -1 1077936192 6093 0 0 0 22 4 0 0 20 0 19 0 196655447 19498610688 41428 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
[pid=1069388/tid=1069409] ppid=1069385 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1069388/task/1069409/stat : 1069409 (Finalizer) S 1069385 1069388 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 196655449 19498610688 41428 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
[pid=1069388/tid=1069422] ppid=1069385 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/1069388/task/1069422/stat : 1069422 (Common-Cleaner) S 1069385 1069388 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 196655450 19498610688 41428 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
Current children cumulated CPU time: 0.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 165712 KiB

[startup+0.706172 s]
/proc/loadavg: 3.66 4.02 4.10 12/327 1069493
/proc/meminfo: memFree=122526304/131524600 swapFree=131071996/131071996
[pid=1069388] ppid=1069385 vsize=19042640 memory=986628 CPUtime=1.26 cores=0,2
/proc/1069388/stat : 1069388 (java) S 1069385 1069388 1069348 0 -1 1077936128 14126 0 0 0 104 22 0 0 20 0 20 0 196655446 19499663360 246657 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
/proc/1069388/statm: 4760660 246657 5889 1 0 553391 0
[pid=1069388/tid=1069390] ppid=1069385 vsize=19042640 memory=16096 CPUtime=0.61 cores=0,2
/proc/1069388/task/1069390/stat : 1069390 (java) S 1069385 1069388 1069348 0 -1 1077936192 6507 0 0 0 42 19 0 0 20 0 20 0 196655447 19499663360 246657 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
[pid=1069388/tid=1069409] ppid=1069385 vsize=19042640 memory=13040 CPUtime=0 cores=0,2
/proc/1069388/task/1069409/stat : 1069409 (Finalizer) S 1069385 1069388 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196655449 19499663360 246657 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
[pid=1069388/tid=1069422] ppid=1069385 vsize=19042640 memory=104 CPUtime=0 cores=0,2
/proc/1069388/task/1069422/stat : 1069422 (Common-Cleaner) S 1069385 1069388 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 196655450 19499663360 246657 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
Current children cumulated CPU time: 1.26 s
Current children cumulated vsize: 19042640 KiB
Current children cumulated memory: 986628 KiB

[startup+1.50096 s]
/proc/loadavg: 3.66 4.02 4.10 9/329 1069495
/proc/meminfo: memFree=119725252/131524600 swapFree=131071996/131071996
[pid=1069388] ppid=1069385 vsize=19108176 memory=1019008 CPUtime=2.83 cores=0,2
/proc/1069388/stat : 1069388 (java) S 1069385 1069388 1069348 0 -1 1077936128 22685 0 0 0 259 24 0 0 20 0 20 0 196655446 19566772224 254752 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
/proc/1069388/statm: 4777044 254752 5889 1 0 557878 0
[pid=1069388/tid=1069390] ppid=1069385 vsize=19108176 memory=104 CPUtime=1.37 cores=0,2
/proc/1069388/task/1069390/stat : 1069390 (java) R 1069385 1069388 1069348 0 -1 4194368 6576 0 0 0 118 19 0 0 20 0 20 0 196655447 19566772224 254752 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
[pid=1069388/tid=1069409] ppid=1069385 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1069388/task/1069409/stat : 1069409 (Finalizer) S 1069385 1069388 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196655449 19566772224 254752 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
[pid=1069388/tid=1069422] ppid=1069385 vsize=19108176 memory=13040 CPUtime=0 cores=0,2
/proc/1069388/task/1069422/stat : 1069422 (Common-Cleaner) S 1069385 1069388 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 196655450 19566772224 254752 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
[pid=1069388/tid=1069495] ppid=1069385 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1069388/task/1069495/stat : 1069495 (Timer-0) S 1069385 1069388 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196655517 19566772224 254752 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
Current children cumulated CPU time: 2.83 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1019008 KiB

[startup+3.11596 s]
/proc/loadavg: 3.66 4.02 4.10 10/331 1069497
/proc/meminfo: memFree=115483212/131524600 swapFree=131071996/131071996
[pid=1069388] ppid=1069385 vsize=19108176 memory=1060536 CPUtime=5.82 cores=0,2
/proc/1069388/stat : 1069388 (java) S 1069385 1069388 1069348 0 -1 1077936128 22906 0 0 0 557 25 0 0 20 0 20 0 196655446 19566772224 265134 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
/proc/1069388/statm: 4777044 265134 5889 1 0 557906 0
[pid=1069388/tid=1069390] ppid=1069385 vsize=19108176 memory=13040 CPUtime=2.94 cores=0,2
/proc/1069388/task/1069390/stat : 1069390 (java) R 1069385 1069388 1069348 0 -1 4194368 6650 0 0 0 274 20 0 0 20 0 20 0 196655447 19566772224 265134 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
[pid=1069388/tid=1069409] ppid=1069385 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1069388/task/1069409/stat : 1069409 (Finalizer) S 1069385 1069388 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196655449 19566772224 265134 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
[pid=1069388/tid=1069422] ppid=1069385 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1069388/task/1069422/stat : 1069422 (Common-Cleaner) S 1069385 1069388 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 196655450 19566772224 265134 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
[pid=1069388/tid=1069495] ppid=1069385 vsize=19108176 memory=-7163077989869052772 CPUtime=0 cores=0,2
/proc/1069388/task/1069495/stat : 1069495 (Timer-0) S 1069385 1069388 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196655517 19566772224 265134 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
Current children cumulated CPU time: 5.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1060536 KiB

[startup+6.30098 s]
/proc/loadavg: 3.85 4.06 4.11 6/331 1069499
/proc/meminfo: memFree=115157384/131524600 swapFree=131071996/131071996
[pid=1069388] ppid=1069385 vsize=19108176 memory=1171428 CPUtime=10.09 cores=0,2
/proc/1069388/stat : 1069388 (java) S 1069385 1069388 1069348 0 -1 1077936128 28376 0 0 0 980 29 0 0 20 0 20 0 196655446 19566772224 292857 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
/proc/1069388/statm: 4777044 292857 5889 1 0 557915 0
[pid=1069388/tid=1069390] ppid=1069385 vsize=19108176 memory=0 CPUtime=6.1 cores=0,2
/proc/1069388/task/1069390/stat : 1069390 (java) R 1069385 1069388 1069348 0 -1 4194368 7194 0 0 0 587 23 0 0 20 0 20 0 196655447 19566772224 292857 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
[pid=1069388/tid=1069409] ppid=1069385 vsize=19108176 memory=13040 CPUtime=0 cores=0,2
/proc/1069388/task/1069409/stat : 1069409 (Finalizer) S 1069385 1069388 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196655449 19566772224 292857 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
[pid=1069388/tid=1069422] ppid=1069385 vsize=19108176 memory=1956 CPUtime=0 cores=0,2
/proc/1069388/task/1069422/stat : 1069422 (Common-Cleaner) S 1069385 1069388 1069348 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 196655450 19566772224 292857 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
[pid=1069388/tid=1069495] ppid=1069385 vsize=19108176 memory=-7163077989869052772 CPUtime=0 cores=0,2
/proc/1069388/task/1069495/stat : 1069495 (Timer-0) S 1069385 1069388 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196655517 19566772224 292857 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
Current children cumulated CPU time: 10.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1171428 KiB

[startup+12.701 s]
/proc/loadavg: 3.86 4.05 4.11 5/331 1069499
/proc/meminfo: memFree=114809204/131524600 swapFree=131071996/131071996
[pid=1069388] ppid=1069385 vsize=19108176 memory=1327500 CPUtime=17.12 cores=0,2
/proc/1069388/stat : 1069388 (java) S 1069385 1069388 1069348 0 -1 1077936128 31715 0 0 0 1679 33 0 0 20 0 20 0 196655446 19566772224 331875 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
/proc/1069388/statm: 4777044 331875 5905 1 0 557915 0
[pid=1069388/tid=1069390] ppid=1069385 vsize=19108176 memory=-7163077989869052772 CPUtime=12.43 cores=0,2
/proc/1069388/task/1069390/stat : 1069390 (java) R 1069385 1069388 1069348 0 -1 4194368 7546 0 0 0 1216 27 0 0 20 0 20 0 196655447 19566772224 331875 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
[pid=1069388/tid=1069409] ppid=1069385 vsize=19108176 memory=1286280 CPUtime=0 cores=0,2
/proc/1069388/task/1069409/stat : 1069409 (Finalizer) S 1069385 1069388 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196655449 19566772224 331875 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
[pid=1069388/tid=1069422] ppid=1069385 vsize=19108176 memory=13040 CPUtime=0 cores=0,2
/proc/1069388/task/1069422/stat : 1069422 (Common-Cleaner) S 1069385 1069388 1069348 0 -1 1077936192 55 0 0 0 0 0 0 0 20 0 20 0 196655450 19566772224 331875 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
[pid=1069388/tid=1069495] ppid=1069385 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/1069388/task/1069495/stat : 1069495 (Timer-0) S 1069385 1069388 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196655517 19566772224 331875 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
Current children cumulated CPU time: 17.12 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1327500 KiB

[startup+25.501 s]
/proc/loadavg: 3.89 4.05 4.11 5/331 1069502
/proc/meminfo: memFree=114400168/131524600 swapFree=131071996/131071996
[pid=1069388] ppid=1069385 vsize=19108176 memory=1331868 CPUtime=30.51 cores=0,2
/proc/1069388/stat : 1069388 (java) S 1069385 1069388 1069348 0 -1 1077936128 37276 0 0 0 3017 34 0 0 20 0 20 0 196655446 19566772224 332967 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
/proc/1069388/statm: 4777044 332967 5905 1 0 557915 0
[pid=1069388/tid=1069390] ppid=1069385 vsize=19108176 memory=-7163077989869052772 CPUtime=25.09 cores=0,2
/proc/1069388/task/1069390/stat : 1069390 (java) R 1069385 1069388 1069348 0 -1 4194368 8368 0 0 0 2482 27 0 0 20 0 20 0 196655447 19566772224 332967 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
[pid=1069388/tid=1069409] ppid=1069385 vsize=19108176 memory=11860 CPUtime=0 cores=0,2
/proc/1069388/task/1069409/stat : 1069409 (Finalizer) S 1069385 1069388 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196655449 19566772224 332967 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
[pid=1069388/tid=1069422] ppid=1069385 vsize=19108176 memory=1331836 CPUtime=0 cores=0,2
/proc/1069388/task/1069422/stat : 1069422 (Common-Cleaner) S 1069385 1069388 1069348 0 -1 1077936192 55 0 0 0 0 0 0 0 20 0 20 0 196655450 19566772224 332967 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
[pid=1069388/tid=1069495] ppid=1069385 vsize=19108176 memory=11860 CPUtime=0 cores=0,2
/proc/1069388/task/1069495/stat : 1069495 (Timer-0) S 1069385 1069388 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196655517 19566772224 332967 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
Current children cumulated CPU time: 30.51 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1331868 KiB

[startup+51.106 s]
/proc/loadavg: 3.99 4.06 4.11 5/331 1069506
/proc/meminfo: memFree=113531404/131524600 swapFree=131071996/131071996
[pid=1069388] ppid=1069385 vsize=19108176 memory=1346388 CPUtime=56.16 cores=0,2
/proc/1069388/stat : 1069388 (java) S 1069385 1069388 1069348 0 -1 1077936128 47234 0 0 0 5580 36 0 0 20 0 20 0 196655446 19566772224 336597 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
/proc/1069388/statm: 4777044 336597 5905 1 0 557945 0
[pid=1069388/tid=1069390] ppid=1069385 vsize=19108176 memory=1346388 CPUtime=50.37 cores=0,2
/proc/1069388/task/1069390/stat : 1069390 (java) R 1069385 1069388 1069348 0 -1 4194368 10107 0 0 0 5009 28 0 0 20 0 20 0 196655447 19566772224 336597 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
[pid=1069388/tid=1069409] ppid=1069385 vsize=19108176 memory=1332040 CPUtime=0 cores=0,2
/proc/1069388/task/1069409/stat : 1069409 (Finalizer) S 1069385 1069388 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196655449 19566772224 336597 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
[pid=1069388/tid=1069422] ppid=1069385 vsize=19108176 memory=1331880 CPUtime=0 cores=0,2
/proc/1069388/task/1069422/stat : 1069422 (Common-Cleaner) S 1069385 1069388 1069348 0 -1 1077936192 55 0 0 0 0 0 0 0 20 0 20 0 196655450 19566772224 336597 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0

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

/proc/meminfo: memFree=104189992/131524600 swapFree=131071996/131071996
[pid=1069388] ppid=1069385 vsize=19108176 memory=2192980 CPUtime=3227.56 cores=0,2
/proc/1069388/stat : 1069388 (java) S 1069385 1069388 1069348 0 -1 1077936128 268884 0 0 0 322592 164 0 0 20 0 20 0 196655446 19566772224 548245 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
/proc/1069388/statm: 4777044 548245 5917 1 0 559138 0
[pid=1069388/tid=1069390] ppid=1069385 vsize=19108176 memory=7996 CPUtime=3199.51 cores=0,2
/proc/1069388/task/1069390/stat : 1069390 (java) R 1069385 1069388 1069348 0 -1 4194368 95527 0 0 0 319906 45 0 0 20 0 20 0 196655447 19566772224 548245 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 5 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
[pid=1069388/tid=1069409] ppid=1069385 vsize=19108176 memory=2192960 CPUtime=0 cores=0,2
/proc/1069388/task/1069409/stat : 1069409 (Finalizer) S 1069385 1069388 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196655449 19566772224 548245 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
[pid=1069388/tid=1069422] ppid=1069385 vsize=19108176 memory=2192960 CPUtime=0 cores=0,2
/proc/1069388/task/1069422/stat : 1069422 (Common-Cleaner) S 1069385 1069388 1069348 0 -1 1077936192 3949 0 0 0 0 0 0 0 20 0 20 0 196655450 19566772224 548245 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
[pid=1069388/tid=1069495] ppid=1069385 vsize=19108176 memory=2192980 CPUtime=0 cores=0,2
/proc/1069388/task/1069495/stat : 1069495 (Timer-0) S 1069385 1069388 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196655517 19566772224 548245 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
Current children cumulated CPU time: 3227.56 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2192980 KiB

[startup+3282.3 s]
/proc/loadavg: 4.20 4.26 4.26 5/335 1071307
/proc/meminfo: memFree=104055116/131524600 swapFree=131071996/131071996
[pid=1069388] ppid=1069385 vsize=19108176 memory=2192992 CPUtime=3288.74 cores=0,2
/proc/1069388/stat : 1069388 (java) S 1069385 1069388 1069348 0 -1 1077936128 275629 0 0 0 328707 167 0 0 20 0 20 0 196655446 19566772224 548248 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
/proc/1069388/statm: 4777044 548248 5917 1 0 559140 0
[pid=1069388/tid=1069390] ppid=1069385 vsize=19108176 memory=2192992 CPUtime=3259.26 cores=0,2
/proc/1069388/task/1069390/stat : 1069390 (java) R 1069385 1069388 1069348 0 -1 4194368 96896 0 0 0 325881 45 0 0 20 0 20 0 196655447 19566772224 548248 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 5 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
[pid=1069388/tid=1069409] ppid=1069385 vsize=19108176 memory=2192992 CPUtime=0 cores=0,2
/proc/1069388/task/1069409/stat : 1069409 (Finalizer) S 1069385 1069388 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196655449 19566772224 548248 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
[pid=1069388/tid=1069422] ppid=1069385 vsize=19108176 memory=2192992 CPUtime=0 cores=0,2
/proc/1069388/task/1069422/stat : 1069422 (Common-Cleaner) S 1069385 1069388 1069348 0 -1 1077936192 3984 0 0 0 0 0 0 0 20 0 20 0 196655450 19566772224 548248 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
[pid=1069388/tid=1069495] ppid=1069385 vsize=19108176 memory=2192980 CPUtime=0 cores=0,2
/proc/1069388/task/1069495/stat : 1069495 (Timer-0) S 1069385 1069388 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196655517 19566772224 548248 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
Current children cumulated CPU time: 3288.74 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2192992 KiB

[startup+3342.3 s]
/proc/loadavg: 4.15 4.22 4.25 5/333 1071318
/proc/meminfo: memFree=103774620/131524600 swapFree=131071996/131071996
[pid=1069388] ppid=1069385 vsize=19108176 memory=2193004 CPUtime=3350.09 cores=0,2
/proc/1069388/stat : 1069388 (java) S 1069385 1069388 1069348 0 -1 1077936128 285511 0 0 0 334839 170 0 0 20 0 20 0 196655446 19566772224 548251 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
/proc/1069388/statm: 4777044 548251 5917 1 0 559156 0
[pid=1069388/tid=1069390] ppid=1069385 vsize=19108176 memory=46916 CPUtime=3318.83 cores=0,2
/proc/1069388/task/1069390/stat : 1069390 (java) R 1069385 1069388 1069348 0 -1 4194368 99702 0 0 0 331837 46 0 0 20 0 20 0 196655447 19566772224 548251 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 5 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
[pid=1069388/tid=1069409] ppid=1069385 vsize=19108176 memory=2192992 CPUtime=0 cores=0,2
/proc/1069388/task/1069409/stat : 1069409 (Finalizer) S 1069385 1069388 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196655449 19566772224 548251 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
[pid=1069388/tid=1069422] ppid=1069385 vsize=19108176 memory=2192992 CPUtime=0 cores=0,2
/proc/1069388/task/1069422/stat : 1069422 (Common-Cleaner) S 1069385 1069388 1069348 0 -1 1077936192 4045 0 0 0 0 0 0 0 20 0 20 0 196655450 19566772224 548251 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
[pid=1069388/tid=1069495] ppid=1069385 vsize=19108176 memory=2192992 CPUtime=0 cores=0,2
/proc/1069388/task/1069495/stat : 1069495 (Timer-0) S 1069385 1069388 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196655517 19566772224 548251 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
Current children cumulated CPU time: 3350.09 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2193004 KiB

[startup+3402.3 s]
/proc/loadavg: 4.12 4.20 4.24 6/333 1071329
/proc/meminfo: memFree=103486060/131524600 swapFree=131071996/131071996
[pid=1069388] ppid=1069385 vsize=19108176 memory=2195284 CPUtime=3409.93 cores=0,2
/proc/1069388/stat : 1069388 (java) S 1069385 1069388 1069348 0 -1 1077936128 289018 0 0 0 340821 172 0 0 20 0 20 0 196655446 19566772224 548821 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
/proc/1069388/statm: 4777044 548821 5917 1 0 559156 0
[pid=1069388/tid=1069390] ppid=1069385 vsize=19108176 memory=2192992 CPUtime=3378.16 cores=0,2
/proc/1069388/task/1069390/stat : 1069390 (java) R 1069385 1069388 1069348 0 -1 4194368 101432 0 0 0 337770 46 0 0 20 0 20 0 196655447 19566772224 548821 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 5 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
[pid=1069388/tid=1069409] ppid=1069385 vsize=19108176 memory=2195272 CPUtime=0 cores=0,2
/proc/1069388/task/1069409/stat : 1069409 (Finalizer) S 1069385 1069388 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196655449 19566772224 548821 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
[pid=1069388/tid=1069422] ppid=1069385 vsize=19108176 memory=2244 CPUtime=0 cores=0,2
/proc/1069388/task/1069422/stat : 1069422 (Common-Cleaner) S 1069385 1069388 1069348 0 -1 1077936192 4073 0 0 0 0 0 0 0 20 0 20 0 196655450 19566772224 548821 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
[pid=1069388/tid=1069495] ppid=1069385 vsize=19108176 memory=2195284 CPUtime=0 cores=0,2
/proc/1069388/task/1069495/stat : 1069495 (Timer-0) S 1069385 1069388 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196655517 19566772224 548821 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
Current children cumulated CPU time: 3409.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2195284 KiB

[startup+3462.3 s]
/proc/loadavg: 4.12 4.19 4.23 5/332 1071407
/proc/meminfo: memFree=106913332/131524600 swapFree=131071996/131071996
[pid=1069388] ppid=1069385 vsize=19108176 memory=2212084 CPUtime=3470.79 cores=0,2
/proc/1069388/stat : 1069388 (java) S 1069385 1069388 1069348 0 -1 1077936128 297207 0 0 0 346903 176 0 0 20 0 20 0 196655446 19566772224 553021 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
/proc/1069388/statm: 4777044 553021 5932 1 0 563333 0
[pid=1069388/tid=1069390] ppid=1069385 vsize=19108176 memory=2195272 CPUtime=3437.43 cores=0,2
/proc/1069388/task/1069390/stat : 1069390 (java) R 1069385 1069388 1069348 0 -1 4194368 103415 0 0 0 343696 47 0 0 20 0 20 0 196655447 19566772224 553021 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 5 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
[pid=1069388/tid=1069409] ppid=1069385 vsize=19108176 memory=2212004 CPUtime=0 cores=0,2
/proc/1069388/task/1069409/stat : 1069409 (Finalizer) S 1069385 1069388 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196655449 19566772224 553021 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
[pid=1069388/tid=1069422] ppid=1069385 vsize=19108176 memory=-7163077989869052772 CPUtime=0 cores=0,2
/proc/1069388/task/1069422/stat : 1069422 (Common-Cleaner) S 1069385 1069388 1069348 0 -1 1077936192 4109 0 0 0 0 0 0 0 20 0 20 0 196655450 19566772224 553021 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
[pid=1069388/tid=1069495] ppid=1069385 vsize=19108176 memory=11860 CPUtime=0 cores=0,2
/proc/1069388/task/1069495/stat : 1069495 (Timer-0) S 1069385 1069388 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196655517 19566772224 553021 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
Current children cumulated CPU time: 3470.79 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2212084 KiB

[startup+3522.3 s]
/proc/loadavg: 4.08 4.17 4.22 5/333 1071421
/proc/meminfo: memFree=106903604/131524600 swapFree=131071996/131071996
[pid=1069388] ppid=1069385 vsize=19108176 memory=2220336 CPUtime=3531.64 cores=0,2
/proc/1069388/stat : 1069388 (java) S 1069385 1069388 1069348 0 -1 1077936128 305476 0 0 0 352984 180 0 0 20 0 20 0 196655446 19566772224 555084 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
/proc/1069388/statm: 4777044 555084 5932 1 0 565423 0
[pid=1069388/tid=1069390] ppid=1069385 vsize=19108176 memory=2212004 CPUtime=3496.85 cores=0,2
/proc/1069388/task/1069390/stat : 1069390 (java) R 1069385 1069388 1069348 0 -1 4194368 105400 0 0 0 349637 48 0 0 20 0 20 0 196655447 19566772224 555084 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 5 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
[pid=1069388/tid=1069409] ppid=1069385 vsize=19108176 memory=2212084 CPUtime=0 cores=0,2
/proc/1069388/task/1069409/stat : 1069409 (Finalizer) S 1069385 1069388 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196655449 19566772224 555084 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
[pid=1069388/tid=1069422] ppid=1069385 vsize=19108176 memory=2220336 CPUtime=0 cores=0,2
/proc/1069388/task/1069422/stat : 1069422 (Common-Cleaner) S 1069385 1069388 1069348 0 -1 1077936192 4168 0 0 0 0 0 0 0 20 0 20 0 196655450 19566772224 555084 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
[pid=1069388/tid=1069495] ppid=1069385 vsize=19108176 memory=2220336 CPUtime=0 cores=0,2
/proc/1069388/task/1069495/stat : 1069495 (Timer-0) S 1069385 1069388 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196655517 19566772224 555084 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
Current children cumulated CPU time: 3531.64 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2220336 KiB

[startup+3582.3 s]
/proc/loadavg: 4.13 4.16 4.22 5/333 1071432
/proc/meminfo: memFree=106902668/131524600 swapFree=131071996/131071996
[pid=1069388] ppid=1069385 vsize=19108176 memory=2220440 CPUtime=3591.39 cores=0,2
/proc/1069388/stat : 1069388 (java) S 1069385 1069388 1069348 0 -1 1077936128 308551 0 0 0 358958 181 0 0 20 0 20 0 196655446 19566772224 555110 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
/proc/1069388/statm: 4777044 555110 5932 1 0 565423 0
[pid=1069388/tid=1069390] ppid=1069385 vsize=19108176 memory=1471052474921025665 CPUtime=3556.49 cores=0,2
/proc/1069388/task/1069390/stat : 1069390 (java) R 1069385 1069388 1069348 0 -1 4194368 107125 0 0 0 355601 48 0 0 20 0 20 0 196655447 19566772224 555110 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 5 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
[pid=1069388/tid=1069409] ppid=1069385 vsize=19108176 memory=2220440 CPUtime=0 cores=0,2
/proc/1069388/task/1069409/stat : 1069409 (Finalizer) S 1069385 1069388 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196655449 19566772224 555110 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
[pid=1069388/tid=1069422] ppid=1069385 vsize=19108176 memory=11860 CPUtime=0 cores=0,2
/proc/1069388/task/1069422/stat : 1069422 (Common-Cleaner) S 1069385 1069388 1069348 0 -1 1077936192 4200 0 0 0 0 0 0 0 20 0 20 0 196655450 19566772224 555110 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
[pid=1069388/tid=1069495] ppid=1069385 vsize=19108176 memory=2220440 CPUtime=0 cores=0,2
/proc/1069388/task/1069495/stat : 1069495 (Timer-0) S 1069385 1069388 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196655517 19566772224 555110 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
Current children cumulated CPU time: 3591.39 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2220440 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3591 s]*
/proc/loadavg: 4.26 4.19 4.23 5/333 1071503
/proc/meminfo: memFree=109899908/131524600 swapFree=131071996/131071996
[pid=1069388] ppid=1069385 vsize=19108176 memory=2220440 CPUtime=3600.01 cores=0,2
/proc/1069388/stat : 1069388 (java) S 1069385 1069388 1069348 0 -1 1077936128 308778 0 0 0 359820 181 0 0 20 0 20 0 196655446 19566772224 555110 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 0 0 16800975 0 0 0 17 0 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
/proc/1069388/statm: 4777044 555110 5932 1 0 565423 0
[pid=1069388/tid=1069390] ppid=1069385 vsize=19108176 memory=33608 CPUtime=3565.11 cores=0,2
/proc/1069388/task/1069390/stat : 1069390 (java) R 1069385 1069388 1069348 0 -1 4194368 107352 0 0 0 356463 48 0 0 20 0 20 0 196655447 19566772224 555110 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 5 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
[pid=1069388/tid=1069409] ppid=1069385 vsize=19108176 memory=38112 CPUtime=0 cores=0,2
/proc/1069388/task/1069409/stat : 1069409 (Finalizer) S 1069385 1069388 1069348 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 196655449 19566772224 555110 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
[pid=1069388/tid=1069422] ppid=1069385 vsize=19108176 memory=5476 CPUtime=0 cores=0,2
/proc/1069388/task/1069422/stat : 1069422 (Common-Cleaner) S 1069385 1069388 1069348 0 -1 1077936192 4200 0 0 0 0 0 0 0 20 0 20 0 196655450 19566772224 555110 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
[pid=1069388/tid=1069495] ppid=1069385 vsize=19108176 memory=-7739257267196093283 CPUtime=0 cores=0,2
/proc/1069388/task/1069495/stat : 1069495 (Timer-0) S 1069385 1069388 1069348 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 196655517 19566772224 555110 134679101440 93832109961216 93832109964912 140731106658880 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 93832109972728 93832109973520 93832141410304 140731106661363 140731106661471 140731106661471 140731106668488 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 2220440 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.29 s, system=1.83046 s

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

Child status: 143

Real time (s): 3591.07
CPU time (s): 3600.12
CPU user time (s): 3598.29
CPU system time (s): 1.83046
CPU usage (%): 100.252
Max. virtual memory (cumulated for all children) (KiB): 19108176
Max. memory (cumulated for all children) (KiB): 2220440

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.29
system time used= 1.83046
maximum resident set size= 2222104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 311300
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 111172
involuntary context switches= 33889


# summary of solver processes directly reported to runsolver:
#   pid: 1069388
#   total CPU time (s): 3600.12
#   total CPU user time (s): 3598.29
#   total CPU system time (s): 1.83046

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.94348 second user time and 17.282 second system time

The end

Launcher Data

Begin job on nodeC025 at 2024-07-20 05:08:33
IDJOB=4452241
IDBENCH=164182
IDSOLVER=3052
FILE ID=nodeC025/4452241-1721444901
RUNJOBID= nodeC025-1721444913-1069358
SLURM_JOB_ID= 7545661
Free space on /tmp= 890028 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB24/DEC-LIN/nordstrom/MIPLIB01/dec/miplib2017/normalized-tanglegram6.0.u.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4452241-1721444901/watcher-4452241-1721444901 -o /tmp/evaluation-result-4452241-1721444901/solver-4452241-1721444901 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC025-1721444913-1069358 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4452241-1721444901.opb

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

MD5SUM BENCH= b4833b4bfdaca602656a4e797e1582c4
RANDOM SEED=146156770

nodeC025.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		: 3593.145
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.72
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		: 3589.376
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	: 7007.09
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		: 3527.957
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.72
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		: 3619.647
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	: 7007.09
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		: 3441.779
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.72
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		: 3655.618
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	: 7007.09
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		: 3608.759
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.72
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		: 3585.080
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	: 7007.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        123452276 kB
MemAvailable:   129595516 kB
Buffers:          565428 kB
Cached:          6348104 kB
SwapCached:            0 kB
Active:          1143912 kB
Inactive:        6147268 kB
Active(anon):       1432 kB
Inactive(anon):   422444 kB
Active(file):    1142480 kB
Inactive(file):  5724824 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              4428 kB
Writeback:            92 kB
AnonPages:        375976 kB
Mapped:           107632 kB
Shmem:             45912 kB
KReclaimable:     231164 kB
Slab:             360408 kB
SReclaimable:     231164 kB
SUnreclaim:       129244 kB
KernelStack:        3872 kB
PageTables:         9972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     836616 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            73568 kB
HardwareCorrupted:     0 kB
AnonHugePages:    247808 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:      318164 kB
DirectMap2M:    43495424 kB
DirectMap1G:    92274688 kB

Free space on /tmp at the end= 890016 MiB
End job on nodeC025 at 2024-07-20 06:08:25