Trace number 4424703

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NamePB24/WBO/PARTIAL-LIN/wcsp/pedigree/
normalized-sheep4nr_wcsp.wbo
MD5SUM4e6635c5c95c47c2cfb6034439056f8c
Bench CategoryPARTIAL-LIN (WBO, both soft and hard constraints, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark23
Best CPU time to get the best result obtained on this benchmark241.566
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables89900
Total number of constraints5924003
Number of soft constraints5915013
Number of constraints which are clauses5915013
Number of constraints which are cardinality constraints (but not clauses)8990
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint10
Top cost 2482
Min constraint cost 1
Max constraint cost 2482
Sum of constraints costs 14625664017
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.00/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2024 Artois University and CNRS
0.00/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.06	c See www.sat4j.org for details.
0.00/0.07	c version CUSTOM.v20240707
0.00/0.08	c java.runtime.name	OpenJDK Runtime Environment
0.00/0.08	c java.vm.name		OpenJDK 64-Bit Server VM
0.00/0.08	c java.vm.version	22.0.1+8-16
0.00/0.08	c java.vm.vendor	Oracle Corporation
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		22.0.1
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		4.18.0-301.1.el8.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		2106806208
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2113929216
0.00/0.09	c Number of processors 	2
0.13/0.16	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	 - never skip resolution steps
0.13/0.16	 - Auto-division on coefficients is disabled
0.13/0.16	 - No postprocessing
0.13/0.16	 - Conflict is considered as is when resolving
0.13/0.16	 - Use constraints as they come during conflict analysis
0.13/0.16	 - Weaken first using unassigned literals
0.13/0.16	 - Bump strategy: ALWAYS_ONE
0.13/0.16	 - Bumper: EFFECTIVE
0.13/0.16	--- Begin Solver configuration ---
0.13/0.16	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.16	Learn all clauses as in MiniSAT
0.13/0.16	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	No reason simplification
0.13/0.16	Dynamic restart strategy considering the size of the coefficients
0.13/0.16	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.16	timeout=2147483s
0.13/0.16	DB Simplification allowed=false
0.13/0.16	Listener: none
0.13/0.16	--- End Solver configuration ---
0.13/0.16	c Pseudo Boolean Optimization by upper bound
0.13/0.16	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.16	c  - never skip resolution steps
0.13/0.16	c  - Auto-division on coefficients is disabled
0.13/0.16	c  - No postprocessing
0.13/0.16	c  - Conflict is considered as is when resolving
0.13/0.16	c  - Use constraints as they come during conflict analysis
0.13/0.16	c  - Weaken first using unassigned literals
0.13/0.16	c  - Bump strategy: ALWAYS_ONE
0.13/0.16	c  - Bumper: EFFECTIVE
0.13/0.16	c --- Begin Solver configuration ---
0.13/0.16	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.16	c Learn all clauses as in MiniSAT
0.13/0.16	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.16	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.16	c No reason simplification
0.13/0.16	c Dynamic restart strategy considering the size of the coefficients
0.13/0.16	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.16	c timeout=2147483s
0.13/0.16	c DB Simplification allowed=false
0.13/0.16	c Listener: none
0.13/0.16	c --- End Solver configuration ---
0.13/0.16	c solving HOME/instance-4424703-1720894402.wbo
0.13/0.16	c reading problem ... 
3600.08/3600.51	c starts		: 0
3600.08/3600.52	c conflicts		: 0
3600.08/3600.52	c decisions		: 0
3600.08/3600.52	c propagations		: 0
3600.08/3600.52	c inspects		: 0
3600.08/3600.52	c shortcuts		: 0
3600.08/3600.52	c learnt literals	: 0
3600.08/3600.52	c learnt binary clauses	: 0
3600.08/3600.52	c learnt ternary clauses	: 0
3600.08/3600.52	c learnt constraints	: 0
3600.08/3600.52	c ignored constraints	: 0
3600.08/3600.52	c root simplifications	: 0
3600.08/3600.52	c removed literals (reason simplification)	: 0
3600.08/3600.52	c reason swapping (by a shorter reason)	: 0
3600.08/3600.52	c Calls to reduceDB	: 0
3600.08/3600.52	c Number of update (reduction) of LBD	: 0
3600.08/3600.52	c Imported unit clauses	: 0
3600.08/3600.52	c No decision after first conflict	: true
3600.08/3600.52	c number of reductions to clauses (during analyze)	: 0
3600.08/3600.52	c number of learned constraints concerned by reduction	: 0
3600.08/3600.52	c number of learning phase by resolution	: 0
3600.08/3600.52	c number of learning phase by cutting planes	: 0
3600.08/3600.52	c number of rounding to 1 operations	: 0
3600.08/3600.52	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.08/3600.52	c number of reductions of the coefficients by power 2 	: 0
3600.08/3600.52	c number of right shift for reduction by power 2 	: 0
3600.08/3600.52	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.08/3600.52	c number of ending skipping 	: 0
3600.08/3600.52	c number of internal skipping 	: 0
3600.08/3600.52	c number of derivation steps 	: 0
3600.08/3600.52	c number of skipped derivation steps 	: 0
3600.08/3600.52	c number of remaining unassigned 	: 0
3600.08/3600.52	c number of remaining assigned 	: 0
3600.08/3600.52	c number of falsified literals weakened from reason	: 0
3600.08/3600.52	c number of falsified literals weakened from conflict	: 0
3600.08/3600.52	c time for arithmetic operations	: 0
3600.08/3600.53	c minimum degree of deleted constraints	: null
3600.08/3600.53	c maximum degree of deleted constraints	: null
3600.08/3600.53	c number of deleted constraints	: 0
3600.08/3600.53	c speed (assignments/second)	: 0.0
3600.08/3600.53	c non guided choices	: 0
3600.08/3600.53	s UNKNOWN
3600.08/3600.54	c Total wall clock time (in seconds): 3600.376

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4424703-1720894402/watcher-4424703-1720894402 -o /tmp/evaluation-result-4424703-1720894402/solver-4424703-1720894402 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1720894414-722862 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4424703-1720894402.wbo 

running on 2 cores: 4,6

CPU governors:
  performance: 4 6

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=722996, runsolver pid=722993

[startup+0.101172 s]*
/proc/loadavg: 1.63 1.42 1.73 7/306 723031
/proc/meminfo: memFree=123746680/131524596 swapFree=131071996/131071996
[pid=722996] ppid=722993 vsize=18975048 memory=64568 CPUtime=0.13 cores=4,6
/proc/722996/stat : 722996 (java) S 722993 722996 720629 0 -1 1077936128 7177 0 0 0 11 2 0 0 20 0 18 0 141610869 19430449152 16142 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
/proc/722996/statm: 4743762 16142 5550 1 0 549318 0
[pid=722996/tid=722998] ppid=722993 vsize=18975048 memory=4026532157 CPUtime=0.09 cores=4,6
/proc/722996/task/722998/stat : 722998 (java) R 722993 722996 720629 0 -1 1077936192 5729 0 0 0 7 2 0 0 20 0 18 0 141610870 19430449152 16142 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
[pid=722996/tid=723007] ppid=722993 vsize=18975048 memory=215671374179 CPUtime=0 cores=4,6
/proc/722996/task/723007/stat : 723007 (Finalizer) S 722993 722996 720629 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 141610872 19430449152 16142 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
[pid=722996/tid=723014] ppid=722993 vsize=18975048 memory=14417016329102098 CPUtime=0 cores=4,6
/proc/722996/task/723014/stat : 723014 (Common-Cleaner) S 722993 722996 720629 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 18 0 141610873 19430449152 16142 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64568 KiB

[startup+0.208343 s]*
/proc/loadavg: 1.63 1.42 1.73 8/308 723035
/proc/meminfo: memFree=123375536/131524596 swapFree=131071996/131071996
[pid=722996] ppid=722993 vsize=19041612 memory=182004 CPUtime=0.32 cores=4,6
/proc/722996/stat : 722996 (java) S 722993 722996 720629 0 -1 1077936128 7726 0 0 0 28 4 0 0 20 0 19 0 141610869 19498610688 45501 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
/proc/722996/statm: 4760403 45501 5758 1 0 549955 0
[pid=722996/tid=722998] ppid=722993 vsize=19041612 memory=664970851429515383 CPUtime=0.18 cores=4,6
/proc/722996/task/722998/stat : 722998 (java) S 722993 722996 720629 0 -1 1077936192 6088 0 0 0 15 3 0 0 20 0 19 0 141610870 19498610688 45501 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
[pid=722996/tid=723007] ppid=722993 vsize=19041612 memory=219966356770 CPUtime=0 cores=4,6
/proc/722996/task/723007/stat : 723007 (Finalizer) S 722993 722996 720629 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141610872 19498610688 45501 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
[pid=722996/tid=723014] ppid=722993 vsize=19041612 memory=27084 CPUtime=0 cores=4,6
/proc/722996/task/723014/stat : 723014 (Common-Cleaner) S 722993 722996 720629 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 141610873 19498610688 46013 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 182004 KiB

[startup+0.310207 s]*
/proc/loadavg: 1.63 1.42 1.73 6/307 723036
/proc/meminfo: memFree=122942608/131524596 swapFree=131071996/131071996
[pid=722996] ppid=722993 vsize=19041612 memory=248176 CPUtime=0.47 cores=4,6
/proc/722996/stat : 722996 (java) S 722993 722996 720629 0 -1 1077936128 7848 0 0 0 41 6 0 0 20 0 19 0 141610869 19498610688 62044 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
/proc/722996/statm: 4760403 62044 5858 1 0 550006 0
[pid=722996/tid=722998] ppid=722993 vsize=19041612 memory=-8958892668458803900 CPUtime=0.26 cores=4,6
/proc/722996/task/722998/stat : 722998 (java) S 722993 722996 720629 0 -1 1077936192 6118 0 0 0 21 5 0 0 20 0 19 0 141610870 19498610688 62044 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
[pid=722996/tid=723007] ppid=722993 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/722996/task/723007/stat : 723007 (Finalizer) S 722993 722996 720629 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141610872 19498610688 62044 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
[pid=722996/tid=723014] ppid=722993 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/722996/task/723014/stat : 723014 (Common-Cleaner) S 722993 722996 720629 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 141610873 19498610688 62044 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
Current children cumulated CPU time: 0.47 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 248176 KiB

[startup+0.700254 s]
/proc/loadavg: 1.63 1.42 1.73 7/330 723064
/proc/meminfo: memFree=121835968/131524596 swapFree=131071996/131071996
[pid=722996] ppid=722993 vsize=19041612 memory=1073604 CPUtime=1.08 cores=4,6
/proc/722996/stat : 722996 (java) S 722993 722996 720629 0 -1 1077936128 9825 0 0 0 85 23 0 0 20 0 19 0 141610869 19498610688 267889 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
/proc/722996/statm: 4760403 268401 5874 1 0 551035 0
[pid=722996/tid=722998] ppid=722993 vsize=19041612 memory=5552 CPUtime=0.62 cores=4,6
/proc/722996/task/722998/stat : 722998 (java) R 722993 722996 720629 0 -1 4194368 6521 0 0 0 41 21 0 0 20 0 19 0 141610870 19498610688 268401 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
[pid=722996/tid=723007] ppid=722993 vsize=19041612 memory=12996 CPUtime=0 cores=4,6
/proc/722996/task/723007/stat : 723007 (Finalizer) S 722993 722996 720629 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141610872 19498610688 268401 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
[pid=722996/tid=723014] ppid=722993 vsize=19041612 memory=321 CPUtime=0 cores=4,6
/proc/722996/task/723014/stat : 723014 (Common-Cleaner) S 722993 722996 720629 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 141610873 19498610688 268401 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
Current children cumulated CPU time: 1.08 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 1073604 KiB

[startup+1.50081 s]
/proc/loadavg: 1.63 1.42 1.73 7/331 723065
/proc/meminfo: memFree=119503228/131524596 swapFree=131071996/131071996
[pid=722996] ppid=722993 vsize=19041612 memory=2786912 CPUtime=2.23 cores=4,6
/proc/722996/stat : 722996 (java) S 722993 722996 720629 0 -1 1077936128 19351 0 0 0 165 58 0 0 20 0 19 0 141610869 19498610688 696728 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
/proc/722996/statm: 4760403 696728 5874 1 0 923817 0
[pid=722996/tid=722998] ppid=722993 vsize=19041612 memory=321 CPUtime=1.4 cores=4,6
/proc/722996/task/722998/stat : 722998 (java) R 722993 722996 720629 0 -1 4194368 7349 0 0 0 85 55 0 0 20 0 19 0 141610870 19498610688 696728 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
[pid=722996/tid=723007] ppid=722993 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/722996/task/723007/stat : 723007 (Finalizer) S 722993 722996 720629 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141610872 19498610688 696728 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
[pid=722996/tid=723014] ppid=722993 vsize=19041612 memory=12996 CPUtime=0 cores=4,6
/proc/722996/task/723014/stat : 723014 (Common-Cleaner) S 722993 722996 720629 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 141610873 19498610688 696728 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
Current children cumulated CPU time: 2.23 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2786912 KiB

[startup+3.10644 s]
/proc/loadavg: 1.63 1.42 1.73 5/331 723065
/proc/meminfo: memFree=115862468/131524596 swapFree=131071996/131071996
[pid=722996] ppid=722993 vsize=19041612 memory=2807220 CPUtime=4.37 cores=4,6
/proc/722996/stat : 722996 (java) S 722993 722996 720629 0 -1 1077936128 26368 0 0 0 377 60 0 0 20 0 19 0 141610869 19498610688 701805 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
/proc/722996/statm: 4760403 701805 5874 1 0 928472 0
[pid=722996/tid=722998] ppid=722993 vsize=19041612 memory=12996 CPUtime=2.94 cores=4,6
/proc/722996/task/722998/stat : 722998 (java) R 722993 722996 720629 0 -1 4194368 7349 0 0 0 239 55 0 0 20 0 19 0 141610870 19498610688 701805 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
[pid=722996/tid=723007] ppid=722993 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/722996/task/723007/stat : 723007 (Finalizer) S 722993 722996 720629 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141610872 19498610688 701805 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
[pid=722996/tid=723014] ppid=722993 vsize=19041612 memory=321 CPUtime=0 cores=4,6
/proc/722996/task/723014/stat : 723014 (Common-Cleaner) S 722993 722996 720629 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 141610873 19498610688 701805 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
Current children cumulated CPU time: 4.37 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 2807220 KiB

[startup+6.30023 s]
/proc/loadavg: 1.98 1.50 1.76 4/311 723070
/proc/meminfo: memFree=117924972/131524596 swapFree=131071996/131071996
[pid=722996] ppid=722993 vsize=19041612 memory=3315192 CPUtime=8.17 cores=4,6
/proc/722996/stat : 722996 (java) S 722993 722996 720629 0 -1 1077936128 27531 0 0 0 747 70 0 0 20 0 19 0 141610869 19498610688 828798 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
/proc/722996/statm: 4760403 828798 5874 1 0 1058006 0
[pid=722996/tid=722998] ppid=722993 vsize=19041612 memory=321 CPUtime=5.98 cores=4,6
/proc/722996/task/722998/stat : 722998 (java) R 722993 722996 720629 0 -1 4194368 7782 0 0 0 533 65 0 0 20 0 19 0 141610870 19498610688 828798 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
[pid=722996/tid=723007] ppid=722993 vsize=19041612 memory=12996 CPUtime=0 cores=4,6
/proc/722996/task/723007/stat : 723007 (Finalizer) S 722993 722996 720629 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141610872 19498610688 828798 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
[pid=722996/tid=723014] ppid=722993 vsize=19041612 memory=11432 CPUtime=0 cores=4,6
/proc/722996/task/723014/stat : 723014 (Common-Cleaner) S 722993 722996 720629 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 141610873 19498610688 828798 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
Current children cumulated CPU time: 8.17 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3315192 KiB

[startup+12.7003 s]
/proc/loadavg: 2.14 1.54 1.77 5/331 723134
/proc/meminfo: memFree=113985368/131524596 swapFree=131071996/131071996
[pid=722996] ppid=722993 vsize=19041612 memory=3875968 CPUtime=14.91 cores=4,6
/proc/722996/stat : 722996 (java) S 722993 722996 720629 0 -1 1077936128 28959 0 0 0 1409 82 0 0 20 0 19 0 141610869 19498610688 968992 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
/proc/722996/statm: 4760403 968992 5874 1 0 1193803 0
[pid=722996/tid=722998] ppid=722993 vsize=19041612 memory=11432 CPUtime=12.12 cores=4,6
/proc/722996/task/722998/stat : 722998 (java) R 722993 722996 720629 0 -1 4194368 8811 0 0 0 1136 76 0 0 20 0 19 0 141610870 19498610688 968992 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
[pid=722996/tid=723007] ppid=722993 vsize=19041612 memory=3317420 CPUtime=0 cores=4,6
/proc/722996/task/723007/stat : 723007 (Finalizer) S 722993 722996 720629 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141610872 19498610688 968992 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
[pid=722996/tid=723014] ppid=722993 vsize=19041612 memory=3867776 CPUtime=0 cores=4,6
/proc/722996/task/723014/stat : 723014 (Common-Cleaner) S 722993 722996 720629 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 141610873 19498610688 968992 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
Current children cumulated CPU time: 14.91 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3875968 KiB

[startup+25.5003 s]
/proc/loadavg: 2.63 1.68 1.81 5/331 723138
/proc/meminfo: memFree=112875388/131524596 swapFree=131071996/131071996
[pid=722996] ppid=722993 vsize=19041612 memory=3901624 CPUtime=27.9 cores=4,6
/proc/722996/stat : 722996 (java) S 722993 722996 720629 0 -1 1077936128 33175 0 0 0 2705 85 0 0 20 0 19 0 141610869 19498610688 975406 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
/proc/722996/statm: 4760403 975406 5874 1 0 1193803 0
[pid=722996/tid=722998] ppid=722993 vsize=19041612 memory=3899104 CPUtime=24.48 cores=4,6
/proc/722996/task/722998/stat : 722998 (java) R 722993 722996 720629 0 -1 4194368 10495 0 0 0 2372 76 0 0 20 0 19 0 141610870 19498610688 975406 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
[pid=722996/tid=723007] ppid=722993 vsize=19041612 memory=0 CPUtime=0 cores=4,6
/proc/722996/task/723007/stat : 723007 (Finalizer) S 722993 722996 720629 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141610872 19498610688 975406 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
[pid=722996/tid=723014] ppid=722993 vsize=19041612 memory=3897056 CPUtime=0 cores=4,6
/proc/722996/task/723014/stat : 723014 (Common-Cleaner) S 722993 722996 720629 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 141610873 19498610688 975406 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
Current children cumulated CPU time: 27.9 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 3901624 KiB

[startup+51.1063 s]
/proc/loadavg: 2.75 1.78 1.84 4/306 723175
/proc/meminfo: memFree=116500652/131524596 swapFree=131071996/131071996
[pid=722996] ppid=722993 vsize=19041612 memory=4409104 CPUtime=53.82 cores=4,6
/proc/722996/stat : 722996 (java) S 722993 722996 720629 0 -1 1077936128 38723 0 0 0 5285 97 0 0 20 0 19 0 141610869 19498610688 1102276 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
/proc/722996/statm: 4760403 1102276 5874 1 0 1310783 0
[pid=722996/tid=722998] ppid=722993 vsize=19041612 memory=4402892 CPUtime=49.4 cores=4,6
/proc/722996/task/722998/stat : 722998 (java) R 722993 722996 720629 0 -1 4194368 13801 0 0 0 4855 85 0 0 20 0 19 0 141610870 19498610688 1102276 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
[pid=722996/tid=723007] ppid=722993 vsize=19041612 memory=279338767619520 CPUtime=0 cores=4,6
/proc/722996/task/723007/stat : 723007 (Finalizer) S 722993 722996 720629 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141610872 19498610688 1102276 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
[pid=722996/tid=723014] ppid=722993 vsize=19041612 memory=35576 CPUtime=0 cores=4,6
/proc/722996/task/723014/stat : 723014 (Common-Cleaner) S 722993 722996 720629 0 -1 1077936192 25 0 0 0 0 0 0 0 20 0 19 0 141610873 19498610688 1102276 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
Current children cumulated CPU time: 53.82 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 4409104 KiB

[startup+102.305 s]
/proc/loadavg: 3.00 2.00 1.92 5/306 723184
/proc/meminfo: memFree=116304908/131524596 swapFree=131071996/131071996
[pid=722996] ppid=722993 vsize=19041612 memory=4467292 CPUtime=105.53 cores=4,6
/proc/722996/stat : 722996 (java) S 722993 722996 720629 0 -1 1077936128 47810 0 0 0 10448 105 0 0 20 0 19 0 141610869 19498610688 1116823 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
/proc/722996/statm: 4760403 1116823 5874 1 0 1310783 0
[pid=722996/tid=722998] ppid=722993 vsize=19041612 memory=11432 CPUtime=99.62 cores=4,6

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

/proc/meminfo: memFree=124013884/131524596 swapFree=131071996/131071996
[pid=722996] ppid=722993 vsize=19041612 memory=5328332 CPUtime=3223.16 cores=4,6
/proc/722996/stat : 722996 (java) S 722993 722996 720629 0 -1 1077936128 285584 0 0 0 321854 462 0 0 20 0 19 0 141610869 19498610688 1332083 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
/proc/722996/statm: 4760403 1332083 5874 1 0 1371403 0
[pid=722996/tid=722998] ppid=722993 vsize=19041612 memory=1916 CPUtime=3183.95 cores=4,6
/proc/722996/task/722998/stat : 722998 (java) R 722993 722996 720629 0 -1 4194368 129403 0 0 0 318254 141 0 0 20 0 19 0 141610870 19498610688 1332083 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
[pid=722996/tid=723007] ppid=722993 vsize=19041612 memory=5328332 CPUtime=0 cores=4,6
/proc/722996/task/723007/stat : 723007 (Finalizer) S 722993 722996 720629 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141610872 19498610688 1332083 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
[pid=722996/tid=723014] ppid=722993 vsize=19041612 memory=5328332 CPUtime=0 cores=4,6
/proc/722996/task/723014/stat : 723014 (Common-Cleaner) S 722993 722996 720629 0 -1 1077936192 4481 0 0 0 0 0 0 0 20 0 19 0 141610873 19498610688 1332083 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
Current children cumulated CPU time: 3223.16 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5328332 KiB

[startup+3282.3 s]
/proc/loadavg: 1.17 1.17 1.29 2/251 725027
/proc/meminfo: memFree=124013268/131524596 swapFree=131071996/131071996
[pid=722996] ppid=722993 vsize=19041612 memory=5328332 CPUtime=3282.94 cores=4,6
/proc/722996/stat : 722996 (java) S 722993 722996 720629 0 -1 1077936128 290402 0 0 0 327826 468 0 0 20 0 19 0 141610869 19498610688 1332083 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
/proc/722996/statm: 4760403 1332083 5874 1 0 1371403 0
[pid=722996/tid=722998] ppid=722993 vsize=19041612 memory=11432 CPUtime=3243.3 cores=4,6
/proc/722996/task/722998/stat : 722998 (java) R 722993 722996 720629 0 -1 4194368 131644 0 0 0 324189 141 0 0 20 0 19 0 141610870 19498610688 1332083 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
[pid=722996/tid=723007] ppid=722993 vsize=19041612 memory=5328332 CPUtime=0 cores=4,6
/proc/722996/task/723007/stat : 723007 (Finalizer) S 722993 722996 720629 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141610872 19498610688 1332083 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
[pid=722996/tid=723014] ppid=722993 vsize=19041612 memory=11432 CPUtime=0 cores=4,6
/proc/722996/task/723014/stat : 723014 (Common-Cleaner) S 722993 722996 720629 0 -1 1077936192 4566 0 0 0 0 0 0 0 20 0 19 0 141610873 19498610688 1332083 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
Current children cumulated CPU time: 3282.94 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5328332 KiB

[startup+3342.3 s]
/proc/loadavg: 1.06 1.14 1.27 2/251 725038
/proc/meminfo: memFree=124011984/131524596 swapFree=131071996/131071996
[pid=722996] ppid=722993 vsize=19041612 memory=5328672 CPUtime=3342.74 cores=4,6
/proc/722996/stat : 722996 (java) S 722993 722996 720629 0 -1 1077936128 295161 0 0 0 333801 473 0 0 20 0 19 0 141610869 19498610688 1332168 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
/proc/722996/statm: 4760403 1332168 5874 1 0 1371403 0
[pid=722996/tid=722998] ppid=722993 vsize=19041612 memory=5328336 CPUtime=3302.69 cores=4,6
/proc/722996/task/722998/stat : 722998 (java) R 722993 722996 720629 0 -1 4194368 133862 0 0 0 330127 142 0 0 20 0 19 0 141610870 19498610688 1332168 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 3 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
[pid=722996/tid=723007] ppid=722993 vsize=19041612 memory=2764 CPUtime=0 cores=4,6
/proc/722996/task/723007/stat : 723007 (Finalizer) S 722993 722996 720629 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141610872 19498610688 1332168 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
[pid=722996/tid=723014] ppid=722993 vsize=19041612 memory=5328672 CPUtime=0 cores=4,6
/proc/722996/task/723014/stat : 723014 (Common-Cleaner) S 722993 722996 720629 0 -1 1077936192 4651 0 0 0 0 0 0 0 20 0 19 0 141610873 19498610688 1332168 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
Current children cumulated CPU time: 3342.74 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5328672 KiB

[startup+3402.3 s]
/proc/loadavg: 1.13 1.14 1.26 2/251 725050
/proc/meminfo: memFree=124006196/131524596 swapFree=131071996/131071996
[pid=722996] ppid=722993 vsize=19041612 memory=5333860 CPUtime=3402.52 cores=4,6
/proc/722996/stat : 722996 (java) S 722993 722996 720629 0 -1 1077936128 299824 0 0 0 339774 478 0 0 20 0 19 0 141610869 19498610688 1333465 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
/proc/722996/statm: 4760403 1333465 5874 1 0 1371403 0
[pid=722996/tid=722998] ppid=722993 vsize=19041612 memory=5333860 CPUtime=3362.06 cores=4,6
/proc/722996/task/722998/stat : 722998 (java) R 722993 722996 720629 0 -1 4194368 135966 0 0 0 336063 143 0 0 20 0 19 0 141610870 19498610688 1333465 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 6 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
[pid=722996/tid=723007] ppid=722993 vsize=19041612 memory=5328332 CPUtime=0 cores=4,6
/proc/722996/task/723007/stat : 723007 (Finalizer) S 722993 722996 720629 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141610872 19498610688 1333465 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
[pid=722996/tid=723014] ppid=722993 vsize=19041612 memory=5333860 CPUtime=0 cores=4,6
/proc/722996/task/723014/stat : 723014 (Common-Cleaner) S 722993 722996 720629 0 -1 1077936192 4736 0 0 0 0 0 0 0 20 0 19 0 141610873 19498610688 1333465 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
Current children cumulated CPU time: 3402.52 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5333860 KiB

[startup+3462.3 s]
/proc/loadavg: 1.10 1.13 1.25 2/253 725066
/proc/meminfo: memFree=124005244/131524596 swapFree=131071996/131071996
[pid=722996] ppid=722993 vsize=19041612 memory=5333920 CPUtime=3462.36 cores=4,6
/proc/722996/stat : 722996 (java) S 722993 722996 720629 0 -1 1077936128 303766 0 0 0 345750 486 0 0 20 0 19 0 141610869 19498610688 1333480 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
/proc/722996/statm: 4760403 1333480 5874 1 0 1371403 0
[pid=722996/tid=722998] ppid=722993 vsize=19041612 memory=5328332 CPUtime=3421.47 cores=4,6
/proc/722996/task/722998/stat : 722998 (java) R 722993 722996 720629 0 -1 4194368 137755 0 0 0 342003 144 0 0 20 0 19 0 141610870 19498610688 1333480 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 6 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
[pid=722996/tid=723007] ppid=722993 vsize=19041612 memory=11432 CPUtime=0 cores=4,6
/proc/722996/task/723007/stat : 723007 (Finalizer) S 722993 722996 720629 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141610872 19498610688 1333480 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
[pid=722996/tid=723014] ppid=722993 vsize=19041612 memory=11432 CPUtime=0 cores=4,6
/proc/722996/task/723014/stat : 723014 (Common-Cleaner) S 722993 722996 720629 0 -1 1077936192 4821 0 0 0 0 0 0 0 20 0 19 0 141610873 19498610688 1333480 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
Current children cumulated CPU time: 3462.36 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5333920 KiB

[startup+3522.3 s]
/proc/loadavg: 1.12 1.13 1.24 2/253 725077
/proc/meminfo: memFree=124004600/131524596 swapFree=131071996/131071996
[pid=722996] ppid=722993 vsize=19041612 memory=5333920 CPUtime=3522.14 cores=4,6
/proc/722996/stat : 722996 (java) S 722993 722996 720629 0 -1 1077936128 307676 0 0 0 351722 492 0 0 20 0 19 0 141610869 19498610688 1333480 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
/proc/722996/statm: 4760403 1333480 5874 1 0 1371403 0
[pid=722996/tid=722998] ppid=722993 vsize=19041612 memory=5333920 CPUtime=3480.84 cores=4,6
/proc/722996/task/722998/stat : 722998 (java) R 722993 722996 720629 0 -1 4194368 139572 0 0 0 347940 144 0 0 20 0 19 0 141610870 19498610688 1333480 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 9 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
[pid=722996/tid=723007] ppid=722993 vsize=19041612 memory=5333920 CPUtime=0 cores=4,6
/proc/722996/task/723007/stat : 723007 (Finalizer) S 722993 722996 720629 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141610872 19498610688 1333480 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
[pid=722996/tid=723014] ppid=722993 vsize=19041612 memory=1916 CPUtime=0 cores=4,6
/proc/722996/task/723014/stat : 723014 (Common-Cleaner) S 722993 722996 720629 0 -1 1077936192 4906 0 0 0 0 0 0 0 20 0 19 0 141610873 19498610688 1333480 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
Current children cumulated CPU time: 3522.14 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5333920 KiB

[startup+3582.3 s]
/proc/loadavg: 1.10 1.12 1.23 2/253 725088
/proc/meminfo: memFree=124001892/131524596 swapFree=131071996/131071996
[pid=722996] ppid=722993 vsize=19041612 memory=5335968 CPUtime=3581.97 cores=4,6
/proc/722996/stat : 722996 (java) S 722993 722996 720629 0 -1 1077936128 311514 0 0 0 357699 498 0 0 20 0 19 0 141610869 19498610688 1333992 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
/proc/722996/statm: 4760403 1333992 5874 1 0 1371403 0
[pid=722996/tid=722998] ppid=722993 vsize=19041612 memory=5333920 CPUtime=3540.23 cores=4,6
/proc/722996/task/722998/stat : 722998 (java) R 722993 722996 720629 0 -1 4194368 141327 0 0 0 353878 145 0 0 20 0 19 0 141610870 19498610688 1333992 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 9 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
[pid=722996/tid=723007] ppid=722993 vsize=19041612 memory=5335968 CPUtime=0 cores=4,6
/proc/722996/task/723007/stat : 723007 (Finalizer) S 722993 722996 720629 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141610872 19498610688 1333992 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
[pid=722996/tid=723014] ppid=722993 vsize=19041612 memory=35684 CPUtime=0 cores=4,6
/proc/722996/task/723014/stat : 723014 (Common-Cleaner) S 722993 722996 720629 0 -1 1077936192 4991 0 0 0 0 0 0 0 20 0 19 0 141610873 19498610688 1333992 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
Current children cumulated CPU time: 3581.97 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5335968 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3600.5 s]
/proc/loadavg: 1.08 1.11 1.23 2/253 725091
/proc/meminfo: memFree=124001380/131524596 swapFree=131071996/131071996
[pid=722996] ppid=722993 vsize=19041612 memory=5335968 CPUtime=3600.08 cores=4,6
/proc/722996/stat : 722996 (java) S 722993 722996 720629 0 -1 1077936128 312104 0 0 0 359507 501 0 0 20 0 19 0 141610869 19498610688 1333992 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
/proc/722996/statm: 4760403 1333992 5874 1 0 1371403 0
[pid=722996/tid=722998] ppid=722993 vsize=19041612 memory=5335968 CPUtime=3558.18 cores=4,6
/proc/722996/task/722998/stat : 722998 (java) R 722993 722996 720629 0 -1 4194368 141752 0 0 0 355673 145 0 0 20 0 19 0 141610870 19498610688 1333992 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 9 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
[pid=722996/tid=723007] ppid=722993 vsize=19041612 memory=35684 CPUtime=0 cores=4,6
/proc/722996/task/723007/stat : 723007 (Finalizer) S 722993 722996 720629 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141610872 19498610688 1333992 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
[pid=722996/tid=723014] ppid=722993 vsize=19041612 memory=164 CPUtime=0 cores=4,6
/proc/722996/task/723014/stat : 723014 (Common-Cleaner) S 722993 722996 720629 0 -1 1077936192 5076 0 0 0 0 0 0 0 20 0 19 0 141610873 19498610688 1333992 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5335968 KiB

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

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

