Trace number 4429740

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.19 3605.06

General information on the benchmark

NamePB24/normalized-PB06/OPT-LIN/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-standgub.opb
MD5SUM536cfe435eeefcaf3068230629f950df
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 benchmark1398254
Best CPU time to get the best result obtained on this benchmark3600.1
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables33244
Total number of constraints456
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints456
Minimum length of a constraint11
Maximum length of a constraint22350
Number of terms in the objective function 210
Biggest coefficient in the objective function 53687091200
Number of bits for the biggest coefficient in the objective function 36
Sum of the numbers in the objective function 326417514192
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 77387257610240
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 2427818341201528
Number of bits of the biggest sum of numbers52
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 		2104792832
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.14/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	 - never skip resolution steps
0.14/0.15	 - Auto-division on coefficients is disabled
0.14/0.15	 - No postprocessing
0.14/0.15	 - Conflict is considered as is when resolving
0.14/0.15	 - Use constraints as they come during conflict analysis
0.14/0.15	 - Weaken first using unassigned literals
0.14/0.15	 - Bump strategy: ALWAYS_ONE
0.14/0.15	 - Bumper: EFFECTIVE
0.14/0.15	--- Begin Solver configuration ---
0.14/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	Learn all clauses as in MiniSAT
0.14/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	No reason simplification
0.14/0.15	Dynamic restart strategy considering the size of the coefficients
0.14/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	timeout=2147483s
0.14/0.15	DB Simplification allowed=false
0.14/0.15	Listener: none
0.14/0.15	--- End Solver configuration ---
0.14/0.15	c Pseudo Boolean Optimization by upper bound
0.14/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.14/0.15	c  - never skip resolution steps
0.14/0.15	c  - Auto-division on coefficients is disabled
0.14/0.15	c  - No postprocessing
0.14/0.15	c  - Conflict is considered as is when resolving
0.14/0.15	c  - Use constraints as they come during conflict analysis
0.14/0.15	c  - Weaken first using unassigned literals
0.14/0.15	c  - Bump strategy: ALWAYS_ONE
0.14/0.15	c  - Bumper: EFFECTIVE
0.14/0.15	c --- Begin Solver configuration ---
0.14/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.14/0.15	c Learn all clauses as in MiniSAT
0.14/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.14/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.14/0.15	c No reason simplification
0.14/0.15	c Dynamic restart strategy considering the size of the coefficients
0.14/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.14/0.15	c timeout=2147483s
0.14/0.15	c DB Simplification allowed=false
0.14/0.15	c Listener: none
0.14/0.15	c --- End Solver configuration ---
0.14/0.15	c solving HOME/instance-4429740-1721070324.opb
0.14/0.15	c reading problem ... 
0.14/0.15	c  objective function found
0.89/0.51	c ... done. Wall clock time 0.348s.
0.89/0.51	c declared #vars     33244
0.89/0.51	c #constraints  617
0.89/0.51	c constraints type 
0.89/0.51	c org.sat4j.specs.Constr$1 => 1
0.89/0.51	c org.sat4j.pb.constraints.pb.PuebloMinWatchPb => 616
0.89/0.51	c 617 constraints processed.
0.89/0.51	c objective function length is 210 literals
977.51/975.36	c cleaning 2500 clauses out of 5000 with flag 0/5000
2213.18/2213.02	c cleaning 4250 clauses out of 8500 with flag 0/11000
3600.10/3605.02	c starts		: 9
3600.10/3605.02	c conflicts		: 15943
3600.10/3605.02	c decisions		: 455335
3600.10/3605.02	c propagations		: 4909382
3600.10/3605.02	c inspects		: 373018345
3600.10/3605.02	c shortcuts		: 0
3600.10/3605.02	c learnt literals	: 0
3600.10/3605.02	c learnt binary clauses	: 0
3600.10/3605.02	c learnt ternary clauses	: 0
3600.10/3605.02	c learnt constraints	: 15943
3600.10/3605.02	c ignored constraints	: 0
3600.10/3605.02	c root simplifications	: 0
3600.10/3605.02	c removed literals (reason simplification)	: 0
3600.10/3605.02	c reason swapping (by a shorter reason)	: 0
3600.10/3605.02	c Calls to reduceDB	: 2
3600.10/3605.02	c Number of update (reduction) of LBD	: 12321
3600.10/3605.02	c Imported unit clauses	: 0
3600.10/3605.02	c No decision after first conflict	: false
3600.10/3605.02	c number of reductions to clauses (during analyze)	: 0
3600.10/3605.02	c number of learned constraints concerned by reduction	: 0
3600.10/3605.02	c number of learning phase by resolution	: 0
3600.10/3605.02	c number of learning phase by cutting planes	: 0
3600.10/3605.02	c number of rounding to 1 operations	: 0
3600.10/3605.02	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.10/3605.02	c number of reductions of the coefficients by power 2 	: 0
3600.10/3605.02	c number of right shift for reduction by power 2 	: 0
3600.10/3605.02	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.10/3605.02	c number of ending skipping 	: 0
3600.10/3605.02	c number of internal skipping 	: 0
3600.10/3605.02	c number of derivation steps 	: 22735
3600.10/3605.02	c number of skipped derivation steps 	: 0
3600.10/3605.02	c number of remaining unassigned 	: 237674
3600.10/3605.02	c number of remaining assigned 	: 4410654
3600.10/3605.02	c number of falsified literals weakened from reason	: 0
3600.10/3605.02	c number of falsified literals weakened from conflict	: 0
3600.10/3605.03	c timeout
3600.10/3605.03	c time for arithmetic operations	: 847981643
3600.10/3605.03	c minimum degree of deleted constraints	: 6141
3600.10/3605.03	c maximum degree of deleted constraints	: 24785897733893461372354408855206706598520050952102928085380718103054384387930802920767072248503550800491167337322217741246657232089913465495124276646488054621626910797397693324946791255
3600.10/3605.03	c number of deleted constraints	: 6750
3600.10/3605.04	c speed (assignments/second)	: 1362.0320858582186
3600.10/3605.04	c non guided choices	: 0
3600.10/3605.04	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 9193
3600.10/3605.04	s UNKNOWN
3600.10/3605.04	c Total wall clock time (in seconds): 3604.89

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

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429740-1721070324/watcher-4429740-1721070324 -o /tmp/evaluation-result-4429740-1721070324/solver-4429740-1721070324 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1721070337-814213 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429740-1721070324.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=814288, runsolver pid=814285

