Trace number 4456619

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 Partial RoundingSAT 2024 2024-07-12? (TO) 3600.29 3588.83

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/pedigree/
normalized-sheep4r_wcsp.wbo
MD5SUMb3d29a62e920b432ed1420af63cfe867
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark186.77
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables89200
Total number of constraints5870368
Number of soft constraints5861448
Number of constraints which are clauses5861448
Number of constraints which are cardinality constraints (but not clauses)8920
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint10
Top cost 2447
Min constraint cost 1
Max constraint cost 2447
Sum of constraints costs 14289117012
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 11
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.13/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.13/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.13/0.11	c See www.sat4j.org for details.
0.13/0.13	c version CUSTOM.v20240707
0.13/0.15	c java.runtime.name	OpenJDK Runtime Environment
0.13/0.15	c java.vm.name		OpenJDK 64-Bit Server VM
0.13/0.15	c java.vm.version	22.0.1+8-16
0.13/0.15	c java.vm.vendor	Oracle Corporation
0.13/0.15	c sun.arch.data.model	64
0.13/0.15	c java.version		22.0.1
0.13/0.15	c os.name		Linux
0.13/0.15	c os.version		4.18.0-301.1.el8.x86_64
0.13/0.15	c os.arch		amd64
0.13/0.16	c Free memory 		2113181440
0.13/0.16	c Max memory 		16282288128
0.13/0.16	c Total memory 		2122317824
0.13/0.17	c Number of processors 	2
0.41/0.32	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.41/0.32	 - never skip resolution steps
0.41/0.32	 - Auto-division on coefficients is disabled
0.41/0.32	 - No postprocessing
0.41/0.32	 - Conflict is considered as is when resolving
0.41/0.32	 - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.41/0.32	 - Weaken first using unassigned literals
0.41/0.32	 - Bump strategy: ALWAYS_ONE
0.41/0.32	 - Bumper: ASSIGNED
0.41/0.32	--- Begin Solver configuration ---
0.41/0.32	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.41/0.32	Learn all clauses as in MiniSAT
0.41/0.32	LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.41/0.32	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.41/0.32	No reason simplification
0.41/0.32	Armin Biere (Picosat) restarts strategy
0.41/0.32	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.41/0.32	timeout=2147483s
0.41/0.32	DB Simplification allowed=false
0.41/0.32	Listener: none
0.41/0.32	--- End Solver configuration ---
0.41/0.32	c Pseudo Boolean Optimization by upper bound
0.41/0.32	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.41/0.32	c  - never skip resolution steps
0.41/0.32	c  - Auto-division on coefficients is disabled
0.41/0.32	c  - No postprocessing
0.41/0.32	c  - Conflict is considered as is when resolving
0.41/0.32	c  - Divide both constraints by the coefficient of the pivot when resolving, and partially weaken non-divisible coefficient.
0.41/0.32	c  - Weaken first using unassigned literals
0.41/0.32	c  - Bump strategy: ALWAYS_ONE
0.41/0.32	c  - Bumper: ASSIGNED
0.41/0.32	c --- Begin Solver configuration ---
0.41/0.32	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@68fb2c38
0.41/0.32	c Learn all clauses as in MiniSAT
0.41/0.32	c LOGGER=java.util.logging.Logger@59690aa4 claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.41/0.32	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.41/0.32	c No reason simplification
0.41/0.32	c Armin Biere (Picosat) restarts strategy
0.41/0.32	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.DegreeSizeLBDComputerStrategy@44e81672
0.41/0.32	c timeout=2147483s
0.41/0.32	c DB Simplification allowed=false
0.41/0.32	c Listener: none
0.41/0.32	c --- End Solver configuration ---
0.41/0.33	c solving HOME/instance-4456619-1721725580.wbo
0.41/0.33	c reading problem ... 
3600.07/3588.75	c starts		: 0
3600.07/3588.75	c conflicts		: 0
3600.07/3588.75	c decisions		: 0
3600.07/3588.75	c propagations		: 0
3600.07/3588.75	c inspects		: 0
3600.07/3588.75	c shortcuts		: 0
3600.07/3588.75	c learnt literals	: 0
3600.07/3588.75	c learnt binary clauses	: 0
3600.07/3588.75	c learnt ternary clauses	: 0
3600.07/3588.75	c learnt constraints	: 0
3600.07/3588.75	c ignored constraints	: 0
3600.07/3588.75	c root simplifications	: 0
3600.07/3588.75	c removed literals (reason simplification)	: 0
3600.07/3588.75	c reason swapping (by a shorter reason)	: 0
3600.07/3588.75	c Calls to reduceDB	: 0
3600.07/3588.75	c Number of update (reduction) of LBD	: 0
3600.07/3588.75	c Imported unit clauses	: 0
3600.07/3588.75	c No decision after first conflict	: true
3600.07/3588.75	c number of reductions to clauses (during analyze)	: 0
3600.07/3588.75	c number of learned constraints concerned by reduction	: 0
3600.07/3588.75	c number of learning phase by resolution	: 0
3600.07/3588.75	c number of learning phase by cutting planes	: 0
3600.07/3588.75	c number of rounding to 1 operations	: 0
3600.07/3588.75	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.07/3588.75	c number of reductions of the coefficients by power 2 	: 0
3600.07/3588.75	c number of right shift for reduction by power 2 	: 0
3600.07/3588.75	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.07/3588.75	c number of ending skipping 	: 0
3600.07/3588.75	c number of internal skipping 	: 0
3600.07/3588.75	c number of derivation steps 	: 0
3600.07/3588.75	c number of skipped derivation steps 	: 0
3600.07/3588.75	c number of remaining unassigned 	: 0
3600.07/3588.75	c number of remaining assigned 	: 0
3600.07/3588.75	c number of falsified literals weakened from reason	: 0
3600.07/3588.77	c number of falsified literals weakened from conflict	: 0
3600.07/3588.77	c time for arithmetic operations	: 0
3600.07/3588.77	c minimum degree of deleted constraints	: null
3600.07/3588.77	c maximum degree of deleted constraints	: null
3600.07/3588.77	c number of deleted constraints	: 0
3600.07/3588.77	c speed (assignments/second)	: 0.0
3600.07/3588.77	c non guided choices	: 0
3600.07/3588.78	s UNKNOWN
3600.07/3588.78	c Total wall clock time (in seconds): 3588.452

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: 64096 MiB (55452 MiB free)
  memory of node 1: 64473 MiB (57947 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4456619-1721725580/watcher-4456619-1721725580 -o /tmp/evaluation-result-4456619-1721725580/solver-4456619-1721725580 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721718431-77610 --watchdog 3760 java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4456619-1721725580.wbo 

running on 2 cores: 1,3

CPU governors:
  performance: 1 3

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=82326, runsolver pid=82323
Current StackSize limit: 8192 KiB


[startup+0.100061 s]*
/proc/loadavg: 4.14 4.17 4.18 5/315 82344
/proc/meminfo: memFree=116083456/131655788 swapFree=131071996/131071996
[pid=82326] ppid=82323 vsize=18993908 memory=59436 CPUtime=0.13 cores=1,3
/proc/82326/stat : 82326 (java) S 82323 82326 77597 0 -1 1077936128 6714 0 0 0 11 2 0 0 20 0 18 0 8548009 19449761792 14859 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
/proc/82326/statm: 4748477 14859 5800 1 0 550974 0
[pid=82326/tid=82328] ppid=82323 vsize=18993908 memory=4026561586 CPUtime=0.08 cores=1,3
/proc/82326/task/82328/stat : 82328 (java) R 82323 82326 77597 0 -1 4194368 5622 0 0 0 7 1 0 0 20 0 18 0 8548010 19449761792 14859 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
[pid=82326/tid=82337] ppid=82323 vsize=18993908 memory=232851243367 CPUtime=0 cores=1,3
/proc/82326/task/82337/stat : 82337 (Finalizer) S 82323 82326 77597 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 8548013 19449761792 14859 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
[pid=82326/tid=82344] ppid=82323 vsize=18993908 memory=3761975942948656479 CPUtime=0 cores=1,3
/proc/82326/task/82344/stat : 82344 (Common-Cleaner) S 82323 82326 77597 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 8548013 19449761792 14859 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 59436 KiB

[startup+0.205728 s]*
/proc/loadavg: 4.14 4.17 4.18 5/315 82344
/proc/meminfo: memFree=116072684/131655788 swapFree=131071996/131071996
[pid=82326] ppid=82323 vsize=18993908 memory=70116 CPUtime=0.27 cores=1,3
/proc/82326/stat : 82326 (java) S 82323 82326 77597 0 -1 1077936128 7313 0 0 0 24 3 0 0 20 0 18 0 8548009 19449761792 17529 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
/proc/82326/statm: 4748477 17529 5804 1 0 551485 0
[pid=82326/tid=82328] ppid=82323 vsize=18993908 memory=664970838410264707 CPUtime=0.19 cores=1,3
/proc/82326/task/82328/stat : 82328 (java) R 82323 82326 77597 0 -1 4194368 5848 0 0 0 17 2 0 0 20 0 18 0 8548010 19449761792 17529 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
[pid=82326/tid=82337] ppid=82323 vsize=18993908 memory=1652 CPUtime=0 cores=1,3
/proc/82326/task/82337/stat : 82337 (Finalizer) S 82323 82326 77597 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 8548013 19449761792 17529 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
[pid=82326/tid=82344] ppid=82323 vsize=18993908 memory=3544395815948961836 CPUtime=0 cores=1,3
/proc/82326/task/82344/stat : 82344 (Common-Cleaner) S 82323 82326 77597 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 8548013 19449761792 17529 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 70116 KiB

[startup+0.305635 s]*
/proc/loadavg: 4.14 4.17 4.18 5/315 82344
/proc/meminfo: memFree=116071368/131655788 swapFree=131071996/131071996
[pid=82326] ppid=82323 vsize=18993908 memory=72088 CPUtime=0.41 cores=1,3
/proc/82326/stat : 82326 (java) S 82323 82326 77597 0 -1 1077936128 7621 0 0 0 38 3 0 0 20 0 18 0 8548009 19449761792 18022 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
/proc/82326/statm: 4748477 18022 5987 1 0 551688 0
[pid=82326/tid=82328] ppid=82323 vsize=18993908 memory=-6000919494231812711 CPUtime=0.28 cores=1,3
/proc/82326/task/82328/stat : 82328 (java) R 82323 82326 77597 0 -1 4194368 6008 0 0 0 26 2 0 0 20 0 18 0 8548010 19449761792 18022 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
[pid=82326/tid=82337] ppid=82323 vsize=18993908 memory=0 CPUtime=0 cores=1,3
/proc/82326/task/82337/stat : 82337 (Finalizer) S 82323 82326 77597 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 8548013 19449761792 18022 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
[pid=82326/tid=82344] ppid=82323 vsize=18993908 memory=0 CPUtime=0 cores=1,3
/proc/82326/task/82344/stat : 82344 (Common-Cleaner) S 82323 82326 77597 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 8548013 19449761792 18022 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 18993908 KiB
Current children cumulated memory: 72088 KiB

[startup+0.700797 s]
/proc/loadavg: 4.14 4.17 4.18 7/316 82345
/proc/meminfo: memFree=115911764/131655788 swapFree=131071996/131071996
[pid=82326] ppid=82323 vsize=19060472 memory=758592 CPUtime=1.08 cores=1,3
/proc/82326/stat : 82326 (java) S 82323 82326 77597 0 -1 1077936128 9546 0 0 0 90 18 0 0 20 0 19 0 8548009 19517923328 189648 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
/proc/82326/statm: 4765118 189648 6118 1 0 552911 0
[pid=82326/tid=82328] ppid=82323 vsize=19060472 memory=5668 CPUtime=0.63 cores=1,3
/proc/82326/task/82328/stat : 82328 (java) R 82323 82326 77597 0 -1 4194368 6436 0 0 0 47 16 0 0 20 0 19 0 8548010 19517923328 189648 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
[pid=82326/tid=82337] ppid=82323 vsize=19060472 memory=12312 CPUtime=0 cores=1,3
/proc/82326/task/82337/stat : 82337 (Finalizer) S 82323 82326 77597 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8548013 19517923328 189648 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
[pid=82326/tid=82344] ppid=82323 vsize=19060472 memory=4993 CPUtime=0 cores=1,3
/proc/82326/task/82344/stat : 82344 (Common-Cleaner) S 82323 82326 77597 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 8548013 19517923328 189648 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 758592 KiB

[startup+1.5008 s]
/proc/loadavg: 4.14 4.17 4.18 6/316 82345
/proc/meminfo: memFree=114759900/131655788 swapFree=131071996/131071996
[pid=82326] ppid=82323 vsize=19060472 memory=3046060 CPUtime=2.31 cores=1,3
/proc/82326/stat : 82326 (java) S 82323 82326 77597 0 -1 1077936128 12968 0 0 0 168 63 0 0 20 0 19 0 8548009 19517923328 761515 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
/proc/82326/statm: 4765118 761515 6118 1 0 1245032 0
[pid=82326/tid=82328] ppid=82323 vsize=19060472 memory=4993 CPUtime=1.39 cores=1,3
/proc/82326/task/82328/stat : 82328 (java) R 82323 82326 77597 0 -1 4194368 7544 0 0 0 79 60 0 0 20 0 19 0 8548010 19517923328 761515 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
[pid=82326/tid=82337] ppid=82323 vsize=19060472 memory=0 CPUtime=0 cores=1,3
/proc/82326/task/82337/stat : 82337 (Finalizer) S 82323 82326 77597 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8548013 19517923328 761515 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
[pid=82326/tid=82344] ppid=82323 vsize=19060472 memory=12312 CPUtime=0 cores=1,3
/proc/82326/task/82344/stat : 82344 (Common-Cleaner) S 82323 82326 77597 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 8548013 19517923328 761515 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
Current children cumulated CPU time: 2.31 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 3046060 KiB

[startup+3.1058 s]
/proc/loadavg: 4.21 4.18 4.18 6/316 82345
/proc/meminfo: memFree=112055460/131655788 swapFree=131071996/131071996
[pid=82326] ppid=82323 vsize=19060472 memory=4079824 CPUtime=4.92 cores=1,3
/proc/82326/stat : 82326 (java) S 82323 82326 77597 0 -1 1077936128 25218 0 0 0 408 84 0 0 20 0 19 0 8548009 19517923328 1019956 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
/proc/82326/statm: 4765118 1019956 6118 1 0 1251803 0
[pid=82326/tid=82328] ppid=82323 vsize=19060472 memory=12312 CPUtime=2.9 cores=1,3
/proc/82326/task/82328/stat : 82328 (java) R 82323 82326 77597 0 -1 4194368 8031 0 0 0 212 78 0 0 20 0 19 0 8548010 19517923328 1019956 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
[pid=82326/tid=82337] ppid=82323 vsize=19060472 memory=0 CPUtime=0 cores=1,3
/proc/82326/task/82337/stat : 82337 (Finalizer) S 82323 82326 77597 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8548013 19517923328 1019956 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
[pid=82326/tid=82344] ppid=82323 vsize=19060472 memory=6657 CPUtime=0 cores=1,3
/proc/82326/task/82344/stat : 82344 (Common-Cleaner) S 82323 82326 77597 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 8548013 19517923328 1019956 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
Current children cumulated CPU time: 4.92 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 4079824 KiB

[startup+6.30379 s]
/proc/loadavg: 4.21 4.18 4.18 5/316 82346
/proc/meminfo: memFree=112054776/131655788 swapFree=131071996/131071996
[pid=82326] ppid=82323 vsize=19060472 memory=4082748 CPUtime=9.07 cores=1,3
/proc/82326/stat : 82326 (java) S 82323 82326 77597 0 -1 1077936128 25464 0 0 0 822 85 0 0 20 0 19 0 8548009 19517923328 1020687 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
/proc/82326/statm: 4765118 1020687 6139 1 0 1251842 0
[pid=82326/tid=82328] ppid=82323 vsize=19060472 memory=12312 CPUtime=5.89 cores=1,3
/proc/82326/task/82328/stat : 82328 (java) S 82323 82326 77597 0 -1 1077936192 8041 0 0 0 511 78 0 0 20 0 19 0 8548010 19517923328 1020687 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
[pid=82326/tid=82337] ppid=82323 vsize=19060472 memory=-6000919494231812711 CPUtime=0 cores=1,3
/proc/82326/task/82337/stat : 82337 (Finalizer) S 82323 82326 77597 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8548013 19517923328 1020687 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
[pid=82326/tid=82344] ppid=82323 vsize=19060472 memory=1506 CPUtime=0 cores=1,3
/proc/82326/task/82344/stat : 82344 (Common-Cleaner) S 82323 82326 77597 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 8548013 19517923328 1020687 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
Current children cumulated CPU time: 9.07 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 4082748 KiB

[startup+12.7008 s]
/proc/loadavg: 4.41 4.22 4.20 5/316 82346
/proc/meminfo: memFree=111510864/131655788 swapFree=131071996/131071996
[pid=82326] ppid=82323 vsize=19060472 memory=4627380 CPUtime=16.58 cores=1,3
/proc/82326/stat : 82326 (java) S 82323 82326 77597 0 -1 1077936128 26802 0 0 0 1561 97 0 0 20 0 19 0 8548009 19517923328 1156845 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
/proc/82326/statm: 4765118 1156845 6139 1 0 1387623 0
[pid=82326/tid=82328] ppid=82323 vsize=19060472 memory=12312 CPUtime=11.91 cores=1,3
/proc/82326/task/82328/stat : 82328 (java) R 82323 82326 77597 0 -1 4194368 8834 0 0 0 1102 89 0 0 20 0 19 0 8548010 19517923328 1156845 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
[pid=82326/tid=82337] ppid=82323 vsize=19060472 memory=4618824 CPUtime=0 cores=1,3
/proc/82326/task/82337/stat : 82337 (Finalizer) S 82323 82326 77597 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8548013 19517923328 1156845 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
[pid=82326/tid=82344] ppid=82323 vsize=19060472 memory=5668 CPUtime=0 cores=1,3
/proc/82326/task/82344/stat : 82344 (Common-Cleaner) S 82323 82326 77597 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 8548013 19517923328 1156845 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
Current children cumulated CPU time: 16.58 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 4627380 KiB

[startup+25.5008 s]
/proc/loadavg: 4.27 4.20 4.19 4/290 82383
/proc/meminfo: memFree=116247332/131655788 swapFree=131071996/131071996
[pid=82326] ppid=82323 vsize=19060472 memory=4663128 CPUtime=29.68 cores=1,3
/proc/82326/stat : 82326 (java) S 82323 82326 77597 0 -1 1077936128 30840 0 0 0 2868 100 0 0 20 0 19 0 8548009 19517923328 1165782 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
/proc/82326/statm: 4765118 1165782 6139 1 0 1387623 0
[pid=82326/tid=82328] ppid=82323 vsize=19060472 memory=4660980 CPUtime=24.1 cores=1,3
/proc/82326/task/82328/stat : 82328 (java) R 82323 82326 77597 0 -1 4194368 10526 0 0 0 2320 90 0 0 20 0 19 0 8548010 19517923328 1165782 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
[pid=82326/tid=82337] ppid=82323 vsize=19060472 memory=-6000919494231812711 CPUtime=0 cores=1,3
/proc/82326/task/82337/stat : 82337 (Finalizer) S 82323 82326 77597 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8548013 19517923328 1165782 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
[pid=82326/tid=82344] ppid=82323 vsize=19060472 memory=11540 CPUtime=0 cores=1,3
/proc/82326/task/82344/stat : 82344 (Common-Cleaner) S 82323 82326 77597 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 8548013 19517923328 1165782 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
Current children cumulated CPU time: 29.68 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 4663128 KiB

[startup+51.1058 s]
/proc/loadavg: 4.20 4.18 4.18 4/288 82387
/proc/meminfo: memFree=115590472/131655788 swapFree=131071996/131071996
[pid=82326] ppid=82323 vsize=19060472 memory=5316792 CPUtime=55.55 cores=1,3
/proc/82326/stat : 82326 (java) S 82323 82326 77597 0 -1 1077936128 36250 0 0 0 5438 117 0 0 20 0 19 0 8548009 19517923328 1329198 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
/proc/82326/statm: 4765118 1329198 6139 1 0 1542203 0
[pid=82326/tid=82328] ppid=82323 vsize=19060472 memory=2304 CPUtime=48.46 cores=1,3
/proc/82326/task/82328/stat : 82328 (java) R 82323 82326 77597 0 -1 4194368 13842 0 0 0 4744 102 0 0 20 0 19 0 8548010 19517923328 1329198 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
[pid=82326/tid=82337] ppid=82323 vsize=19060472 memory=5316260 CPUtime=0 cores=1,3
/proc/82326/task/82337/stat : 82337 (Finalizer) S 82323 82326 77597 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8548013 19517923328 1329198 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
[pid=82326/tid=82344] ppid=82323 vsize=19060472 memory=-6000919494231812711 CPUtime=0 cores=1,3
/proc/82326/task/82344/stat : 82344 (Common-Cleaner) S 82323 82326 77597 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 19 0 8548013 19517923328 1329198 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
Current children cumulated CPU time: 55.55 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 5316792 KiB

[startup+102.3 s]
/proc/loadavg: 3.93 4.12 4.16 4/288 82396
/proc/meminfo: memFree=115079892/131655788 swapFree=131071996/131071996
[pid=82326] ppid=82323 vsize=19060472 memory=5777012 CPUtime=107.07 cores=1,3
/proc/82326/stat : 82326 (java) S 82323 82326 77597 0 -1 1077936128 43320 0 0 0 10574 133 0 0 20 0 19 0 8548009 19517923328 1444253 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
/proc/82326/statm: 4765118 1444253 6139 1 0 1644561 0
[pid=82326/tid=82328] ppid=82323 vsize=19060472 memory=5760500 CPUtime=97.81 cores=1,3

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

/proc/meminfo: memFree=120074156/131655788 swapFree=131071996/131071996
[pid=82326] ppid=82323 vsize=19060472 memory=6854280 CPUtime=3233.38 cores=1,3
/proc/82326/stat : 82326 (java) S 82323 82326 77597 0 -1 1077936128 321108 0 0 0 322768 570 0 0 20 0 19 0 8548009 19517923328 1713570 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
/proc/82326/statm: 4765118 1713570 6139 1 0 1742770 0
[pid=82326/tid=82328] ppid=82323 vsize=19060472 memory=6854280 CPUtime=3175 cores=1,3
/proc/82326/task/82328/stat : 82328 (java) R 82323 82326 77597 0 -1 4194368 141176 0 0 0 317331 169 0 0 20 0 19 0 8548010 19517923328 1713570 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
[pid=82326/tid=82337] ppid=82323 vsize=19060472 memory=6854280 CPUtime=0 cores=1,3
/proc/82326/task/82337/stat : 82337 (Finalizer) S 82323 82326 77597 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8548013 19517923328 1713570 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
[pid=82326/tid=82344] ppid=82323 vsize=19060472 memory=11540 CPUtime=0 cores=1,3
/proc/82326/task/82344/stat : 82344 (Common-Cleaner) S 82323 82326 77597 0 -1 1077936192 4618 0 0 0 0 0 0 0 20 0 19 0 8548013 19517923328 1713570 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
Current children cumulated CPU time: 3233.38 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 6854280 KiB

[startup+3282.3 s]
/proc/loadavg: 1.18 1.16 1.62 2/240 84224
/proc/meminfo: memFree=120073792/131655788 swapFree=131071996/131071996
[pid=82326] ppid=82323 vsize=19060472 memory=6854280 CPUtime=3293.44 cores=1,3
/proc/82326/stat : 82326 (java) S 82323 82326 77597 0 -1 1077936128 326594 0 0 0 328766 578 0 0 20 0 19 0 8548009 19517923328 1713570 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
/proc/82326/statm: 4765118 1713570 6139 1 0 1742770 0
[pid=82326/tid=82328] ppid=82323 vsize=19060472 memory=6854280 CPUtime=3234.5 cores=1,3
/proc/82326/task/82328/stat : 82328 (java) R 82323 82326 77597 0 -1 4194368 143721 0 0 0 323280 170 0 0 20 0 19 0 8548010 19517923328 1713570 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
[pid=82326/tid=82337] ppid=82323 vsize=19060472 memory=12312 CPUtime=0 cores=1,3
/proc/82326/task/82337/stat : 82337 (Finalizer) S 82323 82326 77597 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8548013 19517923328 1713570 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
[pid=82326/tid=82344] ppid=82323 vsize=19060472 memory=0 CPUtime=0.01 cores=1,3
/proc/82326/task/82344/stat : 82344 (Common-Cleaner) S 82323 82326 77597 0 -1 1077936192 4708 0 0 0 0 1 0 0 20 0 19 0 8548013 19517923328 1713570 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
Current children cumulated CPU time: 3293.44 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 6854280 KiB

[startup+3342.3 s]
/proc/loadavg: 1.17 1.16 1.59 2/240 84235
/proc/meminfo: memFree=120073628/131655788 swapFree=131071996/131071996
[pid=82326] ppid=82323 vsize=19060472 memory=6854280 CPUtime=3353.5 cores=1,3
/proc/82326/stat : 82326 (java) S 82323 82326 77597 0 -1 1077936128 331985 0 0 0 334764 586 0 0 20 0 19 0 8548009 19517923328 1713570 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
/proc/82326/statm: 4765118 1713570 6139 1 0 1742770 0
[pid=82326/tid=82328] ppid=82323 vsize=19060472 memory=31384 CPUtime=3293.98 cores=1,3
/proc/82326/task/82328/stat : 82328 (java) R 82323 82326 77597 0 -1 4194368 146129 0 0 0 329228 170 0 0 20 0 19 0 8548010 19517923328 1713570 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
[pid=82326/tid=82337] ppid=82323 vsize=19060472 memory=0 CPUtime=0 cores=1,3
/proc/82326/task/82337/stat : 82337 (Finalizer) S 82323 82326 77597 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8548013 19517923328 1713570 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
[pid=82326/tid=82344] ppid=82323 vsize=19060472 memory=11540 CPUtime=0.01 cores=1,3
/proc/82326/task/82344/stat : 82344 (Common-Cleaner) S 82323 82326 77597 0 -1 1077936192 4798 0 0 0 0 1 0 0 20 0 19 0 8548013 19517923328 1713570 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
Current children cumulated CPU time: 3353.5 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 6854280 KiB

[startup+3402.3 s]
/proc/loadavg: 1.11 1.14 1.56 2/240 84246
/proc/meminfo: memFree=120073356/131655788 swapFree=131071996/131071996
[pid=82326] ppid=82323 vsize=19060472 memory=6854280 CPUtime=3413.54 cores=1,3
/proc/82326/stat : 82326 (java) S 82323 82326 77597 0 -1 1077936128 337432 0 0 0 340762 592 0 0 20 0 19 0 8548009 19517923328 1713570 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
/proc/82326/statm: 4765118 1713570 6139 1 0 1742770 0
[pid=82326/tid=82328] ppid=82323 vsize=19060472 memory=0 CPUtime=3353.48 cores=1,3
/proc/82326/task/82328/stat : 82328 (java) R 82323 82326 77597 0 -1 4194368 148592 0 0 0 335177 171 0 0 20 0 19 0 8548010 19517923328 1713570 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
[pid=82326/tid=82337] ppid=82323 vsize=19060472 memory=6854280 CPUtime=0 cores=1,3
/proc/82326/task/82337/stat : 82337 (Finalizer) S 82323 82326 77597 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8548013 19517923328 1713570 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
[pid=82326/tid=82344] ppid=82323 vsize=19060472 memory=11540 CPUtime=0.01 cores=1,3
/proc/82326/task/82344/stat : 82344 (Common-Cleaner) S 82323 82326 77597 0 -1 1077936192 4888 0 0 0 0 1 0 0 20 0 19 0 8548013 19517923328 1713570 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
Current children cumulated CPU time: 3413.54 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 6854280 KiB

[startup+3462.3 s]
/proc/loadavg: 1.14 1.14 1.53 2/237 84256
/proc/meminfo: memFree=120073156/131655788 swapFree=131071996/131071996
[pid=82326] ppid=82323 vsize=19060472 memory=6854280 CPUtime=3473.57 cores=1,3
/proc/82326/stat : 82326 (java) S 82323 82326 77597 0 -1 1077936128 342896 0 0 0 346757 600 0 0 20 0 19 0 8548009 19517923328 1713570 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
/proc/82326/statm: 4765118 1713570 6139 1 0 1742770 0
[pid=82326/tid=82328] ppid=82323 vsize=19060472 memory=0 CPUtime=3412.95 cores=1,3
/proc/82326/task/82328/stat : 82328 (java) R 82323 82326 77597 0 -1 4194368 151169 0 0 0 341124 171 0 0 20 0 19 0 8548010 19517923328 1713570 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
[pid=82326/tid=82337] ppid=82323 vsize=19060472 memory=6854280 CPUtime=0 cores=1,3
/proc/82326/task/82337/stat : 82337 (Finalizer) S 82323 82326 77597 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8548013 19517923328 1713570 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
[pid=82326/tid=82344] ppid=82323 vsize=19060472 memory=-6000919494231812711 CPUtime=0.01 cores=1,3
/proc/82326/task/82344/stat : 82344 (Common-Cleaner) S 82323 82326 77597 0 -1 1077936192 4978 0 0 0 0 1 0 0 20 0 19 0 8548013 19517923328 1713570 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
Current children cumulated CPU time: 3473.57 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 6854280 KiB

[startup+3522.3 s]
/proc/loadavg: 1.10 1.13 1.50 2/238 84270
/proc/meminfo: memFree=120072464/131655788 swapFree=131071996/131071996
[pid=82326] ppid=82323 vsize=19060472 memory=6854280 CPUtime=3533.63 cores=1,3
/proc/82326/stat : 82326 (java) S 82323 82326 77597 0 -1 1077936128 348443 0 0 0 352756 607 0 0 20 0 19 0 8548009 19517923328 1713570 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
/proc/82326/statm: 4765118 1713570 6139 1 0 1742770 0
[pid=82326/tid=82328] ppid=82323 vsize=19060472 memory=6854280 CPUtime=3472.44 cores=1,3
/proc/82326/task/82328/stat : 82328 (java) R 82323 82326 77597 0 -1 4194368 153747 0 0 0 347073 171 0 0 20 0 19 0 8548010 19517923328 1713570 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
[pid=82326/tid=82337] ppid=82323 vsize=19060472 memory=6854280 CPUtime=0 cores=1,3
/proc/82326/task/82337/stat : 82337 (Finalizer) S 82323 82326 77597 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8548013 19517923328 1713570 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
[pid=82326/tid=82344] ppid=82323 vsize=19060472 memory=6854280 CPUtime=0.01 cores=1,3
/proc/82326/task/82344/stat : 82344 (Common-Cleaner) S 82323 82326 77597 0 -1 1077936192 5068 0 0 0 0 1 0 0 20 0 19 0 8548013 19517923328 1713570 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
Current children cumulated CPU time: 3533.63 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 6854280 KiB

[startup+3582.3 s]
/proc/loadavg: 1.12 1.13 1.48 2/237 84280
/proc/meminfo: memFree=120072308/131655788 swapFree=131071996/131071996
[pid=82326] ppid=82323 vsize=19060472 memory=6854280 CPUtime=3593.66 cores=1,3
/proc/82326/stat : 82326 (java) S 82323 82326 77597 0 -1 1077936128 352312 0 0 0 358752 614 0 0 20 0 19 0 8548009 19517923328 1713570 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
/proc/82326/statm: 4765118 1713570 6139 1 0 1742770 0
[pid=82326/tid=82328] ppid=82323 vsize=19060472 memory=31960 CPUtime=3531.96 cores=1,3
/proc/82326/task/82328/stat : 82328 (java) R 82323 82326 77597 0 -1 4194368 155960 0 0 0 353024 172 0 0 20 0 19 0 8548010 19517923328 1713570 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
[pid=82326/tid=82337] ppid=82323 vsize=19060472 memory=6854280 CPUtime=0 cores=1,3
/proc/82326/task/82337/stat : 82337 (Finalizer) S 82323 82326 77597 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8548013 19517923328 1713570 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
[pid=82326/tid=82344] ppid=82323 vsize=19060472 memory=6854280 CPUtime=0.01 cores=1,3
/proc/82326/task/82344/stat : 82344 (Common-Cleaner) S 82323 82326 77597 0 -1 1077936192 5158 0 0 0 0 1 0 0 20 0 19 0 8548013 19517923328 1713570 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
Current children cumulated CPU time: 3593.66 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 6854280 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3588.7 s]
/proc/loadavg: 1.17 1.15 1.48 2/237 84282
/proc/meminfo: memFree=120072276/131655788 swapFree=131071996/131071996
[pid=82326] ppid=82323 vsize=19060472 memory=6854280 CPUtime=3600.07 cores=1,3
/proc/82326/stat : 82326 (java) S 82323 82326 77597 0 -1 1077936128 354021 0 0 0 359392 615 0 0 20 0 19 0 8548009 19517923328 1713570 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
/proc/82326/statm: 4765118 1713570 6139 1 0 1742770 0
[pid=82326/tid=82328] ppid=82323 vsize=19060472 memory=12312 CPUtime=3538.29 cores=1,3
/proc/82326/task/82328/stat : 82328 (java) R 82323 82326 77597 0 -1 4194368 156387 0 0 0 353657 172 0 0 20 0 19 0 8548010 19517923328 1713570 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
[pid=82326/tid=82337] ppid=82323 vsize=19060472 memory=6854280 CPUtime=0 cores=1,3
/proc/82326/task/82337/stat : 82337 (Finalizer) S 82323 82326 77597 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8548013 19517923328 1713570 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
[pid=82326/tid=82344] ppid=82323 vsize=19060472 memory=6854280 CPUtime=0.01 cores=1,3
/proc/82326/task/82344/stat : 82344 (Common-Cleaner) S 82323 82326 77597 0 -1 1077936192 5158 0 0 0 0 1 0 0 20 0 19 0 8548013 19517923328 1713570 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 6854280 KiB

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

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