# cumulated CPU time of all completed processes:  user=3595.16 s, system=5.03041 s

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

[startup+3600.5 s]
/proc/loadavg: 1.08 1.11 1.23 2/253 725091
/proc/meminfo: memFree=124001380/131524596 swapFree=131071996/131071996
[pid=722996] ppid=722993 vsize=19041612 memory=5335968 CPUtime=3600.08 cores=4,6
/proc/722996/stat : 722996 (java) S 722993 722996 720629 0 -1 1077936128 312104 0 0 0 359507 501 0 0 20 0 19 0 141610869 19498610688 1333992 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 0 0 16800975 0 0 0 17 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
/proc/722996/statm: 4760403 1333992 5874 1 0 1371403 0
[pid=722996/tid=722998] ppid=722993 vsize=19041612 memory=5335968 CPUtime=3558.18 cores=4,6
/proc/722996/task/722998/stat : 722998 (java) R 722993 722996 720629 0 -1 4194368 141752 0 0 0 355673 145 0 0 20 0 19 0 141610870 19498610688 1333992 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 9 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
[pid=722996/tid=723007] ppid=722993 vsize=19041612 memory=35684 CPUtime=0 cores=4,6
/proc/722996/task/723007/stat : 723007 (Finalizer) S 722993 722996 720629 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 141610872 19498610688 1333992 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
[pid=722996/tid=723014] ppid=722993 vsize=19041612 memory=164 CPUtime=0 cores=4,6
/proc/722996/task/723014/stat : 723014 (Common-Cleaner) S 722993 722996 720629 0 -1 1077936192 5076 0 0 0 0 0 0 0 20 0 19 0 141610873 19498610688 1333992 134679101440 94363638702080 94363638705776 140732396595200 0 0 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 94363638713592 94363638714384 94363653824512 140732396598291 140732396598399 140732396598399 140732396605384 0
Current children cumulated CPU time: 3600.08 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 5335968 KiB

