Trace number 4443101

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.18 3582.83

General information on the benchmark

NamePB24/normalized-PB06/DEC-LIN/submitted-PB06/
prestwich/robin/normalized-robin16.opb
MD5SUMc646e12ccfd746fe0694a48782eaf83d
Bench CategoryDEC-LIN (decision problem, linear constraints, no UNSAT certificate)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark80.654
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14400
Total number of constraints1088
Number of constraints which are clauses480
Number of constraints which are cardinality constraints (but not clauses)608
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint120
Maximum length of a constraint225
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 227
Number of bits of the biggest sum of numbers8
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 		2113181440
0.00/0.08	c Max memory 		16282288128
0.00/0.08	c Total memory 		2122317824
0.00/0.08	c Number of processors 	2
0.13/0.15	Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	 - never skip resolution steps
0.13/0.15	 - Auto-division on coefficients is disabled
0.13/0.15	 - No postprocessing
0.13/0.15	 - Conflict is considered as is when resolving
0.13/0.15	 - Use constraints as they come during conflict analysis
0.13/0.15	 - Weaken first using unassigned literals
0.13/0.15	 - Bump strategy: ALWAYS_ONE
0.13/0.15	 - Bumper: EFFECTIVE
0.13/0.15	--- Begin Solver configuration ---
0.13/0.15	org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	Learn all clauses as in MiniSAT
0.13/0.15	LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	No reason simplification
0.13/0.15	Dynamic restart strategy considering the size of the coefficients
0.13/0.15	Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	timeout=2147483s
0.13/0.15	DB Simplification allowed=false
0.13/0.15	Listener: none
0.13/0.15	--- End Solver configuration ---
0.13/0.15	c Pseudo Boolean Optimization by upper bound
0.13/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.13/0.15	c  - never skip resolution steps
0.13/0.15	c  - Auto-division on coefficients is disabled
0.13/0.15	c  - No postprocessing
0.13/0.15	c  - Conflict is considered as is when resolving
0.13/0.15	c  - Use constraints as they come during conflict analysis
0.13/0.15	c  - Weaken first using unassigned literals
0.13/0.15	c  - Bump strategy: ALWAYS_ONE
0.13/0.15	c  - Bumper: EFFECTIVE
0.13/0.15	c --- Begin Solver configuration ---
0.13/0.15	c org.sat4j.pb.constraints.PuebloPBMinClauseCardConstrDataStructure@5ecddf8f
0.13/0.15	c Learn all clauses as in MiniSAT
0.13/0.15	c LOGGER=java.util.logging.Logger@5f5a92bb claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.13/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.13/0.15	c No reason simplification
0.13/0.15	c Dynamic restart strategy considering the size of the coefficients
0.13/0.15	c Glucose LCDS adapted to PB, with LBD computation strategy: org.sat4j.pb.lcds.UnassignedLiteralsHaveSameLevelLBDComputerStrategy@449b2d27
0.13/0.15	c timeout=2147483s
0.13/0.15	c DB Simplification allowed=false
0.13/0.15	c Listener: none
0.13/0.15	c --- End Solver configuration ---
0.13/0.15	c solving HOME/instance-4443101-1721308764.opb
0.13/0.15	c reading problem ... 
0.13/0.16	c  no objective function found
0.71/0.46	c ... done. Wall clock time 0.31s.
0.71/0.46	c declared #vars     14400
0.71/0.46	c #constraints  1088
0.71/0.46	c constraints type 
0.71/0.46	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 608
0.71/0.46	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 480
0.71/0.46	c 1088 constraints processed.
198.92/191.30	c cleaning 2480 clauses out of 5001 with flag 0/5001
1123.56/1113.28	c cleaning 4244 clauses out of 8520 with flag 0/11000
3053.57/3038.16	c cleaning 5612 clauses out of 11277 with flag 0/18001
3600.01/3582.72	c starts		: 38
3600.01/3582.72	c timeout
3600.01/3582.77	c conflicts		: 20009
3600.01/3582.77	c decisions		: 104431
3600.01/3582.77	c propagations		: 3475874
3600.01/3582.77	c inspects		: 66928552
3600.01/3582.77	c shortcuts		: 0
3600.01/3582.77	c learnt literals	: 0
3600.01/3582.77	c learnt binary clauses	: 0
3600.01/3582.77	c learnt ternary clauses	: 0
3600.01/3582.77	c learnt constraints	: 20009
3600.01/3582.77	c ignored constraints	: 0
3600.01/3582.77	c root simplifications	: 0
3600.01/3582.77	c removed literals (reason simplification)	: 0
3600.01/3582.77	c reason swapping (by a shorter reason)	: 0
3600.01/3582.77	c Calls to reduceDB	: 3
3600.01/3582.77	c Number of update (reduction) of LBD	: 42137
3600.01/3582.77	c Imported unit clauses	: 0
3600.01/3582.77	c No decision after first conflict	: false
3600.01/3582.77	c number of reductions to clauses (during analyze)	: 0
3600.01/3582.77	c number of learned constraints concerned by reduction	: 0
3600.01/3582.77	c number of learning phase by resolution	: 0
3600.01/3582.77	c number of learning phase by cutting planes	: 0
3600.01/3582.77	c number of rounding to 1 operations	: 0
3600.01/3582.77	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
3600.01/3582.77	c number of reductions of the coefficients by power 2 	: 0
3600.01/3582.77	c number of right shift for reduction by power 2 	: 0
3600.01/3582.77	c number of reductions of the coefficients by GCD over coefficients 	: 0
3600.01/3582.77	c number of ending skipping 	: 0
3600.01/3582.77	c number of internal skipping 	: 0
3600.01/3582.77	c number of derivation steps 	: 191774
3600.01/3582.77	c number of skipped derivation steps 	: 0
3600.01/3582.77	c number of remaining unassigned 	: 49388
3600.01/3582.77	c number of remaining assigned 	: 51289022
3600.01/3582.77	c number of falsified literals weakened from reason	: 0
3600.01/3582.77	c number of falsified literals weakened from conflict	: 0
3600.01/3582.77	c time for arithmetic operations	: 8552549420
3600.01/3582.77	c minimum degree of deleted constraints	: 13
3600.01/3582.77	c maximum degree of deleted constraints	: 8745086663132824631621996982252391507318570248076756922633870501766057748529212116708962381469369115958528160031215505052017993946799248636200447836359363456331459393468924191669323247914496
3600.01/3582.77	c number of deleted constraints	: 12336
3600.01/3582.77	c speed (assignments/second)	: 970.2916954424228
3600.01/3582.77	c non guided choices	: 2025
3600.01/3582.77	c learnt constraints type org.sat4j.pb.constraints.pb.LearntHTClausePB	: 1
3600.01/3582.77	c learnt constraints type org.sat4j.pb.constraints.pb.MinWatchCardPB	: 1791
3600.01/3582.77	c learnt constraints type org.sat4j.pb.constraints.pb.PuebloMinWatchPb	: 5881
3600.01/3582.78	s UNKNOWN
3600.01/3582.78	c Total wall clock time (in seconds): 3582.626