[startup+0.104487 s]*
/proc/loadavg: 1.07 1.47 2.63 10/324 814344
/proc/meminfo: memFree=128454076/131524600 swapFree=131071996/131071996
[pid=814288] ppid=814285 vsize=18975048 memory=65512 CPUtime=0.14 cores=0,2
/proc/814288/stat : 814288 (java) S 814285 814288 814203 0 -1 1077936128 7252 0 0 0 12 2 0 0 20 0 18 0 159196579 19430449152 16378 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
/proc/814288/statm: 4743762 16378 5713 1 0 549373 0
[pid=814288/tid=814294] ppid=814285 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/814288/task/814294/stat : 814294 (java) R 814285 814288 814203 0 -1 1077936192 5776 0 0 0 7 1 0 0 20 0 18 0 159196579 19430449152 16378 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
[pid=814288/tid=814337] ppid=814285 vsize=18975048 memory=237146210664 CPUtime=0 cores=0,2
/proc/814288/task/814337/stat : 814337 (Finalizer) S 814285 814288 814203 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 159196582 19430449152 16378 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
[pid=814288/tid=814344] ppid=814285 vsize=18975048 memory=14126753849302661 CPUtime=0 cores=0,2
/proc/814288/task/814344/stat : 814344 (Common-Cleaner) S 814285 814288 814203 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 159196582 19430449152 16378 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 65512 KiB

[startup+0.206522 s]*
/proc/loadavg: 1.07 1.47 2.63 10/324 814344
/proc/meminfo: memFree=128309836/131524600 swapFree=131071996/131071996
[pid=814288] ppid=814285 vsize=18975048 memory=102616 CPUtime=0.33 cores=0,2
/proc/814288/stat : 814288 (java) S 814285 814288 814203 0 -1 1077936128 7761 0 0 0 30 3 0 0 20 0 18 0 159196579 19430449152 25654 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
/proc/814288/statm: 4743762 25654 5778 1 0 549675 0
[pid=814288/tid=814294] ppid=814285 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=0,2
/proc/814288/task/814294/stat : 814294 (java) R 814285 814288 814203 0 -1 4194368 6055 0 0 0 16 2 0 0 20 0 18 0 159196579 19430449152 25654 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
[pid=814288/tid=814337] ppid=814285 vsize=18975048 memory=19020 CPUtime=0 cores=0,2
/proc/814288/task/814337/stat : 814337 (Finalizer) S 814285 814288 814203 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 159196582 19430449152 25654 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
[pid=814288/tid=814344] ppid=814285 vsize=18975048 memory=15544020042516216 CPUtime=0 cores=0,2
/proc/814288/task/814344/stat : 814344 (Common-Cleaner) S 814285 814288 814203 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 159196582 19430449152 25654 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 102616 KiB