# cumulated CPU time of all completed processes:  user=3594.09 s, system=6.20052 s

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

[startup+3588.7 s]
/proc/loadavg: 1.17 1.15 1.48 2/237 84282
/proc/meminfo: memFree=120072276/131655788 swapFree=131071996/131071996
[pid=82326] ppid=82323 vsize=19060472 memory=6854280 CPUtime=3600.07 cores=1,3
/proc/82326/stat : 82326 (java) S 82323 82326 77597 0 -1 1077936128 354021 0 0 0 359392 615 0 0 20 0 19 0 8548009 19517923328 1713570 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 0 0 16800975 0 0 0 17 1 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
/proc/82326/statm: 4765118 1713570 6139 1 0 1742770 0
[pid=82326/tid=82328] ppid=82323 vsize=19060472 memory=12312 CPUtime=3538.29 cores=1,3
/proc/82326/task/82328/stat : 82328 (java) R 82323 82326 77597 0 -1 4194368 156387 0 0 0 353657 172 0 0 20 0 19 0 8548010 19517923328 1713570 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
[pid=82326/tid=82337] ppid=82323 vsize=19060472 memory=6854280 CPUtime=0 cores=1,3
/proc/82326/task/82337/stat : 82337 (Finalizer) S 82323 82326 77597 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 8548013 19517923328 1713570 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
[pid=82326/tid=82344] ppid=82323 vsize=19060472 memory=6854280 CPUtime=0.01 cores=1,3
/proc/82326/task/82344/stat : 82344 (Common-Cleaner) S 82323 82326 77597 0 -1 1077936192 5158 0 0 0 0 1 0 0 20 0 19 0 8548013 19517923328 1713570 134679101440 94419919491072 94419919494768 140737450053264 0 0 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 94419919502584 94419919503376 94419942391808 140737450054643 140737450054756 140737450054756 140737450061768 0
Current children cumulated CPU time: 3600.07 s
Current children cumulated vsize: 19060472 KiB
Current children cumulated memory: 6854280 KiB