Verifier Data

ERROR: no interpretation found !

Watcher Data

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

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

NUMA information:
  number of nodes: 2
  memory of node 0: 64059 MiB (59265 MiB free)
  memory of node 1: 64510 MiB (42076 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4443101-1721308764/watcher-4443101-1721308764 -o /tmp/evaluation-result-4443101-1721308764/solver-4443101-1721308764 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1721304841-947642 --watchdog 3760 java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4443101-1721308764.opb 

running on 2 cores: 0,2

CPU governors:
  performance: 0 2

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

solver pid=950656, runsolver pid=950653

[startup+0.100679 s]*
/proc/loadavg: 4.45 4.33 4.34 7/317 950674
/proc/meminfo: memFree=103729256/131655788 swapFree=131071996/131071996
[pid=950656] ppid=950653 vsize=18975048 memory=64596 CPUtime=0.13 cores=0,2
/proc/950656/stat : 950656 (java) S 950653 950656 947632 0 -1 1077936128 7231 0 0 0 11 2 0 0 20 0 18 0 183033029 19430449152 16149 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
/proc/950656/statm: 4743762 16149 5540 1 0 551412 0
[pid=950656/tid=950658] ppid=950653 vsize=18975048 memory=4026561586 CPUtime=0.08 cores=0,2
/proc/950656/task/950658/stat : 950658 (java) R 950653 950656 947632 0 -1 1077936192 5753 0 0 0 7 1 0 0 20 0 18 0 183033029 19430449152 16149 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
[pid=950656/tid=950667] ppid=950653 vsize=18975048 memory=232851243367 CPUtime=0 cores=0,2
/proc/950656/task/950667/stat : 950667 (Finalizer) S 950653 950656 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183033032 19430449152 16149 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
[pid=950656/tid=950674] ppid=950653 vsize=18975048 memory=14976684994783103 CPUtime=0 cores=0,2
/proc/950656/task/950674/stat : 950674 (Common-Cleaner) S 950653 950656 947632 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 183033033 19430449152 16149 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 64596 KiB

[startup+0.206322 s]*
/proc/loadavg: 4.45 4.33 4.34 7/317 950674
/proc/meminfo: memFree=103706452/131655788 swapFree=131071996/131071996
[pid=950656] ppid=950653 vsize=18975048 memory=88524 CPUtime=0.33 cores=0,2
/proc/950656/stat : 950656 (java) S 950653 950656 947632 0 -1 1077936128 7784 0 0 0 31 2 0 0 20 0 18 0 183033029 19430449152 22131 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
/proc/950656/statm: 4743762 22131 5832 1 0 551787 0
[pid=950656/tid=950658] ppid=950653 vsize=18975048 memory=4782652875487838339 CPUtime=0.18 cores=0,2
/proc/950656/task/950658/stat : 950658 (java) R 950653 950656 947632 0 -1 4194368 6038 0 0 0 16 2 0 0 20 0 18 0 183033029 19430449152 22131 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
[pid=950656/tid=950667] ppid=950653 vsize=18975048 memory=5822 CPUtime=0 cores=0,2
/proc/950656/task/950667/stat : 950667 (Finalizer) S 950653 950656 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 18 0 183033032 19430449152 22131 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
[pid=950656/tid=950674] ppid=950653 vsize=18975048 memory=13563812552906645 CPUtime=0 cores=0,2
/proc/950656/task/950674/stat : 950674 (Common-Cleaner) S 950653 950656 947632 0 -1 1077936192 26 0 0 0 0 0 0 0 20 0 18 0 183033033 19430449152 22131 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
Current children cumulated CPU time: 0.33 s
Current children cumulated vsize: 18975048 KiB
Current children cumulated memory: 88524 KiB

[startup+0.311474 s]*
/proc/loadavg: 4.45 4.33 4.34 8/318 950675
/proc/meminfo: memFree=103627824/131655788 swapFree=131071996/131071996
[pid=950656] ppid=950653 vsize=19041612 memory=166752 CPUtime=0.53 cores=0,2
/proc/950656/stat : 950656 (java) S 950653 950656 947632 0 -1 1077936128 9453 0 0 0 49 4 0 0 20 0 19 0 183033029 19498610688 41688 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
/proc/950656/statm: 4760403 41688 5864 1 0 553082 0
[pid=950656/tid=950658] ppid=950653 vsize=19041612 memory=-8960021875440001724 CPUtime=0.26 cores=0,2
/proc/950656/task/950658/stat : 950658 (java) R 950653 950656 947632 0 -1 4194368 6077 0 0 0 23 3 0 0 20 0 19 0 183033029 19498610688 41688 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
[pid=950656/tid=950667] ppid=950653 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/950656/task/950667/stat : 950667 (Finalizer) S 950653 950656 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 19 0 183033032 19498610688 41688 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
[pid=950656/tid=950674] ppid=950653 vsize=19041612 memory=0 CPUtime=0 cores=0,2
/proc/950656/task/950674/stat : 950674 (Common-Cleaner) S 950653 950656 947632 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 19 0 183033033 19498610688 41688 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
Current children cumulated CPU time: 0.53 s
Current children cumulated vsize: 19041612 KiB
Current children cumulated memory: 166752 KiB

[startup+0.710024 s]
/proc/loadavg: 4.45 4.33 4.34 7/319 950676
/proc/meminfo: memFree=103626492/131655788 swapFree=131071996/131071996
[pid=950656] ppid=950653 vsize=19108176 memory=168528 CPUtime=1.3 cores=0,2
/proc/950656/stat : 950656 (java) S 950653 950656 947632 0 -1 1077936128 10053 0 0 0 125 5 0 0 20 0 20 0 183033029 19566772224 42132 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
/proc/950656/statm: 4777044 42132 5880 1 0 553557 0
[pid=950656/tid=950658] ppid=950653 vsize=19108176 memory=5620 CPUtime=0.6 cores=0,2
/proc/950656/task/950658/stat : 950658 (java) R 950653 950656 947632 0 -1 4194368 6133 0 0 0 57 3 0 0 20 0 20 0 183033029 19566772224 42132 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
[pid=950656/tid=950667] ppid=950653 vsize=19108176 memory=12724 CPUtime=0 cores=0,2
/proc/950656/task/950667/stat : 950667 (Finalizer) S 950653 950656 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183033032 19566772224 42132 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
[pid=950656/tid=950674] ppid=950653 vsize=19108176 memory=279950800511656 CPUtime=0 cores=0,2
/proc/950656/task/950674/stat : 950674 (Common-Cleaner) S 950653 950656 947632 0 -1 1077936192 27 0 0 0 0 0 0 0 20 0 20 0 183033033 19566772224 42132 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
[pid=950656/tid=950676] ppid=950653 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/950656/task/950676/stat : 950676 (Timer-0) S 950653 950656 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183033077 19566772224 42132 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
Current children cumulated CPU time: 1.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 168528 KiB

[startup+1.50032 s]
/proc/loadavg: 4.58 4.36 4.35 6/319 950676
/proc/meminfo: memFree=103616076/131655788 swapFree=131071996/131071996
[pid=950656] ppid=950653 vsize=19108176 memory=237000 CPUtime=2.86 cores=0,2
/proc/950656/stat : 950656 (java) S 950653 950656 947632 0 -1 1077936128 22028 0 0 0 279 7 0 0 20 0 20 0 183033029 19566772224 59250 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
/proc/950656/statm: 4777044 59250 5880 1 0 557627 0
[pid=950656/tid=950658] ppid=950653 vsize=19108176 memory=12724 CPUtime=1.36 cores=0,2
/proc/950656/task/950658/stat : 950658 (java) R 950653 950656 947632 0 -1 4194368 6475 0 0 0 132 4 0 0 20 0 20 0 183033029 19566772224 59250 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
[pid=950656/tid=950667] ppid=950653 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/950656/task/950667/stat : 950667 (Finalizer) S 950653 950656 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183033032 19566772224 59250 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
[pid=950656/tid=950674] ppid=950653 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/950656/task/950674/stat : 950674 (Common-Cleaner) S 950653 950656 947632 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 183033033 19566772224 59250 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
[pid=950656/tid=950676] ppid=950653 vsize=19108176 memory=23772 CPUtime=0 cores=0,2
/proc/950656/task/950676/stat : 950676 (Timer-0) S 950653 950656 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183033077 19566772224 59250 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 237000 KiB

[startup+3.10533 s]
/proc/loadavg: 4.58 4.36 4.35 5/319 950676
/proc/meminfo: memFree=103482972/131655788 swapFree=131071996/131071996
[pid=950656] ppid=950653 vsize=19108176 memory=338068 CPUtime=5.47 cores=0,2
/proc/950656/stat : 950656 (java) S 950653 950656 947632 0 -1 1077936128 23330 0 0 0 537 10 0 0 20 0 20 0 183033029 19566772224 84517 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
/proc/950656/statm: 4777044 84517 5896 1 0 557632 0
[pid=950656/tid=950658] ppid=950653 vsize=19108176 memory=0 CPUtime=2.94 cores=0,2
/proc/950656/task/950658/stat : 950658 (java) R 950653 950656 947632 0 -1 4194368 7034 0 0 0 288 6 0 0 20 0 20 0 183033029 19566772224 84517 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
[pid=950656/tid=950667] ppid=950653 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/950656/task/950667/stat : 950667 (Finalizer) S 950653 950656 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183033032 19566772224 84517 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
[pid=950656/tid=950674] ppid=950653 vsize=19108176 memory=12724 CPUtime=0 cores=0,2
/proc/950656/task/950674/stat : 950674 (Common-Cleaner) S 950653 950656 947632 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 183033033 19566772224 84517 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
[pid=950656/tid=950676] ppid=950653 vsize=19108176 memory=11408 CPUtime=0 cores=0,2
/proc/950656/task/950676/stat : 950676 (Timer-0) S 950653 950656 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183033077 19566772224 84517 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
Current children cumulated CPU time: 5.47 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 338068 KiB

[startup+6.30032 s]
/proc/loadavg: 4.53 4.35 4.34 6/319 950676
/proc/meminfo: memFree=103307748/131655788 swapFree=131071996/131071996
[pid=950656] ppid=950653 vsize=19108176 memory=488140 CPUtime=9.3 cores=0,2
/proc/950656/stat : 950656 (java) S 950653 950656 947632 0 -1 1077936128 24273 0 0 0 916 14 0 0 20 0 20 0 183033029 19566772224 122035 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
/proc/950656/statm: 4777044 122035 5896 1 0 557634 0
[pid=950656/tid=950658] ppid=950653 vsize=19108176 memory=12724 CPUtime=5.93 cores=0,2
/proc/950656/task/950658/stat : 950658 (java) R 950653 950656 947632 0 -1 4194368 7168 0 0 0 584 9 0 0 20 0 20 0 183033029 19566772224 122035 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
[pid=950656/tid=950667] ppid=950653 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/950656/task/950667/stat : 950667 (Finalizer) S 950653 950656 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183033032 19566772224 122035 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
[pid=950656/tid=950674] ppid=950653 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/950656/task/950674/stat : 950674 (Common-Cleaner) S 950653 950656 947632 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 183033033 19566772224 122035 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
[pid=950656/tid=950676] ppid=950653 vsize=19108176 memory=2308 CPUtime=0 cores=0,2
/proc/950656/task/950676/stat : 950676 (Timer-0) S 950653 950656 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183033077 19566772224 122035 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
Current children cumulated CPU time: 9.3 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 488140 KiB

[startup+12.7003 s]
/proc/loadavg: 4.49 4.34 4.34 5/319 950677
/proc/meminfo: memFree=103090720/131655788 swapFree=131071996/131071996
[pid=950656] ppid=950653 vsize=19108176 memory=702432 CPUtime=16.06 cores=0,2
/proc/950656/stat : 950656 (java) S 950653 950656 947632 0 -1 1077936128 24809 0 0 0 1587 19 0 0 20 0 20 0 183033029 19566772224 175608 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
/proc/950656/statm: 4777044 175608 5896 1 0 912735 0
[pid=950656/tid=950658] ppid=950653 vsize=19108176 memory=0 CPUtime=11.96 cores=0,2
/proc/950656/task/950658/stat : 950658 (java) R 950653 950656 947632 0 -1 4194368 7272 0 0 0 1184 12 0 0 20 0 20 0 183033029 19566772224 175608 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
[pid=950656/tid=950667] ppid=950653 vsize=19108176 memory=702432 CPUtime=0 cores=0,2
/proc/950656/task/950667/stat : 950667 (Finalizer) S 950653 950656 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183033032 19566772224 175608 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
[pid=950656/tid=950674] ppid=950653 vsize=19108176 memory=2288 CPUtime=0 cores=0,2
/proc/950656/task/950674/stat : 950674 (Common-Cleaner) S 950653 950656 947632 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 183033033 19566772224 175608 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
[pid=950656/tid=950676] ppid=950653 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/950656/task/950676/stat : 950676 (Timer-0) S 950653 950656 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183033077 19566772224 175608 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
Current children cumulated CPU time: 16.06 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 702432 KiB

[startup+25.5003 s]
/proc/loadavg: 4.49 4.35 4.34 5/319 950679
/proc/meminfo: memFree=102678028/131655788 swapFree=131071996/131071996
[pid=950656] ppid=950653 vsize=19108176 memory=1188128 CPUtime=28.87 cores=0,2
/proc/950656/stat : 950656 (java) S 950653 950656 947632 0 -1 1077936128 30558 0 0 0 2856 31 0 0 20 0 20 0 183033029 19566772224 297032 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
/proc/950656/statm: 4777044 297032 5896 1 0 1138347 0
[pid=950656/tid=950658] ppid=950653 vsize=19108176 memory=702432 CPUtime=24.11 cores=0,2
/proc/950656/task/950658/stat : 950658 (java) S 950653 950656 947632 0 -1 1077936192 8810 0 0 0 2391 20 0 0 20 0 20 0 183033029 19566772224 297032 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
[pid=950656/tid=950667] ppid=950653 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/950656/task/950667/stat : 950667 (Finalizer) S 950653 950656 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183033032 19566772224 297032 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
[pid=950656/tid=950674] ppid=950653 vsize=19108176 memory=995612 CPUtime=0 cores=0,2
/proc/950656/task/950674/stat : 950674 (Common-Cleaner) S 950653 950656 947632 0 -1 1077936192 42 0 0 0 0 0 0 0 20 0 20 0 183033033 19566772224 297032 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
[pid=950656/tid=950676] ppid=950653 vsize=19108176 memory=-8960021875440001724 CPUtime=0 cores=0,2
/proc/950656/task/950676/stat : 950676 (Timer-0) S 950653 950656 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 20 0 183033077 19566772224 297032 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
Current children cumulated CPU time: 28.87 s
Current children cumulated vsize: 19108176 KiB
Current children cumulated memory: 1188128 KiB

[startup+51.1131 s]
/proc/loadavg: 4.41 4.35 4.34 5/322 950688
/proc/meminfo: memFree=100737724/131655788 swapFree=131071996/131071996
[pid=950656] ppid=950653 vsize=19108176 memory=1774080 CPUtime=54.83 cores=0,2
/proc/950656/stat : 950656 (java) S 950653 950656 947632 0 -1 1077936128 37378 0 0 0 5439 44 0 0 20 0 20 0 183033029 19566772224 443520 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
/proc/950656/statm: 4777044 443520 5896 1 0 1332648 0
[pid=950656/tid=950658] ppid=950653 vsize=19108176 memory=1254352 CPUtime=48.79 cores=0,2
/proc/950656/task/950658/stat : 950658 (java) R 950653 950656 947632 0 -1 4194368 11530 0 0 0 4850 29 0 0 20 0 20 0 183033029 19566772224 443520 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
[pid=950656/tid=950667] ppid=950653 vsize=19108176 memory=0 CPUtime=0 cores=0,2
/proc/950656/task/950667/stat : 950667 (Finalizer) S 950653 950656 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 20 0 183033032 19566772224 443520 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0

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

[startup+3282.3 s]
/proc/loadavg: 4.49 4.34 4.24 5/301 953002
/proc/meminfo: memFree=115504292/131655788 swapFree=131071996/131071996
[pid=950656] ppid=950653 vsize=19174740 memory=5287116 CPUtime=3299.18 cores=0,2
/proc/950656/stat : 950656 (java) S 950653 950656 947632 0 -1 1077936128 383813 0 0 0 329642 276 0 0 20 0 21 0 183033029 19634933760 1321779 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
/proc/950656/statm: 4793685 1321779 5928 1 0 1337145 0
[pid=950656/tid=950658] ppid=950653 vsize=19174740 memory=5286944 CPUtime=3258.1 cores=0,2
/proc/950656/task/950658/stat : 950658 (java) R 950653 950656 947632 0 -1 4194368 178330 0 0 0 325729 81 0 0 20 0 21 0 183033029 19634933760 1321779 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 7 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
[pid=950656/tid=950667] ppid=950653 vsize=19174740 memory=5286944 CPUtime=0 cores=0,2
/proc/950656/task/950667/stat : 950667 (Finalizer) S 950653 950656 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 183033032 19634933760 1321779 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
[pid=950656/tid=950674] ppid=950653 vsize=19174740 memory=5286944 CPUtime=0.01 cores=0,2
/proc/950656/task/950674/stat : 950674 (Common-Cleaner) S 950653 950656 947632 0 -1 1077936192 5738 0 0 0 1 0 0 0 20 0 21 0 183033033 19634933760 1321779 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
[pid=950656/tid=950676] ppid=950653 vsize=19174740 memory=43532 CPUtime=0 cores=0,2
/proc/950656/task/950676/stat : 950676 (Timer-0) S 950653 950656 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 183033077 19634933760 1321779 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
Current children cumulated CPU time: 3299.18 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 5287116 KiB

[startup+3342.3 s]
/proc/loadavg: 4.60 4.39 4.27 5/301 953213
/proc/meminfo: memFree=115370692/131655788 swapFree=131071996/131071996
[pid=950656] ppid=950653 vsize=19174740 memory=5287116 CPUtime=3359.02 cores=0,2
/proc/950656/stat : 950656 (java) S 950653 950656 947632 0 -1 1077936128 387118 0 0 0 335624 278 0 0 20 0 21 0 183033029 19634933760 1321779 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
/proc/950656/statm: 4793685 1321779 5928 1 0 1337145 0
[pid=950656/tid=950658] ppid=950653 vsize=19174740 memory=11408 CPUtime=3317.88 cores=0,2
/proc/950656/task/950658/stat : 950658 (java) R 950653 950656 947632 0 -1 4194368 181385 0 0 0 331707 81 0 0 20 0 21 0 183033029 19634933760 1321779 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 7 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
[pid=950656/tid=950667] ppid=950653 vsize=19174740 memory=5287116 CPUtime=0 cores=0,2
/proc/950656/task/950667/stat : 950667 (Finalizer) S 950653 950656 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 183033032 19634933760 1321779 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
[pid=950656/tid=950674] ppid=950653 vsize=19174740 memory=43532 CPUtime=0.01 cores=0,2
/proc/950656/task/950674/stat : 950674 (Common-Cleaner) S 950653 950656 947632 0 -1 1077936192 5870 0 0 0 1 0 0 0 20 0 21 0 183033033 19634933760 1321779 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
[pid=950656/tid=950676] ppid=950653 vsize=19174740 memory=5620 CPUtime=0 cores=0,2
/proc/950656/task/950676/stat : 950676 (Timer-0) S 950653 950656 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 183033077 19634933760 1321779 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
Current children cumulated CPU time: 3359.02 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 5287116 KiB

[startup+3402.3 s]
/proc/loadavg: 4.44 4.38 4.27 5/319 953475
/proc/meminfo: memFree=113362732/131655788 swapFree=131071996/131071996
[pid=950656] ppid=950653 vsize=19174740 memory=5287144 CPUtime=3419.19 cores=0,2
/proc/950656/stat : 950656 (java) S 950653 950656 947632 0 -1 1077936128 394799 0 0 0 341636 283 0 0 20 0 21 0 183033029 19634933760 1321786 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
/proc/950656/statm: 4793685 1321786 5928 1 0 1337145 0
[pid=950656/tid=950658] ppid=950653 vsize=19174740 memory=5287144 CPUtime=3377.36 cores=0,2
/proc/950656/task/950658/stat : 950658 (java) R 950653 950656 947632 0 -1 4194368 183830 0 0 0 337654 82 0 0 20 0 21 0 183033029 19634933760 1321786 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 7 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
[pid=950656/tid=950667] ppid=950653 vsize=19174740 memory=2288 CPUtime=0 cores=0,2
/proc/950656/task/950667/stat : 950667 (Finalizer) S 950653 950656 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 183033032 19634933760 1321786 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
[pid=950656/tid=950674] ppid=950653 vsize=19174740 memory=5287144 CPUtime=0.01 cores=0,2
/proc/950656/task/950674/stat : 950674 (Common-Cleaner) S 950653 950656 947632 0 -1 1077936192 5946 0 0 0 1 0 0 0 20 0 21 0 183033033 19634933760 1321786 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
[pid=950656/tid=950676] ppid=950653 vsize=19174740 memory=5287144 CPUtime=0 cores=0,2
/proc/950656/task/950676/stat : 950676 (Timer-0) S 950653 950656 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 183033077 19634933760 1321786 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
Current children cumulated CPU time: 3419.19 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 5287144 KiB

[startup+3462.3 s]
/proc/loadavg: 4.48 4.40 4.28 5/320 953686
/proc/meminfo: memFree=113891900/131655788 swapFree=131071996/131071996
[pid=950656] ppid=950653 vsize=19174740 memory=5294340 CPUtime=3479.45 cores=0,2
/proc/950656/stat : 950656 (java) S 950653 950656 947632 0 -1 1077936128 399600 0 0 0 347659 286 0 0 20 0 21 0 183033029 19634933760 1323585 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
/proc/950656/statm: 4793685 1323585 5925 1 0 1337145 0
[pid=950656/tid=950658] ppid=950653 vsize=19174740 memory=5294340 CPUtime=3436.92 cores=0,2
/proc/950656/task/950658/stat : 950658 (java) R 950653 950656 947632 0 -1 4194368 186986 0 0 0 343609 83 0 0 20 0 21 0 183033029 19634933760 1323585 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 7 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
[pid=950656/tid=950667] ppid=950653 vsize=19174740 memory=11408 CPUtime=0 cores=0,2
/proc/950656/task/950667/stat : 950667 (Finalizer) S 950653 950656 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 183033032 19634933760 1323585 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
[pid=950656/tid=950674] ppid=950653 vsize=19174740 memory=5294340 CPUtime=0.01 cores=0,2
/proc/950656/task/950674/stat : 950674 (Common-Cleaner) S 950653 950656 947632 0 -1 1077936192 6087 0 0 0 1 0 0 0 20 0 21 0 183033033 19634933760 1323585 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
[pid=950656/tid=950676] ppid=950653 vsize=19174740 memory=16212 CPUtime=0 cores=0,2
/proc/950656/task/950676/stat : 950676 (Timer-0) S 950653 950656 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 183033077 19634933760 1323585 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
Current children cumulated CPU time: 3479.45 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 5294340 KiB

[startup+3522.3 s]
/proc/loadavg: 4.62 4.44 4.30 8/320 953763
/proc/meminfo: memFree=111173064/131655788 swapFree=131071996/131071996
[pid=950656] ppid=950653 vsize=19174740 memory=5294340 CPUtime=3539.45 cores=0,2
/proc/950656/stat : 950656 (java) S 950653 950656 947632 0 -1 1077936128 404996 0 0 0 353654 291 0 0 20 0 21 0 183033029 19634933760 1323585 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
/proc/950656/statm: 4793685 1323585 5925 1 0 1337145 0
[pid=950656/tid=950658] ppid=950653 vsize=19174740 memory=12724 CPUtime=3496.57 cores=0,2
/proc/950656/task/950658/stat : 950658 (java) R 950653 950656 947632 0 -1 4194368 189966 0 0 0 349574 83 0 0 20 0 21 0 183033029 19634933760 1323585 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 7 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
[pid=950656/tid=950667] ppid=950653 vsize=19174740 memory=5294340 CPUtime=0 cores=0,2
/proc/950656/task/950667/stat : 950667 (Finalizer) S 950653 950656 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 183033032 19634933760 1323585 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
[pid=950656/tid=950674] ppid=950653 vsize=19174740 memory=5294340 CPUtime=0.01 cores=0,2
/proc/950656/task/950674/stat : 950674 (Common-Cleaner) S 950653 950656 947632 0 -1 1077936192 6177 0 0 0 1 0 0 0 20 0 21 0 183033033 19634933760 1323585 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
[pid=950656/tid=950676] ppid=950653 vsize=19174740 memory=5294340 CPUtime=0 cores=0,2
/proc/950656/task/950676/stat : 950676 (Timer-0) S 950653 950656 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 183033077 19634933760 1323585 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
Current children cumulated CPU time: 3539.45 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 5294340 KiB

[startup+3582.3 s]
/proc/loadavg: 4.31 4.39 4.29 7/320 953774
/proc/meminfo: memFree=107707728/131655788 swapFree=131071996/131071996
[pid=950656] ppid=950653 vsize=19174740 memory=5298436 CPUtime=3599.61 cores=0,2
/proc/950656/stat : 950656 (java) S 950653 950656 947632 0 -1 1077936128 409965 0 0 0 359667 294 0 0 20 0 21 0 183033029 19634933760 1324609 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
/proc/950656/statm: 4793685 1324609 5925 1 0 1337145 0
[pid=950656/tid=950658] ppid=950653 vsize=19174740 memory=5294340 CPUtime=3556.04 cores=0,2
/proc/950656/task/950658/stat : 950658 (java) R 950653 950656 947632 0 -1 4194368 192426 0 0 0 355521 83 0 0 20 0 21 0 183033029 19634933760 1324609 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 7 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
[pid=950656/tid=950667] ppid=950653 vsize=19174740 memory=12724 CPUtime=0 cores=0,2
/proc/950656/task/950667/stat : 950667 (Finalizer) S 950653 950656 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 183033032 19634933760 1324609 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
[pid=950656/tid=950674] ppid=950653 vsize=19174740 memory=5298436 CPUtime=0.01 cores=0,2
/proc/950656/task/950674/stat : 950674 (Common-Cleaner) S 950653 950656 947632 0 -1 1077936192 6269 0 0 0 1 0 0 0 20 0 21 0 183033033 19634933760 1324609 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
[pid=950656/tid=950676] ppid=950653 vsize=19174740 memory=-8600295742807253692 CPUtime=0 cores=0,2
/proc/950656/task/950676/stat : 950676 (Timer-0) S 950653 950656 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 183033077 19634933760 1324609 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
Current children cumulated CPU time: 3599.61 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 5298436 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+3582.7 s]
/proc/loadavg: 4.31 4.39 4.29 7/320 953774
/proc/meminfo: memFree=107707728/131655788 swapFree=131071996/131071996
[pid=950656] ppid=950653 vsize=19174740 memory=5298436 CPUtime=3600.01 cores=0,2
/proc/950656/stat : 950656 (java) S 950653 950656 947632 0 -1 1077936128 409967 0 0 0 359707 294 0 0 20 0 21 0 183033029 19634933760 1324609 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
/proc/950656/statm: 4793685 1324609 5925 1 0 1337145 0
[pid=950656/tid=950658] ppid=950653 vsize=19174740 memory=5294340 CPUtime=3556.44 cores=0,2
/proc/950656/task/950658/stat : 950658 (java) R 950653 950656 947632 0 -1 4194368 192428 0 0 0 355561 83 0 0 20 0 21 0 183033029 19634933760 1324609 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 7 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
[pid=950656/tid=950667] ppid=950653 vsize=19174740 memory=12724 CPUtime=0 cores=0,2
/proc/950656/task/950667/stat : 950667 (Finalizer) S 950653 950656 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 21 0 183033032 19634933760 1324609 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
[pid=950656/tid=950674] ppid=950653 vsize=19174740 memory=5298436 CPUtime=0.01 cores=0,2
/proc/950656/task/950674/stat : 950674 (Common-Cleaner) S 950653 950656 947632 0 -1 1077936192 6269 0 0 0 1 0 0 0 20 0 21 0 183033033 19634933760 1324609 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
[pid=950656/tid=950676] ppid=950653 vsize=19174740 memory=-8600295742807253692 CPUtime=0 cores=0,2
/proc/950656/task/950676/stat : 950676 (Timer-0) S 950653 950656 947632 0 -1 1077936192 21 0 0 0 0 0 0 0 20 0 21 0 183033077 19634933760 1324609 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
Current children cumulated CPU time: 3600.01 s
Current children cumulated vsize: 19174740 KiB
Current children cumulated memory: 5298436 KiB

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

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