[startup+0.308505 s]*
/proc/loadavg: 1.07 1.47 2.63 16/326 814346
/proc/meminfo: memFree=128109892/131524600 swapFree=131071996/131071996
[pid=814288] ppid=814285 vsize=19041612 memory=171048 CPUtime=0.53 cores=0,2
/proc/814288/stat : 814288 (java) S 814285 814288 814203 0 -1 1077936128 9515 0 0 0 48 5 0 0 20 0 19 0 159196579 19498610688 42762 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
/proc/814288/statm: 4760403 42762 5863 1 0 551064 0
[pid=814288/tid=814294] ppid=814285 vsize=19041612 memory=-8815066643367830204 CPUtime=0.26 cores=0,2
/proc/814288/task/814294/stat : 814294 (java) R 814285 814288 814203 0 -1 4194368 6083 0 0 0 23 3 0 0 20 0 19 0 159196579 19498610688 42762 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
[pid=814288/tid=814337] ppid=814285 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/814288/task/814337/stat : 814337 (Finalizer) S 814285 814288 814203 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 159196582 19498610688 42762 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
[pid=814288/tid=814344] ppid=814285 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/814288/task/814344/stat : 814344 (Common-Cleaner) S 814285 814288 814203 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 159196582 19498610688 42762 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 171048 KiB

[startup+0.705367 s]
/proc/loadavg: 1.07 1.47 2.63 15/328 814348
/proc/meminfo: memFree=127863956/131524600 swapFree=131071996/131071996
[pid=814288] ppid=814285 vsize=19108176 memory=195684 CPUtime=1.27 cores=0,2
/proc/814288/stat : 814288 (java) S 814285 814288 814203 0 -1 1077936128 11946 0 0 0 121 6 0 0 20 0 20 0 159196579 19566772224 48921 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
/proc/814288/statm: 4777044 48921 5900 1 0 552803 0
[pid=814288/tid=814294] ppid=814285 vsize=19108176 memory=5432 CPUtime=0.6 cores=0,2
/proc/814288/task/814294/stat : 814294 (java) R 814285 814288 814203 0 -1 4194368 6224 0 0 0 57 3 0 0 20 0 20 0 159196579 19566772224 48921 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
[pid=814288/tid=814337] ppid=814285 vsize=19108176 memory=12576 CPUtime=0 cores=0,2
/proc/814288/task/814337/stat : 814337 (Finalizer) S 814285 814288 814203 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159196582 19566772224 48921 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
[pid=814288/tid=814344] ppid=814285 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/814288/task/814344/stat : 814344 (Common-Cleaner) S 814285 814288 814203 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 159196582 19566772224 48921 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
Current children cumulated CPU time: 1.27 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 195684 KiB

[startup+1.50037 s]
/proc/loadavg: 1.07 1.47 2.63 10/310 814352
/proc/meminfo: memFree=127460344/131524600 swapFree=131071996/131071996
[pid=814288] ppid=814285 vsize=19108176 memory=198756 CPUtime=2.82 cores=0,2
/proc/814288/stat : 814288 (java) S 814285 814288 814203 0 -1 1077936128 12672 0 0 0 275 7 0 0 20 0 20 0 159196579 19566772224 49689 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
/proc/814288/statm: 4777044 49689 5900 1 0 553303 0
[pid=814288/tid=814294] ppid=814285 vsize=19108176 memory=12576 CPUtime=1.39 cores=0,2
/proc/814288/task/814294/stat : 814294 (java) R 814285 814288 814203 0 -1 4194368 6259 0 0 0 136 3 0 0 20 0 20 0 159196579 19566772224 49689 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
[pid=814288/tid=814337] ppid=814285 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/814288/task/814337/stat : 814337 (Finalizer) S 814285 814288 814203 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159196582 19566772224 49689 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
[pid=814288/tid=814344] ppid=814285 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/814288/task/814344/stat : 814344 (Common-Cleaner) S 814285 814288 814203 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 159196582 19566772224 49689 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
[pid=814288/tid=814349] ppid=814285 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/814288/task/814349/stat : 814349 (Timer-0) S 814285 814288 814203 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159196637 19566772224 49689 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
Current children cumulated CPU time: 2.82 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 198756 KiB

[startup+3.10637 s]
/proc/loadavg: 1.46 1.54 2.65 6/332 814418
/proc/meminfo: memFree=126858012/131524600 swapFree=131071996/131071996
[pid=814288] ppid=814285 vsize=19108176 memory=224904 CPUtime=5.6 cores=0,2
/proc/814288/stat : 814288 (java) S 814285 814288 814203 0 -1 1077936128 19500 0 0 0 551 9 0 0 20 0 20 0 159196579 19566772224 56226 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
/proc/814288/statm: 4777044 56226 5900 1 0 555466 0
[pid=814288/tid=814294] ppid=814285 vsize=19108176 memory=0 CPUtime=2.91 cores=0,2
/proc/814288/task/814294/stat : 814294 (java) R 814285 814288 814203 0 -1 4194368 6502 0 0 0 288 3 0 0 20 0 20 0 159196579 19566772224 56226 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
[pid=814288/tid=814337] ppid=814285 vsize=19108176 memory=11604 CPUtime=0 cores=0,2
/proc/814288/task/814337/stat : 814337 (Finalizer) S 814285 814288 814203 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159196582 19566772224 56226 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
[pid=814288/tid=814344] ppid=814285 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/814288/task/814344/stat : 814344 (Common-Cleaner) S 814285 814288 814203 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 159196582 19566772224 56226 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
[pid=814288/tid=814349] ppid=814285 vsize=19108176 memory=12576 CPUtime=0 cores=0,2
/proc/814288/task/814349/stat : 814349 (Timer-0) S 814285 814288 814203 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159196637 19566772224 56226 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
Current children cumulated CPU time: 5.6 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 224904 KiB