Child status: 143

Real time (s): 3588.83
CPU time (s): 3600.29
CPU user time (s): 3594.09
CPU system time (s): 6.20052
CPU usage (%): 100.319
Max. virtual memory (cumulated for all children) (KiB): 19061720
Max. memory (cumulated for all children) (KiB): 6854280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3594.09
system time used= 6.20052
maximum resident set size= 6856116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 357085
page faults= 0
swaps= 0
block input operations= 24
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 436527
involuntary context switches= 8430


# summary of solver processes directly reported to runsolver:
#   pid: 82326
#   total CPU time (s): 3600.29
#   total CPU user time (s): 3594.09
#   total CPU system time (s): 6.20052

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.024 second user time and 37.3512 second system time

The end

Launcher Data

Begin job on nodeC011 at 2024-07-23 11:06:22
IDJOB=4456619
IDBENCH=144110
IDSOLVER=3035
FILE ID=nodeC011/4456619-1721725580
RUNJOBID= nodeC011-1721718431-77610
SLURM_JOB_ID= 7770416
Free space on /tmp= 723528 MiB

SOLVER NAME= Sat4j Partial RoundingSAT 2024 2024-07-12
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/pedigree/normalized-sheep4r_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar PartialRoundingSatPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4456619-1721725580/watcher-4456619-1721725580 -o /tmp/evaluation-result-4456619-1721725580/solver-4456619-1721725580 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC011-1721718431-77610 --watchdog 3760  java -jar sat4j-pb.jar PartialRoundingSatPB24 HOME/instance-4456619-1721725580.wbo

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

MD5SUM BENCH= b3d29a62e920b432ed1420af63cfe867
RANDOM SEED=1446971648

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        116121212 kB
MemAvailable:   119220300 kB
Buffers:          144540 kB
Cached:          3753564 kB
SwapCached:            0 kB
Active:           868704 kB
Inactive:       14091296 kB
Active(anon):       1464 kB
Inactive(anon): 11089940 kB
Active(file):     867240 kB
Inactive(file):  3001356 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            256872 kB
Writeback:             0 kB
AnonPages:      11061904 kB
Mapped:           119172 kB
Shmem:             29504 kB
KReclaimable:     141380 kB
Slab:             236076 kB
SReclaimable:     141380 kB
SUnreclaim:        94696 kB
KernelStack:        4800 kB
PageTables:        31888 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   12507900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            17728 kB
HardwareCorrupted:     0 kB
AnonHugePages:  10725376 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:      254792 kB
DirectMap2M:    21669888 kB
DirectMap1G:    114294784 kB

Free space on /tmp at the end= 723532 MiB
End job on nodeC011 at 2024-07-23 12:06:11