# cumulated CPU time of all completed processes:  user=3597.21 s, system=2.96723 s

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

[startup+3582.81 s]
/proc/loadavg: 4.31 4.39 4.29 7/320 953774
/proc/meminfo: memFree=107707728/131655788 swapFree=131071996/131071996
[pid=950656] ppid=950653 vsize=19374432 memory=5299320 CPUtime=3600.15 cores=0,2
/proc/950656/stat : 950656 (java) S 950653 950656 947632 0 -1 1077936128 413756 0 0 0 359721 294 0 0 20 0 16 0 183033029 19839418368 1324830 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 0 0 16800975 0 0 0 17 2 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
/proc/950656/statm: 4843608 1324830 5937 1 0 1338073 0
[pid=950656/tid=950658] ppid=950653 vsize=19374432 memory=5298436 CPUtime=3556.46 cores=0,2
/proc/950656/task/950658/stat : 950658 (java) S 950653 950656 947632 0 -1 1077936192 192550 0 0 0 355563 83 0 0 20 0 15 0 183033029 19839418368 1324830 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 7 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
[pid=950656/tid=950667] ppid=950653 vsize=19374432 memory=2288 CPUtime=0 cores=0,2
/proc/950656/task/950667/stat : 950667 (Finalizer) S 950653 950656 947632 0 -1 1077936192 23 0 0 0 0 0 0 0 20 0 15 0 183033032 19839418368 1324830 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
[pid=950656/tid=950674] ppid=950653 vsize=19374432 memory=26520 CPUtime=0.01 cores=0,2
/proc/950656/task/950674/stat : 950674 (Common-Cleaner) S 950653 950656 947632 0 -1 1077936192 6269 0 0 0 1 0 0 0 20 0 15 0 183033033 19839418368 1324830 134679101440 94323435298816 94323435302512 140730169462992 0 0 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 94323435310328 94323435311120 94323443089408 140730169471988 140730169472096 140730169472096 140730169479112 0
Current children cumulated CPU time: 3600.15 s
Current children cumulated vsize: 19374432 KiB
Current children cumulated memory: 5299320 KiB