[startup+6.30024 s]
/proc/loadavg: 1.46 1.54 2.65 6/332 814420
/proc/meminfo: memFree=125917480/131524600 swapFree=131071996/131071996
[pid=814288] ppid=814285 vsize=19108176 memory=394580 CPUtime=9.29 cores=0,2
/proc/814288/stat : 814288 (java) S 814285 814288 814203 0 -1 1077936128 26607 0 0 0 916 13 0 0 20 0 20 0 159196579 19566772224 98645 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
/proc/814288/statm: 4777044 98645 5900 1 0 556543 0
[pid=814288/tid=814294] ppid=814285 vsize=19108176 memory=0 CPUtime=6.06 cores=0,2
/proc/814288/task/814294/stat : 814294 (java) R 814285 814288 814203 0 -1 4194368 7092 0 0 0 600 6 0 0 20 0 20 0 159196579 19566772224 98645 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
[pid=814288/tid=814337] ppid=814285 vsize=19108176 memory=12576 CPUtime=0 cores=0,2
/proc/814288/task/814337/stat : 814337 (Finalizer) S 814285 814288 814203 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159196582 19566772224 98645 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
[pid=814288/tid=814344] ppid=814285 vsize=19108176 memory=11604 CPUtime=0 cores=0,2
/proc/814288/task/814344/stat : 814344 (Common-Cleaner) S 814285 814288 814203 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 159196582 19566772224 98645 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
[pid=814288/tid=814349] ppid=814285 vsize=19108176 memory=40944 CPUtime=0 cores=0,2
/proc/814288/task/814349/stat : 814349 (Timer-0) S 814285 814288 814203 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159196637 19566772224 98645 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
Current children cumulated CPU time: 9.29 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 394580 KiB

[startup+12.7002 s]
/proc/loadavg: 1.67 1.58 2.65 5/330 814420
/proc/meminfo: memFree=125135940/131524600 swapFree=131071996/131071996
[pid=814288] ppid=814285 vsize=19108176 memory=634252 CPUtime=16.06 cores=0,2
/proc/814288/stat : 814288 (java) S 814285 814288 814203 0 -1 1077936128 32193 0 0 0 1588 18 0 0 20 0 20 0 159196579 19566772224 158563 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
/proc/814288/statm: 4777044 158563 5900 1 0 556543 0
[pid=814288/tid=814294] ppid=814285 vsize=19108176 memory=196740 CPUtime=12.41 cores=0,2
/proc/814288/task/814294/stat : 814294 (java) R 814285 814288 814203 0 -1 4194368 8130 0 0 0 1232 9 0 0 20 0 20 0 159196579 19566772224 158563 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
[pid=814288/tid=814337] ppid=814285 vsize=19108176 memory=12576 CPUtime=0 cores=0,2
/proc/814288/task/814337/stat : 814337 (Finalizer) S 814285 814288 814203 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159196582 19566772224 158563 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
[pid=814288/tid=814344] ppid=814285 vsize=19108176 memory=634252 CPUtime=0 cores=0,2
/proc/814288/task/814344/stat : 814344 (Common-Cleaner) S 814285 814288 814203 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 159196582 19566772224 158563 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
[pid=814288/tid=814349] ppid=814285 vsize=19108176 memory=224904 CPUtime=0 cores=0,2
/proc/814288/task/814349/stat : 814349 (Timer-0) S 814285 814288 814203 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159196637 19566772224 158563 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
Current children cumulated CPU time: 16.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 634252 KiB

[startup+25.5003 s]
/proc/loadavg: 2.32 1.74 2.69 5/330 814423
/proc/meminfo: memFree=122098328/131524600 swapFree=131071996/131071996
[pid=814288] ppid=814285 vsize=19108176 memory=1361608 CPUtime=28.99 cores=0,2
/proc/814288/stat : 814288 (java) S 814285 814288 814203 0 -1 1077936128 38131 0 0 0 2866 33 0 0 20 0 20 0 159196579 19566772224 340402 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
/proc/814288/statm: 4777044 340402 5900 1 0 556543 0
[pid=814288/tid=814294] ppid=814285 vsize=19108176 memory=394580 CPUtime=25.12 cores=0,2
/proc/814288/task/814294/stat : 814294 (java) R 814285 814288 814203 0 -1 4194368 9857 0 0 0 2489 23 0 0 20 0 20 0 159196579 19566772224 340402 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
[pid=814288/tid=814337] ppid=814285 vsize=19108176 memory=40944 CPUtime=0 cores=0,2
/proc/814288/task/814337/stat : 814337 (Finalizer) S 814285 814288 814203 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159196582 19566772224 340402 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
[pid=814288/tid=814344] ppid=814285 vsize=19108176 memory=1359560 CPUtime=0 cores=0,2
/proc/814288/task/814344/stat : 814344 (Common-Cleaner) S 814285 814288 814203 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 159196582 19566772224 340402 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
[pid=814288/tid=814349] ppid=814285 vsize=19108176 memory=1892 CPUtime=0 cores=0,2
/proc/814288/task/814349/stat : 814349 (Timer-0) S 814285 814288 814203 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159196637 19566772224 340402 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
Current children cumulated CPU time: 28.99 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1361608 KiB