Child status: 143

Real time (s): 3600.56
CPU time (s): 3600.19
CPU user time (s): 3595.16
CPU system time (s): 5.03041
CPU usage (%): 99.9896
Max. virtual memory (cumulated for all children) (KiB): 19041612
Max. memory (cumulated for all children) (KiB): 5335968

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3595.16
system time used= 5.03041
maximum resident set size= 5336684
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 314480
page faults= 0
swaps= 0
block input operations= 24
block output operations= 3840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 614571
involuntary context switches= 13895


# summary of solver processes directly reported to runsolver:
#   pid: 722996
#   total CPU time (s): 3600.19
#   total CPU user time (s): 3595.16
#   total CPU system time (s): 5.03041

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.01447 second user time and 18.2934 second system time

The end

Launcher Data

Begin job on nodeC034 at 2024-07-13 20:13:36
IDJOB=4424703
IDBENCH=144107
IDSOLVER=3036
FILE ID=nodeC034/4424703-1720894402
RUNJOBID= nodeC034-1720894414-722862
SLURM_JOB_ID= 7485823
Free space on /tmp= 889816 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/WBO/PARTIAL-LIN/wcsp/pedigree/normalized-sheep4nr_wcsp.wbo
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4424703-1720894402/watcher-4424703-1720894402 -o /tmp/evaluation-result-4424703-1720894402/solver-4424703-1720894402 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC034-1720894414-722862 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4424703-1720894402.wbo

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