Child status: 143

Real time (s): 3582.83
CPU time (s): 3600.18
CPU user time (s): 3597.21
CPU system time (s): 2.96723
CPU usage (%): 100.484
Max. virtual memory (cumulated for all children) (KiB): 19374432
Max. memory (cumulated for all children) (KiB): 5299320

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 3597.21
system time used= 2.96723
maximum resident set size= 5300140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 413807
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3304
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 108938
involuntary context switches= 26790


# summary of solver processes directly reported to runsolver:
#   pid: 950656
#   total CPU time (s): 3600.18
#   total CPU user time (s): 3597.21
#   total CPU system time (s): 2.96723

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 18.1212 second user time and 36.5268 second system time

The end

Launcher Data

Begin job on nodeC007 at 2024-07-18 15:19:36
IDJOB=4443101
IDBENCH=147863
IDSOLVER=3052
FILE ID=nodeC007/4443101-1721308764
RUNJOBID= nodeC007-1721304841-947642
SLURM_JOB_ID= 7542628
Free space on /tmp= 723764 MiB

SOLVER NAME= Sat4j Cutting Planes 2024 2024-07-12
BENCH NAME= PB24/normalized-PB06/DEC-LIN/submitted-PB06/prestwich/robin/normalized-robin16.opb
COMMAND LINE= java -jar sat4j-pb.jar CuttingPlanesPB24 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp --file-size-limit 102400 -w /tmp/evaluation-result-4443101-1721308764/watcher-4443101-1721308764 -o /tmp/evaluation-result-4443101-1721308764/solver-4443101-1721308764 -C 3600 -W 3700 -M 31000 --bin-var /tmp/runsolver-exch-nodeC007-1721304841-947642 --watchdog 3760  java -jar sat4j-pb.jar CuttingPlanesPB24 HOME/instance-4443101-1721308764.opb

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