[startup+51.1056 s]
/proc/loadavg: 2.96 1.93 2.73 5/330 814426
/proc/meminfo: memFree=120662624/131524600 swapFree=131071996/131071996
[pid=814288] ppid=814285 vsize=19108176 memory=1361664 CPUtime=54.62 cores=0,2
/proc/814288/stat : 814288 (java) S 814285 814288 814203 0 -1 1077936128 44858 0 0 0 5428 34 0 0 20 0 20 0 159196579 19566772224 340416 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
/proc/814288/statm: 4777044 340416 5900 1 0 556543 0
[pid=814288/tid=814294] ppid=814285 vsize=19108176 memory=-8815066643367830204 CPUtime=50.55 cores=0,2
/proc/814288/task/814294/stat : 814294 (java) R 814285 814288 814203 0 -1 4194368 12184 0 0 0 5032 23 0 0 20 0 20 0 159196579 19566772224 340416 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
[pid=814288/tid=814337] ppid=814285 vsize=19108176 memory=-8815066643367830204 CPUtime=0 cores=0,2
/proc/814288/task/814337/stat : 814337 (Finalizer) S 814285 814288 814203 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159196582 19566772224 340416 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
[pid=814288/tid=814344] ppid=814285 vsize=19108176 memory=1361656 CPUtime=0 cores=0,2
/proc/814288/task/814344/stat : 814344 (Common-Cleaner) S 814285 814288 814203 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 20 0 159196582 19566772224 340416 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0

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

/proc/meminfo: memFree=115247920/131524600 swapFree=131071996/131071996
[pid=814288] ppid=814285 vsize=19108176 memory=1811300 CPUtime=3218.15 cores=0,2
/proc/814288/stat : 814288 (java) S 814285 814288 814203 0 -1 1077936128 188016 0 0 0 321676 139 0 0 20 0 20 0 159196579 19566772224 452825 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
/proc/814288/statm: 4777044 452825 5931 1 0 556827 0
[pid=814288/tid=814294] ppid=814285 vsize=19108176 memory=1790820 CPUtime=3204.09 cores=0,2
/proc/814288/task/814294/stat : 814294 (java) R 814285 814288 814203 0 -1 4194368 74342 0 0 0 320370 39 0 0 20 0 20 0 159196579 19566772224 452825 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 14 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
[pid=814288/tid=814337] ppid=814285 vsize=19108176 memory=1790820 CPUtime=0 cores=0,2
/proc/814288/task/814337/stat : 814337 (Finalizer) S 814285 814288 814203 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159196582 19566772224 452825 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
[pid=814288/tid=814344] ppid=814285 vsize=19108176 memory=1809252 CPUtime=0 cores=0,2
/proc/814288/task/814344/stat : 814344 (Common-Cleaner) S 814285 814288 814203 0 -1 1077936192 4350 0 0 0 0 0 0 0 20 0 20 0 159196582 19566772224 452825 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
[pid=814288/tid=814349] ppid=814285 vsize=19108176 memory=-8815066643367830204 CPUtime=0 cores=0,2
/proc/814288/task/814349/stat : 814349 (Timer-0) S 814285 814288 814203 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159196637 19566772224 452825 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
Current children cumulated CPU time: 3218.15 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1811300 KiB

[startup+3282.3 s]
/proc/loadavg: 4.11 4.13 4.11 5/333 816175
/proc/meminfo: memFree=115239328/131524600 swapFree=131071996/131071996
[pid=814288] ppid=814285 vsize=19108176 memory=1815396 CPUtime=3278.03 cores=0,2
/proc/814288/stat : 814288 (java) S 814285 814288 814203 0 -1 1077936128 189486 0 0 0 327662 141 0 0 20 0 20 0 159196579 19566772224 453849 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
/proc/814288/statm: 4777044 453849 5931 1 0 556827 0
[pid=814288/tid=814294] ppid=814285 vsize=19108176 memory=1815396 CPUtime=3263.86 cores=0,2
/proc/814288/task/814294/stat : 814294 (java) R 814285 814288 814203 0 -1 4194368 75608 0 0 0 326346 40 0 0 20 0 20 0 159196579 19566772224 453849 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 14 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
[pid=814288/tid=814337] ppid=814285 vsize=19108176 memory=1813348 CPUtime=0 cores=0,2
/proc/814288/task/814337/stat : 814337 (Finalizer) S 814285 814288 814203 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159196582 19566772224 453849 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
[pid=814288/tid=814344] ppid=814285 vsize=19108176 memory=1811300 CPUtime=0 cores=0,2
/proc/814288/task/814344/stat : 814344 (Common-Cleaner) S 814285 814288 814203 0 -1 1077936192 4405 0 0 0 0 0 0 0 20 0 20 0 159196582 19566772224 453849 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
[pid=814288/tid=814349] ppid=814285 vsize=19108176 memory=1811300 CPUtime=0 cores=0,2
/proc/814288/task/814349/stat : 814349 (Timer-0) S 814285 814288 814203 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159196637 19566772224 453849 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
Current children cumulated CPU time: 3278.03 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1815396 KiB