MD5SUM BENCH= 4e6635c5c95c47c2cfb6034439056f8c
RANDOM SEED=1936314386

nodeC034.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		: 3670.209
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.99
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		: 3695.114
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.58
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		: 3670.012
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.99
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		: 3695.133
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.58
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		: 3600.386
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.99
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		: 3600.746
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.58
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		: 3600.285
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.99
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		: 3600.543
cache size	: 15360 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 20
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc cpuid aperfmperf pni pclmulqdq dtes64 monitor ds_cpl vmx smx est tm2 ssse3 sdbg fma cx16 xtpr pdcm pcid dca sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand lahf_lm abm 3dnowprefetch cpuid_fault epb cat_l3 cdp_l3 invpcid_single pti ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid ept_ad fsgsbase tsc_adjust bmi1 hle avx2 smep bmi2 erms invpcid rtm cqm rdt_a rdseed adx smap intel_pt xsaveopt cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local dtherm ida arat pln pts
bugs		: cpu_meltdown spectre_v1 spectre_v2 spec_store_bypass l1tf mds swapgs taa itlb_multihit
bogomips	: 7005.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131524596 kB
MemFree:        124217952 kB
MemAvailable:   124724652 kB
Buffers:          327052 kB
Cached:          1019720 kB
SwapCached:            0 kB
Active:           497928 kB
Inactive:        6225876 kB
Active(anon):       1500 kB
Inactive(anon):  5413244 kB
Active(file):     496428 kB
Inactive(file):   812632 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:            219980 kB
Writeback:            84 kB
AnonPages:       5377032 kB
Mapped:           121328 kB
Shmem:             37720 kB
KReclaimable:      74928 kB
Slab:             174044 kB
SReclaimable:      74928 kB
SUnreclaim:        99116 kB
KernelStack:        4704 kB
PageTables:        19852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196834292 kB
Committed_AS:    9220732 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            56384 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5023744 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:      172756 kB
DirectMap2M:     9037824 kB
DirectMap1G:    126877696 kB

Free space on /tmp at the end= 889832 MiB
End job on nodeC034 at 2024-07-13 21:13:36