MD5SUM BENCH= c646e12ccfd746fe0694a48782eaf83d
RANDOM SEED=1936763511

nodeC007.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		: 3491.633
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	: 6983.25
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		: 3545.896
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.30
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		: 3491.646
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	: 6983.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.250
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.30
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		: 3648.340
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	: 6983.25
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		: 3582.354
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.30
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.261
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	: 6983.25
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 79
model name	: Intel(R) Xeon(R) CPU E5-2637 v4 @ 3.50GHz
stepping	: 1
microcode	: 0xb00001f
cpu MHz		: 1197.218
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.30
clflush size	: 64
cache_alignment	: 64
address sizes	: 46 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       131655788 kB
MemFree:        103773676 kB
MemAvailable:   106421264 kB
Buffers:          485632 kB
Cached:          2993388 kB
SwapCached:            0 kB
Active:          1005908 kB
Inactive:       26269792 kB
Active(anon):       1476 kB
Inactive(anon): 23832576 kB
Active(file):    1004432 kB
Inactive(file):  2437216 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      131071996 kB
SwapFree:       131071996 kB
Dirty:              2384 kB
Writeback:            28 kB
AnonPages:      23796392 kB
Mapped:           125852 kB
Shmem:             37704 kB
KReclaimable:      91944 kB
Slab:             193568 kB
SReclaimable:      91944 kB
SUnreclaim:       101624 kB
KernelStack:        4780 kB
PageTables:        56564 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    196899888 kB
Committed_AS:   25242728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:           0 kB
VmallocChunk:          0 kB
Percpu:            57568 kB
HardwareCorrupted:     0 kB
AnonHugePages:  23468032 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:      279368 kB
DirectMap2M:    27936768 kB
DirectMap1G:    108003328 kB

Free space on /tmp at the end= 723756 MiB
End job on nodeC007 at 2024-07-18 16:19:19