[startup+3342.3 s]
/proc/loadavg: 4.21 4.15 4.12 5/334 816201
/proc/meminfo: memFree=115230616/131524600 swapFree=131071996/131071996
[pid=814288] ppid=814285 vsize=19108176 memory=1823588 CPUtime=3337.93 cores=0,2
/proc/814288/stat : 814288 (java) S 814285 814288 814203 0 -1 1077936128 192257 0 0 0 333650 143 0 0 20 0 20 0 159196579 19566772224 455897 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
/proc/814288/statm: 4777044 455897 5931 1 0 556827 0
[pid=814288/tid=814294] ppid=814285 vsize=19108176 memory=1821540 CPUtime=3323.56 cores=0,2
/proc/814288/task/814294/stat : 814294 (java) S 814285 814288 814203 0 -1 1077936192 76651 0 0 0 332316 40 0 0 20 0 20 0 159196579 19566772224 455897 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 14 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
[pid=814288/tid=814337] ppid=814285 vsize=19108176 memory=1821540 CPUtime=0 cores=0,2
/proc/814288/task/814337/stat : 814337 (Finalizer) S 814285 814288 814203 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159196582 19566772224 455897 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
[pid=814288/tid=814344] ppid=814285 vsize=19108176 memory=1821540 CPUtime=0 cores=0,2
/proc/814288/task/814344/stat : 814344 (Common-Cleaner) S 814285 814288 814203 0 -1 1077936192 4496 0 0 0 0 0 0 0 20 0 20 0 159196582 19566772224 455897 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
[pid=814288/tid=814349] ppid=814285 vsize=19108176 memory=1821540 CPUtime=0 cores=0,2
/proc/814288/task/814349/stat : 814349 (Timer-0) S 814285 814288 814203 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159196637 19566772224 455897 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
Current children cumulated CPU time: 3337.93 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1823588 KiB

[startup+3402.3 s]
/proc/loadavg: 4.17 4.15 4.12 5/334 816211
/proc/meminfo: memFree=115045976/131524600 swapFree=131071996/131071996
[pid=814288] ppid=814285 vsize=19108176 memory=1827684 CPUtime=3397.81 cores=0,2
/proc/814288/stat : 814288 (java) S 814285 814288 814203 0 -1 1077936128 193544 0 0 0 339636 145 0 0 20 0 20 0 159196579 19566772224 456921 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
/proc/814288/statm: 4777044 456921 5931 1 0 556827 0
[pid=814288/tid=814294] ppid=814285 vsize=19108176 memory=11604 CPUtime=3383.32 cores=0,2
/proc/814288/task/814294/stat : 814294 (java) R 814285 814288 814203 0 -1 4194368 77397 0 0 0 338291 41 0 0 20 0 20 0 159196579 19566772224 456921 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 14 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
[pid=814288/tid=814337] ppid=814285 vsize=19108176 memory=40944 CPUtime=0 cores=0,2
/proc/814288/task/814337/stat : 814337 (Finalizer) S 814285 814288 814203 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159196582 19566772224 456921 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
[pid=814288/tid=814344] ppid=814285 vsize=19108176 memory=-8815066643367830204 CPUtime=0 cores=0,2
/proc/814288/task/814344/stat : 814344 (Common-Cleaner) S 814285 814288 814203 0 -1 1077936192 4589 0 0 0 0 0 0 0 20 0 20 0 159196582 19566772224 456921 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
[pid=814288/tid=814349] ppid=814285 vsize=19108176 memory=1827684 CPUtime=0 cores=0,2
/proc/814288/task/814349/stat : 814349 (Timer-0) S 814285 814288 814203 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159196637 19566772224 456921 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
Current children cumulated CPU time: 3397.81 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1827684 KiB

[startup+3462.3 s]
/proc/loadavg: 4.14 4.14 4.11 6/334 816221
/proc/meminfo: memFree=115035348/131524600 swapFree=131071996/131071996
[pid=814288] ppid=814285 vsize=19108176 memory=1829732 CPUtime=3457.68 cores=0,2
/proc/814288/stat : 814288 (java) S 814285 814288 814203 0 -1 1077936128 195697 0 0 0 345622 146 0 0 20 0 20 0 159196579 19566772224 457433 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
/proc/814288/statm: 4777044 457433 5931 1 0 556827 0
[pid=814288/tid=814294] ppid=814285 vsize=19108176 memory=1829732 CPUtime=3443.06 cores=0,2
/proc/814288/task/814294/stat : 814294 (java) R 814285 814288 814203 0 -1 4194368 78315 0 0 0 344265 41 0 0 20 0 20 0 159196579 19566772224 457433 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 14 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
[pid=814288/tid=814337] ppid=814285 vsize=19108176 memory=11604 CPUtime=0 cores=0,2
/proc/814288/task/814337/stat : 814337 (Finalizer) S 814285 814288 814203 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159196582 19566772224 457433 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
[pid=814288/tid=814344] ppid=814285 vsize=19108176 memory=40944 CPUtime=0 cores=0,2
/proc/814288/task/814344/stat : 814344 (Common-Cleaner) S 814285 814288 814203 0 -1 1077936192 4682 0 0 0 0 0 0 0 20 0 20 0 159196582 19566772224 457433 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
[pid=814288/tid=814349] ppid=814285 vsize=19108176 memory=1829732 CPUtime=0 cores=0,2
/proc/814288/task/814349/stat : 814349 (Timer-0) S 814285 814288 814203 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159196637 19566772224 457433 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
Current children cumulated CPU time: 3457.68 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1829732 KiB

[startup+3522.3 s]
/proc/loadavg: 4.10 4.13 4.10 5/332 816233
/proc/meminfo: memFree=115026728/131524600 swapFree=131071996/131071996
[pid=814288] ppid=814285 vsize=19108176 memory=1833828 CPUtime=3517.57 cores=0,2
/proc/814288/stat : 814288 (java) S 814285 814288 814203 0 -1 1077936128 197840 0 0 0 351609 148 0 0 20 0 20 0 159196579 19566772224 458457 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
/proc/814288/statm: 4777044 458457 5931 1 0 556827 0
[pid=814288/tid=814294] ppid=814285 vsize=19108176 memory=40944 CPUtime=3502.84 cores=0,2
/proc/814288/task/814294/stat : 814294 (java) R 814285 814288 814203 0 -1 4194368 79515 0 0 0 350243 41 0 0 20 0 20 0 159196579 19566772224 458457 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 14 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
[pid=814288/tid=814337] ppid=814285 vsize=19108176 memory=1827684 CPUtime=0 cores=0,2
/proc/814288/task/814337/stat : 814337 (Finalizer) S 814285 814288 814203 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159196582 19566772224 458457 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
[pid=814288/tid=814344] ppid=814285 vsize=19108176 memory=19284 CPUtime=0 cores=0,2
/proc/814288/task/814344/stat : 814344 (Common-Cleaner) S 814285 814288 814203 0 -1 1077936192 4788 0 0 0 0 0 0 0 20 0 20 0 159196582 19566772224 458457 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
[pid=814288/tid=814349] ppid=814285 vsize=19108176 memory=1833828 CPUtime=0 cores=0,2
/proc/814288/task/814349/stat : 814349 (Timer-0) S 814285 814288 814203 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159196637 19566772224 458457 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
Current children cumulated CPU time: 3517.57 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1833828 KiB

[startup+3582.3 s]
/proc/loadavg: 4.08 4.11 4.10 5/332 816243
/proc/meminfo: memFree=115018212/131524600 swapFree=131071996/131071996
[pid=814288] ppid=814285 vsize=19108176 memory=1839972 CPUtime=3577.43 cores=0,2
/proc/814288/stat : 814288 (java) S 814285 814288 814203 0 -1 1077936128 200185 0 0 0 357593 150 0 0 20 0 20 0 159196579 19566772224 459993 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
/proc/814288/statm: 4777044 459993 5931 1 0 556827 0
[pid=814288/tid=814294] ppid=814285 vsize=19108176 memory=1833828 CPUtime=3562.57 cores=0,2
/proc/814288/task/814294/stat : 814294 (java) R 814285 814288 814203 0 -1 4194368 80644 0 0 0 356216 41 0 0 20 0 20 0 159196579 19566772224 459993 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 14 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
[pid=814288/tid=814337] ppid=814285 vsize=19108176 memory=1892 CPUtime=0 cores=0,2
/proc/814288/task/814337/stat : 814337 (Finalizer) S 814285 814288 814203 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159196582 19566772224 459993 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
[pid=814288/tid=814344] ppid=814285 vsize=19108176 memory=11604 CPUtime=0 cores=0,2
/proc/814288/task/814344/stat : 814344 (Common-Cleaner) S 814285 814288 814203 0 -1 1077936192 4880 0 0 0 0 0 0 0 20 0 20 0 159196582 19566772224 459993 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
[pid=814288/tid=814349] ppid=814285 vsize=19108176 memory=16196 CPUtime=0 cores=0,2
/proc/814288/task/814349/stat : 814349 (Timer-0) S 814285 814288 814203 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159196637 19566772224 459993 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
Current children cumulated CPU time: 3577.43 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1839972 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3605 s]*
/proc/loadavg: 4.58 4.22 4.13 7/330 816515
/proc/meminfo: memFree=124148976/131524600 swapFree=131071996/131071996
[pid=814288] ppid=814285 vsize=19108176 memory=1842020 CPUtime=3600.1 cores=0,2
/proc/814288/stat : 814288 (java) S 814285 814288 814203 0 -1 1077936128 200527 0 0 0 359859 151 0 0 20 0 20 0 159196579 19566772224 460505 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
/proc/814288/statm: 4777044 460505 5931 1 0 556827 0
[pid=814288/tid=814294] ppid=814285 vsize=19108176 memory=-8886840554815857340 CPUtime=3585.18 cores=0,2
/proc/814288/task/814294/stat : 814294 (java) R 814285 814288 814203 0 -1 4194368 80902 0 0 0 358477 41 0 0 20 0 20 0 159196579 19566772224 460505 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 14 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
[pid=814288/tid=814337] ppid=814285 vsize=19108176 memory=5056 CPUtime=0 cores=0,2
/proc/814288/task/814337/stat : 814337 (Finalizer) S 814285 814288 814203 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 159196582 19566772224 460505 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
[pid=814288/tid=814344] ppid=814285 vsize=19108176 memory=1842020 CPUtime=0 cores=0,2
/proc/814288/task/814344/stat : 814344 (Common-Cleaner) S 814285 814288 814203 0 -1 1077936192 4880 0 0 0 0 0 0 0 20 0 20 0 159196582 19566772224 460505 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
[pid=814288/tid=814349] ppid=814285 vsize=19108176 memory=2696 CPUtime=0 cores=0,2
/proc/814288/task/814349/stat : 814349 (Timer-0) S 814285 814288 814203 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 159196637 19566772224 460505 134679101440 94666487418880 94666487422576 140732973186928 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94666487430392 94666487431184 94666512101376 140732973196277 140732973196385 140732973196385 140732973203400 0
Current children cumulated CPU time: 3600.1 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1842020 KiB

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

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

# cumulated CPU time of all completed processes:  user=3598.66 s, system=1.52875 s

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

Child status: 143

Real time (s): 3605.06
CPU time (s): 3600.19
CPU user time (s): 3598.66
CPU system time (s): 1.52875
CPU usage (%): 99.8647
Max. virtual memory (cumulated for all children) (KiB): 19109908
Max. memory (cumulated for all children) (KiB): 1842020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3598.66
system time used= 1.52875
maximum resident set size= 1843576
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 203773
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3864
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 113764
involuntary context switches= 28402


# summary of solver processes directly reported to runsolver:
#   pid: 814288
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3598.66
#   total CPU system time (s): 1.52875

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.801 second user time and 16.2261 second system time

The end

Launcher Data

Begin job on nodeC022 at 2024-07-15 21:05:37
IDJOB=4429740
IDBENCH=146850
IDSOLVER=3052
FILE ID=nodeC022/4429740-1721070324
RUNJOBID= nodeC022-1721070337-814213
SLURM_JOB_ID= 7505526
Free space on /tmp= 890072 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/OPT-LIN/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-standgub.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4429740-1721070324/watcher-4429740-1721070324 -o /tmp/evaluation-result-4429740-1721070324/solver-4429740-1721070324 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC022-1721070337-814213 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4429740-1721070324.opb

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

MD5SUM BENCH= 536cfe435eeefcaf3068230629f950df
RANDOM SEED=580489997

nodeC022.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		: 3650.482
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.66
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		: 3652.639
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	: 7006.96
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		: 3605.861
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.66
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		: 3654.224
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	: 7006.96
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		: 3648.970
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.66
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		: 3654.776
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	: 7006.96
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		: 3607.035
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.66
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		: 3653.027
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	: 7006.96
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524600 kB
MemFree:        128624944 kB
MemAvailable:   129731176 kB
Buffers:          374020 kB
Cached:          1563656 kB
SwapCached:            0 kB
Active:           635780 kB
Inactive:        1662784 kB
Active(anon):       1464 kB
Inactive(anon):   397464 kB
Active(file):     634316 kB
Inactive(file):  1265320 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:             12764 kB
Writeback:             0 kB
AnonPages:        360664 kB
Mapped:           103084 kB
Shmem:             37720 kB
KReclaimable:      92484 kB
Slab:             196132 kB
SReclaimable:      92484 kB
SUnreclaim:       103648 kB
KernelStack:        3920 kB
PageTables:         9180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834296 kB
Committed_AS:     677260 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            59584 kB
HardwareCorrupted:     0 kB
AnonHugePages:    235520 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:      228052 kB
DirectMap2M:    22614016 kB
DirectMap1G:    113246208 kB

Free space on /tmp at the end= 890076 MiB
End job on nodeC022 at 2024-07-15 22:05:42